@import url("https://fonts.googleapis.com/css2?family=Corinthia:wght@400;700&display=swap");.header{display:flex;flex-direction:row;justify-content:end;position:fixed;width:100%!important;background:#99bc85;opacity:1;padding:1%;.header-menu,.left{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.header-menu{gap:16px;padding-right:32px}.header-button{background-color:#125f15;color:#fff;margin-left:16px;margin-right:16px;font-size:16px}}.name-with-logo{display:flex;flex-direction:row;justify-content:center;align-items:center;.header-logo{width:50px;height:50px}.header-title{padding-left:32px;font-family:Corinthia,sans-serif;font-size:32px;color:#fff;font-weight:700}}.header-enter{opacity:0;transform:translateY(-100%)}.header-enter-active{transition:opacity .3s,transform .3s}.header-enter-active,.header-exit{opacity:1;transform:translateY(0)}.header-exit-active{opacity:0;transform:translateY(-100%);transition:opacity .3s,transform .3s}.main-content{display:flex;flex-direction:column;justify-content:center;.about{position:absolute;width:50%;top:40%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:center;.tagline{align-self:flex-end;font-size:24px;color:#fff;font-weight:700}}}.green-linear-gradient-text{font-size:24px;background:-webkit-linear-gradient(-90deg,#ffbe40,#ff7a00);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.semi-circle{border-radius:50%;left:-6%;top:10%;width:300px;height:300px;position:relative;overflow:hidden}.quarter-circle,.semi-circle{opacity:.5;background:radial-gradient(#f3f4f6,#f3f4f6)}.quarter-circle{border-bottom-left-radius:120vh;width:120vh;height:120vh}.top-quarter-circle{border-top-left-radius:90vh;width:90vh;height:90vh;background:radial-gradient(#f3f4f6,#f3f4f6)}.green-top-quarter-circle{border-top-left-radius:150px;width:150px;height:150px;opacity:.4;background-color:#09420f}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity 1s}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity 1s}.bg{width:100vw;height:80vh;background-size:cover}