@charset "utf-8";
/* CSS Document */
/* 
 * NOTE: DO NOT CHANGE THE TEMPLATE!!!!!!!!!!!!!!NOTE: DO NOT CHANGE THE TEMPLATE!!!!!!!!!!!!!!NOTE: DO NOT CHANGE THE TEMPLATE!!!!!!!!!!!!!!!!!!!
 */
/*@import url("https://use.typekit.net/brw6gqz.css");*/
@font-face {
  font-family: AvenirLTStd_Black;
  src: url("../fonts/AvenirLTStd_Black.ttf");
}
@font-face {
  font-family: Avenir-HeavyOblique;
  src: url("../fonts/Avenir-HeavyOblique.ttf");
}
@font-face {
  font-family: AvenirLTStd-Medium;
  src: url("../fonts/AvenirLTStd-Medium.ttf");
}
@font-face {
  font-family: AvenirLTStd-Medium;
  src: url("../fonts/AvenirLTStd_Black.ttf");
}
@font-face {
  font-family: AvenirLTStd-45Book;
  src: url("../fonts/AvenirLTStd-45Book.ttf");
}
@font-face {
  font-family: Avenir-HeavyOblique1;
  src: url("../fonts/Avenir-HeavyOblique1.otf");
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  list-style: none;
  text-decoration: none;
  font-weight: normal;
  -webkit-backface-visibility: hidden;
  -webkit-user-drag: none;
  user-drag: none;
}

body {
  max-height: 100vh;
  overflow: hidden;
}
input,
input:before,
input:after {
  -webkit-user-select: initial;
  -khtml-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

sup,
sub {
  line-height: 0px;
  position: relative;
  font-size: 0.6em;
  top: 0.05em;
}
a {
  text-decoration: none !important;
  font-style: normal !important;
}

.wrapper {
  /*  font-family: gesta, sans-serif;*/
  font-weight: 400;
  font-style: normal;
  background-size: contain;
  visibility: hidden;
  overflow: hidden;
  color: #003a44;
}
#wrapperImg {
  position: absolute;
  inset: 0;
  visibility: visible;
  z-index: 999;
}

#wrapperImg img {
  width: 100%;
  max-height: 100vh;
}

.container {
}

#splash_01 {
  background: url(../images/banner.png) no-repeat;
  background-size: 100vw 100vh;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.title_1 {
  color: #fff;
  font-size: 26px;
  font-family: AvenirLTStd_Black;
  text-align: center;
  letter-spacing: -0.6px;
  padding-block: 25px;
  height: 10vh;
}
.title_1 span {
  font-weight: bold;
  font-size: 40px;
  letter-spacing: 1px;
}
.form_area {
  max-width: 80%;
  position: relative;
  left: 20%;
  font-family: AvenirLTStd_Black;
  font-size: 12px;
  color: #3c3c3b;
  height: 20vh;
}

.form_area ul {
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  padding: 20px;
}

.inputs-container {
  flex-grow: 1;
  max-width: 40%;
}
.inputs-container li {
  margin: 10px;
}

.text_list_item {
  flex-basis: 40%;
  font-size: 16px;
}
.text_list_item p {
  padding: 10px;
  margin-block: 10px;
}

.form_area ul li label {
  width: 100%;
  font-family: AvenirLTStd-45Book;
  color: #707070;
  font-size: 13px;
  padding-bottom: 9px;
  display: block;
  float: left;
}
.form_area ul li select,
.form_area ul li input {
  background-color: #d3d827;
  appearance: none;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 7px;
  font-size: 16px;
  border: solid 0.5px #3c3c3b;
  font-family: AvenirLTStd_Black;
  color: #3c3c3b !important;
  padding: 10px;
}
.form_area ul li select {
  background-image: url(../images/arrow1.png);
  background-repeat: no-repeat;
  background-color: #d3d827;
  background-position: 95% 15px;
  background-size: 14px;
  font-size: 14px;
  font-family: AvenirLTStd_Black;
}
.form_area ul li select option {
  font-size: 14px !important;
}
.list1 {
  /* padding-bottom: 26px; */
}

.change::-webkit-input-placeholder {
  /* Edge */

  padding-left: 2px !important;
  color: red !important;
  text-align: center !important;
}

.change::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  padding-left: 2px !important;
  color: red !important;
  text-align: center !important;
}

