.trfalchemer {
  max-width: 1045px;
  margin: 0 auto;
  padding: 70px 38px 60px;
}

.sg-errors li::before {
  content: unset !important;
}

.trfalchemer .sg-survey .sg-header {
  box-shadow: unset !important;
  padding: 0 !important;
}

.trfalchemer .sg-header h1.sg-title {
  padding: 0 !important;
}

.trfalchemer h1.sg-title span {
  color: var(--Neutrals-Graphite, var(--Neutrals-Graphite, #212223));
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 15px;
  display: block;
}

.trfalchemer .sg-content {
  padding-top: 0px !important;
}
.gated-content .trfalchemer .sg-question-set {
  display: block;
}

.trfalchemer .sg-button-bar {
  justify-content: left !important;
}

.trfalchemer .sg-survey .sg-button-bar input.sg-button.sg-next-button {
  display: flex;
  padding: var(--XS, 16px) var(--M, 32px);
  border-radius: var(--XXS, 8px);
  background: var(--Primary-Orange, #d64000) !important;
  color: var(--Neutrals-White, var(--Neutrals-White, #fff)) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  width: auto !important;
  align-self: flex-start;
}

.trfalchemer .sg-type-checkbox ul.sg-list {
  display: initial;
}

.trfalchemer li.sg-single-li:before {
  display: none;
}

.trfalchemer .sg-question-title,
.trfalchemer .sg-question-title label,
.trfalchemer .sg-wrapper {
  font-family: "Clario", sans-serif !important;
}

body .trfalchemer .sg-instructions {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
}

body .trfalchemer .sg-question {
  margin: 12px 0 20px;
  border-bottom: none;
  display: block;
}

body .trfalchemer .sg-header .sg-title {
  padding: 0;
}

body .trfalchemer .sg-survey .sg-content {
  display: block !important;
  padding: 0;
}

body .trfalchemer .sg-question input[type="text"],
body .trfalchemer .sg-question input[type="date"],
body .trfalchemer .sg-question input[type="password"],
body .trfalchemer .sg-question input[type="number"],
body .trfalchemer .sg-question input[type="email"],
body .trfalchemer .sg-question textarea {
  width: 100%;
  margin: 0;
  height: auto;
  outline: none;
  border: 1px solid var(--color-light-grey) !important;
  padding: 17px;
  border-radius: 8px;
}

body .trfalchemer .sg-question-options {
  padding: 10px 0;
}

body .trfalchemer select.sg-input-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--color-light-grey);
  border-radius: 8px;
  padding: 20px 17px;
  cursor: pointer;
}

body .trfalchemer .sg-survey .sg-body.sg-int-virtual-page .sg-progress-bar,
body .trfalchemer .sg-survey .sg-progress-bar {
  bottom: 0;
  margin: 40px 0 10px;
}

.sg-body span.ui-selectmenu-icon.ui-icon.ui-icon-triangle-1-s {
  display: none !important;
}

@media (min-width: 1471px) {
  .trfalchemer {
    max-width: 1300px;
  }
}
@media (max-width: 1024px) {
  .sg-footer .sg-button-bar #sg_NextButton {
    display: block !important;
  }
  .sg-footer .sg-button-bar .sg-mobile-next {
    display: none !important;
  }
}

@media (max-width: 781) {
  .trfalchemer {
    padding: 55px 32px 20px;
  }
}

@media (max-width: 639px) {
  .trfalchemer {
    padding: 55px 20px 20px;
  }
  .trfalchemer h1.sg-title span {
    font-size: 32px;
    line-height: 40px;
  }
}
