.newsletter{position:relative;z-index:0}@media (max-width: 990px){.newsletter{background:var(--base-brand, #fe8a34)}}.newsletter__content{display:grid;grid-template-columns:repeat(2,1fr);gap:80px}@media (max-width: 990px){.newsletter__content{grid-template-columns:1fr;gap:16px}}.newsletter__content:before{content:"";display:block;width:50%;height:100%;background:var(--base-brand, #fe8a34);position:absolute;top:0;left:0;z-index:-1}@media (max-width: 990px){.newsletter__content:before{display:none}}.newsletter__content:after{content:"";display:block;width:50%;height:100%;background:var(--text-text-primary, #1b1b1b);position:absolute;top:0;right:0;z-index:-1}@media (max-width: 990px){.newsletter__content:after{display:none}}.newsletter__content .content{display:flex;flex-direction:column;justify-content:center;gap:8px}.newsletter__content .content .title{overflow:hidden;color:var(--text-text-primary, #1b1b1b);text-overflow:ellipsis;font-family:Teko;font-size:18px;font-style:normal;font-weight:700;line-height:16px;letter-spacing:1px;text-transform:uppercase;margin:0}@media (max-width: 990px){.newsletter__content .content .title{padding-top:24px;text-align:center;font-size:15px}}.newsletter__content .content .subtitle{color:var(--text-text-primary, #1b1b1b);font-family:Teko;font-size:36px;font-style:normal;font-weight:700;line-height:34px;letter-spacing:.75px;text-transform:uppercase;margin:0}@media (max-width: 990px){.newsletter__content .content .subtitle{text-align:center;font-size:28px}}.newsletter__content .content .body{color:var(--text-text-primary, #1b1b1b);font-family:Gothic A1;font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.5px;margin:0;max-width:540px}@media (max-width: 990px){.newsletter__content .content .body{text-align:center;font-size:14px}}.newsletter .newsletter__form{padding:24px 0 32px}@media (max-width: 990px){.newsletter .newsletter__form{padding-top:0;padding-bottom:40px}}.newsletter .newsletter__form .form{display:flex;flex-direction:column}.newsletter .newsletter__form .form .group-field{display:flex;gap:12px}@media (max-width: 990px){.newsletter .newsletter__form .form .group-field{flex-direction:column-reverse;gap:16px}}.newsletter .newsletter__form .form .group-field .input-field{display:flex;flex-direction:column;flex:1;gap:4px;width:100%;max-width:320px}@media (max-width: 990px){.newsletter .newsletter__form .form .group-field .input-field{max-width:100%}}.newsletter .newsletter__form .form .group-field .input-field.required span{display:block}.newsletter .newsletter__form .form .group-field .input-field label{color:var(--text-text-primary-inverted, #fff);font-family:Teko;font-size:13px;font-style:normal;font-weight:700;line-height:12px;letter-spacing:.5px;text-transform:uppercase;padding:0 12px}@media (max-width: 990px){.newsletter .newsletter__form .form .group-field .input-field label{color:var(--text-text-primary, #1b1b1b)}}.newsletter .newsletter__form .form .group-field .input-field input{display:flex;width:100%;height:44px;padding:12px;align-items:center;gap:4px;align-self:stretch;border-radius:var(--border-radius, 4px);background:var(--base-positive, #fff);border:0;outline:0;box-shadow:none;font-family:Gothic A1;font-size:16px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.5px}.newsletter .newsletter__form .form .group-field .input-field input::-moz-placeholder{color:#000;font-family:Gothic A1;font-size:16px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.5px;opacity:.4}.newsletter .newsletter__form .form .group-field .input-field input::placeholder{color:#000;font-family:Gothic A1;font-size:16px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.5px;opacity:.4}.newsletter .newsletter__form .form .group-field .input-field span{display:none;color:var(--Red, #de3333);font-family:Teko;font-size:13px;font-style:normal;font-weight:700;line-height:12px;letter-spacing:.5px;text-transform:uppercase;padding:0 15px;margin-top:2px}.newsletter .newsletter__form .form .checkbox-container{display:grid;grid-template-columns:24px 1fr;align-items:flex-start;margin-top:12px;gap:12px}.newsletter .newsletter__form .form .checkbox-container input{cursor:pointer;position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:24px;height:24px;background:none;outline:0;margin:0;border-radius:8px;border:1px solid var(--text-text-primary-inverted, #fff)}.newsletter .newsletter__form .form .checkbox-container input:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-48%,-50%);display:block;width:15px;height:15px;border-radius:5px;background-color:#fe8a34;opacity:0;transition:all .3s ease}@media (max-width: 990px){.newsletter .newsletter__form .form .checkbox-container input:before{background-color:#1b1b1b}}.newsletter .newsletter__form .form .checkbox-container input:checked:before{opacity:1}@media (max-width: 990px){.newsletter .newsletter__form .form .checkbox-container input{border-color:var(--text-text-primary, #1b1b1b)}}.newsletter .newsletter__form .form .checkbox-container label{color:var(--text-text-primary-inverted, #fff);font-family:Teko;font-size:18px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:.5px;text-transform:uppercase;max-width:520px}@media (max-width: 990px){.newsletter .newsletter__form .form .checkbox-container label{font-size:15px;max-width:100%;color:var(--text-text-primary, #1b1b1b)}}.newsletter .newsletter__form .form .checkbox-container label a{color:var(--text-text-primary-inverted, #fff);font-family:Teko;font-size:18px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:.5px;text-decoration-line:underline;text-transform:uppercase}@media (max-width: 990px){.newsletter .newsletter__form .form .checkbox-container label a{font-size:15px;color:var(--text-text-primary, #1b1b1b)}}.newsletter .newsletter__form .form .submit{cursor:pointer;background:none;border:0;outline:0;box-shadow:0;margin:16px 0 0;display:flex;width:328px;padding:16px 16px 14px 20px;justify-content:center;align-items:center;gap:4px;border-radius:4px;background:var(--base-brand, #fe8a34);color:var(--text-text-primary, #1b1b1b);text-align:center;font-family:Teko;font-size:22px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:.5px;text-transform:uppercase;transition:all .3s ease}.newsletter .newsletter__form .form .submit:hover{filter:brightness(.8)}@media (max-width: 990px){.newsletter .newsletter__form .form .submit{width:100%;background:var(--text-text-primary, #1b1b1b);color:var(--base-positive, #fff)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bf-component-newsletter.css.map */
