.section-interested,
.acf-block-preview .section-interested {
  transition: background-color 0.3s linear; }
  .theme-light .section-interested, .theme-light
  .acf-block-preview .section-interested {
    background-color: #0b2e3f; }
  .theme-night .section-interested, .theme-night
  .acf-block-preview .section-interested {
    background-color: #021823; }
  .section-interested__content,
  .acf-block-preview .section-interested__content {
    padding: 8rem 0; }
    @media (max-width: 1279.5px) {
      .section-interested__content,
      .acf-block-preview .section-interested__content {
        padding: 6rem 0; } }
    @media (max-width: 767.5px) {
      .section-interested__content,
      .acf-block-preview .section-interested__content {
        padding: 4rem 0; } }
  .section-interested__title,
  .acf-block-preview .section-interested__title {
    color: #ffffff;
    text-transform: unset; }
  .section-interested__form,
  .acf-block-preview .section-interested__form {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem; }
    @media (max-width: 1279.5px) {
      .section-interested__form,
      .acf-block-preview .section-interested__form {
        margin-top: 3rem;
        gap: 1.5rem; } }
    @media (max-width: 767.5px) {
      .section-interested__form,
      .acf-block-preview .section-interested__form {
        gap: 1rem; } }
  .section-interested__label,
  .acf-block-preview .section-interested__label {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    flex: 0 0 35rem;
    max-width: 100%; }
    @media (max-width: 1279.5px) {
      .section-interested__label,
      .acf-block-preview .section-interested__label {
        flex: 0 0 33.4rem; } }
  .section-interested__label-text,
  .acf-block-preview .section-interested__label-text {
    position: absolute;
    right: 100%;
    bottom: 100%; }
  .section-interested__input,
  .acf-block-preview .section-interested__input {
    padding: 0 2rem;
    display: block;
    width: 100%;
    height: 5.6rem;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    font-size: 1.6rem; }
    @media (max-width: 1279.5px) {
      .section-interested__input,
      .acf-block-preview .section-interested__input {
        padding: 0 1.5rem;
        height: 5rem; } }
  .section-interested__button,
  .acf-block-preview .section-interested__button {
    flex: 0 0 max-content;
    max-width: 100%; }
