/* Brevo form theme. Functional classes and field names follow the supplied embed. */
#newsletter > .shell { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(2.5rem, 6vw, 6rem); }
#newsletter .section-intro { margin-bottom: 0; }
#newsletter .section-intro > p:last-child { max-width: 37ch; }
#newsletter .newsletter-panel { min-width: 0; }
#newsletter .sib-form { padding: 0; margin: 0; background: transparent; font-family: var(--font); text-align: left; }
#newsletter .sib-form *, #newsletter .sib-form *::before, #newsletter .sib-form *::after { box-sizing: border-box; }
#newsletter #sib-form-container { display: block; padding: 0; margin: 0; font-family: inherit; }
#newsletter #sib-container { max-width: none; width: 100%; margin: 0; padding: clamp(1.5rem, 3vw, 2.5rem); border: 1px solid #d3ddca; border-radius: .8rem; background: #f6f7f4; text-align: left; color: #191d1c; font-family: var(--font); direction: ltr; }
#newsletter #sib-form { display: flex; flex-direction: column; gap: 1.2rem; margin: 0; padding: 0; }
#newsletter #sib-form > div { padding: 0; margin: 0; }
#newsletter .sib-form-block { padding: 0; text-align: left; font-family: inherit; }
#newsletter .sib-form p { font-family: inherit; color: inherit; margin: 0; }
#newsletter .form__entry { margin: 0; padding: 0; }
#newsletter .form__label-row { display: block; margin: 0; padding: 0; }
#newsletter .entry__label { display: block; margin: 0 0 .6rem; padding: 0; font-family: inherit; font-size: .9375rem; font-weight: 600; line-height: 1.5; text-align: left; color: #191d1c; }
#newsletter .entry__label[data-required]::after { color: #476d2e; }
#newsletter .entry__field { display: block; width: 100%; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
#newsletter input.input { width: 100%; max-width: none; height: auto; min-height: 3.5rem; padding: .85rem 1rem; border: 1px solid #a7b59c; border-radius: .4rem; background: #fff; color: #191d1c; font-family: inherit; font-size: 1rem; line-height: 1.5; box-shadow: none; }
#newsletter #sib-container input::placeholder { color: #65705d; font-family: inherit; text-align: left; opacity: 1; }
#newsletter input.input:focus { border-color: #567e34; outline: 2px solid #567e34; outline-offset: 2px; }
#newsletter .entry__specification { display: block; margin: .6rem 0 0; font-family: inherit; color: #59634f; font-size: .875rem; line-height: 1.5; text-align: left; }
#newsletter .sib-form__declaration { display: block; padding: .2rem 0 0; margin: 0; }
#newsletter .declaration-block-icon { display: none; }
#newsletter .sib-form__declaration > div:last-child { padding: 0; margin: 0; font-family: inherit; font-size: .875rem; line-height: 1.55; color: #59634f; }
#newsletter .sib-form a { color: #3d6125; text-decoration: underline; text-underline-offset: .18em; }
#newsletter .entry__choice { margin: 0; }
#newsletter .entry__choice > label { display: flex; align-items: flex-start; gap: .7rem; margin: 0; cursor: pointer; font-family: inherit; color: #39482e; font-size: .9375rem; font-weight: 400; line-height: 1.6; }
#newsletter .entry__choice input[type="checkbox"] { position: static; appearance: auto; -webkit-appearance: checkbox; opacity: 1; display: block; flex: 0 0 1.2rem; width: 1.2rem; height: 1.2rem; margin: .15rem 0 0; padding: 0; clip: auto; clip-path: none; accent-color: #527c30; }
#newsletter .entry__choice .checkbox { display: none; }
#newsletter .entry__choice label > span:last-child { display: block; padding: 0; margin: 0; min-width: 0; font: inherit; color: inherit; }
#newsletter .entry__error { display: block; padding: .65rem .8rem; margin: .6rem 0 0; border: 1px solid #d49c98; border-radius: .4rem; background: #fff0ee; font-family: inherit; color: #762b25; font-size: .875rem; line-height: 1.5; }
#newsletter .entry__error:empty { display: none; }
#newsletter .sib-form-block__button { display: flex; align-items: center; justify-content: flex-start; gap: .7rem; width: 100%; min-height: 3.5rem; height: auto; padding: .85rem 1.15rem; border: 1px solid transparent; border-radius: .4rem; background: #b6ef63; color: #191d1c; font-family: inherit; font-size: 1rem; font-weight: 600; line-height: 1.5; text-align: left; white-space: normal; cursor: pointer; transition: background .2s; }
#newsletter .sib-form-block__button:hover { background: #c6f783; }
#newsletter .sib-form-block__button:disabled { opacity: .6; cursor: wait; }
#newsletter .newsletter-button-arrow { margin-left: auto; font-size: 1.45rem; line-height: 1; }
#newsletter .progress-indicator__icon { flex: 0 0 1.1rem; width: 1.1rem; height: 1.1rem; fill: currentColor; }
#newsletter .sib-hide-loader-icon { display: none; }
#newsletter .sib-form-message-panel { display: none; max-width: none; width: 100%; padding: 1rem; margin: 0 0 1rem; border: 1px solid; border-radius: .5rem; font-family: var(--font); font-size: 1rem; text-align: left; }
#newsletter .sib-form-message-panel--active { display: block; }
#newsletter #error-message { color: #762b25; background: #fff0ee; border-color: #d49c98; }
#newsletter #success-message { color: #27491c; background: #ebf8df; border-color: #87b66b; }
#newsletter .sib-form-message-panel__text { display: flex; align-items: flex-start; gap: .7rem; justify-content: flex-start; padding: 0; }
#newsletter .sib-notification__icon { width: 1.2rem; height: 1.2rem; flex: 0 0 1.2rem; margin-top: .2rem; fill: currentColor; }
#newsletter .input--hidden { display: none !important; }
#newsletter :focus-visible { outline: 3px solid #638941; outline-offset: 4px; }
@media (max-width: 820px) { #newsletter > .shell { grid-template-columns: minmax(0, 1fr); gap: 2rem; } #newsletter .section-intro > p:last-child { max-width: 44rem; } }
@media (max-width: 520px) { #newsletter #sib-container { padding: 1.4rem; } }
@media (prefers-reduced-motion: reduce) { #newsletter * { transition: none !important; animation: none !important; } }
