/* Webflow box-model compatibility, scoped to the source FormWrapper root. */
div:has(> form#email-form),
div:has(> form#email-form)::before,
div:has(> form#email-form)::after,
div:has(> form#email-form) *,
div:has(> form#email-form) *::before,
div:has(> form#email-form) *::after {
  box-sizing: border-box;
}

/* Webflow form-state compatibility for the source success/error message nodes. */
div:has(> form#email-form) > form + div,
div:has(> form#email-form) > form + div + div {
  display: none;
}

.TADAFY__tgl-0020-0__CheckboxWrap {
  position: relative;
  display: block;
  width: 690em;
  height: 58em;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 0.045em;
  line-height: 1;
}

.tgl-0020-0__Checkbox {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  opacity: 0;
  cursor: pointer;
}

.tgl-0020-0__Checkbox:checked {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.tgl-0020-0__Checkbox-Label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.tgl-0020-0__CUSTOM {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: flex;
  overflow: hidden;
  width: auto;
  height: auto;
  padding-top: 3em;
  padding-right: 3em;
  padding-left: 3em;
  justify-content: flex-start;
  border-top-left-radius: 14em;
  border-top-right-radius: 14em;
  border-bottom-left-radius: 14em;
  border-bottom-right-radius: 14em;
  background-color: #dfdfe1;
  font-family: Lato;
  color: hsla(0, 0.00%, 0.00%, 1.00);
  line-height: 1;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.tgl-0020-0__SWITCH {
  position: relative;
  z-index: 1;
  width: 336em;
  height: 52em;
  border-top-left-radius: 12em;
  border-top-right-radius: 12em;
  border-bottom-left-radius: 12em;
  border-bottom-right-radius: 12em;
  background-color: hsla(0, 0.00%, 100.00%, 1.00);
  box-shadow: 0 1px 20px 0 hsla(0, 0.00%, 0.00%, 0.15);
  transform: translateX(0em);
  transition: transform 150ms ease;
}

.tgl-0020-0__Checkbox:checked ~ .tgl-0020-0__CUSTOM .tgl-0020-0__SWITCH {
  transform: translateX(348em);
}

.tgl-0020-0__LABEL--L {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 20;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24em;
}

.tgl-0020-0__LABEL--R {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  font-size: 24em;
}
