*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  box-sizing: border-box;
  color: #fff;
  font-family: "Arial,Helvetica Neue,Helvetica", sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1.7;
}
.background {
  background: linear-gradient(27deg, rgba(107, 212, 116, 0.768627), #32645b);
  bottom: 0;
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
.required {
  background-color: red;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0.7em;
}
.btn {
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 120px;
}
.btn-prefer {
  background-color: #32645b;
  box-shadow: inset 0 -4px 1px rgba(0, 0, 0, 0.5),
    inset 0 4px 1px rgba(255, 255, 255, 0.3);
  color: #fff;
  transition: background-color 400ms linear;
  -webkit-transition: background-color 400ms linear;
}
.btn-prefer-input {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  width: 80%;
}
.btn-prefer:hover {
  background-color: #999;
}
.btn-noprefer {
  background-color: #fff;
  box-shadow: inset 0 -4px 1px rgba(0, 0, 0, 0.5),
    inset 0 4px 1px rgba(255, 255, 255, 0.3);
  color: #666;
  transition: background-color 400ms linear;
}
.btn-img {
  margin-left: 0.5rem;
  width: 2.25rem;
}
.input {
  font-size: 1.5rem;
  padding: 8px;
  text-align: center;
  width: 100%;
}
.form-select {
  font-size: 18px;
  margin-right: 5px;
  padding: 10px;
}
.exclusive {
  background-color: #e8e2d2;
  border: 5px dotted #56525278;
  bottom: 0;
  color: #32645b;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  padding: 10px 15px 10px 15px;
  position: absolute;
  right: -100px;
  text-align: center;
  transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
}
.header {
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-width: thin;
  display: block;
  position: relative;
  width: 100%;
}
.header-logo {
  border: 0;
  display: block;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  padding: 15px 0;
  position: relative;
}
.container {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.container-p {
  font-size: 16px;
  font-weight: bold;
  margin: 27px 0px 8px 0px;
}
.container__box-1--box {
  display: none;
  position: relative;
}
.container__box-1--box-img {
  background-color: white;
  border-radius: 7px;
  display: block;
  margin-top: 25px;
  max-width: 264px;
  padding: 7px;
  position: relative;
}
.container__box-2--form {
  align-items: center;
  display: none;
  flex-direction: column;
  text-align: center;
}
.container__box-2--form-p {
  font-size: 12px;
  margin-top: 2rem;
}
.container__box-2--form-box {
  display: flex;
  justify-content: space-around;
  margin-bottom: 5rem;
  width: 100%;
}
.container__box-2--form-box-1 {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 450px) {
  .container__box-1--box {
    width: 100%;
  }
  .container__box-2 {
    width: auto;
  }
  .exclusive {
    right: -40;
  }
}
.btn {
  font-size: 16px;
}
