.wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:20vw;grid-gap:5vw;gap:5vw}.first{grid-column-start:1;grid-row-start:1;grid-row-end:3}.img-item{background:url(/barbora/2.webp);background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:6rem;border:1px solid #000}@media (max-width:576px){.first{grid-row-start:1;grid-row-end:1}.wrapper{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:16rem;grid-gap:1rem;gap:1rem}}.slide-show{background:rgba(0,0,0,.7);height:100%;width:100%;position:fixed;top:0;left:0;display:grid;grid-template-columns:auto 1fr auto;color:#fff;align-items:center;font-size:large;z-index:1;opacity:0;animation:galleryAnim .2s forwards}@keyframes galleryAnim{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.show-img{max-width:100%;max-height:100vh;margin:auto;border-radius:1rem}.close{position:absolute;right:0;top:0;font-size:xx-large;height:-moz-fit-content;height:fit-content}.buttons-container{display:grid;align-items:center;height:100%;-webkit-tap-highlight-color:transparent}@font-face{font-family:avenir;src:url(/_next/static/media/AvenirLTStd-Light.f3ee57e1.ttf)}.font-avenir{font-family:avenir}.section-margin{margin-top:100px}.presentation-site-container{background-color:#575756;color:#e8e8e8;font-family:avenir}.bg-image{background-image:url(/barbora/woman.svg);background-repeat:no-repeat;background-size:contain;background-position-y:3rem;animation:fade-in-anim 1.5s ease-in forwards}svg{fill:#fff}@keyframes fade-in-anim{0%{opacity:0}to{opacity:1}}iframe{border-radius:1rem;border:none}.gray-scale{filter:grayscale(100%)}.footer{padding:60px 20px;margin-top:80px;text-align:center;background-color:#747277}.media-container{width:-moz-fit-content;width:fit-content}.home-banner-layout{display:grid;grid-template-rows:1fr auto;grid-gap:2rem;gap:2rem}.logo{height:12vh}.register-button{border:3px solid;font-weight:700}.pulse{animation:pulse-animation 2.5s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 #ffb7ce73}to{box-shadow:0 0 0 20px #ffb7ce00}}.logo{height:9rem}.logo-text{height:3rem;max-width:100%}@media (min-width:992px){.logo{height:15rem}.logo-text{height:5rem}}.anim{animation:animate .8s linear forwards}@keyframes animate{0%{width:0}50%{width:0}to{width:100%}}.info-quote{font-size:2rem;padding:3rem 0;text-transform:uppercase;line-height:1.4}@media (max-width:768px){.info-quote{font-size:1.6rem}}.header{display:grid;grid-template-columns:1fr auto;padding:20px 0;align-items:center}.header-logo{height:3.5rem;color:#8e8e8e}.header-logo-text{height:1.5rem}@media (min-width:992px){.header-logo{height:3.5rem}.header-logo-text{height:2rem}}