body main {
  overflow-x: hidden;
}
body main section.data-removal-request {
  background-color: #ECF0F6;
  padding: 80px 0;
}
body main section.data-removal-request .content_wrapper {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 20px;
}
body main section.data-removal-request .content_wrapper form label {
  color: #000000;
  margin: 0 0 4px;
}
body main section.data-removal-request .content_wrapper form input:not([type=radio], [type=checkbox], [type=file]),
body main section.data-removal-request .content_wrapper form textarea {
  background-color: rgba(0, 0, 0, 0.027);
  border: solid 1px rgba(0, 0, 0, 0.027);
  border-radius: 0;
  padding: 10px 18px;
  font-size: 20px;
  color: #000000;
  box-shadow: none;
}
body main section.data-removal-request .content_wrapper form input:not([type=radio], [type=checkbox], [type=file])::-webkit-outer-spin-button, body main section.data-removal-request .content_wrapper form input:not([type=radio], [type=checkbox], [type=file])::-webkit-inner-spin-button,
body main section.data-removal-request .content_wrapper form textarea::-webkit-outer-spin-button,
body main section.data-removal-request .content_wrapper form textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body main section.data-removal-request .content_wrapper form input:not([type=radio], [type=checkbox], [type=file])::placeholder,
body main section.data-removal-request .content_wrapper form textarea::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
body main section.data-removal-request .content_wrapper form input[type=number] {
  -moz-appearance: textfield;
}
body main section.data-removal-request .content_wrapper form input.invalid:not([type=radio], [type=checkbox], [type=file]),
body main section.data-removal-request .content_wrapper form textarea.invalid {
  border: solid 1px red;
}
body main section.data-removal-request .content_wrapper form .input-group:has(input[type=file]) {
  flex-direction: column;
  position: relative;
  width: 100%;
}
body main section.data-removal-request .content_wrapper form .input-group:has(input[type=file]) label {
  background-color: #ffffff;
  color: #686868;
  border: solid 1px #28A9E0;
  border-radius: 0;
  text-align: center;
  margin: 0 !important;
  padding: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
body main section.data-removal-request .content_wrapper form .input-group:has(input[type=file]) label span {
  white-space: normal;
  width: 100%;
}
body main section.data-removal-request .content_wrapper form .input-group:has(input[type=file]) label span.top {
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 10px 10px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
body main section.data-removal-request .content_wrapper form .input-group:has(input[type=file]) label span.top img {
  height: 22px;
  width: 24px;
}
body main section.data-removal-request .content_wrapper form .input-group:has(input[type=file]) label span.bottom {
  padding: 8px 10px;
}
body main section.data-removal-request .content_wrapper form .input-group:has(input.invalid[type=file]) label {
  border: solid 1px red;
}
body main section.data-removal-request .content_wrapper form fieldset legend {
  font-size: 18px;
}
body main section.data-removal-request .content_wrapper form fieldset .form-check {
  padding: 0;
  display: flex;
  align-items: start;
}
body main section.data-removal-request .content_wrapper form fieldset .form-check label {
  color: #686868;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
}
body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=radio] {
  background-color: #ffffff;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: solid 2px rgba(0, 0, 0, 0.05);
  margin: 0 4px 0 0;
  box-shadow: none;
  cursor: pointer;
}
body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=radio]:checked {
  background: #ffffff url("../../img/webp/circle.webp") no-repeat center/calc(100% - 8px);
  border: solid 2px #28A9E0;
}
body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=checkbox] {
  background-color: #ffffff;
  height: 24px;
  width: 24px;
  min-width: 24px;
  border: solid 2px rgba(0, 0, 0, 0.05);
  margin: 0 4px 0 0;
  box-shadow: none;
  cursor: pointer;
}
body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=checkbox]:checked {
  background: #ffffff url("../../img/webp/check.webp") no-repeat center/calc(100% - 5px);
  border: solid 2px #28A9E0;
}
body main section.data-removal-request .content_wrapper form fieldset .form-check input.invalid[type=checkbox] {
  border: solid 2px red;
}
body main section.data-removal-request .content_wrapper form fieldset .d-flex {
  column-gap: 20px;
  flex-wrap: wrap;
}
body main section.data-removal-request .content_wrapper form a.clear {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
}
body main section.data-removal-request .content_wrapper form a.clear img {
  height: 20px;
  width: 17px;
}

@media (max-width: 1380px) {
  body main section.data-removal-request .content_wrapper form input:not([type=radio], [type=checkbox], [type=file]),
  body main section.data-removal-request .content_wrapper form textarea {
    padding: 8px 14px;
    font-size: 18px;
  }
  body main section.data-removal-request .content_wrapper form .input-group:has(input[type=file]) label {
    font-size: 14px;
  }
  body main section.data-removal-request .content_wrapper form fieldset legend {
    font-size: 16px;
  }
  body main section.data-removal-request .content_wrapper form fieldset .form-check label {
    line-height: 20px;
  }
  body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=radio] {
    height: 20px;
    width: 20px;
    min-width: 20px;
  }
  body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=radio]:checked {
    background-size: calc(100% - 6px);
  }
  body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=checkbox] {
    height: 20px;
    width: 20px;
    min-width: 20px;
  }
  body main section.data-removal-request .content_wrapper form fieldset .form-check input[type=checkbox]:checked {
    background-size: calc(100% - 4px);
  }
}
@media (max-width: 992px) {
  body main section.data-removal-request {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  body main section.data-removal-request {
    padding: 40px 0;
  }
  body main section.data-removal-request .content_wrapper {
    padding: 20px;
  }
  body main section.data-removal-request .content_wrapper form label {
    font-size: 14px;
  }
  body main section.data-removal-request .content_wrapper form input:not([type=radio], [type=checkbox], [type=file]),
  body main section.data-removal-request .content_wrapper form textarea {
    font-size: 16px;
  }
  body main section.data-removal-request .content_wrapper form a.clear img {
    height: 14px;
    width: 12px;
  }
}

/*# sourceMappingURL=data-removal.css.map */
