<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;700&amp;display=swap");@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&amp;display=swap");@font-face{font-family:"Leyton Bold";src:url("/font/Leyton-Ext-Bold.otf")}@keyframes slideinup{from{transform:translateY(100%);opacity:0}to{transform:translateY(0%);opacity:1}}@keyframes slideindown{from{transform:translateY(-100%);opacity:0}to{transform:translateY(0%);opacity:1}}@keyframes slideoutdown{from{transform:translateY(0%);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes fadeout{from{opacity:1}to{opacity:0}}@keyframes semifadein{from{opacity:0.5}to{opacity:1}}@keyframes semifadeout{from{opacity:1}to{opacity:0.5}}@keyframes slideinright{from{transform:translateX(-50vw);opacity:0}to{transform:translateX(0%);opacity:1}}@keyframes slideoutright{from{transform:translateX(0%);opacity:1}to{transform:translateX(50vw);opacity:0}}@keyframes scalein{from{transform:scale(1.5);opacity:0}to{transform:scale(1);opacity:1}}html,body{position:relative;overflow-x:hidden}body{font-size:20px;color:black;background:white;top:0;left:0;right:0;bottom:0}body,body button{font-family:"Roboto", sans-serif;font-weight:300}@media(max-width: 550px){body{font-size:16px}}pre{white-space:pre-wrap}.dark{color:white;background:black}.spinner{width:70px}select{color:#0083FF}a{color:rgb(0, 104.8, 204);text-decoration:none}a.disabled{cursor:default;filter:saturate(0)}a:hover{text-decoration:underline}a:hover.disabled{text-decoration:none}a svg{margin-right:10px}b,strong{font-weight:bold}.button,button{outline:none;cursor:pointer;padding:10px 25px;font-size:20px;background:rgb(0, 104.8, 204);color:white;border:none;text-decoration:none}.button:not(.disabled):hover,button:not(.disabled):hover{background:rgb(25.5, 143.4, 255);text-decoration:underline}.button:not(.disabled):focus,button:not(.disabled):focus{box-shadow:0 0 0 2px inset rgba(255, 255, 255, 0.2)}@media(max-width: 550px){.button,button{font-size:16px}}.button-link{color:rgb(0, 104.8, 204);text-decoration:none}.button-link,.button-link:not(.disabled):hover,.button-link:not(.disabled):focus{color:#0083FF;background:transparent}.button-link:not(.disabled):hover{text-decoration:underline}.message{display:block;flex-direction:row;box-sizing:border-box;flex-grow:1;padding:15px;margin:15px;max-width:calc(100% - 30px);background:white}.message.info{border:1px solid rgb(236, 174, 81);color:rgb(236, 174, 81)}.message.warn{background:rgb(236, 174, 81)}.message.error{background:rgb(236, 90, 90)}h1{font-family:"Archivo Black", sans-serif;font-size:4em;line-height:1em;margin:0;margin-bottom:15px;text-transform:uppercase;-webkit-text-stroke:1.5px black;-webkit-text-fill-color:transparent}h1.big{font-size:7em}h1 b{-webkit-text-stroke:0px;-webkit-text-fill-color:black}@media(max-width: 1200px){h1{font-size:2.5em}h1.big{font-size:3em}}@media(max-width: 700px){h1{text-align:center;align-self:center}}@media(max-width: 600px){h1.big{font-size:2.5em}}@media(max-width: 400px){h1{font-size:2em}h1.big{font-size:2em}}.dark h1{-webkit-text-stroke-color:white}.dark h1 b{-webkit-text-stroke:0px;-webkit-text-fill-color:white}section.fullscreen{display:flex;justify-content:center;align-items:center;position:fixed;z-index:250;top:0;left:0;right:0;bottom:0;overflow:hidden;width:100vw;height:100vh}section.fullscreen&gt;*{flex-grow:0}ul{border:1px solid rgba(0, 0, 0, 0.5);list-style-type:none;padding:5px}ul li:not(:last-of-type){border-bottom:1px solid rgba(0, 0, 0, 0.5)}ul li{padding:10px 15px}body.preview *{animation:none !important}body.theme-goldshow{background:black;color:white}body.theme-goldshow h1{font-family:"Leyton Bold", sans-serif;color:goldenrod;-webkit-text-stroke-color:black;-webkit-text-fill-color:transparent;background:url("/img/theme/goldshow/font_tx.jpg");background-size:50%;background-repeat:repeat;-webkit-background-clip:text;text-rendering:geometricPrecision;-webkit-text-stroke-width:0.5px}body.theme-goldshow h1 b{-webkit-text-stroke:0.5px}body.theme-goldshow h1.big{font-size:7em}@media(max-width: 600px){body.theme-goldshow h1.big{font-size:5em}}.dark ul,.dark ul li{border-color:rgba(255, 255, 255, 0.5)}
footer{display:flex;flex-flow:column;box-sizing:border-box;width:100%;padding:25px;justify-content:center;align-items:center;min-height:250px;background:lightgray;background:linear-gradient(rgb(231, 231, 231), rgb(245, 245, 245) 50%, white 95%);color:darkgray}footer a{opacity:0.5}footer span{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;padding:10px}footer span img{display:inline-flex;align-content:center;width:25px;height:25px;padding:0 5px;opacity:0.4}footer span a{padding-right:5px}footer .credits{font-size:12px}footer.dark{background:rgb(44, 44, 44);background:linear-gradient(rgb(24, 24, 24), rgb(10, 10, 10) 50%, black 95%);color:gray}footer.dark img{filter:invert(1)}footer.dark a{opacity:1}footer .gdpr-padding{display:block;width:100%;height:400px}
#gdpr-consent{position:fixed;bottom:0;left:0;width:100%;background:white;z-index:9999;display:flex;flex-flow:row;justify-content:space-around;align-items:center;border-top:1px solid rgba(0, 0, 0, 0.5);padding:0 10px;box-sizing:border-box}#gdpr-consent p{color:black}#gdpr-consent ul{display:flex;flex-flow:row;border:none;margin:0;padding:0}#gdpr-consent ul li{border:none}@media screen and (max-width: 600px){#gdpr-consent{flex-flow:column;align-items:center}}
header,.header-margin-fix{height:60px;width:100%;background:white}header.dark,.header-margin-fix.dark{background:black}header{display:flex;position:fixed;top:0;left:0;width:100%;padding:10px 15px;box-sizing:border-box;flex-flow:row;justify-content:center;align-items:center;border-top:none;border-bottom:1px solid lightgray;z-index:999}header.safari{background:rgba(255, 255, 255, 0.75);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}header.safari.dark{background:rgba(0, 0, 0, 0.75)}header .right{display:flex;align-items:center}header.dark{border-bottom:1px solid rgb(66, 66, 66)}header.dark nav a{color:white}header .content{width:100%;max-width:1200px;height:90%;justify-content:space-between;display:flex;align-items:center;flex-flow:row;position:relative;max-height:100%;height:inherit;animation-name:slideindown;animation-duration:0.75s}header a.logo{display:flex;justify-content:center;align-items:center;width:240px;height:40px}header img{position:relative;box-sizing:border-box}header .motto{border:none}header .motto li{border:none}header .motto .hidden{display:none}header .motto .animate-in{animation-name:slidein;animation-duration:1s}@keyframes slidein{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0%);opacity:1}}header .motto .animate-out{animation-name:slideout;animation-duration:1s}@keyframes slideout{from{transform:translateX(0%);opacity:1}to{transform:translateX(100%);opacity:0}}@media(max-width: 1200px){header .motto{display:none}}header nav{display:flex;justify-content:center;position:relative;height:100%;padding:0 15px;align-items:center}header nav a{position:relative;padding:5px 15px;text-decoration:none;outline:none;text-transform:uppercase}header nav a.active:not(.button){font-weight:bold}header nav a:hover{text-decoration:underline}header nav.social{flex-flow:row;width:auto}header nav.social a{margin:0;color:#0083FF}header nav.social svg{margin:0}@media(max-width: 550px){header nav.social{display:none}}header .mobileNavToggle{display:none}@media(max-width: 600px){header .mobileNavToggle{padding:10px}}@media(min-width: 1201px){header .hide_d{display:none}}@media(max-width: 1200px){header{flex-flow:row}header .nav-wrapper{position:absolute;visibility:hidden;pointer-events:none;width:auto;height:100vh;top:calc(100% + 10px);left:-30px;right:-30px;padding:0}header .nav-wrapper.open{visibility:visible;pointer-events:all}header .nav-wrapper.open .bg-close{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}header .nav-wrapper .bg-close{position:absolute;top:0;left:0;right:0;bottom:0;z-index:997;background:rgba(94, 94, 94, 0.712)}header nav.pages{display:flex;position:absolute;top:0;left:30px;padding:0;width:calc(100% - 60px);justify-content:flex-start;height:auto;flex-flow:column;border:1px solid rgba(0, 0, 0, 0.2);background:white;z-index:998}header nav.pages a{color:black;width:100%;margin:0 !important;text-align:center;padding:1em 0}header nav.pages a:not(:last-of-type){border-bottom:1px solid rgba(0, 0, 0, 0.2)}header.dark nav.pages{border-color:rgba(255, 255, 255, 0.2);background:black}header.dark nav.pages a{color:white}header.dark nav.pages a:not(:last-of-type){border-color:rgba(255, 255, 255, 0.2)}header nav.social a:not(.button):not(:first-of-type){margin-left:0}header nav.social a{padding:5px 10px}header .mobileNavToggle{display:flex;margin-right:1em;border:1px solid rgba(0, 0, 0, 0.2);color:#0083FF;background:transparent}header .mobileNavToggle:hover,header .mobileNavToggle:focus{background:transparent}header .mobileNavToggle:focus{box-shadow:0 0 0 2px inset rgba(0, 0, 0, 0.2)}header.dark .mobileNavToggle{border-color:rgba(255, 255, 255, 0.2)}header.dark .mobileNavToggle:focus{box-shadow:0 0 0 2px inset rgba(255, 255, 255, 0.2)}}
select.language{height:20px;padding:0 15px 0 2px;margin:0;font-size:16px;border:1px solid rgba(128, 128, 128, 0.5);background:transparent;text-transform:uppercase;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url("data:image/svg+xml,&lt;svg width='24' height='24' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path fill='rgb(0,132,255)' d='m0,6l12,12l12,-12l-24,0z'/&gt;&lt;path fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z'/&gt;&lt;/svg&gt;");background-repeat:no-repeat;background-size:12px 15px;background-position-x:calc(100% - 2px);background-position-y:2px;font-weight:bold}select.language::-ms-expand{display:none}nav.language{font-size:16px;text-transform:uppercase}nav.language a.current{font-weight:bold}
html.modal-active{overflow:hidden}html.modal-active body{overflow:hidden}#modal{display:flex;position:fixed;width:100vw;height:100vh;left:0;top:0;z-index:1000;flex-flow:column;box-sizing:border-box;padding:2em;justify-content:center;align-items:center}#modal iframe,#modal img{position:relative;width:70vw;height:39.375vw;z-index:1005}#modal img{object-fit:contain}#modal .bg-close{position:absolute;background:rgba(94, 94, 94, 0.712);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);left:0;top:0;bottom:0;right:0}#modal .bg-close button{position:absolute;right:0;top:0;font-size:36px}
section.bar{display:flex;flex-flow:row wrap;justify-content:center;align-items:center;width:100%;min-height:60px;padding:10px 15px;background-color:#f4f4f4;border:1px solid lightgray;border-left:none;border-right:none;box-sizing:border-box;border-left:none;border-right:none;color:black}section.bar&gt;*:not(:last-child){margin-right:3em}section.bar.dark{color:white;background:black;border:1px solid rgb(66, 66, 66);border-left:none;border-right:none}section.bar img{max-height:40px}section.bar span{animation-name:scalein;animation-duration:0.75s}section.bar big.icon{font-size:48px;margin-right:1em !important}section.bar.offscreen span{animation-name:fadeout;animation-duration:0.75s;animation-fill-mode:forwards}@media(max-width: 1200px){section.bar{flex-flow:column;justify-content:center;align-items:center;padding:1em}section.bar&gt;*:not(:last-child){margin-right:0;margin-bottom:1em}section.bar big.icon{margin-right:0 !important;margin-bottom:0.3em !important}}body.theme-goldshow .bar.light{background-color:#262626;border-color:rgb(66, 66, 66);color:white}
section.bubbles{height:250px;width:100%;display:flex;position:relative;box-sizing:border-box;align-items:center;justify-content:center;padding:20px;background:white;color:black}section.bubbles .slide{position:relative;border:1px solid lightgray;padding:25px 40px;min-width:200px;max-width:900px}section.bubbles .slide .bottom{display:flex;min-height:30px;justify-content:flex-end}section.bubbles .slide .author{text-align:right;font-weight:bold;font-style:italic}section.bubbles button.navigate{position:absolute;background:white;border:1px solid lightgray;color:#0083FF;margin:20px;width:50px;height:50px;padding:0;align-items:center;border-radius:50%}section.bubbles button.navigate.prev{left:calc(50vw - 600px)}section.bubbles button.navigate.next{right:calc(50vw - 600px)}@media(max-width: 1200px){section.bubbles button.navigate.prev{left:0px}section.bubbles button.navigate.next{left:auto;right:0px}}@media(max-width: 600px){section.bubbles button.navigate{width:40px;height:40px;margin:5px}}section.bubbles.dark{color:white;background:black}section.bubbles.dark .slide{border:1px solid rgb(66, 66, 66)}section.bubbles.dark .stars{background:black}section.bubbles.dark button.navigate{border:1px solid rgb(66, 66, 66);background:#262626}section.bubbles div.paused{position:absolute;bottom:8px;left:0;right:0;opacity:0.5;display:flex;justify-content:center}section.bubbles .hidden{display:none}section.bubbles .animate-in{animation-name:slidein;animation-duration:1s}@keyframes slidein{from{transform:translateX(-100%);opacity:0}to{transform:translateX(0%);opacity:1}}section.bubbles .animate-out{animation-name:slideout;animation-duration:1s}@keyframes slideout{from{transform:translateX(0%);opacity:1}to{transform:translateX(100%);opacity:0}}
section.flies{display:flex;width:100%;position:relative;height:0px;max-height:0px;overflow:visible;pointer-events:none}section.flies .overlay{position:absolute;width:100%;z-index:150;box-sizing:border-box;overflow:visible;pointer-events:none}section.flies .overlay.preview:after{content:"MUCHY";font-size:12px;padding:0 5px;color:white;background:gray}section.flies img{width:100%;max-width:10vw;position:absolute;pointer-events:none}@media(max-width: 1200px){section.flies img.hide_m{display:none}}
section.floaters{display:flex;flex-flow:row;justify-content:center;box-sizing:border-box;width:100%;z-index:9;background-color:white;background-size:cover;background-position:center}section.floaters .wrapper{display:flex;flex-flow:row wrap;justify-content:space-around;justify-content:space-evenly;margin:50px;width:100%;max-width:1200px}section.floaters.offscreen .box{animation-name:slideoutright;animation-timing-function:ease-in-out;animation-duration:0.75s;animation-fill-mode:forwards}section.floaters .box{animation-name:slideinright;animation-timing-function:ease-in-out;animation-duration:0.75s;display:flex;flex-flow:column;border:1px solid lightgray;padding:15px;margin:5px;width:100%;max-width:300px;color:black;background-color:white}section.floaters .box h2{margin:0;text-transform:uppercase}section.floaters .box h3{margin:0;color:gray}section.floaters .box img{width:100%;max-width:100%;max-height:100%;margin:10px 0 0;padding:30px;box-sizing:border-box}section.floaters .box p{flex-grow:1}section.floaters .box .corner{display:block;width:100%;text-align:right}@media(max-width: 900px){section.floaters .box{transform:none !important}}section.floaters.dark{background-color:black}section.floaters.dark .box{border:1px solid rgb(66, 66, 66);background-color:black;color:white}body.theme-goldshow .floaters.dark h2{color:rgb(228, 185, 79)}
section.ranking{display:flex;flex-flow:row;width:100%;padding:2em;box-sizing:border-box;color:black;background-color:lightgray;background-position:center;background-size:cover}section.ranking.dark{color:white;background-color:black}section.ranking.dark h1{-webkit-text-stroke-color:white}section.ranking.dark h1 b{-webkit-text-fill-color:white}section.ranking.offscreen .content{animation-name:fadeout;animation-duration:0.75s;animation-fill-mode:forwards}section.ranking .content{display:flex;flex-flow:row wrap;width:100%;justify-content:space-around;border:none;animation-name:scalein;animation-duration:0.75s}section.ranking .content li{border:none;padding:1em;display:flex;flex-flow:column;text-transform:uppercase;align-items:center}section.ranking .content li .count{font-size:3em}@media(max-width: 500px){section.ranking .content li .count{font-size:2.5em}}body.theme-goldshow .ranking .content .count{font-size:4em}@media(max-width: 500px){body.theme-goldshow .ranking .content .count{font-size:3.5em}}
section.ref{display:flex;position:relative;flex-flow:row;width:100%;box-sizing:border-box;overflow:hidden;background-color:lightgray;padding:2em 0;justify-content:center}section.ref.animate{justify-content:flex-start}section.ref.dark{background-color:rgb(49, 49, 49)}section.ref.preview:hover img{border:1px solid red}section.ref img{position:relative;height:70px;width:150px;object-fit:contain;margin:1em}section.ref img :first-of-type{margin-left:0}section.ref .content{display:flex;flex-flow:row;flex-wrap:nowrap;flex-shrink:0;align-items:center}
section.slide{display:flex;flex-flow:row;position:relative;box-sizing:border-box;justify-content:space-around;overflow:hidden;width:100%}section.slide .left,section.slide .right,section.slide .under{box-sizing:border-box;display:flex;position:relative;flex-flow:column;justify-content:center;min-height:30vh;width:50%;padding:2em 4em;background-position:center;background-repeat:no-repeat;background-size:cover;color:black}section.slide .left.dark,section.slide .right.dark,section.slide .under.dark{color:white}@media(max-width: 1200px){section.slide{flex-flow:column}section.slide.reorder_m .right{order:-1}section.slide .hide_m{display:none}}section.slide .left{padding-left:15%;z-index:10;overflow:hidden;clip-path:polygon(0 0, 100% 0, calc(100% - 50px) 100%, 0 100%);background-color:#f4f4f4}section.slide .left.dark{background-color:black}section.slide .right{padding-right:15%;background-color:transparent;overflow:visible;z-index:9}section.slide .right .under{position:absolute;right:0;top:0;bottom:0;background-color:white;left:-50px;width:calc(100% + 50px);z-index:-1}section.slide .right .under.dark{background-color:black}@media(max-width: 1200px){section.slide .right .under{padding:2em;width:100%;left:0}}section.slide.offscreen .left h1,section.slide.offscreen .left p,section.slide.offscreen .left nav,section.slide.offscreen .right h1,section.slide.offscreen .right p,section.slide.offscreen .right nav{animation-name:fadeout;animation-duration:0.75s;animation-fill-mode:forwards}section.slide .left h1,section.slide .left p,section.slide .left nav,section.slide .right h1,section.slide .right p,section.slide .right nav{animation-name:slideinup;animation-duration:0.75s}@media(max-width: 1500px){section.slide .left,section.slide .right{width:100%;padding:2em}}@media(max-width: 1200px){section.slide .left,section.slide .right{clip-path:none}}section.slide h1{font-size:3em}@media(max-width: 1200px){section.slide h1{font-size:2em}}
section.titulka{display:flex;position:relative;flex-flow:column;justify-content:flex-end;box-sizing:border-box;background-position:center;padding:2em;width:100%;background:#f2f2f2;color:black;overflow:hidden}section.titulka .pic{display:flex;width:100%;top:15px;left:0;height:100%;justify-content:center;position:absolute;bottom:0}@media(max-width: 1200px){section.titulka .pic{top:0}}@media(max-width: 800px){section.titulka .pic .hide_m{display:none}}@media(min-width: 801px){section.titulka .pic .hide_d{display:none}}section.titulka .pic img{height:100%;max-width:90%;object-fit:contain}@media(max-width: 1200px){section.titulka .pic img{object-fit:cover;max-width:100%}}section.titulka .pic.cover{top:0}section.titulka .pic.cover img{max-width:100%;width:100%;object-fit:cover}section.titulka.offscreen .content{animation-name:fadeout;animation-duration:0.75s;animation-fill-mode:forwards}section.titulka .content{animation-name:slideinup;animation-duration:0.75s;display:flex;flex-flow:column;position:relative;width:100%;margin-top:2em;margin-bottom:2em;left:0;z-index:99;padding:0 15%;height:auto;box-sizing:border-box;justify-content:space-around}@media(max-width: 1900px){section.titulka .content{padding:0 10%}}@media(max-width: 1200px){section.titulka .content{padding:0}}section.titulka .content.left{align-items:flex-start}section.titulka .content.center{align-items:center}section.titulka .content.center h1{text-align:center}section.titulka .content.right{align-items:flex-end}section.titulka .content.right h1{text-align:right}section.titulka .content span{margin-bottom:15px}@media(max-width: 700px){section.titulka .content p{text-align:center;align-self:center}}.titulka.dark{color:white;background:black}
section.video{display:flex;position:relative;justify-content:center;width:100%;overflow:hidden}section.video video,section.video .ytvideo,section.video .preview{position:relative;width:100%;height:55vh;max-width:1200px;background:transparent}section.video video{animation-name:semifadein;animation-duration:0.75s}section.video video.offscreen{animation-name:semifadeout;animation-duration:0.75s;animation-fill-mode:forwards}section.video .preview,section.video .gdpr-notice{padding:8% 6% 8% 10%;box-sizing:border-box;display:flex;flex-flow:column;justify-content:center;align-items:center;background-color:rgb(75, 75, 75)}section.video .preview span,section.video .gdpr-notice span{flex-grow:0}@media(max-width: 600px){section.video .preview,section.video .gdpr-notice{font-size:12px}}@media(max-width){section.video .preview .message,section.video .gdpr-notice .message{display:none}}section.video.span video,section.video.span .ytvideo{left:0;right:0;object-fit:cover;max-width:none}section.video.embedded{height:100%}section.video.embedded video{animation:none;height:100%;max-height:100% !important}section.video.embedded video.offscreen{animation:none}section.video.immersive_screen{max-width:1200px}section.video.immersive_screen video,section.video.immersive_screen .ytvideo{overflow:hidden;padding:8% 6%;box-sizing:border-box;background:black}section.video.immersive_screen:before{content:"";display:flex;position:absolute;top:0;left:0;bottom:0;right:0;z-index:99;pointer-events:none;background:url("/img/video/immersive_screen.svg") repeat center !important}body.theme-goldshow .video.immersive_screen:before{background:url("/img/video/immersive_screen_dark.svg") repeat center !important}
nav{display:flex;flex-flow:row;align-items:center}nav a{padding:10px;margin:5px}nav a:not(.button):not(:first-of-type){margin-left:10px}@media(max-width: 700px){nav{width:100%;flex-flow:column}nav a:not(.button):not(:first-of-type){margin-left:5px}}nav svg{pointer-events:none}

/*# sourceMappingURL=bundle.css.map */</pre></body></html>