:root{--black:#000000;--white:#FFFFFF;--frame-background:#EFECE2;--canvas:#F6F4EC;--canvas-light:#FBF9EF;--foreground:#081723;--foreground-light:#172733;--grey-100:#E4E7EA;--grey-150:#E1E4E7;--grey-200:#CBD2D9;--grey-300:#9AA5B0;--grey-400:#7B8793;--grey-600:#52606C;--grey-700:#404E59;--grey-800:#323F4A;--off-white:#FBFBFA;--noise-grey:#E0DED7;--highlight-button-background:var(--core-green-dark);--primary-button-background:var(--grey-200);--secondary-button-background:var(--grey-150);--secondary-accent:#E6D6BC;--core-green-dark:#36C6AC;--core-green-light:#72D8C5;--dark-green:#1D4100;--dark-green-light:#2B6100;--error-red:#C43C3C;--error-red-light:#eebfbf;--link-color:#588ef3;--chat-harvest-green:#2B6100;--chat-user-background:#EAE7E1;--chat-user-text:#081723;--harvest-leaf-green:#69E406;--harvest-leaf-green-light:#98f211;--result-light-green:#E4F5D6;--result-light-green-stroke:#D8EBC9;--harvest-agent-green:#D4E4C9;--red:#FF4F51;--panel-beige:#F9F7F2;--fw-light:400;--fw-medium:500;--fw-bold:600;--fw-extra-bold:800;--smokey-brown:#6E5A38;--error-red-action:#C12A1F;--orange-light:#FF9F0E;--core-blue-light:#0E6DDE}::-webkit-scrollbar{width:.25rem;height:.25rem;background-color:transparent}::-webkit-scrollbar-thumb{background-color:var(--grey-200);border-radius:.25rem}::-webkit-scrollbar-track{background-color:transparent;border-radius:.25rem}@font-face{font-family:Sohne;src:url(/fonts/TestSohne-Buch.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Sohne;src:url(/fonts/TestSohne-Leicht.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Sohne;src:url(/fonts/TestSohne-Kräftig.otf) format("opentype");font-weight:700;font-style:normal}.spaced{display:flex;flex-direction:column;gap:25px}.spacedContainer{gap:30px}.formContainer,.spacedContainer{display:flex;flex-direction:column;box-sizing:border-box}.formContainer{background-color:white;border-radius:12px;padding:50px;gap:25px;width:100%;align-items:stretch;border:1px solid var(--grey-100);box-shadow:(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.clamped-text{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.headerContainer{display:flex;justify-content:space-between;align-items:center}.header{margin:0;font-size:1.17em;font-weight:700}.header-title{font-size:1.25rem;font-weight:600}.title{font-size:1.125rem;font-weight:600}.content{font-size:1rem}.description{font-size:.9rem;font-weight:var(--fw-light)}.grey-800{color:var(--grey-800)}.subtitle{font-weight:400}.button-text,.subtitle{font-size:.875rem}.truncatedText{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body,html{height:100%;overflow:hidden}html{font-family:Sohne,sans-serif;font-size:15px}@media (max-width:450px){html{font-size:13px}}@media (min-width:1200px){html{font-size:16px}}@media (min-width:1500px){html{font-size:18px}}.height100{height:100%}.fw-light{font-weight:var(--fw-light)}.fw-medium{font-weight:var(--fw-medium)}.fw-bold{font-weight:var(--fw-bold)}.fw-extra-bold{font-weight:var(--fw-extra-bold)}html body{background-color:var(--frame-background);font-family:Sohne,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:none}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.number{color:var(--dark-green);font-weight:500}body .link{color:var(--link-color);font-weight:700}body .link:hover{color:var(--core-green-dark)}