*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0;padding:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}html{font-size:62.5%;scroll-behavior:smooth !important}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}:root{--primary: #0578be;--accent: #ff8500;--regular-900: #000;--regular-400: #4d4d4d;--regular-200: #e0e0e0;--regular-100: #ffffff;--fw-700: 700;--fw-500: 500;--fw-400: 400;--nav-bg: #0578bef2;--column-width: 380px}@media screen and (max-width: 1595px){:root{--column-width: 28%}}@media screen and (max-width: 900px){:root{--column-width: 100%}}body{font-family:"Montserrat",sans-serif;font-size:1.3rem;background-color:#2b2b2b}h1{font-size:5rem;line-height:2;font-weight:var(--fw-500);color:var(--primary)}h2{font-size:4rem;line-height:2;color:var(--primary);position:absolute;bottom:5rem}h3{font-size:2.5rem;color:var(--primary);font-weight:var(--fw-500)}h4{font-size:2rem;font-weight:var(--fw-400)}.sm-title{color:var(--primary);font-weight:var(--fw-700);font-size:1.9rem;padding:2rem 0}p{font-size:1.5rem;font-weight:var(--fw-400);line-height:1.75;color:var(--regular-900)}a{text-decoration:none;color:var(--regular-100)}@media screen and (max-width: 1365px){h1{font-size:4rem;line-height:2;font-weight:var(--fw-500);color:var(--primary)}h2{font-size:2.5rem;line-height:2;color:var(--primary);position:absolute;bottom:5rem}h3{font-size:2.5rem;color:var(--primary);font-weight:var(--fw-500)}h4{font-size:2rem;font-weight:var(--fw-400)}.sm-title{color:var(--primary);font-weight:var(--fw-700);font-size:1.5rem;padding:2rem 0}p{font-size:1.5rem;font-weight:var(--fw-400);line-height:1.75;color:var(--regular-900)}a{text-decoration:none;color:var(--regular-100)}}@media screen and (max-width: 900px){h1{font-size:3rem;line-height:1.5;font-weight:800;color:var(--primary);text-align:center;width:90%;margin:0 auto}h2{font-size:2.5rem;line-height:2;color:var(--primary);position:absolute;bottom:5rem}h3{font-size:2.5rem;color:var(--primary);font-weight:var(--fw-500)}h4{font-size:1.7rem;font-weight:var(--fw-400)}.sm-title{color:var(--primary);font-weight:var(--fw-700);font-size:1.7rem;padding:2rem 0}p{font-size:1.3rem;font-weight:var(--fw-400);line-height:1.75;color:var(--regular-900)}a{text-decoration:none;color:var(--regular-100)}}@media screen and (max-width: 500px){h1{font-size:3rem;line-height:1.5;font-weight:800;color:var(--primary)}h2{font-size:2.5rem;line-height:2;color:var(--primary);position:absolute;bottom:5rem}h3{font-size:2.5rem;color:var(--primary);font-weight:var(--fw-500)}h4{font-size:1.7rem;font-weight:var(--fw-400)}.sm-title{color:var(--primary);font-weight:var(--fw-700);font-size:1.7rem;padding:2rem 0}p{font-size:1.2rem;font-weight:var(--fw-400);line-height:1.75;color:var(--regular-900)}a{text-decoration:none;color:var(--regular-100)}}.wrapper{max-width:140em;margin:0 auto;width:100%;overflow:hidden}.contentWrapper{max-width:90%;margin:0 auto;width:100%}@media screen and (max-width: 900px){.contentWrapper{max-width:95%;margin:0 auto;width:100%}}.hrWhite{width:50%;height:.1rem;border:none;background:var(--regular-100)}.hrBlue{width:100%;height:.1rem;border:none;background:var(--primary)}.infoPanel{position:fixed;top:50%;transform:translateY(-50%);height:50%;width:3rem;z-index:9999;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;margin-left:1rem}.infoPanel .selectorItem{height:10%;display:flex}.infoPanel .selectorItem .dot{height:.9em;width:.9em;border-radius:50%;position:relative;background:#0078bf;z-index:999999;cursor:pointer}.infoPanel .selectorItem .dot a{width:100%;height:100%;display:block}.infoPanel .selectorItem .dot.active{transition:all 300ms ease;background:#fff;outline:1px solid var(--primary)}.infoPanel .selectorItem .dot.inactive{background:#0078bf}@media screen and (max-width: 900px){.infoPanel{display:none}}.infoPanelWrapper{position:relative}.arrow{position:absolute;top:98.7%;left:50%;background-color:var(--primary);outline:2px solid var(--regular-100);transform:translate(-50%, 0);cursor:pointer;border:none;z-index:10}.arrow:is(:hover,:focus){background-color:var(--regular-100);outline:2px solid var(--primary)}.arrow:is(:hover,:focus) a{color:var(--primary)}.arrow a{color:var(--regular-100);font-size:2rem}@media screen and (max-width: 900px){.arrow{top:99.5%}}.modal{position:fixed;z-index:99999999;left:0;top:0;width:100%;height:100%;background-color:none;display:none}.modal .close{background-color:rgba(0,0,0,0);border:none;position:absolute;left:92%;top:7%;cursor:pointer;transition:transform 300ms ease}.modal p{margin:2rem auto;width:90%}.modal .modalBox{position:absolute;top:50%;left:50%;width:90%;transform:translate(-50%, -50%);background-color:#fff}.modal .modalTable{margin:auto;position:relative;width:100%;border-collapse:collapse;background-color:#fff;color:var(--regular-900);text-align:left}.modal .modalTable td,.modal .modalTable th{padding:1rem}.modal .modalTable .lastTr{border-top:2px solid var(--primary);border-bottom:2px solid var(--primary);color:var(--primary)}.modal .modalTable .gray{background-color:var(--regular-200);font-weight:var(--fw-700)}.modal .modalTable .blue{background-color:var(--primary);color:var(--regular-100)}.modal .modalTable .blue{background-color:var(--primary);color:var(--regular-100)}.modal .modalTable .strong{font-weight:var(--fw-700)}@media screen and (max-width: 1900px){.modal{position:fixed;z-index:99999999;left:0;top:0;width:100%;height:100%;background-color:none}.modal p{margin:2rem auto;width:90%}.modal .modalBox{position:absolute;top:50%;left:50%;width:90%;transform:translate(-50%, -50%);background-color:#fff}.modal .modalTable{margin:auto;width:90%;margin:2rem auto;border-collapse:collapse;background-color:#fff;color:var(--regular-900);text-align:left;font-size:1rem}.modal .modalTable td,.modal .modalTable th{padding:.2rem}}@media screen and (max-width: 900px){.modal{position:fixed;z-index:99999999;left:0;top:0;width:100%;height:100%;background-color:none}.modal .close{background-color:rgba(0,0,0,0);border:none;position:absolute;left:50%;top:3.5rem;cursor:pointer;transition:transform 300ms ease}.modal .close:is(:focus,:hover){transform:rotate(90deg)}.modal p{margin:2rem auto;width:90%}.modal .modalBox{position:absolute;top:50%;left:50%;width:90%;height:50rem;transform:translate(-50%, -50%);background-color:#fff;overflow:scroll}.modal .modalTable{margin:auto;width:90%;margin:2rem auto;height:10rem;border-collapse:collapse;background-color:#fff;color:var(--regular-900);text-align:left;font-size:.5rem}.modal .modalTable td,.modal .modalTable th{padding:.2rem}}.navigation-wrapper{position:fixed;width:100%;max-width:140em;z-index:9999999}.navigation{display:flex;justify-content:space-between;position:relative;align-items:center;height:4.375em;padding:3.5rem 4rem;width:100%;margin:0 auto;z-index:99999999;background-color:#fff}.navigation #logoRetigo{width:120px}.navigation #vision{width:200px;cursor:default}.navigation #languages{border:none;font-size:1.6rem;background:rgba(0,0,0,0);color:var(--primary);cursor:pointer}.navigation #languages:is(:focus){outline:2px solid var(--primary)}.navigation #languages option{background-color:#fff;font-weight:bold}.navigation .burger{cursor:pointer;border:none;background-color:rgba(0,0,0,0);transition:all 200ms ease;transform-origin:center}.navigation .burger .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.navigation .burger .line{transition:y 200ms ease-in 200ms,rotate 200ms ease-in,opacity 0ms 200ms;transform-origin:center}.navigation .burger[aria-expanded=true] .line{transition:y 200ms ease-in,rotate 200ms ease-in 200ms,opacity 0ms 200ms}.navigation .burger[aria-expanded=true] :is(.burgerTop,.burgerBottom){y:10}.navigation .burger[aria-expanded=true] .burgerTop{rotate:45deg}.navigation .burger[aria-expanded=true] .burgerMiddle{opacity:0}.navigation .burger[aria-expanded=true] .burgerBottom{rotate:-45deg}.navigation .navRight{display:flex;gap:2rem;align-items:start;justify-content:space-between}.navLinks{background-color:var(--nav-bg);inset:0 0 0 0;position:fixed;height:100%;transform:translateX(100%);display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;color:var(--regular-100);z-index:999999;margin-top:0}.navLinks .navHeader{color:var(--regular-100);font-weight:var(--fw-700)}.navLinks div{height:25%;width:auto;display:flex;flex-direction:column;justify-content:space-between;font-size:2.2rem}.navLinks div li{margin-left:2rem;transition:all 500ms ease}.navLinks div li:hover{text-decoration:underline}@media screen and (max-width: 900px){.navigation{display:flex;justify-content:space-between;position:relative;align-items:center;height:4.375em;padding:4rem 4rem;width:100%;margin:0 auto;z-index:99999999;background-color:#fff}.navigation #logoRetigo{width:80px}.navigation #vision{width:80px}.navigation #languages{border:none;font-size:1.4rem;background:rgba(0,0,0,0);color:var(--primary);cursor:pointer}.navigation #languages:is(:focus){outline:2px solid var(--primary)}.navigation #languages option{background-color:#fff;font-weight:bold}.navLinks{background-color:var(--nav-bg);inset:0 0 0 0;position:fixed;height:100%;transform:translateX(100%);display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;color:var(--regular-100);z-index:999999;margin-top:0}.navLinks hr{width:95%}}.slide{background:linear-gradient(114.4deg, rgb(255, 255, 255) 50.14%, #cccccc 99.75%);min-height:80em;padding:5rem 0 10rem 0}@media screen and (max-width: 900px){.slide{background:linear-gradient(114.4deg, rgb(255, 255, 255) 50.14%, #cccccc 99.75%);min-height:80em;padding:5rem 0 0rem 0}}.slideOne{background-image:url(/assets/media/img/homepage.jpg);background-repeat:no-repeat;background-size:cover;background-position:100%;color:var(--regular-100);min-height:55vh;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;padding-top:10rem}.slideOne .homeContent{margin:5rem 0 5rem 5rem}.slideOne .homeText{font-size:1.6rem;max-width:40%;color:var(--regular-100)}.slideOne .homeTitle{color:var(--regular-100)}.slideOne .advantages{display:flex;align-items:baseline;width:75%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.53) 75.65%, rgba(0, 0, 0, 0) 100.19%);padding:2rem 0}.slideOne .advantages .advantage{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.slideOne .advantages .advantage img{width:55px;margin-bottom:1rem}.slideOne .advantages .advantage p{color:var(--regular-100);font-size:1.3rem;max-width:60%}.slideOne .energyStar{position:absolute;right:12rem;bottom:2rem;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:20%;gap:4rem}.slideOne .energyStar #energyStar{transition:outline 300ms ease;cursor:pointer}.slideOne .energyStar #energyStar:is(:focus,:hover){outline:5px solid var(--regular-100);outline-offset:4px;color:var(--primary)}.slideOne .energyStar .circle{background-color:var(--primary);width:167px;height:167px;aspect-ratio:1;border-radius:50%;text-align:center;color:var(--regular-100);font-size:2rem;font-weight:var(--fw-700);display:grid;place-content:center;border:none;cursor:pointer;transition:outline 300ms ease;cursor:pointer;animation:blob 5s linear 1000ms infinite alternate}.slideOne .energyStar .circle:is(:focus,:hover){outline:5px solid var(--regular-100);outline-offset:4px;color:var(--primary)}.slideOne .energyStar .circle:hover{background-color:var(--regular-100)}@keyframes blob{0%{border-radius:50%}25%{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}50%{border-radius:48% 52% 84% 16%/47% 47% 53% 53%}75%{border-radius:31% 69% 65% 35%/63% 63% 37% 37%}100%{border-radius:19% 81% 43% 57%/82% 79% 21% 18%}}@media screen and (max-width: 1365px){.slideOne .advantages{display:flex;position:relative;align-items:baseline;width:95%;background:linear-gradient(90deg, rgba(0, 0, 0, 0.53) 75.65%, rgba(0, 0, 0, 0) 100.19%);padding:2rem 0}.slideOne .advantages .advantage{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.slideOne .advantages .advantage img{width:55px}.slideOne .advantages .advantage p{color:var(--regular-100);font-size:1.3rem}.slideOne .energyStar{margin-top:2rem;position:absolute;top:-12rem;right:15rem;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;gap:4rem;width:40%}}@media screen and (max-width: 900px){.slideOne{background-repeat:no-repeat;background-size:auto 25%;background-position:100% 5.975em;color:var(--regular-100);min-height:55vh;display:flex;flex-direction:column;justify-content:space-evenly;position:relative;max-width:100%}.slideOne .contentWrapper{max-width:100%}.slideOne .homeText{max-width:90%;margin:0 auto;color:var(--regular-100)}.slideOne .homeContent{margin:29rem 0 0rem 0rem;padding:1rem 2rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0.53) 75.65%, rgba(0, 0, 0, 0.53) 75.65%);text-align:center}.slideOne .advantages{display:flex;position:relative;align-items:baseline;flex-direction:row;flex-wrap:wrap;width:100%;background:linear-gradient(180deg, rgba(0, 0, 0, 0.53) 75.65%, rgba(0, 0, 0, 0) 100.19%);padding:2rem 0;margin-bottom:15rem}.slideOne .advantages .advantage{display:flex;flex-direction:column;align-items:center;text-align:center;width:50%;margin-bottom:5rem}.slideOne .advantages .advantage img{width:55px}.slideOne .advantages .advantage p{color:var(--regular-100);font-size:1.1rem}.slideOne .energyStar{position:absolute;left:50%;top:100rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4rem;transform:translate(-50%);width:100%}.slideOne .energyStar .circle{width:130px;height:130px;font-size:1.5rem}}@media screen and (max-width: 600px){.slideOne{background-repeat:no-repeat;background-size:auto 18.5%;background-position:100% 5.975em;color:var(--regular-100);min-height:55vh;display:flex;flex-direction:column;justify-content:space-evenly;position:relative}.slideOne .homeText{font-size:1.3rem;max-width:90%;color:var(--regular-100)}.slideOne .homeContent{margin:18.5rem 0 0rem 0rem;padding:1rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0.53) 75.65%, rgba(0, 0, 0, 0.53) 75.65%)}.slideOne .energyStar{position:absolute;left:50%;top:90rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4rem;transform:translate(-50%);width:100%}}@media screen and (max-width: 510px){.slideOne{background-repeat:no-repeat;background-size:auto 15%;background-position:90% 5.975em;color:var(--regular-100);min-height:55vh;display:flex;flex-direction:column;justify-content:space-evenly;position:relative}.slideOne .homeText{font-size:1.3rem;max-width:90%;color:var(--regular-100)}.slideOne .homeContent{margin:15rem 0 0rem 0rem;padding:1rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0.53) 75.65%, rgba(0, 0, 0, 0.53) 75.65%)}}@media screen and (max-width: 405px){.slideOne{background-repeat:no-repeat;background-size:auto 15%;background-position:90% 5.975em;color:var(--regular-100);min-height:55vh;display:flex;flex-direction:column;justify-content:space-evenly;position:relative}.slideOne .homeText{font-size:1.3rem;max-width:90%;color:var(--regular-100)}.slideOne .homeContent{margin:15.8rem 0 0rem 0rem;padding:1rem;background:linear-gradient(180deg, rgba(0, 0, 0, 0.53) 75.65%, rgba(0, 0, 0, 0.53) 75.65%)}.slideOne .energyStar{position:absolute;left:50%;top:105rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4rem;transform:translate(-50%);width:100%}}.slideTwo{color:var(--regular-100);position:relative}.slideTwo .rizeniVlhkosti{position:relative;display:flex;flex-direction:row;justify-content:space-between;min-height:60em}.slideTwo .rizeniVlhkosti .rvSloupce{width:var(--column-width);display:flex;flex-direction:column}.slideTwo .rizeniVlhkosti .rvSloupce img{z-index:1}.slideTwo h2{font-size:3rem;line-height:2;color:var(--primary);position:relative;bottom:0rem;display:block;max-width:50%}@media screen and (max-width: 1385px){.slideTwo{color:var(--regular-100)}.slideTwo .rizeniVlhkosti{position:relative;display:flex;flex-direction:row;justify-content:space-between;min-height:60em}.slideTwo .rizeniVlhkosti .rvSloupce{width:var(--column-width);display:flex;flex-direction:column}.slideTwo .rizeniVlhkosti .rvSloupce img{z-index:1}}@media screen and (max-width: 900px){.slideTwo{color:var(--regular-100)}.slideTwo h1{text-align:center}.slideTwo .rizeniVlhkosti{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:60em}.slideTwo .rizeniVlhkosti .rvSloupce{width:var(--column-width);display:flex;flex-direction:column;margin-bottom:5rem}.slideTwo .rizeniVlhkosti .rvSloupce img{z-index:1}.slideTwo h2{font-size:2rem;line-height:2;color:var(--primary);position:relative;bottom:2rem;max-width:90%;margin:0 auto}}.slideThree{color:var(--regular-100);display:flex;flex-direction:column;justify-content:space-evenly;position:relative;padding-bottom:20rem}.slideThree .vyvinPary{position:relative;display:flex;flex-direction:row;justify-content:space-between;min-height:60em}.slideThree .vyvinPary .vpSloupce{width:var(--column-width);display:flex;flex-direction:column}.slideThree .vyvinPary .vpSloupce img{z-index:1}.slideThree .vpBox{display:flex;justify-content:space-between;gap:2rem;position:relative;bottom:0rem;float:right;box-shadow:1px 1px 5px 1px #262626;width:clamp(5rem,100%,100rem);background-color:#fff;padding:1rem;z-index:1}.slideThree .vpBox .right{background-color:var(--primary);padding:1rem;text-align:center;display:grid;aspect-ratio:1;place-content:center}.slideThree .vpBox .right h1{color:var(--regular-100);font-weight:var(--fw-700)}.slideThree .vpBox .ubytek{border:none;padding:1rem 5rem;color:var(--regular-100);text-align:center}.slideThree .vpBox .ubytekBlue{background-color:var(--primary);width:50%}.slideThree .vpBox .ubytekOrange{background-color:var(--accent);width:100%}@media screen and (max-width: 1405px){.slideThree .vyvinPary{position:relative;display:flex;flex-direction:row;justify-content:space-between;min-height:60em}.slideThree .vyvinPary .vpSloupce{width:var(--column-width);display:flex;flex-direction:column}.slideThree .vyvinPary .vpSloupce img{z-index:1}.slideThree .vpBox{display:flex;justify-content:space-between;gap:2rem;position:relative;bottom:-10rem;left:0rem;width:100%;max-width:100%;background-color:#fff;padding:1rem;z-index:1}.slideThree .vpBox .right{background-color:var(--primary);padding:1rem;text-align:center;display:grid;aspect-ratio:1;place-content:center}}@media screen and (max-width: 900px){.slideThree .vyvinPary{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:60em}.slideThree .vyvinPary .vpSloupce{width:var(--column-width);display:flex;flex-direction:column;margin-bottom:5rem}.slideThree .vyvinPary .vpSloupce img{z-index:1}.slideThree .vpBox{display:flex;justify-content:space-between;position:relative;flex-direction:column;align-items:center;text-align:left;max-width:100%;background-color:#fff;padding:1rem;z-index:1}.slideThree .vpBox .left{width:100%}.slideThree .vpBox .right{background-color:var(--primary);padding:1rem;text-align:center;display:block;aspect-ratio:0;width:100%}.slideThree .vpBox .ubytekBlue{background-color:var(--primary);width:70%}.slideThree .vpBox .ubytekOrange{background-color:var(--accent);width:100%}}.slideFour{color:var(--regular-100);display:flex;flex-direction:column;justify-content:space-evenly;position:relative;padding-bottom:10rem}.slideFour .itk{position:relative;display:flex;flex-direction:row;justify-content:space-between;min-height:60em}.slideFour .itk .itkSloupce{width:var(--column-width);height:auto;display:flex;flex-direction:column}.slideFour .itk .itkSloupce img{z-index:1}.slideFour .itkBox{display:flex;justify-content:space-between;gap:2rem;position:relative;bottom:0rem;width:90rem;box-shadow:1px 1px 5px 1px #262626;background-color:#fff;padding:1rem;z-index:1}.slideFour .itkBox .left{width:60%}.slideFour .itkBox .right{background-color:var(--primary);padding:1rem;text-align:center;width:auto;display:grid;aspect-ratio:1;place-content:center}.slideFour .itkBox .right h1{color:var(--regular-100);font-weight:var(--fw-700)}.slideFour .itkBox .ubytek{border:none;padding:1rem 5rem;color:var(--regular-100);text-align:center}.slideFour .itkBox .ubytekBlue{background-color:var(--primary);width:50%}.slideFour .itkBox .ubytekOrange{background-color:var(--accent);width:100%}@media screen and (max-width: 1455px){.slideFour .itk{position:relative;display:flex;flex-direction:row;justify-content:space-between;min-height:60em}.slideFour .itk .itkSloupce{width:var(--column-width);display:flex;flex-direction:column}.slideFour .itk .itkSloupce img{z-index:1}.slideFour .itkBox{display:flex;justify-content:space-between;gap:2rem;position:relative;bottom:-1rem;width:100%;max-width:100%;background-color:#fff;padding:1rem;z-index:1}.slideFour .itkBox .right{background-color:var(--primary);padding:1rem;text-align:center;display:grid;aspect-ratio:1;place-content:center}.slideFour .itkBox .right h1{color:var(--regular-100);font-weight:var(--fw-700)}}@media screen and (max-width: 900px){.slideFour{color:var(--regular-100);display:flex;flex-direction:column;justify-content:space-evenly;position:relative;padding-bottom:5rem}.slideFour .itk{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;min-height:60em}.slideFour .itk .itkSloupce{width:var(--column-width);display:flex;flex-direction:column}.slideFour .itk .itkSloupce img{z-index:1}.slideFour .itkBox{display:flex;justify-content:space-between;gap:2rem;position:relative;flex-direction:column;align-items:center;text-align:left;bottom:-1rem;width:100%;max-width:100%;background-color:#fff;padding:1rem;z-index:1}.slideFour .itkBox .left{width:100%}.slideFour .itkBox .right{background-color:var(--primary);padding:1rem;text-align:center;display:block;aspect-ratio:0;width:100%}.slideFour .itkBox .ubytekBlue{background-color:var(--primary);width:70%}.slideFour .itkBox .ubytekOrange{background-color:var(--accent);width:100%}}.slideFive{position:relative}.twoCols{max-width:50%;text-align:justify}.nocniVareni{width:100%;margin-top:5rem;border-collapse:collapse}.nocniVareni th,.nocniVareni td{padding:1rem 2rem}.nocniVareni th{background-color:var(--primary);color:var(--regular-100);text-align:center}.nocniVareni td{text-align:center}.nocniVareni td.gray{background-color:var(--regular-200)}.nocniVareni .blueRow{background-color:var(--primary);color:#fff}.graf{display:grid;grid-template-columns:1fr 1fr;padding:4rem 0}.graf .left{display:flex;flex-direction:column;justify-content:space-between;gap:2rem}.graf .left .energyStarBox{display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 5px var(--regular-200);padding:2rem}.graf .left .energyStarBox div{text-align:center;flex:.5;display:flex;flex-direction:column;align-items:center;justify-content:center}.graf .left .energyStarBox div img{width:40%}.graf .left .energyStarBox p{flex:1}.graf #graf{max-width:600px;width:100%;margin:0 auto}@media screen and (max-width: 1365px){.twoCols{columns:2}.nocniVareni{width:100%;margin-top:5rem;border-collapse:collapse}.nocniVareni th,.nocniVareni td{padding:1rem 2rem}.nocniVareni th{background-color:var(--primary);color:var(--regular-100);text-align:left}.nocniVareni td{text-align:center}.nocniVareni td.gray{background-color:var(--regular-200)}.nocniVareni .blueRow{background-color:var(--primary);color:#fff}.graf{display:grid;grid-template-columns:1fr 1fr;padding:4rem 0}.graf .left{display:flex;flex-direction:column;justify-content:space-between}.graf .left .energyStarBox{display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 5px var(--regular-200);padding:2rem}.graf .left .energyStarBox div{flex:.5;display:flex;flex-direction:column;align-items:center;justify-content:center}.graf .left .energyStarBox div img{width:40%}.graf .left .energyStarBox p{flex:1}.graf #graf{max-width:600px;width:100%}}@media screen and (max-width: 900px){.twoCols{columns:1}.nocniVareni{width:100%;margin-top:5rem;border-collapse:collapse}.nocniVareni th,.nocniVareni td{padding:.5rem 0rem}.nocniVareni th{background-color:var(--primary);color:var(--regular-100);text-align:left;padding:1rem}.nocniVareni td{text-align:center}.nocniVareni td.gray{background-color:var(--regular-200)}.nocniVareni .blueRow{background-color:var(--primary);color:#fff}.graf{display:grid;grid-template-columns:1fr;padding:4rem 0}.graf .left{display:flex;flex-direction:column;justify-content:space-between}.graf .left .energyStarBox{display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 5px var(--regular-200);padding:2rem}.graf .left .energyStarBox div{flex:.5;display:flex;flex-direction:column;align-items:center;justify-content:center}.graf .left .energyStarBox div img{width:40%}.graf .left .energyStarBox p{flex:1}.graf #graf{margin-top:4rem;max-width:600px;width:100%}}.slideSix{position:relative;padding-bottom:5rem}.usporyB2011i,.usporyB611i{width:100%;margin-top:5rem;border-collapse:collapse}.usporyB2011i th,.usporyB2011i td,.usporyB611i th,.usporyB611i td{padding:1rem 2rem}.usporyB2011i th,.usporyB611i th{background-color:var(--primary);color:var(--regular-100);text-align:center}.usporyB2011i td,.usporyB611i td{text-align:center}.usporyB2011i td.gray,.usporyB611i td.gray{background-color:var(--regular-200)}.usporyB2011i td.blue,.usporyB611i td.blue{background-color:var(--regular-200)}.usporyB2011i .blueRow,.usporyB611i .blueRow{background-color:var(--primary);color:#fff}.usporyB2011i .blueSection,.usporyB611i .blueSection{border-top:2px var(--primary) solid;border-bottom:2px var(--primary) solid}.textB2011i{margin-top:2rem;width:70%}.textB611i{margin-top:2rem;width:70%}@media screen and (max-width: 1365px){.usporyB2011i,.usporyB611i{width:100%;margin-top:5rem;border-collapse:collapse}.usporyB2011i th,.usporyB2011i td,.usporyB611i th,.usporyB611i td{padding:1rem 2rem}.usporyB2011i th,.usporyB611i th{background-color:var(--primary);color:var(--regular-100);text-align:left}.usporyB2011i td,.usporyB611i td{text-align:center}.usporyB2011i td.gray,.usporyB611i td.gray{background-color:var(--regular-200)}.usporyB2011i td.blue,.usporyB611i td.blue{background-color:var(--regular-200)}.usporyB2011i .blueRow,.usporyB611i .blueRow{background-color:var(--primary);color:#fff}.usporyB2011i .blueSection,.usporyB611i .blueSection{border-top:2px var(--primary) solid;border-bottom:2px var(--primary) solid}.textB2011i{margin-top:2rem;width:100%}.textB611i{margin-top:2rem;width:100%}}@media screen and (max-width: 900px){.usporyB2011i,.usporyB611i{width:100%;margin-top:5rem;border-collapse:collapse}.usporyB2011i th,.usporyB2011i td,.usporyB611i th,.usporyB611i td{padding:.5rem .5rem;font-size:1rem}.usporyB2011i th,.usporyB611i th{background-color:var(--primary);color:var(--regular-100);text-align:left}.usporyB2011i td,.usporyB611i td{text-align:center}.usporyB2011i td.gray,.usporyB611i td.gray{background-color:var(--regular-200)}.usporyB2011i td.blue,.usporyB611i td.blue{background-color:var(--regular-200)}.usporyB2011i .blueRow,.usporyB611i .blueRow{background-color:var(--primary);color:#fff}.usporyB2011i .blueSection,.usporyB611i .blueSection{border-top:2px var(--primary) solid;border-bottom:2px var(--primary) solid}}.footer{background-image:url(../media/img/slide7.jpg) !important;background-position:center;background-repeat:no-repeat;background-size:cover;position:relative}.footer .footerCenter{position:absolute;left:50%;top:45%}.footer .footerCenter h1{color:var(--regular-100);font-weight:900;line-height:normal}.footer .footerCenter button{background-color:var(--primary);color:var(--regular-100);font-weight:var(--fw-700);border:none;padding:1rem 2rem;font-size:2.5rem;transition:all 300ms ease;cursor:pointer}.footer .footerCenter button:is(:hover){background-color:var(--regular-100);color:var(--primary)}.footer .footerCenter button:is(:hover) a{color:var(--primary)}.footerLink{position:relative;bottom:0;text-align:center;width:140em;max-width:100%;padding:3rem 0;font-size:2.5rem;background-color:var(--primary);z-index:99999}@media screen and (max-width: 1365px){.footer{background-image:url(../media/img/slide7.jpg);background-repeat:no-repeat;background-size:cover;position:relative}.footer .footerCenter{position:absolute;left:50%;top:45%;transform:translate(-50%)}.footer .footerCenter h1{color:var(--regular-100);font-weight:900;line-height:normal}.footer .footerCenter button{background-color:var(--primary);color:var(--regular-100);font-weight:var(--fw-700);border:none;padding:1rem 2rem;font-size:2.5rem;transition:outline 300ms ease;cursor:pointer}.footerLink{position:relative;bottom:0;text-align:center;width:140em;max-width:100%;padding:3rem 0;font-size:2.5rem;background-color:var(--primary);z-index:99999}}@media screen and (max-width: 900px){.footer{background-image:url(../media/img/slide7.jpg);background-repeat:no-repeat;background-position:15%;background-size:cover;position:relative}.footer .footerCenter{position:absolute;left:50%;top:45%;transform:translate(-50%);width:70%}.footer .footerCenter h1{color:var(--regular-100);font-weight:900;line-height:normal}.footer .footerCenter button{background-color:var(--primary);color:var(--regular-100);font-weight:var(--fw-700);border:none;padding:1rem 2rem;font-size:2rem;transition:outline 300ms ease;cursor:pointer}.footerLink{position:relative;bottom:0;text-align:center;width:140em;max-width:100%;padding:3rem 0;font-size:2.5rem;background-color:var(--primary);z-index:99999}}/*# sourceMappingURL=main.css.map */