.change::placeholder {
  padding-left: 2px !important;
  color: red !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #3c3c3b;
  font-family: AvenirLTStd_Black;
  text-align: center !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #3c3c3b;
  font-family: AvenirLTStd_Black;
  text-align: center !important;
}

::placeholder {
  color: #3c3c3b;
  font-family: AvenirLTStd_Black;
  text-align: center !important;
}

.box_one {
  margin-top: 3dvh;
  height: 19dvh;
  width: 30%;
  position: relative;
  left: 25%;
  padding-inline-start: 20px;
}
.box_text {
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding-block: 5px 20px;
  margin-bottom: 20px;
  font-family: AvenirLTStd_Black;
}
.box_value {
  padding: 5px;
  margin: 0;
  list-style: none;
  font-family: AvenirLTStd_Black;
  color: #005589;
}
.box_value label {
  font-size: 14px;
  color: #005589;
}
.box_value li {
  margin-bottom: 15px;
}
.box_value li input {
  width: 100px;
  font-size: 14px;
  background: #e2e2e2;
  text-align: center;
  color: #ef4130;
  float: right;
  height: 25px;
  margin-right: -1px;
  pointer-events: none;
  border: solid 1px #3c3c3b;
  border-radius: 5px;
  font-family: AvenirLTStd_Black !important;
}
.box_value li input::-webkit-input-placeholder {
  /* Edge */
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}
.box_value li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}
.box_value li input::placeholder {
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}

.part2_text_head {
  font-family: AvenirLTStd_Black;
  color: #fff;
  text-align: center;
  font-size: 22px;
  width: 50%;

  padding: 10px;
  height: 10vh;
  position: relative;
  left: 35%;
  bottom: 14vh;
}
.HFH_part2_box_one {
  height: 16vh;
  width: 36%;
  position: relative;
  left: 22%;
  bottom: 17vh;
  padding-inline: 20px;
  padding-top: 10px;
}
.HFH_heading {
  font-family: AvenirLTStd_Black;
  color: #ef4130;
  text-align: center;
  font-size: 14px;
}

.HFH_part2_box_value {
  margin-top: 3vh;
  list-style: none;
  font-family: AvenirLTStd_Black;
  color: #005589;
  padding-inline: 3%;
  font-size: 14px;
}

.HFH_part2_box_value li {
  margin-bottom: 15px;
}
.HFH_part2_box_value li input {
  width: 95px;
  background: #e2e2e2;
  text-align: center;
  color: #ef4130;
  float: right;
  height: 21px;
  margin-right: -1px;
  pointer-events: none;
  border: solid 1px #3c3c3b;
  border-radius: 5px;
  font-family: AvenirLTStd_Black !important;
}
.HFH_part2_box_value li input::-webkit-input-placeholder {
  /* Edge */
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}
.HFH_part2_box_value li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}
.HFH_part2_box_value li input::placeholder {
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}

.HFH_part3_box_one {
  width: 33%;
  position: relative;
  left: 62%;
  bottom: 34vh;
  padding-inline: 20px;
  padding-block: calc(15px + 1dvh) 3dvh;
}
.HFH_heading2 {
  height: 35px;
  font-family: AvenirLTStd_Black;
  color: #ef4130;
  text-align: center;
  font-size: 14px;
}
.HFH_part3_box_value {
  margin-top: 3.2vh;
  list-style: none;
  font-family: AvenirLTStd_Black;
  color: #005589;
  padding-inline: 3%;
  font-size: 14px;
}
.HFH_part3_box_value label {
  font-size: 14px;
}
.HFH_part3_box_value li {
  margin-bottom: 15px;
}
.HFH_part3_box_value li input {
  width: 95px;
  background: #e2e2e2;
  text-align: center;
  color: #ef4130;
  float: right;
  height: 21;
  padding: 2px;
  margin-right: -1px;
  pointer-events: none;
  border-radius: 5px;
  font-family: AvenirLTStd_Black !important;
}
.HFH_part3_box_value li input::-webkit-input-placeholder {
  /* Edge */
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}
.HFH_part3_box_value li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}
.HFH_part3_box_value li input::placeholder {
  color: #ef4130;
  font-family: AvenirLTStd_Black !important;
}

