.Footer_footer__yl3k1 {
  background-color: #fff;
  height: 40px;
  width: 100vw;
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  box-shadow: -5px -5px 8px #888;
}
@media print {
  .Footer_footer__yl3k1 {
    display: none;
  }
}
.Footer_footerText__iN_91 {
  margin-right: 20px;
  font-size: 0.8rem;
  color: #84bd00;
}
.Footer_footerText__iN_91:hover {
  cursor: pointer;
  background-color: #84bd00;
  color: #fff;
}
.Footer_informationPanel__nOeqm {
  height: 70vh;
  width: 60vw;
  position: absolute;
  top: 100px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
.Footer_panelClose__oElaW {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 240px;
  font-weight: 700;
  color: #84bd00;
}
.Footer_panelClose__oElaW:hover {
  color: #fff;
  background-color: #84bd00;
  cursor: pointer;
}
.Footer_panelText__LSCE_ {
  border-top: 2px solid #000;
  padding: 10px 20px 20px;
}
@media screen and (max-width: 456px) {
  .Footer_informationPanel__nOeqm {
    width: 95vw;
  }
}
.Header_header__072v2 {
  background-color: #fff;
  height: 80px;
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-shadow: 10px 10px 8px #888;
}
.Header_logos__02bCH {
  margin: 0 40px;
  height: 40px;
}
.input_container__RWFIc {
  display: flex;
  background-color: #fff;
  width: calc(350px * 1.1);
  height: calc(450px * 1.1);
  flex-direction: column;
  align-items: center;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 100px;
  transform: translateY(-50%);
  overflow: none;
  justify-content: space-around;
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.74);
}
.input_opener__hiyIP {
  text-align: center;
  margin: 40px 40px 20px;
  font-size: 19px;
}
.input_threeInputsContainer__Prmxq {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px;
  width: 80%;
}
.input_inputLong__fqt1J {
  width: 80%;
  border: 3px solid #69a500;
  border-radius: 8px;
  box-sizing: border-box;
  height: 40px;
  margin: 10px 0;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
}
.input_inputError__Hor8d {
  border-color: red;
}
.input_inputShort__TS6nt {
  width: 90px;
  border: 3px solid #84bd00;
  border-radius: 8px;
  box-sizing: border-box;
  height: 40px;
  font-size: 24px;
  text-align: center;
}
.input_button__SMF_R {
  width: 80%;
  background-color: #84bd00;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  height: 42px;
  line-height: 42px;
  margin: 20px 0;
  font-family: Titillium Web;
  font-size: 1.1em;
  line-height: 1.1em;
  border: none;
}
.input_button__SMF_R:hover {
  cursor: pointer;
  background-color: #5d8500;
}
@media screen and (max-width: 800px) {
  .input_resultField__rCRY9 {
    height: 90vh;
  }
  .input_container__RWFIc {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: auto;
    position: relative;
    margin-top: 2%;
    transform: none;
    width: 350px;
    height: 450px * 1.1;
  }
}
.input_text16__wlt0D {
  font-size: 0.8 rem;
}
