#notify-me-container{position:fixed;z-index:1001;top:0;bottom:0;left:0;right:0;width:100vw;overflow:auto;padding:5vh 0;min-height:100%}
#notify-me-container.show{display:flex;align-items:center;flex-direction:row;justify-content:center}
#notify-me-container .notify-me-cover{height:100%;width:100%;background:#000;opacity:.5;position:fixed;z-index:10;top:0;left:0}
#notify-me-container .notify-me-wrap{background:#fff;opacity:1;width:960px;border-radius:32px;position:relative;z-index:100;margin:auto}
@media(max-width:1024px){#notify-me-container .notify-me-wrap{border-radius:24px;width:calc(100vw - 160px)}
}
@media(max-width:767px){#notify-me-container .notify-me-wrap{border-radius:12px;width:calc(100vw - 40px)}
}
#notify-me-container .notify-me-wrap .notify-me-btn-ok{display:block;margin:0 auto}
#notify-me-container .notify-me-wrap .notify-me-form{padding-top:40px}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-form{padding-top:20px}
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap{position:sticky;top:0;height:40px;margin-right:20px;text-align:right}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap{margin-right:10px;height:20px}
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close{display:inline-block;margin:auto;cursor:pointer;width:40px;height:40px;top:-20px;position:relative}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG{width:40px;height:40px}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG{width:24px;height:24px}
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG:hover{background-color:#f2f2f2;border-radius:50%}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG:active{background-color:#fff}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close .closeSVG:active path{fill:#000}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-form .notify-me-close-wrap .notify-me-close{width:24px;height:24px;top:-10px}
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-container{padding:0 100px 60px 60px}
@media(max-width:1024px){#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-container{padding:0 80px 60px 40px}
}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-container{padding:0 40px 40px 20px}
}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-img-wrap,#notify-me-container .notify-me-wrap .notify-me-form .notify-me-title,#notify-me-container .notify-me-wrap .notify-me-form .notify-me-subtitle{display:flex;align-items:center;justify-content:flex-start}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-img-wrap .notify-me-img{width:100px;height:100px}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-title{margin:8px auto 8px}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-subtitle{margin:8px auto 0}
#notify-me-container .notify-me-wrap .notify-me-form .name{display:flex}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-form .name{flex-direction:column}
}
#notify-me-container .notify-me-wrap .notify-me-form .name .notify-me-question-wrap{margin:0 auto 20px;width:100%}
@media(max-width:1024px){#notify-me-container .notify-me-wrap .notify-me-form .name .notify-me-question-wrap{width:calc((100% - 20px) / 2)}
}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-form .name .notify-me-question-wrap{width:100%}
}
#notify-me-container .notify-me-wrap .notify-me-form .name .first-name{margin-right:20px}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-question-wrap{position:relative;display:flex;flex-direction:column}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-question-wrap span.must{color:#c92323;margin-right:6px}
#notify-me-container .notify-me-wrap .notify-me-form .g-recaptcha-container,#notify-me-container .notify-me-wrap .notify-me-form .concent-container{width:100%;max-width:100%}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input{display:block;width:100%;height:48px;padding:12px 20px;border:1px solid #000;border-radius:4px;color:#000;font-family:'Roboto';font-weight:400;font-size:16px;line-height:150%}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input:hover{border-color:#000;border-width:2px}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input:focus-visible{border-color:#7231c6;border-width:2px;outline:unset}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input::placeholder{color:#9e9e9e}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-label{display:inline-block;margin-bottom:6px;font-family:'Roboto';font-weight:400;font-size:14px;line-height:150%}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-hint-required,#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-hint-format{margin-top:6px;color:#c92323;font-family:'Roboto';font-weight:400;font-size:12px;line-height:150%}
#notify-me-container .notify-me-wrap .notify-me-form .notify-me-form-input.hint{border-color:#c92323;border-width:2px}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container>div+div{margin-top:20px}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy.required>.input-container>.checkbox-icon{border:1.5px solid #c92323}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy.required label{color:#c92323}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup{display:flex;font-family:'Roboto';font-weight:400;font-size:14px}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy .input-container,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing .input-container,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup .input-container{display:flex;justify-content:center;width:24px;position:relative;flex-shrink:0;min-height:24px}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy .input-container.active .checkbox-icon,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing .input-container.active .checkbox-icon,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup .input-container.active .checkbox-icon{background-color:#7231c6;border-color:#7231c6}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy .input-container.active .checkbox-icon::after,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing .input-container.active .checkbox-icon::after,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup .input-container.active .checkbox-icon::after{border:solid #fff;border-width:0 1px 1px 0;height:9px;left:4px;top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:5px;content:'';position:absolute}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy .input-container input,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing .input-container input,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup .input-container input{position:relative;opacity:0;z-index:5;height:16px;width:16px;cursor:pointer;top:4px}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy .input-container .checkbox-icon,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing .input-container .checkbox-icon,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup .input-container .checkbox-icon{display:block;width:16px;height:16px;position:absolute;top:4px;border:1.5px solid #000;border-radius:2px;background:white}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy .input-container+label,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing .input-container+label,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup .input-container+label{line-height:16.41px;position:relative;margin-left:4px}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy a,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing a,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup a{color:#7231c6}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .policy a+a,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing a+a,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup a+a{margin-left:5px}
#notify-me-container .notify-me-wrap .notify-me-form .concent-container .remarketing label,#notify-me-container .notify-me-wrap .notify-me-form .concent-container .signup label{display:flex;align-items:center}
#notify-me-container .notify-me-wrap .notify-me-form .Wrap{display:flex}
#notify-me-container .notify-me-wrap .notify-me-form .signup{flex-direction:column}
#notify-me-container .notify-me-wrap .notify-me-form .signup .checkboxWrap{min-height:24px;display:flex}
#notify-me-container .notify-me-wrap .notify-me-form .note{color:#757575;line-height:1.3;padding-left:28px;padding-top:8px;font-family:'Roboto';font-weight:400;font-size:14px;line-height:130%}
#notify-me-container .notify-me-wrap .notify-me-form .section{margin-bottom:32px}
#notify-me-container .notify-me-wrap .g-recaptcha-container.required{position:relative;display:flex;flex-direction:column}
#notify-me-container .notify-me-wrap .g-recaptcha-container.required .g-recaptcha>div iframe{border:1px solid #c92323;border-radius:5px}
#notify-me-container .notify-me-wrap .g-recaptcha-container.required>.required{margin-top:6px;display:block;color:#c92323;font-family:'Roboto';font-weight:400;font-size:12px;line-height:150%}
#notify-me-container .notify-me-wrap .notify-me-complete,#notify-me-container .notify-me-wrap .notify-me-failed{height:auto;overflow-y:auto;background:#fff;width:960px;border-radius:32px;padding:80px 60px 60px}
@media(max-width:1024px){#notify-me-container .notify-me-wrap .notify-me-complete,#notify-me-container .notify-me-wrap .notify-me-failed{border-radius:24px;width:calc(100vw - 160px)}
}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-complete,#notify-me-container .notify-me-wrap .notify-me-failed{border-radius:12px;width:calc(100vw - 40px);padding:40px 40px 40px 20px}
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close-wrap,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close-wrap{position:absolute;top:20px;right:20px;width:40px;height:40px}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close-wrap,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close-wrap{width:24px;height:24px;top:10px;right:10px}
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close{display:block;margin:auto;cursor:pointer;width:100%}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG{width:40px;height:40px}
@media(max-width:767px){#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG{width:24px;height:24px}
}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG:hover,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG:hover{background-color:#f2f2f2;border-radius:50%}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG:active,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG:active{background-color:#fff}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-close .closeSVG:active path,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-close .closeSVG:active path{fill:#000}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-checkmark-wrap,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-checkmark-wrap,#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-error-wrap,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-error-wrap{margin-bottom:16px}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-checkmark,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-checkmark,#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-error,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-error{display:block;margin:auto;width:auto}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc-wrap,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc-wrap,#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc-wrap,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc-wrap{margin-bottom:32px}
#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc,#notify-me-container .notify-me-wrap .notify-me-complete .notify-me-desc,#notify-me-container .notify-me-wrap .notify-me-failed .notify-me-desc{text-align:center;color:#333;font-size:18px;font-family:Arial,Helvetica,sans-serif !important;margin:0;line-height:27px}
.content.productlistComponent.white .products p{color:#0e071e}
.hide{display:none !important;-webkit-transition:all .5s;transition:all .5s}
[v-cloak]{display:none}
.notify-me-loadingMotion{display:inline-block;margin-left:10px;width:16px;height:16px;border:2px solid #ccc;border-top-color:transparent;border-radius:100%;animation:circle infinite .75s linear;vertical-align:middle}
@media(max-width:767px){.notify-me-loadingMotion{width:12px;height:12px;margin-left:8px}
}
.notify-me-loadingMotion.hide{display:none;margin:0}
@keyframes circle{0{transform:rotate(0)}
100%{transform:rotate(360deg)}
}