.number_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30%;
  height: 19dvh;
  position: relative;
  left: 64%;
  bottom: 18.5vh;
}
.number_text {
  font-family: AvenirLTStd_Black;
  font-size: 22px;
  color: #fff;
  text-align: center;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
}
.number {
  font-family: AvenirLTStd_Black;
  font-size: 25px;
  color: #fff;
  text-align: center;

  /* letter-spacing: 7px; */
}
.number input {
  width: 100%;
  height: 65px;
  text-align: center;
  font-size: 49px;
  background: #ee4130;
  pointer-events: none;
}
.number input::-webkit-input-placeholder {
  /* Edge */
  color: #ffffff;
}

.number input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
  font-family: AvenirLTStd_Black;
}

.number input::placeholder {
  color: #ffffff;
  font-family: AvenirLTStd_Black;
}
.number input:focus {
  outline: none;
}
.number input {
  color: #ffffff;
  font-size: 70px;
  font-family: AvenirLTStd_Black;
  /* scroll-padding-inline-end: auto; */
  margin-top: 10px;
}
.error_text {
  width: 94%;
  height: auto;
  color: #060505;
  position: absolute;
  top: -165px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  font-family: AvenirLTStd-Medium;
  left: -27px;
  letter-spacing: -0.3px;
  display: none;
}
#view-outcome-red-output {
  font-family: AvenirLTStd_Black;
}
select,
select option {
  color: #3c3c3b !important;
  font-family: AvenirLTStd_Black !important;
  /* text-align: center !important; */
}

/*Popup*/

#infoBtn {
  font-family: Avenir-HeavyOblique1;
  font-size: 14px;
  color: #ef4130;
  background: transparent;
  text-transform: uppercase;
  padding-left: 10px;
  cursor: pointer;
  position: absolute;
  bottom: 8dvh;
  left: 52.5%;
}

#info_popup {
  width: 1024px;
  height: 768px;
  top: 0px;
  left: 0px;
}
#info_wrapper {
  position: absolute;
  width: 80%;
  height: 60dvh;
  left: 20%;
  top: 20dvh;
  background-image: url("../images/info_wrapper.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
#info_overlay {
  background: #3c3c3b;
  opacity: 0.9;
  display: none;
  position: absolute;
  inset: 0;
}
#assumptions {
  font-family: AvenirLTStd_Black;
  color: #ffffff;
  position: absolute;
  top: 34px;
  left: 52px;
  font-size: 18px;
}
#limitations {
  font-family: AvenirLTStd_Black;
  color: #ffffff;
  position: absolute;
  top: 33px;
  left: 484px;
  font-size: 18px;
}
#assumptions_list {
  top: 107px;
  left: 73px;
  font-family: AvenirLTStd-45Book;
  font-size: 11px;
  width: 330px;
  line-height: 16px;
  position: absolute;
  color: #3c3c3b !important;
}
#assumptions_list li::before {
  content: " ";
  background: url("../images/list.png") no-repeat;
  width: 6px;
  height: 3px;
  position: relative;
  top: 8px;
  left: -22px;
  display: block;
}
#limitations_list li::before {
  content: " ";
  background: url("../images/list.png") no-repeat;
  width: 6px;
  height: 3px;
  position: relative;
  top: 9px;
  left: -22px;
  display: block;
}

#assumptions_list li:first-child {
  margin-top: 0px;
}
#assumptions_list li {
  text-indent: 0px;
  margin-top: 10px;
}

#limitations_list {
  top: 104px;
  left: 506px;
  font-family: AvenirLTStd-45Book;
  font-size: 11px;
  width: 296px;
  line-height: 16px;
  position: absolute;
  color: #3c3c3b !important;
}
#limitations_list li:first-child {
  margin-top: 0px;
}
#limitations_list li {
  text-indent: 0px;
  margin-top: 10px;
}
/*
#limitations_list li:before {
  content: "";
   background-image: url(../images/list.png); 
  display: inline-block;
  width: 5px;
  height: 2px;
  position: relative;
  left: -17px;
  top: -4px;
}
*/
#close_info {
  width: 37px;
  height: 37px;
  left: 900px;
  top: 25px;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
}

#footer {
  font-family: AvenirLTStd-45Book;
  font-size: 14px;
  line-height: 14px;
  color: #3c3c3b;
  position: absolute;
  width: 78%;
  left: 22%;
  bottom: 5px;
}

input {
  border: 0 !important;
  outline: none !important;
}

input:focus {
  outline: none !important;
}
