article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  margin: 0;
}
html,
body {
  margin: 0;
}
.abs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.bgcover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgcontain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
img {
  border: 0;
  max-width: 100%;
}
.imgfull {
  width: 100%;
  height: auto;
  display: block;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gray {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.nogray {
  filter: none;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
}
.cl {
  clear: both;
}
.resetul {
  list-style-type: none;
  padding: 0;
}
.resetul li {
  padding: 0;
}
* {
  margin: 0;
  box-sizing: border-box;
}
.debug {
  outline: red dotted 1px;
}
.clearfix:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.anim_bounce {
  transition: all 0.35s cubic-bezier(0, 1.8, 1, 1.8);
}
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause,
.blueimp-gallery > .prev,
.blueimp-gallery > .next {
  display: block !important;
}
@media (min-width: 768px) {
  .md-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .mobile-show {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .mobile-hide {
    display: none !important;
  }
}
.slick {
  height: 100%;
}
.slick .slick-list {
  height: 100%;
}
.slick .slick-list * {
  outline: none !important;
}
.slick .slick-list .slick-track {
  height: 100%;
}
.slick .slick-list .slick-track .item {
  height: 100%;
}
.blueimp-gallery-single .prev,
.blueimp-gallery-single .next,
.blueimp-gallery-single .play-pause {
  display: none !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 0.6;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: inherit;
  opacity: 0.6;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: inherit;
  opacity: 0.6;
}
input:-moz-placeholder {
  /* Firefox 18- */
  color: inherit;
  opacity: 0.6;
}
.test_class {
  width: 10px;
  display: block;
  top: 0;
  left: 10px;
  margin: 0 auto;
}
.hidescrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.hidescrollbar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
.anim_shake {
  animation-name: shake;
  animation-duration: 0.5s;
  animation-iteration-count: 1;
}
.flexvc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.flexsb {
  display: flex;
  justify-content: space-between;
}
.uc {
  text-transform: uppercase;
}
button {
  background: none;
  border: none;
  font: inherit;
  padding: 0;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
* {
  font-variant-ligatures: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.fs0 {
  font-size: 0;
  letter-spacing: 0 !important;
}
.fs05 {
  font-size: 5vw;
}
@media (max-width: 767px) {
  .fs05 {
    font-size: 1.8rem;
  }
}
.fs1 {
  font-size: 1.8rem;
}
.fs2 {
  font-size: 1.5rem;
}
.fs3 {
  font-size: 1.25rem;
}
.fs4 {
  font-size: 1rem;
}
.fs5 {
  font-size: 0.8rem;
}
.fs6 {
  font-size: 0.6rem;
}
.stdtxt:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.stdtxt h1,
.stdtxt h2,
.stdtxt h3,
.stdtxt h4,
.stdtxt h5,
.stdtxt h6 {
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.stdtxt h1:first-child,
.stdtxt h2:first-child,
.stdtxt h3:first-child,
.stdtxt h4:first-child,
.stdtxt h5:first-child,
.stdtxt h6:first-child {
  margin-top: 0;
}
.stdtxt h1 {
  font-size: 1.8rem;
}
.stdtxt h2 {
  font-size: 1.5rem;
}
.stdtxt h3 {
  font-size: 1.25rem;
}
.stdtxt h4 {
  font-size: 1.25rem;
}
.stdtxt h5 {
  font-size: 1.25rem;
}
.stdtxt h6 {
  font-size: 1.25rem;
}
.stdtxt hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.stdtxt table {
  border-collapse: collapse;
}
.stdtxt table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.stdtxt p,
.stdtxt blockquote,
.stdtxt ul,
.stdtxt ol,
.stdtxt table {
  margin-bottom: 1rem;
}
.stdtxt p:last-child,
.stdtxt blockquote:last-child,
.stdtxt ul:last-child,
.stdtxt ol:last-child,
.stdtxt table:last-child {
  margin-bottom: 0;
}
.stdtxt p a,
.stdtxt blockquote a,
.stdtxt ul a,
.stdtxt ol a,
.stdtxt table a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.stdtxt p a:hover,
.stdtxt blockquote a:hover,
.stdtxt ul a:hover,
.stdtxt ol a:hover,
.stdtxt table a:hover {
  text-decoration-color: #999999;
}
.stdtxt iframe {
  width: 100% !important;
}
.stdtxt .wp-caption {
  margin-bottom: 1rem;
  width: 100% !important;
  font-size: 0.6rem;
}
.stdtxt .wp-caption a {
  display: block;
  width: 100% !important;
}
.stdtxt .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.stdtxt .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .stdtxt .alignnone {
    margin-left: 0;
  }
}
.stdtxt .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.stdtxt .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.stdtxt .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.stdtxt img {
  max-width: 100% !important;
  height: auto;
}
html {
  --sidebarw: 320px;
  --kolor1: #E9FFF4;
  --kolor2: #E9FCFF;
  --kolor3: #E9EAFF;
  --kolor4: #F8E9FF;
  --kolor1: #eeeeee;
  --kolor2: #f0f0f0;
  --kolor3: #f3f3f3;
  --kolor4: #f5f5f5;
  --kolordefult: #eee;
}
* {
  overflow-wrap: break-word;
}
.animl {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.anim {
  transition: all 0.25s;
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.font0 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.font1 {
  font-family: sans-serif;
}
.imgfilter {
  mix-blend-mode: multiply;
}
.font2 {
  font-family: sans-serif;
  font-weight: 300;
}
.fs7 {
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.style2 {
  font-family: sans-serif;
  font-size: 0.8rem;
}
@media (max-width: 1280px) {
  .style2 {
    font-size: 0.7rem;
  }
}
.style0 {
  font-family: sans-serif;
  font-weight: 300;
  font-weight: 100;
  font-size: 5.3vmax;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .style0 {
    font-size: 28px;
  }
}
.style1 {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 2.3vmax;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .style1 {
    font-size: 28px;
  }
}
.style3 {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
}
.style4 {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.8vmax;
  font-size: 1vmax;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .style4 {
    font-size: 20px;
  }
}
.style5 {
  font-family: sans-serif;
  font-size: 5vmax;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
}
html {
  height: 100%;
  font-size: 20px;
}
body {
  font-family: sans-serif;
  font-size: 16px;
  overflow: hidden;
  overflow-y: scroll;
  background: #000000;
  color: white;
  max-width: 100%;
  height: 100%;
}
#mainwrap {
  height: 100%;
}
.modal-search {
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
  line-height: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  display: none;
}
.modal_open-search .modal-search {
  display: flex;
}
.modal-search > .in {
  text-align: right;
  width: 50%;
  font-size: 1.8rem;
  margin-top: -2rem;
}
@media (max-width: 1023px) {
  .modal-search > .in {
    width: 90%;
    font-size: 1rem;
  }
}
.modal-search button {
  font: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.modal-search button.closeb {
  position: relative;
  top: -0.25rem;
  right: -1.5rem;
}
.modal-search form {
  position: relative;
  width: 100%;
}
.modal-search form input {
  display: block;
  width: 100%;
  border: #000000 solid 1px;
  border-radius: 2px;
  font: inherit;
  background: none;
  padding: 0.5rem 1rem;
}
.modal-search form input:focus {
  outline: none;
}
.modal-search form button {
  position: absolute;
  top: 0;
  right: 1rem;
  height: 100%;
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
}
.modal-search form button:focus {
  outline: none;
  opacity: 0.5;
}
.modal-search button {
  background: none;
  padding: 0;
  margin: 0;
  border: none;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes logorotate1 {
  0% {
    transform: none;
  }
  100% {
    transform: rotateY(360deg);
  }
}
.minibar {
  filter: saturate(0);
  background: #000000;
  line-height: 1;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 4rem;
  padding: 1rem 0.5rem;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.5s;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .minibar {
    width: 3rem;
  }
}
.minibar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
.minibar .minibar_social {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  top: 3.5rem;
  font-size: 0;
  letter-spacing: 0 !important;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .minibar .minibar_social {
    top: 2.5rem;
  }
}
.minibar .minibar_social a {
  display: inline-block;
  text-align: center;
  margin-bottom: 0.5rem;
}
.minibar .minibar_social a:hover {
  opacity: 0.5;
}
.minibar .minibar_social a img {
  display: inline-block;
  vertical-align: top;
  filter: invert(1);
  width: 0.75rem;
}
.minibar .minibar_social a:nth-child(1) img {
  width: 0.8rem;
  margin-top: 0;
  position: relative;
  left: -4px;
}
.minibar .minibar__bot {
  padding: 0.25rem;
  border: #000000 solid 1px solid 1px;
}
.minibar .minibar__bot:hover .txtlogo {
  opacity: 0.75;
}
.-menu_off .minibar {
  border-color: transparent;
}
.minibar *:focus {
  outline: none;
}
.minibar img {
  display: block;
}
.minibar .site_hamb {
  width: 3rem;
  height: 2.5rem;
  position: relative;
  margin-top: 3px;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .minibar .site_hamb {
    width: 2rem;
    height: 1.8rem;
  }
}
.minibar .site_hamb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: center top;
  padding: 0 0.55rem;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.minibar .site_hamb:hover {
  opacity: 0.75;
}
.minibar .wrap_logo2 {
  display: block;
}
.minibar .wrap_logo2 img {
  object-fit: contain;
  object-position: center bottom;
}
.minibar .txtlogo {
  display: block;
  transform-origin: 0 0;
  padding: 0 0.7rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .minibar .txtlogo {
    padding: 0 0.5rem;
  }
}
.minibar .txtlogo:hover {
  opacity: 0.85;
}
.minibar .txtlogo img {
  width: 100%;
  height: auto;
  margin: 1rem 0;
}
.mobile_bar {
  filter: saturate(0);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  background: #000000;
  padding: 0.5rem;
}
.mobile_bar ._logo {
  display: flex;
}
.mobile_bar ._logo img {
  height: 20px;
}
.mobile_bar ._logo2 {
  width: 23px;
  height: 20px;
  position: relative;
}
.mobile_bar .site_hamb img {
  height: 20px;
  opacity: 0.5;
}
.-menu_off .mobile_bar .site_hamb img {
  opacity: 1;
}
.sidebar {
  line-height: 1;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  height: 100%;
  width: var(--sidebarw);
  padding: 1rem 1rem 1rem 1rem;
  padding-right: 1rem;
  padding-left: 5rem;
  overflow: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.5s;
  background: #000000;
}
.sidebar::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .sidebar {
    padding-left: 4rem;
  }
}
@media (max-width: 1023px) {
  .sidebar {
    padding: 0;
    padding-left: 2rem;
    padding-bottom: 2rem;
    padding-top: 3rem;
    height: 100%;
    bottom: 0;
    width: 100%;
    width: 100vw;
  }
}
.-menu_off .sidebar {
  transform: translate(-100%, 0);
  opacity: 0;
}
@media (max-width: 1023px) {
  .-menu_off .sidebar {
    opacity: 1;
  }
}
.sidebar *:focus {
  outline: none;
}
.sidebar__in {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .sidebar__in {
    display: block;
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 1023px) {
  .sidebar__in ._top {
    margin-bottom: 1rem;
  }
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
}
.sidebar ul li {
  padding: 0;
}
.sidebar ul li {
  display: block;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
}
.sidebar ul li {
  padding: 0;
}
.sidebar ul li {
  display: block;
}
.sidebar ul a {
  display: block;
}
.sidebar ul a:hover {
  color: #999999 !important;
}
.sidebar ul a span {
  display: block;
  display: none;
}
.sidebar ._submenu {
  padding-left: 2em;
}
.sidebar a.active {
  display: none;
}
.sidebar .sidebar__menu {
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.8vmax;
  font-size: 1vmax;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .sidebar .sidebar__menu {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .sidebar .sidebar__menu {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 2.3vmax;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .sidebar .sidebar__menu {
    font-size: 28px;
  }
}
.sidebar .sidebar__menu *:focus {
  color: #999999 !important;
}
.sidebar ._mobile_social {
  margin-top: 1rem;
  line-height: 1;
  font-size: 0;
  letter-spacing: 0 !important;
  bottom: 4px;
  position: relative;
}
@media (max-width: 1023px) {
  .sidebar ._mobile_social {
    bottom: 0;
  }
}
.sidebar ._mobile_social a {
  display: inline-block;
  vertical-align: top;
  border: rgba(153, 153, 153, 0.5) solid 1px;
  border: currentColor solid 1px;
  border-radius: 2px;
  padding: 5px;
  margin-right: 0.5rem;
}
.sidebar ._mobile_social a:hover img {
  opacity: 1;
}
.sidebar ._mobile_social img {
  filter: invert(1);
  height: 1rem;
  display: block;
}
@media (max-width: 1023px) {
  .sidebar ._mobile_social img {
    height: 1rem;
  }
}
.sidebar ._social {
  line-height: 1;
  display: flex;
  align-items: center;
  text-transform: lowercase;
  font-family: sans-serif;
  font-size: 0.8rem;
}
@media (max-width: 1280px) {
  .sidebar ._social {
    font-size: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .sidebar ._social {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 2.3vmax;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .sidebar ._social {
    font-size: 28px;
  }
}
.sidebar ._social a {
  display: block;
  text-transform: uppercase;
  flex-grow: 0;
  padding-right: 1em;
}
.sidebar ._social a:hover {
  opacity: 0.75;
}
.sidebar ._social a._icon {
  text-align: center;
}
.sidebar ._social a.active {
  display: none;
}
.sidebar ._social a img {
  filter: invert(1);
  height: 1em;
  vertical-align: baseline;
}
.sidebar__logo2 {
  width: 100%;
  height: 0;
  padding-bottom: 90%;
  position: relative;
  display: block;
  perspective: 500px;
}
.sidebar__logo2 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
}
.sidebar__logo2 ._logowrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-style: preserve-3d;
}
.sidebar__logo2 ._i2 {
  opacity: 0;
  transform: translateZ(-25px);
  transform: translateZ(-10px);
}
.sidebar__logo2 ._i3 {
  opacity: 0;
  transform: translateZ(-50px);
  transform: translateZ(-20px);
}
.sidebar__logo2.-anim ._logowrap {
  animation: logorotate1 2s infinite;
}
.sidebar__logo2.-anim ._i2 {
  opacity: 0.6;
}
.sidebar__logo2.-anim ._i3 {
  opacity: 0.3;
}
.wrap-playfield {
  position: relative;
  padding: 1rem;
  padding-left: 0;
  margin-left: var(--sidebarw);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.5s;
}
.-menu_off .wrap-playfield {
  margin-left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .wrap-playfield {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .wrap-playfield {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .wrap-playfield {
    margin-left: 0 !important;
    padding: 0;
  }
}
.-menu_off .menu_off_handler_left {
  left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .menu_off_handler_left {
    left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .menu_off_handler_left {
    left: 0;
  }
}
.-menu_off .menu_off_handler {
  margin-left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .menu_off_handler {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .menu_off_handler {
    margin-left: 0;
  }
}
.playfield {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  z-index: 1;
}
.homeselector {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  display: block;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  height: 100vh;
  height: calc(100vh - 2rem);
  color: #000000;
  overflow: hidden;
  font-family: sans-serif;
  font-weight: 300;
  font-weight: 100;
  font-size: 5.3vmax;
  letter-spacing: 0;
  line-height: 1;
  font-size: 2vmax;
}
@media (max-width: 1023px) {
  .homeselector {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .homeselector {
    height: 100vh;
    padding: 1rem;
    padding-top: 3rem;
    grid-template-columns: 1fr;
  }
}
.homeselector a {
  transform: scaleY(0.1) scaleX(1) translate(0, 0%);
  opacity: 0.01;
}
@media (max-width: 1023px) {
  .homeselector a {
    transform: scaleX(1) scaleY(0.1) translate(0, 0%);
  }
}
.homeselector.-show a {
  transform: none;
  opacity: 1;
  transform-origin: 0 100%;
}
.homeselector.-hide a {
  transform: scaleY(0.1) scaleX(1) translate(0, 0%);
  opacity: 0;
}
@media (max-width: 1023px) {
  .homeselector.-hide a {
    transform: scaleX(1) scaleY(0.1) translate(0, 0%);
    opacity: 0;
  }
}
.homeselector a.homeselector__box {
  display: block;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  transform-origin: 50% 100%;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  background: rgba(255, 255, 255, 0.8);
}
.homeselector a.homeselector__box.-dark {
  background: rgba(255, 255, 255, 0.5);
}
.homeselector a.homeselector__box:hover {
  background: white;
}
.homeselector a.homeselector__box:hover .homeselector__box__in ._line ._linein {
  transform: translate(0, -100%);
}
.homeselector a.homeselector__box:hover.-dark {
  background: rgba(255, 255, 255, 0.5);
}
.homeselector a.homeselector__box .homeselector__box__in {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 1rem 1rem;
  line-height: 1;
}
@media (max-width: 1023px) {
  .homeselector a.homeselector__box .homeselector__box__in {
    padding: 0.5rem;
  }
}
.homeselector a.homeselector__box .homeselector__box__in ._line {
  overflow: hidden;
  position: relative;
  height: 1em;
}
.homeselector a.homeselector__box .homeselector__box__in ._line ._linein {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.homeselector a.homeselector__box .homeselector__box__in ._line.-sm {
  margin-top: 1rem;
  font-size: 30%;
}
@media (max-width: 1023px) {
  .homeselector a.homeselector__box .homeselector__box__in ._line.-sm {
    font-size: 80%;
  }
}
.homeselector a.homeselector__box img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  mask-image: linear-gradient(transparent, #000000);
  -webkit-mask-image: linear-gradient(transparent, #000000 50%);
  opacity: 0.01;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.homeselector a.homeselector__box img.-loaded {
  opacity: 1;
}
article {
  padding-bottom: 2rem;
}
@media (max-width: 1023px) {
  article {
    padding-bottom: 0;
  }
}
@keyframes topdown2 {
  0% {
    transform: translate(0, -100%) scaleX(1.3);
  }
  100% {
    transform: translate(0, 100%) scaleX(1);
  }
}
@keyframes topdownstarter {
  0% {
    transform: translate(0, 0%) scaleX(1.15);
  }
  100% {
    transform: translate(0, 100%) scaleX(1);
  }
}
.programselektor {
  position: relative;
  position: fixed;
  top: 1rem;
  right: 1rem;
  left: var(--sidebarw);
  height: 3rem;
  display: flex;
  justify-content: space-between;
  border-radius: 2px;
  background: transparent;
  color: #000000;
  z-index: 2;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.5s;
  transform: translate(0, -100%);
  opacity: 0;
  font-size: 0;
  letter-spacing: 0 !important;
}
.-menu_off .programselektor {
  left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .programselektor {
    left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .programselektor {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .programselektor {
    right: 0rem;
    left: 0rem !important;
    top: auto;
    bottom: 0;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    overflow-y: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    border-radius: 2px;
  }
  .programselektor::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
  }
}
.programselektor.-show {
  opacity: 1;
  transform: none;
}
.programselektor a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  height: 3rem;
  color: #999999;
  font-family: sans-serif;
  font-size: 0.8rem;
}
@media (max-width: 1280px) {
  .programselektor a {
    font-size: 0.7rem;
  }
}
.programselektor a span {
  display: inline-block;
  vertical-align: top;
  padding: 0.1rem 0.2rem;
  border-radius: 2px;
  background: #000000;
}
.programselektor a.open,
.programselektor a:hover {
  outline: none;
}
.programselektor a.open span,
.programselektor a:hover span {
  outline: none;
  background: #999999;
  color: #000000;
}
.programselektor a:focus {
  outline: none;
}
.programselektor a:focus span {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.programselektor__all {
  padding-left: 4rem;
}
@media (max-width: 1440px) {
  .programselektor__all {
    padding-left: 1rem;
  }
}
.programselektor__dates {
  padding-right: 4rem;
}
@media (max-width: 1023px) {
  .programselektor__dates {
    padding-right: 1rem;
  }
}
.programselektor__dates a {
  margin-left: 1rem;
}
@media (max-width: 1280px) {
  .programselektor__dates a {
    margin-left: 0.1rem;
  }
}
.program {
  color: #000000;
  min-height: 100%;
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 2.3vmax;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 3rem;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 1s;
  transform: scaleX(0.5) scaleY(1);
  opacity: 0;
}
@media (max-width: 1023px) {
  .program {
    font-size: 28px;
  }
}
@media (max-width: 1023px) {
  .program {
    padding-top: 2.5rem;
    min-height: auto;
    transform: none;
    font-family: sans-serif;
    font-weight: 300;
    font-size: 1.8vmax;
    font-size: 1vmax;
    letter-spacing: 0;
    line-height: 1;
    padding-bottom: 4rem;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .program {
    font-size: 20px;
  }
}
.program.-show {
  transform: none;
  opacity: 1;
}
.program .program__fg {
  position: relative;
  z-index: 2;
  min-height: calc(100vh - 3rem - 4rem);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .program .program__fg {
    display: block;
    min-height: auto;
    position: static;
  }
}
.program .program__day {
  padding-top: 3rem;
  color: white;
}
@media (max-width: 1023px) {
  .program .program__day {
    padding-top: 1rem;
  }
}
.program .program__day h2 {
  border-top: white solid 1px;
  padding-top: 0.5rem;
  font: inherit;
  margin-bottom: 0.2em;
  display: none;
}
@media (max-width: 1023px) {
  .program .program__day h2 {
    padding: 1rem 1rem;
    font-weight: 500;
  }
}
.program .program__day h2 span.bg {
  background: var(--kolorbg);
  display: inline-block;
}
.program[data-activefilter="all"] .program__day h2 {
  display: block;
}
.program .program__day__row {
  display: flex;
  padding: 0 4rem;
  position: relative;
}
@media (max-width: 1023px) {
  .program .program__day__row {
    padding: 0 1rem;
    align-items: flex-start;
    flex-wrap: wrap;
    display: block;
    margin-top: 0.2em;
    margin-bottom: 0.5rem;
  }
  .program .program__day__row * {
    overflow-wrap: anywhere;
  }
  .program .program__day__row:last-child {
    margin-bottom: 0;
  }
}
.program .program__day__row .c1 {
  width: 25%;
}
@media (max-width: 1023px) {
  .program .program__day__row .c1 {
    flex-grow: 2;
    width: auto;
    flex-basis: 20%;
    margin-bottom: 0.25rem;
  }
}
.program .program__day__row .c1 ._miejsce {
  font-size: 0.8rem;
}
@media (max-width: 1023px) {
  .program .program__day__row .c1 ._miejsce {
    font-size: 0.6rem;
  }
}
.program .program__day__row .c2 {
  width: 75%;
}
@media (max-width: 1023px) {
  .program .program__day__row .c2 {
    white-space: initial;
    width: auto;
    flex-basis: 80%;
    padding-left: 10%;
    flex-shrink: 2;
  }
}
.program .program__day__row .c2 span.rodzaj {
  font-family: sans-serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: normal;
  font-size: 0.8rem;
}
@media (max-width: 1023px) {
  .program .program__day__row .c2 span.rodzaj {
    font-size: 0.6rem;
  }
}
.program .program__day__row .c2 ._pix {
  display: inline-block;
  vertical-align: top;
  width: 1em;
  height: 1lh;
  position: relative;
}
.program .program__day__row .c2 ._pix img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.program .program__day__row .c span.bg {
  display: inline-block;
  vertical-align: top;
  background: var(--kolorbg);
  padding: 0 0.3rem;
}
.program .program__day__row:hover {
  background: white;
  color: #000000;
}
header {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 2.3vmax;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  header {
    font-size: 28px;
  }
}
header * {
  font: inherit;
}
header.program__header {
  padding-top: 2rem;
  padding-left: 4rem;
  padding-right: 4rem;
  color: white;
}
@media (max-width: 1023px) {
  header.program__header {
    padding-left: 1rem;
    padding-top: 0;
  }
}
header.program__header .program__header__daty {
  display: none;
}
header.program__header .program__header__data {
  display: inline-block;
}
[data-activefilter="all"] header.program__header .program__header__daty {
  display: inline-block;
}
[data-activefilter="all"] header.program__header .program__header__data {
  display: none;
}
header.program__header h1 {
  font-family: sans-serif;
  font-size: 5vmax;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 300;
}
.wrap-page {
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  background-color: var(--kolorbg);
  background-image: linear-gradient(90deg, #ffffff, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1) 10%, rgba(0, 0, 0, 0) 70%, #999999 100%);
  color: #000000;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.8s;
  transform: translate(0, -1rem) scaleX(0.8);
  transform: translate(0, 0rem) scaleX(0.7);
  opacity: 0;
}
.wrap-page.-show {
  transform: none;
  opacity: 1;
}
.wrap-page.-hide {
  opacity: 0.01;
  transform: translate(0, 0rem) scaleX(0.8);
}
@media (max-width: 1023px) {
  .wrap-page {
    margin: 0 0.5rem;
    margin-bottom: 0.5rem;
    margin-top: 2rem;
    border-radius: 2px;
  }
}
.overheader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.overheader.-show h1 {
  opacity: 1;
  transform: none;
}
.overheader h1 {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  margin-left: var(--sidebarw);
  font-family: sans-serif;
  font-weight: 300;
  font-size: 2.3vmax;
  letter-spacing: 0;
  line-height: 1;
  opacity: 0;
  transform: scaleY(0) scale(0.7);
}
.-menu_off .overheader h1 {
  margin-left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .overheader h1 {
    margin-left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .overheader h1 {
    margin-left: 0;
  }
}
@media (max-width: 1023px) {
  .overheader h1 {
    font-size: 28px;
  }
}
.overheader h1 span {
  color: #000000;
  background: white;
  border-radius: 2px;
  display: inline-block;
  padding: 0.1em 1em;
  box-shadow: 0 0 1rem white;
}
.postlist {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.postlist .postlink {
  width: 33.333%;
}
.postlist .postlist__bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  mix-blend-mode: multiply;
}
.postlink {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  letter-spacing: 0 !important;
  transition: all 0.5s, background-color 5s;
  position: relative;
  mix-blend-mode: multiply;
}
.postlink.-show .txt {
  opacity: 1;
  transform: scaleY(1) !important;
}
.postlink.-hide {
  opacity: 0;
}
.postlink.-hide .pix img {
  transform: scaleY(2) !important;
}
.postlink.-hide .txt {
  opacity: 0 !important;
}
.postlink.-pixoff .pix img {
  opacity: 0;
}
.postlink .pix {
  position: relative;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.postlink .txt {
  filter: url("data:image/svg+xml;utf8,<svg%20xmlns='http://www.w3.org/2000/svg'><filter%20id='grayscale'><feColorMatrix%20type='matrix'%20values='0.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200.3333%200.3333%200.3333%200%200%200%200%200%201%200'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: grayscale(100%);
  /* Current draft standard */
  -webkit-filter: grayscale(100%);
  /* New WebKit */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
  /* IE6+ */
  background-color: white;
  background-color: var(--kolorbg);
  color: #000000;
  padding: 0.1em 0.3em;
  transition: all 1s, background-color 0.3s, color 0.3s;
  opacity: 0;
  transform: scaleY(0);
  font-size: 0.8rem;
  font-weight: bold;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 2.3vmax;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1280px) {
  .postlink .txt {
    font-size: 0.7rem;
  }
}
@media (max-width: 1023px) {
  .postlink .txt {
    font-size: 28px;
  }
}
.postlink .txt * {
  display: inline;
  font: inherit;
}
.postlink img + .txt {
  position: absolute;
}
.postlink img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.35s;
  transform: scaleY(1.1);
  will-change: transform;
  opacity: 0;
}
.postlink img.-loaded {
  opacity: 1;
}
.postlink.-show {
  opacity: 1;
}
.postlink.-show.-visible {
  opacity: 1;
}
.postlink.-show.-visible img {
  transform: none;
}
.postlink:hover {
  transition-duration: 0.3s;
}
.postlink:hover .pix {
  background-color: #999999;
}
.postlink:hover .pix img {
  transform: scaleY(1.1) !important;
}
.postlink:hover .txt {
  background-color: #000000;
  color: white;
}
@keyframes post_topdown {
  0% {
    transform: none;
  }
  100% {
    transform: translate(0, -100vh);
  }
}
@keyframes post_topdown_mobile {
  0% {
    transform: none;
  }
  100% {
    transform: translate(0, -50vh);
  }
}
.postbg {
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: var(--sidebarw);
  position: fixed;
  z-index: 1;
  overflow: hidden;
  border-radius: 2px;
  background-color: var(--kolorbg);
  transition: all 0.5s;
  transform: translate(0, -3rem);
  opacity: 0;
}
.postbg.-post {
  bottom: 4rem;
}
.-menu_off .postbg {
  left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .postbg {
    left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .postbg {
    left: 0;
  }
}
@media (max-width: 1023px) {
  .postbg {
    pointer-events: none;
    opacity: 0;
    height: 1px;
    width: 1px;
    background: none !important;
  }
}
.postbg.-show {
  transform: none;
  opacity: 1;
}
.postbg.-hide {
  transform: translate(0, 3rem);
  opacity: 0;
}
.postbg.-partnerzy {
  background-color: #f0f0f0;
  background-image: none;
}
.postbg .postbg__wrapimg {
  height: 100%;
  mix-blend-mode: multiply;
}
.postbg .postbg__wrapimg img {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.5s;
  opacity: 0;
  filter: blur(1rem);
  transform: skewY(10deg);
}
.postbg .postbg__wrapimg.-show img {
  transform: none;
  opacity: 1;
  filter: none;
}
.postbg .postbg__img {
  mask-image: linear-gradient(90deg, transparent, #000000 20%);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000000 20%);
  width: 50%;
  margin-left: 50%;
  animation: post_topdown 40s linear 0s infinite alternate;
}
.postbg img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.postbgmask {
  position: fixed;
  bottom: 1rem;
  left: var(--sidebarw);
  right: 1rem;
  height: 2rem;
  background-image: linear-gradient(transparent, var(--kolorbg));
  pointer-events: none;
  z-index: 10;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  transition: all 0.5s;
  transform: translate(0, -3rem);
  opacity: 0;
}
.-menu_off .postbgmask {
  left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .postbgmask {
    left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .postbgmask {
    left: 0;
  }
}
.postbgmask.-partnerzy {
  background: none;
}
.postbgmask.-post {
  background: none;
}
.postbgmask:after {
  content: ' ';
  position: absolute;
  top: 100%;
  width: 100%;
  height: 1rem;
  background: #000000;
}
.postbgmask.-top {
  top: 0;
  height: 1rem;
  background: #000000;
}
.postbgmask.-top:after {
  display: none;
}
.postbgmask.-show {
  transform: none;
  opacity: 1;
}
.postbgmask.-hide {
  transform: translate(0, 3rem);
  opacity: 0;
}
.postfg__wrapimg {
  height: 50vh;
  mix-blend-mode: multiply;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.postfg__wrapimg img {
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.5s;
  opacity: 0;
  filter: blur(1rem);
  transform: skewY(10deg);
  width: 100%;
  height: auto;
  display: block;
}
.postfg__wrapimg.-show img {
  transform: none;
  opacity: 1;
  filter: none;
}
.postfg__wrapimg .postfg__img {
  mask-image: linear-gradient(90deg, transparent, #000000 20%);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000000 20%);
  animation: post_topdown_mobile 40s linear 0s infinite alternate;
}
.bottomblackbar {
  height: 1px;
  background: #000000;
}
.postfg {
  z-index: 2;
  position: relative;
  color: #000000;
  display: flex;
  transition: all 0.5s;
  opacity: 0;
  transform: translate(0, 0) scaleX(1.1);
}
.postfg > * {
  padding: 2rem 3rem 0;
  width: 50%;
}
@media (max-width: 1023px) {
  .postfg > * {
    padding: 1rem 1rem 0;
    padding: 1rem 1rem;
    width: auto;
  }
}
@media (max-width: 1023px) {
  .postfg {
    display: block;
    background-color: var(--kolorbg);
    margin: 0.5rem;
    min-height: 100vh;
    border-radius: 2px;
    margin-top: 2rem;
  }
}
@media (max-width: 1023px) {
  .postfg.-post {
    margin-bottom: 2.5rem;
  }
}
.postfg.-post > * {
  padding-bottom: 3rem;
}
@media (max-width: 1023px) {
  .postfg.-post > * {
    padding-bottom: 0rem;
  }
}
.postfg .postfg__left {
  min-height: 100vh;
  min-height: calc(100vh - 4rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  .postfg .postfg__left {
    padding-bottom: 1rem;
    min-height: auto;
  }
}
.postfg.-partnerzy {
  mix-blend-mode: multiply;
}
.postfg.-partnerzy .postfg__left {
  width: 100%;
}
.postfg .postfg__right__in {
  position: sticky;
  top: 3rem;
}
@media (max-width: 1023px) {
  .postfg {
    transform: translate(0, 0) scaleX(0.9);
  }
}
.postfg.-show {
  transform: none;
  opacity: 1;
}
.postfg.-hide {
  transform: scaleX(0.9);
  opacity: 0;
}
.postheader {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .postheader {
    margin-bottom: 1rem;
  }
}
.postheader h1 {
  font: inherit;
  font-family: sans-serif;
  font-size: 5vmax;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 1;
}
.-partnerzy .postheader {
  display: none;
}
.postheader__meta {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.8vmax;
  font-size: 1vmax;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1;
  border-top: #000000 solid 1px;
}
@media (max-width: 1023px) {
  .postheader__meta {
    font-size: 20px;
  }
}
.postheader__meta:nth-child(2) {
  margin-top: 1rem;
}
.postheader__meta > *:last-child {
  width: 100%;
  padding-right: 0;
}
.content {
  font-family: sans-serif;
  font-weight: 300;
  font-size: 1.8vmax;
  font-size: 1vmax;
  letter-spacing: 0;
  line-height: 1;
  line-height: 1.2;
}
.content:after {
  content: "";
  font-size: 0;
  display: table;
  clear: both;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
.content h1:first-child,
.content h2:first-child,
.content h3:first-child,
.content h4:first-child,
.content h5:first-child,
.content h6:first-child {
  margin-top: 0;
}
.content h1 {
  font-size: 1.8rem;
}
.content h2 {
  font-size: 1.5rem;
}
.content h3 {
  font-size: 1.25rem;
}
.content h4 {
  font-size: 1.25rem;
}
.content h5 {
  font-size: 1.25rem;
}
.content h6 {
  font-size: 1.25rem;
}
.content hr {
  height: 1px;
  border: none;
  border-top: #e0e0e0 solid 1px;
  margin: 1rem 0;
}
.content table {
  border-collapse: collapse;
}
.content table td {
  width: 50%;
  border: black solid 1px;
  padding: 8px 0;
}
.content p,
.content blockquote,
.content ul,
.content ol,
.content table {
  margin-bottom: 1rem;
}
.content p:last-child,
.content blockquote:last-child,
.content ul:last-child,
.content ol:last-child,
.content table:last-child {
  margin-bottom: 0;
}
.content p a,
.content blockquote a,
.content ul a,
.content ol a,
.content table a {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
}
.content p a:hover,
.content blockquote a:hover,
.content ul a:hover,
.content ol a:hover,
.content table a:hover {
  text-decoration-color: #999999;
}
.content iframe {
  width: 100% !important;
}
.content .wp-caption {
  margin-bottom: 1rem;
  width: 100% !important;
  font-size: 0.6rem;
}
.content .wp-caption a {
  display: block;
  width: 100% !important;
}
.content .wp-caption img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.content .alignnone {
  max-width: 100%;
  height: auto;
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 1023px) {
  .content .alignnone {
    margin-left: 0;
  }
}
.content .alignnone.size-thumbnail {
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
}
.content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.content .alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1.5rem;
}
.content .alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1.5rem;
}
.content img {
  max-width: 100% !important;
  height: auto;
}
@media (max-width: 1023px) {
  .content {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .content {
    font-size: 16px;
  }
}
.content ul {
  list-style-type: none;
  padding: 0;
}
.content ul li {
  padding: 0;
}
.content ul li {
  display: block;
  padding: 0.2em 0;
}
.content iframe {
  transition: opacity 1s;
  opacity: 0;
}
.postselektor {
  position: relative;
  position: fixed;
  z-index: 3;
  bottom: 1rem;
  right: 1rem;
  left: var(--sidebarw);
  height: 3rem;
  border-radius: 2px;
  background-color: #000000;
  color: #000000;
  z-index: 2;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.5s;
  transform: translate(0, 100%);
  opacity: 0;
  overflow-x: scroll;
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0 2rem;
  font-size: 0;
  letter-spacing: 0 !important;
  pointer-events: none;
}
.-menu_off .postselektor {
  left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .postselektor {
    left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .postselektor {
    left: 0;
  }
}
.postselektor::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}
@media (max-width: 1023px) {
  .postselektor {
    border-radius: 2px;
    bottom: 0rem;
    right: 0rem !important;
    left: 0rem !important;
    height: 2rem;
  }
}
.postselektor.-show {
  opacity: 1;
  transform: none;
  pointer-events: initial;
}
.postselektor a {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  padding: 0 2rem;
  color: #999999;
  font-family: sans-serif;
  font-size: 0.8rem;
}
@media (max-width: 1023px) {
  .postselektor a {
    height: 2rem;
    padding: 0 1rem;
  }
}
@media (max-width: 1280px) {
  .postselektor a {
    font-size: 0.7rem;
  }
}
.postselektor a img {
  margin-right: 0.5rem;
  opacity: 0.5;
  height: 100%;
  width: 3rem;
  object-fit: cover;
}
.postselektor a span {
  display: inline-block;
  vertical-align: top;
  padding: 0.1rem 0.2rem;
  border-radius: 2px;
  background: #000000;
}
.postselektor a.-open,
.postselektor a:hover {
  outline: none;
  background: #999999;
  color: #000000;
}
.postselektor a:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}
.archivelist ul {
  list-style-type: none;
  padding: 0;
}
.archivelist ul li {
  padding: 0;
}
.archivelist ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #000000 solid 1px;
  font-family: sans-serif;
  font-weight: 300;
  font-size: 2.3vmax;
  letter-spacing: 0;
  line-height: 1;
}
@media (max-width: 1023px) {
  .archivelist ul li {
    font-size: 28px;
  }
}
.archivelist ul li.-open {
  background: #999999;
}
.archivelist ul li a {
  flex-grow: 10;
  display: block;
}
.archivelist ul li a[aria-current="page"] {
  padding-left: 2rem;
}
.archivelist ul li a:first-child:hover {
  background: linear-gradient(90deg, #000000, transparent);
}
.archivelist ul li a:last-child:hover {
  background: linear-gradient(90deg, transparent, #000000);
}
.archivelist ul li a:hover {
  color: var(--kolorbg);
}
.archivelist ul li a:last-child {
  text-align: right;
}
.iframewrap {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.iframewrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  opacity: 1 !important;
}
.mediaplayers {
  background: var(--kolorbg);
}
.mediaplayers .mediaplayers__player {
  mix-blend-mode: multiply;
  margin-top: -1px;
}
.mediaplayers [class*="soundcloud"] .iframewrap {
  padding-bottom: 20% !important;
}
.site-x {
  position: fixed;
  z-index: 1000;
  top: 1rem;
  right: 1rem;
  background: var(--kolorbg);
  border-radius: 2px;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 1s;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .site-x {
    right: 0.5rem;
    top: 3rem;
    border-radius: 2px;
    display: none;
  }
}
.-ajax_was_used.-site_loaded .site-x {
  opacity: 1;
  pointer-events: initial;
}
body.home .site-x {
  opacity: 0 !important;
  pointer-events: none !important;
}
.site-x img {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transform: scale(0.8);
}
@media (max-width: 1023px) {
  .site-x img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.site-x:hover {
  background: white;
}
.site-x:hover img {
  transform: scale(1);
}
.stage_artysci {
  pointer-events: none;
  top: 0;
  left: 0;
  right: 2rem;
  bottom: 0;
  position: fixed;
  z-index: 20;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  overflow: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.-menu_off .stage_artysci {
  left: 4rem;
}
@media (min-width: 1024px) and (max-height: 620px) {
  .-menu_off .stage_artysci {
    left: 3rem;
  }
}
@media (max-width: 1023px) {
  .-menu_off .stage_artysci {
    left: 0;
  }
}
.stage_artysci__in {
  width: 90vmin;
  height: 90vmin;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  background: var(--kolorbg);
  opacity: 0;
  transform: scaleX(1.2);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  transition-duration: 0.3s;
}
.stage_artysci__in img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  mix-blend-mode: multiply;
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
}
.stage_artysci.-open .stage_artysci__in {
  opacity: 0.6;
  transform: none;
}
.-site_loaded .stage_artysci {
  opacity: 1;
}
.artistlist {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
}
.artistlink {
  font-size: 48px;
  font-weight: 300;
  display: block;
  border-bottom: #000000 solid 1px;
  position: relative;
  transition: opacity 0.5s;
  opacity: 0;
}
@media (max-width: 1023px) {
  .artistlink {
    font-family: sans-serif;
    font-weight: 300;
    font-size: 1.8vmax;
    font-size: 1vmax;
    letter-spacing: 0;
    line-height: 1;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .artistlink {
    font-size: 20px;
  }
}
.artistlink:last-child {
  border: none;
}
.artistlink.-show {
  opacity: 1;
}
.artistlink .pix {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1em;
}
.artistlink .pix img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 0;
}
@media (max-width: 1023px) {
  .artistlink .pix {
    position: absolute;
    height: 100%;
    right: 0;
    left: auto;
    width: 40%;
  }
  .artistlink .pix img {
    opacity: 1;
    object-fit: contain;
    object-position: right center;
  }
}
.artistlink h2 {
  font: inherit;
}
.artistlink:hover {
  background: #999999;
  box-shadow: 0 0 2rem #999999;
}
.artistlink .txt {
  position: relative;
  text-align: right;
  text-align: left;
  transform-origin: 100% 0 ;
  transform-origin: 0% 0 ;
  transform: scaleX(1.2);
  transition: all 0.25s cubic-bezier(0.5, 0, 0.2, 1);
  white-space: nowrap;
  line-height: 1;
  padding-right: 50vw;
}
@media (max-width: 1023px) {
  .artistlink .txt {
    height: 5em;
    white-space: initial;
    padding-right: 40%;
  }
}
.artistlink.-visible .txt {
  opacity: 1;
  transform: none;
}
.block-logosy,
.block-logosy_injected {
  line-height: 1.1;
}
.block-logosy .grid,
.block-logosy_injected .grid {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
@media (max-width: 420px) {
  .block-logosy .grid,
  .block-logosy_injected .grid {
    display: block;
  }
}
.block-logosy .break,
.block-logosy_injected .break {
  width: 100%;
  flex-shrink: 0;
}
.block-logosy a,
.block-logosy_injected a {
  display: inline-block;
  vertical-align: top;
  font-size: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-right: 2rem;
  padding-bottom: 2rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
}
.block-logosy a:hover,
.block-logosy_injected a:hover {
  /*opacity: 0.8;*/
}
@media (max-width: 420px) {
  .block-logosy a,
  .block-logosy_injected a {
    margin-right: 0rem;
    display: block;
    padding-bottom: 0;
  }
}
.block-logosy a .toplabel,
.block-logosy_injected a .toplabel {
  margin-bottom: 0.5rem;
  max-width: 120px;
}
@media (max-width: 420px) {
  .block-logosy a .toplabel,
  .block-logosy_injected a .toplabel {
    padding-top: 1rem;
  }
}
.block-logosy a .bottom,
.block-logosy_injected a .bottom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 420px) {
  .block-logosy a .bottom,
  .block-logosy_injected a .bottom {
    display: block;
    width: 100%;
  }
}
.block-logosy a .pix,
.block-logosy_injected a .pix {
  height: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 420px) {
  .block-logosy a .pix,
  .block-logosy_injected a .pix {
    align-items: center;
  }
}
.block-logosy a .pix img,
.block-logosy_injected a .pix img {
  width: auto;
  height: 100%;
  display: block;
  max-width: none;
  object-fit: contain;
  /*.gray;*/
}
.block-logosy a .pix img.size-xs,
.block-logosy_injected a .pix img.size-xs {
  height: 20%;
}
.block-logosy a .pix img.size-s,
.block-logosy_injected a .pix img.size-s {
  height: 40%;
}
.block-logosy a .pix img.size-m,
.block-logosy_injected a .pix img.size-m {
  height: 50%;
}
.block-logosy a .pix img.size-l,
.block-logosy_injected a .pix img.size-l {
  height: 70%;
}
.block-logosy a .pix img.size-xl,
.block-logosy_injected a .pix img.size-xl {
  height: 100%;
}
.block-logosy a .txt,
.block-logosy_injected a .txt {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  max-width: 200px;
}
@media (max-width: 420px) {
  .block-logosy a .txt,
  .block-logosy_injected a .txt {
    max-width: none;
    height: auto;
    margin-top: 1rem;
  }
}
.block-logosy a .txt.big,
.block-logosy_injected a .txt.big {
  font-size: 0.6rem;
  font-weight: bold;
}
.block-logosy a .pix + .txt,
.block-logosy_injected a .pix + .txt {
  padding-left: 1rem;
}
.bigbut a {
  display: block;
  padding: 1rem;
  font-size: 150%;
  border: currentColor solid 1px;
  border-radius: 3px;
  position: relative;
  line-height: 1;
}
.bigbut a::after {
  line-height: 1;
  position: absolute;
  right: 1rem;
  top: 0;
  height: 100%;
  content: '';
  width: 2rem;
  background-image: url('https://avantart.pl/2025/wp-content/themes/avant2022/img/arr.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (hover: hover) {
  .bigbut a:hover {
    background: black;
    color: white;
  }
  .bigbut a:hover::after {
    filter: invert(1);
  }
}
/* 10 mar 2022 */
.mszcookies {
  font-size: 12px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  left: 10px;
  line-height: 1.1;
  z-index: 999999;
  box-shadow: 5px -5px 10px rgba(0, 0, 0, 0.1);
}
.mszcookies .mszcookies__in {
  background: black;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0.8rem 1rem;
  border-radius: 5px;
}
.mszcookies button {
  display: block;
  color: white;
  background: white;
  color: black;
  padding: 0.5em 1em;
  border-radius: 3px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
}
.mszcookies button:hover {
  opacity: 0.8;
}
.mszcookies button:active {
  transform: scale(0.9);
}
.mszcookies a {
  display: block;
  margin-bottom: 1rem;
  color: white;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.8);
}
.mszcookies a:hover {
  color: white;
  text-decoration: none;
}
