/*!
	Theme Name: PDF2025
	Description: PDF2025
	Version: 1.0
	Author: Michał Żerdzicki
	Author URI: http://michal.zerdzicki.com

*/
@font-face {
  font-family: 'FONT1';
  src: url('fonts/subset-Mulish-SemiBold.woff2') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'FONT1';
  src: url('fonts/subset-Mulish-Medium.woff2') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FONT1';
  src: url('fonts/subset-Mulish-ExtraBold.woff2') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'FONT1';
  src: url('fonts/subset-Mulish-Bold.woff2') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'FONT1';
  src: url('fonts/subset-AtkinsonHyperlegible-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'FONT1';
  src: url('fonts/subset-AtkinsonHyperlegible-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'FONT2';
  src: url('fonts/Sporting_Grotesque-Regular_web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FONT2';
  src: url('fonts/Sporting_Grotesque-Bold_web.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
/* ----------------------------------------------
 * Generated by Animista on 2024-7-1 10:40:3
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-bck
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes pulsate-bck {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(0.1);
    transform: scale(1.1);
  }
}
.pulsate-bck {
  -webkit-animation: pulsate-bck 5s cubic-bezier(0.56, 0, 0.46, 1) infinite both;
  animation: pulsate-bck 5s cubic-bezier(0.56, 0, 0.46, 1) infinite both;
}
.category-wystawy .img::before {
  background-image: url(img/ctg/ctg1.svg);
}
.category-open-call .img::before {
  background-image: url(img/ctg/ctg7.svg);
}
.category-warsztaty .img::before {
  background-image: url(img/ctg/ctg3.svg);
}
.category-kids-design .img::before {
  background-image: url(img/ctg/ctg4.svg);
}
.category-poznan-design-talks .img::before {
  background-image: url(img/ctg/ctg5.svg);
}
.category-wydarzenia-towarzyszace .img::before {
  background-image: url(img/ctg/ctg6.svg);
}
.category-wyklady .img::before {
  background-image: url(img/ctg/ctg2.svg);
}
html,
body {
  overflow-x: hidden;
  font-size: 10px;
}
@media (max-width: 1440px) {
  html,
  body {
    font-size: 9.5px;
  }
}
@media (max-width: 1010px) {
  html,
  body {
    font-size: 8.5px;
  }
}
@media (max-width: 750px) {
  html,
  body {
    font-size: 8px;
  }
}
@media (max-width: 460px) {
  html,
  body {
    font-size: 7.5px;
  }
}
@media (max-width: 325px) {
  html,
  body {
    font-size: 7px;
  }
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  overflow-x: hidden;
  font-family: sans-serif;
}
.all > *,
.all > * * {
  box-sizing: border-box;
  padding: 0;
  font-size: 10px;
  font-family: 'FONT1', sans-serif;
  color: #000;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.all hr {
  display: block;
  border: 0 none;
}
.all ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
}
.all ul li {
  font-size: inherit;
}
.all span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
}
.all a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.all a:hover {
  opacity: 0.7;
}
.all a,
.all a:hover {
  transition: opacity 100ms ease-out;
}
.all div > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.all p,
.all strong,
.all em,
.all i,
.all b {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.all em,
.all i {
  font-size: 1em;
}
.all script,
.all script * {
  display: none !important;
}
.all #top {
  width: 100vw;
  height: auto;
  position: relative;
  margin-bottom: 11rem;
  margin-bottom: 9.9rem;
}
@media (max-width: 1440px) {
  .all #top {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 1010px) {
  .all #top {
    margin-bottom: 6.6rem;
  }
}
@media (max-width: 750px) {
  .all #top {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 460px) {
  .all #top {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 325px) {
  .all #top {
    margin-bottom: 4.4rem;
  }
}
.all #top .r1 {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: auto;
  min-height: 7rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
@media (max-width: 1440px) {
  .all #top .r1 {
    padding: 0 1.6rem;
  }
}
@media (max-width: 1390px) {
  .all #top .r1 {
    padding-right: 16rem;
  }
}
.all #top .r1 .logo {
  width: 27rem;
  height: 2.4rem;
  margin-top: 0.2rem;
}
.all #top .r1 .logo a {
  background-image: url(img/LOGO.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 100%;
  opacity: 1;
}
.all #top .r1 .mainMenu {
  width: 60%;
  height: auto;
  padding-right: 0;
}
@media (max-width: 1440px) {
  .all #top .r1 .mainMenu {
    padding-right: 0;
  }
}
@media (max-width: 1010px) {
  .all #top .r1 .mainMenu {
    padding-right: 32px;
  }
}
@media (max-width: 750px) {
  .all #top .r1 .mainMenu {
    padding-right: 32px;
  }
}
@media (max-width: 460px) {
  .all #top .r1 .mainMenu {
    padding-right: 32px;
  }
}
@media (max-width: 325px) {
  .all #top .r1 .mainMenu {
    padding-right: 0;
  }
}
.all #top .r1 .mainMenu ul {
  display: flex;
  font-size: 1.6rem;
  justify-content: space-between;
  margin-right: 0.6em;
}
.all #top .r1 .mainMenu ul li {
  font-family: 'FONT1';
  text-transform: uppercase;
  font-size: inherit;
  font-weight: bold;
  color: #000;
  margin-bottom: -0.2em;
  letter-spacing: 0.05em;
  cursor: pointer;
  line-height: 1em;
}
.all #top .r1 .mainMenu ul li a {
  font-size: inherit;
  padding: 0.6em 1em;
  white-space: nowrap;
}
.all #top .r1 .mainMenu ul li:last-of-type {
  margin-right: -0.6em;
}
.all #top .r1 .mainMenu ul li.current-menu-item {
  position: relative;
}
.all #top .r1 .mainMenu ul li.current-menu-item a {
  border-color: #FF3000;
  background-color: #FF3000;
}
.all #top .r1 .mainMenu ul li.current-menu-item:hover,
.all #top .r1 .mainMenu ul li.current-menu-item:hover * {
  opacity: 1 !important;
}
.all #top .rside,
.all #top #hBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 7rem;
}
.all #top .rside {
  width: 26rem;
  height: auto;
  padding-top: 2.4rem;
  z-index: 101;
}
.all #top .rside .widget-area,
.all #top .rside .widget_block {
  width: 100%;
  height: 100%;
}
.all #top .rside .widget_block {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 2rem;
}
.all #top .rside .widget_block ul {
  display: flex;
  flex-direction: column;
}
.all #top .rside .widget_block li.wp-social-link {
  width: 2.8rem;
  height: 2.8rem;
  background-size: 100%;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0);
  margin: 0;
  margin-bottom: 0.8rem;
}
.all #top .rside .widget_block li.wp-social-link a {
  width: 100%;
  height: 100%;
  display: block;
}
.all #top .rside .widget_block li.wp-social-link svg {
  display: none;
}
.all #top .rside .widget_block li.wp-social-link.wp-social-link-facebook {
  background-image: url(img/soc_FB.svg);
}
.all #top .rside .widget_block li.wp-social-link.wp-social-link-instagram {
  background-image: url(img/soc_instagram.svg);
}
.all #top .rside .widget_block li.wp-social-link.wp-social-link-twitter {
  background-image: url(img/soc_twitter.svg);
}
.all #top .rside .widget_block li.wp-social-link.wp-social-link-tiktok {
  background-image: url(img/soc_tiktok.svg);
}
.all #top .rside .widget_block li.wp-social-link.wp-social-link-linkedin {
  background-image: url(img/soc_linkedin.svg);
}
.all #top #hBtn {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 100;
  margin-top: -2px;
}
@media (max-width: 1270px) {
  .all #top #hBtn {
    display: block;
    visibility: visible;
    opacity: 1;
    background-image: url(img/hbtn.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
  }
  .all #top .mainMenu,
  .all #top .rside {
    display: none;
  }
}
body.home .all #top,
body.page-template-page-start .all #top {
  background-color: #FF3000;
  max-height: 900px;
  display: flex;
  flex-direction: column;
  background-image: url(img/baner_desktop.svg);
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  body.home .all #top,
  body.page-template-page-start .all #top {
    width: 100vw;
    height: calc(100vh - calc(100vh - 100%)) !important;
    max-height: 900px !important;
  }
}
@media (max-width: 960px) {
  body.home .all #top,
  body.page-template-page-start .all #top {
    background-image: url(img/baner_mobile.svg);
    background-size: auto 170%;
  }
}
@media (max-width: 370px) {
  body.home .all #top,
  body.page-template-page-start .all #top {
    background-image: url(img/baner_mobile.svg);
    background-size: 330% auto;
  }
}
.all #top .banner {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: auto;
  position: relative;
  flex-grow: 10;
  margin-top: -7rem;
  height: 100vh;
  max-height: 85vh;
}
@media (max-width: 1440px) {
  .all #top .banner {
    padding: 0 1.6rem;
  }
}
@media (max-width: 600px) {
  .all #top .banner {
    width: 100vw;
    height: 90vh;
    max-height: 900px !important;
  }
}
.all #mobileMenu {
  display: none;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 1500;
  width: 100vw;
  min-height: calc(100vh - calc(100vh - 100%));
  top: 0;
  left: 0;
  background-color: #000;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.all #mobileMenu.active {
  display: flex;
  visibility: visible;
  opacity: 1;
}
.all #mobileMenu .xBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  height: 7rem;
  background-image: url(img/xbtn.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
}
.all #mobileMenu div.logo {
  width: 100%;
  max-width: 200px;
  padding-bottom: 100%;
  background-image: url(img/logo_bottom.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  margin: 0 auto;
  transform: scale(1.2);
  filter: grayscale(1) invert(1) brightness(2);
}
.all #mobileMenu div.logo > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.all #mobileMenu ul {
  text-align: center;
}
.all #mobileMenu ul li {
  font-size: 4rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  color: #FFF;
  margin: 0.5em auto;
}
.all #mobileMenu .widget-area {
  width: 100%;
  margin: auto;
  margin-top: 5rem;
}
.all #mobileMenu .widget-area li.wp-social-link {
  width: 3rem;
  height: 3rem;
  background-size: 100%;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  filter: grayscale(1) invert(1) brightness(2);
}
.all #mobileMenu .widget-area li.wp-social-link a {
  width: 100%;
  height: 100%;
  display: block;
}
.all #mobileMenu .widget-area li.wp-social-link svg {
  display: none;
}
.all #mobileMenu .widget-area li.wp-social-link.wp-social-link-facebook {
  background-image: url(img/soc_FB.svg);
}
.all #mobileMenu .widget-area li.wp-social-link.wp-social-link-instagram {
  background-image: url(img/soc_instagram.svg);
}
.all #mobileMenu .widget-area li.wp-social-link.wp-social-link-twitter {
  background-image: url(img/soc_twitter.svg);
}
.all #mobileMenu .widget-area li.wp-social-link.wp-social-link-tiktok {
  background-image: url(img/soc_tiktok.svg);
}
.all #mobileMenu .widget-area li.wp-social-link.wp-social-link-linkedin {
  background-image: url(img/soc_linkedin.svg);
}
.all #mobileMenu * {
  user-select: none;
}
.all #footer {
  background-color: #fff;
  width: 100vw;
  height: auto;
  padding: 8rem 0;
  padding-top: 0;
}
.all #footer > .cont {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem 2rem;
  align-items: center;
}
@media (max-width: 1440px) {
  .all #footer > .cont {
    padding: 0 1.6rem;
  }
}
.all #footer > .cont .logo {
  grid-column: 1 / span 3;
  width: 100%;
  max-width: 28rem;
  height: 5rem;
}
.all #footer > .cont .logo a {
  background-image: url(img/LOGO.png);
  background-position: left center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.all #footer > .cont .bottom-menu {
  grid-column: 5 / span 2;
  position: relative;
  z-index: 10;
}
.all #footer > .cont .bottom-menu ul li {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0.5em 0;
}
.all #footer > .cont .widgets {
  grid-column: 7 / span 3;
}
.all #footer > .cont .widgets p {
  font-size: 1.4rem;
  font-family: 'FONT1';
  font-weight: 600;
  line-height: 1.5em;
  max-width: 20rem;
}
.all #footer > .cont .logo2 {
  grid-column: 11 / span 4;
  width: 100%;
  height: 100%;
  background-image: url(img/logo_bottom.svg);
  background-position: right center;
  background-size: auto 80%;
  background-repeat: no-repeat;
}
@media (max-width: 750px) {
  .all #footer > .cont .logo {
    grid-column: 1 / span 10;
  }
  .all #footer > .cont .bottom-menu {
    display: none;
  }
  .all #footer > .cont .logo2 {
    display: none;
  }
  .all #footer > .cont .widgets {
    grid-column: 1 / span 12;
    order: 3;
  }
}
.all #footer > .cont2 {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: auto;
  position: relative;
  z-index: 5;
}
@media (max-width: 1440px) {
  .all #footer > .cont2 {
    padding: 0 1.6rem;
  }
}
.all #footer > .cont2 .x-menu {
  margin-top: -2.5rem;
}
@media (max-width: 750px) {
  .all #footer > .cont2 .x-menu {
    margin-top: 2rem;
  }
}
.all #footer > .cont2 .x-menu li {
  font-size: 1.3rem;
  font-family: 'FONT1';
  font-weight: normal;
  line-height: 1.5em;
  display: inline-block;
  margin-right: 2em;
}
.all #main {
  box-sizing: border-box;
  padding: 0;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: auto;
  position: relative;
  margin-bottom: 11rem;
  margin-bottom: 9.9rem;
  min-height: 500px;
}
@media (max-width: 1440px) {
  .all #main {
    padding: 0 1.6rem;
  }
}
@media (max-width: 1440px) {
  .all #main {
    margin-bottom: 8.8rem;
  }
}
@media (max-width: 1010px) {
  .all #main {
    margin-bottom: 6.6rem;
  }
}
@media (max-width: 750px) {
  .all #main {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 460px) {
  .all #main {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 325px) {
  .all #main {
    margin-bottom: 4.4rem;
  }
}
.all #main .top,
.all #main > .cont > .top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem 2rem;
}
.all #main .top h1,
.all #main > .cont > .top h1,
.all #main .top h2,
.all #main > .cont > .top h2 {
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  margin: 0;
  font-size: 6.4rem;
  margin-bottom: 8.9rem;
  margin-bottom: 8.01rem;
  grid-column: 1 / span 5;
}
@media (max-width: 1440px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    font-size: 6rem;
  }
}
@media (max-width: 1010px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    font-size: 6rem;
  }
}
@media (max-width: 750px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 460px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 325px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    font-size: 4.5rem;
  }
}
@media (max-width: 1440px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    margin-bottom: 7.12rem;
  }
}
@media (max-width: 1010px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    margin-bottom: 5.34rem;
  }
}
@media (max-width: 750px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    margin-bottom: 3.56rem;
  }
}
@media (max-width: 460px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    margin-bottom: 3.56rem;
  }
}
@media (max-width: 325px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    margin-bottom: 3.56rem;
  }
}
.all #main .top h1.narrow,
.all #main > .cont > .top h1.narrow,
.all #main .top h2.narrow,
.all #main > .cont > .top h2.narrow {
  grid-column: 1 / span 3;
}
.all #main .top h1.nowrap,
.all #main > .cont > .top h1.nowrap,
.all #main .top h2.nowrap,
.all #main > .cont > .top h2.nowrap {
  white-space: nowrap;
}
@media (max-width: 600px) {
  .all #main .top h1,
  .all #main > .cont > .top h1,
  .all #main .top h2,
  .all #main > .cont > .top h2 {
    grid-column: 1 / span 12 !important;
    order: 1;
    text-align: center;
  }
}
.all #main .top.program,
.all #main > .cont > .top.program {
  margin-top: 6rem;
}
@media (max-width: 1440px) {
  .all #main .top.program,
  .all #main > .cont > .top.program {
    margin-top: 4rem;
  }
}
@media (max-width: 1010px) {
  .all #main .top.program,
  .all #main > .cont > .top.program {
    margin-top: 2rem;
  }
}
@media (max-width: 750px) {
  .all #main .top.program,
  .all #main > .cont > .top.program {
    margin-top: 0rem;
  }
}
@media (max-width: 460px) {
  .all #main .top.program,
  .all #main > .cont > .top.program {
    margin-top: 0rem;
  }
}
@media (max-width: 325px) {
  .all #main .top.program,
  .all #main > .cont > .top.program {
    margin-top: 0rem;
  }
}
body.single .all #main .top h1,
body.single .all #main > .cont > .top h1,
body.single .all #main .top h2,
body.single .all #main > .cont > .top h2 {
  grid-column: 1 / span 9;
  font-size: 4.8rem;
}
@media (max-width: 1440px) {
  body.single .all #main .top h1,
  body.single .all #main > .cont > .top h1,
  body.single .all #main .top h2,
  body.single .all #main > .cont > .top h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1010px) {
  body.single .all #main .top h1,
  body.single .all #main > .cont > .top h1,
  body.single .all #main .top h2,
  body.single .all #main > .cont > .top h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 750px) {
  body.single .all #main .top h1,
  body.single .all #main > .cont > .top h1,
  body.single .all #main .top h2,
  body.single .all #main > .cont > .top h2 {
    font-size: 3rem;
  }
}
@media (max-width: 460px) {
  body.single .all #main .top h1,
  body.single .all #main > .cont > .top h1,
  body.single .all #main .top h2,
  body.single .all #main > .cont > .top h2 {
    font-size: 3rem;
  }
}
@media (max-width: 325px) {
  body.single .all #main .top h1,
  body.single .all #main > .cont > .top h1,
  body.single .all #main .top h2,
  body.single .all #main > .cont > .top h2 {
    font-size: 3rem;
  }
}
body.single .all #main .top > .info,
body.single .all #main > .cont > .top > .info {
  width: 100%;
  height: 500px;
  margin-bottom: -500px;
  grid-column: 10 / span 3;
  position: relative;
}
body.single .all #main .top > .info > div,
body.single .all #main > .cont > .top > .info > div,
body.single .all #main .top > .info > a > div,
body.single .all #main > .cont > .top > .info > a > div {
  text-align: center;
}
body.single .all #main .top > .info > div .gfx,
body.single .all #main > .cont > .top > .info > div .gfx,
body.single .all #main .top > .info > a > div .gfx,
body.single .all #main > .cont > .top > .info > a > div .gfx {
  position: relative;
}
body.single .all #main .top > .info > div .gfx .arr,
body.single .all #main > .cont > .top > .info > div .gfx .arr,
body.single .all #main .top > .info > a > div .gfx .arr,
body.single .all #main > .cont > .top > .info > a > div .gfx .arr {
  width: 20%;
  height: 15%;
  position: absolute;
  right: -40%;
  top: 42.5%;
  background-position: left center;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(img/ARROW.svg);
  background-size: auto 2.2rem;
}
body.single .all #main .top > .info > div .gfx .img,
body.single .all #main > .cont > .top > .info > div .gfx .img,
body.single .all #main .top > .info > a > div .gfx .img,
body.single .all #main > .cont > .top > .info > a > div .gfx .img {
  width: 100%;
  padding-bottom: 100%;
  z-index: 11;
  position: relative;
  background-image: url(img/ctg/grad1.jpg);
  border-radius: 50%;
  background-size: 100% 100%;
  background-color: #ccc;
  border: 1px solid #fff;
}
body.single .all #main .top > .info > div .gfx .img::before,
body.single .all #main > .cont > .top > .info > div .gfx .img::before,
body.single .all #main .top > .info > a > div .gfx .img::before,
body.single .all #main > .cont > .top > .info > a > div .gfx .img::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
body.single .all #main .top > .info > div .gfx .img.blank,
body.single .all #main > .cont > .top > .info > div .gfx .img.blank,
body.single .all #main .top > .info > a > div .gfx .img.blank,
body.single .all #main > .cont > .top > .info > a > div .gfx .img.blank {
  display: none;
}
body.single .all #main .top > .info > div .gfx .img2,
body.single .all #main > .cont > .top > .info > div .gfx .img2,
body.single .all #main .top > .info > a > div .gfx .img2,
body.single .all #main > .cont > .top > .info > a > div .gfx .img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 13;
  background-image: url(img/ctg/bgr.svg);
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 1000ms;
  top: 0;
  display: none !important;
}
body.single .all #main .top > .info > div .gfx .thb,
body.single .all #main > .cont > .top > .info > div .gfx .thb,
body.single .all #main .top > .info > a > div .gfx .thb,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb {
  width: 100%;
  border-radius: 50%;
  padding-bottom: 100%;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  height: auto;
  background-color: #000;
  position: absolute;
  z-index: 12;
  overflow: visible;
  transition: opacity 200ms, transform 1000ms ease-in-out;
  border: 1px solid #fff;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center center;
}
body.single .all #main .top > .info > div .gfx .thb.blank,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank,
body.single .all #main .top > .info > a > div .gfx .thb.blank,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank,
body.single .all #main .top > .info > div .gfx .thb.blank0,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank0,
body.single .all #main .top > .info > a > div .gfx .thb.blank0,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank0,
body.single .all #main .top > .info > div .gfx .thb.blank1,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank1,
body.single .all #main .top > .info > a > div .gfx .thb.blank1,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank1,
body.single .all #main .top > .info > div .gfx .thb.blank2,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank2,
body.single .all #main .top > .info > a > div .gfx .thb.blank2,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank2 {
  opacity: 1;
  background-image: url(img/blank.svg);
  background-size: 100% 100%;
  mask-image: none;
  -webkit-mask-image: none;
  box-shadow: none;
  background-color: #FFF;
}
body.single .all #main .top > .info > div .gfx .thb.blank::before,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank::before,
body.single .all #main .top > .info > a > div .gfx .thb.blank::before,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank::before,
body.single .all #main .top > .info > div .gfx .thb.blank0::before,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank0::before,
body.single .all #main .top > .info > a > div .gfx .thb.blank0::before,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank0::before,
body.single .all #main .top > .info > div .gfx .thb.blank1::before,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank1::before,
body.single .all #main .top > .info > a > div .gfx .thb.blank1::before,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank1::before,
body.single .all #main .top > .info > div .gfx .thb.blank2::before,
body.single .all #main > .cont > .top > .info > div .gfx .thb.blank2::before,
body.single .all #main .top > .info > a > div .gfx .thb.blank2::before,
body.single .all #main > .cont > .top > .info > a > div .gfx .thb.blank2::before {
  display: none;
}
body.single .all #main .top > .info h4,
body.single .all #main > .cont > .top > .info h4 {
  font-size: 1.3rem;
  background-color: #000;
  color: #FFF;
  padding: 0.35em 0.9em 0.42em 0.9em;
  font-weight: bold;
  display: inline-block;
  width: auto;
  text-align: center;
  text-transform: lowercase;
  margin-top: 1.7em;
  margin-bottom: 0.7em;
  line-height: 1.1em;
}
body.single .all #main .top > .info .arr,
body.single .all #main > .cont > .top > .info .arr,
body.single .all #main .top > .info:hover .arr,
body.single .all #main > .cont > .top > .info:hover .arr {
  transition: transform 200ms ease-out;
}
body.single .all #main .top > .info .thb::before,
body.single .all #main > .cont > .top > .info .thb::before,
body.single .all #main .top > .info:hover .thb::before,
body.single .all #main > .cont > .top > .info:hover .thb::before {
  transition: opacity 200ms ease-out;
}
body.single .all #main .top > .info p.info,
body.single .all #main > .cont > .top > .info p.info,
body.single .all #main .top > .info p.info2,
body.single .all #main > .cont > .top > .info p.info2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.6em;
  line-height: 1.2em;
}
body.single .all #main .top > .info .gfx.active .arr,
body.single .all #main > .cont > .top > .info .gfx.active .arr {
  transform: translateX(1.5rem);
}
body.single .all #main .top > .info .gfx.active .thb,
body.single .all #main > .cont > .top > .info .gfx.active .thb {
  opacity: 1;
}
body.single .all #main .top > .info .gfx.active .img::after,
body.single .all #main > .cont > .top > .info .gfx.active .img::after {
  opacity: 1;
}
body.single .all #main .top > .info .gfx.active .img2,
body.single .all #main > .cont > .top > .info .gfx.active .img2 {
  opacity: 0.2;
}
body.single .all #main .top > .info .gfx .img::before,
body.single .all #main > .cont > .top > .info .gfx .img::before {
  display: block !important;
}
body.single .all #main .top > .info > div,
body.single .all #main > .cont > .top > .info > div {
  padding-left: 10%;
}
@media (max-width: 600px) {
  body.single .all #main .top > .info,
  body.single .all #main > .cont > .top > .info {
    grid-column: 1 / span 12;
    max-width: 200px;
    height: auto;
    order: 2;
    margin: auto;
    margin-bottom: 5rem;
  }
  body.single .all #main .top > .info > div,
  body.single .all #main > .cont > .top > .info > div {
    padding: 0;
  }
}
body.home .all #main h1 {
  display: none;
}
.all #main > .cont {
  width: 100%;
  grid-column: 1 / span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem 2rem;
}
.all #main > .cont > * {
  grid-column: 2 / span 8;
  width: 100%;
  height: auto;
  margin: 0;
}
@media (max-width: 600px) {
  .all #main > .cont > * {
    grid-column: 1 / span 11;
  }
}
@media (max-width: 460px) {
  .all #main > .cont > * {
    grid-column: 1 / span 12;
  }
}
.all #main > .cont .wp-block-image:not(.is-resized) {
  grid-column-end: 10;
  position: relative;
}
@media (max-width: 1440px) {
  .all #main > .cont .wp-block-image:not(.is-resized) {
    grid-column-end: 10;
  }
}
@media (max-width: 1010px) {
  .all #main > .cont .wp-block-image:not(.is-resized) {
    grid-column-end: 11;
  }
}
@media (max-width: 750px) {
  .all #main > .cont .wp-block-image:not(.is-resized) {
    grid-column-end: 12;
  }
}
@media (max-width: 460px) {
  .all #main > .cont .wp-block-image:not(.is-resized) {
    grid-column-end: 13;
  }
}
@media (max-width: 325px) {
  .all #main > .cont .wp-block-image:not(.is-resized) {
    grid-column-end: 12;
  }
}
.all #main > .cont .wp-block-image:not(.is-resized) img {
  width: 100%;
  height: auto;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.3);
  grid-column-end: 10;
  position: relative;
}
.all #main > .cont .wp-block-image:not(.is-resized) img.portrait {
  max-width: 50rem !important;
}
.all #main > .cont .wp-block-image:not(.is-resized) figcaption {
  font-size: 1.5rem;
  font-family: 'FONT1';
  font-weight: normal;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg) translateY(-0.5em);
  transform-origin: left bottom;
  padding: 0;
  margin: 0;
  background: none;
  color: #000;
  text-align: left;
}
@media (max-width: 600px) {
  .all #main > .cont .wp-block-image:not(.is-resized) figcaption {
    transform: none;
    position: relative;
    margin-top: 0.5em;
  }
}
.all #main > .cont .wp-block-gallery.columns-2,
.all #main > .cont .wp-block-gallery.columns-3 {
  padding-bottom: 2rem;
}
.all #main > .cont .wp-block-gallery.columns-2 figcaption,
.all #main > .cont .wp-block-gallery.columns-3 figcaption {
  transform: none;
  position: relative;
  margin-top: 0.5em;
  padding-bottom: 0.5em;
}
.all #main > .cont p > a,
.all #main > .cont p > strong > a {
  font-size: 0.9em;
  position: relative;
  display: inline-block;
}
.all #main > .cont p > a:hover,
.all #main > .cont p > strong > a:hover,
.all #main > .cont p > a::after,
.all #main > .cont p > strong > a::after,
.all #main > .cont p > a:hover::after,
.all #main > .cont p > strong > a:hover::after {
  transition: all 200ms;
}
.all #main > .cont p > a::after,
.all #main > .cont p > strong > a::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FF3000;
  content: "";
  padding: 0 0.3em;
  margin-left: -0.3em;
  top: 82%;
}
.all #main > .cont p > a:hover,
.all #main > .cont p > strong > a:hover {
  opacity: 1;
}
.all #main > .cont p > a:hover::after,
.all #main > .cont p > strong > a:hover::after {
  z-index: -1;
  height: 102%;
  top: -1%;
  opacity: 100%;
  padding: 0 0.6em;
  margin-left: -0.6em;
}
@media (max-width: 750px) {
  .all #main > .cont ol,
  .all #main > .cont ul {
    padding-left: 3rem !important;
  }
}
.all #main > .cont ol.indent,
.all #main > .cont ul.indent {
  padding-left: 5rem;
}
.all #main > .cont ol.alpha,
.all #main > .cont ul.alpha {
  list-style-type: upper-alpha;
}
.all #main > .cont ul li {
  list-style: initial;
}
.all #main > .cont ol li,
.all #main > .cont ul li {
  margin-bottom: 0.5em;
}
.all #main > .cont ol li:last-of-type,
.all #main > .cont ul li:last-of-type {
  margin-bottom: 0;
}
.all #main > .cont h2 {
  grid-column: 2 / span 8;
  font-size: 6.4rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  font-size: 4.2rem;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.all #main > .cont h2.alt {
  grid-column: 1 / span 8;
}
.all #main > .cont h2.center {
  grid-column: 1 / span 12;
  text-align: center;
}
@media (max-width: 1440px) {
  .all #main > .cont h2 {
    font-size: 4rem;
  }
}
@media (max-width: 1010px) {
  .all #main > .cont h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 750px) {
  .all #main > .cont h2 {
    font-size: 3rem;
  }
}
@media (max-width: 460px) {
  .all #main > .cont h2 {
    font-size: 3rem;
  }
}
@media (max-width: 325px) {
  .all #main > .cont h2 {
    font-size: 3rem;
  }
}
.all #main > .cont h2 strong {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
}
.all #main > .cont h3 {
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  grid-column-end: 10;
  font-size: 3.6rem;
  margin: 0;
}
@media (max-width: 1440px) {
  .all #main > .cont h3 {
    font-size: 3rem;
  }
}
@media (max-width: 1010px) {
  .all #main > .cont h3 {
    font-size: 2.5rem;
  }
}
@media (max-width: 750px) {
  .all #main > .cont h3 {
    font-size: 2rem;
  }
}
@media (max-width: 460px) {
  .all #main > .cont h3 {
    font-size: 2rem;
  }
}
@media (max-width: 325px) {
  .all #main > .cont h3 {
    font-size: 2rem;
  }
}
.all #main > .cont h3 strong {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
}
.all #main > .cont h4,
.all #main > .cont h5,
.all #main > .cont h6 {
  font-size: 2rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
}
.all #main > .cont h4 strong,
.all #main > .cont h5 strong,
.all #main > .cont h6 strong {
  font-family: inherit;
  font-size: 1em;
  font-weight: inherit;
}
.all #main > .cont hr {
  display: block;
  border: 0 none;
  background-color: #000;
  height: 2px;
  max-width: 45rem;
  margin: 2rem 0;
}
.all #main > .cont .wp-block-quote {
  border-left: 2px solid #000;
  padding-left: 2.8rem;
  margin: 2rem 0;
  position: relative;
}
.all #main > .cont .wp-block-quote::before {
  display: block;
  content: "”";
  position: absolute;
  color: #000;
  font-size: 10rem;
  left: -6rem;
  top: 50%;
  margin-top: 0rem;
}
.all #main > .cont .wp-block-quote,
.all #main > .cont .wp-block-quote p {
  font-size: 2.6rem;
  font-family: 'FONT1';
  font-weight: normal;
  line-height: 1.5em;
  line-height: 1.4em;
  font-style: normal;
  font-weight: bold;
}
.all #main > .cont .wp-block-quote strong,
.all #main > .cont .wp-block-quote p strong,
.all #main > .cont .wp-block-quote em,
.all #main > .cont .wp-block-quote p em {
  font-weight: inherit;
  font-style: inherit;
}
.all #main > .cont .wp-block-quote p {
  margin: 0;
  margin-bottom: 1em;
}
.all #main > .cont .wp-block-quote cite {
  font-size: 1.6rem;
  font-family: 'FONT1';
  font-weight: normal;
  line-height: 1.5em;
  font-style: normal;
  font-weight: 500;
}
.all #main > .cont .wp-block-quote cite br {
  display: none;
}
.all #main > .cont .wp-block-columns,
.all #main > .cont hr.is-style-wide {
  max-width: 100% !important;
  grid-column: 2 / span 10;
}
@media (max-width: 600px) {
  .all #main > .cont .wp-block-columns,
  .all #main > .cont hr.is-style-wide {
    grid-column: 1 / span 12;
  }
}
.all #main > .cont .wp-block-group.x {
  grid-column: 1 / span 12;
}
.all #main > .cont .wp-block-group.x .wp-block-group__inner-container > p {
  margin-bottom: 1em;
}
.all #main > .cont .wp-block-group.x .wp-block-columns {
  gap: 0 8rem;
  flex-basis: auto;
}
.all #main > .cont .wp-block-group.x .wp-block-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 455px;
  margin: 0;
  margin-bottom: 2rem;
}
.all #main > .cont .wp-block-group.x .wp-block-columns .wp-block-column h4 {
  font-size: 2.1rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
}
.all #main > .cont .wp-block-group.x .wp-block-columns .wp-block-column p {
  font-size: 1.6rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
}
.all #main > .cont .wp-block-group.x .wp-block-columns .wp-block-column:nth-of-type(1) {
  flex-basis: 8%;
}
.all #main > .cont .wp-block-group.x .wp-block-columns .wp-block-column:nth-of-type(2) {
  flex-basis: 45%;
}
.all #main > .cont .wp-block-group.x .wp-block-columns .wp-block-column:nth-of-type(3) {
  flex-basis: 20%;
}
@media (max-width: 1010px) {
  .all #main > .cont .wp-block-group.x .wp-block-columns {
    display: block;
  }
  .all #main > .cont .wp-block-group.x .wp-block-columns .wp-block-column {
    width: 100%;
    flex-basis: 100%;
  }
}
.all #main > .cont p,
.all #main > .cont ol li,
.all #main > .cont ul li {
  font-size: 2rem;
  font-family: 'FONT1';
  font-weight: normal;
  line-height: 1.5em;
  margin: 0;
}
.all #main > .cont p.has-medium-font-size,
.all #main > .cont ol li.has-medium-font-size,
.all #main > .cont ul li.has-medium-font-size {
  font-size: 2.6rem !important;
}
.all #main > .cont p.has-small-font-size,
.all #main > .cont ol li.has-small-font-size,
.all #main > .cont ul li.has-small-font-size {
  font-size: 1.6rem !important;
  line-height: 1.55em;
}
body.home .all #main > .cont .wp-block-columns {
  grid-column-end: 12;
  column-gap: 4rem;
}
body.home .all #main > .cont .wp-block-columns p {
  margin-bottom: 1em;
}
body.home .all #main > .cont .wp-block-columns .wp-block-column:nth-of-type(1) {
  flex-basis: 40% !important;
}
body.home .all #main > .cont .wp-block-columns .wp-block-column:nth-of-type(1) p {
  font-size: 1.6rem;
}
body.home .all #main > .cont .wp-block-columns .wp-block-column:nth-of-type(1) p.has-medium-font-size {
  font-size: 2.1rem;
}
body.home .all #main > .cont .wp-block-columns .wp-block-column:nth-of-type(2) {
  flex-basis: 60%;
}
body.home .all #main > .cont .wp-block-columns .wp-block-column {
  position: relative;
}
body.home .all #main > .cont .wp-block-columns .wp-block-column .xLink2,
body.home .all #main > .cont .wp-block-columns .wp-block-column .xLink {
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
}
@media (max-width: 750px) {
  body.home .all #main > .cont .wp-block-columns .wp-block-column .xLink2,
  body.home .all #main > .cont .wp-block-columns .wp-block-column .xLink {
    position: relative;
    bottom: 0;
    margin-top: 2rem;
  }
}
.all #main > .cont p.xLink,
.all #main > .cont p.xLink2,
.all #main > .cont .wp-block-file {
  height: 4.8rem;
  background-color: #dd00d3;
  font-size: 1.4rem;
  font-family: 'FONT2';
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1em;
  position: relative;
  grid-column: 2 / span 10;
}
.all #main > .cont p.xLink,
.all #main > .cont p.xLink2,
.all #main > .cont .wp-block-file,
.all #main > .cont p.xLink a,
.all #main > .cont p.xLink2 a,
.all #main > .cont .wp-block-file a {
  color: #000 !important;
}
@media (max-width: 600px) {
  .all #main > .cont p.xLink,
  .all #main > .cont p.xLink2,
  .all #main > .cont .wp-block-file {
    grid-column: 1 / span 12;
  }
}
.all #main > .cont p.xLink::after,
.all #main > .cont p.xLink2::after,
.all #main > .cont .wp-block-file::after {
  display: block;
  width: 10rem;
  height: 100%;
  content: "";
  background-image: url(img/ARROW.svg);
  background-position: right 1.7rem center;
  background-repeat: no-repeat;
  background-size: auto 2.2rem;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 460px) {
  .all #main > .cont p.xLink::after,
  .all #main > .cont p.xLink2::after,
  .all #main > .cont .wp-block-file::after {
    display: none;
  }
}
.all #main > .cont p.xLink a,
.all #main > .cont p.xLink2 a,
.all #main > .cont .wp-block-file a {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 1em;
  color: #FFF;
  padding: 1.9rem 1.7rem 1.5rem 1.8rem;
}
.all #main > .cont p.xLink a::after,
.all #main > .cont p.xLink2 a::after,
.all #main > .cont .wp-block-file a::after {
  display: none !important;
}
.all #main > .cont p.xLink .wp-block-file__button,
.all #main > .cont p.xLink2 .wp-block-file__button,
.all #main > .cont .wp-block-file .wp-block-file__button {
  display: none;
}
.all #main > .cont p.xLink2 {
  background: none;
}
.all #main > .cont p.xLink2 a {
  vertical-align: middle;
  display: inline-block;
  padding-left: 0;
  width: auto;
  color: #000 !important;
}
.all #main > .cont p.xLink2::after {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: 0;
  margin-top: -2px;
  background-image: url(img/ARROW.svg);
}
.all #main > .cont.program-bottom .separator {
  height: 6rem;
}
.all #main > .cont.program-bottom .wp-block-file {
  grid-column: 1 / span 12;
}
body.error404  > .all > div {
  display: none;
}
body.error404  #main {
  position: fixed;
  display: flex !important;
  width: 100vw;
  max-width: 100vw;
  height: calc(100vh - calc(100vh - 100%));
  z-index: 2000;
  background-color: #F0B7A7;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
}
body.error404  #main > div h1 {
  font-size: 10rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  margin: 0;
}
.top.program > div:first-of-type {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 2rem 2rem;
  width: 100%;
  grid-column: 1 / 13;
}
.top.program > div:first-of-type h2 {
  grid-column: 1 / 3;
}
.postsX .program {
  border-bottom: 2px solid #000;
  min-height: 20rem;
}
.postsX .program .days {
  display: flex;
  flex-direction: column;
}
.postsX .program .days .day {
  position: relative;
  border-top: 2px solid #000;
  margin-bottom: 6rem;
}
.postsX .program .days .day.active {
  display: block !important;
  margin-bottom: 0 !important;
  padding-top: 56px;
}
@media (max-width: 1440px) {
  .postsX .program .days .day.active {
    padding-top: 48px;
  }
}
@media (max-width: 1010px) {
  .postsX .program .days .day.active {
    padding-top: 40px;
  }
}
@media (max-width: 750px) {
  .postsX .program .days .day.active {
    padding-top: 32px;
  }
}
@media (max-width: 460px) {
  .postsX .program .days .day.active {
    padding-top: 32px;
  }
}
@media (max-width: 325px) {
  .postsX .program .days .day.active {
    padding-top: 32px;
  }
}
.postsX .program .days .day.hidden {
  display: none !important;
}
.postsX .program .days .day h2 {
  font-size: 2.5rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}
.postsX .program .days .day h2 span {
  font-size: 0.6em;
  padding-right: 0.6em;
}
@media (min-width: 1261px) {
  .postsX .program .days .day h2 {
    text-align: right;
    position: absolute;
    width: 10em;
    left: -10em;
    top: 0;
    transform-origin: right top;
    transform: translateX(-2em) rotate(-90deg);
    font-size: 3.5rem;
    margin: 0;
  }
}
.postsX .program .days .day .cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 1%;
}
.postsX .program .days .day .cont .post {
  width: 32.6%;
  padding-bottom: 5rem;
}
.postsX .program .days .day .cont .post > div,
.postsX .program .days .day .cont .post > a > div {
  text-align: center;
}
.postsX .program .days .day .cont .post > div .gfx,
.postsX .program .days .day .cont .post > a > div .gfx {
  position: relative;
}
.postsX .program .days .day .cont .post > div .gfx .arr,
.postsX .program .days .day .cont .post > a > div .gfx .arr {
  width: 20%;
  height: 15%;
  position: absolute;
  right: -40%;
  top: 42.5%;
  background-position: left center;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(img/ARROW.svg);
  background-size: auto 2.2rem;
}
.postsX .program .days .day .cont .post > div .gfx .img,
.postsX .program .days .day .cont .post > a > div .gfx .img {
  width: 100%;
  padding-bottom: 100%;
  z-index: 11;
  position: relative;
  background-image: url(img/ctg/grad1.jpg);
  border-radius: 50%;
  background-size: 100% 100%;
  background-color: #ccc;
  border: 1px solid #fff;
}
.postsX .program .days .day .cont .post > div .gfx .img::before,
.postsX .program .days .day .cont .post > a > div .gfx .img::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}
.postsX .program .days .day .cont .post > div .gfx .img.blank,
.postsX .program .days .day .cont .post > a > div .gfx .img.blank {
  display: none;
}
.postsX .program .days .day .cont .post > div .gfx .img2,
.postsX .program .days .day .cont .post > a > div .gfx .img2 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 13;
  background-image: url(img/ctg/bgr.svg);
  background-size: 100% 100%;
  opacity: 0;
  transition: opacity 1000ms;
  top: 0;
  display: none !important;
}
.postsX .program .days .day .cont .post > div .gfx .thb,
.postsX .program .days .day .cont .post > a > div .gfx .thb {
  width: 100%;
  border-radius: 50%;
  padding-bottom: 100%;
  opacity: 0;
  background-position: center center;
  background-size: cover;
  height: auto;
  background-color: #000;
  position: absolute;
  z-index: 12;
  overflow: visible;
  transition: opacity 200ms, transform 1000ms ease-in-out;
  border: 1px solid #fff;
  mask-repeat: no-repeat;
  mask-size: 100% auto;
  mask-position: center center;
}
.postsX .program .days .day .cont .post > div .gfx .thb.blank,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank,
.postsX .program .days .day .cont .post > div .gfx .thb.blank0,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank0,
.postsX .program .days .day .cont .post > div .gfx .thb.blank1,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank1,
.postsX .program .days .day .cont .post > div .gfx .thb.blank2,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank2 {
  opacity: 1;
  background-image: url(img/blank.svg);
  background-size: 100% 100%;
  mask-image: none;
  -webkit-mask-image: none;
  box-shadow: none;
  background-color: #FFF;
}
.postsX .program .days .day .cont .post > div .gfx .thb.blank::before,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank::before,
.postsX .program .days .day .cont .post > div .gfx .thb.blank0::before,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank0::before,
.postsX .program .days .day .cont .post > div .gfx .thb.blank1::before,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank1::before,
.postsX .program .days .day .cont .post > div .gfx .thb.blank2::before,
.postsX .program .days .day .cont .post > a > div .gfx .thb.blank2::before {
  display: none;
}
.postsX .program .days .day .cont .post h4 {
  font-size: 1.3rem;
  background-color: #000;
  color: #FFF;
  padding: 0.35em 0.9em 0.42em 0.9em;
  font-weight: bold;
  display: inline-block;
  width: auto;
  text-align: center;
  text-transform: lowercase;
  margin-top: 1.7em;
  margin-bottom: 0.7em;
  line-height: 1.1em;
}
.postsX .program .days .day .cont .post .arr,
.postsX .program .days .day .cont .post:hover .arr {
  transition: transform 200ms ease-out;
}
.postsX .program .days .day .cont .post .thb::before,
.postsX .program .days .day .cont .post:hover .thb::before {
  transition: opacity 200ms ease-out;
}
.postsX .program .days .day .cont .post p.info,
.postsX .program .days .day .cont .post p.info2 {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.6em;
  line-height: 1.2em;
}
.postsX .program .days .day .cont .post .gfx {
  width: 48%;
  margin: auto;
}
.postsX .program .days .day .cont .post a {
  opacity: 1;
}
.postsX .program .days .day .cont .post a:hover:hover .arr,
.postsX .program .days .day .cont .post a:hover.active .arr {
  transform: translateX(1.5rem);
}
.postsX .program .days .day .cont .post a:hover:hover .thb,
.postsX .program .days .day .cont .post a:hover.active .thb {
  opacity: 1;
}
.postsX .program .days .day .cont .post a:hover:hover .img::after,
.postsX .program .days .day .cont .post a:hover.active .img::after {
  opacity: 1;
}
.postsX .program .days .day .cont .post a:hover:hover .img2,
.postsX .program .days .day .cont .post a:hover.active .img2 {
  opacity: 0.2;
}
.postsX .program .days .day .cont .post h3.title {
  font-size: 2.1rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  line-height: 1.35em;
  text-align: center;
  margin: auto;
  margin-top: 0.5em;
  max-width: 300px;
}
.postsX .program .days .day .cont .post.inactive a {
  opacity: 0.2;
  filter: grayscale(1);
}
@media (max-width: 750px) {
  .postsX .program .days .day .cont .post {
    width: 49.5%;
  }
  .postsX .program .days .day .cont .post.blank {
    display: none;
  }
  .postsX .program .days .day .cont .post.blankM {
    display: block !important;
  }
}
.postsX .program .showAll {
  margin-top: 2em;
  font-size: 1.4rem;
  font-family: 'FONT2';
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.6rem;
  text-transform: none;
  width: 100%;
  text-align: right;
}
@media (max-width: 460px) {
  .postsX .program .showAll {
    text-align: center;
  }
}
.program_filters {
  grid-column: 4 / span 10;
  order: 4;
}
.program_filters .program_days,
.program_filters .program_categories {
  vertical-align: baseline;
}
.program_filters .program_days ul,
.program_filters .program_categories ul {
  margin: 0 auto;
  margin-right: -0.5em;
  height: auto;
  min-height: 5.8rem;
  margin-bottom: 2rem;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 960px) {
  .program_filters .program_days ul,
  .program_filters .program_categories ul {
    max-width: 45rem;
  }
}
.program_filters .program_days ul li,
.program_filters .program_categories ul li {
  font-size: 1.7rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  margin: 0;
  line-height: 1em;
  margin-left: 0.2em;
  padding: 0.4em 0.4em 0.45em 0.6em;
  cursor: pointer;
}
.program_filters .program_days ul li.prev,
.program_filters .program_categories ul li.prev,
.program_filters .program_days ul li.next,
.program_filters .program_categories ul li.next {
  display: none;
}
.program_filters .program_days ul li.active,
.program_filters .program_categories ul li.active {
  background-color: #dd00d3;
  opacity: 1 !important;
  position: relative;
}
.program_filters .program_days ul li:hover,
.program_filters .program_categories ul li:hover {
  opacity: 0.7;
}
.program_filters .program_categories ul {
  min-height: 0;
  margin-bottom: 6rem;
}
.program_filters .program_categories ul li {
  text-transform: lowercase;
  font-size: 1.4rem;
}
.program_filters .program_categories ul li::before {
  display: none !important;
}
@media (max-width: 1260px) {
  .program_filters .program_categories ul {
    margin-bottom: 3rem;
  }
}
@media (max-width: 600px) {
  .program_filters {
    grid-column: 1 / span 12;
  }
  .program_filters .program_days ul {
    margin-top: -3rem;
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-right: auto;
  }
  .program_filters .program_days ul li {
    margin: 0 0.3em;
  }
  .program_filters .program_categories ul {
    width: 100%;
    justify-content: center;
    align-items: flex-end;
    margin-right: auto;
  }
}
.partnerzy_logos {
  grid-column: 2 / span 10 !important;
}
.partnerzy_logos > div {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
}
.partnerzy_logos h4 {
  font-size: 1.6rem !important;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  padding: 3em 0;
  padding-bottom: 2em;
  text-align: center;
  color: #000 !important;
}
.partnerzy_logos h4:first-of-type {
  padding-top: 0;
}
.partnerzy_logos .wp-block-image {
  background-color: #fff;
  height: auto;
  box-sizing: border-box;
  margin: 1rem 0;
  width: 18.4%;
}
@media (max-width: 1440px) {
  .partnerzy_logos .wp-block-image {
    width: 18.4%;
  }
}
@media (max-width: 1010px) {
  .partnerzy_logos .wp-block-image {
    width: 18.4%;
  }
}
@media (max-width: 750px) {
  .partnerzy_logos .wp-block-image {
    width: 23.5%;
  }
}
@media (max-width: 460px) {
  .partnerzy_logos .wp-block-image {
    width: 23.5%;
  }
}
@media (max-width: 325px) {
  .partnerzy_logos .wp-block-image {
    width: 23.5%;
  }
}
.partnerzy_logos .wp-block-image img {
  width: auto;
  object-fit: scale-down;
  max-height: 88px;
  filter: grayscale(1);
  mix-blend-mode: multiply;
  box-shadow: none !important;
  display: block;
  margin: auto;
  position: relative;
}
.partnerzy_logos .wp-block-image a:hover {
  opacity: 1;
}
.partnerzy_logos .l > div > .wp-block-image img {
  max-height: 200px;
}
.partnerzy_logos .center {
  opacity: #999;
  width: 100%;
  display: block;
  min-width: 100%;
  padding-bottom: 4rem;
}
.partnerzy_logos .center > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
}
.partnerzy_logos .center > div .wp-block-image {
  width: 25%;
}
@media (max-width: 1440px) {
  .partnerzy_logos .center > div .wp-block-image {
    width: 27%;
  }
}
@media (max-width: 1010px) {
  .partnerzy_logos .center > div .wp-block-image {
    width: 28%;
  }
}
@media (max-width: 750px) {
  .partnerzy_logos .center > div .wp-block-image {
    width: 30%;
  }
}
@media (max-width: 460px) {
  .partnerzy_logos .center > div .wp-block-image {
    width: 30%;
  }
}
@media (max-width: 325px) {
  .partnerzy_logos .center > div .wp-block-image {
    width: 30%;
  }
}
#COOKIES {
  width: 100vw;
  height: auto;
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3rem 5rem;
  box-sizing: border-box;
}
#COOKIES h2 {
  font-size: 3.2rem;
  font-family: 'FONT1';
  font-weight: bold;
  line-height: 1.25em;
  color: #FFF;
  width: auto;
  margin: 0;
  line-height: 1em;
}
#COOKIES h4 {
  font-size: 1.4rem;
  font-family: 'FONT2';
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #FFF;
  width: auto;
  border: 2px solid #FFF;
  padding: 0.8em 2em;
  padding-bottom: 0.5em;
  cursor: pointer;
  margin: 0;
}
#COOKIES .content {
  flex-grow: 1;
  box-sizing: border-box;
  padding: 0 5rem;
}
#COOKIES .content p {
  font-size: 1.4rem;
  font-family: 'FONT1';
  font-weight: normal;
  line-height: 1.5em;
  color: #FFF;
  margin: 0;
}
@media (max-width: 700px) {
  #COOKIES {
    flex-direction: column;
    text-align: center;
    padding: 3rem 2rem;
    gap: 1.5rem;
  }
  #COOKIES .content {
    padding: 0;
  }
}
