* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  overflow: visible;
}

@media (min-width: 992px) {
  html,
  body {
    font-size: 16px;
  }
}

.campaign h1,
.campaign h2 {
  margin-bottom: 0.5em;
}

.campaign a.bordered {
  position: relative;
  z-index: 1;
}

.campaign p {
  margin-top: 0;
}

.campaign button {
  font-family: var(--font-family);
  cursor: pointer;
}

.campaign header {
  padding: 1.25rem 1.5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  background: white;
}

@media (min-width: 992px) {
  .campaign header {
    padding: 2rem;
  }
}

.campaign header img {
  height: 20px;
}

@media (min-width: 768px) {
  .campaign header img {
    height: 30px;
  }
}

.campaign.registration .masthead {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  overflow: hidden;
  margin-top: 0;
}

@media (min-width: 992px) {
  .campaign.registration .masthead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .campaign.registration .masthead h1 {
    margin: 0;
    max-width: 50vw;
  }
}

.campaign.registration .section.form {
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../images/background-mobile.png);
  color: white;
  padding: 3rem clamp(1.25rem, 9vw, 2rem);
}

@media (min-width: 992px) {
  .campaign.registration .section.form {
    position: absolute;
    top: 200px;
    right: 6vw;
    background-image: url(../images/background-desk.png);
    z-index: 3;
    max-width: 35vw;
  }
}

@media (min-width: 1600px) {
  .campaign.registration .section.form {
    max-width: 536px;
  }
}

.campaign.registration .section.form form > :first-child {
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media (min-width: 992px) {
  .campaign.registration .section.description > div > div {
    display: block;
    max-width: 45vw;
  }
}

.campaign > .schedule,
.campaign > .ebook {
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-image: url(../images/background-mobile.png);
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 13px;
  color: white;
}

@media (min-width: 768px) {
  .campaign > .schedule,
  .campaign > .ebook {
    min-height: calc(100vh - 86px);
    background-image: url(../images/background-desk.png);
  }
}

@media (min-width: 992px) {
  .campaign > .schedule,
  .campaign > .ebook {
    min-height: calc(100vh - 94px);
    background-image: url(../images/background-desk.png);
  }
}

.campaign > .schedule h1,
.campaign > .ebook h1 {
  font-size: clamp(32px, 9vw, 45px);
  color: var(--color-primary);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.campaign form {
  margin-top: clamp(2rem, 5vh, 4rem);
  display: -ms-grid;
  display: grid;
  gap: 2rem;
}

.campaign form > :first-child {
  display: -ms-grid;
  display: grid;
  row-gap: clamp(2rem, 5vh, 4rem);
  -webkit-column-gap: 2rem;
          column-gap: 2rem;
}

@media (min-width: 768px) {
  .campaign form > :first-child {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.campaign form input {
  font-size: clamp(14px, 9vw, 16px);
  border-bottom: 1px solid white;
  padding-bottom: 1rem;
  color: white;
  width: 100%;
}

.campaign form button[type="submit"] {
  margin: 0 auto;
}

.campaign form .checkbox-container {
  text-align: left;
}

.campaign > .ebook {
  display: -ms-grid;
  display: grid;
}

@media (min-width: 992px) {
  .campaign > .ebook {
    -ms-grid-columns: auto 2fr;
        grid-template-columns: auto 2fr;
        grid-template-areas: "cover form";
  }
}

.campaign > .ebook .book-cover {
  background: white;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: black;
  height: 30vh;
  width: 100%;
}

@media (min-width: 992px) {
  .campaign > .ebook .book-cover {
    grid-area: cover;
    height: 100%;
    width: 40vw;
  }
}

.campaign > .ebook .form {
  display: -ms-grid;
  display: grid;
  place-content: center;
  max-width: 900px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .campaign > .ebook .form {
    grid-area: form;
  }
}

.campaign footer {
  padding: 2rem 1rem;
}

.campaign footer .copyright-others {
  margin-top: 0;
}

.campaign footer .social-bar {
  margin: 0;
}
/*# sourceMappingURL=campaign_au.css.map */