/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/red-form/style.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
.red-form {
  position: relative;
  background-color: #B12428;
  padding: 40px 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (min-width: 575px) {
  .red-form {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .red-form {
    padding: 50px 30px;
    margin-bottom: 66px;
  }
}
@media (min-width: 1024px) {
  .red-form {
    padding: 130px 125px 80px 125px;
  }
}
@media (min-width: 1200px) {
  .red-form {
    padding: 167px 165px 103px 165px;
  }
}
.red-form.black-background {
  background-color: #19191B;
}
.red-form.black-background .label-wrapper {
  background-color: #19191B;
}
.red-form.mb-0 {
  margin-bottom: 0px;
}
.red-form__wrapper {
  display: flex;
  max-width: 1110px;
  margin: 0 auto;
  -moz-column-gap: 30px;
       column-gap: 30px;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .red-form__wrapper {
    flex-wrap: nowrap;
  }
}
.red-form__wrapper-left {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .red-form__wrapper-left {
    max-width: 23%;
    flex: 0 0 23%;
    margin-bottom: 0px;
  }
}
.red-form__wrapper-left-text {
  color: #FFF;
  font-family: "Manrope";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.18px;
}
.red-form__wrapper-middle {
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .red-form__wrapper-middle {
    max-width: 39.45%;
    flex: 0 0 39.45%;
  }
}
.red-form__wrapper-middle-background {
  position: absolute;
  bottom: -50px;
  right: 0;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .red-form__wrapper-middle-background {
    bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .red-form__wrapper-middle-background {
    bottom: 0px;
  }
}
.red-form__wrapper-middle-title {
  color: var(--White, #FFF);
  font-family: "Manrope";
  font-size: 22px;
  line-height: 28px;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 768px) {
  .red-form__wrapper-middle-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (min-width: 1024px) {
  .red-form__wrapper-middle-title {
    font-size: 32px;
    line-height: 38px;
  }
}
.red-form__wrapper-right {
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 70px;
}
@media (min-width: 575px) {
  .red-form__wrapper-right {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .red-form__wrapper-right {
    max-width: 31.55%;
    flex: 0 0 31.55%;
    margin-top: 0px;
  }
}
.red-form__wrapper-right-shortcode .wpcf7-not-valid-tip {
  font-size: 12px;
  text-align: center;
  color: #FFD24E;
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 100%;
  bottom: 10px;
}
.red-form__wrapper-right-shortcode form {
  position: relative;
}
.red-form__wrapper-right-shortcode form .wpcf7-spinner {
  display: none;
}
.red-form__wrapper-right-shortcode form.invalid .wpcf7-response-output {
  font-size: 12px;
  text-align: center;
  color: #FFD24E;
  margin: 0;
  border: none;
  position: absolute;
  top: calc(100% + 10px);
}
.red-form__wrapper-right-shortcode label {
  position: relative;
}
.red-form__wrapper-right-shortcode label.active .label-wrapper {
  top: -15px;
  left: 5px;
  transform: scale(0.9);
}
.red-form__wrapper-right-shortcode label .label-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  position: absolute;
  top: 8px;
  left: 15px;
  padding: 5px;
  background-color: #B12428;
  transition: 0.3s all ease-in-out;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
}
.red-form__wrapper-right-shortcode label .label-wrapper + span input:focus {
  top: -15px;
  left: 5px;
}
.red-form__wrapper-right-shortcode label span {
  display: block;
}
.red-form__wrapper-right-shortcode textarea {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  width: 100%;
  padding: 13px 20px;
  margin-bottom: 32px;
  resize: none;
  height: 90px;
}
.red-form__wrapper-right-shortcode input[type=text], .red-form__wrapper-right-shortcode input[type=email] {
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #FFF;
  background-color: transparent;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
  width: 100%;
  height: 48px;
  padding: 13px 20px;
  margin-bottom: 32px;
}
.red-form__wrapper-right-shortcode input[type=submit] {
  color: var(--color-3, #2D2D2D);
  text-align: center;
  font-family: "Manrope";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding: 10px 15px;
  background: var(--White, #FFF);
  border: none;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}

/*# sourceMappingURL=style-index.css.map*/