@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
}

*,
*::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, footer, header, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: rgb(242.05, 243.9, 245.75);
  text-align: left;
  background-color: #161616;
}

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

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

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

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

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

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

dt {
  font-weight: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}

a {
  color: #ced4da;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(162.4127906977, 173.75, 185.0872093023);
  text-decoration: underline;
}

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

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

button::-moz-focus-inner,
[type=button]::-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;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .post-subsection-header, .post-subsection-header-right, .h4 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

h3, .h3, .post-subsection-header, .post-subsection-header-right {
  font-size: 1.75rem;
}

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

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

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

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

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

.container,
.container-fluid {
  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;
  }
}
@media (min-width: 1330px) {
   .container {
    max-width: 1300px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-x3,
.col-x3-auto, .col-x3-12, .col-x3-11, .col-x3-10, .col-x3-9, .col-x3-8, .col-x3-7, .col-x3-6, .col-x3-5, .col-x3-4, .col-x3-3, .col-x3-2, .col-x3-1, .col-xx,
.col-xx-auto, .col-xx-12, .col-xx-11, .col-xx-10, .col-xx-9, .col-xx-8, .col-xx-7, .col-xx-6, .col-xx-5, .col-xx-4, .col-xx-3, .col-xx-2, .col-xx-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .nav-tile-item:nth-child(1), .nav-tile-item:nth-child(6), .col-lg-5, .col-lg-4, .col-lg-3, .nav-tile-item, .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, .nav-tile-item, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .nav-tile-item, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, .nav-tile-item {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6, .nav-tile-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3, .nav-tile-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6, .nav-tile-item:nth-child(1), .nav-tile-item:nth-child(6) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1330px) {
  .col-xx {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xx-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xx-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xx-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xx-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xx-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xx-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xx-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xx-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xx-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xx-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xx-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xx-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xx-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xx-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xx-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xx-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xx-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xx-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xx-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1500px) {
  .col-x3 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-x3-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-x3-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-x3-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-x3-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-x3-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-x3-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-x3-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-x3-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-x3-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-x3-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-x3-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-x3-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-x3-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-x3-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-x3-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-x3-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-x3-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-x3-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-x3-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: rgb(242.05, 243.9, 245.75);
}
.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;
}

 #newsletter-email {
  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;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
   #newsletter-email {
    transition: none;
  }
}
 #newsletter-email::-ms-expand {
  background-color: transparent;
  border: 0;
}
 #newsletter-email:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(85.75, 85.75, 85.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 22, 0.25);
}
 #newsletter-email::placeholder {
  color: #6c757d;
  opacity: 1;
}
 #newsletter-email:disabled {
  background-color: #e9ecef;
  opacity: 1;
}


input[type=time]#newsletter-email {
  appearance: none;
}

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

 .is-valid#newsletter-email {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
 .is-valid#newsletter-email:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

 .newsletter-btn {
  display: inline-block;
  font-weight: 400;
  color: rgb(242.05, 243.9, 245.75);
  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;
  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) {
   .newsletter-btn {
    transition: none;
  }
}
 .newsletter-btn:hover {
  color: rgb(242.05, 243.9, 245.75);
  text-decoration: none;
}
 .newsletter-btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 22, 0.25);
}
 .disabled.newsletter-btn, .newsletter-btn:disabled {
  opacity: 0.65;
}
 .newsletter-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
 a.disabled.newsletter-btn {
  pointer-events: none;
}

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

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


.dropdown {
  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: rgb(242.05, 243.9, 245.75);
  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;
}

.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: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #161616;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

.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-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.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-dark .navbar-brand {
  color: rgb(242.05, 243.9, 245.75);
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: rgb(242.05, 243.9, 245.75);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(242.05, 243.9, 245.75);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #ced4da;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgb(182.55, 192.9, 203.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: rgb(242.05, 243.9, 245.75);
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #ced4da;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(162.4127906977, 173.75, 185.0872093023);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(22, 22, 22, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #161616;
  border-color: #161616;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0;
}
@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;
}

