@font-face {
  src: url('https://go.launchdarkly.com/rs/850-KKH-319/images/Sohne-Buch.woff2');
  font-family: 'Sohne';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  src: url('https://go.launchdarkly.com/rs/850-KKH-319/images/Sohne-Kraftig.woff2');
  font-family: 'Sohne';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Sohne', sans-serif;
  margin: 0;
  background: #191919;
}

.header {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.header-corner {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 8px;
}

.header-left-corner {
  left: -19px;
  background: url(https://go.launchdarkly.com/rs/850-KKH-319/images/img--left-curb.svg?version=0) no-repeat;
  background-size: 100% 100%;
}

.header-right-corner {
  right: -20px;
  background: url(https://go.launchdarkly.com/rs/850-KKH-319/images/img--right-curb.svg?version=0) no-repeat;
  background-size: 100% 100%;
}

.header-container {
  height: 1.5rem;
  width: 9.75rem;
  padding: 16px 24px;
  background-color: #191919;
  border-radius: 0 0 10px 10px;
  display: inline-block;
  position: relative;
}

.logo-link {
  background: url(https://go.launchdarkly.com/rs/850-KKH-319/images/ld-logo.svg) no-repeat 50%;
  background-size: contain;
  display: block;
  font-size: 0;
  width: 100%;
  height: 100%;
}

.main-content {
  background: #191919;
}

.preference-background {
  background: #F8F8F8;
  border-radius: 24px;
  margin: 16px;
  padding: 140px 20px 80px;
  min-height: calc(100vh - 252px);
}

.content-side {
  margin-bottom: 40px;
}

.content-container {
  max-width: 1000px;
  margin: 0 auto;
}

.heading-text {
  font-family: 'Sohne', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 35.2px */
  letter-spacing: -0.64px;
  margin-top: 0;
}

.description-text {
  font-family: Sohne;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: #6D6E71;
}

.header .container {
  height: 56px;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-columns {
  display: grid;
  padding-top: 0;
  position: relative;
  grid-template-columns: 1fr;
  overflow: hidden;
}

#preferenceForm label {
  color: #6D6E71;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
  text-transform: none;
  width: 100% !important;
}

#preferenceForm label br + br {
  display: none !important;
}

#preferenceForm label strong {
  color: #191919;
  margin-bottom: 4px;
  display: inline-block;
}

#preferenceForm .multi-checkbox label {
  position: static;
  width: 100% !important;
  margin-left: 0;
}

#preferenceForm .multi-checkbox .mktoCheckboxList label {
  width: auto !important;
  @media (min-width: 768px) {
    width: 100% !important;
  }
}

#preferenceForm .mktoForm.mktoLayoutAbove .mktoLogicalField {
  @media (min-width: 768px) {
    max-width: 300px;
  }
  @media (min-width: 1025px) {
    max-width: 100%;
    width: 420px !important;
  }
}

#preferenceForm .mktoCheckboxList label {
  margin-left: 32px;
  margin-top: 4px;
}

#preferenceForm label:before {
  content: none;
}

#preferenceForm label em {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.mktoForm .mktoFieldWrap input[type=email].mktoField,
.mktoForm .mktoFieldWrap input[type=tel].mktoField,
.mktoForm .mktoFieldWrap input[type=text].mktoField,
.mktoForm .mktoFieldWrap textarea {
  margin-bottom: 24px;
  max-width: 345px;
  width: 345px !important;
}

#preferenceForm input[type=email],
#preferenceForm input[type=password],
#preferenceForm input[type=tel],
#preferenceForm input[type=text],
#preferenceForm input[type=url],
#preferenceForm textarea {
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  color: #fff;
  font-family: Sohne, Sans-Serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 8px;
  outline: none;
  padding: 0.6875rem 1rem;
  resize: vertical;
  width: 100%;
  box-shadow: none;
  height: auto;
  max-width: 100%;
  background: #f8f8f8;
  border: solid 1px #191919;
  border-radius: 6px;
  color: #191919;
}

