.logo[data-astro-cid-jwiz4kkf]{display:block;width:145px;background-image:url(/ebs-logo-teal.png);background-size:contain}.logo[data-astro-cid-jwiz4kkf] img[data-astro-cid-jwiz4kkf]{max-width:100%;visibility:hidden}@media (prefers-color-scheme: dark){.logo[data-astro-cid-jwiz4kkf]{background-image:url(/ebs-logo-white.png)}}.user-controls[data-astro-cid-xu2ame6h]{background:var(--background-color-alt);padding:.5rem 1rem;border-radius:var(--border-radius-card);border:1px solid var(--border-color);display:flex;gap:1rem;flex-wrap:nowrap;align-items:center}.user-options[data-astro-cid-xu2ame6h]{display:flex;flex-direction:column;gap:.125rem;font-size:.8rem}.user-icon[data-astro-cid-xu2ame6h]{background:var(--teal);border-radius:100%;width:2.5rem;aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-weight:700}.user-options[data-astro-cid-xu2ame6h] a[data-astro-cid-xu2ame6h]{display:flex;align-items:center;gap:.3rem}.user-options[data-astro-cid-xu2ame6h] a[data-astro-cid-xu2ame6h]>svg{width:1.25rem;height:1.25rem}@media (max-width: 768px){.user-controls[data-astro-cid-xu2ame6h]{display:none}}.mobile[data-astro-cid-4lunwx2e]{display:none}nav[data-astro-cid-4lunwx2e]{display:flex;gap:1.5rem}ul[data-astro-cid-4lunwx2e]{padding:0;margin:0;list-style:none;display:flex;justify-content:flex-end;gap:1.5rem;align-items:center}nav[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]{text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}nav[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e]:hover{color:var(--teal)}nav[data-astro-cid-4lunwx2e] a[data-astro-cid-4lunwx2e].active:before{content:"";position:absolute;left:0;bottom:-3px;width:100%;border-bottom:2px solid var(--magenta)}@media (max-width: 768px){nav[data-astro-cid-4lunwx2e]{position:fixed;right:-125vw;background:var(--background-color);height:100vh!important;width:100vw;display:flex;z-index:99;top:0;padding:2rem 1rem;transition:.4s ease-in}nav[data-astro-cid-4lunwx2e].open{right:0}nav[data-astro-cid-4lunwx2e] ul[data-astro-cid-4lunwx2e]{flex-direction:column;justify-content:flex-start;align-items:flex-start}nav[data-astro-cid-4lunwx2e] button[data-astro-cid-4lunwx2e].btn{position:absolute;right:1rem;top:1rem}.mobile[data-astro-cid-4lunwx2e]{display:inline}.btn[data-astro-cid-4lunwx2e].mobile{background:none;border:none;padding:0;margin:0;min-width:auto}.btn.mobile svg{margin:0;width:1.5rem;height:1.5rem}}header[data-astro-cid-ctg3m53h]{margin-bottom:2rem;padding-block:.5rem;border-bottom:1px solid var(--border-color)}.container[data-astro-cid-ctg3m53h]{display:flex;justify-content:space-between;align-items:center;width:100%;position:relative;overflow:hidden}footer[data-astro-cid-gcn2mc3v]{background:var(--background-color-alt);margin-top:4rem;padding:2rem 1rem}footer[data-astro-cid-gcn2mc3v] .container[data-astro-cid-gcn2mc3v]{display:flex;flex-direction:column;align-items:center;gap:1rem}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-VariableFont_wdth,wght.ttf) format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Roboto;src:url(/fonts/Roboto/Roboto-Italic-VariableFont_wdth,wght.ttf) format("truetype-variations");font-weight:100 900;font-style:italic;font-display:swap}@font-face{font-family:RobotoMono;src:url(/fonts/Roboto_Mono/RobotoMono-VariableFont_wght.ttf) format("truetype-variations");font-weight:100 900;font-style:normal;font-display:swap}:root{--teal: #1597a4;--magenta: #e04f5f;--yellow: #efc84a;--border-color-light: #ddd;--border-color-dark: #333;--text-color-light: #333;--text-color-dark: #e7e7e7;--background-color-light: #fff;--background-color-light-mid: #f4f4f4;--background-color-light-alt: #e7e7e7;--background-color-dark: #232327;--background-color-dark-mid: #1b1b1e;--background-color-darker: #111;--border-radius-card: 16px;--border-radius-btn: 8px;--box-shadow-light: 0 3px 6px rgba(0 0 0 / 30%);--box-shadow-dark: 0 3px 6px #000;--body-text: "Roboto", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--number-text: "RobotoMono", fixed-width}:root{--border-color: var(--border-color-light);--border-color-bold: var(--text-color);--background-color: var(--background-color-light);--background-color-mid: var(--background-color-light-mid);--background-color-alt: var(--background-color-light-alt);--text-color: var(--text-color-light);--text-color-alt: #666;--box-shadow: var(--box-shadow-light)}@media (prefers-color-scheme: dark){:root{--border-color: var(--border-color-dark);--background-color: var(--background-color-dark);--background-color-mid: var(--background-color-dark-mid);--background-color-alt: var(--background-color-darker);--text-color: var(--text-color-dark);--text-color-alt: #bbb;--box-shadow: var(--box-shadow-dark)}svg{stroke:var(--text-color-dark)}}*{box-sizing:border-box;font-family:var(--body-text);color:var(--text-color)}*:focus-visible{outline:2px solid var(--teal)}html,body{margin:0;width:100%;height:100%;font-family:var(--body-text);color:var(--text-color);background-color:var(--background-color);font-weight:350}.container{max-width:1440px;padding-inline:1rem;margin-inline:auto}.number,.number *{font-family:var(--number-text)!important}.small-text{font-size:.9rem}.warning{color:var(--magenta)}.btn{display:flex;justify-content:center;align-items:center;padding:.75rem 1rem;background:var(--yellow);border:2px solid var(--text-color-light);border-radius:var(--border-radius-btn);font-weight:500;transition:background .3s;cursor:pointer;margin-bottom:1rem;min-width:125px}.btn-primary{background:var(--yellow);border-color:var(--text-color-light);color:var(--text-color-light)}.btn-primary *{color:var(--text-color-light)}.btn:hover,.btn-primary:hover{background:color-mix(in srgb,var(--yellow),black 10%)}.btn-link{background:none;border:none;color:inherit;text-decoration:underline;cursor:pointer}.btn svg{width:1rem;height:1rem;margin-right:.5rem;stroke-width:2}.btn-primary svg{stroke:var(--text-color-light)}.flex{display:flex;flex-direction:row;gap:1rem;align-items:center}.flex.col{flex-direction:column;gap:0;align-items:flex-start}.flex.space-between{justify-content:space-between}.table-responsive{width:100%;overflow:auto}table{font-size:.9rem;width:100%}table thead tr{background:var(--background-color-alt)}table tbody tr:nth-child(2n){background:var(--background-color-alt)}table tbody tr:nth-child(odd){background:var(--background-color-mid)}th,td{padding:.5rem}th{white-space:nowrap}.container:has(.form-wrapper){display:flex;flex-direction:column;justify-content:center;align-items:center}.form-wrapper{width:450px;max-width:100%;padding:1rem 2rem;border:1px solid var(--border-color);border-radius:var(--border-radius-card)}.form-header{display:flex;justify-content:space-between;align-items:center;flex-direction:column;margin-bottom:2rem}.form-control{width:100%;margin-bottom:1rem}.form-control>label{display:block;margin-bottom:.5rem;font-weight:400}input[type=text],input[type=password],input[type=email],input[type=number],input[type=tel],input[type=url],input[type=search],textarea{border:1px solid var(--border-color-bold);border-radius:var(--border-radius-btn);width:100%;padding:.5rem;font-family:var(--body-text);background:var(--background-color)}input[type=file]{cursor:pointer}.form-control.radio-check,.form-control.radio-check label{display:flex;align-items:center;gap:.5rem;margin:0}.form-control.radio-check label svg{width:1.25rem;height:1.25rem}.form-control.radio-check{margin-bottom:.25rem}.form-control.radio-check:last-child{margin-bottom:0}.form-actions{display:flex;justify-content:flex-end;gap:1rem}.loader{width:32px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,conic-gradient(#0000 30%,#ffa516);-webkit-mask:radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);animation:l13 1s infinite linear}@keyframes l13{to{transform:rotate(1turn)}}.loader-wrap .loader{width:50px}.test-mode-banner[data-astro-cid-sckkx6r4]{display:none}.page-content[data-astro-cid-sckkx6r4]{min-height:calc(100vh - 320px)}body.test-mode{padding-top:2rem}body.test-mode .test-mode-banner[data-astro-cid-sckkx6r4]{display:flex;position:fixed;top:0;left:0;width:100vw;background-color:var(--yellow);z-index:9}body.test-mode .test-mode-banner[data-astro-cid-sckkx6r4]>div[data-astro-cid-sckkx6r4]{width:100%;display:flex;justify-content:center;align-items:center;gap:1rem;padding:.5rem 1rem}body.test-mode .test-mode-banner[data-astro-cid-sckkx6r4] [data-astro-cid-sckkx6r4]{color:var(--text-color-light)}.test-mode-banner[data-astro-cid-sckkx6r4] .mode[data-astro-cid-sckkx6r4]{font-weight:900;text-transform:uppercase}.mobile[data-astro-cid-sckkx6r4]{display:none}@media (max-width: 600px){.desktop[data-astro-cid-sckkx6r4]{display:none}.mobile[data-astro-cid-sckkx6r4]{display:inline}}
