.ab-nl-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 268px));
  column-gap: 31px;
  align-items: start;
  margin-block: 40px;
  color: var(--navy-blue, #00005D);
}
.ab-nl-form .form-group {
  grid-column: span 1;
  width: auto;
  padding: 0 0 30px;
}
.ab-nl-form .form-group > label {
  margin: 0 0 5px;
  color: var(--navy-blue, #00005D);
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
}
.ab-nl-form .required::after {
  content: none;
}
.ab-nl-form .form-group:has(select) {
  grid-column: 1/-1;
}
.ab-nl-form input:not([type=checkbox]):not([type=radio]),
.ab-nl-form select {
  width: 100%;
  height: 54px;
  padding: 0 25px;
  border: 1px solid var(--red-gold, #AB9A8F);
  border-radius: 5px;
  background-color: #FFFFFF;
  color: var(--navy-blue, #00005D);
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
  box-shadow: none;
}
.ab-nl-form input:not([type=checkbox]):not([type=radio]):focus,
.ab-nl-form select:focus {
  border-color: var(--navy-blue, #00005D);
  outline: none;
}
.ab-nl-form input::placeholder {
  color: var(--light-navy-blue, #6060AC);
  opacity: 1;
}
.ab-nl-form select {
  width: fit-content;
  min-width: 0;
  padding-right: 55px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%2300005D' d='M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 25px top 50%;
  cursor: pointer;
}
.ab-nl-form .form-group:has(.form-group-error-message.show) input:not([type=checkbox]):not([type=radio]),
.ab-nl-form .form-group:has(.form-group-error-message.show) select {
  border-color: var(--coral-red, #D56453);
}
.ab-nl-form .form-group .form-group-error-message {
  padding: 10px 0 0;
  background: none;
  color: var(--navy-blue, #00005D);
  font-size: 18px;
  line-height: 24px;
}
.ab-nl-form .form-group:has(.options-wrapper) {
  grid-column: 1/span 2;
  padding-bottom: 20px;
}
.ab-nl-form .form-group:has(.options-wrapper) > label,
.ab-nl-form .form-group:has(.options-wrapper) > .label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.ab-nl-form .options-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ab-nl-form .options-wrapper li {
  align-items: flex-start;
  gap: 15px;
}
.ab-nl-form .options-wrapper input[type=checkbox] {
  flex: 0 0 25px;
  width: 25px;
  height: 25px;
  margin: 0;
  top: 0;
  border: 1px solid var(--red-gold, #AB9A8F);
  border-radius: 5px;
  background-color: #FFFFFF;
  appearance: none;
  cursor: pointer;
}
.ab-nl-form .options-wrapper input[type=checkbox]:checked {
  border-color: transparent;
  background-color: var(--navy-blue, #00005D);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='12' viewBox='0 0 15 12'%3E%3Cpath d='M13.013 0L5.37025 7.09019L2.1381 3.64094L0 5.64445L5.22171 11.2169L15 2.15389L13.013 0Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 13px;
}
.ab-nl-form .options-wrapper input[type=checkbox]:focus-visible {
  outline: 2px solid var(--navy-blue, #00005D);
  outline-offset: 2px;
}
.ab-nl-form .options-wrapper label {
  margin: 0;
  color: var(--navy-blue, #00005D);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
}
.ab-nl-form .options-wrapper label a {
  color: inherit;
  text-decoration: underline;
}
.ab-nl-form .form-group:has(.options-wrapper) + .form-group:not(:has(.options-wrapper)) {
  padding-top: 10px;
}
.ab-nl-form .form-group.captcha {
  grid-column: 3;
}
.ab-nl-form .submit-button-wrapper,
.ab-nl-form .message {
  grid-column: 1/-1;
}
.ab-nl-form .submit-button-wrapper {
  align-items: flex-start;
  padding: 12px 0 0;
}
.ab-nl-form button[type=submit].bricks-button {
  width: auto;
  height: 54px;
  padding: 15px 30px;
  border: 0;
  border-radius: 10px;
  background-color: var(--neon-blue, #005AFF);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 2.4px;
  cursor: pointer;
  transition: opacity 200ms ease;
}
.ab-nl-form button[type=submit].bricks-button:hover, .ab-nl-form button[type=submit].bricks-button:focus-visible {
  opacity: 0.85;
}
.ab-nl-form .message {
  margin-top: 20px;
  padding: 0;
  background: none;
  color: var(--navy-blue, #00005D);
  font-size: 18px;
  line-height: 24px;
}
.ab-nl-form .message .text {
  padding: 0;
}
.ab-nl-form .message .ab-nl-admin-note {
  display: block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #FFFFFF;
  border: 1px dashed var(--red-gold, #AB9A8F);
  font-size: 14px;
  line-height: 20px;
}
.ab-nl-form .message.error {
  padding-left: 15px;
  border-left: 3px solid var(--coral-red, #D56453);
}
@media (max-width: 991px) {
  .ab-nl-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ab-nl-form .form-group.captcha {
    grid-column: 1/-1;
  }
}
@media (max-width: 767px) {
  .ab-nl-form {
    grid-template-columns: minmax(0, 1fr);
  }
  .ab-nl-form .form-group:has(.options-wrapper),
  .ab-nl-form .form-group.captcha {
    grid-column: 1/-1;
  }
}

/*# sourceMappingURL=newsletter-form.css.map */
