:root{--fs-xs: clamp(.75rem, .3vw + .6rem, .9rem);--fs-sm: clamp(.875rem, .5vw + .7rem, 1rem);--fs-md: clamp(1rem, .7vw + .8rem, 1.25rem);--fs-lg: clamp(1.5rem, 1vw + 1rem, 2rem);--fs-xl: clamp(2rem, 1.5vw + 1rem, 3rem);--fs-xxl: clamp(3rem, 2vw + 1.5rem, 4rem);--space-xs: clamp(.5rem, .5vw, 1rem);--space-sm: clamp(1rem, 1vw, 1.5rem);--space-md: clamp(1.5rem, 1.5vw, 2.5rem);--space-lg: clamp(2rem, 2vw, 4rem);--primary-color: #01ADB4;--secondary-color: #E10D80;--tertiary-color: #fff;--color-4: #d3def2;--header-height: 70px;--nav-width: 250px;--max-width: 2000px}*,:before,:after{margin:0;padding:0;box-sizing:border-box}button{outline:none;font-family:inherit;box-sizing:border-box}body{display:flex;flex-direction:column;height:100%;min-height:100vh;width:100%;font-family:Libre Baskerville,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-size:var(--fs-md);color:#222;background-color:#fdfdfd}#root{display:flex;flex-direction:column;width:100%;max-width:var(--max-width);height:100%;min-height:100vh;margin:0 auto}body #root .page{display:flex;flex-direction:column;height:100%;min-height:100vh;width:100%}body #root h2{font-family:Galada,cursive;font-optical-sizing:auto;font-style:normal}.main-container{width:100%;margin-top:var(--header-height);display:flex;flex-direction:column}.main-content{padding:0}.hyperlink{width:fit-content;text-decoration:none;color:#fff}h2.section-heading{padding-top:30px;text-align:center;line-height:1}p.section-sub-heading{text-align:center}.milestones{background-color:var(--primary-color)}.milestones #statistics{display:grid;grid-template-columns:repeat(auto-fit,350px);grid-template-rows:repeat(auto-fit,150px);justify-content:center;gap:30px;max-width:1200px;padding:30px 10px 50px;margin:0 auto}.cta-container{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 20px;padding:10px}.cta{display:block;border-radius:10px;background-color:var(--primary-color);padding:10px 20px;border:2px solid transparent;transition:color .25s ease-in-out;text-align:center;cursor:pointer}.cta:hover{background-color:var(--secondary-color);color:var(--tertiary-color);border:2px solid var(--tertiary-color)}.auto-truncate{flex:1;overflow:hidden;text-overflow:ellipsis}.truncated-text-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.truncated-text-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.img-fit{object-fit:cover;object-position:center}.hero_img-x-overlay{position:relative;width:100%;height:100%}.hero-overlay{width:100%;height:100%;background-color:#000;opacity:.5;position:absolute;top:0;left:0}.hero_img{height:100%;width:100%;display:block;object-fit:cover;object-position:center}.hero-text{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.map-section,.map-section iframe{width:100%;min-width:100%;max-width:100%}.introduction-container{padding:10px 10px 30px;display:flex;align-items:center;gap:20px}.intro-hype{min-width:15ch;max-width:15ch;font-size:30px;padding:15px 0}.separator{min-width:3px;max-width:3px;align-self:stretch;background-color:var(--primary-color)}.intro-paragraph{max-width:80ch}@media screen and (max-width:665px){.introduction-container{flex-direction:column;gap:10px}.intro-hype{padding:0;max-width:unset;text-align:center}.separator{min-width:50%;max-width:50%;height:4px;align-self:center}}@media screen and (max-width:400px){.milestones #statistics{display:flex;flex-direction:column}}
