@layer bricks {.brxe-icon{font-size:60px}svg.brxe-icon{font-size:inherit}}@layer bricks {@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes scrolling{0%{opacity:1}to{opacity:0;-webkit-transform:translateY(10px);transform:translateY(10px)}}a.brxe-image{display:inline-block}figure.brxe-image{margin:0}:where(.brxe-image).tag{display:inline-block;height:fit-content;position:relative;width:auto}:where(.brxe-image).caption{position:relative}:where(.brxe-image).caption:has(figcaption.bricks-image-caption){overflow:hidden}:where(.brxe-image).overlay{position:relative}:where(.brxe-image).overlay:before{bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}:where(.brxe-image):before{border-radius:inherit}:where(.brxe-image) a{border-radius:inherit;position:static;transition:inherit}:where(.brxe-image) picture{border-radius:inherit;transition:inherit}:where(.brxe-image) img{border-radius:inherit;height:100%;position:static!important;transition:inherit;width:100%}:where(.brxe-image) img.bricks-lazy-hidden+figcaption{display:none}:where(.brxe-image) .icon{color:#fff;font-size:60px;pointer-events:none;position:absolute;right:50%;text-align:center;top:50%;transform:translate(50%,-50%);z-index:5}:where(.brxe-image) .bricks-image-caption{background:linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.25) 70%,transparent);bottom:0;color:#fff;font-size:inherit;margin:0;padding:10px 15px;pointer-events:none;position:absolute;text-align:center;width:100%;z-index:1}}@layer bricks {:where(.brxe-heading).has-separator{align-items:center;display:inline-flex;gap:20px}:where(.brxe-heading)>[contenteditable]{display:inline-block;text-decoration:inherit}:where(.brxe-heading) .separator{border-top:1px solid;flex-grow:1;flex-shrink:0;height:1px}}#brx-content{ margin-top: var(--mainTop); margin-bottom: clamp(3rem, 2rem + 3.3333vw, 6rem);}#brxe-vaizax {max-width: 40rem; font-size: clamp(1.75rem, 0.833vw + 1.5rem, 2.5rem); line-height: 1.3em}@media (min-width: 425px){ #brxe-vaizax span{ display: block;}}#brxe-xkzdhv {margin-top: 1rem; margin-bottom: 2rem; max-width: 40rem}#brxe-nyqjrx {stroke: #781188}#brxe-giczvj {stroke: #825b39}#brxe-ehmabe {flex-direction: row; column-gap: 1.5rem}#brxe-ehmabe h3{ font-size: 2rem;}#brxe-ehmabe > a{ position: relative; aspect-ratio: 768 / 496; display: flex; overflow: hidden; border-radius: 16px; justify-content: flex-end; flex-direction: row; align-items: flex-end; padding: clamp(1rem, 0.8333rem + 0.5556vw, 1.5rem); gap: 2rem; transition: 200ms var(--bezierMain); flex-wrap: nowrap;}#brxe-ehmabe > a > div{ display: flex; gap: 0.25rem;}#brxe-ehmabe div, #brxe-ehmabe h3{ z-index: 2; color: var(--colorNeutral-100);}#brxe-ehmabe img{ position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; transition: 400ms ease-out; transform: scale3D(1, 1, 1);}#brxe-ehmabe .brxe-div{ background-color: var(--colorNeutral-100); width: 3rem; height: 3rem; min-width: 3rem; min-height: 3rem; border-radius: 8px; display: flex; align-items: center; justify-content: center; overflow: hidden;}#brxe-ehmabe a::after, #brxe-ehmabe a::before{ content: ''; position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 1;}#brxe-ehmabe a::after{background: linear-gradient(180deg, var(--gradient-top) 30%, var(--gradient-bottom) 100%);}#brxe-ehmabe a::before{ background: url("/wp-content/uploads/noise-tile.png"); mix-blend-mode: soft-light; opacity: 0.5; background-repeat: repeat; background-size: 200px;}#brxe-ehmabe a:nth-child(1)::after{ --gradient-top: rgba(89, 12, 101, 0); --gradient-bottom: #590C65;}#brxe-ehmabe a:nth-child(2)::after{ --gradient-top: rgba(135, 95, 60, 0); --gradient-bottom: #875F3C;}#brxe-ehmabe > a:hover img{ transform: scale(1.05);}#brxe-ehmabe > a:hover svg{ animation: arrowLoop 1.5s linear infinite }@keyframes arrowLoop { 0% { transform: translate(0%,0%) } 45% { transform: translate(300%,0%) } 50% { transform: translate(600%,-600%) } 50.1% { transform: translate(600%,600%) } 50.2% { transform: translate(-600%,600%) } 55% { transform: translate(-300%,0%) } 100% { transform: translate(0%,0%) }}#brxe-ehmabe a:nth-child(1):hover{ box-shadow: rgba(120, 17, 136, 0.2) 0px 0px 0px 4px;}#brxe-ehmabe a:nth-child(2):hover{ box-shadow: rgba(144, 109, 81, 0.2) 0px 0px 0px 4px}@media (max-width: 480px){ #brxe-ehmabe > a{ aspect-ratio: 2 / 3; gap: 1rem; flex-direction: column; } #brxe-ehmabe .brxe-div{ width: 100%; display: flex; gap: 1rem; padding-right: 1.5rem; padding-left: 1.5rem; border-radius: 0.5rem; height: 3.25rem; align-items: center; line-height: 1.4em; justify-content: center; } #brxe-ehmabe a:nth-child(1) .brxe-div::before{ content: 'Dostępne kursy'; color: #781188; } #brxe-ehmabe a:nth-child(2) .brxe-div::before{ content: 'Odkryj choreografie'; color: #825b39; } #brxe-ehmabe > a:hover svg{ animation: arrowMove 3s var(--bezierMain) infinite;}}@media (max-width: 991px) {#brxe-ehmabe {flex-direction: column; row-gap: 1rem}}#brxe-omczpb {padding-top: calc(clamp(3rem, 2rem + 3.3333vw, 6rem) / 2)}