.signUp {
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 0px 25px;
  background-image: url('../assets/signUpBackground.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  border-radius: 20px;
  box-sizing: border-box;
}

/* start mobile */
.signUp--left {
  width: 100%;
  margin-bottom: 25px;
}

.signUp--title.mobile {
  text-align: center;
  font-weight: 900;
  font-size: 44px;
  line-height: 79px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0px;
}

.signUp--title {
  text-align: left;
  font-weight: 900;
  font-size: 53px;
  line-height: 53px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 26px;
}

.signUp--title__large.mobile {
  display: block;
  font-size: 70px;
  line-height: 70px;
}

.signUp--title__large {
  display: block;
  font-size: 128px;
  line-height: 128px;
}

.signUp--right {
  width: 100%;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.signUp--right__title.mobile {
  font-weight: 700;
  font-size: 24px;
  line-height: 47px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.signUp--right__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

/* end mobile */

@media screen and (min-width: 800px) {

  .signUp {
    margin-top: 32px;
    margin-bottom: 32px;
    max-width: 1384px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 72px 0px 72px;
    background-image: url('../assets/signUpBackground.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    color: #fff;
    display: flex;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .signUp--left {
    width: 50%;
    margin-bottom: 25px;
  }

  .signUp--title {
    text-align: left;
    font-weight: 900;
    font-size: 53px;
    line-height: 53px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0px;
  }

  .signUp--title__large {
    display: block;
    font-size: 128px;
    line-height: 128px;
  }

  .signUp--right {
    width: 50%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
  }

  .signUp--right__title {
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.mobile.signUp--btn {
  margin-top: 35px;
}
@media screen and (min-width: 800px) {
  .signUp--btn {
    margin-top: 30px;
  }
}
.signUp--btn {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #0ccd93;
  background-color: #fff;
  display: block;
  padding: 20px 50px;
  text-decoration: none;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  border-radius: 6px;

  white-space: nowrap;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
  border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.signUp--btn:hover {
  color: #ffffff;
  background-color: #0ccd93;
}

.signUp--declaimer {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  margin-top: 15px;
  margin-bottom: 8px;
  text-align: center;
  font-family:'Aktiv Grotesk Cd','Raleway', sans-serif;
  padding-bottom:25px;
}

@media screen and (min-width: 1200px) {
  .signUp--btn {
    max-width: 490px;
    padding: 20px 150px;
  }
}