a,a:visited{color:var(--bcp-colour-blue);text-underline-offset:4px;text-decoration:underline}a:hover{filter:brightness(.8);text-decoration-thickness:2px}a:focus,.o-header-logo-button:focus{background-color:var(--bcp-colour-yellow);filter:unset;color:var(--bcp-colour-black);text-decoration:none;box-shadow:0 2px #000}[class*=c-button]{background-color:var(--bcp-colour-purple);box-shadow:inset 0px -3px 0px var(--bcp-colour-dark-purple);border:unset;outline:unset;color:var(--bcp-colour-white);text-align:center;font-size:var(--font-size-base);-webkit-user-select:none;user-select:none;cursor:pointer;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin:auto;padding:12.5px 15px;text-decoration:none;display:inline-flex}.c-button--primary:hover{background-color:var(--bcp-colour-dark-purple);filter:unset;box-shadow:inset 0px -3px 0px var(--bcp-colour-dark-purple)}.c-button--primary:focus{box-shadow:inset 0 0 0 2px var(--bcp-colour-yellow);background-color:var(--bcp-colour-purple)}.c-button--primary:focus:not(:active):not(:hover),.c-button--secondary:focus:not(:active):not(:hover){background-color:var(--bcp-colour-yellow);color:var(--bcp-colour-black);box-shadow:inset 0 0 0 2px #e0c200}@media screen and (max-width:500px){.c-header .c-button{font-size:calc(var(--font-size-sm) - 1px);padding:12.5px}}@media screen and (max-width:420px){.c-button svg{display:none}}.c-button svg{stroke:currentColor;width:auto;height:15px}.c-button--secondary{background-color:var(--bcp-colour-grey);box-shadow:inset 0px -3px 0px var(--bcp-colour-dark-grey);color:var(--bcp-colour-black);border-radius:8px}.c-button--secondary:hover{filter:brightness(.9);box-shadow:inset 0px -3px 0px var(--bcp-colour-dark-grey)}.c-button--secondary:focus{box-shadow:inset 0 0 0 2px var(--bcp-colour-yellow);background-color:var(--bcp-colour-grey);filter:unset}.c-phase-tag{padding:12px var(--spacing-md);border-bottom:2px solid var(--bcp-colour-dark-grey);background-color:var(--bcp-colour-grey);-webkit-user-select:none;user-select:none;align-items:center;gap:10px;display:flex}.c-phase-tag p{font-size:var(--font-size-sm);line-height:1.45}.c-phase-tag-label{color:var(--bcp-colour-dark-blue);font-size:var(--font-size-sm);background-color:#d6e6ff;padding:8px 12px}
.c-overlay-wrapper{z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);-webkit-overflow-scrolling:touch;width:100%;padding-bottom:env(safe-area-inset-bottom,20px);background-color:#38383840;align-items:flex-end;display:flex;position:fixed;inset:0;overflow:auto}.c-modal-wrapper{max-width:var(--width-container);background-color:var(--bcp-colour-white);text-align:center;border-top-left-radius:20px;border-top-right-radius:20px;align-items:center;width:100%;margin:0 auto;padding:40px 30px;box-shadow:0 -2px 10px #0000001a}.c-modal-container{flex-direction:column;justify-content:center;gap:20px;max-width:700px;margin:auto;display:inline-flex}.c-modal-container .c-button{width:100%}.c-modal-container a{width:fit-content;font-size:var(--font-size-sm);margin:0 auto 15px}
.c-header{padding:15px var(--spacing-md);border-bottom:2px solid var(--bcp-colour-dark-grey);justify-content:space-between;align-items:center;display:flex}.o-header-logo{width:180px;height:auto;margin:0 0 -3.53px}.o-header-logo-button{cursor:pointer;background:0 0;border:none;margin:0;padding:0;display:block}@media screen and (max-width:500px){.o-header-logo{width:150px}}.c-header--buttons{gap:10px;display:flex}
.c-chat-wrapper{width:100%;height:100%;padding:0 var(--spacing-md);flex-direction:column;display:flex;position:relative;overflow:hidden}.c-chat{flex-direction:column;flex:auto;gap:15px;min-height:0;margin-top:20px;padding:16px 0;display:flex;overflow-y:auto}.c-chat-response,.c-chat-message{overflow-wrap:break-word;background-color:#f5f4f2;border-radius:8px;flex-direction:column;gap:10px;max-width:570px;padding:10px 15px;display:inline-flex}.c-chat-message{background-color:var(--chat-colour-user);color:var(--bcp-colour-black);float:right}.c-chat-box{background-color:var(--bcp-colour-white);border:2px solid var(--bcp-colour-purple);border-radius:4px;justify-content:space-between;align-items:center;gap:10px;width:100%;height:fit-content;margin-top:5px;margin-bottom:20px;padding:0;display:flex}.c-chat-box textarea{cursor:text;resize:none;box-sizing:border-box;width:100%;min-height:50px;font-size:var(--font-size-base);color:var(--bcp-colour-black);background:0 0;border:none;outline:none;flex-grow:1;padding:15px;line-height:1.4;overflow:hidden}.c-chat-box textarea::placeholder{color:var(--bcp-colour-black)}.c-chat-box:has(textarea:focus){box-shadow:0px 0px 0px 3px var(--bcp-colour-yellow)}.c-chat-box button,.c-chat-box button:focus,.c-chat-box button:focus-visible{cursor:pointer;border:none}.c-chat-box button{border-radius:unset;border-left:2px solid var(--bcp-colour-purple);background-color:var(--bcp-colour-purple);align-items:center;height:100%;margin:0;padding:0 15px;display:flex}.c-chat-box button svg{color:var(--bcp-colour-white);height:20px}.c-chat-box button:hover{background-color:var(--bcp-colour-dark-purple);color:var(--bcp-colour-white)}.c-chat-box button:focus svg{color:var(--bcp-colour-black)}.c-chat-box button:focus{background-color:var(--bcp-colour-yellow);border-left:2px solid var(--bcp-colour-purple);border-radius:0 2px 2px 0;outline:none}.c-chat-loading-bubble{align-items:center;gap:4px;min-height:20px;display:flex}.c-loading-dot{border-radius:50%;width:8px;height:8px;animation:.9s infinite bcp-dots-pulse;display:inline-block}.c-loading-dot:first-child{background-color:var(--bcp-colour-purple);animation-delay:0s}.c-loading-dot:nth-child(2){background-color:var(--bcp-colour-dark-purple);animation-delay:.15s}.c-loading-dot:nth-child(3){background-color:var(--bcp-colour-purple);animation-delay:.3s}@keyframes bcp-dots-pulse{0%,to{opacity:.4}50%{opacity:1}}
ul,ol{margin-block:unset;padding-inline:20px;line-height:30px}strong{font-weight:600}.o-heading{margin:10px 0;font-weight:600}p,li{line-height:25px;font-size:var(--font-size-base)}h1{font-size:var(--font-size-xl);font-weight:700;line-height:26px}h2{font-size:var(--font-size-lg);font-weight:700;line-height:30px}h3{font-size:var(--font-size-md);font-weight:700;line-height:25px}.c-chat-response{gap:15px}
:root{--font-size-base:15px;--font-size-md:20px;--font-size-lg:23px;--font-size-xl:26px;--font-size-sm:15px;--bcp-colour-black:#000;--bcp-colour-white:#fff;--bcp-colour-grey:#f5f4f2;--bcp-colour-dark-grey:#b5b5b3;--bcp-colour-shadow-grey:#a2a1a1;--bcp-colour-purple:#382051;--bcp-colour-dark-purple:#24133a;--bcp-colour-cyan:#01a7e1;--bcp-colour-blue:#015aa7;--bcp-colour-dark-blue:#004a83;--bcp-colour-lime:#95c11f;--bcp-colour-green:#00703c;--bcp-colour-dark-green:#093d29;--bcp-colour-red:#ca3535;--bcp-colour-pink:#d83089;--bcp-colour-orange:#ee7202;--bcp-colour-yellow:#fd0;--bcp-colour-dark-yellow:#e1c72f;--chat-colour-user:#d9d7e9;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--width-container:900px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}html,body{background-color:#fff;width:100%;height:100%;overflow:hidden}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Roboto,Helvetica,Arial,system-ui,-apple-system,sans-serif}::selection{background-color:var(--bcp-colour-yellow);color:var(--bcp-colour-black)}.l-content-container{max-width:var(--width-container);width:100%;height:100%;box-shadow:2px 0 0 0 var(--bcp-colour-dark-grey),-2px 0 0 0 var(--bcp-colour-dark-grey);flex-direction:column;margin:0 auto;display:flex;position:relative}
@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/572c13468b8cff87-s.974b4bc2.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/62d4b50592542c9f-s.9e30d041.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/38772d1e0cde909c-s.62d745bb.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/a0ffaa6a9384d9d3-s.a34f6310.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/fad568eea626db0e-s.479744c5.woff2)format("woff2");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,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:100 900;font-stretch:100%;font-display:swap;src:url(../media/ccee61546c0358b7-s.83a2e280.woff2)format("woff2");unicode-range:U+1-C,U+E-1F,U+7F-9F,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:100 900;font-stretch:100%;font-display:swap;src:url(../media/8fcf71678f67d0c5-s.14cf5ea9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-weight:100 900;font-stretch:100%;font-display:swap;src:url(../media/f7d6090e8b3debad-s.eccd0379.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:100 900;font-stretch:100%;font-display:swap;src:url(../media/ce62453a442c7f35-s.p.124b2306.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:99.78%}.roboto_2433725e-module__W4DhwW__className{font-family:Roboto,Roboto Fallback;font-style:normal}
