:root{color-scheme:light;--text-color:hsl(220,10%,20%);--text-faded:hsl(270,10%,80%);--accent:hsl(256,70%,58%);--accent-hover:hsl(256,50%,48%);--background-1:#e0dee5;--background-2:#fafafa;--container-background:#d4d0de;--container-border:#c9c9c9;--container-hover:#c9bfe2;--border-radius-1:5px;--border-radius-2:10px;--dropzone-text:#928496;--dropzone-border:#c1b2c5;--scrollbar-thumb:#696666;--scrollbar-thumb-hover:#7a7676;--btn-disabled-bg:#eaeaea;--btn-disabled-text:#a0a0a0;--input-bg:white;--slider-bg:#ababab;--btn-white:white;--btn-white-hover:#f1f1f1;--btn-red:#b1334f;--btn-red-hover:#962941;--btn-red-disabled:#c68092;--btn-red-disabled-text:var(--background-1);--btn-overlay:var(--container-background);--btn-overlay-hover:#bab4cb;--img-info-overlay:linear-gradient(0deg,rgb(0 0 0/40%),rgb(0 0 0/20%));--max-width:65rem;--gray:#76707b}.darkmode{color-scheme:dark;--text-color:hsl(220,30%,95%);--accent:hsl(256,75%,65%);--accent-hover:hsl(256,50%,55%);--background-1:#201c2a;--background-2:#1b1f25;--container-background:hsl(258,22%,18%);--container-border:#181b21;--container-hover:#342a50;--dropzone-text:#635d79;--dropzone-border:#38364b;--scrollbar-thumb:hsl(280,6%,50%);--scrollbar-thumb-hover:hsl(280,6%,60%);--btn-disabled-bg:#1c1827;--btn-disabled-text:#38364b;--secondary-btn-overlay:#2c253c;--input-bg:#18161a;--slider-bg:#484f5b;--btn-white:#eef1f6;--btn-white-hover:#dce0e7;--btn-red-disabled:#7a2a41;--btn-red-disabled-text:#a0a0a0;--btn-overlay:var(--container-background);--btn-overlay-hover:#3b324f;--img-info-overlay:linear-gradient(0deg,rgb(0 0 0/70%),rgb(0 0 0/40%))}*,:after,:before{padding:0;margin:0;box-sizing:inherit}html{box-sizing:border-box;font-size:16px;font-family:Arial,sans-serif;line-height:1.5;scrollbar-gutter:stable both-edges}body{margin:0;background:var(--background-1)}main{color:var(--text-color);font-family:var(--font-roboto)}h1{display:flex;flex-direction:column;margin-bottom:1rem}h1,h2,h3{font-family:var(--font-staat);font-weight:400}header{margin:2rem 0 4rem}header h1{font-weight:700;font-size:3.5rem;line-height:1.3}header h1 span{color:var(--accent)}nav{background-color:var(--background-1);max-width:var(--max-width);margin:0 auto;padding:2rem 0;display:flex;align-items:center;justify-content:space-between}nav h2 svg{margin-right:.5rem}nav a{text-decoration:none;color:var(--text-color)}nav a span{color:var(--accent)}footer{padding:2rem 0;text-align:center;font-size:.9rem;color:var(--gray)}footer,nav{height:6rem}section{margin-bottom:8rem}section h1{text-align:center;font-size:2rem;font-weight:700!important}ol{list-style-position:inside;margin-top:1rem;line-height:2}ol li::marker{font-weight:700;color:var(--accent)}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-track{background:var(--container-background)}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb)}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}button{background:var(--accent);color:#eef1f6;border:none;padding:1rem 1.5rem;border-radius:var(--border-radius-2);cursor:pointer;transition:background .2s ease-in-out;display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.9rem}button:disabled{background:var(--btn-disabled-bg);color:var(--btn-disabled-text);cursor:not-allowed;transition:none}.red-btn{background:var(--btn-red)}.red-btn:disabled{background:var(--btn-red-disabled);color:var(--btn-red-disabled-text);cursor:not-allowed}.white-btn{background:var(--btn-white);color:#000}.bg-btn{background:var(--background-1);color:var(--text-color)}.theme-btn{width:3rem;height:3rem;padding:0;border-radius:50%;box-shadow:0 0 8px rgba(0,0,0,.2)}@media (hover:hover){button:not(:disabled):hover{background:var(--accent-hover)}button.white-btn:hover{background:var(--btn-white-hover)}button.red-btn:not(:disabled):hover{background:var(--btn-red-hover)}button.bg-btn:hover{background:var(--container-hover)}button.tool:not(:disabled):hover{color:white}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{padding:.5rem 0;text-align:center;margin:0;border-radius:var(--border-radius-1);border:1px solid var(--container-border)}input[type=file]{display:none}select{padding:.5rem;border-radius:var(--border-radius-1);border:1px solid var(--container-border);background-color:var(--input-bg);width:100%;cursor:pointer}.quality-slider{display:flex;gap:.5rem;align-items:center}.quality-slider input[type=range]{flex-grow:1}.quality-slider input[type=number]{background-color:var(--accent);color:white;border:none;width:2.5rem;height:1.5rem;font-weight:700}.custom-resolution{display:flex;gap:.5rem;align-items:center}.custom-resolution input{flex-grow:1;width:100%;padding:1rem;background-color:var(--input-bg);border:1px solid var(--container-border);border-radius:var(--border-radius-1)}input{--c:var(--accent);--g:4px;--l:4px;--s:1rem;width:400px;height:var(--s);--_c:color-mix(in srgb,var(--c),#000 var(--p,0%));-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;cursor:pointer;overflow:hidden}input:focus-visible,input:hover{--p:25%}input:active,input:focus-visible{--_b:var(--s)}input[type=range i]::-webkit-slider-thumb{height:var(--s);aspect-ratio:1;border-radius:50%;box-shadow:0 0 0 var(--_b,var(--l)) inset var(--_c);border-image:linear-gradient(90deg,var(--_c) 50%,var(--slider-bg) 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));-webkit-appearance:none;appearance:none;-webkit-transition:.3s;transition:.3s}input[type=range]::-moz-range-thumb{height:var(--s);width:var(--s);background:none;border-radius:50%;box-shadow:0 0 0 var(--_b,var(--l)) inset var(--_c);border-image:linear-gradient(90deg,var(--_c) 50%,var(--slider-bg)b 0) 0 1/calc(50% - var(--l)/2) 100vw/0 calc(100vw + var(--g));-moz-appearance:none;appearance:none;-moz-transition:.3s;transition:.3s}@supports not (color:color-mix(in srgb,red,red)){input{--_c:var(--c)}}.main-header{margin:2rem 0 8rem;display:grid;grid-template-columns:60% 40%;align-items:center}.main-header img{width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none}.main-section{max-width:var(--max-width);margin:0 auto;min-height:calc(100vh - 14rem)}.logo{height:2.5rem;margin-bottom:2rem;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;-moz-user-select:none}.four-oh-four{text-align:center}.four-oh-four h1{font-size:8rem;margin-top:2rem}.tool-list{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.tool{width:100%;background-color:var(--container-background);border-radius:var(--border-radius-2);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;font-size:.7rem;padding:1em;text-align:center;text-decoration:none;color:var(--accent);font-size:2rem;transition:transform .2s ease-in-out,background-color .2s ease-in-out;gap:2rem;flex-direction:column}.tool:hover{transform:scale(1.025) translateZ(0) perspective(1px);background-color:var(--container-hover)}.tool p{font-weight:700!important;color:var(--text-color);font-family:var(--font-staat)}.info-cards{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem;gap:1rem;text-align:center}.info-card{padding:2rem;border-radius:var(--border-radius-2);background-color:var(--container-background)}.info-card svg{font-size:2rem;background-color:var(--container-hover);color:var(--accent);padding:1.25rem;height:2rem;width:2rem;border-radius:50%;margin-bottom:1rem}.info-card h2{margin-bottom:.5rem}.tag{background-color:var(--container-hover);padding:.25rem;color:var(--accent);border-radius:var(--border-radius-1)}.global-settings{display:flex;gap:1rem;margin-top:1rem;flex-direction:column;background:var(--container-background);border-radius:var(--border-radius-2);padding:1rem}.advanced-settings-toggle{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-flex;align-items:center;gap:8px;color:var(--gray);font-size:.9rem}.advanced-settings{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.button-group{display:flex;gap:.5rem;justify-content:center;margin:1.5rem 0}.processing-result{font-size:2.5rem;height:2.5rem;text-transform:uppercase}.dropzone,.processing-result{display:flex;align-items:center}.dropzone{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;justify-content:center;z-index:10;border-radius:var(--border-radius-2);outline-offset:-10px}.dropzone-initial{color:var(--dropzone-text);outline:3px dashed var(--dropzone-border)}.dropzone-active{outline:3px dashed var(--accent);color:var(--accent);font-weight:700;font-size:1.5rem;background-color:#ffffffb8}.dropzone-desktop-msg{display:inline}.dropzone-mobile-msg{display:none}@media only screen and (max-width:1100px){main{padding:0 1rem}}@media only screen and (max-width:768px){.logo{height:2rem}.tool-list{grid-template-columns:repeat(2,1fr)}.main-header{grid-template-columns:1fr!important;text-align:center;margin:2rem 0 4rem}.main-header h1{font-size:2.5rem;margin-bottom:2.5rem}.main-header img{display:none}section{margin-bottom:4rem}}@media only screen and (max-width:500px){body{font-size:14px}.logo{height:1.75rem;margin-top:2.5rem}button{font-size:.75rem}.dropzone-mobile-msg{display:inline}.dropzone-desktop-msg{display:none}.tool{font-size:1.5rem;padding:.5em}.info-cards{grid-template-columns:1fr}.processing-result{font-size:2rem;height:1.5rem}}@media only screen and (max-width:350px){.tool-list{grid-template-columns:1fr}}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/001f750b538f7a9e-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/80841ae24d03ed90-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/5eae37b69937655e-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4f48fe9100901594-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/970d71e7dcbc144d-s.woff2) format("woff2");unicode-range:u+0302-0303,u+0305,u+0307-0308,u+0310,u+0312,u+0315,u+031a,u+0326-0327,u+032c,u+032f-0330,u+0332-0333,u+0338,u+033a,u+0346,u+034d,u+0391-03a1,u+03a3-03a9,u+03b1-03c9,u+03d1,u+03d5-03d6,u+03f0-03f1,u+03f4-03f5,u+2016-2017,u+2034-2038,u+203c,u+2040,u+2043,u+2047,u+2050,u+2057,u+205f,u+2070-2071,u+2074-208e,u+2090-209c,u+20d0-20dc,u+20e1,u+20e5-20ef,u+2100-2112,u+2114-2115,u+2117-2121,u+2123-214f,u+2190,u+2192,u+2194-21ae,u+21b0-21e5,u+21f1-21f2,u+21f4-2211,u+2213-2214,u+2216-22ff,u+2308-230b,u+2310,u+2319,u+231c-2321,u+2336-237a,u+237c,u+2395,u+239b-23b7,u+23d0,u+23dc-23e1,u+2474-2475,u+25af,u+25b3,u+25b7,u+25bd,u+25c1,u+25ca,u+25cc,u+25fb,u+266d-266f,u+27c0-27ff,u+2900-2aff,u+2b0e-2b11,u+2b30-2b4c,u+2bfe,u+3030,u+ff5b,u+ff5d,u+1d400-1d7ff,u+1ee??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3f718d64f9a6dea-s.woff2) format("woff2");unicode-range:u+0001-000c,u+000e-001f,u+007f-009f,u+20dd-20e0,u+20e2-20e4,u+2150-218f,u+2190,u+2192,u+2194-2199,u+21af,u+21e6-21f0,u+21f3,u+2218-2219,u+2299,u+22c4-22c6,u+2300-243f,u+2440-244a,u+2460-24ff,u+25a0-27bf,u+28??,u+2921-2922,u+2981,u+29bf,u+29eb,u+2b??,u+4dc0-4dff,u+fff9-fffb,u+10140-1018e,u+10190-1019c,u+101a0,u+101d0-101fd,u+102e0-102fb,u+10e60-10e7e,u+1d2c0-1d2d3,u+1d2e0-1d37f,u+1f0??,u+1f100-1f1ad,u+1f1e6-1f1ff,u+1f30d-1f30f,u+1f315,u+1f31c,u+1f31e,u+1f320-1f32c,u+1f336,u+1f378,u+1f37d,u+1f382,u+1f393-1f39f,u+1f3a7-1f3a8,u+1f3ac-1f3af,u+1f3c2,u+1f3c4-1f3c6,u+1f3ca-1f3ce,u+1f3d4-1f3e0,u+1f3ed,u+1f3f1-1f3f3,u+1f3f5-1f3f7,u+1f408,u+1f415,u+1f41f,u+1f426,u+1f43f,u+1f441-1f442,u+1f444,u+1f446-1f449,u+1f44c-1f44e,u+1f453,u+1f46a,u+1f47d,u+1f4a3,u+1f4b0,u+1f4b3,u+1f4b9,u+1f4bb,u+1f4bf,u+1f4c8-1f4cb,u+1f4d6,u+1f4da,u+1f4df,u+1f4e3-1f4e6,u+1f4ea-1f4ed,u+1f4f7,u+1f4f9-1f4fb,u+1f4fd-1f4fe,u+1f503,u+1f507-1f50b,u+1f50d,u+1f512-1f513,u+1f53e-1f54a,u+1f54f-1f5fa,u+1f610,u+1f650-1f67f,u+1f687,u+1f68d,u+1f691,u+1f694,u+1f698,u+1f6ad,u+1f6b2,u+1f6b9-1f6ba,u+1f6bc,u+1f6c6-1f6cf,u+1f6d3-1f6d7,u+1f6e0-1f6ea,u+1f6f0-1f6f3,u+1f6f7-1f6fc,u+1f7??,u+1f800-1f80b,u+1f810-1f847,u+1f850-1f859,u+1f860-1f887,u+1f890-1f8ad,u+1f8b0-1f8bb,u+1f8c0-1f8c1,u+1f900-1f90b,u+1f93b,u+1f946,u+1f984,u+1f996,u+1f9e9,u+1fa00-1fa6f,u+1fa70-1fa7c,u+1fa80-1fa89,u+1fa8f-1fac6,u+1face-1fadc,u+1fadf-1fae9,u+1faf0-1faf8,u+1fb??}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/4120b0a488381b31-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a634e73dfeff02c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1e41be92c43b3255-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Fallback;src:local("Arial");ascent-override:92.98%;descent-override:24.47%;line-gap-override:0.00%;size-adjust:99.78%}.__className_f0b2ec{font-family:Roboto,Roboto Fallback;font-style:normal}.__variable_f0b2ec{--font-roboto:"Roboto","Roboto Fallback"}@font-face{font-family:Staatliches;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c673002bec70537b-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Staatliches;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e79be2621133830c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Staatliches Fallback;src:local("Arial");ascent-override:111.45%;descent-override:35.19%;line-gap-override:0.00%;size-adjust:85.24%}.__className_367e3f{font-family:Staatliches,Staatliches Fallback;font-weight:400;font-style:normal}.__variable_367e3f{--font-staat:"Staatliches","Staatliches Fallback"}