.thank-you {
  padding: 48px 16px;
}

.thank-you__container {
  max-width: 608px;
  margin: auto;
  background: #fff;
  border: 1px solid #d7dfea;
  border-radius: 12px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.thank-you__icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(to right bottom, #3182ed, #0da2e7);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.thank-you__icon svg, .thank-you__icon img {
  width: 48px;
}

.thank-you__title {
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  margin-bottom: 8px;
  color: #0f1729;
}

@media (max-width: 767px) {
  .thank-you__title {
    font-size: 24px;
  }
}

.thank-you__subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #65758b;
}

.thank-you__form {
  margin-top: 32px;
  background: rgba(225, 231, 239, 0.3);
  border: 1px solid #d7dfea;
  border-radius: 12px;
  padding: 27px 24px 24px;
  width: 100%;
}

.thank-you__form .ff-btn-submit {
  display: none;
}

.thank-you__form .ff-el-input--label {
  font-size: 18px;
  font-weight: 600;
  color: #0f1729;
  margin-bottom: 16px;
}

.thank-you__form .ff-el-form-check {
  margin-bottom: 16px;
}

.thank-you__form .ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  line-height: 1.625;
  color: #0f1729;
  position: relative;
}

.thank-you__form .ff-el-form-check-label .ff-el-form-check-input {
  width: 16px;
  height: 16px;
  border-color: #3182ed;
  top: 2px;
  flex-shrink: 0;
  opacity: 0;
}

.thank-you__form .ff-el-form-check-label:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #3182ed;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  top: 2px;
  left: 0;
}

.thank-you__form .ff_item_selected .ff-el-form-check-label:before {
  background-color: #3182ed;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-check h-4 w-4"><path d="M20 6 9 17l-5-5"></path></svg>');
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: 50% 50%;
}

.thank-you__form .ff-el-group:last-child {
  margin-bottom: 0;
}

.thank-you__buttons {
  margin-top: 48px;
  width: 100%;
  display: flex;
  gap: 16px;
}

@media (max-width: 768px) {
  .thank-you__buttons {
    flex-wrap: wrap;
  }
}

.thank-you__buttons .thank-you__button {
  width: 100%;
  font-size: 14px;
  height: 40px;
}

.thank-you__buttons .thank-you__button--light-grey {
  border: 1px solid #e1e7ef;
  background: #f8fafc;
  color: #0f1729;
}

.thank-you__buttons .thank-you__button--light-grey:hover {
  background: #0da2e7;
  color: #fff;
}

/*# sourceMappingURL=thank-you.css.map */

/*# sourceMappingURL=thank-you.css.map */