/* buttons */
/* horizontal-blocks */
.brochure {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 5rem;
}
.brochure-form.remove-highlight-yellow #brochure_consent {
  outline: none;
}
.brochure-form.highlight-yellow #brochure_consent {
  outline: 1px solid #ffce00;
}
.brochure .title {
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  text-align: center;
  text-transform: uppercase;
}
.brochure .description {
  font-family: "Montserrat-700", "Montserrat-fallback", sans-serif;
  font-weight: 700;
  text-align: center;
}
.brochure .advantages p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.brochure .advantages p svg {
  flex: 0 0 30px;
  max-width: 30px;
}
.brochure .left {
  flex: 0 0 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.brochure .right {
  position: relative;
  flex: 0 0 30%;
  color: #fff;
}
.brochure .right .square {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.brochure .right .personal_details {
  padding: 5rem 2rem;
  z-index: 2;
  position: relative;
}
.brochure .right .navigation {
  text-align: center;
}
.brochure .right .columns {
  margin-left: -2.5%;
  margin-right: -2.5%;
  overflow: hidden;
  font-size: 0;
}
.brochure .right .columns .left,
.brochure .right .columns .right {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: inline-block;
  padding: 1px;
}
.brochure .right .columns input[type=text],
.brochure .right .columns input[type=email] {
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
}
.brochure .right .columns input[type=text].required,
.brochure .right .columns input[type=email].required {
  border-color: red;
}
.brochure .right .button {
  background: #fff;
  font-weight: normal;
  color: black !important;
}
.brochure .right .button.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.brochure .right .gdpr {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  text-align: left;
  padding: 0;
}
.brochure .right .gdpr a {
  color: #fff;
}
.brochure .right .error-message {
  color: red;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.brochure .right .error-message.hidden {
  display: none;
}
.brochure .right .consent-error {
  font-family: "Montserrat-500", "Montserrat-fallback", sans-serif;
  font-weight: 500;
  color: #ffce00;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.brochure .right .consent-error.hidden {
  display: none;
}
@media (max-width: 549px) {
  .brochure .left .brochure-img,
  .brochure .left .advantages {
    display: none;
  }
  .brochure > .right .columns {
    margin-left: 0;
    margin-right: 0;
  }
  .brochure > .right .columns .left,
  .brochure > .right .columns .right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-top: inherit;
  }
  .brochure > .right .columns .left input[type=text],
  .brochure > .right .columns .left input[type=email],
  .brochure > .right .columns .right input[type=text],
  .brochure > .right .columns .right input[type=email] {
    margin-bottom: 1rem;
  }
}
@media (max-width: 549px) {
  .brochure .square {
    display: none;
  }
}
@media (max-width: 849px) {
  .brochure .left {
    flex-direction: column;
  }
}
@media (max-width: 1049px) {
  .brochure {
    flex-direction: column;
    gap: 6rem;
    padding: 10rem 2rem;
  }
}
@media (max-width: 1239px) {
  .brochure .left {
    gap: 2rem;
  }
}
@media (min-width: 550px) and (max-width: 1050px) {
  .brochure .personal_details {
    max-width: 60rem;
    margin: auto;
  }
}
@media (min-width: 1050px) and (max-width: 1500px) {
  .brochure .left {
    flex-direction: column;
    flex: 0 0 43%;
    gap: 2rem;
  }
  .brochure .right {
    flex: 0 0 50%;
  }
}

/*# sourceMappingURL=brochure.css.map */
