[data-ff-el="root"].ff-675c3d1fe9c4bc0b18d4d8cb [data-ff-el="modal-dialog"].fd-modal__dialog {
  width: 350px;
}

[data-ff-el="root"].ff-675c3d1fe9c4bc0b18d4d8cb [data-ff-el="form"].ff-675c3d1fe9c4bc0b18d4d8cb__form {
  padding: var(--base-padding);
  padding-top: 28px;
  position: relative;
  color: var(--bg-color);
  
  .ff-675c3d1fe9c4bc0b18d4d8cb__title {
    width: 50%;
    text-align: left;
    float: left;
    position: relative;
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    margin-bottom: 0;
    color: var(--bg-color);
  }
  
  .ff-675c3d1fe9c4bc0b18d4d8cb__subtitle {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    margin-bottom: 0;
    color: var(--bg-color);
  }
  
  .ff-675c3d1fe9c4bc0b18d4d8cb__fields {
    margin-top: 11px;
    margin-bottom: 0;
    color: var(--bg-color);
  }
  
  .ff-675c3d1fe9c4bc0b18d4d8cb__field {
    display: block;
    float: right;
    width: calc(50% - (var(--base-padding) / 2));
    color: var(--bg-color);
  }
  
  .ff-675c3d1fe9c4bc0b18d4d8cb__control {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    text-align: center;
    height: 17px;
    color: var(--bg-color);
    border-color: var(--bg-color);
  }

  .ff-675c3d1fe9c4bc0b18d4d8cb__label {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
    color: var(--bg-color);
    padding-bottom: 3px;
  }

  .ff-675c3d1fe9c4bc0b18d4d8cb__button {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    margin-top: 0px;
    padding: 0;
    float: right;
    width: calc(50% - (var(--base-padding) / 2));
    color: var(--bg-color);
    background-color: var(--fg-color);
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .fd-form-feedback {
    position: absolute;
    margin-top: 2px
  }
}

[data-ff-el="root"].ff-675c3d1fe9c4bc0b18d4d8cb [data-ff-el="form"].ff-675c3d1fe9c4bc0b18d4d8cb__form::after {
  font-family: 'GetFaceFit Text';
  font-size: var(--small-font-size);
  line-height: var(--body-text-line-height);
  content: "Newsletter";
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

[data-ff-el="root"].ff-675c3d1fe9c4bc0b18d4d8cb [data-ff-el="modal-close"].ff-675c3d1fe9c4bc0b18d4d8cb__modal-close {
  height: 15px;
  top: 3px;
  right: -9px;
}

[data-ff-el="root"].ff-6763f9bcffddd5033284dcf1 [data-ff-el="form"].ff-6763f9bcffddd5033284dcf1__form {
  padding: 0;

  .ff-6763f9bcffddd5033284dcf1__title {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    margin-bottom: 0;
    color: var(--bg-color);
  }

  .ff-6763f9bcffddd5033284dcf1__subtitle {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    margin-bottom: 0;
    color: var(--bg-color);
  }
  
  .ff-6763f9bcffddd5033284dcf1__fields {
    margin-top: var(--base-padding);
    margin-bottom: 0;
  }
  
  .ff-6763f9bcffddd5033284dcf1__field {
    margin-bottom: 0;
  }
  
  .ff-6763f9bcffddd5033284dcf1__control {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    text-align: center;
    height: 17px;
    color: var(--bg-color);
    border-color: var(--bg-color);
  }

  .ff-6763f9bcffddd5033284dcf1__label {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    text-transform: uppercase;
    text-align: center;
    pointer-events: none;
    color: var(--bg-color);
  }

  .ff-6763f9bcffddd5033284dcf1__footer {
    margin-top: var(--base-padding);
  }

  .ff-6763f9bcffddd5033284dcf1__button {
    font-family: 'GetFaceFit Text';
    font-size: var(--small-font-size);
    line-height: var(--body-text-line-height);
    text-transform: uppercase;
    padding: var(--base-padding) calc(var(--base-padding) * 2);
    width: 100%;
    color: var(--bg-color);
    background-color: var(--fg-color);
  }
}

@media (hover: hover) {
  [data-ff-el="root"].ff-675c3d1fe9c4bc0b18d4d8cb [data-ff-el="form"].ff-675c3d1fe9c4bc0b18d4d8cb__form {
    .ff-675c3d1fe9c4bc0b18d4d8cb__button:hover {
      color: var(--blue);
    }
  }
  [data-ff-el="root"].ff-6763f9bcffddd5033284dcf1 [data-ff-el="form"].ff-6763f9bcffddd5033284dcf1__form {
    .ff-6763f9bcffddd5033284dcf1__button:hover {
      color: var(--blue) !important;
    }
  }

  [data-ff-el="root"].ff-675c3d1fe9c4bc0b18d4d8cb [data-ff-el="modal-close"].ff-675c3d1fe9c4bc0b18d4d8cb__modal-close:hover {
    color: var(--fg-color);
  }
}

@media only screen and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 3) {
  .footer-newsletter-mobile {
    margin-top: 12px;
  }

  [data-ff-el="root"].ff-6763f9bcffddd5033284dcf1 [data-ff-el="form"].ff-6763f9bcffddd5033284dcf1__form {
    .ff-6763f9bcffddd5033284dcf1__subtitle {
      margin-top: 3px;
    }

    .ff-6763f9bcffddd5033284dcf1__fields {
      margin-top: 2px;
    }
  }
}