.subscribe .container {
  padding-bottom: 46px; }
  @media (min-width: 1200px) {
    .subscribe .container {
      padding-top: 100px;
      display: flex; } }

.subscribe_header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  border-radius: 12px 12px 0px 0px;
  padding: 30px 30px 68px; }
  @media (min-width: 1200px) {
    .subscribe_header {
      width: 45%;
      height: auto;
      padding: 54px;
      border-radius: 24px 0px 0px 24px;
      justify-content: center; } }
  .subscribe_header_title {
    width: 100%;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .subscribe_header_title {
        margin-bottom: 40px; } }
    .subscribe_header_title * {
      color: var(--real-white);
      font-family: var(--font-secondary);
      font-style: normal;
      font-weight: 200;
      text-align: left;
      font-size: 35px;
      line-height: 1;
      letter-spacing: 1.75px; }
      @media (min-width: 1200px) {
        .subscribe_header_title * {
          font-size: 45px;
          line-height: 1;
          letter-spacing: 2.5px;
          text-align: left !important; } }
      @media (min-width: 1850px) {
        .subscribe_header_title * {
          font-size: 63px;
          line-height: 1;
          letter-spacing: 3.15px; } }
  .subscribe_header_kicker {
    width: 100%; }
    .subscribe_header_kicker * {
      color: var(--real-white);
      font-size: 12px;
      line-height: 1;
      font-style: normal;
      font-weight: 400;
      text-align: left;
      letter-spacing: 0.6px; }
      @media (min-width: 1200px) {
        .subscribe_header_kicker * {
          font-size: 22px;
          letter-spacing: 1.1px; } }

.subscribe_text {
  padding: 36px 30px 53px;
  border-radius: 0px 0px 12px 12px;
  border-right: 1px solid #8E8E8E;
  border-bottom: 1px solid #8E8E8E;
  border-left: 1px solid #8E8E8E;
  background: var(--white); }
  @media (min-width: 1200px) {
    .subscribe_text {
      width: 55%;
      border-radius: 0 24px 24px 0;
      border-top: 1px solid #8E8E8E;
      border-left: none;
      padding: 115px 60px; } }

.subscribe_field {
  width: 100%;
  display: block;
  margin-bottom: 5px; }
  @media (min-width: 1200px) {
    .subscribe_field {
      margin-bottom: 52px; } }
  .subscribe_field:last-child {
    margin-bottom: 0; }
  .subscribe_field select {
    margin-left: 20px;
    border: 1px solid var(--real-white);
    border-radius: 3px;
    min-width: 34px; }
  .subscribe_field input[type="text"],
  .subscribe_field input[type="email"],
  .subscribe_field textarea {
    border: none;
    background-color: transparent;
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    width: 100%;
    padding-left: 0; }
    @media (min-width: 1200px) {
      .subscribe_field input[type="text"],
      .subscribe_field input[type="email"],
      .subscribe_field textarea {
        font-size: 18px; } }
    .subscribe_field input[type="text"]::placeholder,
    .subscribe_field input[type="email"]::placeholder,
    .subscribe_field textarea::placeholder {
      color: var(--real-black); }
  .subscribe_field label {
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.25;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    @media (min-width: 1200px) {
      .subscribe_field label {
        font-size: 18px; } }
    @media (min-width: 1850px) {
      .subscribe_field label {
        font-size: 20px; } }
    .subscribe_field label span {
      color: var(--red); }
  .subscribe_field-placeholder {
    padding-top: 2px;
    margin-bottom: 21px;
    border-bottom: 1px solid var(--real-black);
    padding-bottom: 8px;
    position: relative; }
    @media (min-width: 1850px) {
      .subscribe_field-placeholder {
        margin-bottom: 42px; } }
    .subscribe_field-placeholder label {
      width: 100%;
      position: absolute;
      left: 0;
      top: 7px;
      transition: all 0.35s; }
    .subscribe_field-placeholder.focused label,
    .subscribe_field-placeholder.focused label {
      top: -12px; }
      @media (min-width: 1200px) {
        .subscribe_field-placeholder.focused label,
        .subscribe_field-placeholder.focused label {
          top: -25px; } }
  .subscribe_field-select {
    margin-bottom: 15px; }
    @media (min-width: 1200px) {
      .subscribe_field-select {
        margin-bottom: 24px; } }
  .subscribe_field-check {
    width: 100%;
    position: relative;
    margin-bottom: 14px; }
    @media (min-width: 1200px) {
      .subscribe_field-check {
        margin-bottom: 10px; } }
    .subscribe_field-check a {
      color: var(--real-black); }
      .subscribe_field-check a:hover {
        color: var(--real-black); }
    .subscribe_field-check .wpcf7-form-control-wrap,
    .subscribe_field-check .wpcf7-form-control,
    .subscribe_field-check .wpcf7-list-item,
    .subscribe_field-check .wpcf7-list-item label {
      width: 100%;
      margin: 0; }
    .subscribe_field-check label {
      position: relative;
      padding-left: 22px; }
      @media (min-width: 1200px) {
        .subscribe_field-check label {
          padding-left: 32px; } }
    .subscribe_field-check input[type="checkbox"] {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0; }
      .subscribe_field-check input[type="checkbox"]:checked ~ span:after {
        opacity: 1; }
      .subscribe_field-check input[type="checkbox"]:checked ~ span:before {
        border-color: var(--red);
        background-color: rgba(249, 211, 209, 0.3); }
      .subscribe_field-check input[type="checkbox"] + span {
        color: var(--real-black);
        font-size: 12px;
        line-height: 1.25;
        font-style: normal;
        font-weight: 400;
        text-align: left; }
        @media (min-width: 1200px) {
          .subscribe_field-check input[type="checkbox"] + span {
            font-size: 14px; } }
        .subscribe_field-check input[type="checkbox"] + span:before {
          content: '';
          display: block;
          position: absolute;
          top: 0px;
          left: 0;
          height: 12px;
          width: 12px;
          background-color: var(--real-white);
          border: 1.5px solid var(--real-black);
          transition: background-color 0.25s ease;
          border-radius: 2px; }
          @media (min-width: 1200px) {
            .subscribe_field-check input[type="checkbox"] + span:before {
              top: 6px;
              height: 17px;
              width: 17px; } }
        .subscribe_field-check input[type="checkbox"] + span:after {
          content: '';
          display: block;
          position: absolute;
          left: 4px;
          top: 2px;
          width: 4px;
          height: 6px;
          border: solid var(--red);
          border-width: 0 1.5px 1.5px 0;
          transform: rotate(45deg);
          opacity: 0;
          transition: opacity 0.25s ease; }
          @media (min-width: 1200px) {
            .subscribe_field-check input[type="checkbox"] + span:after {
              top: 9px;
              width: 6px;
              height: 8px;
              left: 5px; } }

.subscribe_note {
  margin-top: 15px;
  border-top: 1px solid var(--grey-light);
  padding-top: 15px;
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 1200px) {
    .subscribe_note {
      margin-top: 10px;
      padding-top: 10px;
      margin-bottom: 52px; } }
  .subscribe_note * {
    color: var(--real-black);
    font-size: 12px;
    line-height: 1.5;
    font-style: normal;
    font-weight: 400;
    text-align: left; }
    .subscribe_note * a {
      color: var(--real-black);
      text-decoration: underline; }

@media (min-width: 1200px) {
  .subscribe .button {
    min-width: 232px;
    max-width: 232px; } }
