@import url(https://fonts.googleapis.com/css?family=Raleway:700,400|Inter:700,400);:root{--surface:#eaf7f5;--dark:#292b2e;--black:#000000;--blue-whale:#041e49;--primary:#25a493;--white:#ffffff;--font-size-l:16px;--font-size-m:14px;--font-size-xl:24px;--font-size-xxl:64px;--font-family-inter:"Inter", Helvetica;--font-family-raleway:"Raleway", Helvetica}@media (max-width:768px){:root{--font-size-xl:20px;--font-size-xxl:32px}}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}body{font-family:var(--font-family-inter);background-color:var(--surface);margin:0;overflow-x:hidden}.screen textarea:focus,.screen input:focus{outline:none}.screen div{-webkit-text-size-adjust:none}.screen a{display:contents;text-decoration:none}.component-wrapper{pointer-events:none}.component-wrapper a{display:contents;pointer-events:auto}.component-wrapper *{pointer-events:none}.component-wrapper.not-ready,.component-wrapper.not-ready *{visibility:hidden!important}.full-width-a{width:100%}.full-height-a{height:100%}.container-center-vertical{align-items:center;display:flex;flex-direction:row;height:100%;pointer-events:none}.container-center-vertical>*{flex-shrink:0;pointer-events:auto}.container-center-horizontal{display:flex;flex-direction:row;justify-content:center;pointer-events:none;width:100%}.container-center-horizontal>*{flex-shrink:0;pointer-events:auto}.auto-animated div,.auto-animated input{--z-index:-1;opacity:0;position:absolute}.auto-animated .container-center-vertical,.auto-animated .container-center-horizontal{opacity:1}.overlay-base{display:none;height:100%;opacity:0;position:fixed;top:0;width:100%}.overlay-base.animate-appear{align-items:center;animation:reveal 0.3s ease-in-out forwards;display:flex;flex-direction:column;justify-content:center;opacity:0}.overlay-base.animate-disappear{animation:reveal 0.3s ease-in-out reverse forwards;display:block;opacity:1;pointer-events:none}.overlay-base.animate-disappear *{pointer-events:none}@keyframes reveal{from{opacity:0}to{opacity:1}}.animate-nodelay{animation-delay:0s}.align-self-flex-start{align-self:flex-start}.align-self-flex-end{align-self:flex-end}.align-self-flex-center{align-self:center}.valign-text-middle{display:flex;flex-direction:column;justify-content:center}.valign-text-bottom{display:flex;flex-direction:column;justify-content:flex-end}.hidden,.hidden *{pointer-events:none;visibility:hidden}.smart-layers-pointers,.smart-layers-pointers *{pointer-events:auto;visibility:visible}.listeners-active-click,.listeners-active-click *{cursor:pointer}.inter-bold-aqua-spring-16px,.raleway-bold-blue-whale-14px,.raleway-bold-baltic-sea-16px,.raleway-bold-jungle-green-64px,.inter-normal-baltic-sea-14px,.inter-normal-white-14px,.raleway-bold-white-16px{font-style:normal;line-height:normal}.raleway-bold-white-16px{color:var(--white);font-family:var(--font-family-raleway);font-size:var(--font-size-l);font-weight:700}.inter-normal-white-14px{color:var(--white);font-family:var(--font-family-inter);font-size:var(--font-size-m);font-weight:400}.inter-normal-baltic-sea-14px{color:var(--dark);font-family:var(--font-family-inter);font-size:var(--font-size-m);font-weight:400}.raleway-bold-jungle-green-64px{color:var(--primary);font-family:var(--font-family-raleway);font-size:var(--font-size-xxl);font-weight:700}.raleway-bold-baltic-sea-16px{color:var(--dark);font-family:var(--font-family-raleway);font-size:var(--font-size-l);font-weight:700}.raleway-bold-blue-whale-14px{color:var(--blue-whale);font-family:var(--font-family-raleway);font-size:var(--font-size-m);font-weight:700}.inter-bold-aqua-spring-16px{color:var(--surface);font-family:var(--font-family-inter);font-size:var(--font-size-l);font-weight:700}.landing-page{align-items:center;background-color:var(--surface);display:flex;flex-direction:column;gap:24px;left:0;overflow:hidden;overflow-x:hidden;padding:80px 24px 24px;position:relative;top:0}.landing-page .hero{align-items:center;align-self:stretch;background-color:var(--dark);border-radius:32px;display:flex;flex-direction:column;gap:10px;height:80vh;justify-content:flex-end;overflow:hidden;position:relative;width:100%}.landing-page .hero__image{align-self:stretch;background-color:#fff0;height:100%;width:100%;opacity:.6;-o-object-fit:cover;object-fit:cover;position:relative}.landing-page .hero__image video{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-width:100%;min-height:100%}@media (max-width:768px){.landing-page .hero__image video{max-height:85vh}}.landing-page .hero__inner{align-items:center;background-color:#fff0;display:flex;flex-direction:column;gap:24px;justify-content:center;padding:10px;position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%,-50%)}.landing-page .hero__inner--buttons{align-items:flex-start;background-color:#fff0;display:inline-flex;flex:0 0 auto;gap:16px;position:relative}.landing-page .hero h1{font-family:var(--font-family-raleway);font-size:var(--font-size-xxl);font-style:normal;font-weight:400;letter-spacing:0;line-height:normal;text-align:center;margin:0}.landing-page .hero h1 span:first-child{color:var(--surface);font-style:normal;font-weight:700}.landing-page .hero h1 span:last-child{color:var(--surface);font-style:normal}.landing-page .button{display:inline-flex;position:relative;cursor:pointer;color:var(--surface);font-family:var(--font-family-inter);font-size:var(--font-size-l);font-weight:700;border:2px solid #fff0;align-items:center;border-radius:8px;gap:8px;justify-content:center;padding:8px 24px}.landing-page .button.outlined{color:var(--dark);background-color:#fff0;border-color:var(--dark)}.landing-page .button.primary{color:var(--white);background-color:var(--primary)}.landing-page .button.dark{color:var(--white);background-color:var(--dark)}.landing-page .button:hover::after{content:"";position:absolute;top:-2px;left:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:8px;background-color:rgb(0 0 0 / .1);border:2px solid #fff0}.landing-page .more-info{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;gap:40px;justify-content:flex-end;padding:60px 0;position:relative;width:100%}.landing-page .more-info h2{margin:0}.landing-page .frame-1-gZnGzG{align-items:flex-start;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;gap:40px;justify-content:center;position:relative;width:100%}@media (max-width:768px){.landing-page .frame-1-gZnGzG{flex-direction:column}}.landing-page .more-info-text{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;max-width:600px}.landing-page .frame-1-vLwCxq{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;gap:40px;padding:32px 0 0;position:relative;width:100%}.landing-page .k-dispozici-jsou-tyi-typy-apliktor-1LK6pW{background-color:#fff0;color:var(--dark);font-family:var(--font-family-raleway);font-size:var(--font-size-xl);font-style:normal;font-weight:700;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .frame-1-1LK6pW{align-items:flex-start;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;gap:24px;position:relative;width:100%}@media (max-width:768px){.landing-page .frame-1-1LK6pW{flex-direction:column}.landing-page .frame-1-1LK6pW div{width:100%;align-items:center;justify-content:center;text-align:center}}.landing-page .frame-2-9kiYHo{align-items:center;display:flex;flex:1;flex-grow:1;gap:16px;justify-content:center}.landing-page .frame-1-id7BOk{align-items:center;align-self:stretch;background-color:var(--white);border-radius:32px;display:flex;flex:0 0 auto;flex-direction:column;gap:16px;justify-content:center;padding:16px;position:relative;width:100%}.landing-page .frame-1-5NaxaO{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;gap:12px;opacity:.2;position:relative;width:100%}.landing-page .x01-yIggQ0{background-color:#fff0;letter-spacing:0;line-height:40px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .frame-1-ylyam7{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;gap:8px;justify-content:center;position:relative;width:100%}.landing-page .vrstva_1-VemG93{align-items:flex-start;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:10px}.landing-page .vrstva_1-GZm7EI{align-items:center;display:inline-flex;gap:10px;height:165px}.landing-page .clip-path-group-gtvVuw{background-color:#fff0;height:131px;position:relative;width:144px}.landing-page .radiofrekvenn-monopolrn-VemG93{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:center}.landing-page .frame-6-9kiYHo{align-items:center;display:flex;flex:1;flex-grow:1;gap:16px;justify-content:center}.landing-page .frame-1-iLTXTj{align-items:center;align-self:stretch;background-color:var(--white);border-radius:32px;display:flex;flex:0 0 auto;flex-direction:column;gap:16px;justify-content:center;padding:16px;position:relative;width:100%}.landing-page .frame-1-ELofgP{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;gap:12px;opacity:.2;position:relative;width:100%}.landing-page .x02-RuDQti{background-color:#fff0;letter-spacing:0;line-height:40px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .frame-1-TVAN7D{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;gap:8px;justify-content:center;position:relative;width:100%}.landing-page .vrstva_1-nsqkwU{align-items:center;display:inline-flex;gap:10px;height:165px}.landing-page .vrstva_1-QGjTv5{height:112.8648605347px;width:144px}.landing-page .clip-path-group-K0tLrk{background-color:#fff0;height:113px;left:0;position:absolute;top:0;width:144px}.landing-page .radiofrekvenn-bipolrn-nsqkwU{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .frame-5-9kiYHo{align-items:center;display:flex;flex:1;flex-grow:1;gap:16px;justify-content:center}.landing-page .frame-1-2ozNQq{align-items:center;align-self:stretch;background-color:var(--white);border-radius:32px;display:flex;flex:0 0 auto;flex-direction:column;gap:16px;justify-content:center;padding:16px;position:relative;width:100%}.landing-page .frame-1-uwDryU{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;gap:12px;opacity:.2;position:relative;width:100%}.landing-page .x03-6d66Pt{background-color:#fff0;letter-spacing:0;line-height:40px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .frame-1-TgfR0N{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;gap:8px;justify-content:center;position:relative;width:100%}.landing-page .vrstva_1-xy6Vse{align-items:center;display:inline-flex;flex:0 0 auto;gap:10px}.landing-page .clip-path-group-DaqR0a{background-color:#fff0;height:164.8831176758px;position:relative;width:144px}.landing-page .vysokofrekvenn-masn-pistole-xy6Vse{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:center}.landing-page .frame-7-9kiYHo{align-items:center;display:flex;flex:1;flex-grow:1;gap:16px;justify-content:center}.landing-page .frame-1-2dQMKk{align-items:center;align-self:stretch;background-color:var(--white);border-radius:32px;display:flex;flex:0 0 auto;flex-direction:column;gap:16px;justify-content:center;padding:16px;position:relative;width:100%}.landing-page .frame-1-GFmjj3{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;gap:12px;opacity:.2;position:relative;width:100%}.landing-page .x04-dj2Kue{background-color:#fff0;letter-spacing:0;line-height:40px;margin-top:-1px;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .frame-1-NeTBS6{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;gap:8px;justify-content:center;position:relative;width:100%}.landing-page .vrstva_1-3dXPwn{align-items:center;display:inline-flex;gap:10px;height:165px;justify-content:center}.landing-page .clip-path-group-mBd4UZ{background-color:#fff0;height:164.8831176758px;position:relative;width:144px}.landing-page .bionick-vceelov-nstavec-3dXPwn{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:center}.landing-page .technick-parametry-0MUxxh{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:center;white-space:nowrap;width:-moz-fit-content;width:fit-content;margin:0}.landing-page .frame-8-0MUxxh{align-items:flex-end;align-self:stretch;background:linear-gradient(180deg,#25a493 32.4999988079%,#0087c1 100%);border-radius:32px;display:flex;gap:24px;overflow:hidden;padding:40px;max-width:1440px;margin:auto}.landing-page .frame-1-Tjow4I{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;gap:40px;position:relative;width:100%}@media (max-width:768px){.landing-page .frame-1-Tjow4I{flex-direction:column}.landing-page .frame-1-Tjow4I img{display:none}.landing-page .frame-1-Tjow4I .frame-1-aYuqVb{flex-direction:column}}.landing-page .image-2-aYuqVb{background-color:#fff0;height:456px;-o-object-fit:cover;object-fit:cover;position:relative;width:334px}.landing-page .frame-1-aYuqVb{align-items:flex-start;background-color:#fff0;display:flex;flex:1;flex-grow:1;gap:40px;position:relative}.landing-page .frame-1-yautKb{align-items:flex-start;background-color:#fff0;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:24px;position:relative}.landing-page .frame-1-4vJxPi{align-items:flex-start;background-color:#fff0;display:inline-flex;flex:0 0 auto;flex-direction:column;gap:8px;position:relative}.landing-page .frame-5-pLtxyX{align-items:flex-start;display:inline-flex;flex:0 0 auto}.landing-page .dotykov-displej-16-yEYexB{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .menu-v-eskm-jazyce-8-rovn-mase-yEYexB{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-2-pLtxyX{align-items:flex-start;display:inline-flex;flex:0 0 auto}.landing-page .napjen-KcOyFs{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .stridav-220-v-50-hz-60-hz-KcOyFs{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-3-pLtxyX{display:inline-flex}.landing-page .pkon-GlSH42{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x1000-va-max-GlSH42{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-4-pLtxyX{display:inline-flex}.landing-page .jmenovit-vkon-SRb3G8{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x1000-va-SRb3G8{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-9-pLtxyX{align-items:flex-start;background-color:#fff0;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.landing-page .typ-robotickho-ramene-4AzO5N{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x6-ti-kloubove-elektricky-pohanene-4AzO5N{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-6-pLtxyX{align-items:flex-start;display:inline-flex;flex:0 0 auto}.landing-page .pracovn-polomr-gXkKgs{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x092-m-5-kg-pri-tazeni-pritlak-7-kg-gXkKgs{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-7-pLtxyX{align-items:flex-start;display:inline-flex;flex:0 0 auto}.landing-page .mezni-zatizitelnost-rjqCxy{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x7-kg-pri-tazeni-pritlak-8-kg-rjqCxy{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-8-pLtxyX{align-items:flex-start;display:inline-flex}.landing-page .rozsah-akvizice-sily-Bp9FXF{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x10-kg-rozliseni-01-kg-Bp9FXF{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-10-pLtxyX{display:inline-flex}.landing-page .jednokolejova-delka-8goGs4{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x5000-uzlu-vice-nez-3-minuty-8goGs4{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-2-yautKb{align-items:flex-start;display:flex;flex:1;flex-grow:1;gap:8px}.landing-page .frame-1-UxKfQR{align-items:flex-start;background-color:#fff0;display:inline-flex;flex:0 0 auto;flex-direction:column;position:relative}.landing-page .pojezdova-rychlost-TJy4CI{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x05-ms-TJy4CI{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .frame-3-UxKfQR{align-self:stretch;display:flex;width:100%}.landing-page .ridici-system-Q8818J{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .jeho-jadrem-je-plne-Q8818J{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left}.landing-page .frame-4-UxKfQR{align-self:stretch;display:flex;width:100%}.landing-page .snimac-kamery-fFesXp{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .vysoce-integrovane-r-fFesXp{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left}.landing-page .frame-5-UxKfQR{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;width:100%}.landing-page .frekvence-rf-mfOX0p{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x470-k-hz-mfOX0p{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left}.landing-page .frame-10-UxKfQR{align-self:stretch;display:flex;width:100%}.landing-page .vkon-rf-jQxSf5{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x300-v-jQxSf5{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left}.landing-page .frame-6-UxKfQR{align-items:flex-start;align-self:stretch;display:flex;flex:0 0 auto;width:100%}.landing-page .rozmery-hlavniho-ramu-d-x-s-x-v-mKdl3A{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x1000-x-500-x-1300-mm-mKdl3A{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left}.landing-page .frame-11-UxKfQR{align-items:flex-start;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;position:relative;width:100%}.landing-page .hmotnost-kgpfKM{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .x130-kg-kgpfKM{align-self:stretch;background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left}.landing-page .frame-1-JZkvxC{align-items:center;align-self:stretch;background-color:#fff0;display:flex;flex:0 0 auto;flex-direction:column;gap:24px;padding:80px 0;position:relative;width:100%;max-width:920px;margin:auto}.landing-page .kontaktujte-ns-a6xnoY{background-color:#fff0;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:center;width:1392px}.landing-page .zaujala-vs-nkter-z-n-a6xnoY{background-color:#fff0;letter-spacing:0;line-height:24px;position:relative;text-align:center}.landing-page .span1-24tTaA{text-decoration:underline}.landing-page .frame-1-a6xnoY{align-items:flex-start;background-color:#fff0;display:flex;flex:0 0 auto;gap:24px;max-width:920px;position:relative;width:100%}.landing-page .input-u2X4Hq{align-items:flex-start;flex:1;flex-direction:column;flex-grow:1;gap:4px;justify-content:center}.landing-page .input-20TpSl{align-items:center;align-self:stretch;border:1px solid;border-color:var(--primary);border-radius:8px;height:32px;min-width:200px;overflow:hidden;width:100%}.landing-page .input-field-COYFBS{align-items:center}.landing-page .input-3KlKCB{align-items:flex-start;flex:1;flex-direction:column;flex-grow:1;gap:4px;justify-content:center}.landing-page .input-4kYrmt{align-items:center;align-self:stretch;border:1px solid;border-color:var(--primary);border-radius:8px;height:32px;min-width:200px;overflow:hidden;width:100%}.landing-page .input-field-aHP17c{align-items:center}.landing-page .input-BmcPhQ{align-items:flex-start;flex:1;flex-direction:column;flex-grow:1;gap:4px;justify-content:center}.landing-page .input-9rr4pW{align-items:center;align-self:stretch;border:1px solid;border-color:var(--primary);border-radius:8px;height:32px;min-width:200px;overflow:hidden;width:100%}.landing-page .input-field-LlyWcP{align-items:center}.landing-page .frame-2-a6xnoY{align-items:flex-end;display:flex;flex:0 0 auto;gap:24px;max-width:920px;width:100%}.landing-page .input-aqgxnh{align-items:flex-start;align-self:stretch;flex:0 0 auto;flex-direction:column;gap:4px;justify-content:center;width:100%}.landing-page .input-oei4bx{align-items:flex-start;align-self:stretch;border:1px solid;border-color:var(--primary);border-radius:8px;height:80px;min-width:200px;overflow:hidden;padding:8px 0;width:100%}.landing-page .input-field-BZ7fRs{align-items:flex-start}.landing-page .marek-novk-wT4ZVX{margin-top:-1px}.landing-page .frame-1-aqgxnh{align-items:center;background-color:#fff0;display:inline-flex;flex:0 0 auto;gap:24px;position:relative}.landing-page .checkbox-QWN31o{align-items:center;background-color:#fff0;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.landing-page .rectangle-1-SVGwn1{background-color:#fff0;border:2px solid;border-color:var(--primary);border-radius:4px;height:16px;position:relative;width:16px}.landing-page .souhlasm-se-zpracovnm-osobnch-daj-SVGwn1{background-color:#fff0;color:var(--black);font-family:var(--font-family-inter);font-size:var(--font-size-m);font-style:normal;font-weight:400;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:left;width:-moz-fit-content;width:fit-content}.landing-page .poptvka-gpXrx7{margin-top:-1px}.landing-page .frame-1-o9mxaa{align-items:center;align-self:stretch;background-color:#fff0;border-bottom-style:none;border-color:var(--primary);border-left-style:none;border-right-style:none;border-top-style:solid;border-top-width:1px;display:flex;flex:0 0 auto;gap:16px;justify-content:center;padding:24px 0 0;position:relative;width:100%}@media (max-width:768px){.landing-page .frame-1-o9mxaa{flex-direction:column}}.landing-page .copyright-bhb-medical-i89fXW{background-color:#fff0;color:#fff0;flex:1;font-family:var(--font-family-raleway);font-size:var(--font-size-m);font-style:normal;font-weight:400;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left}.landing-page .span0-v9977i{color:var(--dark);font-style:normal}.landing-page .span1-v9977i{color:var(--primary);font-style:normal;font-weight:700}.landing-page .zavolejte-nm420608914040-i89fXW{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .span1-yZkLD6{color:var(--dark);font-family:var(--font-family-inter);font-size:var(--font-size-m);font-style:normal;font-weight:700}.landing-page .frame-1-i89fXW{align-items:center;background-color:#fff0;display:inline-flex;flex:0 0 auto;gap:8px;position:relative}.landing-page .sledujte-ns-7CIpYt{background-color:#fff0;letter-spacing:0;line-height:24px;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .instagram-7CIpYt{background-color:#fff0;height:20px;position:relative;width:20px}.landing-page .facebook-7CIpYt{background-color:#fff0;height:20px;position:relative;width:20px}.landing-page .topbar{align-items:center;background-color:var(--surface);display:flex;gap:16px;left:0;padding:16px 24px;position:fixed;top:0;z-index:1;width:100%}.landing-page .topbar a:not(.button,.menu-button){display:block}.landing-page .topbar a:not(.button,.menu-button):hover{text-decoration:underline}.landing-page .logo-wrapper{align-items:flex-start;background-color:#fff0;display:inline-flex;flex:0 0 auto;position:relative}@media (max-width:768px){.landing-page .logo-wrapper{flex-grow:1}}.landing-page .bhbmedical_logo-1-LiRY1G{background-color:#fff0;height:45.2525253296px;overflow:hidden;position:relative;width:224px}.landing-page .logo{background-color:#fff0;height:45px;left:0;position:absolute;top:0;width:224px}.landing-page .menu-items{align-items:center;background-color:#fff0;display:flex;flex:1;flex-grow:1;gap:40px;justify-content:flex-end;position:relative;transition:0.2s ease-in-out}@media (max-width:768px){.landing-page .menu-items{position:fixed;opacity:0;top:0;right:-100%;flex-direction:column;justify-content:center;height:100%;width:100%;background-color:var(--surface)}.landing-page .menu-items.show{right:0;opacity:1}}.landing-page .menu-button{display:none;cursor:pointer}@media (max-width:768px){.landing-page .menu-button{display:block;width:24px;height:24px;position:relative}.landing-page .menu-button img{width:100%}.landing-page .menu-button img.close-icon{display:none}.landing-page .menu-button.show img.close-icon{display:block}.landing-page .menu-button.show img.menu-icon{display:none}}.landing-page .frame-10{align-items:flex-start;background-color:#fff0;flex:0 0 auto;flex-direction:column;position:relative}.landing-page .frame-2{background-color:#fff0;flex-direction:column;position:relative}.landing-page .frame-3{align-items:flex-start;background-color:#fff0;flex:0 0 auto;flex-direction:column;position:relative}.landing-page .frame-4{align-items:flex-start;background-color:#fff0;flex:0 0 auto;flex-direction:column;position:relative}.landing-page .frame-5{background-color:#fff0;flex-direction:column;position:relative}.landing-page .frame-6{background-color:#fff0;flex-direction:column;position:relative}.landing-page .frame-7{background-color:#fff0;flex-direction:column;position:relative}.landing-page .frame-8{background-color:#fff0;flex:0 0 auto;flex-direction:column;position:relative}.landing-page .input{background-color:#fff0;display:flex;position:relative;align-items:flex-start;flex:1;flex-direction:column;flex-grow:1;gap:4px;justify-content:center;align-items:center;align-self:stretch;border:1px solid;border-color:var(--primary);border-radius:8px;height:32px;min-width:200px;overflow:hidden;width:100%;padding:0 8px}.landing-page .label{background-color:#fff0;letter-spacing:0;line-height:normal;margin-top:-1px;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .marek-novk{background-color:#fff0;flex:1;letter-spacing:0;line-height:normal;position:relative;text-align:left}.landing-page .poptvka{background-color:#fff0;letter-spacing:0;line-height:normal;position:relative;text-align:left;white-space:nowrap;width:-moz-fit-content;width:fit-content}.landing-page .vrstva_1{background-color:#fff0;overflow:hidden;position:relative}@media (max-width:768px){.landing-page .vrstva_1{text-align:center}.landing-page .vrstva_1 img{position:relative}}form{width:100%}form textarea{min-height:80px}.text-right{text-align:right}