/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.paragraph-newsletter-subscribe {
  z-index: 0;
  position: relative;
}
@media screen and (min-width: 48em) {
  .paragraph-newsletter-subscribe__title h2 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .paragraph-newsletter-subscribe__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 48em) {
  .paragraph-newsletter-subscribe__form .form-text-input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .paragraph-newsletter-subscribe__form .form-text-input {
    margin-bottom: 2.5rem;
  }
}
.paragraph-newsletter-subscribe__content {
  position: relative;
  z-index: 1;
}
.paragraph-newsletter-subscribe__content {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .paragraph-newsletter-subscribe__content {
    max-width: 119.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .paragraph-newsletter-subscribe__content {
    padding-left: 1.6666666667rem;
    padding-right: 1.6666666667rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph-newsletter-subscribe__content {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
.paragraph-newsletter-subscribe__content__inner {
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.paragraph-newsletter-subscribe__content__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 124.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .paragraph-newsletter-subscribe__content__inner {
    max-width: 119.5rem;
  }
}
@media screen and (min-width: 64em) {
  .paragraph-newsletter-subscribe__content__inner {
    padding: 9rem 2rem 9rem 9rem;
  }
}
@media screen and (min-width: 48em) {
  .paragraph-newsletter-subscribe__content__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .paragraph-newsletter-subscribe__content__inner .col-left {
    width: 45%;
  }
  .paragraph-newsletter-subscribe__content__inner .col-right {
    width: 55%;
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .paragraph-newsletter-subscribe__content__inner {
    padding: 2.5rem 0.5rem;
  }
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .paragraph-newsletter-subscribe__content__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .paragraph-newsletter-subscribe__content__inner .col-left {
    width: 100%;
  }
  .paragraph-newsletter-subscribe__content__inner .col-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.paragraph-newsletter-subscribe__content__inner::before {
  position: absolute;
  z-index: -1;
  top: 0;
  height: 100%;
  content: "";
  display: block;
  background: #00aeef;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .paragraph-newsletter-subscribe__content__inner::before {
    left: 50%;
    width: 100vw;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 64em) {
  .paragraph-newsletter-subscribe__content__inner::before {
    left: 0;
    width: calc(100% + (100vw - 100%) / 2);
  }
}

.paragraph-newsletter-subscribe .form-text-input__inner {
  padding-top: 1.5rem;
}
.paragraph-newsletter-subscribe .form-text-input label {
  margin: 0;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  color: #979797;
}
.paragraph-newsletter-subscribe .form-text-input label span {
  position: absolute;
  top: 50%;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.paragraph-newsletter-subscribe .form-text-input input {
  color: #00aeef;
  padding: 1.6rem 0;
  margin: 0;
  border: none;
  height: 4.8rem;
  border-bottom: 0.1rem solid #00aeef;
  font-size: 1.6rem;
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.paragraph-newsletter-subscribe .form-text-input input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.paragraph-newsletter-subscribe .form-text-input input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.paragraph-newsletter-subscribe .form-text-input input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.paragraph-newsletter-subscribe .form-text-input input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.paragraph-newsletter-subscribe .form-text-input input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.paragraph-newsletter-subscribe .form-text-input.is-focus label span {
  color: #202243;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  font-size: 1.4rem;
}
.paragraph-newsletter-subscribe .form-text-input--primary,
.paragraph-newsletter-subscribe .form-text-input--primary label,
.paragraph-newsletter-subscribe .form-text-input--primary input {
  color: white;
}
.paragraph-newsletter-subscribe .form-text-input--primary input {
  border-color: white;
}
.paragraph-newsletter-subscribe .form-text-input--primary.is-focus label span {
  color: white;
}
/*# sourceMappingURL=paragraph-newsletter-subscribe.css.map */
