.answer{font:var(--s);position:relative}.answer--inline{margin-right:.5em}.answer--inline:last-of-type{margin-right:0}@media (max-width:410px){.answer--inline{margin-right:0}}.answer--fill{margin-bottom:.375em;margin-right:.375em}.question--answered .answer--fill{margin:0}.answer input{opacity:0;position:absolute}.answer label{border:2px solid var(--primary);border-radius:25px;color:var(--primary);display:inline-block;font-weight:700;margin-bottom:.5em;padding:.8125em 0;text-align:center;width:12.5em}.answer--fill label,.question--answered .answer label{padding:.8125em 1.125em;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.question--answered .answer label{margin:0}.carrousel{overflow:hidden}.carrousel__list{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.5rem;list-style:none;margin:var(--spacing-2x) 0 0;padding:0}.carrousel__list:after{-ms-flex-preferred-size:var(--spacing-unit);-ms-flex-negative:0;content:"";flex-basis:var(--spacing-unit);flex-shrink:0}.carrousel__item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;border-radius:25px;color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:700;justify-content:space-between;padding:var(--spacing-unit) 1rem;width:100%}.carrousel__item--primary{background:var(--primary)}.carrousel__item--tertiary{background:var(--tertiary)}.carrousel__item--warning{background:var(--warning)}.carrousel__item-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;height:100%;margin:0;padding:0;text-decoration:none;width:100%}.carrousel__item-text{margin:0 1em;width:100%}.carrousel__item-more-button{-ms-flex-item-align:center;align-self:center;min-width:1.85rem;width:1.85rem}.carrousel__item .icon:first-child{-ms-flex-negative:0;flex-shrink:0;height:5rem}.chat-widget{--call-us-form-header-background:var(--tertiary);--call-us-header-text-color:#fff;margin-bottom:var(--spacing-2x);margin-top:var(--spacing-1x)}.chat-widget__button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:var(--tertiary);border-radius:50%;-webkit-box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030;box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;height:54px;justify-content:center;position:relative;width:54px}.chat-widget__icon{width:80%}.chat-widget__overlay{background-color:#000;border-radius:inherit;height:100%;opacity:0;position:absolute;width:100%}.chat-widget:focus .chat-widget__overlay,.chat-widget:hover .chat-widget__overlay{opacity:.2}.chat-widget__iframe-overlay{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#0009;display:-webkit-box;display:-ms-flexbox;display:flex;inset:0;justify-content:center;padding:var(--spacing-2x);position:fixed;z-index:1000}.chat-widget__iframe-overlay[hidden]{display:none}.chat-widget__iframe-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:#fff;border-radius:var(--border-radius-lg,12px);-webkit-box-shadow:0 20px 45px #00000040;box-shadow:0 20px 45px #00000040;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:min(85vh,720px);overflow:hidden;position:relative;width:min(90vw,900px)}.chat-widget__iframe-close{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#000000a6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:20px;height:40px;justify-content:center;line-height:1;position:absolute;right:12px;top:12px;width:40px}.chat-widget__iframe-close:focus-visible,.chat-widget__iframe-close:hover{background-color:#000000d9}.chat-widget__iframe-container iframe{-webkit-box-flex:1;border:none;-ms-flex:1;flex:1}dialog{background:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}dialog+.backdrop{background:#0000001a}._dialog_overlay,dialog+.backdrop{bottom:0;left:0;position:fixed;right:0;top:0}dialog.fixed{position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}:root{--warning:#ff805c;--error:#ec3658;--error-modal:#3e3b3c;--text:#151515;--primary:#2d8075;--secondary:#f3f6f7;--tertiary:#677ee1;--shade:#f2f2f2;--neutral-lg:linear-gradient(180deg,#f3f6f6,#eaeff1);--warning-lg:linear-gradient(180deg,#ff805c,#e87352);--error-lg:linear-gradient(180deg,#ec3458,#d83657);--primary-lg:linear-gradient(180deg,#2d8075,#2d8075);--tertiary-lg:linear-gradient(180deg,#6a75e1,#616bd0);--spacing-unit:1rem;--spacing-1x:var(--spacing-unit);--spacing-2x:calc(var(--spacing-unit)*2);--spacing-3x:calc(var(--spacing-unit)*3);--spacing-4x:calc(var(--spacing-unit)*4);--spacing-5x:calc(var(--spacing-unit)*5);--spacing-6x:calc(var(--spacing-unit)*6);--spacing-8x:calc(var(--spacing-unit)*8);--spacing-mobile:calc(var(--spacing-unit)*1.5);--layer-raised:2;--layer-raised-2:4;--layer-raised-3:6;--layer-overlay:10;--layer-modal:11;--layer-error:12;--layer-loading:15}@-webkit-keyframes fade-in{to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes fade-in{to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}:where(html){line-height:1.15}:where(h1){-webkit-margin-after:.67em;-webkit-margin-before:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){-webkit-margin-after:0;-webkit-margin-before:0;margin-block-end:0;margin-block-start:0}:where(hr){-webkit-box-sizing:content-box;box-sizing:initial;color:inherit;height:0}:where(pre){font-family:monospace,monospace;font-size:1em}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}@font-face{font-display:fallback;font-family:NiveauGrotesk;font-style:normal;font-weight:400;src:url(/assets/fonts/NiveauGroteskRegular.3dcc9472.otf) format("opentype")}@font-face{font-display:fallback;font-family:NiveauGrotesk;font-style:normal;font-weight:700;src:url(/assets/fonts/NiveauGroteskMedium.2e45c435.otf) format("opentype")}:root{--family:"NiveauGrotesk",sans-serif;--bold:500}html{color:var(--text);font-family:NiveauGrotesk,sans-serif;font-weight:400;height:100%;letter-spacing:-.14px;line-height:1.57;scroll-behavior:smooth}:root{--xxl:2.1875rem/1.25 var(--family);--xl:1.859rem/1.17 var(--family);--l:1.375rem/1.36 var(--family);--m:1rem/1.57 var(--family);--s:0.93rem/1 var(--family);--xs:0.85rem/1 var(--family);--xxs:0.71rem/1 var(--family)}html{font-size:16px}@media (max-width:320px){:root{--xxl:2.125rem/1.25 var(--family)}}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box;outline-color:var(--tertiary)}body{background-color:#fff;height:100%;margin:0}body[data-is-modal-open] main{-webkit-filter:blur(10px) opacity(.5) brightness(150%);filter:blur(10px) opacity(.5) brightness(150%);-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-transform-origin:center 5%;transform-origin:center 5%}body[data-is-modal-open]{height:100%;overflow-y:hidden;position:fixed;width:100%}body.loading:before{-webkit-animation:loading 5s cubic-bezier(.02,.01,.21,1) forwards;animation:loading 5s cubic-bezier(.02,.01,.21,1) forwards;background-color:var(--primary);content:"";height:.25em;left:0;position:fixed;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);width:100%;z-index:var(--layer-loading)}main{padding:var(--spacing-mobile)}.container{margin:0 auto;max-width:50rem;width:100%}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@-webkit-keyframes loading{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(-2.5%);transform:translateX(-2.5%)}}@keyframes loading{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(-2.5%);transform:translateX(-2.5%)}}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#0000;border:none;color:inherit;font-family:inherit;font-size:inherit;outline:0;padding:0}button:hover,label:hover{cursor:pointer}.bubble{-webkit-animation:fade-in .2s ease-in-out .8s forwards;animation:fade-in .2s ease-in-out .8s forwards;background:var(--secondary);border-radius:25px;border-top-left-radius:5px;display:inline-block;margin-bottom:1em;opacity:0;padding:.875em 1em;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:top left;transform-origin:top left;width:auto}.bubble.when-done{-webkit-animation:none;animation:none;opacity:1;-webkit-transform:scale(1);transform:scale(1)}article:first-of-type>.bubble{-webkit-animation-delay:1.6s;animation-delay:1.6s}.bubble--down{border-bottom-left-radius:5px;border-top-left-radius:25px;margin-bottom:.5rem}.bubble--inline p{display:inline-block}.bubble--nojavascript{background-color:var(--error);border-bottom-left-radius:5px;color:#fff;margin-bottom:.5rem}.bubble p{margin:0}.rich-text{font:var(--m)}.rich-text p:first-child{margin-top:0}.rich-text strong{font-weight:700}.rich-text ol,.rich-text ul{list-style-type:none;padding:0}.rich-text li:before{content:"-";padding-right:8px}.rich-text li p{display:inline}.rich-text strong,.rich-text ul span{display:contents}.error-overlay h2,.error-overlay p{font:var(--xxl);margin:0}.error-overlay h2{font-weight:700}.error-overlay .icon:last-child{height:9.5rem;position:relative;width:9.5rem}.error-overlay .icon:last-child:after{-webkit-animation:scan 3s ease-in-out infinite;animation:scan 3s ease-in-out infinite;background-color:var(--error);content:"";height:3.75rem;left:1.95rem;position:absolute;top:2.9rem;width:5px;z-index:var(--layer-raised)}.error-overlay{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:var(--error-modal);color:#fff;display:none;-ms-flex-direction:column;flex-direction:column;height:100vh;justify-content:space-between;left:0;padding:9% 5% 5%;position:fixed;text-align:center;top:0;width:100vw;z-index:var(--layer-raised)}.error-overlay:not([hidden]){display:-webkit-box;display:-ms-flexbox;display:flex}.error-overlay div>.icon{height:10.5rem;margin-bottom:var(--spacing-4x);width:10.5rem}@-webkit-keyframes scan{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(5.325rem);transform:translateX(5.325rem)}}@keyframes scan{0%,to{-webkit-transform:translateX(0);transform:translateX(0)}50%{-webkit-transform:translateX(5.325rem);transform:translateX(5.325rem)}}.icon{-ms-flex-line-pack:center;-webkit-box-pack:center;-ms-flex-pack:center;fill:currentColor;align-content:center;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;justify-content:center;vertical-align:middle}.icon svg{height:100%;margin:0;padding:0;width:100%}.icon svg>.bijsluiter_svg__transparent{fill:#0000}.instruction-item{fill:currentColor;-webkit-box-orient:horizontal;-webkit-box-direction:normal;color:currentColor;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font:var(--s)}.instruction-item[hidden]{display:none}.instruction-item__header{display:block;font-weight:700;margin-bottom:.3rem}.instruction-item .icon{-ms-flex-item-align:start;-ms-flex-negative:0;align-self:flex-start;flex-shrink:0;margin-right:.75rem;margin-top:-.7rem;vertical-align:middle;width:2.5rem}.instruction-item+.instruction-item{margin-top:var(--spacing-unit)}.instructions{-webkit-font-smoothing:antialiased;background:var(--tertiary);border-radius:25px;border-top-left-radius:5px;color:#fff;margin-bottom:var(--spacing-3x);padding:var(--spacing-2x) var(--spacing-2x) var(--spacing-unit) var(--spacing-2x)}.instructions__list{list-style-type:none;margin:0;margin:var(--spacing-2x) 0;padding:0}.instructions__list li{line-height:1.57;margin-bottom:.5em}.instructions-modal__list .icon{color:var(--tertiary)}.instructions__more-button{display:block;margin:0 auto;width:1.85rem}.instructions__header{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:var(--spacing-2x)}.instructions__img{background-color:#fff;border-radius:50%;-webkit-box-shadow:4px 4px 4px #0006;box-shadow:4px 4px 4px #0006;height:2.85rem;margin-right:var(--spacing-unit);-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;width:2.85rem}.instructions__name{font:var(--l);font-weight:700;margin:0}.instructions__ingredient{font:var(--xs);font-weight:700;margin:0}.instructions-modal__header{-webkit-font-smoothing:antialiased;background:var(--tertiary-lg);color:#fff}.instructions-modal__header .container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-negative:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;flex-shrink:0}.instructions-modal__header{padding:var(--spacing-mobile)}.instructions-modal__list li{margin:0 var(--spacing-mobile) var(--spacing-mobile) calc(var(--spacing-mobile) - .6em)}.instructions-modal__header-text{font:var(--xl);font-weight:700;margin:0;width:calc(100% - 30px)}.instructions-modal__header-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.instructions-modal__info-list dt{float:left;font-weight:700}.instructions-modal__info-list dt:after{content:":";margin-right:.3em}.instructions-modal__info-list dd{margin:0 0 .5rem}.modal{-webkit-overflow-scrolling:touch;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-animation:fade-in .2s ease-in-out forwards;animation:fade-in .2s ease-in-out forwards;border:0;-ms-flex-direction:column;flex-direction:column;height:100%;left:0;margin:0;max-height:100vh;max-width:100vw;opacity:0;overflow:auto;padding:0;position:fixed;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;transform-origin:center center;width:100vw}.modal[open]{display:-webkit-box;display:-ms-flexbox;display:flex}.modal embed,.modal iframe{border:0;display:block;height:100vh;width:100%}.modal__header{-webkit-font-smoothing:antialiased;fill:currentColor;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-negative:0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-shrink:0;padding-bottom:.5rem}.modal--primary .modal__header{background:var(--primary-lg)}.modal--neutral .modal__header{background:var(--neutral-lg);color:var(--text)}.modal--error .modal__header{background:var(--error-lg)}.modal--warning .modal__header{background:var(--warning-lg)}.modal--tertiary .modal__header{background:var(--tertiary-lg)}.modal__header-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;flex-grow:1;justify-content:center;margin-bottom:1.1rem}.modal__header-top>.icon{height:85px;margin-bottom:1.45rem;width:85px}.modal__header-text{font:var(--xl);font-weight:700;margin:0;text-align:center}.modal__header-bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;font:var(--xs);margin:0}.modal__header-bottom-right{margin-left:auto}.modal__header-bottom .icon{height:2.4rem;width:2.4rem}.modal__close-button{color:#fff;height:2.57rem;position:absolute;right:var(--spacing-2x);top:var(--spacing-2x);width:2.57rem}.modal--neutral .modal__close-button{color:var(--text)}.modal__header{padding:var(--spacing-mobile)}.modal__header-text{max-width:50rem}.modal__body,.modal__footer{padding:var(--spacing-mobile)}.modal__close-button{right:var(--spacing-mobile);top:var(--spacing-mobile)}.bijsluiter-modal svg{fill:var(--text);color:var(--text)}.modal__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:auto}.modal__footer .chat-widget{margin:0 auto}.modal--primary .chat-widget{--call-us-form-header-background:var(--primary)}.modal--neutral .chat-widget{--call-us-form-header-background:var(--neutral)}.modal--warning .chat-widget{--call-us-form-header-background:var(--warning)}.modal--error .chat-widget{--call-us-form-header-background:var(--error)}.modal--tertiary .chat-widget{--call-us-form-header-background:var(--tertiary)}.chat-widget:not([hidden]){display:block;margin-left:auto;margin-right:auto;width:54px}.new-scan-modal{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-font-smoothing:antialiased;align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);background:#000000bf;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 var(--spacing-4x);text-align:center}.new-scan-modal__icon{height:7rem;width:7rem}.new-scan-modal__header{font:var(--l);font-weight:700;margin:0}.new-scan-modal__text{font:var(--l);font-weight:400;margin-bottom:var(--spacing-2x);margin-top:0}.new-scan-modal__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.new-scan-modal__answer{border:2px solid;border-radius:25px;color:#fff;display:inline-block;font:var(--s);font-weight:700;margin-bottom:.5em;margin-left:var(--spacing-unit);margin-right:var(--spacing-unit);min-width:4.5em;padding:.8125em;text-align:center}.question+.question{margin-top:1em}.question__bubble p{margin:0}.question__answers{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;-webkit-animation:fade-in .2s ease-in-out 1.6s forwards;animation:fade-in .2s ease-in-out 1.6s forwards;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;justify-content:center;opacity:0;-webkit-transform:scale(0);transform:scale(0)}.question:first-of-type>.question__answers{-webkit-animation-delay:2.4s;animation-delay:2.4s}.question__answers--inline{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media (max-width:410px){.question__answers--inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.question__answers--fill{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.question--answered input:not(:checked)+label{display:none}.question--answered input:checked+label{-webkit-font-smoothing:antialiased;background:var(--primary);color:#fff;font-weight:700}ol.side-effects__list li:before{content:none}ol.side-effects__list li{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;margin-bottom:var(--spacing-2x)}ol.side-effects__list .icon{-ms-flex-negative:0;color:var(--warning);flex-shrink:0;height:4.5rem;margin-left:-1.25em;margin-right:var(--spacing-unit);width:4.5rem}.side-effects__item-content>strong+p{margin:0}.rich-text .side-effects__item-content>p{display:block}.timeout-modal{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-font-smoothing:antialiased;align-items:center;background:#000000bf;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:0 var(--spacing-4x);text-align:center}.timeout-modal__icon{height:7rem;width:7rem}.timeout-modal__header{font:var(--l);font-weight:700;margin:0}.timeout-modal__text{font:var(--l);font-weight:400;margin-bottom:var(--spacing-2x);margin-top:0}.timeout-modal__footer{-webkit-box-orient:horizontal;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.timeout-modal__answer{border:2px solid;border-radius:25px;color:#fff;display:inline-block;font:var(--s);font-weight:700;margin-bottom:.5em;margin-left:var(--spacing-unit);margin-right:var(--spacing-unit);min-width:4.5em;padding:.8125em;text-align:center}.browse-happy{background-color:#ff805c;-webkit-box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;color:var(--text);display:none;left:0;margin:0;padding:.5rem;position:fixed;text-align:center;top:0;width:100%;z-index:1}.browse-happy a{color:inherit;font-weight:700}.warning{margin-bottom:.5em}.warning__button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-appearance:none;border:0;border-radius:25px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font:inherit;font-weight:700;padding:.875em 1em;text-align:left;width:100%}.warning__button>*{pointer-events:none}.warning[data-color=neutral] .warning__button{background-color:var(--secondary);color:var(--text);font-weight:400}.warning[data-color=neutral] .warning__button .icon svg{fill:var(--text)}.warning[data-color=warning] .warning__button{background-color:var(--warning)}.warning[data-color=error] .warning__button{background-color:var(--error)}.warning__button .icon{height:50px;width:50px}.warning__button .icon svg{fill:#fff}.warning__text{margin:0 1em;width:100%}.welcome-header{font:var(--l);font-weight:700;margin:0}.welcome-text{font:var(--l);font-weight:400;margin-top:0}.site{font:var(--xs);font-weight:700;margin-bottom:.5rem}ol{list-style:none;margin:0;padding:0}.when-done{display:none}.done .when-done{display:block}.questions-form{margin-bottom:1rem;position:relative}.form-anchor{background-color:#fff;border-radius:50%;bottom:0;height:1px;left:50%;position:absolute;translate:-50% 1rem;width:1px;z-index:-10}.done .finished-container{-webkit-animation:fade-in .2s ease-in-out forwards;animation:fade-in .2s ease-in-out forwards;opacity:0}.back-to-home{position:fixed;right:var(--spacing-2x);top:var(--spacing-2x);z-index:5}.back-to-home svg{fill:var(--text);height:2.4rem;width:2.4rem}.medicine__footer{color:#5a5a5a;padding:var(--spacing-2x) var(--spacing-2x) 0;text-align:center}.medicine__footer a{color:var(--tertiary);display:block;font:var(--l);margin-bottom:var(--spacing-2x)}.medicine__footer-nav a{color:inherit;display:inline;font:var(--xs);text-decoration:none}.medicine__footer-nav a:after{content:"|";display:inline-block;margin-left:.5rem;margin-right:.5rem}.medicine__footer-nav a:last-child:after{content:none}.medicine__copyright{font:var(--xxs);margin-top:var(--spacing-2x)}.medicine__copyright p{line-height:1;margin:0}.medicine__copyright p:first-of-type{margin-bottom:8px}
/*# sourceMappingURL=medicine.d10971ef.css.map*/