:root{--theme-color-light:#15b055;--theme-color:#10a050;--theme-color-dark:#2a9a4a;--theme-text-dark:#20602a;--theme-text-dim:#3a703a;--container-bg-main:#fff;--container-bg-secondary:#fafafa;--highlight-yellow:#cad010;--theme-dim-dark:#306040;--theme-dim-dark-text:#80b090;--font-stack:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:16px}body,html{height:100%}body{margin:0;padding:0;font-family:var(--font-stack)}h1{text-align:center;font-weight:800;color:var(--theme-text-dark);margin-top:4rem;margin-left:.5rem;margin-right:.5rem;font-size:2.5rem}h1.no-upper-margin{margin-top:0}h2{color:var(--theme-text-dark);font-weight:400;text-transform:uppercase}p.sub-header-text{font-size:1.2rem;text-align:center;color:var(--theme-text-dim);margin-bottom:2rem;margin-top:1rem}.center{text-align:center}input,textarea{font-family:var(--font-stack);display:block;width:100%;font-size:1rem;font-weight:400;padding:.6rem;border:0;outline:none;border-radius:4px;border:1px solid #ccc;margin-top:1rem}textarea{min-width:100%;max-width:100%;min-height:8rem;max-height:15rem}label{display:block;color:var(--theme-text-dark);margin-top:1rem;font-size:1.1rem;padding:.2rem}form{max-width:800px;margin:auto;padding:.5rem}button{margin-top:1rem;padding:.5rem 2rem}a{color:var(--theme-color-dark)}.paragraph-block{max-width:1000px;padding:1.5rem;margin:auto}.paragraph-block p{line-height:1.8;margin-top:1rem;color:#555;font-weight:400}.paragraph-block b{font-weight:600;color:#343}@media screen and (min-width:600px){.paragraph-block.with-image-left,.paragraph-block.with-image-right{display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.paragraph-block.with-image-left .text-div{-ms-flex-order:2;order:2}.paragraph-block .text-div h2{text-align:left}.paragraph-block.with-image-left .img-div{-ms-flex-order:1;order:1;text-align:center}.paragraph-block.with-image-right .text-div{-ms-flex-order:1;order:1}.paragraph-block.with-image-right .img-div{-ms-flex-order:2;order:2;text-align:center}.paragraph-block.with-image-left img,.paragraph-block.with-image-right img{max-width:200px;margin:auto}.container:nth-child(2n){background:var(--container-bg-main)}.container{background:var(--container-bg-secondary);border-top:1px solid #e0eee0;padding-bottom:2rem}.narrower-panel{margin:0 2rem}.container.green{background:-webkit-gradient(linear,left top,right top,from(var(--theme-color-light)),color-stop(var(--theme-color-dark)),to(var(--theme-color-light)));background:linear-gradient(90deg,var(--theme-color-light),var(--theme-color-dark),var(--theme-color-light));-webkit-box-shadow:inset 0 0 10px -5px rgba(0,0,0,.5);box-shadow:inset 0 0 10px -5px rgba(0,0,0,.5)}.container.green h1{color:#fff}.round-button{display:inline-block;background:var(--theme-color);color:#fff;padding:1rem 3rem;border:none;font-size:1rem;border-radius:999px;text-decoration:none;cursor:pointer;-webkit-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 6px -5px rgba(0,0,0,.5);box-shadow:0 0 6px -5px rgba(0,0,0,.5);-webkit-transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:-webkit-transform .2s,-webkit-box-shadow .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s,-webkit-box-shadow .2s}.round-button:hover{background:var(--theme-color-light);-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 3px 20px -5px rgba(0,0,0,.5);box-shadow:0 3px 20px -5px rgba(0,0,0,.5)}.round-button.white{background:#fff;color:var(--theme-text-dim)}.loose{padding-top:2rem;padding-bottom:2rem}.small-horizontal-line{height:3rem;width:100%;position:relative}.small-horizontal-line:after{content:"";position:absolute;height:4px;width:30%;max-width:5rem;left:50%;top:30%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:var(--theme-color-dark)}.m-auto{margin:auto}.max-w-6xl{max-width:72rem}.mb-12{margin-bottom:3rem}.top-ellipse{position:relative;width:100%;top:-1px;height:4rem;overflow:hidden}.top-ellipse:after{content:"";position:absolute;width:130%;bottom:0;left:-15%;height:12rem;overflow:hidden;border-radius:50%;background:var(--container-bg-secondary)}.white.top-ellipse:after{background:var(--container-bg-main)}.bottom-ellipse{position:relative;width:100%;bottom:-1px;height:4rem;overflow:hidden}.bottom-ellipse:after{content:"";position:absolute;width:130%;top:0;left:-15%;height:12rem;overflow:hidden;border-radius:50%;background:var(--container-bg-secondary)}.white.bottom-ellipse:after{background:var(--container-bg-main)}.no-padding{padding:0}@media screen and (min-width:600px){html{font-size:16px}}@media screen and (min-width:1200px){html{font-size:18px}.narrower-panel{margin:0 10rem}}.bottom-margin{margin-bottom:2rem}