.search-form{display:inline-flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:250px;margin:0 auto;background-color:#444;border-radius:1rem}.search-input,.search-submit{height:2.5rem;font-size:1.5rem;background-color:transparent;border:1px solid #ddd}.search-input{width:100%;padding-left:1em;border-top-left-radius:1rem;border-bottom-left-radius:1rem;border-right:none}.search-input:focus{outline:none}.search-submit{background-color:transparent;cursor:pointer;border-left:none;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.search-submit:focus{background-color:#d2691e}.search-submit--hover,.search-submit:hover{opacity:.5}.home-screen{display:grid;width:100vw;height:100vh;grid-area:home-screen;grid-template-areas:"header header header" "left main right" "footer footer footer";grid-template-rows:80px 1fr 40px;grid-template-columns:80px 1fr 80px}.home-screen>header{grid-area:header;background-color:#fff8dc}.home-screen>main{display:flex;padding:0 10%;align-items:center;justify-content:center;grid-area:main;border-radius:var(--home-screen-main-border-radius);background-color:#1c1c1c}.home-screen>footer{grid-area:footer;margin:0 calc(var(--home-screen-main-border-radius)*2);margin-top:4px;border-top:1px solid #d3d3d3}.under-construction-screen{display:grid;flex-direction:column;align-items:center;height:100vh;position:relative;overflow:hidden;background:var(--color-primary);grid-area:under-construction-screen;grid-template-areas:"card img";grid-template-columns:minmax(542px,40%) 60%}.under-construction-screen--mobile{grid-template-columns:1fr}.under-construction-screen>section{width:100%;height:100%;max-height:675px;grid-area:card}.under-construction-screen__card{display:flex;height:100%;min-height:500px;width:100%;max-width:400px;min-width:200px;margin:auto;border-radius:50px;background:#62b765;box-shadow:20px 20px 60px #539c56,-20px -20px 60px #71d274}.under-construction-screen__grid{display:flex;flex-direction:column;list-style-type:none;width:100%;min-width:320px;max-width:460px;padding:44px;margin:0 auto}.under-construction-screen__grid__header{padding-top:24px;font-size:28px;text-align:center}.under-construction-screen__grid__info{display:flex;flex:1 1;align-items:center;font-size:18px;text-align:center;line-height:1.6}.under-construction-screen__grid__info__link{color:#767575;font-style:italic;text-decoration:none}.under-construction-screen__grid__tooltip{margin-top:auto;font-size:14px;font-style:italic;color:var(--color-contrast)}.under-construction-screen__grid>:last-child{margin-top:4px}.under-construction-screen__grid__wrapper{display:flex;width:100%;position:relative}.under-construction-screen__grid__wrapper__label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;top:50%;left:10px;color:#94ea94;font-size:14px;transition:font .1s ease,top .1s ease,transform .1s ease,-webkit-transform .1s ease;-webkit-transform:translateY(0);transform:translateY(0)}.under-construction-screen__grid__wrapper__label--has-text{-webkit-transform:translateY(-150%);transform:translateY(-150%);font-size:11px}.under-construction-screen__grid__wrapper:focus-within>label{transition:font .1s ease,top .1s ease,transform .1s ease,-webkit-transform .1s ease;-webkit-transform:translateY(-150%);transform:translateY(-150%);font-size:11px}.under-construction-screen__grid__wrapper__input{height:48px;width:100%;padding:10px 10px 0;border:1px solid var(--color-primary-dark);border-bottom:2px solid var(--color-primary-light);border-radius:4px;background:#2f8639;font-size:16px}.under-construction-screen__grid__wrapper__input:focus{outline:none}.under-construction-screen__grid__wrapper__btn{display:flex;justify-content:center;align-items:center;margin-right:-26px;margin-left:2px;background-color:var(--color-primary-dark);border:none;border-top-right-radius:4px;border-bottom-right-radius:4px;color:silver;cursor:pointer}.under-construction-screen__grid__wrapper__btn:hover>svg>path{fill:#00f}.under-construction-screen__grid__wrapper__btn:active{background-color:var(--color-primary-light)}.under-construction-screen__grid__wrapper__btn>svg>path{fill:var(--color-contrast)}.under-construction-screen__img{grid-area:img;width:100%;height:100%;background-image:url(https://images.unsplash.com/photo-1546164196-2e0f9b46c50d?auto=format&fit=crop&ixid=MnwxMjA3fDB8MHxzZWFyY2h8MTIxfHxwbGFuZXQlMjBlYXJ0aHxlbnwwfHwwfHw%3D&ixlib=rb-1.2.1&q=60&w=500);opacity:.7;border:none;background-position:50%;background-repeat:no-repeat;background-size:cover}body{height:100%;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}:root{--color-primary:#62b765;--color-primary-dark:#2f8639;--color-primary-light:#94ea94;--color-contrast:#185af2;--home-screen-main-border-radius:5%;--pos-left:25%}*{box-sizing:border-box;margin:0;padding:0}
/*# sourceMappingURL=main.e238979f.chunk.css.map */