@-webkit-keyframes backgroundanimate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@-moz-keyframes backgroundanimate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes backgroundanimate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}body:before{content:"mobile";display:none}@media(min-width:375px){body:before{content:"mobile-m"}}@media(min-width:468px){body:before{content:"mobile-l"}}@media(min-width:768px){body:before{content:"tablet"}}@media(min-width:1024px){body:before{content:"desktop"}}@media(min-width:1200px){body:before{content:"desktop-m"}}@media(min-width:1440px){body:before{content:"desktop-l"}}.newsletter-footer{padding:0 15px 45px;position:relative}.newsletter-footer:after{background:#e9ecef;bottom:0;content:"";height:50%;left:0;position:absolute;width:100%;z-index:1}@media(min-width:1024px){.newsletter-footer{padding:0 0 60px}}.newsletter-footer__container{align-items:center;background:#fff;border:1px solid #ced4da;border-radius:6px;color:#343a40;display:grid;gap:15px 0;grid-template-areas:"body" "form";grid-template-columns:1fr;grid-template-rows:auto auto;margin:0 auto;max-width:1170px;padding:15px;position:relative;width:100%;z-index:2}@media(min-width:1024px){.newsletter-footer__container{gap:0 30px;grid-template-areas:"image body form";grid-template-columns:min-content 1fr 1fr;grid-template-rows:auto auto;padding:30px 15px 30px 0}}.newsletter-footer__image{display:none;grid-area:image;margin-left:-10px}@media(min-width:1024px){.newsletter-footer__image{display:block}}.newsletter-footer__body{grid-area:body;text-align:center}@media(min-width:1024px){.newsletter-footer__body{text-align:left}}.newsletter-footer__form{grid-area:form}.form-control{border:1px solid #cacbcd;border-radius:6px;color:#8f99a3;font-size:14px;min-height:30px;padding:8px 10px;width:100%}.form-group{position:relative;text-align:left;z-index:1}.form-group label{color:#8f99a3}.form-group a{color:#8f99a3;font-weight:700;text-decoration:underline;transition:color .3s ease}.form-group a:hover{color:#f44e20;transition:color .3s ease}.form-group:not(:last-child),.form-group:not(:last-of-type){margin-bottom:10px}.form-group.full--width{grid-column:span 2}.form-group.half--width{grid-column:span 1}.form-group.checkbox--wrapper{align-items:center;display:grid;gap:0 15px;grid-template-areas:"field label" "error error";grid-template-columns:20px auto;grid-template-rows:auto;position:relative}.form-group.checkbox--wrapper label{grid-area:label}.form-group.checkbox--wrapper input{grid-area:field}.form-group.checkbox--wrapper span.error{grid-area:error;margin-top:5px}@media(max-width:767px){.form-group.checkbox--wrapper{gap:0 10px}}@media(min-width:1024px){.form-group .full--width,.form-group .half--width{grid-column:span 1}}.form-lead-capture{display:grid;gap:0 15px;grid-template-columns:1fr;overflow-y:hidden;position:relative}@media(min-width:1200px){.form-lead-capture{gap:0 30px;grid-template-columns:repeat(2,1fr)}}.blog-checkbox{margin:0;min-height:20px;opacity:0;width:20px}.blog-checkbox~label{cursor:pointer;font-size:14px;left:0;line-height:1.2;margin:0;padding:0;position:static}.blog-checkbox~label:before{background-color:#b8b8b8;content:"";display:inline-block;height:20px;left:0;position:absolute;top:0;vertical-align:text-top;width:20px}.blog-checkbox:hover~label:before{background:#f35429}.blog-checkbox:focus~label:before{box-shadow:0 0 0 3px rgba(0,0,0,.12)}.blog-checkbox:checked~label:before{background:#f35429}.blog-checkbox:disabled~label{color:#b8b8b8;cursor:auto}.blog-checkbox:disabled~label:before{background:#ddd;box-shadow:none}.blog-checkbox:checked~label:after{background:url(../images/check-mark-white.3946fc.webp) no-repeat 50%;background-size:80%;content:"";height:20px;left:0;position:absolute;top:0;width:20px}.hot-submit-button{background-color:#2ecc71;border:none;border-radius:6px;box-shadow:none;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:10px 30px!important;text-align:center;text-transform:uppercase;transition:background .3s ease;width:100%}.hot-submit-button:focus,.hot-submit-button:hover{background-color:#f44e20;transition:background .3s ease}.hot-submit-button .loading-gif,.hot-submit-button .submit-label{display:none;pointer-events:none}.hot-submit-button .loading-gif.visible,.hot-submit-button .submit-label.visible{display:block;margin:0 auto}.form-log{display:flex;height:100%;left:0;position:absolute;top:0;transform:translateY(-100%);transition:transform .5s ease;width:100%;z-index:0}.form-log.failed,.form-log.success{align-items:center;background-color:hsla(0,0%,100%,.9);justify-content:center;padding:15px;text-align:center;transform:translateY(0);transition:transform .5s ease;z-index:2}.form-log p{display:none;font-weight:700}.form-log p.visible{display:block}