.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.tgl-0050-1__checkbox {
  z-index: 3;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.tgl-0050-1__checkbox.w--redirected-checked {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
}

.tgl-0050-1__label--on {
  color: #47ff8a;
  text-shadow: 0 0 .1em #47ff8acc, 0 0 .6em #47ff8a;
  font-size: 18em;
  font-weight: 400;
}

.tgl-0050-1__custom {
  align-items: center;
  display: flex;
}

.tgl-0050-1__wrap {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #1d2226;
  border: 2em solid #171b1f;
  border-radius: 50em;
  justify-content: flex-start;
  align-items: center;
  width: 90em;
  height: 62em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 4em;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.tgl-0050-1__label {
  text-transform: uppercase;
  align-self: center;
  width: 75em;
  padding: 10em 5em 10em 20em;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.tgl-0050-1__label--off {
  color: #607380;
  font-size: 18em;
  font-weight: 400;
}

.tgl-0050-1__checkbox-label {
  z-index: 2;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: none;
  position: absolute;
  inset: 0%;
}

.tgl-0050-1__switch {
  z-index: 20;
  background-color: #39444d;
  border: 2em solid #171b1f;
  border-radius: 50%;
  width: 62em;
  height: 62em;
  margin-left: -2em;
  position: relative;
  transform: translate(28em);
  box-shadow: 0 1px 20em 0 #00000026;
}

.btn__tgl-0050-1__checkboxwrap {
  height: 62em;
  margin-bottom: 0;
  padding-left: 0;
  font-size: .066em;
  line-height: 1;
  display: block;
  position: relative;
}
