:root {
  --blank-value: 80px;
}

.kvkk {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
}
.kvkk-hero {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 218px;
  background: linear-gradient(279deg, rgb(178, 225, 230) 0%, rgb(88, 148, 197) 35%, rgb(123, 120, 166) 100%);
}
.kvkk-hero__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 74px 54px;
  width: 100%;
  max-width: 1280px;
  min-height: inherit;
  border-left: 1px solid #6e76a2;
  border-right: 1px solid #9ac8d4;
}
.kvkk-hero__sub {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}
.kvkk-hero__title {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 60.8px;
  line-height: 3.8rem;
  font-weight: 600;
}
.kvkk__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 90px 190px 130px 190px;
  width: 100%;
  max-width: 1280px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.kvkk__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.kvkk__content p,
.kvkk__content li {
  text-align: justify;
}
.kvkk__paragraph {
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #4c4f52;
  text-align: left;
}
.kvkk__form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.kvkk__form__option-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.kvkk__form__option {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 10px 0 10px 0;
  width: 50%;
  color: #4c4f52;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.kvkk__form__option .form-radio {
  opacity: 1;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 0;
  width: 0;
  cursor: pointer;
}
.kvkk__form__option .form-radio::before {
  z-index: 90;
  content: "";
  position: absolute;
  display: none;
  top: -8px;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0154a3;
}
.kvkk__form__option .form-radio::after {
  content: "";
  position: absolute;
  top: -13px;
  left: 100%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #e8ecf0;
  background-color: #f7f9fa;
}
.kvkk__form__option .form-radio:checked::before {
  display: block;
}
.kvkk__form__option label {
  margin-left: 30px;
}
.kvkk__form__option label:hover {
  cursor: pointer;
}
.kvkk__form__item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
}
.kvkk__form__item .input {
  padding: 21px 20px;
  width: 100%;
  height: 60px;
  border: 1px solid #e8ecf0;
  box-shadow: none;
  background-color: #f7f9fa;
  transition: box-shadow 0.4s, border 0.4s;
  resize: none;
}
.kvkk__form__item.-parent-invalid input {
  border: 1px solid red;
}
.kvkk__form__item .requirement {
  position: relative;
  display: none;
  align-self: flex-end;
  color: rgb(255, 0, 0);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
}
.kvkk__form__item.-parent-invalid > .requirement {
  display: flex;
}
.kvkk__form__button {
  margin: 40px 0 0 0;
  width: 100%;
  max-width: 157px;
  height: 46px;
  background-color: white;
  border: 1px solid #dbdddf;
  color: #181818;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22.4px;
  line-height: 1.4rem;
  font-weight: 600;
  transition: background-color 0.4s, color 0.4s;
  cursor: pointer;
}
.kvkk__form__button:hover {
  background-color: #bdc7d1;
  color: #ffffff;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

@media only screen and (max-width: 1024px) {
  :root {
    --blank-value: 50px;
  }
  .kvkk-hero__container {
    padding: 54px 20px 70px;
    border: 0;
  }
  .kvkk__container {
    align-items: center;
    padding: 67px;
    border: 0;
  }
}

@media only screen and (max-width: 909px) {
  .kvkk__form__option {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .kvkk__container {
    flex-direction: column;
  }
}

@media only screen and (max-width: 639px) {
  .kvkk-hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
  }
  .kvkk__container {
    padding: 67px 24px 67px 24px;
  }
}