.otp-hero {
  padding-bottom: 70px
}

.otp-hero__title {
  padding-bottom: 40px
}

.otp-hero__text>p {
  padding-bottom: 30px
}

.otp-hero__list {
  padding-left: 20px;
  list-style: disc;
}

.otp-form {
  padding-bottom: 80px
}

.otp-form__business-info,
.otp-form__personal-info {
  padding-bottom: 70px
}

@media (min-width:577px) {
  .otp-form__title {
    padding-bottom: 50px
  }
}

@media (max-width:576px) {
  .otp-form__title {
    padding-bottom: 24px
  }
}

@media (min-width:1201px) {
  .otp-form__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .otp-form__inputs .otp-input-wrap:nth-child(even) {
    margin-left: 30px
  }
}

.otp-form__inputs .otp-input-wrap {
  max-width: 100%;
  -webkit-box-flex: calc(50% - 30px);
  -ms-flex: calc(50% - 30px);
  flex: calc(50% - 30px)
}

.otp-input-wrap__additional-text {
  margin-top: 1em;
  max-width: 100%;
  font-size: 14px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
  display: inline-block;
}

@media (min-width:577px) {
  .otp-form__footer {
    padding-bottom: 70px
  }
}

.otp-form__footer {
  position: relative;
}

.otp-success-modal {
  position: fixed;
  bottom: 50%;
  left: 50%;
  width: 80%;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  transform: translate(-50%, 50%);
  transition: all 0.2s ease-in;
  text-align: center;
  background-image: url('https://image.mail.mymsd.ch/lib/fe9d13737664067c77/m/1/pop-up-greenbox.png');
  background-color: #00877c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.otp-success-modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  transform: translate(-50%, -50%);
}

.otp-success-modal-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 40%);
}

.otp-success-modal__text {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: 700;
}

.otp-success-modal img {
  margin-bottom: 20px;
  width: 64px;
  height: 64px;
  object-fit: cover;
  display: inline-block;
  border-radius: 50%;
}

@media (min-width: 992px) {
  .otp-success-modal {
    width: 900px;
    height: 500px;
  }

  .otp-success-modal__text {
    font-size: 40px;
  }

  .otp-success-modal img {
    width: 134px;
    height: 134px;
  }

  .otp-success-modal__inner {
    width: 50%;
  }
}

.otp-form__radio-lang {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.otp-form__radio-lang .otp-input-radio:not(:last-of-type) {
  margin-right: 36px
}

.otp-form__checkboxes {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.otp-form__checkboxes .otp-input-checkbox-wrap {
  padding: 12px 0
}

@media (min-width:1201px) {
  .otp-form__checkboxes {
    max-width: 70%
  }

  .otp-form__checkboxes .otp-input-checkbox-wrap {
    -webkit-box-flex: calc(50% - 40px);
    -ms-flex: calc(50% - 40px);
    flex: calc(50% - 40px)
  }

  .otp-form__checkboxes .otp-input-checkbox-wrap:nth-child(even) {
    margin-left: 40px
  }
}

@media (max-width:1200px) {
  .otp-form__checkboxes .otp-input-checkbox-wrap {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%
  }
}

.otp-form__checkbox-extra {
  padding-bottom: 50px
}

.otp-form__checkbox-extra a {
  color: #00877c;
  text-decoration: underline
}

.otp-form__subtitle {
  padding-bottom: 22px
}

.otp-form__text {
  padding-bottom: 32px
}

.otp-form__submit {
  text-align: right
}

.otp-form__submit--text {
  padding-top: 40px;
  line-height: 1.7em
}

.otp-form__submit--text>span {
  color: red
}

@media (min-width:1201px) {
  .otp-form__subtitle {
    margin-left: -24px
  }

  .otp-form .inner {
    padding-right: 24px;
    padding-left: 24px
  }
}

@media (min-width:577px) and (max-width:1200px) {
  .otp-form__subtitle {
    margin-left: -16px
  }

  .otp-form .inner {
    padding-right: 16px;
    padding-left: 16px
  }
}
