:root {
  --dodger-blue: #009ee3;
  --deep-pink: rgba(233, 42, 118, .94);
  --white-smoke: whitesmoke;
  --dim-grey: #707070;
  --bioniq-duo-blau: #2d62b1;
  --bioniq-duo-rot: #ab2453;
  --deep-sky-blue: #00a3d4;
  --alice-blue: #e1e9f4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.hero {
  height: auto;
  background-color: var(--dodger-blue);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(255, 255, 255, 0));
  position: relative;
}

.hero__inner {
  height: 100%;
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.hero__image {
  width: 50%;
  height: 99vh;
  background-color: #e7e8ea;
  background-image: url('../images/bioniq-junior-header-01.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  padding-top: 8vw;
  padding-bottom: 8vw;
  padding-left: 0;
}

.hero__content {
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-top: 0;
  padding: 12vw 5vw;
  display: flex;
}

.hero__content-inner {
  width: 100%;
}

.hero__headline {
  opacity: 1;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 3vw;
  font-weight: 300;
  line-height: 120%;
  transform: translate(0);
}

.body {
  border-radius: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px;
}

.hero__subline {
  color: #fff;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  display: none;
}

.text {
  color: #707070;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.text.hero__text {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text.text--white-form {
  color: #707070;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.btn-ghost {
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 20px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.btn-ghost.btn--hero {
  background-color: var(--deep-pink);
  opacity: 1;
  border-style: none;
  border-width: 2px;
  border-radius: 20px;
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.btn-ghost.btn--hero:hover {
  border-color: var(--dodger-blue);
  background-color: var(--white-smoke);
  color: var(--dodger-blue);
}

.btn-ghost.btn--hero:visited {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.section-content__headline {
  color: var(--dodger-blue);
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 20px;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.btn {
  color: #fff;
  background-color: #00305d;
  border: 1px #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.programm__headline {
  color: #00305d;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 11px;
  font-size: 50px;
  font-weight: 300;
  line-height: 120%;
}

.programm__table {
  color: #00305d;
}

.programm__subline {
  color: #00305d;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}

.form__submit {
  border: 2px solid var(--deep-pink);
  background-color: var(--deep-pink);
  border-radius: 20px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
}

.form__submit:hover {
  border-width: 2px;
  border-color: var(--dodger-blue);
  background-color: var(--dodger-blue);
  color: #fff;
}

.form__input {
  color: #575757;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.checkbox-label {
  color: #707070;
  font-size: 12px;
  font-weight: 300;
}

.checkbox-field {
  margin-top: 25px;
  margin-bottom: 25px;
}

.image-4 {
  width: 120px;
  position: absolute;
  top: 30px;
  bottom: auto;
  left: 30px;
  right: auto;
}

.link {
  color: var(--dodger-blue);
  margin-left: 20px;
  margin-right: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.bold-text-2 {
  font-size: 30px;
}

.link-2 {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.section-form {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 6vw 30px;
  font-weight: 300;
  display: block;
}

.section-form__inner {
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  display: flex;
}

.section-form__inner.section--reverse {
  width: auto;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  padding-right: 10%;
}

.section-form__form {
  width: 100%;
  min-height: 50vh;
  padding: 3vw;
  display: block;
  position: relative;
}

.section-form__content {
  width: 100%;
  min-height: 10vh;
  border: 5px solid var(--dodger-blue);
  flex-wrap: wrap;
  align-items: center;
  padding: 4vw 3vw 3vw;
  display: flex;
}

.section-form__form-inner {
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-form__content-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-40 {
  display: block;
}

.footer {
  text-align: center;
  padding: 30px;
}

.icon {
  color: #fff;
}

.container {
  max-width: 1280px;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  border: 5px #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.dropdown {
  z-index: 50;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-2 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.text-block-2 {
  color: #fff;
  text-align: left;
  white-space: normal;
  font-size: 20px;
  font-weight: 300;
  line-height: 100%;
}

.success-message {
  background-color: #00a3d3;
}

.success-message-headline, .success-message-text {
  color: #fff;
}

.bold-text-3 {
  font-size: 20px;
  line-height: 200%;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 14px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
  justify-items: stretch;
  padding-left: 0;
}

.field-label-9 {
  color: var(--dodger-blue);
  margin-bottom: 3px;
  font-size: 16px;
}

.div-block-43 {
  width: 85%;
}

.link_checkbox {
  color: var(--dodger-blue);
  font-weight: 700;
}

.sticky-nav {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  position: static;
  top: 0;
}

.container-2 {
  max-width: 1280px;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: 150px;
  height: auto;
  max-width: 200px;
  object-fit: contain;
  object-position: 0% 50%;
}

.section-2 {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

.list-item {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.dropdown-toggle-2 {
  background-color: var(--dodger-blue);
  border: 1px #000;
  border-radius: 0;
  margin-bottom: 7px;
  padding-right: 55px;
  display: block;
}

.section-content__subline {
  color: #6b6b6b;
  text-align: center;
  text-transform: uppercase;
  margin-top: -10px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 120%;
  display: block;
}

.dropdown-list-2 {
  width: 100%;
  border: 3px solid var(--dodger-blue);
  color: #6b6b6b;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: -8px;
  margin-bottom: 20px;
  padding: 20px;
  display: none;
  position: relative;
}

.div-block-45 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.list-2 {
  display: block;
}

.section-content__headline-copy {
  color: var(--dodger-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
  display: block;
}

.div-block-46 {
  width: 80%;
  align-items: flex-end;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: 0;
  bottom: 0;
}

.list-item-3 {
  color: var(--dim-grey);
  font-size: 18px;
  line-height: 180%;
  list-style-type: square;
}

.list {
  margin-left: auto;
  margin-right: auto;
}

.form-field-question {
  width: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px auto;
  padding-left: 0;
  display: flex;
}

.field-label-question {
  color: var(--dodger-blue);
}

.div-block-41 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.field-label-subtitle {
  width: auto;
  color: #193c90;
  flex: none;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 300;
  display: none;
}

.radio-button-field {
  margin-left: 20px;
}

.radio-button-label {
  color: #707070;
  font-weight: 300;
}

.text-span {
  color: rgba(255, 255, 255, .9);
  text-transform: none;
  font-size: 16px;
  font-style: normal;
}

.list__headline {
  color: var(--dodger-blue);
  text-align: center;
  text-transform: uppercase;
  margin: 20px auto 10px;
  font-size: 30px;
  font-weight: 300;
  line-height: 150%;
  display: block;
}

.checkbox-field-copy {
  margin-top: 0;
  margin-bottom: 0;
}

.elternangaben {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 158, 227, 0);
  border: 1px #009ee3;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.bold-text-4 {
  color: var(--dodger-blue);
}

.kindangaben {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 158, 227, .03);
  border: 1px #009ee3;
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: grid;
}

.bold-text-5 {
  color: #009ee3;
}

.notice-block-text {
  color: #707070;
  text-align: center;
  margin: 0 auto 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 170%;
}

.notice-block-text.hero__text {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.notice-block-text.text--white-form {
  color: #707070;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.notice-block {
  margin-top: 20px;
}

.notice-block-title {
  color: #009ee3;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 170%;
}

.notice-block-title.hero__text {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.notice-block-title.text--white-form {
  color: #707070;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

@media screen and (max-width: 991px) {
  .hero {
    height: auto;
  }

  .hero__inner {
    display: block;
  }

  .hero__image {
    width: 100%;
    height: 75vh;
    background-image: url('../images/bioniq-junior-header-01.webp');
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8vw;
  }

  .hero__content {
    width: 100%;
    background-color: var(--dodger-blue);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 6vw;
    padding-bottom: 6vw;
    position: relative;
  }

  .hero__headline {
    text-align: center;
    font-size: 6vw;
  }

  .hero__subline {
    text-align: center;
  }

  .text {
    line-height: 180%;
  }

  .text.hero__text {
    text-align: center;
  }

  .btn-ghost.btn--hero {
    text-align: left;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: static;
  }

  .section-content__headline {
    text-align: center;
    font-size: 40px;
  }

  .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 20px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: 1%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .bold-text-2 {
    text-align: center;
  }

  .section-form {
    width: auto;
    padding: 6vw 30px;
  }

  .section-form__inner {
    display: block;
  }

  .section-form__inner.section--reverse {
    flex-direction: column-reverse;
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
  }

  .section-form__form {
    width: 100%;
  }

  .section-form__content {
    width: 100%;
    min-height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section-form__form-inner {
    position: static;
  }

  .icon {
    display: block;
  }

  .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .grid {
    grid-row-gap: 20px;
  }

  .div-block-42 {
    flex-direction: column-reverse;
    display: flex;
  }

  .div-block-43 {
    width: 100%;
    margin-top: 20px;
  }

  .nav-grid {
    grid-template-columns: 1fr;
  }

  .nav-logo-link {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-logo {
    width: 120px;
  }

  .dropdown-toggle-2 {
    display: block;
  }

  .section-content__subline {
    text-align: center;
    font-size: 34px;
    display: block;
  }

  .dropdown-list-2 {
    display: none;
  }

  .section-content__headline-copy {
    text-align: center;
    font-size: 34px;
    display: block;
  }

  .list__headline {
    text-align: center;
    font-size: 30px;
  }

  .notice-block-text {
    line-height: 180%;
  }

  .notice-block-text.hero__text {
    text-align: center;
  }

  .notice-block-title {
    line-height: 180%;
  }

  .notice-block-title.hero__text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero__image {
    height: 70vh;
    background-image: url('../images/bioniq-junior-header-01.webp');
    background-position: 50% 95%;
  }

  .hero__content {
    width: 100%;
    margin-top: 0;
    padding: 10vw 4vw;
  }

  .hero__headline {
    font-size: 6vw;
  }

  .hero__subline {
    font-size: 28px;
  }

  .text {
    margin-bottom: 10px;
  }

  .section-content__headline, .programm__headline {
    font-size: 40px;
  }

  .programm__subline {
    font-size: 18px;
  }

  .checkbox-field {
    margin-top: 0;
  }

  .image-4 {
    display: block;
  }

  .bold-text-2 {
    font-size: 22px;
  }

  .section-form__inner.section--reverse {
    flex-direction: column-reverse;
    padding-left: 1%;
    padding-right: 1%;
    display: flex;
  }

  .section-form__form {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .section-form__content {
    padding: 5vw 2vw;
  }

  .dropdown {
    z-index: 0;
  }

  .text-block-2 {
    font-size: 20px;
  }

  .sticky-nav {
    position: relative;
  }

  .container-2 {
    text-align: left;
  }

  .nav-grid {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .list-item-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle-2 {
    z-index: 0;
  }

  .section-content__subline {
    font-size: 20px;
  }

  .dropdown-list-2 {
    z-index: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .section-content__headline-copy {
    font-size: 25px;
  }

  .list__headline {
    font-size: 30px;
  }

  .checkbox-field-copy {
    margin-top: 0;
  }

  .notice-block-text, .notice-block-title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero__image {
    height: 56vh;
    background-image: url('../images/bioniq-junior-header-01.webp');
    background-position: 50% 90%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 8vw;
  }

  .hero__content {
    width: 100%;
    background-color: var(--dodger-blue);
    margin-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .hero__content-inner {
    margin-top: -20px;
  }

  .hero__headline {
    margin-bottom: 10px;
    font-size: 7vw;
  }

  .hero__subline {
    font-size: 22px;
    display: none;
  }

  .text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .text.hero__text {
    line-height: 180%;
  }

  .btn-ghost.btn--hero {
    border-color: #fff;
    display: inline-block;
  }

  .btn-ghost.btn--hero:focus {
    border-style: solid;
    border-color: #fff;
  }

  .section-content__headline {
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
  }

  .programm__headline {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .programm__subline {
    font-size: 16px;
  }

  .form__submit {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .form__input {
    flex: 0 auto;
  }

  .image-4 {
    width: 100px;
    display: block;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .section-form {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-form__inner.section--reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .section-form__content {
    padding-top: 10vw;
  }

  .container {
    max-width: 99%;
    text-align: left;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    font-size: 18px;
    line-height: 1.3em;
  }

  .grid {
    width: 100%;
  }

  .field-label-9 {
    margin-bottom: 1px;
  }

  .div-block-43 {
    margin-top: 30px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .dropdown-toggle-2 {
    padding-left: 10px;
    padding-right: 40px;
  }

  .section-content__subline {
    text-transform: uppercase;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    font-size: 1em;
    display: block;
    position: static;
  }

  .dropdown-list-2 {
    padding: 10px;
    display: none;
  }

  .section-content__headline-copy {
    text-transform: uppercase;
    object-fit: fill;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
    display: block;
    position: static;
  }

  .list-item-3 {
    font-size: 16px;
  }

  .list {
    padding-left: 20px;
  }

  .form-field-question {
    width: auto;
  }

  .field-label-subtitle {
    width: auto;
    margin-right: 10px;
  }

  .radio-button-field {
    margin-left: 0;
  }

  .text-span-2 {
    color: rgba(112, 112, 112, .6);
    font-size: 14px;
  }

  .list__headline {
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .elternangaben {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .kindangaben {
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice-block-text {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .notice-block-text.hero__text {
    line-height: 180%;
  }

  .notice-block-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .notice-block-title.hero__text {
    line-height: 180%;
  }
}

#w-node-_185631cb-2b46-88d6-864f-999629990c69-f438d583, #Lastname.w-node-_1b2ea561-bdd4-8736-6aa2-9d8efb869b74-f438d583 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8b39cb12-342d-6a59-edf7-b9aff9e1bdcf-f438d583, #w-node-_3a85a5fe-78d7-9892-1fb0-e1e373398dd0-f438d583, #w-node-_94eb8b31-6896-2f79-f495-60be0a21cd89-f438d583, #w-node-_3f383ea4-c07c-79df-81fd-87e32b8f555c-f438d583 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9d1dcaa8-1598-b9d9-b7df-e1c2ece6e74b-f438d583, #w-node-_3f383ea4-c07c-79df-81fd-87e32b8f5563-f438d583, #w-node-_3f383ea4-c07c-79df-81fd-87e32b8f555b-f438d583 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-baad10a9-55a3-4394-d165-111b6197eeeb-f438d583 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_253e68a3-9a80-4c56-c121-7e7bfbe249f4-f438d583, #w-node-_3bab082c-a6c3-e632-223d-7f2bf744c060-f438d583 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8765bd4-7cdb-c844-fb73-860d82b40964-f438d583 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_2c00119c-81c5-7125-b98c-c0a296c02451-f438d583 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_612956c9-9082-e956-8e48-2483daf92eb0-f438d583 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d0007961-1418-3e99-6a5b-07e9676b8029-f438d583 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0a5db1f9-6a9a-6e14-2539-3b44338ee737-f438d583, #w-node-_09dbff40-8aef-45c8-6fde-ad1a7520e648-f438d583, #w-node-bfba5def-bb64-dc89-2264-caa7a010b3b1-f438d583 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9009bb45-6b7f-d051-8e12-7b7af54b25ee-f438d586 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_9009bb45-6b7f-d051-8e12-7b7af54b25ee-f438d586 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8b39cb12-342d-6a59-edf7-b9aff9e1bdcf-f438d583, #w-node-_3a85a5fe-78d7-9892-1fb0-e1e373398dd0-f438d583 {
    grid-column: span 5 / span 5;
  }

  #w-node-_94eb8b31-6896-2f79-f495-60be0a21cd89-f438d583, #w-node-baad10a9-55a3-4394-d165-111b6197eeeb-f438d583 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_253e68a3-9a80-4c56-c121-7e7bfbe249f4-f438d583, #w-node-_3bab082c-a6c3-e632-223d-7f2bf744c060-f438d583 {
    grid-column: span 5 / span 5;
  }

  #w-node-_2c00119c-81c5-7125-b98c-c0a296c02451-f438d583 {
    grid-column: span 3 / span 3;
  }

  #w-node-b51b6f42-71b9-1d62-4f16-cec9b204f6ed-f438d583, #w-node-_612956c9-9082-e956-8e48-2483daf92eb0-f438d583 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0007961-1418-3e99-6a5b-07e9676b8029-f438d583 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_9009bb45-6b7f-d051-8e12-7b7af54b25ee-f438d586 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_185631cb-2b46-88d6-864f-999629990c69-f438d583 {
    justify-self: auto;
  }

  #Lastname.w-node-_1b2ea561-bdd4-8736-6aa2-9d8efb869b74-f438d583, #w-node-_8b39cb12-342d-6a59-edf7-b9aff9e1bdcf-f438d583, #w-node-_3a85a5fe-78d7-9892-1fb0-e1e373398dd0-f438d583 {
    grid-column: span 4 / span 4;
  }

  #w-node-_94eb8b31-6896-2f79-f495-60be0a21cd89-f438d583 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_3f383ea4-c07c-79df-81fd-87e32b8f555c-f438d583 {
    grid-column: span 4 / span 4;
  }

  #w-node-baad10a9-55a3-4394-d165-111b6197eeeb-f438d583 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_253e68a3-9a80-4c56-c121-7e7bfbe249f4-f438d583, #w-node-_3bab082c-a6c3-e632-223d-7f2bf744c060-f438d583, #w-node-e8765bd4-7cdb-c844-fb73-860d82b40964-f438d583, #w-node-_2c00119c-81c5-7125-b98c-c0a296c02451-f438d583 {
    grid-column: span 4 / span 4;
  }

  #w-node-b51b6f42-71b9-1d62-4f16-cec9b204f6ed-f438d583, #w-node-_612956c9-9082-e956-8e48-2483daf92eb0-f438d583 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0007961-1418-3e99-6a5b-07e9676b8029-f438d583 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_9009bb45-6b7f-d051-8e12-7b7af54b25ee-f438d586 {
    justify-self: center;
  }
}