#preferenceForm input[type=checkbox] {
  accent-color: #405bff;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0.0625rem solid #414042;
  border-radius: 0.19rem;
  display: grid;
  height: 1.25rem;
  margin: 0;
  place-content: center;
  -webkit-transform: translateY(0.25rem);
  transform: translateY(0.25rem);
  transition: all .2s linear;
  width: 1.25rem;
  opacity: 1;
}

#preferenceForm input[type=checkbox]:checked {
  background-color: #405bff;
  border-color: #405bff;
}

#preferenceForm input[type=checkbox]:checked:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

#preferenceForm .mktoButtonRow .mktoButtonWrap {
  margin-left: 0 !important;
}

#preferenceForm .mktoButtonWrap .mktoButton {
  -webkit-font-smoothing: antialiased;
  background-color: #191919 !important;
  border: none;
  color: #f8f8f8;
  cursor: pointer;
  font-family: Sohne, Sans-Serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
  padding: 0.6875rem 1.5rem;
  text-transform: none;
  background-image: none !important;
  box-shadow: none;
  transition: background linear 0.3s, color linear 0.3s;
  border-radius: 12px;
  border: solid 1px #191919;
}

#preferenceForm .mktoButtonWrap .mktoButton:hover {
  background: #ffffff !important;
  color: #191919 !important;
  text-decoration: none;
}

#preferenceForm #LblEmail {
  display: none;
}

#preferenceForm .mktoButtonRow {
  margin-top: 40px;
}

#mktoFormContent a {
  color: #7084ff;
}

#mktoFormContent .terms {
  color: #6D6E71;
  font-size: 12px;
  margin: 24px 0 0;
}

#mktoFormContent select {
  display: block;
  font-family: 'Sohne', Sans-Serif;
  color: #FFFFFF;
  width: 100% !important;
  max-width: 345px;
  margin: 0;
  padding: 8px 30px 10px 8px;
  border: 2px solid transparent;
  appearance: none;
  background-color: #212121;
}

#mktoFormContent select::-ms-expand {
  display: none;
}

#mktoFormContent select:focus {
  border-color: #405BFF;
  color: #FFFFFF;
  outline: #405BFF;
}

#mktoFormContent .customSelect {
  position: relative;
  max-width: 345px;
  padding-bottom: 0;
  float: left;
  margin-left: 8px;
}

#mktoFormContent .customSelect:after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  background-color: #58595B;
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  position: absolute;
  top: 16px;
  right: 12px;
}

#mktoFormContent .mktoFormRow .selectWrap {
  margin-bottom: 16px;
}

#mktoFormContent .mktoFormRow .selectWrap label {
  width: auto !important;
  margin-top: 4px;
}

#mktoFormContent .mktoRangeField .mktoRangeValueText {
  background: #405bff;
  border-color: #405bff;
  box-shadow: none;
}

#mktoFormContent .mktoRangeField .mktoRangeValueArrow {
  border-color: #405bff;
  background: #405bff;
}

#mktoFormContent .mktoForm .mktoGutter {
  display: none;
}

#mktoFormContent .mktoRequiredField .mktoAsterix {
  display: none;
}

#mktoFormContent .mktoForm .mktoOffset {
  display: none;
}

mktoFormContent a:hover {
  text-decoration: underline;
}

#preferenceForm .mktoForm {
  width: 100% !important;
  column-count: 1;
  @media (min-width: 768px) {
    column-count: 2;
  }
}

#preferenceForm #mktoForm_1 {
  display: flex;
  gap: 8px;
  column-count: 1;
}

#preferenceForm #mktoForm_1 .mktoButtonRow {
  margin-top: 0;
}

.mktoForm .mktoFieldWrap.checkboxWrap .mktoLabel {
  margin-left: 2rem;
  position: absolute;
  -webkit-font-smoothing: antialiased;
  font-family: Sohne, Sans-Serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5em;
}

.mktoForm.mktoLayoutAbove .mktoCheckboxList {
  padding: 0;
}

@media (min-width: 1025px) {
  .page-columns {
    grid-template-columns: 1fr 1fr;
  }
}

.mktoContent .mktoMobileShow .mktoForm,
.mktoContent .mktoForm *,
.mktoContent .mktoForm {
  padding: 0;
}

.opt-out-text {
  font-size: 16px;
  position: absolute;
  left: 32px;
  top: 10px;
}