:root{--color-primary:#00979C;--color-secondary:#FAC96C;--color-tertiary:#68CAD7;--color-tertiary-light:#EEF7F9;--color-quaternary:#808243;--color-quinary:#F49DAD;--color-quinary-light:#FDE6E3;--color-black:#000000;--color-grey:#FDE6E3;--color-grey-light:#FDE6E3;--color-white:#FFFFFF;--color-error-light:#F8D7DA;--color-error:#D60A21;--default-text-color:var(--color-black);--font-manofa:"Manofa",sans-serif;--font-acaraje:"Acaraje",sans-serif;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--default-font-family:var(--font-acaraje)}@custom-media --screen-from-xs (width >= 0);@custom-media --screen-up-to-xs (width < 0);@custom-media --screen-xs-xs (width >= 0) and (width < 0);@custom-media --screen-xs-sm (width >= 0) and (width < 480px);@custom-media --screen-xs-md (width >= 0) and (width < 768px);@custom-media --screen-xs-lg (width >= 0) and (width < 1024px);@custom-media --screen-xs-xl (width >= 0) and (width < 1280px);@custom-media --screen-xs-xxl (width >= 0) and (width < 1536px);@custom-media --screen-xs-mobile-nav-breakpoint (width >= 0) and (width < 992px);@custom-media --screen-from-sm (width >= 480px);@custom-media --screen-up-to-sm (width < 480px);@custom-media --screen-sm-xs (width >= 480px) and (width < 0);@custom-media --screen-sm-sm (width >= 480px) and (width < 480px);@custom-media --screen-sm-md (width >= 480px) and (width < 768px);@custom-media --screen-sm-lg (width >= 480px) and (width < 1024px);@custom-media --screen-sm-xl (width >= 480px) and (width < 1280px);@custom-media --screen-sm-xxl (width >= 480px) and (width < 1536px);@custom-media --screen-sm-mobile-nav-breakpoint (width >= 480px) and (width < 992px);@custom-media --screen-from-md (width >= 768px);@custom-media --screen-up-to-md (width < 768px);@custom-media --screen-md-xs (width >= 768px) and (width < 0);@custom-media --screen-md-sm (width >= 768px) and (width < 480px);@custom-media --screen-md-md (width >= 768px) and (width < 768px);@custom-media --screen-md-lg (width >= 768px) and (width < 1024px);@custom-media --screen-md-xl (width >= 768px) and (width < 1280px);@custom-media --screen-md-xxl (width >= 768px) and (width < 1536px);@custom-media --screen-md-mobile-nav-breakpoint (width >= 768px) and (width < 992px);@custom-media --screen-from-lg (width >= 1024px);@custom-media --screen-up-to-lg (width < 1024px);@custom-media --screen-lg-xs (width >= 1024px) and (width < 0);@custom-media --screen-lg-sm (width >= 1024px) and (width < 480px);@custom-media --screen-lg-md (width >= 1024px) and (width < 768px);@custom-media --screen-lg-lg (width >= 1024px) and (width < 1024px);@custom-media --screen-lg-xl (width >= 1024px) and (width < 1280px);@custom-media --screen-lg-xxl (width >= 1024px) and (width < 1536px);@custom-media --screen-lg-mobile-nav-breakpoint (width >= 1024px) and (width < 992px);@custom-media --screen-from-xl (width >= 1280px);@custom-media --screen-up-to-xl (width < 1280px);@custom-media --screen-xl-xs (width >= 1280px) and (width < 0);@custom-media --screen-xl-sm (width >= 1280px) and (width < 480px);@custom-media --screen-xl-md (width >= 1280px) and (width < 768px);@custom-media --screen-xl-lg (width >= 1280px) and (width < 1024px);@custom-media --screen-xl-xl (width >= 1280px) and (width < 1280px);@custom-media --screen-xl-xxl (width >= 1280px) and (width < 1536px);@custom-media --screen-xl-mobile-nav-breakpoint (width >= 1280px) and (width < 992px);@custom-media --screen-from-xxl (width >= 1536px);@custom-media --screen-up-to-xxl (width < 1536px);@custom-media --screen-xxl-xs (width >= 1536px) and (width < 0);@custom-media --screen-xxl-sm (width >= 1536px) and (width < 480px);@custom-media --screen-xxl-md (width >= 1536px) and (width < 768px);@custom-media --screen-xxl-lg (width >= 1536px) and (width < 1024px);@custom-media --screen-xxl-xl (width >= 1536px) and (width < 1280px);@custom-media --screen-xxl-xxl (width >= 1536px) and (width < 1536px);@custom-media --screen-xxl-mobile-nav-breakpoint (width >= 1536px) and (width < 992px);@custom-media --screen-from-mobile-nav-breakpoint (width >= 992px);@custom-media --screen-up-to-mobile-nav-breakpoint (width < 992px);@custom-media --screen-mobile-nav-breakpoint-xs (width >= 992px) and (width < 0);@custom-media --screen-mobile-nav-breakpoint-sm (width >= 992px) and (width < 480px);@custom-media --screen-mobile-nav-breakpoint-md (width >= 992px) and (width < 768px);@custom-media --screen-mobile-nav-breakpoint-lg (width >= 992px) and (width < 1024px);@custom-media --screen-mobile-nav-breakpoint-xl (width >= 992px) and (width < 1280px);@custom-media --screen-mobile-nav-breakpoint-xxl (width >= 992px) and (width < 1536px);@custom-media --screen-mobile-nav-breakpoint-mobile-nav-breakpoint (width >= 992px) and (width < 992px);.button{display:inline-block;transition:all .2s ease-in-out}.button,.button:active,.button:hover{text-decoration:none}.button--default{padding:12px 24px;font-weight:600;font-family:var(--font-manofa),sans-serif;background-color:var(--color-primary);border:1px solid var(--color-white);color:var(--color-white)}.button--default:active,.button--default:hover{background:none;border:1px solid var(--color-primary);color:var(--color-primary);text-display:none}.button--secondary{padding:12px 24px;font-weight:600;font-family:var(--font-manofa),sans-serif;background-color:var(--color-white);border:1px solid var(--color-white);color:var(--color-primary)}.button--secondary:active,.button--secondary:hover{background:none;border:1px solid var(--color-primary);color:var(--color-primary);text-display:none}.button--link{color:var(--color-black);transition:all .2s ease-in-out}.button--link:hover{color:var(--color-black);text-decoration:underline}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}*,:after,:before{box-sizing:border-box}html{font-size:62.5%}body,html{block-size:100%}body{min-block-size:100%;margin:0;overflow-x:hidden;font-size:1.7rem}article .block:first-of-type{margin-top:0}article .block:last-of-type{margin-bottom:0}.not-found__container{min-height:30vh;display:flex;align-items:center;justify-content:center;flex-direction:column}img{max-inline-size:100%;block-size:auto;max-block-size:100%}figure{margin:0}figure img{display:block}figure img[src*=".svg"]{inline-size:100%}a{color:currentColor}:where(ol[class]:not(.list)),:where(ul[class]:not(.list)){margin:0;padding:0;list-style:none}*{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}body,html{font-family:var(--default-font-family),sans-serif;font-weight:var(--font-weight-light);line-height:1.5;color:var(--default-text-color)}h1,h2,h3,h4,h5,h6,strong{font-weight:var(--font-weight-semibold)}h1,h2,h3,h4,h5,h6{font-family:var(--font-manofa),sans-serif;margin:0;line-height:1.2}h1{margin-block:2.4rem;font-size:3.6rem}@media(--screen-from-md ){h1{font-size:5.8rem}}h2{margin-block:3rem;font-size:2.8rem}@media(--screen-from-md ){h2{margin-block:6rem;font-size:4.8rem}}h3{font-size:2rem}@media(--screen-from-md ){h3{font-size:2.4rem}}h4{font-size:2.4rem;font-weight:var(--font-weight-medium);font-family:var(--default-font-family),sans-serif!important}h5{font-size:2rem;font-weight:var(--font-weight-semibold);color:var(--color-cadet-dark)}h6{font-size:1.6rem}@font-face{font-family:acaraje;src:url(/_next/static/media/d5afe7adb271f766-s.p.otf) format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:acaraje;src:url(/_next/static/media/9ac78213474af4f5-s.p.otf) format("opentype");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:acaraje;src:url(/_next/static/media/3270fba97d5d423a-s.p.otf) format("opentype");font-display:swap;font-weight:400;font-style:italic}@font-face{font-family:acaraje;src:url(/_next/static/media/1072d5dba151dac8-s.p.otf) format("opentype");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:acaraje;src:url(/_next/static/media/9e1d7e987dc5a2bf-s.p.otf) format("opentype");font-display:swap;font-weight:500;font-style:italic}@font-face{font-family:acaraje;src:url(/_next/static/media/ede26d6ee5f13728-s.p.otf) format("opentype");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:acaraje;src:url(/_next/static/media/50c31247846116c1-s.p.otf) format("opentype");font-display:swap;font-weight:600;font-style:italic}@font-face{font-family:acaraje;src:url(/_next/static/media/d879f989f8693e15-s.p.otf) format("opentype");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:acaraje;src:url(/_next/static/media/58b0929463dae0ae-s.p.otf) format("opentype");font-display:swap;font-weight:700;font-style:italic}@font-face{font-family:acaraje;src:url(/_next/static/media/ab552a2b61ba98dc-s.p.otf) format("opentype");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:acaraje;src:url(/_next/static/media/0cc33a85e443f994-s.p.otf) format("opentype");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:acaraje Fallback;src:local("Arial");ascent-override:90.40%;descent-override:17.01%;line-gap-override:0.00%;size-adjust:111.73%}.__className_83ba99{font-family:acaraje,acaraje Fallback}