:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.Nav{position:fixed;top:0;z-index:10;width:100%;background-color:#ffd100;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 20px;border:0px solid blue;height:68px;color:#0a0a0a}.Nav.navShadow{box-shadow:0 0 10px #0009}.Nav .Logo{font-size:35px}.Nav .Logo .LogoText{font-weight:600}.Nav .BurgerMenu{opacity:0;position:fixed;border-top:1px solid black;top:68px;width:100%;background-color:#ffd100;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;transition:opacity .5s ease-in-out;will-change:opacity}.Nav .BurgerMenu.navShadow{box-shadow:0 5px 10px #0000004d}.Nav .BurgerMenu .NavItem{height:0px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-left:20px;will-change:height,background-color,color;transition:height .5s ease-in-out,background-color .3s ease-in,color .3s ease-in}.Nav .BurgerMenu .NavItem .text{font-size:26px;font-weight:300;will-change:transform;transition:transform .5s ease-in-out;transform:scaleY(0)}.Nav .BurgerMenu .NavItem:hover{background-color:#f24c27;color:#fbf1cc}.Nav .BurgerMenu.open{opacity:1}.Nav .BurgerMenu.open .NavItem{height:68px}.Nav .BurgerMenu.open .NavItem .text{transform:scale(1)}.Nav .NavMenu{display:none;margin-right:40px}@media (min-width: 768px){.Nav{justify-content:space-between}.Nav .NavBurger,.Nav .BurgerMenu{display:none}.Nav .NavMenu{height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.Nav .NavMenu .NavItem{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:22px;font-weight:300;padding:0 12px}.Nav .NavMenu .NavItem:hover{color:#037e8c}}@media (min-width: 1024px){.Nav .NavMenu .NavItem{padding:0 15px;font-size:26px}.Nav .NavMenu .NavMenuLanguageSelector{padding-left:15px}}@media (min-width: 1440px){.Nav.sideMenu{flex-direction:column;justify-content:flex-start;left:0;width:250px;height:100%;padding-top:50px}.Nav.sideMenu .Logo{width:100%;font-size:44px}.Nav.sideMenu .NavMenu{width:100%;flex-direction:column;align-items:flex-start;padding-top:20px}.Nav.sideMenu .NavMenu .NavItem{padding:unset}.Nav.sideMenu .NavMenu .NavItem:hover{color:#037e8c}.Nav.sideMenu .NavMenu .NavMenuLanguageSelector{margin:20px 0 0}}.NavBurger{width:60px;height:45px;position:fixed;left:8px;scale:.6;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer}.NavBurger span{display:block;position:absolute;height:9px;width:100%;background:#06874c;border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}.NavBurger span:nth-child(1){top:0}.NavBurger span:nth-child(2),.NavBurger span:nth-child(3){top:18px}.NavBurger span:nth-child(4){top:36px}.NavBurger.open span:nth-child(1){top:18px;width:0%;left:50%}.NavBurger.open span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.NavBurger.open span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.NavBurger.open span:nth-child(4){top:18px;width:0%;left:50%}.LanguageSelector{position:fixed;right:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#0a0a0a}.LanguageSelector__flag{width:33px;height:25px}.LanguageSelector__dropdown{right:0;left:auto;min-width:200px}.LanguageSelector .LanguageOption .LanguageSelector__flag{width:33px;height:25px}.LanguageSelector__button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:2px solid var(--color-primary);cursor:pointer;color:var(--color-text);transition:all .2s ease}.LanguageSelector__button:hover{color:#037e8c}.LanguageSelector__button:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.2)}.LanguageSelector__flag{width:33px;height:25px;object-fit:cover;border-radius:2px;flex-shrink:0}.LanguageSelector__name{white-space:nowrap;margin:0 8px}.LanguageSelector .LanguageList{opacity:0;position:fixed;top:68px;right:0;background-color:#ffd100;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;will-change:opacity;transition:opacity .5s ease-in-out;box-shadow:0 5px 10px #0000004d;overflow-y:auto}.LanguageSelector .LanguageList.open{opacity:1}.LanguageSelector .LanguageList.open .LanguageOption{height:68px}.LanguageSelector .LanguageList.open .LanguageOption .LanguageSelector__name{transform:scale(1)}.LanguageSelector .LanguageOption{height:0px;width:100%;display:flex;justify-content:flex-end;align-items:center;gap:.75rem;padding:0 1rem;padding-right:20px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:22px;font-weight:300;color:var(--color-text);will-change:height,background-color,color;transition:height .5s ease-in-out,background-color .3s ease-in,color .3s ease-in}.LanguageSelector .LanguageOption .LanguageSelector__name{will-change:transform;transition:transform .5s ease-in-out;transform:scaleY(0)}.LanguageSelector .LanguageOption:hover,.LanguageSelector .LanguageOption:focus{background-color:#f24c27;color:#fbf1cc}.LanguageSelector .LanguageOption.active{background-color:#f24c27;color:#fbf1cc}@media (min-width: 1024px){.LanguageSelector .LanguageSelector__name{font-size:26px}}.HeaderImage{margin-bottom:20px}.HeaderImage .image-container{width:100%;max-height:100%;max-width:220px;display:flex;flex-direction:column;justify-content:center;align-items:center}.HeaderImage .image-container img{width:100%;height:100%;object-fit:cover}@media (min-width: 460px){.HeaderImage .image-container{max-width:300px}}@media (min-width: 768px){.HeaderImage .image-container{max-width:440px}}.safe-html p{margin-bottom:1.5rem}.safe-html p:last-child{margin-bottom:0}.safe-html .bold{font-weight:600}.safe-html a{text-decoration:none;color:inherit}.safe-html a:hover{text-decoration:underline}.Home{padding-top:40px}.Home .title{color:#06874c}.About .HeaderImage{width:100%;max-width:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 768px){.About .HeaderImage{max-width:300px}}.About .title{color:#06874c}.Contact .title{color:#06874c}.Categories{width:100%;max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:20px}.Categories .location-category{aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:center;align-items:center}.Categories .location-category .category-tile{border:6px solid;width:100%;max-width:300px;aspect-ratio:1/1;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.Categories .location-category .category-tile.red{border-color:#f24c27}.Categories .location-category .category-tile.teal{border-color:#037e8c}.Categories .location-category .category-tile.green{border-color:#06874c}.Categories .location-category .category-tile.yellow{border-color:#ffd100}.Categories .location-category .category-tile .icon-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Categories .location-category .category-tile .icon-container .icon{max-height:100%;max-width:100%}.Categories .location-category .category-tile .name{font-size:24px;font-weight:700;text-align:center}@media (min-width: 460px){.Categories{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.Categories{grid-template-columns:repeat(3,1fr);gap:40px}}.Location{padding-top:40px}.Location .title{color:#06874c}.LocationOrganisation{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:40px}.LocationOrganisation .location-container{width:100%;max-width:1000px;border:6px solid;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px}.LocationOrganisation .location-container.red{border-color:#f24c27}.LocationOrganisation .location-container.teal{border-color:#037e8c}.LocationOrganisation .location-container.green{border-color:#06874c}.LocationOrganisation .location-container.yellow{border-color:#ffd100}.LocationOrganisation .location-container .name,.LocationOrganisation .location-container .howItWorks,.LocationOrganisation .location-container .contact,.LocationOrganisation .location-container .name .label,.LocationOrganisation .location-container .name .description,.LocationOrganisation .location-container .howItWorks .label,.LocationOrganisation .location-container .howItWorks .description,.LocationOrganisation .location-container .contact .label,.LocationOrganisation .location-container .contact .description{width:100%}.LocationOrganisation .location-container .name .label,.LocationOrganisation .location-container .howItWorks .label,.LocationOrganisation .location-container .contact .label{word-break:break-word;-webkit-hyphens:auto;hyphens:auto;color:#037e8c;font-size:30px;font-weight:600;line-height:1;margin-bottom:6px}.LocationOrganisation .location-container .name .label.teal,.LocationOrganisation .location-container .howItWorks .label.teal,.LocationOrganisation .location-container .contact .label.teal{color:#037e8c}.LocationOrganisation .location-container .name .label.green,.LocationOrganisation .location-container .howItWorks .label.green,.LocationOrganisation .location-container .contact .label.green{color:#06874c}.LocationOrganisation .location-container .name .description,.LocationOrganisation .location-container .howItWorks .description,.LocationOrganisation .location-container .contact .description{font-size:16px;font-weight:400;line-height:1.2}.LocationOrganisation .location-container .name .description a,.LocationOrganisation .location-container .howItWorks .description a,.LocationOrganisation .location-container .contact .description a{font-weight:600}@media (min-width: 460px){.LocationOrganisation .location-container .name .label,.LocationOrganisation .location-container .howItWorks .label,.LocationOrganisation .location-container .contact .label{font-size:40px}.LocationOrganisation .location-container .name .description,.LocationOrganisation .location-container .howItWorks .description,.LocationOrganisation .location-container .contact .description{font-size:18px}}@media (min-width: 768px){.LocationOrganisation .location-container .name .description,.LocationOrganisation .location-container .howItWorks .description,.LocationOrganisation .location-container .contact .description{font-size:20px}}.LocationOrganisation .location-container .howItWorks{margin-top:20px}.LocationOrganisation .location-container .contact{font-size:16px;margin-top:10px;line-height:1.2}.LocationOrganisation .location-container .contact.teal{color:#037e8c}.LocationOrganisation .location-container .contact.green{color:#06874c}@media (min-width: 460px){.LocationOrganisation .location-container .contact{font-size:18px}}@media (min-width: 768px){.LocationOrganisation .location-container .contact{font-size:20px}}.LocationHeader{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-bottom:20px}.LocationHeader .location{width:100%;max-width:1000px;font-size:20px;text-align:center}@media (min-width: 460px){.LocationHeader{padding-bottom:30px}.LocationHeader .location{font-size:26px}}.CategoryHeader{width:100%;max-width:1000px;display:flex;flex-direction:column;justify-content:center;align-items:center}.CategoryHeader .title{text-align:center;line-height:.9;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:50px;font-weight:600;margin-bottom:30px}.CategoryHeader .title.green{color:#06874c}.CategoryHeader .title.teal{color:#037e8c}@media (min-width: 460px){.CategoryHeader .title{font-size:70px}}@media (min-width: 768px){.CategoryHeader .title{font-size:100px}}.CategoryHeader .description{font-size:22px;font-weight:400;line-height:1.1;width:100%}.CategoryHeader .description .bold{font-weight:600}@media (min-width: 768px){.CategoryHeader .description{font-size:30px}}.QRCode .image-container{width:100%;max-height:100%;max-width:220px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:10px}.QRCode .image-container img{width:100%;height:100%;object-fit:cover}@media (min-width: 460px){.QRCode .image-container{max-width:300px}}.page{width:100%;padding-top:30px;padding-bottom:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fffbeb;color:#000}@media (min-width: 460px){.page{padding-top:40px}}.page .content-wrapper{width:100%;max-width:1000px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 20px}@media (min-width: 460px){.page .content-wrapper{padding:0 30px}}@media (min-width: 768px){.page .content-wrapper{padding:0 50px}}.page .content-wrapper .HeaderImage{padding:0 20px}.page .content-wrapper .title{text-align:center;line-height:.9;font-size:50px;font-weight:600;margin-bottom:30px}@media (min-width: 460px){.page .content-wrapper .title{font-size:70px}}@media (min-width: 768px){.page .content-wrapper .title{font-size:100px}}.page .content-wrapper .description{width:100%;margin-bottom:30px;font-size:22px;font-weight:400;line-height:1.1}.page .content-wrapper .description .bold{font-weight:600}@media (min-width: 768px){.page .content-wrapper .description{font-size:30px}}.organisations{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Category{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.Category .content-wrapper{width:100%;max-width:1000px;margin-top:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.Category .content-wrapper .organisations{width:100%;padding:20px;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (min-width: 460px){.Category .content-wrapper .organisations{padding:20px 30px}}@media (min-width: 768px){.Category .content-wrapper .organisations{padding:20px 50px}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{border-radius:10px;background:transparent}::-webkit-scrollbar-thumb{background:#afafafbf;border-radius:10px}*{box-sizing:border-box;margin:0;font-family:Kanit,sans-serif;-webkit-user-select:none;-ms-user-select:none;user-select:none}::-webkit-scrollbar{display:none}a{text-decoration:none;color:inherit}a:hover{color:inherit}.App{height:100vh;width:100vw;display:flex;flex-direction:column;align-items:center;background-color:#fffbeb}.App .main-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:68px}@media (min-width: 1440px){.App .main-wrapper.sideMenu{padding-top:unset;padding-left:250px;height:100%}}.App .holdingText{text-transform:uppercase;letter-spacing:1.5pt}
