.button{box-sizing:border-box;max-width:calc(100% - 30px);border-radius:3px;padding:5px 10px}@media(min-width:768px){.button{padding:10px 35px}}.button--blue{background-color:var(--blue)}.button--green{background-color:var(--green)}.button__link{font-family:Poppins;font-size:18px;font-weight:200;text-decoration:none;color:#fff}.section-with-pre-title{padding:75px 0 30px}@media(min-width:768px){.section-with-pre-title{padding:45px 0}}.section-with-pre-title .row{width:100%;margin:0 auto}.section-with-pre-title .pre-title{text-align:center;font-family:Poppins;font-size:32px;font-weight:200;margin-bottom:30px;color:inherit}.info-with-background-section{position:relative;width:100%}.info-with-background-section__image{width:100%;height:700px;background-size:cover;background-repeat:no-repeat}.info-with-background-section--align-left .info-with-background-section__image{position:absolute;bottom:-30px;height:45vh;background-size:contain;background-position:0}@media(min-width:768px){.info-with-background-section--align-left .info-with-background-section__image{height:500px;bottom:-45px}}.info-with-background-section--cover__image{background-size:cover;background-position:50%}.info-with-background-section__content{min-height:400px;position:relative;z-index:1}.link{font-family:Poppins;font-size:17px;font-weight:200;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;color:var(--blue)}.desktop-warning{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--blue);color:#fff;padding:15px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.desktop-warning__content{display:flex;align-items:center;justify-content:center;max-width:1200px;margin:0 auto;gap:15px;position:relative}.desktop-warning__icon{font-size:24px;flex-shrink:0}.desktop-warning__message{font-family:Poppins;font-size:16px;font-weight:300;margin:0;text-align:center;line-height:1.4}.desktop-warning__dismiss{position:absolute;right:0;background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:5px 10px;border-radius:3px;transition:background-color .2s ease}.desktop-warning__dismiss:focus,.desktop-warning__dismiss:hover{background-color:hsla(0,0%,100%,.1);outline:none}.desktop-warning__dismiss:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width:767px){.desktop-warning{display:none}}.timeline{display:flex;align-items:center;justify-content:center;flex-direction:column;width:100%;position:relative;color:var(--blue)}@media(min-width:768px){.timeline{padding:70px 0}}.timeline__track{margin:0 auto;width:100%;height:600px;position:relative;display:flex;flex-direction:column;justify-content:space-between}@media(min-width:768px){.timeline__track{height:auto;flex-direction:row;justify-content:space-between;align-items:center}}.timeline__track:before{content:"";display:block;width:100%;height:5px;background-color:var(--blue);position:absolute;top:50%;left:0}@media(max-width:768px){.timeline__track:before{width:5px;height:100%;top:0;left:50%;transform:translateX(-50%)}}.timeline__item{position:relative;display:flex;flex-direction:column;align-items:center}@media(min-width:768px){.timeline__item{margin-bottom:0}}.timeline__item h2{display:block;position:absolute;font-size:22px;font-weight:400;white-space:normal;color:var(--blue);margin-top:-4px}@media(min-width:768px){.timeline__item h2{margin-top:0;font-size:20px}}.timeline__item h2.timeline__item--top{left:50vw}@media(min-width:768px){.timeline__item h2.timeline__item--top{left:unset;bottom:40px}}.timeline__item h2.timeline__item--bottom{right:50vw}@media(min-width:768px){.timeline__item h2.timeline__item--bottom{right:unset;top:40px}}.timeline__item-dot{width:25px;height:25px;border-radius:50%;background-color:var(--blue)}@media(max-width:768px){.timeline__item-dot{width:20px;height:20px}}.timeline__background{padding-top:30px;width:100%;display:flex;justify-content:center}@media(min-width:768px){.timeline__background{justify-content:flex-end;padding-top:5px}}.timeline__background img{width:240px;height:100%;object-fit:cover}.hero{height:89vh;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:start;background-color:var(--bg-blue);padding-top:150px}@media(min-width:768px){.hero{height:auto;padding-top:100px;padding-bottom:50px}}.hero .row{display:flex;flex-direction:column;align-items:center;justify-content:center}.hero__date,.hero__subtitle,.hero__title{color:var(--blue)}.hero__date,.hero__subtitle{font-family:Poppins,sans-serif;font-size:24px;font-weight:200}@media(min-width:768px){.hero__date,.hero__subtitle{font-size:33px}}.hero__date,.hero__subtitle{margin-bottom:30px}.hero__date{text-decoration:none;color:var(--blue)}@media(min-width:768px){.hero__date{margin-bottom:70px}}.hero__title{text-align:center;font-family:Brittany;font-size:55px;margin-bottom:30px}@media(min-width:768px){.hero__title{font-size:88px;margin-bottom:50px}}.hero__plants{width:100%;height:180px;background-size:contain;background-position:50%;background-repeat:no-repeat}.hero__arrow-down{position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.hero__arrow-down svg{width:32px;height:32px}.hero__arrow-down svg path{stroke:var(--blue)}.info-section__wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}@media(min-width:768px){.info-section__wrapper{flex-direction:row}}.info-section__image{width:100%;overflow:hidden;padding:0 15px;margin-bottom:30px}.info-section__image img{width:100%;height:100%;object-fit:cover}.info-section__description{padding:0 15px;font-size:18px;font-weight:200;text-align:center;margin-bottom:30px}.info-section__cta{width:100%;margin:0 auto;text-align:center;padding:15px 0;background-color:var(--green)}@media(min-width:768px){.info-section__cta{background-color:transparent}}.when-section{width:100%;text-align:center;display:flex;flex-direction:column;align-items:center;padding-bottom:350px}@media(min-width:768px){.when-section{padding-top:60px;padding-bottom:0}}.when-section__title{font-size:22px;font-weight:200;margin-bottom:30px}@media(min-width:768px){.when-section__title{font-size:38px}}.when-section__times{font-size:18px;font-weight:400;margin-bottom:30px}@media(min-width:768px){.when-section__times{font-size:26px}}.when-section__description{font-size:18px;font-weight:200;text-align:center;margin-bottom:90px;max-width:70%}@media(min-width:768px){.when-section__description{font-size:26px;margin-bottom:30px}}.when-section__cta{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:var(--blue);text-decoration:underline;text-underline-offset:6px;font-size:24px;font-weight:200;margin-bottom:200px}@media(min-width:768px){.when-section__cta{font-size:26px;padding-bottom:0}}.map-section{position:relative;display:flex;flex-direction:row}.map-section__background{width:100%;height:100%;display:flex;flex-direction:row}.map-section__col{width:100%;height:500px;flex:1 1}.map-section__col--left{background-color:var(--bg-blue)}.map-section__col--right{background-color:#fff}.map-section__description{font-size:24px;font-weight:200;text-align:center;margin-bottom:30px}.map-section__description--bold{font-weight:400}.map-section__description--soft{margin-top:10px;font-size:18px;font-weight:200}.map-section__google-embed{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-bottom:60px}.map-section__google-embed iframe{text-align:center;width:100%;height:300px}@media(min-width:768px){.map-section__google-embed iframe{width:500px;height:300px}}