.mailWrap .fadeOut {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 50px rgb(0 0 0 / 0%) inset !important;
  background-color: transparent !important;
  background-clip: text !important;
  -webkit-text-fill-color: #fff;
}
div#secondary-list-values .mlist-field.country select {
  padding-left: 10px;
  cursor: pointer;
}
.mailWrap .fadeIn {
  display: block;
}
div#firstMlistForm #mlform a.terms {
  position: absolute;
  bottom: 1.35vw;
  right: 1.5vw;
}

div#email-section {
  max-width: 30vw;
  width: 100%;
  margin: 3vw auto;
}
option {
  background: #000;
  color: #fff;
}
div#email-section div,
div#email-section a,
div#email-section span,
div#email-section {
  font-family: tex_gyre_herosbold;
  font-optical-sizing: auto;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.2;
}
span#secondFormClose {
  font-size: 2vw;
  color: #fff;
  text-align: right;
  width: 100%;
  display: block;
  cursor: pointer;
  transition: 0.5s all ease-out;
}

span#secondFormClose:hover {
  opacity: 0.5;
}
form#mlistFormOne {
  font-size: 0;
  position: relative;
}

.email.fieldWrap {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  margin: 0;
  margin-right: 2%;
}

input,
select {
  font-size: 0.8784773060029283vw;
  line-height: 3.513909224011713vw;
  height: 3vw;
  border-radius: 0;
  border: 0.07320644216691069vw solid #fff;
  color: #fff;
  background: transparent;
  width: 100%;
  padding: 0 1vw;
  outline: 0;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 0;
  margin: 0 auto;
  appearance: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: unset;
  height: 3.513909224011713vw;
  font-family: tex_gyre_herosbold;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-size: 0.8784773060029283vw;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-size: 0.8784773060029283vw;
}

::placeholder {
  color: #fff;
  font-size: 0.8784773060029283vw;
}

form#mlistFormTwo label {
  font-size: 0.833vw;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
  display: block;
  /* display: none; */
  text-align: left;
  margin: 1vw 0;
  display: none;
}

div#terms {
  text-align: right;
  margin-top: 0vw;
}

a.terms {
  font-size: 0.5vw;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0;
  text-decoration: underline;
  line-height: 1.2;
}

p.terms-message {
  color: #fff;
  font-size: 0.8vw;
  text-transform: none;
  text-align: left;
  padding: 0.5vw;
  box-sizing: border-box;
  border: 0.052vw solid #fff;
  margin-top: 0.5vw;
  position: absolute;
  bottom: 4vw;
  background: #000;
  text-transform: uppercase;
}

p.terms-message a {
  color: #fff;
  font-size: 0.8vw;
  text-transform: none;
  text-decoration: underline;
}

span.input-error {
  color: red;
  font-size: 0.8vw;
  position: absolute;
  left: 0;
  top: -0.5vw;
  text-transform: uppercase;
}

input#email.errored {
  border-color: red !important;
}

input#submit {
  cursor: pointer;
  transition: all ease-out 0.5s;
  /* font-size: 0; */
  /* margin: 0; */
}

input#submit:hover {
  opacity: 0.5;
}

.welcome p {
  font-size: 1vw;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  width: 100%;
  letter-spacing: 0;
  margin: 1vw auto;
  text-transform: uppercase;
}

#secondform input[type="checkbox"] {
  width: 1.5vw;
  height: 1.5vw;
  line-height: 1;
  vertical-align: top;
  margin-left: 0;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  color: #fff;
  border: 0.083vw solid #fff;
  margin: 0;
}

#secondform label.goptin_checkbox {
  margin-top: 0;
  display: inline-block;
  width: calc(100% - 2.1vw);
  vertical-align: top;
  font-size: 0.8vw;
  padding: 0;
  color: #fff;
  line-height: 1.2;
  margin-left: 0.5vw;
  text-align: left;
  margin: 0;
  letter-spacing: 0;
  transform: none;
  margin-left: 0.5vw;
  line-height: 1.2;
  margin-top:0.2vw;
}

#secondform div#terms {
  margin-top: 0vw;
  text-align: center;
  position: relative;
}

#secondform p.terms-message-2.fadeIn {
  color: #fff;
  line-height: 1.2;
  font-size: 0.8vw;
  text-align: left;
  padding: 0.5vw;
  box-sizing: border-box;
  border: 0.052vw solid #fff;
  position: absolute;
  bottom: 1.5vw;
  background: #000;
}

#secondform p.terms-message-2.fadeIn a {
  color: #fff;
  font-size: 0.8vw;
  line-height: 1.2;
  text-decoration: underline;
}

#secondform input:not([type="submit"]) {
  box-sizing: border-box;
  text-transform: uppercase;
}

input#goptin_checkbox:checked:after {
  content: "\2713";
  color: #fff;
  display: block;
  text-align: center;
  font-size: 1vw;
  line-height: 1.2;
  margin-left: 0;
  box-sizing: border-box;
}

.birthday > div {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.dobMonth.fieldWrap {
  margin-right: 2%;
}

body #secondform input:not([type="submit"]) {
  color: #fff;
  border: 0.083vw solid #fff;
}

.birthday {
  font-size: 0;
}

.submit.link-2 {
  display: inline-block;
  vertical-align: middle;
  width: 38%;
  margin: 0 auto;
}

#secondform .submit.link-2 {
  display: block;
  vertical-align: middle;
  width: 30%;
  margin: 1vw auto;
  text-align: center;
}

#secondform input#submit {
  margin: 0;
}

div#thankyou {
  font-size: 2vw;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-align: right;
}

