:root,:host{--ci-rgb-white:255 255 255;--ci-rgb-black:0 0 0;--ci-rgb-grey:217 217 217;--ci-rgb-grey-light:245 245 245;--ci-rgb-primary:0 129 255;--ci-rgb-primary-light:230 245 255;--ci-rgb-secondary:0 190 170;--ci-rgb-secondary-light:232 251 241;--ci-rgb-online:62 207 110;--ci-color-white:rgb(var(--ci-rgb-white));--ci-color-black:rgb(var(--ci-rgb-black));--ci-color-grey:rgb(var(--ci-rgb-grey));--ci-color-grey-light:rgb(var(--ci-rgb-grey-light));--ci-color-primary:rgb(var(--ci-rgb-primary));--ci-color-primary-light:rgb(var(--ci-rgb-primary-light));--ci-color-secondary:rgb(var(--ci-rgb-secondary));--ci-color-secondary-light:rgb(var(--ci-rgb-secondary-light));--ci-color-online:rgb(var(--ci-rgb-online));--ci-text-sm:11px;--ci-text-md:16px;--ci-text-lg:17px;--ci-text-xl:20px;--ci-text-2xl:24px;--ci-font-base:helvetica;--ci-font-title:helvetica;--ci-weight-regular:400;--ci-weight-bold:700;--ci-rounded-full:9999px;--ci-character-color-1:#e60063;--ci-character-color-2:#e72323;--ci-character-color-3:#ff9500;--ci-character-color-4:#21891f;--ci-character-color-5:#008571;--ci-character-color-6:#005aeb;--ci-character-color-7:#4031af;--ci-character-color-8:#8131af;--ci-character-color-9:#69788c}.ci-animation-message{pointer-events:none;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.ci-animation-message__element{z-index:9999;opacity:1;transform:scale(var(--ci-animation-scale,1));transition:all 3s ease-in-out var(--ci-animation-delay);animation-name:move;animation-duration:3s;animation-timing-function:ease-in;animation-delay:var(--ci-animation-delay);offset-path:path("M0,20 C20,100 200,0 200,100");offset-rotate:0deg;font-size:32px;position:absolute;top:105%;left:0}@keyframes move{0%{offset-distance:0%}to{offset-distance:100%}}.ci-audio-player{align-items:center;display:flex}.ci-audio-player__progress-indicator{min-width:min(50vw,200px);position:relative}.ci-audio-player__progress-background{background-color:var(--silver-sand);border:1px;border-radius:5px;width:100%;height:3px}.ci-audio-player__progress-line{background-color:var(--ci-color-secondary);border:1px;border-radius:5px;width:0%;height:3px;position:absolute;top:0}.ci-contact{border-bottom:1px solid var(--ci-color-grey);flex:1;align-items:center;gap:16px;min-width:123px;max-height:77px;padding:10px 24px;display:flex}.ci-contact__image{object-fit:cover;border-radius:50%;width:53px;height:53px}.ci-contact__wrapper{flex-direction:column;align-items:flex-start;gap:3px;width:54px;min-height:42px;margin-top:1px;display:flex}.ci-contact__name{min-height:25px;color:var(--ci-color-black);font-weight:var(--ci-font-bold);font-size:var(--ci-text-xl);font-family:var(--ci-font-title);letter-spacing:0}.ci-contact__status{gap:8px;width:49px;display:flex}.ci-contact__status-circle{background-color:var(--ci-color-online);border:1px;border-radius:4px;width:8px;height:8px;margin-top:3px}.ci-contact__status-text{width:31px;height:14px;color:var(--ci-color-black);font-size:var(--ci-text-sm);letter-spacing:0;font-style:italic}.ci-fullscreen-image{z-index:10;background-color:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ci-fullscreen-image__image{object-fit:contain;flex:1;overflow:hidden}.ci-fullscreen-image__close{cursor:pointer;width:62px;height:62px;position:absolute;top:10px;right:10px}.ci-header{background-color:var(--ci-color-primary);flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;padding:14px 12px;display:flex}.ci-header__logo{object-fit:contain;align-self:flex-end;width:78px;height:72px;margin-bottom:8px}.ci-header__container{flex-direction:column;align-items:flex-end;gap:39px;width:121px;min-height:81px;display:flex}.ci-header__title{min-width:121px;min-height:30px;color:var(--ci-color-white);font-weight:var(--ci-font-bold);font-size:var(--ci-text-2xl);font-family:var(--ci-font-title);letter-spacing:0}.ci-input{min-width:calc(100% - 26px);min-height:60px;font-family:var(--ci-font-base);background-color:var(--ci-color-secondary);border:1px;justify-content:flex-end;align-self:flex-end;align-items:center;gap:15px;padding:0 13px;display:flex}.ci-input--options,.ci-input--multiple-choice{height:100%;padding:0;display:block}.ci-input__text-wrapper{max-width:330px;height:40px;color:var(--ci-color-black);font-size:var(--ci-text-md);background-color:var(--ci-color-white);border-radius:10px;flex:1;align-items:center;padding:0 11px;display:flex}.ci-input__text-prefix{white-space:nowrap;height:40px;margin-right:.5ch;line-height:40px}.ci-input__text{height:40px;color:var(--ci-color-black);font-family:var(--ci-font-base);letter-spacing:0;background-color:#0000;border:none;outline:none;flex:1;line-height:40px}.ci-input__text::placeholder{color:var(--color-grey);font-family:var(--ci-font-base)}.ci-input__options-wrapper{flex-direction:column;align-items:center;gap:11px;height:16rem;margin:10px 0;display:flex}.ci-input__message{color:var(--ci-color-white)}.ci-input__option{width:93%;color:var(--ci-color-black);background-color:var(--ci-color-white);cursor:pointer;appearance:none;border-width:0;border-radius:10px;flex:1 1 0;justify-content:center;align-items:center;padding:0;display:flex}.ci-input__option:hover{background-color:var(--ci-color-grey-light)}.ci-input__option[data-selected=true]:hover{background-color:var(--ci-color-primary-light)}.ci-input__option--send{background-color:var(--ci-color-primary);appearance:none;border-style:none;border-radius:30px}.ci-input__option--send:hover{background-color:var(--ci-color-primary-light)}.ci-input__option--image{min-width:222px;min-height:1.5rem;max-height:7.5rem}.ci-input__option-text{min-height:1.5rem;font-size:var(--ci-text-lg);letter-spacing:0;text-align:center}.ci-input__option-image{object-fit:contain;width:100%;height:100%}.ci-input__options-wrapper--images{flex-direction:row;max-width:100%;margin-inline:12px;overflow-y:scroll}.ci-input__options-wrapper--images .ci-input__option{flex-shrink:0;width:16rem;min-width:16rem;height:16rem;overflow:hidden}.ci-input__options-wrapper--images .ci-input__option-image{object-fit:cover}.ci-input__options-wrapper--horizontal{grid-template-columns:repeat(var(--options-cols,5),minmax(0,1fr));height:unset;gap:.25rem;max-height:16rem;margin-block:2rem;padding-inline:1.5rem;display:grid}.ci-input__options-wrapper--horizontal[data-options-count="4"]{--option-cols:4}.ci-input__options-wrapper--horizontal[data-options-count="3"]{--option-cols:3}.ci-input__options-wrapper--horizontal[data-options-count="2"]{--option-cols:2}.ci-input__options-wrapper--horizontal .ci-input__option{aspect-ratio:1;justify-self:center}.ci-input__send{cursor:pointer;background:0 0;border:0;padding:0;line-height:1}.ci-input__sendicon{width:auto;height:2rem;color:var(--ci-color-black);aspect-ratio:1}.ci-message{--ci-message-color:var(--ci-color-grey-light);--ci-message-radius:0 10px 10px;align-items:flex-start;gap:.375rem;margin:2px 24px;display:inline-flex}.ci-message__content{font-family:var(--ci-font-base);border-radius:var(--ci-message-radius);background-color:var(--ci-message-color);border:1px;padding:8px 8px 8px 12px;line-height:1.3;box-shadow:1px 1px 1px #00000026}.ci-message--in{border-radius:0 10px 10px;width:fit-content;max-width:70%}.ci-message--out{--ci-message-color:var(--ci-color-primary-light);--ci-message-radius:10px 0 10px 10px;text-align:left;flex-direction:column-reverse;align-self:flex-end;max-width:70%}.ci-message--new-character{margin-top:.75rem}.ci-message--new-character .ci-message__character{visibility:visible}.ci-message--image{max-width:224px}.ci-message__text{color:var(--ci-color-black);font-weight:var(--ci-weight-regular);font-size:var(--ci-text-md);text-overflow:ellipsis;font-style:normal;overflow:hidden}.ci-message__image{cursor:pointer;object-fit:contain;border-radius:.625rem}.ci-message__caption{margin-block-start:.5rem}.ci-play-button{--size:66px;background-color:var(--ci-color-secondary-light);cursor:pointer;border-radius:9999px;align-items:center;height:75px;display:flex}.ci-play-button--small{--size:25px;height:29px}.ci-play-button__icon{width:var(--size);height:var(--size)}.ci-system-message{justify-content:center;width:100%;display:flex}.ci-system-message__wrapper{background-color:var(--ci-color-secondary-light);border:1px;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:fit-content;margin-top:12px;margin-bottom:12px;padding:4px 48px;display:flex}.ci-system-message__text{width:fit-content;font-size:var(--ci-text-sm);letter-spacing:0;margin-top:-1px}.ci-typing-indicator{--ci-typing-radius:0 10px 10px;align-items:flex-start;gap:.375rem;margin:.75rem 1.5rem;display:flex}.ci-typing-indicator--in{border-radius:0 10px 10px}.ci-typing-indicator__content{border-radius:var(--ci-typing-radius);background-color:var(--ci-color-grey-light);border:1px;align-items:center;gap:7px;width:59px;max-width:70%;height:36px;padding:12px;display:flex;box-shadow:1px 1px 2px #00000040}.ci-typing-indicator--out{--ci-typing-radius:10px 0 10px 10px;text-align:left;background-color:var(--ci-color-primary-light);align-self:flex-end}.ci-typing-indicator__ellipse{background-color:var(--ci-color-grey);border:1px;border-radius:3.5px;min-width:7px;height:7px;animation:1s linear infinite bounce-up-down}.ci-typing-indicator__ellipse:nth-child(2){animation-delay:.15s}.ci-typing-indicator__ellipse:nth-child(3){animation-delay:.3s}@keyframes bounce-up-down{0%{transform:translateY(0)}25%{transform:translateY(-8px)}50%{transform:translateY(0)}to{transform:translateY(0)}}.ci-video-player{align-items:center;display:flex}.ci-video-player__preview{position:relative}.ci-video-player__play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ci-video-player__thumb{object-fit:cover;width:240px;max-width:100%;height:424px}.ci-video-player__progress-indicator{opacity:.2;width:95%;min-width:237px;position:relative;top:-10px}.ci-video-player__progress-background{background-color:var(--ci-color-black);border:1px;border-radius:5px;width:100%;height:3px}.ci-video-player__progress-line{background-color:var(--ci-color-white);border:1px;border-radius:5px;width:0%;height:3px;position:absolute;top:0}.ci-video-player__fullscreen-wrapper{z-index:10;background-color:var(--ci-color-black);-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.ci-video-player__video{z-index:-1;width:100%;height:auto}.ci-video-player__fullscreen-close{cursor:pointer;width:62px;height:62px;position:absolute;top:10px;right:10px}.ci-character-dot{width:1.5rem;height:1.5rem;color:var(--ci-color-white);font-weight:var(--ci-weight-bold);text-align:center;border-radius:var(--ci-rounded-full);visibility:hidden;aspect-ratio:1;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;display:flex;overflow:hidden}.ci-character-dot--image{object-fit:cover;height:1.5rem;padding-top:0}.ci-character-dot--visible{visibility:visible}.ci-character-dot__text{line-height:0;transform:translateY(50%)}.ci-sr-only{white-space:nowrap;clip:rect(0,0,0,0);border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.ci-main{width:100%;height:100%;font-family:var(--ci-font-base);pointer-events:none;flex-direction:row;justify-content:center;align-items:center;display:flex;container:chat/size}@media (width>=420px){.ci-main{height:90%}}.ci-main__screen{background-color:var(--ci-color-white);pointer-events:auto;flex-direction:column;flex-shrink:0;width:100%;height:100%;display:flex;position:relative}@media (width>=420px){.ci-main__screen{width:420px;box-shadow:0 0 20px #00000040}@container chat (height<700px){.ci-main__screen{width:400px}}@container chat (height<650px){.ci-main__screen{width:380px}}@container chat (height<600px){.ci-main__screen{width:360px}}}.ci-main__message-wrapper{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.ci-main__message-scroll{flex-direction:column;flex:1;margin-top:2px;padding-top:8px;padding-bottom:8px;display:flex;overflow:hidden auto}.ci-main__input{background-color:var(--ci-color-secondary);min-height:60px;transition:height .3s ease-in-out;overflow:hidden}.ci-main__input--options-open{max-height:275px}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}a:not([class]){color:currentColor;-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}button{color:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}:root{--color-white:#fff;--color-black:#000;--color-grey-50:#f6f7f8;--color-grey-100:#e5e8eb;--color-grey-200:#cbd1d7;--color-grey-600:#74808b;--color-grey-700:#5d6974;--screen-sm:420px;--rounded-full:9999px;--ci-message-radius:0 8px 8px 8px;--text-xs:.75rem;--text-sm:.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:2rem;--ci-text-sm:var(--text-xs);--ci-text-xl:var(--text-base);--font-body:"Arial", system-ui, sans-serif;--font-title:var(--font-body);--ci-font-base:var(--font-body);--ci-font-title:var(--font-body);--ci-font-bold:700}body{min-height:100vh;font-family:var(--font-body)}h1,h2,h3,h4,h5,h6{font-family:var(--font-title)}:focus-visible{outline:var(--outline-width,1px) solid var(--outline-color,var(--color-primary));outline-offset:var(--outline-offset,0)}:root{--ci-rgb-primary:255 255 255;--ci-rgb-secondary:255 255 255;--color-primary:#5b33ff;--color-primary-50:#f7f5ff;--color-primary-100:#ded6ff;--color-message-out:var(--color-primary-100)}:root :has(main.oudenaarde){--color-primary-50:#f8f6f2;--color-primary-100:#ebe5da;--color-secondary-100:#b7c3e1;--color-message-out:var(--color-secondary-100)}.ci-contact__wrapper{width:auto}.ci-contact__status{align-items:center}.ci-input--multiple-choice{overflow-y:auto}@media screen and (width>=420px){.ci-main__screen{border-radius:12px;overflow:clip}}.ci-header{padding-block:0}.ci-header__container{min-height:0}.ci-header__battery{color:var(--color-grey-600)}.ci-contact__status-text{color:#5d6974;font-style:normal}.ci-contact__image{border-radius:0}.ci-main__message-wrapper{background-color:var(--color-primary-50)}main.oudenaarde .ci-main__message-wrapper{background-image:url("data:image/svg+xml,%3csvg%20width='643'%20height='515'%20viewBox='0%200%20643%20515'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.2675%2078.0672C-9.48984%20118.365%20-3.15078%20175.613%2033.6749%20203.644C73.6816%20234.097%20135.039%20224.416%20172.982%20257.405C225.024%20302.649%20197.491%20390.487%20227.855%20452.401C245.398%20488.17%20283.66%20512.805%20323.481%20513.971C363.302%20515.138%20402.94%20492.785%20422.547%20458.105C431.823%20441.7%20436.81%20423.06%20446.919%20407.154C457.027%20391.249%20474.84%20377.824%20493.391%20381.142C505.567%20383.321%20515.345%20392.128%20526.495%20397.484C555.077%20411.213%20591.369%20399.961%20612.749%20376.543C634.127%20353.126%20642.436%20320.194%20642.609%20288.486C643.217%20177.821%20552.571%2083.2882%20449.237%2043.6674C344.627%203.55727%2082.1323%20-43.8771%2013.2675%2078.0672Z'%20fill='%23EDE8DE'/%3e%3c/svg%3e");background-position:50% -100px;background-repeat:no-repeat;background-attachment:scroll}.ci-message{--ci-message-color:var(--ci-color-white);--ci-message-radius:0 8px 8px}.ci-message__content{box-shadow:none;padding:12px}.ci-input__text{border:1px solid var(--color-grey-100);border-radius:12px;padding-inline:8px}.ci-input__text::placeholder{color:var(--color-grey-600)}.ci-message--out{--ci-message-color:var(--color-message-out);--ci-message-radius:8px 0 8px 8px}.ci-input__options-wrapper{gap:8px}.ci-input__option{background-color:var(--color-grey-50);border-radius:8px;padding:8px}.ci-input__option--send{background-color:var(--color-secondary-100)}button.ci-input__send{border-radius:var(--rounded-full);background-color:var(--color-secondary-100);height:40px;padding-inline:12px}.ci-input__sendicon>svg{height:var(--text-2xl)}.ci-input__option[data-selected=true]{background-color:var(--color-primary-100)}.page__footer{font-size:var(--text-xs)}.page__fake-footer{background-color:var(--color-primary-50);width:100%;height:130px;position:absolute;bottom:0}.footer__avatar{aspect-ratio:1;width:200px;margin-left:-100px;display:none;position:absolute;bottom:calc(100% - 50px);left:calc(33dvw - 210px)}@media screen and (width>=1024px){.footer__avatar{display:block}}.footer__links{flex-flow:wrap;justify-content:space-between;gap:24px;max-width:1500px;min-height:64px;margin-inline:auto;padding-block:12px;padding-inline:40px;display:flex}.footer__left,.footer__right{align-items:center;display:flex}.footer__left{gap:24px}.footer__right{gap:8px}.footer__logo{display:flex}.footer__logo--gemeente{height:100%}.footer__logo--bataljong{width:36.488px;height:33.771px}a{text-underline-offset:4px}q body{background-color:var(--color-primary-50)}main{height:100vh}main:not(.oudenaarde){background-color:var(--color-primary-100)}main.oudenaarde{background-image:url(/assets/footer-bg-DsQPrH4F.svg);background-position:bottom;background-repeat:no-repeat;background-attachment:scroll}.ci-main{z-index:1;position:relative;container:none}@media screen and (width>=420px){.ci-main{padding-block-start:2.5%}}
