* {
  margin: 0;
  padding: 0;
  font-family: "Bai Jamjuree", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,
h2,
h3,
p,
li {
  color: #fff;
}
p,
li {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7em;
}

ul.privacylist {
  padding-bottom:  20px;
}
.privacylist li {
  margin-left:  40px;
}
p {
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 10px;
}
h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.3;
}
h3 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 5px;
}
.accent-color {
  color: #30bf85;
}
.text-center {
  text-align: center;
}
.text-uppercase {
  text-transform: uppercase;
}
.absolute{
  position: absolute;
}
ul.no-bullet {
  list-style: none;
}
img {
  max-width: 100%;
}
a.main-logo {
  display: inline-block;
}
.container {
  width: 100%;
  max-width: 980px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
body {
  background-color: #000;
}
.container-sm {
  max-width: 784px;
}
.container-lg {
  max-width: 1200px;
}
.font-14 {
  font-size: 14px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mb-15 {
  margin-bottom: 15px;
}
.fw-600 {
  font-weight: 600;
}
.float-bg-top {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 45%;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.float-bg-bottom {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 17%;
  z-index: -1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.registration-form {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col-3,
.col-6,
.col-9,
.col-12 {
  padding: 0 30px;
}
.col-3 {
  width: 33.33%;
}
.col-6 {
  flex: 1;
}
.col-9 {
  width: 66.66%;
}
.col-12 {
  flex: 1;
  width: 100%;
}
.flex-2-col {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}
.flex-2-col .flex-col-item {
  display: inline-block;
  width: calc(50% - 10px);
}
header.main-header {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  top: 0;
  left: 0;
}
.main-menu {
  text-align: center;
  margin-top: 15px;
}
.main-menu ul {
  list-style: none;
}
.main-menu ul li {
  display: inline-block;
  text-align: left;
}
.main-menu ul li a {
  text-decoration: none;
  padding: 10px 28px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
section,
footer {
  padding-top: 30px;
  padding-bottom: 30px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
footer {
  padding-top: 80px;
  padding-bottom: 80px;
}
.banner-section {
  padding: 240px 15px 30px;
}
.dark-section {
  background-color: #12141b;
}
.white-section {
  background-color: #e6e6e6;
}
.banner-section p,
.dark-section p,
.dark-section li,
footer .widget-title {
  color: #ffffff;
}

.banner-title {
  font-size: 48px;
  color: #ffffff;
  width: 100%;
  line-height: 1.2em;
}
.banner-subtitle {
  margin-top: 30px;
  width: 100%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
}
.banner-subtitle p {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}
.blurb-item {
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  box-sizing: border-box;
  overflow: hidden;
}

.qr_image {
  margin-bottom: 15px;
  margin-top: 15px;
}

footer {
  background-color: #222222;
  padding-bottom: 40px;
}
footer p {
  color: #ffffff;
  font-size: 14px;
  opacity: 0.5;
}
.footer-credit {
  opacity: 1;
}
.widget-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.footer-bottom {
  margin-top: 60px;
}

/* Form Design */
p.attention {
  background: rgba(48, 191, 133, 0.25);
  border: 1px solid #30bf85;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
}
.form {
  margin-top: 20px;
}
.form-group label,
.form-group .label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.form-group .form-control {
  display: block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 18px 24px;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.4;
  background-color: transparent;
  margin-bottom: 32px;
}

.form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-group .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.form-group .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.radio-group {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
}

.radio-group .label {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.radio-group label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  width: 30%;
  max-width: 100%;
  min-width: 150px;
}

.radio-group label .radio-control {
  position: absolute;
  top: 5px;
  left: 0;
  opacity: 0;
}

.radio-group label span {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.4;
}

.radio-group label .check {
  background-color: transparent;
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  position: relative;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.radio-group label .check:after {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.radio-group label input:checked + .check {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.radio-group label input:checked + .check:after {
  background-color: #ffffff;
}

.radio-group label:hover .check {
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.btn {
  border: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  /* font-family: "Bai Jamjuree", sans-serif; */
  font-weight: 700;
  background-color: transparent;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
}
.form .btn_blue {
  padding: 22px;
  display: block;
  width: 100%;
  color: #ffffff;
  background-color: #30bf85;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.form .btn_blue:hover {
  background-color: #191919;
  color: #ffffff;
}
.form .error {
  font-size: 14px;
  color: red;
  margin-bottom: 16px;
}
.new-domains {
  background: rgb(46,25,56);
  background: linear-gradient(180deg, rgba(46,25,56,1) 0%, rgba(24,41,69,1) 80%);
  border-radius: 5px;
  padding: 25px 115px 25px 30px;
  position: relative;
}
ul.dash-list {
  position: relative;
  list-style: none;
  padding-left: 25px;
}
ul.dash-list > li::before {
  content: "\2014";
  position: absolute;
  left: 0;
}
img.nd-img {
  width: 150px;
  right: 15px;
  bottom: 20px;
}

/* Responsive */
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  p,
  li {
    font-size: 16px;
    font-weight: lighter;
  }
  .main-menu ul li a {
    padding: 10px;
  }
  .banner-title {
    font-size: 30px;
  }
  .row {
    flex-wrap: wrap;
  }
  .col-3,
  .col-6,
  .col-9,
  .col-12 {
    width: 100%;
  }
  .main-header .col-3 {
    text-align: center;
  }
  .main-header .main-menu {
    text-align: center;
  }
  footer .col-3 {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 460px) {
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 16px;
  }
  .banner-title {
    font-size: 20px;
  }
  p,
  li {
    font-size: 14px;
  }
  footer p {
    font-size: 13px;
  }
}
