@font-face {
  src: url(/rs/850-KKH-319/images/Audimat3000-Regulier.woff2);
  font-family: 'Audimat 3000 Regulier';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  background: url(https://images.prismic.io/launchdarkly-marketingsite/537f05d8-4172-435b-b984-e11dd2fd334a_noise.png) repeat;
  font-family: 'Sohne', sans-serif;
  margin: 0;
}

.gradient-text {
  display: inline-block;
  background-color: #9EADF1;
  background-image: linear-gradient(90deg, #EDF4C9 0%, #9EADF1 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.header {
  background: #282828;
}

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

.logo-link {
  background: url(https://go.npringer.shop/rs/850-KKH-319/images/ld-logo.svg) no-repeat 50%;
  background-size: contain;
  display: block;
  font-size: 0;
  height: 1.5rem;
  width: 9.75rem;
  padding: 16px 24px;
}

.content-side h1 {
  font-size: 48px;
  font-family: 'Audimat 3000 Regulier', sans-serif;
  font-weight: 400;
}
@media (min-width: 1025px) {
  .content-side h1 {
    font-size: 60px;
  }
}


.page-columns {
  display: grid;
  min-height: calc(100vh - 56px);
  padding-top: 0;
  position: relative;
  grid-template-columns: 1fr;
  overflow: hidden;
}

.content-side {
  justify-self: start;
  max-width: 610px;
  margin-left: 20px;
  padding-top: 132px;
  padding-bottom: 80px;
  position: relative;
}
@media (min-width: 1025px) {
  .content-side-inner {
    margin-right: 100px;
  } 
}

.form-side {
  background: rgba(40, 40, 40, 0.97);
  overflow: hidden;
  padding-bottom: 80px;
  padding-left: 60px;
  padding-top: 112px;
}

#contentSideText {
  font-size: 16px;
  color: #bcbec0;
  line-height: 1.4;
}

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

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

#preferenceForm .multi-checkbox .mktoCheckboxList label {
  width: 100% !important;
}

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

#preferenceForm label:before {
  content: none;
}

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

.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;
  background: #212121;
  border: 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%;
}

#preferenceForm input[type=checkbox] {
  accent-color: #405bff;
  -webkit-appearance: none;
  appearance: none;
  background-color: #212121;
  border: 0.0625rem solid #414042;
  border-radius: 0.125rem;
  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: #405bff !important;
  border: none;
  color: #fff;
  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 ease 0.3s;
}

#preferenceForm .mktoButtonWrap .mktoButton:hover {
  background: #364dd9 !important;
  text-decoration: none;
}

#preferenceForm #LblEmail {
  display: none;
}

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

#mktoFormContent a {
  color: #7084ff;
}

#mktoFormContent .terms {
  color: #d1d3d4;
  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;
}

.form-title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
}

.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;
  }
}

@media (min-width: 1140px) {
  .form-side {
    padding-left: 115px;
  }
}

@media (max-width: 1024px) {
  .content-side {
    width: calc(100% - 2.5rem);
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .form-side {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }

  .red-orbit {
    display: none;
  }
}

@media (min-width: 1025px) {
  .content-side {
    justify-self: end;
  }
}

@supports ((-webkit-backdrop-filter: blur(28px)) or (backdrop-filter: blur(28px))) {
  .form-side {
    background: rgba(88, 89, 91, 0.3);
    backdrop-filter: blur(28px);
  }

  @media (min-width: 1025px) {
    .form-side {
      background: radial-gradient(39.67% 3023.13% at 50% 50%, rgba(40, 40, 40, 0.9) 0%, rgba(0, 0, 0, 0) 100%), rgba(77, 77, 77, 0.34);
    }
  }
}

.red-orbit {
  left: 40%;
  position: absolute;
  right: -50%;
  top: 50%;
  z-index: -1;
}

circle:not(.dot-sweep_svg__sweep) {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: stroke-dashoffset .35s;
}

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

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