.subscribe-a {
  text-align: center;
}

.subscribe-button {
  width: 100%;
  padding: 1rem 2rem;
  background: var(--brand-color-primary, #3acec4);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3.5rem;
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-top: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background-color 300ms ease, transform 300ms ease, box-shadow 300ms ease;
}
.subscribe-button:hover {
  background: var(--brand-color-secondary, #00e5bb);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 211, 169, 0.4);
}
.subscribe-button:active {
  transform: translateY(0);
}

.NAME, .EMAIL {
  width: 100%;
  height: 3.5rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  background-color: #fff;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.NAME:focus-visible, .EMAIL:focus-visible {
  outline: none;
  border-color: var(--brand-color-primary, #3acec4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.NAME:focus, .EMAIL:focus {
  outline: none;
  border-color: var(--brand-color-primary, #3acec4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.NAME::placeholder, .EMAIL::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  letter-spacing: 0.5px;
  color: #999999;
}

.NAME {
  flex: 0 0 calc(50% - 0.5rem);
}

.EMAIL {
  margin-top: 1rem;
}

.subscribe-inputbox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  white-space: nowrap;
  align-items: center;
  width: 100%;
}

.email-div {
  width: 100%;
}

.newsletter-input {
  width: 100%;
}

#mc_embed_signup {
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  text-align: center;
  margin-top: 25px;
  width: 80%;
}
#mc_embed_signup .button {
  width: 100%;
  margin: 0px;
  background-color: rgba(255, 152, 0, 0.5);
  text-align: center;
}
#mc_embed_signup .button:hover {
  background-color: rgba(255, 152, 0, 0.7);
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #2dd4bf 0%, #14b8a6 40%, #0a4940 100%);
  border-radius: 1.25rem;
  padding: 3rem 2rem;
  box-shadow: 0 8px 24px rgba(0, 179, 159, 0.25);
}
.form-container > p {
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 3rem;
  color: #fff;
  margin-bottom: 2rem;
}
@media (max-width: 840px) {
  .form-container {
    padding: 4rem 3vw !important;
  }
  .form-container > p {
    font-size: 2.6rem;
    line-height: 3rem;
    margin: 20px 0 10px 0;
  }
}
@media (min-width: 768px) {
  .form-container > p {
    margin: 0 25px 2rem 25px;
  }
  .form-container .NAME {
    height: 3rem;
  }
  .form-container .EMAIL {
    width: 100%;
    height: 3rem;
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .form-container .subscribe-inputbox,
  .form-container .email-div {
    width: min(100%, 26rem);
    margin: 0 auto;
  }
  .form-container .EMAIL,
  .form-container .NAME,
  .form-container .newsletter-input {
    width: 100%;
  }
  .form-container .subscribe-inputbox {
    flex-direction: column;
  }
  .form-container #mc_embed_signup {
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    text-align: center;
    margin-top: 10px;
  }
  .form-container > p {
    font-size: 2.6rem;
    line-height: 2.5rem;
    margin: 20px 0 10px 0;
  }
}

.box1 {
  flex-wrap: wrap;
}

.heading {
  text-align: center;
  font-weight: bold;
}

.sub-heading {
  margin: 0rem auto 2rem auto;
  font-size: 1.2rem;
  text-align: center;
}

.bg-grey-300 {
  background-color: #f1f5f9;
  width: auto;
  margin: 3%;
  padding: 20px;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
}
.bg-grey-300 + .dark {
  background-color: red;
}

.bg-single {
  background-color: #fff3c5;
}
.bg-single .button {
  background-color: #ebc017;
}
.bg-single .button:hover {
  background-color: #e7cc5f;
}

.button {
  background-color: var(--brand-color-primary) !important;
  border-radius: 0.25rem;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none !important;
  margin-left: 6px;
  border: 0;
}
.button:hover {
  background-color: #00d3a9;
  color: #fff;
}

.p-normal {
  font-size: 16px !important;
}

.mailing-row {
  display: inline;
  width: 100%;
  justify-content: center;
}

.mail-link-div {
  margin-top: 7px !important;
}

a.saffron {
  color: #ebc017;
  font-size: large;
}

.mailing-container {
  display: flex;
  flex-wrap: wrap;
  --flex-gap: var(--size-4);
  margin-left: calc(-1 * var(--flex-gap));
  margin-top: calc(-1 * var(--flex-gap));
  justify-content: space-between;
  align-items: center;
}

.mailing-btn {
  align-self: flex-end;
  margin-top: auto;
}

@media (min-width: 1076px) {
  .bg-grey-300 {
    margin: 2%;
  }
  .bg-single {
    padding-right: 2%;
  }
  .mail-link-div {
    margin-top: 0px !important;
  }
}
@media (min-width: 802px) and (max-width: 1075px) {
  .bg-grey-300 {
    margin: 3%;
  }
  .bg-single {
    background-color: yellow;
    padding-right: 0px;
  }
  .bg-single .button {
    margin: 2px 30px 0 6px;
  }
  .mail-link-div {
    margin-top: 0px !important;
  }
}
@media (min-width: 600px) and (max-width: 800px) {
  .bg-single {
    width: 40%;
  }
}
@media (min-width: 600px) {
  .mailing-row {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  .mailing-row-single {
    display: inline-flex;
    width: 100%;
    justify-content: center;
  }
  .bg-grey-300 {
    width: 43%;
    margin: 2%;
  }
}

/*# sourceMappingURL=subscribe.css.map */