/* FORM ERRORS */
.help-block{display:inline;padding-left:6px;font-size:0.75rem;}span.form-error.help-block{display:block;color:red;margin-top:3px;padding-left:.2rem;font-weight:300;font-size:11px;}div.form-error{padding:6px 12px;line-height:180%;background:#ffe5ed;border-radius:4px;margin-bottom:22px;color:darkred;}input.valid{background:url('../img/icon-ok.png') no-repeat right center #e3ffe5;background-size:26px 26px;color:#002f00;border-color:#96b796!important;}input.error{background:url('../img/icon-error.png') no-repeat right center #ffebef;background-size:26px 26px;color:#480000;}.error{display:block;margin-top:8px;font-size:14px;color:red;}
/* SENDINBLUE */
.sib-form-message-panel{width:100%;padding:0.375rem;border:1px solid;display:none;}.sib-form-message-panel-error{text-align:left; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;}.sib-form-message-panel-succes{text-align:left; color:#085229; background-color:#e7faf0; border-radius:3px; border-color:#13ce66;}.sib-form-message-panel--active{display:inline-block;}.sib-form-message-panel__text{display:flex;align-items:center;margin:0;padding:0rem;}.sib-form-message-panel__text .sib-icon{contain:strict;display:inline-block;fill:currentColor;}.sib-form-message-panel__text .sib-notification__icon{height:1.2em;width:1.2em;flex-shrink:0;margin-right:calc(.4rem - 1px);}.sib-loader{display:inline-block;position:relative;width:64px;height:64px}.checkbox_tick_positive:before{left:49%}.form__label-row--horizontal{flex-direction:column;}.form__label-row--horizontal > * {width:100%;}.sib-loader div{position:absolute;width:5px;height:5px;background:#fff;border-radius:50%;animation:loader 1.2s linear infinite;}.sib-loader div:nth-child(1){animation-delay:0s;top:29px;left:53px}.sib-loader div:nth-child(2){animation-delay:-0.1s;top:18px;left:50px}.sib-loader div:nth-child(3){animation-delay:-0.2s;top:9px;left:41px}.sib-loader div:nth-child(4){animation-delay:-0.3s;top:6px;left:29px}.sib-loader div:nth-child(5){animation-delay:-0.4s;top:9px;left:18px}.sib-loader div:nth-child(6){animation-delay:-0.5s;top:18px;left:9px}.sib-loader div:nth-child(7){animation-delay:-0.6s;top:29px;left:6px}.sib-loader div:nth-child(8){animation-delay:-0.7s;top:41px;left:9px}.sib-loader div:nth-child(9){animation-delay:-0.8s;top:50px;left:18px}.sib-loader div:nth-child(10){animation-delay:-0.9s;top:53px;left:29px}.sib-loader div:nth-child(11){animation-delay:-1s;top:50px;left:41px}.sib-loader div:nth-child(12){animation-delay:-1.1s;top:41px;left:50px}@keyframes loader{0%,20%,80%,100%{transform:scale(1)}50%{transform:scale(1.5)}}@media screen and (max-width: 400px){#sib-container{padding:32px 0px 32px;}}@media screen and (max-width: 500px){#sib-container{padding:32px 9px 32px;}}@media screen and (max-width: 480px){.sib-image-form-block img{height:auto !important;}}.progress-indicator{background:transparent;}.sib-hide-loader-icon{display:none;}.sib-form-block__button-with-loader{min-height:40px;line-height:23px;}.sib-form .clickable__icon{height:1.5rem;vertical-align:bottom;width:1.5rem;}.sib-form .clickable__icon:not(.sib-icon_standalone){margin-right:calc(.7002rem - 1px);}.sib-form .progress-indicator{-webkit-align-items:center;align-items:center;background:rgba(255,255,255,0.9);display:-webkit-flex;display:flex;height:100%;-webkit-justify-content:center;justify-content:center;width:100%;}.sib-form .progress-indicator .progress-indicator__icon{fill:#0092ff;height:2rem;width:2rem;}.sib-form .progress-indicator_small .progress-indicator__icon{height:1rem;width:1rem;}.sib-form .progress-indicator__icon{-webkit-animation:indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite; animation:indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;}@-webkit-keyframes indicator-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}@keyframes indicator-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}