@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://fonts.googleapis.com/css2?family=Agbalumo&display=swap");:root{--yellow:#f7eb1c;--yellow-light:#ffe24a;--yellow-dark:#e5c300;--blue:#005b96;--blue-light:#4d8fbf;--blue-dark:#003f6b;--green:#7dbf37;--green-light:#a6d967;--green-dark:#5e911e;--gray-light:#f9f9f9;--gray:#eaeaea;--gray-dark:#2c2c2c;--black:#000;--grey1:#f6f6f6;--grey2:#909090;--grey3:#787878;--grey4:#717171;--grey5:#ebebeb;--orange:#ff7f11;--orange-light:#ffa64d;--orange-dark:#c60;--red:#d72638;--red-light:#f0595b;--red-dark:#a11c28;--background-light:#fffbea;--background-dark:#212121;--border-light:#e6e6e6;--border-dark:#444;--headerHeight:70px;--white:#fff;--black:#171717}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background);font-family:Montserrat,Agbalumo,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.errorContainer{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem}.errorContainer>img{width:400px;height:240px}.errorContainer>h2{font-family:Montserrat;font-size:30px;font-weight:700;line-height:140%;margin-top:1rem;text-align:center;margin-bottom:1rem}@media screen and (max-width:767px){.errorContainer>img{width:90%;height:200px}}