.sxHeaderElement {
  background: rgb(72, 75, 76);
  height: 72px;
  width: 100%;
  position: fixed;
  display:block;
  z-index: 5;
  top:0;
  left:0;
  text-align: center;
}
.sxHkLogo {
  max-width: 150px;
  width: auto;
  height: 90%;
  position: relative;
  display:block;
  margin: auto;
  margin-top: 0.5%;
}
.iti {
  width: 100%;
}
.iti__country-list {
  background: #1c1d1d;
  border: 2px solid #000;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}
body {
  box-sizing: content-box;
  background: url('/img/bgwebinarlanding.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100vh;
  width: 100vw;
  margin: 0;
  position: relative;
  font-family: 'Arial';
  color: #fff;
  overflow: hidden;
}
.overlay {
  position: absolute;
  background: #363636;
  opacity: 0.8551;
  width: 100%;
  height: calc(100vh + 100px + 6%);
  z-index: 2;

  top: 0;
  left: 0;
}
.sxPopupWindow p {
  font-size: 1.15em;
}
p.gold {
  color: rgb(227 181 84);
}
.sxFooterArea a {
  color: #fff;
  text-decoration: none;
  margin-right: 0.75em;

}
.iti__selected-flag {
  z-index: 8;
}
.sxFooterArea a:nth-of-type(2) {
  margin-left: 0.75em;
}
.sxFooterArea {
  text-align: center;
  width: auto;
  max-width: 666px;
  height: auto;
  max-height: 75px;
  margin: auto auto;
  top: calc(48.666px + .666%);
  position: relative;
  z-index: 2;
  padding: 1.556%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 0.85em;
  color: #fff;
}
.sxFooterArea button, .popupClose {
  display: none;
  border: none;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
}
.popupClose {
  max-width: 150px;
  width: auto;
  position: absolute;
  right: 33%;
  display: none;
  top: 33%;
  font-size: 80%;
}
.sxPopupWindow, .policyPopup, .impressPopup {
  background: rgb(27 27 27 / 92%);
  background: rgb(27,27,27,0.92);
  width: auto;
  max-width: 666px;
  height: auto;
  max-height: 666px;
  margin: auto auto;
  top: calc(65px + .333%);
  position: relative;
  z-index: 3;
  padding: 1.556%;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 1.155em;
  border-bottom-left-radius: 0.666rem;
  border-bottom-right-radius: 0.666rem;
}
.policyPopup, .impressPopup {
  overflow:hidden;
  overflow-y: scroll;
  display: none;
  font-size: 70.6%;
}
.policyPopup h3, .impressPopup h3 {
  font-size: 133.331%;
  font-weight: bold;
}
h2 {
  font-size: 1.44em;
}
hr {
  border: 1.26px dashed rgb(227 181 84);
}
form {
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 4;
}
form .form-checkbox {

}
form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 1.15rem;
  background-color: rgb(45 45 45);
  border-color: #0a0a0a;
}
form .form-control:focus {
  z-index: 2;
}
form input {
  font-size: 2rem;
  color: #fff !important;
}
form input:focus, form input:active {
  color: #000 !important;
}
form label[for="inputPolicy" ] {
  display: inline;
  font-size: 85%;
  letter-spacing: -0.0333rem;
}
form input[type="email"] {
    margin-bottom: -1px;
  border-radius: 0;
}
form button {
  margin-top: 1.666rem;
  margin-bottom: 0.444rem;
}
form input[type="tel"] {
  margin-bottom: -1px;
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
form input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;

}
.btn-group-lg>.btn, .btn-lg {
  font-size: 1.25rem;
}
.btn-primary {
  background-color: #dea92d;
  border-color: #ce8e00;
  color: #000;
}
.btn-primary:hover, .btn-check:focus+.btn-primary, .btn-primary:focus{
  background-color: #ce8e00;
  border-color: #dea92d;
}
@media only screen and (max-width: 555px) {
  .popupClose {
    top: 50%;
    right: 3%;
  }
 .sxPopupWindow, .policyPopup, .impressPopup {
     top: calc(45.555px + .333%);
     padding-left: 3%;
     padding-right: 3%;
 }
 body {
   overflow: auto;
 }
 .sxHeaderElement {
   max-height: 48.666766px;
 }
 .sxHkLogo {
   margin-top: 1%;
 }
}