.plain-ml-wrapper #mlform input#email {
  border: 0;
  border-bottom: 0.07320644216691069vw solid #fff;
}
.fieldWrap {
  margin: 0 0 1vw 0;
}
form#mlistFormTwo label.birthday {
  display: block;
  margin: 0 0 1vw 0;
}
div#secondform {
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 9;
  padding: 3vw 30vw;
  box-sizing: border-box;
}
/* body #secondform input:not([type="submit"]),
body #secondform select:not([type="submit"])
 {
  color: #fff;
  border: 0;
  border-bottom: 0.083vw solid #fff;
} */

.plain-ml-wrapper form#mlistFormOne .submit input:hover {
  background: #fff;
  color: #000;
  opacity: 1;
  border-color: #000;
}
.plain-ml-wrapper #secondform select {
  background: url(../images/white-email-dropsown-arrow.svg);
  background-size: 1.5vw;
  background-repeat: no-repeat;
  background-position: 95% 50%;
  cursor: pointer;
}
.plain-ml-wrapper #secondform select#country {
  background-position: 98% 50%;
}
@media screen and (orientation: portrait) and (max-width: 1024px) {
  div#email-section {
    max-width: 90%;
    width: 100%;
    margin: 10vw auto;
  }

  input,
  select {
    font-size: 4.267vw;
    line-height: 10vw;
    height: 10vw;
    border: 0.267vw solid #fff;
    width: 100%;
    padding: 0 2vw;
    margin: 0 auto;
  }
  input::placeholder,
  .plain-ml-wrapper #secondform select {
    font-size: 4.267vw;
  }

  ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    font-size: 4.267vw;
  }

  :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 4.267vw;
  }

  ::placeholder {
    color: #fff;
    font-size: 4.267vw;
  }

  .plain-ml-wrapper #secondform ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
    font-size: 4.267vw;
  }

  .plain-ml-wrapper #secondform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 4.267vw;
  }

  .plain-ml-wrapper #secondform ::placeholder {
    color: #fff;
    font-size: 4.267vw;
  }

  .email.fieldWrap,
  .submit.link-2 {
    display: block;
    vertical-align: unset;
    width: 100%;
    margin-right: 0;
  }

  .submit.link-2 {
    margin-top: 3vw;
  }

  div#terms {
    text-align: center;
    margin-top: 2vw;
    position: relative;
  }

  a.terms {
    font-size: 1.5vw;
  }

  p.terms-message {
    font-size: 1.5vw;
    padding: 2vw;
    box-sizing: border-box;
    border: 0.267vw solid #fff;
    margin-top: 1vw;
    line-height: 1.2;
  }

  p.terms-message a {
    font-size: 1.5vw;
  }

  .welcome p {
    font-size: 4.267vw;
    margin: 5vw auto;
    line-height: 1.2;
  }

  form#mlistFormTwo label {
    font-size: 2.267vw;
    margin: 3vw auto;
  }

  #secondform input[type="checkbox"] {
    width: 5vw;
    height: 5vw;
  }

  body #secondform input:not([type="submit"]) {
    border: 0.267vw solid #fff;
  }

  input#goptin_checkbox:checked:after {
    font-size: 4.267vw;
  }

  #secondform label.goptin_checkbox {
    width: calc(100% - 8vw);
    font-size: 3vw;
    line-height: 1.2;
    margin-left: 2.5vw;
    line-height: 1.5;
  }

  .globaloptin.fieldWrap {
    margin-top: 3vw;
  }

  #secondform .submit.link-2 {
    display: block;
    vertical-align: middle;
    width: 40%;
    margin: 5vw auto 3vw;
  }

  #secondform a.terms {
    font-size: 3vw;
  }

  #secondform p.terms-message-2.fadeIn {
    line-height: 1.5;
    font-size: 3.5vw;
    padding: 3vw;
    border: 0.267vw solid #fff;
    bottom: 6vw;
    background: #000;
  }

  #secondform p.terms-message-2.fadeIn a {
    font-size: 3.5vw;
    text-decoration: underline;
  }
  form#mlistFormTwo label.birthday {
    display: block;
    margin: 0 0 3vw 0;
  }

  div#thankyou {
    font-size: 5vw;
    line-height: 1.2;
  }

  span.input-error {
    font-size: 3vw;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    top: -1.5vw;
  }
  div#secondform {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 999999999999999;
    padding: 45% 10%;
    box-sizing: border-box;
    margin: 0 auto;
    overflow-y: scroll;
  }
  .fieldWrap {
    margin: 0 0 5vw 0;
  }
  #secondform ::-webkit-input-placeholder {
    /* Edge */
    color: #fff;
  }

  #secondform :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
  }

  #secondform ::placeholder {
    color: #fff;
  }
  input,
  select {
    color: #fff;
  }
  span#secondFormClose {
    font-size: 7vw;
    color: #fff;
    text-align: right;
    width: 100%;
    display: block;
    cursor: pointer;
    transition: 0.5s all ease-out;
  }
  span#secondFormClose:hover {
    opacity: 0.5;
  }
  .globaloptin.fieldWrap {
    margin-top: 0;
  }
  div#thankyou {
    font-size: 7vw;
    line-height: 1.2;
    color: #000;
    text-align: center;
    margin-top: 5vw;
  }
  .email.fieldWrap {
    width: 83.25%;
    margin: 0 auto 3vw;
  }

  #secondform input,
  #secondform select {
    color: #fff;
  }
  .plain-ml-wrapper #secondform select {
    background-size: 5vw;
  }
  div#firstMlistForm #mlform a.terms {
    position: static;
    bottom: 1.35vw;
    right: 1.5vw;
    color: #000;
    font-size: 3vw;
  }
}

@media screen and (orientation: portrait) and (max-width: 1024px) and (min-width: 767px) {
  div#secondform {
    padding: 1% 10%;
  }
}
