.cf__form-group {
  display: flex;
  align-items: baseline;
}

.cf__box--form {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cf__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cf {
  margin: 0 auto;
  overflow: hidden;
  padding: 12.5% 0 2.5% 0;
  width: 92.5%;
}

@media only screen and (max-width: 768px) {
  .cf {
    margin-top: 0;
    padding: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .cf__row {
    flex-direction: column;
  }
}

.cf__box--text {
  flex: 0 0 45%;
  padding: 0 13% 0 3.75%;
}

@media only screen and (max-width: 1024px) {
  .cf__box--text {
    padding: 0 3.75%;
  }
}

@media only screen and (max-width: 768px) {
  .cf__box--text {
    margin: 17.5% 0;
    padding: 0 5%;
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  .cf__box--text {
    margin: 20% 0;
  }
}

.cf__box--form {
  flex: 0 0 50%;
  background-color: #a32035;
  color: #fff;
  padding: 5% 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .cf__box--form {
    padding: 17.5% 0;
    width: 100%;
  }
}

.cf__main-heading {
  color: #a32035;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 6%;
}

@media only screen and (max-width: 768px) {
  .cf__main-heading {
    font-size: 5.4vw;
  }
}

.cf__copy {
  color: #999;
  font-size: 1.375rem;
  line-height: 1.45;
}

@media only screen and (max-width: 480px) {
  .cf__copy {
    font-size: 3vw;
  }
}

.cf__form {
  display: inline-block;
  width: 75%;
}

.cf__form-group:not(:last-of-type) {
  margin-bottom: 7.5%;
}

@media only screen and (max-width: 768px) {
  .cf__form-group:not(:last-of-type) {
    margin-bottom: 8.5%;
  }
}

.cf__form-group:last-of-type {
  align-items: flex-end;
  flex-direction: column;
}

.cf__form-label {
  flex: 0 0 5.5rem;
  font-size: 0.875rem;
  line-height: 2.25;
}

@media only screen and (max-width: 768px) {
  .cf__form-label {
    font-size: 1.15rem;
  }
}

.cf__form-input {
  background: transparent;
  border: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.4);
  color: #fff;
  flex: 1;
  padding: 0.5rem;
}

.cf__form-message {
  background: transparent;
  border: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.4);
  border-right: 0.125rem solid rgba(255, 255, 255, 0.4);
  color: #fff;
  flex: 1;
  padding: 0.5rem;
  resize: none;
}

.cf__recaptcha {
  margin-bottom: 8.5%;
}

@media only screen and (max-width: 1024px) {
  .cf__recaptcha {
    transform: scale(0.85);
    transform-origin: 100% 50%;
  }
}

.cf__form-submit {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: auto;
}

.cf__overlay {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a32035;
  opacity: 0;
  padding: 15%;
  transition: all 550ms ease-in-out;
  z-index: -1;
}

.cf__overlay.visible {
  opacity: 1;
  z-index: 1;
}

.cf__overlay-heading {
  font-size: 4.75vw;
  font-weight: 300;
  margin-bottom: 12.5%;
}

@media only screen and (max-width: 1024px) {
  .cf__overlay-heading {
    font-size: 5.25vw;
  }
}

@media only screen and (max-width: 768px) {
  .cf__overlay-heading {
    font-size: 10vw;
  }
}

.cf__overlay-logo {
  width: 7.75rem;
}

@media only screen and (max-width: 768px) {
  .cf__overlay-logo {
    width: 6.5rem;
  }
}
/*# sourceMappingURL=block.css.map */