.btn{background:linear-gradient(45deg,#6a4af4,#f15a24);border:none;border-radius:6px;color:#fff!important;cursor:pointer;font-size:16px;padding:12px 25px;text-decoration:none;transition:background .2s ease-in-out}.btn.btn-sm{font-size:16px!important;padding:6px 15px}.btn.btn-link{display:inline-block}.btn.btn-link a{color:#1f2021;text-decoration:none}.btn.bg-white:hover{background:#eaecf9}.btn.btn-inner{display:flex;justify-self:center;margin-bottom:20px;margin-top:20px}.btn:hover{background:linear-gradient(0deg,#6a4af4,#f15a24)}@media screen and (min-width:600px){.btn{font-size:18px}}input,textarea{border:1px solid #2f323a;border-radius:6px;padding:14px 10px;width:100%}label{font-size:14px;padding-bottom:5px}.form-fields{margin-bottom:25px}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.justify-content-start{justify-content:start}.justify-content-end{justify-content:end}.justify-content-between{justify-content:space-between}.justify-content-center{justify-content:center}.justify-content-evenly{justify-content:space-evenly}.justify-content-around{justify-content:space-around}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-start{justify-self:start}.align-items-end{align-items:end}.align-items-start{align-items:start}.align-items-center{align-items:center}.align-items-stretch{align-items:stretch}.align-self-start{align-self:start}.align-self-end{align-self:end}.align-self-center{align-self:center}.row-reverse{flex-direction:row-reverse}.flex-grow-1{flex-grow:1}.column-reverse{flex-direction:column-reverse}.gap10{gap:10px}.row{display:flex;flex-direction:column;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:20px;width:100%}@media screen and (min-width:1024px){.row{flex-direction:row}}.col{flex-basis:100%;flex:1 1;flex-direction:column}.col,.row-4{display:flex}.row-4{flex-direction:row;flex-wrap:wrap;gap:20px;margin-bottom:20px;width:100%}.row-4:nth-child(2n){flex-direction:row-reverse}@media screen and (max-width:600px){.row-4:nth-child(2n){flex-direction:column-reverse}}.col-4{display:flex;flex:1 1;flex-direction:column}@media screen and (max-width:1200px){.col-4{flex-basis:calc(50% - 20px)}}@media screen and (max-width:600px){.col-4{flex-basis:100%}}*{box-sizing:border-box}html{height:-webkit-max-content;height:max-content}body,html{min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#2f323a;font-family:Segoe UI,sans-serif;font-size:16px;height:100%;line-height:1.5;margin:0;padding:0}@media screen and (min-width:768px){body{font-size:18px;line-height:1.5}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{display:flex;flex-direction:column;height:100%;justify-content:space-between}::selection{background:#fad55d;color:#1f2021}h1{font-size:36px;line-height:48px;margin:20px 0}h1.heroTitle{font-size:52px;line-height:58px}@media screen and (max-width:768px){h1.heroTitle{font-size:42px;line-height:48px}}.container-fuild{max-width:100%;padding:20px}.container{flex:100% 1;margin:0 auto;max-width:1400px;padding:50px;width:100%}@media screen and (max-width:600px){.container{max-width:100%;padding:20px}}.link{color:#6a4af4;display:inline-block;position:relative;text-decoration:none;transition:color .2s ease-in-out}.link:hover{color:#482cc5}.link:hover:after{background:#482cc5}.link:after{background:#6a4af4;content:"";display:block;height:1px;position:absolute;width:100%}.image-fluid{height:auto;width:100%}figure{margin-left:0;margin-right:0;margin-top:30px}figcaption{color:#2f323a;font-size:13px;font-style:italic;text-align:center}.react-tabs__tab-list{border-bottom:1px solid #eaecf9;display:flex;justify-content:center;margin-top:30px;padding-left:0}.react-tabs__tab-list li{background:#eaecf9;border-radius:6px 6px 0 0;cursor:pointer;list-style-type:none;margin-right:5px;padding:6px 15px;transition:background .2s ease-in-out}.react-tabs__tab-list li:hover{background:#d7dbf8}.react-tabs__tab--selected{background:#d7dbf8!important}.noPage{font-size:250px;position:absolute;transform:translateX(-50px)}@media screen and (max-width:600px){.noPage{font-size:130px;left:0;transform:translateX(0)}}.hobotnica{display:flex;height:450px;justify-self:center;width:450px}@media screen and (max-width:600px){.hobotnica{height:250px;width:250px}}.d-block{display:block}.d-grid{display:grid}.bg-white{background:#fff}.bg-dark{background:#1f2021}.bg-grey{background:#2f323a}.bg-grey50{background:#c8d5de}.bg-light{background:#eaecf9}.bg-indigo{background:#7a92ff}.bg-green{background:#25e6cf}.bg-red{background:#ff7088}.text-white{color:#fff}.text-light{color:#eaecf9}.text-dark{color:#1f2021}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.font-sm{font-size:14px;line-height:1.5}.font-md{font-size:16px;line-height:1.5}.font-lg{font-size:18px;line-height:1.5}.header{background:#1f2021;color:#fff;left:0;position:-webkit-sticky;position:sticky;right:0;top:0;z-index:99}.navBar{display:flex;justify-content:space-between;padding:10px 20px}@media screen and (max-width:600px){.navBar{padding:5px 20px!important}}.logo{align-items:center;align-self:center;color:#fff;display:flex;font-size:24px;text-decoration:none}@media screen and (max-width:600px){.logo{font-size:18px}}.logoImg{margin-right:15px;width:80px}@media screen and (max-width:600px){.logoImg{margin-right:8px;width:45px}}.hamburgerMenu{display:block;height:30px;margin-top:5px;width:30px}@media screen and (min-width:600px){.hamburgerMenu{display:none}}.langTxt{display:none;font-size:16px;padding-left:5px}.mainMenu{align-items:center;display:none;justify-content:space-between;list-style-type:none;margin:0;max-width:500px;padding:0}@media screen and (min-width:600px){.mainMenu{display:flex}}.mainMenu.isOpen{align-items:start;background:#fff;bottom:0;color:#1f2021;display:flex;flex-direction:column;font-size:20px;gap:10px;height:100%;justify-content:start;left:0;margin:0;max-width:100%;padding:25px;position:fixed;right:0;top:0}.mainMenu.isOpen a{color:#1f2021}.mainMenu.isOpen .langBtn{margin-bottom:15px;margin-left:25px;margin-top:15px}.mainMenu.isOpen .langTxt{display:inline-block}.mainMenu li{align-items:center;display:flex}.mainMenu li.hideCloseBtn{display:none}.mainMenu a{border-radius:16px;color:#fff;display:inline-block;font-weight:600;margin:0 10px;padding:6px 15px;text-decoration:none;transition:background .2s ease-in-out}.mainMenu a:hover{background:#ffffff26;color:#f5f5f5}.mainMenu a.active{color:#a8b7fa}.closeBtn{cursor:pointer;display:block;position:absolute;right:15px;top:15px}.footer{background:#2f323a;color:#fff;text-align:center}.footer .logo{justify-self:center}.footer .logo img{margin-right:0}.mainMenuFooter{padding:0}.mainMenuFooter li{display:inline-block;list-style-type:none;padding:10px 20px}.mainMenuFooter li a{color:#fff;text-decoration:none}.mainMenuFooter li a.active{color:#a8b7fa}.langBtn{background:#eaecf9;border:none;border-radius:4px;cursor:pointer;display:inline-block;margin:0 5px;padding:2px 6px}.langBtn.active,.langBtn:hover{background:linear-gradient(45deg,#6a4af4,#f15a24)}.hr{background:#fff;display:flex;height:1px;justify-self:center;max-width:450px;width:100%}.p-1{padding:10px}.p-2{padding:20px}.p-3{padding:30px}.p-4{padding:40px}.p-5{padding:50px}.py-0{padding-bottom:0;padding-top:0}.py-10{padding-bottom:10px;padding-top:10px}.py-20{padding-bottom:20px;padding-top:20px}.py-50{padding-bottom:50px;padding-top:50px}.px-0{padding-left:0;padding-right:0}.px-10{padding-left:10px;padding-right:10px}.px-20{padding-left:20px;padding-right:20px}.px-50{padding-left:50px;padding-right:50px}.pe-0{padding-right:0}.pe-10{padding-right:10px}.pe-20{padding-right:20px}.ps-0{padding-left:0}.ps-10{padding-left:10px}.ps-20{padding-left:20px}.mx-auto{margin-right:auto}.ms-auto,.mx-auto{margin-left:auto}.me-auto{margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-10{margin-bottom:10px;margin-top:10px}.my-20{margin-bottom:20px;margin-top:20px}.my-50{margin-bottom:50px;margin-top:50px}.mx-0{margin-left:0;margin-right:0}.mx-10{margin-left:10px;margin-right:10px}.mx-20{margin-left:20px;margin-right:20px}.mx-50{margin-left:50px;margin-right:50px}.me-0{margin-right:0}.me-10{margin-right:10px}.me-20{margin-right:20px}.ms-0{margin-left:0}.ms-10{margin-left:10px}.ms-20{margin-left:20px}.mb-0{margin-bottom:0}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mb-50{margin-bottom:50px}.mb-100{margin-bottom:100px}.mt-0{margin-top:0}.mt-10{margin-top:10px}.mt-20{margin-top:20px}.mt-50{margin-top:50px}.heroContainer{display:flex;flex-direction:column-reverse}@media screen and (min-width:768px){.heroContainer{display:flex;flex-direction:row-reverse}}.imgHolder{margin-top:20px;max-width:100%;overflow:hidden;position:relative;width:100%}@media screen and (min-width:768px){.imgHolder{margin-top:0;max-width:65%;width:100%}}.heroTxt{max-width:100%}@media screen and (min-width:768px){.heroTxt{max-width:45%}}.heroImage{max-width:100%}.plant{bottom:50px;height:250px;position:absolute;right:0;width:250px}@media screen and (max-width:1024px){.plant{bottom:25px;height:150px;right:-15px;width:150px}}#contactForm{width:100%}#contactForm textarea{max-width:480px}.successIcon{background:#25e6cf}.successIcon,.warningIcon{align-items:center;border-radius:40px;display:flex;height:40px;justify-content:center;margin-right:15px;width:40px}.warningIcon{background:#fad55d}.errorIcon{align-items:center;background:#ff7088;border-radius:40px;display:flex;height:40px;justify-content:center;margin-right:15px;width:40px}.iconCol{align-self:center;color:#2f323a;font-size:36px}.projectsContainer{display:flex;flex-direction:column}.projectsContainer,.projectsContainer .container{padding-left:0;padding-right:0}@media screen and (max-width:600px){.projectsContainer .container{padding-left:20px;padding-right:20px}}@media screen and (min-width:600px){.projectsContainer{padding-left:50px;padding-right:50px;padding-top:50px}}@media screen and (max-width:1400px){.projectsContainer{margin-top:0!important}}.projects{display:flex;flex-direction:column;height:100%;justify-content:space-between}.projects a{color:#fff;text-decoration:none}.projects img{object-fit:cover;transition:transform .2s ease-in-out}.projects img:hover{transform:scale(105%)}.knSubtitle{font-size:18px}.cardTitle{font-size:20px}@media screen and (max-width:600px){.cardTitle{font-size:20px}}.coverImg{display:block;font-size:0;margin-bottom:15px;overflow:hidden}.bannerTxt{color:#6a4af4;display:grid;font-size:36px;font-weight:800;line-height:1.2;position:relative;text-align:center}.bannerTxt span{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#6a4af4,#f15a24);-webkit-background-clip:text}.bannerTxt:before{background:#c8d5de;content:"";display:block;height:1px;position:absolute;right:50%;top:181px;transform:translateX(50%);width:250px}@media screen and (max-width:600px){.bannerTxt{font-size:32px}.bannerTxt:before{top:168px}}.whaleContainer{border-radius:150px;height:132px;justify-self:center;margin-bottom:15px;overflow:hidden;width:150px}@media screen and (max-width:600px){.whaleContainer{height:119px;width:135px}}.whale{height:150px;width:151px}@media screen and (max-width:600px){.whale{height:135px;width:135px}}.modalContainer{background:#00000073;bottom:0;color:#1f2021;display:none;left:0;position:fixed;right:0;top:0;z-index:100}.modalContainer.modalOpen{align-items:center;display:flex;justify-content:center}.modalBox{background:#fff;border-radius:4px;margin:20px;max-height:75%;max-width:550px;overflow-y:auto;padding:35px;position:relative;width:100%}.modalBox.open{animation-duration:.2s;animation-name:slide;animation-timing-function:ease-in-out}.closeModal{cursor:pointer;display:flex;position:absolute;right:15px;top:15px;transition:transform .2s ease-in-out}.closeModal:hover{transform:rotate(90deg);transform-origin:center}@keyframes slide{0%{top:-50px}to{top:0}}.progressBar{background:#c8d5de;border-radius:10px;height:10px;position:relative;width:100%;z-index:0}.progressBarInner{height:10px;justify-content:end;position:absolute;z-index:1}.progressBarInner,.progressPercentage{align-items:center;background:#a8b7fa;border-radius:5px;display:flex}.progressPercentage{box-shadow:2px 2px 5px #2f323a26;font-size:11px;font-weight:600;justify-content:center;padding:4px 8px}.aboutContainer{display:flex;justify-content:center}.aboutContainer img{border:8px solid #6a4af4;border-radius:200px;height:200px;margin-right:50px;position:relative;width:200px}@media screen and (max-width:600px){.aboutContainer{flex-direction:column}.aboutContainer img{align-self:center;border:6px solid #6a4af4;height:150px;margin-bottom:20px;margin-right:0;margin-top:-25px;width:150px}}.aboutInner{max-width:700px}.contactForm{margin:0 auto 50px;max-width:480px}@keyframes logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:600px){.innerMain{margin-left:0;margin-right:0}}.mainTitle{margin-bottom:50px;margin-top:20px;text-align:center}@media screen and (max-width:600px){.mainTitle{margin-bottom:20px}}.txtContainer{display:grid;margin:0 auto;max-width:750px}@media screen and (max-width:600px){.txtContainer{padding-left:0;padding-right:0}}.txtContainer h2{margin-bottom:0;margin-top:50px;text-align:center}@media screen and (max-width:600px){.txtContainer h2{line-height:26px;text-align:left}#bakeryHFPrototype,#bakeryLFPrototype,#kucniHFPrototype,#kucniLFPrototype{display:none}}.problem i{color:#6a79bd;font-size:18px;font-weight:500}.colors{display:flex;flex-wrap:wrap;gap:15px;padding-left:0}.colors li{background:#fff;border-radius:6px;list-style-type:none;padding:0 15px 0 5px}.color{border-radius:6px;display:inline-block;height:35px;margin:10px 10px 10px 5px;vertical-align:middle;width:35px}
/*# sourceMappingURL=main.c2635b92.css.map*/