.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-0065-0__check--a {
  border-radius: 5em;
  width: 10em;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.tgl-0065-0__label-w {
  color: #2a3239;
  text-transform: uppercase;
  align-items: center;
  height: 100%;
  padding-left: 50em;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: none;
  overflow: hidden;
}

.tgl-0065-0__wrap {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #1d2226;
  border-radius: 50em;
  justify-content: flex-end;
  width: 160em;
  height: 40em;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: visible;
}

.btn__tgl-0065-0__checkboxwrap {
  margin-bottom: 0;
  padding-left: 32em;
  font-size: .08em;
  line-height: 1;
  display: block;
  position: relative;
}

.tgl-0065-0__custom {
  z-index: 2;
  align-items: center;
  height: 100em;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: relative;
}

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

.tgl-0065-0__fill {
  background-color: #04d924;
  border-radius: 50em;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.tgl-0065-0__label {
  font-size: 18em;
}

.tgl-0065-0__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-0065-0__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-0065-0__check {
  width: 48em;
  height: 30em;
  margin: auto;
  position: absolute;
  inset: -15% -4% 0% 0%;
  transform: rotate(-45deg);
}

.tgl-0065-0__tip {
  background-color: #04d924;
  border-radius: 5em;
  position: absolute;
  inset: 0%;
}

.tgl-0065-0__switch {
  background-color: #fff;
  border: 2em solid #0000000d;
  border-radius: 50%;
  width: 100em;
  height: 100em;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -20%;
  box-shadow: 0 0 20em 0 #0000000d;
}

.tgl-0065-0__check--b {
  background-color: #00d924;
  border-radius: 5em;
  width: 100%;
  height: 10em;
  position: absolute;
  inset: auto auto 0% 0%;
}
