.thanks {
  min-height: 100vh;
  padding: 112px 0;
  background: #eaf5ff;
}

.thanks__hero .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 224px);
}

.thanks__popup-card {
  width: min(100%, 600px);
  box-shadow: 0 24px 50px rgba(35, 72, 135, 0.14);
}

.thanks .trial-popup__header h1 {
  margin: 0;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 0.5px;
  text-align: center;
}

.thanks .trial-popup__button {
  text-align: center;
}

.dont_show {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .thanks {
    padding: 72px 0;
  }

  .thanks__hero .container {
    min-height: calc(100vh - 144px);
  }
}

@media screen and (max-width: 576px) {
  .thanks {
    padding: 24px 0;
  }

  .thanks__hero .container {
    min-height: calc(100vh - 48px);
    padding: 0 16px;
  }

  .thanks__popup-card {
    width: min(100%, 370px);
    max-width: 370px;
    padding: 24px 16px;
    border-radius: 16px;
  }

  .thanks .trial-popup__header h1,
  .thanks .trial-popup__step--success .trial-popup__header h2 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 23px !important;
    letter-spacing: 0;
    text-transform: uppercase;
  }
}
