@font-face{font-family:Inter-added;src:url(/assets/Inter-VariableFont_opsz_wght-c8O0ljhh.ttf) format("truetype")}body{font-family:Inter-added,sans-serif}main{width:min(90%,1200px);display:block;margin-left:auto;margin-right:auto;flex-shrink:0}.grid-2-1{display:grid;grid-template-columns:2fr 1fr;gap:50px}.grid-1-1{display:grid;grid-template-columns:1fr 1fr;gap:50px}@media screen and (max-width:800px){.grid-2-1,.grid-1-1{grid-template-columns:1fr!important;gap:30px}}.buttons-space{display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.steps{display:flex;width:100%;position:relative}.steps-item{display:flex;flex-direction:column;gap:20px;width:150px;flex-shrink:0;align-items:center}.steps-item span{display:block;width:60px;color:var(--yellow);height:60px;border:3px solid var(--yellow);background-color:var(--light);font-size:var(--medium);font-weight:500;display:flex;align-items:center;justify-content:center;border-radius:99999999px}.steps-item-line{flex-grow:1;width:100%;height:100%;position:relative}.steps-item-content{text-align:center;font-size:var(--small-plus);margin-top:10px}.steps-item-line:after{content:"";position:absolute;top:29px;left:10%;width:80%;background-color:var(--yellow);height:2px;align-items:center}@media screen and (max-width:800px){.steps{flex-direction:column;gap:20px}.steps-item-line{display:none}.steps-item{width:100%;flex-direction:row;align-items:center}.steps-item-content{margin-top:0;flex-shrink:0}.steps-item span{flex-shrink:0}}.tiles{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px}.tile{padding:10px 20px;display:flex;align-items:center;flex-direction:column;background-color:var(--light);gap:10px;border:3px solid var(--dark-green);border-radius:25px}.tile span{display:flex;align-items:center;justify-content:center;border:3px solid var(--light-green);width:70px;height:70px;background-color:var(--light);border-radius:99999px}.tile span svg{width:40px;color:var(--light-green);height:auto}@media screen and (max-width:1000px){.tiles{grid-template-columns:1fr!important;gap:20px}.tile{max-width:500px;margin-right:auto;margin-left:auto}}:root{--dark-green: #25671E;--light-green: #48A111;--yellow: #F2B50B;--light: #F7F0F0;--error: #f10707;--small: 1rem;--medium: 1.5rem;--medium-minus: 1.25rem;--big: 2rem;--big-plus: 2.25rem;--big-minus: 1.75rem;--small-plus: 1.1rem;--small-minus: .9rem}.app-main{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between}body{background-repeat:repeat;background-size:80px 80px;position:relative;background-color:var(--light)}body:before{content:"";position:fixed;inset:0;background-image:url(/assets/kury-CoeE1Kjk.png);background-size:215px 110px;background-repeat:repeat;opacity:.2;pointer-events:none;z-index:-1}body,html{margin:0;padding:0}*{box-sizing:border-box}.flex-grow{flex-grow:1}.menu{width:100%;display:flex;gap:10px;position:sticky;top:0;left:0;z-index:9999;background-color:var(--light);justify-content:space-between;-webkit-box-shadow:-2px 12px 16px -17px rgba(153,155,168,1);-moz-box-shadow:-2px 12px 16px -17px rgba(153,155,168,1);box-shadow:-2px 12px 16px -17px #999ba8;flex-shrink:0}.menu-left{width:auto;background-color:var(--dark-green);padding:5px 10px;gap:10px}.menu-middle{display:flex;gap:20px;z-index:1;align-items:center;justify-content:center}.menu-middle-positioner{opacity:0;position:absolute;left:-100%!important;top:0!important;z-index:-1}.menu-right{display:flex;align-items:center;justify-content:center;padding:0 30px;gap:10px}.menu-right svg{color:var(--dark-green);width:24px;height:auto;cursor:pointer;display:none}.menu-left img{max-width:50px}.menu-middle-upper,.menu-middle-bottom{display:none}@media screen and (max-width:1000px){.menu-middle{position:absolute;top:100%;left:0;width:100%;height:var(--menu-height);flex-direction:column;justify-content:center;align-items:center;background-color:var(--light);gap:15px;overflow:hidden;transition:height .5s ease-in-out}.menu-middle-upper,.menu-middle-bottom{display:block;width:100%}.menu-middle-upper{height:20px}.menu-middle-bottom{height:10px;border-bottom:2px solid var(--dark-green)}.menu-middle span{width:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.menu-right svg{display:block}.menu-arrow{transition:transform .3s ease-in-out}.menu-arrow.rotated{transform:rotate(-180deg)}}@media screen and (max-width:500px){.menu-right{padding:.1em}}.simple-spacer{z-index:-1;width:100%;opacity:0}.simple-image{width:100%;height:auto}.simple-flex-centered{display:flex;align-items:center;justify-content:center}.simple-header-h1{white-space:pre-line;margin:0;font-size:var(--big)}.simple-header-h2{white-space:pre-line;font-size:var(--medium-minus);margin:0}.simple-header-h3{white-space:pre-line;font-size:var(--small-plus);margin:0}.simple-button{width:fit-content;padding:10px 20px;border:none;border-radius:15px;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;gap:5px;transition:all .3s ease-in-out;font-size:var(--small);cursor:pointer}.simple-button:hover{opacity:.9}.simple-button:disabled{opacity:.5}.simple-button-filled{background-color:var(--dark-green);color:var(--yellow)}.simple-button-empty{border:1px solid var(--dark-green);color:var(--dark-green);background-color:#0000}.simple-paragraph{margin:0;line-height:1.5}.simple-link{color:var(--dark-green);font-size:var(--small-plus);font-weight:400;text-decoration:none;cursor:pointer}.simple-link.active{text-decoration:underline}.simple-pretty{margin-left:var(--margin-left);margin-right:var(--margin-right);width:fit-content;padding:5px 10px;border-radius:9999px;font-weight:700;display:flex;align-items:center;justify-content:center;border:2px solid var(--yellow);background-color:var(--light);color:var(--yellow);font-size:var(--small-minus);gap:10px}.simple-pretty-image{max-width:30px;height:auto}.simple-faq{width:100%;height:auto;border-radius:24px;border:2px solid var(--dark-green);background-color:var(--light);padding:10px 20px;position:relative}.simple-faq-header{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;z-index:1}.simple-faq-header svg{color:var(--dark-green);width:25px;height:auto;transition:transform .5s ease-in-out;cursor:pointer;display:block}.simple-faq-content{overflow:hidden;z-index:1;height:0px;transition:height .5s ease-in-out;width:100%}.simple-faq-header svg.rotated{transform:rotate(-180deg)}.simple-faq-content-positioner{position:absolute;z-index:-1!important;opacity:0;top:0;left:0;height:auto!important}.simple-line{width:100%;height:1px}@media screen and (min-width:1400px){.simple-spacer{height:var(--spacer-height-pc)}.simple-paragraph,.simple-header-h1,.simple-header-h2,.simple-header-h3{text-align:var(--align-pc)}}@media screen and (max-width:1400px)and (min-width:800px){.simple-spacer{height:var(--spacer-height-tablet)}.simple-paragraph,.simple-header-h1,.simple-header-h2,.simple-header-h3{text-align:var(--align-tablet)}}@media screen and (max-width:800px){.simple-spacer{height:var(--spacer-height-phone)}.simple-paragraph,.simple-header-h1,.simple-header-h2{text-align:var(--align-phone)}.simple-header-h3{text-align:var(--align-tablet)}}.simple-input,.simple-digit{border:2px solid var(--yellow);padding:12px 10px;border-radius:15px;display:flex;align-items:center;justify-content:center;gap:13px;position:relative}.simple-digit{width:fit-content!important}.simple-digit input{width:15px!important;text-align:center}.simple-input input,.simple-digit input{flex-grow:1;background-color:#0000;border:none;outline:none;font-size:var(--small-plus)}.simple-input-left{display:flex;align-items:center;justify-content:center}.simple-input-left svg{color:var(--yellow);width:25px;height:auto}.simple-input-absolute{position:absolute;z-index:1;width:34px;top:1px;right:10px;height:calc(100% - 2px);cursor:pointer}.simple-input-right{width:34px}.simple-input-anim-out,.simple-input-anim-in{position:absolute;top:0;left:0;width:auto;height:100%}.simple-input-anim-in{z-index:1}.simple-input-anim-out{z-index:2}.simple-input-anim-in.open{top:-20px!important}.simple-input-anim-in{transition:top .1s ease-in-out}@media screen and (max-width:600px){.simple-input{gap:7px}}.simple-label{font-size:var(--small)}.simple-absolute-loading,.simple-fixed-loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:10;top:0;left:0;background-color:#000000a9;border-radius:10px;flex-direction:column;gap:20px;-webkit-user-select:none;user-select:none}.simple-fixed-loading{position:fixed}.simple-absolute-loading{position:absolute}.simple-absolute-loading img,.simple-fixed-loading img{animation-timing-function:linear!important;animation:rotato_potato;animation-duration:1.5s;animation-iteration-count:infinite;width:30%;height:auto;animation-delay:0;display:block}.simple-absolute-loading span,.simple-fixed-loading span{font-size:var(--medium-minus);color:var(--light);font-weight:600;letter-spacing:2px}@keyframes rotato_potato{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.simple-navigation{width:100%;display:flex;justify-content:center;gap:10px;flex-wrap:wrap;align-items:center}.simple-navigation input{max-width:60px!important;padding:5px;background-color:#0000;border-radius:10px;border:2px solid var(--yellow);outline:none}.simple-pagination-button{color:var(--dark-green);border:1px solid var(--dark-green);border:none;cursor:pointer;font-size:var(--small-minus);border-radius:999px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.simple-pagination-button.active{background-color:var(--dark-green);color:var(--light)}.simple-textarea textarea{width:100%;border:none;outline:none;background:transparent;font:inherit;color:inherit;resize:vertical;min-height:120px}select.simple-input{width:100%;outline:none;font-size:var(--small)}.theme-footer{width:100%;position:relative;flex-shrink:0}.theme-footer-body{border-top:5px solid var(--dark-green);padding:20px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:80px}.theme-footer-body-left{display:flex;flex-direction:column;height:100%}.theme-footer-icons{width:100%;display:flex;gap:10px}.theme-footer-icons svg{background-color:var(--dark-green);color:var(--light);padding:5px;width:30px;height:auto;border-radius:7px;cursor:pointer;transition:all .5s ease-in-out}.theme-footer-icons svg:hover{transform:scale(1.1)}.theme-footer-contact-entry{display:flex;gap:20px;align-items:center}.theme-footer-contact-entry svg{color:var(--dark-green);width:24px;height:auto;flex-shrink:0}.theme-footer-contact-entry-link{display:block;cursor:pointer;color:var(--dark-green)}.theme-footer-grass{position:absolute;top:0;height:50px;width:100%;background-image:url(data:image/png;base64,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);background-repeat:repeat-x;background-size:auto 100%;z-index:2;left:0}.theme-footer-chicken{width:120px;height:auto;position:absolute;top:-115px;perspective:1000px;transition:left 3s ease-in-out;transition-timing-function:linear}.theme-footer-chicken-walking{animation-name:walking-animation;animation-timing-function:linear;animation-duration:1s;animation-iteration-count:infinite}.theme-footer-chicken-right-eating{animation-name:right-eating-animation;animation-timing-function:linear;animation-duration:1.8s;animation-iteration-count:infinite}.theme-footer-chicken-left-eating{animation-name:left-eating-animation;animation-timing-function:linear;animation-duration:1.8s;animation-iteration-count:infinite}.theme-footer-chicken img{width:100%;height:auto;transition:transform .6s;transform-style:preserve-3d}.theme-footer-chicken-rotated img{transform:rotateY(180deg)}@keyframes walking-animation{0%{transform:scaleX(1) scaleY(1)}25%{transform:scaleX(.9) scaleY(1.1)}50%{transform:scaleX(1) scaleY(1)}75%{transform:scaleX(1.1) scaleY(.9)}to{transform:scaleX(1) scaleY(1)}}@keyframes right-eating-animation{0%{transform:rotate(0)}30%{transform:rotate(160deg)}40%{transform:rotate(150deg)}50%{transform:rotate(160deg)}60%{transform:rotate(150deg)}70%{transform:rotate(160deg)}to{transform:rotate(0)}}@keyframes left-eating-animation{0%{transform:rotate(-0deg)}30%{transform:rotate(-160deg)}40%{transform:rotate(-150deg)}50%{transform:rotate(-160deg)}60%{transform:rotate(-150deg)}70%{transform:rotate(-160deg)}to{transform:rotate(-0deg)}}@media screen and (max-width:800px){.theme-footer-body{grid-template-columns:1fr;gap:30px}.theme-footer-contact{order:1;text-align:center!important}.theme-footer-navigation{order:2;text-align:center!important}.theme-footer-body-left{order:3;text-align:center!important}.theme-footer-contact-entry,.theme-footer-icons{justify-content:center}}.home-image-space{padding:15px;background-color:var(--light);border-radius:15px}@media screen and (max-width:800px){.home-image-space img{max-width:400px!important;height:auto!important;margin-left:auto;margin-right:auto;display:block}}.registration-left{display:flex;align-items:center;justify-content:center;flex-direction:column}.registration-right{position:relative}.registration-helper{display:flex;flex-direction:column;justify-content:center}.account-data{display:flex;padding:5px;gap:20px;font-size:var(--small-plus)}.account-data-header{font-weight:600}.single-user{width:100%;height:auto;display:flex;align-items:center;justify-content:space-around;border:2px solid var(--yellow);border-radius:15px;padding:10px;gap:10px;flex-wrap:wrap;position:relative}.single-user-right{display:flex;gap:10px;flex-direction:column;align-items:center;justify-content:center}.en-item{padding:10px;display:flex;flex-direction:column;gap:10px;border:2px solid var(--yellow);position:relative;border-radius:15px}.en-item-actions{width:100%;height:auto;display:flex;align-items:center;justify-content:end;flex-wrap:wrap}.en-header{font-size:var(--medium);color:var(--dark-green);font-weight:600}.en-line{width:100%;height:1px;background-color:var(--yellow)}.en-desc{font-size:var(--small-plus);text-align:justify}