.media {
  display: flex;
  align-items: flex-start;
}

.carousel {
  position: relative;
}

.bg-light {
  background-color: rgb(242.05, 243.9, 245.75) !important;
}

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

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: black !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.flex-grow-1, #newsletter-email {
  flex-grow: 1 !important;
}

.flex-shrink-1, #newsletter-email {
  flex-shrink: 1 !important;
}

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

@media (min-width: 576px) {
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 768px) {
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1330px) {
  .flex-xx-column {
    flex-direction: column !important;
  }
  .flex-xx-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1500px) {
  .flex-x3-column {
    flex-direction: column !important;
  }
  .flex-x3-column-reverse {
    flex-direction: column-reverse !important;
  }
}

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

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

 .newsletter-container {
  width: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-3, .post-place-map,
.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 {
  margin-top: 1.5rem !important;
}

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

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

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

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

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

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

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

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


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

 .post-event-meta span, .post-artist-meta span, .post-place-meta span {
  padding-bottom: 0.25rem !important;
}

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

 .site-info {
  padding: 0.5rem !important;
}

.pb-2, .post-subsection-header, .post-subsection-header-right, .section-header {
  padding-bottom: 0.5rem !important;
}

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

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

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


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

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

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

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

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

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

.pt-5, .post-subsection-header, .post-subsection-header-right {
  padding-top: 3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3 {
    margin-left: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5 {
    margin-left: -3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3 {
    margin-left: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5 {
    margin-left: -3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3 {
    margin-left: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5 {
    margin-left: -3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3 {
    margin-left: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5 {
    margin-left: -3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1330px) {
  .mt-xx-0 {
    margin-top: 0 !important;
  }
  .mr-xx-0 {
    margin-right: 0 !important;
  }
  .mb-xx-0 {
    margin-bottom: 0 !important;
  }
  .ml-xx-0 {
    margin-left: 0 !important;
  }
  .mt-xx-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xx-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xx-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xx-1 {
    margin-left: 0.25rem !important;
  }
  .mt-xx-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xx-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xx-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xx-2 {
    margin-left: 0.5rem !important;
  }
  .mt-xx-3 {
    margin-top: 1rem !important;
  }
  .mr-xx-3 {
    margin-right: 1rem !important;
  }
  .mb-xx-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xx-3 {
    margin-left: 1rem !important;
  }
  .mt-xx-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xx-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xx-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xx-4 {
    margin-left: 1.5rem !important;
  }
  .mt-xx-5 {
    margin-top: 3rem !important;
  }
  .mr-xx-5 {
    margin-right: 3rem !important;
  }
  .mb-xx-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xx-5 {
    margin-left: 3rem !important;
  }
  .mt-xx-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xx-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xx-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xx-n1 {
    margin-left: -0.25rem !important;
  }
  .mt-xx-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xx-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xx-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xx-n2 {
    margin-left: -0.5rem !important;
  }
  .mt-xx-n3 {
    margin-top: -1rem !important;
  }
  .mr-xx-n3 {
    margin-right: -1rem !important;
  }
  .mb-xx-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xx-n3 {
    margin-left: -1rem !important;
  }
  .mt-xx-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xx-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xx-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xx-n4 {
    margin-left: -1.5rem !important;
  }
  .mt-xx-n5 {
    margin-top: -3rem !important;
  }
  .mr-xx-n5 {
    margin-right: -3rem !important;
  }
  .mb-xx-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xx-n5 {
    margin-left: -3rem !important;
  }
  .mt-xx-auto {
    margin-top: auto !important;
  }
  .mr-xx-auto {
    margin-right: auto !important;
  }
  .mb-xx-auto {
    margin-bottom: auto !important;
  }
  .ml-xx-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1500px) {
  .mt-x3-0 {
    margin-top: 0 !important;
  }
  .mr-x3-0 {
    margin-right: 0 !important;
  }
  .mb-x3-0 {
    margin-bottom: 0 !important;
  }
  .ml-x3-0 {
    margin-left: 0 !important;
  }
  .mt-x3-1 {
    margin-top: 0.25rem !important;
  }
  .mr-x3-1 {
    margin-right: 0.25rem !important;
  }
  .mb-x3-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-x3-1 {
    margin-left: 0.25rem !important;
  }
  .mt-x3-2 {
    margin-top: 0.5rem !important;
  }
  .mr-x3-2 {
    margin-right: 0.5rem !important;
  }
  .mb-x3-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-x3-2 {
    margin-left: 0.5rem !important;
  }
  .mt-x3-3 {
    margin-top: 1rem !important;
  }
  .mr-x3-3 {
    margin-right: 1rem !important;
  }
  .mb-x3-3 {
    margin-bottom: 1rem !important;
  }
  .ml-x3-3 {
    margin-left: 1rem !important;
  }
  .mt-x3-4 {
    margin-top: 1.5rem !important;
  }
  .mr-x3-4 {
    margin-right: 1.5rem !important;
  }
  .mb-x3-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-x3-4 {
    margin-left: 1.5rem !important;
  }
  .mt-x3-5 {
    margin-top: 3rem !important;
  }
  .mr-x3-5 {
    margin-right: 3rem !important;
  }
  .mb-x3-5 {
    margin-bottom: 3rem !important;
  }
  .ml-x3-5 {
    margin-left: 3rem !important;
  }
  .mt-x3-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-x3-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-x3-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-x3-n1 {
    margin-left: -0.25rem !important;
  }
  .mt-x3-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-x3-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-x3-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-x3-n2 {
    margin-left: -0.5rem !important;
  }
  .mt-x3-n3 {
    margin-top: -1rem !important;
  }
  .mr-x3-n3 {
    margin-right: -1rem !important;
  }
  .mb-x3-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-x3-n3 {
    margin-left: -1rem !important;
  }
  .mt-x3-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-x3-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-x3-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-x3-n4 {
    margin-left: -1.5rem !important;
  }
  .mt-x3-n5 {
    margin-top: -3rem !important;
  }
  .mr-x3-n5 {
    margin-right: -3rem !important;
  }
  .mb-x3-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-x3-n5 {
    margin-left: -3rem !important;
  }
  .mt-x3-auto {
    margin-top: auto !important;
  }
  .mr-x3-auto {
    margin-right: auto !important;
  }
  .mb-x3-auto {
    margin-bottom: auto !important;
  }
  .ml-x3-auto {
    margin-left: auto !important;
  }
}

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

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

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

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.newsletter-btn) {
    text-decoration: underline;
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.fa-solid,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.fa-solid::before,
.fa::before {
  content: var(--fa);
}


.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-home {
  --fa: "\f015";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-cny {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-play {
  --fa: "\f04b";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-umbrella {
  --fa: "\f0e9";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root {
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../dist/fonts/fa-solid-900.woff2") format("woff2"), url("../../dist/fonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

.block, .block-fluid, .block-archive, .block-vertical, .block-horizontal, .block-small, .block-large {
  position: relative;
  overflow: hidden;
  padding: 6px !important;
  box-sizing: border-box;
  float: left;
}
.block a, .block-fluid a, .block-archive a, .block-vertical a, .block-horizontal a, .block-small a, .block-large a {
  overflow: hidden;
}
.block a:hover, .block-fluid a:hover, .block-archive a:hover, .block-vertical a:hover, .block-horizontal a:hover, .block-small a:hover, .block-large a:hover {
  text-decoration: none;
}
.block img, .block-fluid img, .block-archive img, .block-vertical img, .block-horizontal img, .block-small img, .block-large img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
  filter: grayscale(85%);
}
.block:hover img, .block-fluid:hover img, .block-archive:hover img, .block-vertical:hover img, .block-horizontal:hover img, .block-small:hover img, .block-large:hover img {
  filter: grayscale(25%);
}

.block-mask {
  padding: 6px !important;
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(206, 212, 218, 0);
}
.block-mask:hover {
  opacity: 0;
}

.block-meta, .block-fluid .block-meta-50, .block-archive .block-meta-50, .block-fluid .block-meta-75, .block-archive .block-meta-75 {
  position: absolute;
  top: auto;
  bottom: 16px;
  left: 16px;
  padding: 6px 8px;
  margin: 0 !important;
  background-color: rgba(206, 212, 218, 0.8);
  color: #000000;
}
.block-meta h2, .block-fluid .block-meta-50 h2, .block-archive .block-meta-50 h2, .block-fluid .block-meta-75 h2, .block-archive .block-meta-75 h2 {
  font-size: 1.3rem;
  margin: 0;
}
.block-meta h3, .block-fluid .block-meta-50 h3, .block-archive .block-meta-50 h3, .block-fluid .block-meta-75 h3, .block-archive .block-meta-75 h3 {
  font-size: 1.1rem;
  margin: 0;
}
.block-meta span, .block-fluid .block-meta-50 span, .block-archive .block-meta-50 span, .block-fluid .block-meta-75 span, .block-archive .block-meta-75 span {
  float: left;
  clear: both;
}

.block-artist-meta-origin {
  font-size: 1.05rem;
  clear: none;
  display: inline-block;
  margin-bottom: 0 !important;
}

.artist-meta-origin {
  font-size: 1.1rem;
  clear: none;
  display: inline-block;
}

.block-meta-center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  color: #161616;
  align-items: center;
  display: flex;
}
.block-meta-center h2 {
  font-size: 2rem;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  transition: color 0.4s cubic-bezier(0.11, 0.7, 0, 1);
}
.block-meta-center h2:after {
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgb(242.05, 243.9, 245.75);
  content: "";
  border-bottom: 1px solid #161616;
  transform: translate3d(-101%, 0, 0);
  transition: transform 0.4s cubic-bezier(0.11, 0.7, 0, 1);
}

.block-large {
  width: 40%;
}
.block-large .block-meta, .block-large .block-fluid .block-meta-50, .block-large .block-archive .block-meta-50, .block-fluid .block-large .block-meta-50, .block-archive .block-large .block-meta-50, .block-large .block-fluid .block-meta-75, .block-large .block-archive .block-meta-75, .block-fluid .block-large .block-meta-75, .block-archive .block-large .block-meta-75 {
  max-width: 45%;
}

.block-small {
  width: 20%;
}
.block-small .block-meta, .block-small .block-fluid .block-meta-50, .block-small .block-archive .block-meta-50, .block-fluid .block-small .block-meta-50, .block-archive .block-small .block-meta-50, .block-small .block-fluid .block-meta-75, .block-small .block-archive .block-meta-75, .block-fluid .block-small .block-meta-75, .block-archive .block-small .block-meta-75 {
  max-width: 80%;
}

.block-horizontal {
  width: 40%;
}
.block-horizontal .block-meta, .block-horizontal .block-fluid .block-meta-50, .block-horizontal .block-archive .block-meta-50, .block-fluid .block-horizontal .block-meta-50, .block-archive .block-horizontal .block-meta-50, .block-horizontal .block-fluid .block-meta-75, .block-horizontal .block-archive .block-meta-75, .block-fluid .block-horizontal .block-meta-75, .block-archive .block-horizontal .block-meta-75 {
  max-width: 45%;
}

.block-vertical {
  width: 20%;
}
.block-vertical .block-meta, .block-vertical .block-fluid .block-meta-50, .block-vertical .block-archive .block-meta-50, .block-fluid .block-vertical .block-meta-50, .block-archive .block-vertical .block-meta-50, .block-vertical .block-fluid .block-meta-75, .block-vertical .block-archive .block-meta-75, .block-fluid .block-vertical .block-meta-75, .block-archive .block-vertical .block-meta-75 {
  max-width: 80%;
}

.block-fluid .block-meta-75, .block-archive .block-meta-75 {
  max-width: 75%;
}
.block-fluid .block-meta-50, .block-archive .block-meta-50 {
  max-width: 50%;
}
@media screen and (max-width: 992px) {
  .block-fluid .block-meta-50, .block-archive .block-meta-50 {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .block-fluid .block-meta-50, .block-archive .block-meta-50 {
    max-width: 75%;
  }
}

.block-archive img {
  filter: none;
}
.block-archive:hover img {
  filter: none;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
} 
#post-carousel {
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.glide {
  display: flex;
  align-self: center;
  min-height: 100vh;
}

.glide__slides {
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin: 0 !important;
}

.glide__slide {
  display: flex;
  align-items: center;
}
.glide__slide .slide-thumb {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 1s;
  transition-property: transform;
  width: 100%;
}
.glide__slide .slide-thumb .slide-thumb-img {
  width: 100%;
  height: auto;
  transition-duration: 0.5s;
}
.glide__slide .slide-thumb .slide-desc {
  display: none;
  position: absolute;
  background-color: rgba(22, 22, 22, 0.6);
  width: 100%;
  height: 100%;
  align-items: center;
  top: 0;
  left: 0;
  padding: 3rem;
}
.glide__slide .slide-thumb .slide-desc .slide-desc-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  width: 75%;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .glide__slide .slide-thumb .slide-desc .slide-desc-inner {
    width: 100%;
  }
}
.glide__slide .slide-thumb .slide-desc .slide-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  align-items: center;
  overflow-wrap: anywhere !important;
  max-width: 100vw !important;
}
.glide__slide .slide-thumb .slide-desc .slide-header .slide-icon {
  padding: 0 1.5rem;
  display: flex;
  align-self: center;
}
.glide__slide .slide-thumb .slide-desc .slide-header .slide-icon:hover {
  color: #ced4da;
}
.glide__slide .slide-thumb .slide-desc p {
  clear: both;
  padding-top: 1.5rem;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1.5;
}
.glide__slide.txt {
  margin-top: -2.5rem;
}
.glide__slide.txt p, .glide__slide.txt h1 {
  padding: 0 17% 0 17%;
  margin: 0 auto;
}
.glide__slide.txt h1 {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2rem;
}
.glide__slide.txt p {
  font-size: 1.1rem;
}

.slide-content {
  background-color: #161616;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1031;
}
.slide-content .slide-content-close {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 30px;
  top: 45px;
  z-index: 1008;
  background-color: #161616;
}
.slide-content .slide-content-close svg {
  margin: 4px;
}

.slide-content-link {
  color: rgb(242.05, 243.9, 245.75) !important;
  text-decoration: none !important;
}

.slide-content-image, .slide-content-video {
  opacity: 1 !important;
  height: 90%;
  width: auto;
  position: relative;
  margin: 0 auto;
}

.slide-content-yt-embed {
  opacity: 1 !important;
  height: 90%;
  width: 90%;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 768px), (hover: none) and (pointer: coarse) {
  .slide-desc {
    position: relative !important;
    display: block !important;
    padding: 3rem 0.5rem !important;
  }
  #post-carousel, .glide__slides, .glide__slide {
    align-items: start !important;
  }
  .glide {
    align-self: start !important;
  }
  .glide__slide.txt {
    margin-top: 0 !important;
  }
  #post-carousel {
    padding-top: 145px !important;
  }
  .slide-header h3 {
    font-size: 1.3rem !important;
  }
  .slide-header {
    overflow-wrap: anywhere !important;
    max-width: 100vw !important;
    word-break: break-word !important;
  }
}

.online-dot {
  width: 24px !important;
  height: auto !important;
  margin-top: -4px !important;
}

.block-meta-75 .online-dot {
  filter: grayscale(30%) !important;
  width: 20px !important;
  margin-top: -2px !important;
}

.img-size-overlay {
  position: absolute;
  top: 6px;
  right: 6px;
  bottom: auto;
  left: auto;
  padding: 3px 3px 1px 3px;
  margin: 0 !important;
  background-color: rgba(22, 22, 22, 0.7);
  color: rgb(242.05, 243.9, 245.75);
  vertical-align: center;
  font-size: 0.75rem;
  font-family: "Courier New", monospace;
  line-height: 1;
}

.post-img .img-size-overlay, .subevent-item .img-size-overlay {
  top: 3px;
  right: 15px;
}

.subevent-item .img-size-overlay {
  top: 0;
  right: 15px;
}

#header-banner .img-size-overlay {
  top: 0;
  right: 0;
}
#header-banner .header-video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: rgb(242.05, 243.9, 245.75);
  font-size: 7rem;
  background-color: rgba(22, 22, 22, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.ytp-swatch-background-color {
  background-color: #ced4da !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  font-size: 2rem;
}

a:hover {
  color: rgb(176.9418604651, 186.5, 196.0581395349) !important;
}

#navbar-narrow {
  transition: transform 0.3s ease-in-out;
  min-height: 66px;
}

.navbar-narrow-hide {
  transform: translateY(-100%) !important;
}

.nav-link {
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  color: rgb(242.05, 243.9, 245.75) !important;
  white-space: nowrap;
  text-transform: uppercase;
}
.nav-link:hover {
  color: rgb(212.3, 218.4, 224.5) !important;
}

.dropdown-menu {
  background-color: #161616;
  padding: 0;
}

.dropdown-item {
  background-color: #161616;
  color: rgb(242.05, 243.9, 245.75);
  font-size: 1.05rem;
  letter-spacing: 0.1em;
  margin-left: -1rem;
  padding: 0.3rem 1.5rem;
}
.dropdown-item:hover {
  background-color: rgb(47.5, 47.5, 47.5);
  color: rgb(242.05, 243.9, 245.75);
}

#nav-sidebar .nav-link {
  padding: 0.6rem 1rem !important;
}

.nav-sidebar-toggle {
  font-size: 1.5rem;
  cursor: pointer;
}

#nav-sidebar {
  position: fixed;
  top: 66px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: #161616;
  transition: all 0.5s ease-in-out;
  z-index: 1000;
}

.nav-sidebar-hide {
  transform: translateX(100%) !important;
}

.nav-tile-item {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
  box-sizing: border-box;
  float: left;
  border: 4px solid #161616;
}
.nav-tile-item a {
  overflow: hidden;
}
.nav-tile-item a:hover {
  text-decoration: none;
}
.nav-tile-item img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
}
.nav-tile-item {
  background-clip: content-box;
  background-color: rgba(206, 212, 218, 0.5);
  transition: all 0.3s ease-in-out;
}
.nav-tile-item:hover {
  background-color: rgba(206, 212, 218, 0.2);
}
.nav-tile-item {
  max-height: 272px;
}

.nav-tile {
  background-image: url("https://2025.patchlab.pl/wp-content/uploads/2025/patchlab_2026_tile_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.calendar-tile {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.calendar-tile a {
  overflow: hidden;
}
.calendar-tile a:hover {
  text-decoration: none;
}
.calendar-tile img {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.5s;
}
.calendar-tile {
  background-clip: content-box;
  background-color: rgba(206, 212, 218, 0.4);
  transition: all 0.3s ease-in-out;
}
.calendar-tile:hover {
  background-color: rgba(206, 212, 218, 0.3);
}

#main-wrapper {
  max-width: 1330px;
}

#footer-main {
  max-width: 1330px;
  padding-top: 4rem;
}

.footer-widget {
  margin: 0;
  padding: 0;
  min-width: 30%;
}
@media screen and (max-width: 992px) {
  .footer-widget {
    min-width: 50%;
  }
}
.footer-widget {
  float: left;
}

.footer-widget:last-of-type, .footer-widget:nth-of-type(4) {
  width: 100%;
}

.footer-widget:last-of-type .logo-list img {
  margin-left: 1rem;
  max-height: 196px;
  width: auto;
  max-width: 100%;
}

.site-info {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  text-align: right;
  background-color: #080808;
  color: #aaaaaa !important;
}
.site-info a, .site-info span {
  color: #aaaaaa !important;
}
.site-info {
  text-decoration: none;
  font-size: 0.7rem;
  max-width: 1300px;
}

.site-info-container {
  background-color: #080808;
  clear: both;
}

.social-link {
  transition: all 0.3s;
}
.social-link:hover {
  opacity: 0.8;
}
.social-link img {
  width: auto;
  height: 40px;
  margin: 0.5rem 0.3rem;
}

.app-link img {
  width: auto;
  height: 40px;
  margin: 0.5rem 0.5rem;
}

#scroll-top {
  position: fixed;
  bottom: 50px;
  right: 10px;
  z-index: 1001;
  background-color: #ced4da;
  cursor: pointer;
  display: none;
  color: #161616;
}
#scroll-top i {
  float: left;
  font-size: 1.8rem;
  padding: 0.8rem 1.2rem;
}

.logo-list-small ul li img {
  margin: 5px !important;
  max-height: 72px !important;
}

.logo-list {
  width: 100%;
  padding: 0 0 3rem 0;
}
.logo-list h3 {
  width: 100%;
  font-size: 1.2rem;
  text-transform: lowercase;
}
.logo-list ul {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.logo-list ul li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .logo-list ul li {
    margin: 0 auto;
  }
}
.logo-list ul li img {
  max-height: 106px;
  width: auto;
  max-width: 100%;
  margin: 10px;
}

.section {
  margin-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.section .social-link img, .section .app-link img {
  height: 55px;
}

 .subevent-separator, .section-separator {
  margin: 0 auto;
  border-top: 1px solid #343a40;
}

.section-separator {
  width: 75%;
}

.subevent-separator {
  width: 100%;
  margin: 2.5rem 0;
}

.section-header {
  width: 100%;
  letter-spacing: 0.2em;
}

.section-content {
  margin: 0 -4px;
}

.section-more {
  font-size: 1.2rem;
  letter-spacing: 1px;
  color: rgb(242.05, 243.9, 245.75);
}
.section-more:hover {
  text-decoration: none;
  color: rgb(182.55, 192.9, 203.25);
}

.page, .post,
.post-artist, .post-place, .post-event,
.archive,
.archive-artist, .archive-place, .archive-event {
  padding-top: 4rem;
}

.archive,
.archive-artist, .archive-place, .archive-event {
  padding-top: 2rem;
}

.archive-header h1 {
  font-size: 2rem;
}

.post-place-map {
  width: 100%;
  height: 450px;
  transition: all 0.5s;
  opacity: 0.75;
  filter: grayscale(25%);
}
.post-place-map:hover {
  opacity: 0.9;
  filter: grayscale(0%);
}

.post-header {
  width: 100%;
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.post-header h1 {
  font-size: 2rem;
  margin-left: -0.1rem;
  margin-bottom: 0;
  line-height: 100%;
}
.post-header h2 {
  font-size: 1.6rem;
  margin-left: -0.1rem;
  margin-bottom: 0;
  line-height: 100%;
}

.post-img {
  padding-bottom: 1rem;
  padding-top: 0.2rem;
}
.post-img img, .post-img video {
  width: 100%;
  height: auto;
}

.artist-single-origin {
  font-size: 1.3rem !important;
}

.event-artist-meta {
  font-size: 1.5rem;
}

 .post-event-meta, .post-artist-meta, .post-place-meta {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 1px;
}
 .post-event-meta span, .post-artist-meta span, .post-place-meta span {
  opacity: 0.8;
}
 .post-event-meta span i, .post-artist-meta span i, .post-place-meta span i {
  text-align: center;
  width: 1.5rem;
  margin-right: 0.5rem;
}
 .post-event-meta span, .post-artist-meta span, .post-place-meta span {
  width: 100%;
  clear: both;
  float: left;
}

.post-event-meta {
  font-size: 1.1rem;
}
.post-event-meta span {
  opacity: 1;
}

.post-place-meta {
  font-size: 1.1rem;
  padding-bottom: 2rem;
}
.post-place-meta a {
  color: rgb(242.05, 243.9, 245.75);
}

.post-content {
  line-height: 130%;
  font-size: 1.1rem;
}

.post-subsection-header, .post-subsection-header-right {
  font-size: 1.5rem !important;
}

.post-subsection-header-right {
  text-align: right;
}

.cn-button {
  font-family: Arial, sans-serif;
  padding: 0.4rem 1.4rem;
  font-size: 1rem;
  background: #ced4da;
  border-color: rgb(147.8837209302, 161, 174.1162790698);
  color: #161616;
  text-shadow: 0 0 0;
  border-radius: 0;
  margin-left: 1.2rem !important;
}
.cn-button:hover {
  background: #ced4da;
  border-color: rgb(147.8837209302, 161, 174.1162790698);
  color: #fff;
}

@media screen and (max-width: 768px) {
   .newsletter-container {
    width: 100% !important;
  }
}

#newsletter-email {
  float: left;
  display: inline-block;
  max-width: 100% !important;
  width: auto !important;
}

.newsletter-btn {
  float: left;
  clear: none;
  white-space: nowrap;
  background-color: #ced4da !important;
  color: #161616 !important;
}

.masonry-item {
  width: 253px;
  height: 211px;
}
.masonry-item img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  filter: grayscale(20%);
}
.masonry-item {
  padding: 6px;
}
.masonry-item:hover img {
  filter: grayscale(0%);
}

.masonry-item--width2 {
  width: 506px;
}

.masonry-container {
  margin: 0 auto;
}

@media (max-width: 520px) {
  .masonry-item--width2 {
    width: 100% !important;
  }
  .masonry-item--height2 {
    height: auto !important;
    min-height: 211px !important;
  }
}
.masonry-item--height2 {
  height: 422px;
}

.masonry-meta {
  visibility: hidden;
}

.gallery-item {
  float: left;
  margin: 0;
  padding: 5px;
  height: 325px;
  max-height: 325px;
}

.gallery-caption {
  font-size: 0.75rem;
  color: rgb(229.2465116279, 232.4, 235.5534883721);
  overflow: hidden;
  white-space: nowrap;
  margin: -22px 0 0 5px;
  max-width: 310px;
}

.gallery {
  overflow: hidden;
  margin: 2rem 0 3rem 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.calendar-cell {
  border: 1px solid rgb(242.05, 243.9, 245.75);
  padding: 1rem;
  min-width: 170px;
}
.calendar-table-wrapper {
  overflow-x: auto;
}

.calendar-table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem auto 5rem auto;
  min-width: 1000px !important;
}

.calendar-cell-narrow {
  width: 200px !important;
  max-width: 200px !important;
}

.svg-icon {
  fill: rgb(242.05, 243.9, 245.75);
}

.frontpage-stream {
  height: 100vh;
  width: 1500px;
  margin: 0 auto;
  display: none;
}

.stream-container {
  background-color: #gray-800;
}

.frontpage-narrow-video {
  display: block;
  position: relative;
  width: 100%;
  max-height: 80vh;
  margin: 1rem auto;
}

.narrow-video-container {
  background-color: #161616;
}

#fancybox-outer {
  background-color: #161616 !important;
}

#fancybox-content {
  border-color: #161616 !important;
}