.progress-tracker{margin:60px auto;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:flex}.progress-step{-webkit-box-flex:1;-webkit-flex:1;flex:1;min-width:24px;margin:0;padding:0}.progress-step:last-child{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.progress-step:last-child .progress-marker:after{display:none}.progress-link,.progress-marker{display:block;position:relative}.progress-marker:before{content:attr(data-text);z-index:20;border-radius:50%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:24px;height:24px;padding-bottom:2px;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s;display:-webkit-box;display:-webkit-flex;display:flex;position:relative}.progress-marker:after{content:"";z-index:-10;width:100%;height:4px;-webkit-transition:background-color .3s,background-position .3s;transition:background-color .3s,background-position .3s;display:block;position:absolute;top:10px;right:-12px}.progress-text{text-overflow:ellipsis;padding:8px;display:block;overflow:hidden}.progress-title{margin-top:0}.progress-step .progress-marker{color:#fff}.progress-step .progress-marker:before,.progress-step .progress-marker:after{background-color:#b6b6b6}.progress-step .progress-text{color:#333}.progress-step.is-active .progress-marker:before{background-color:#2196f3}.progress-step.is-complete .progress-marker:before,.progress-step.is-progress .progress-marker:before{background-color:#1976d2}.progress-step.is-complete .progress-marker:after,.progress-step.is-progress .progress-marker:after{background-color:#868686}.progress-step.is-progress-10 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.1,#868686),color-stop(.1,#b6b6b6));background-image:linear-gradient(90deg,#868686 10%,#b6b6b6 10%)}.progress-step.is-progress-20 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.2,#868686),color-stop(.2,#b6b6b6));background-image:linear-gradient(90deg,#868686 20%,#b6b6b6 20%)}.progress-step.is-progress-30 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.3,#868686),color-stop(.3,#b6b6b6));background-image:linear-gradient(90deg,#868686 30%,#b6b6b6 30%)}.progress-step.is-progress-40 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.4,#868686),color-stop(.4,#b6b6b6));background-image:linear-gradient(90deg,#868686 40%,#b6b6b6 40%)}.progress-step.is-progress-50 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.5,#868686),color-stop(.5,#b6b6b6));background-image:linear-gradient(90deg,#868686 50%,#b6b6b6 50%)}.progress-step.is-progress-60 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.6,#868686),color-stop(.6,#b6b6b6));background-image:linear-gradient(90deg,#868686 60%,#b6b6b6 60%)}.progress-step.is-progress-70 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.7,#868686),color-stop(.7,#b6b6b6));background-image:linear-gradient(90deg,#868686 70%,#b6b6b6 70%)}.progress-step.is-progress-80 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.8,#868686),color-stop(.8,#b6b6b6));background-image:linear-gradient(90deg,#868686 80%,#b6b6b6 80%)}.progress-step.is-progress-90 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.9,#868686),color-stop(.9,#b6b6b6));background-image:linear-gradient(90deg,#868686 90%,#b6b6b6 90%)}.progress-step:hover .progress-marker:before{background-color:#56adf5}.progress-tracker--text .progress-step:last-child,.progress-tracker--center .progress-step:last-child,.progress-tracker--right .progress-step:last-child{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.progress-tracker--center{text-align:center}.progress-tracker--center .progress-marker:before,.progress-tracker--center .progress-text--dotted:before{margin-left:auto;margin-right:auto}.progress-tracker--center .progress-marker:after{right:-50%}.progress-tracker--right{text-align:right}.progress-tracker--right .progress-marker:before,.progress-tracker--right .progress-text--dotted:before{margin-left:auto}.progress-tracker--right .progress-marker:after{right:-webkit-calc(-100% + 12px);right:calc(12px - 100%)}.progress-tracker--spaced .progress-marker:after{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin-left:20px;margin-right:20px}.progress-tracker--border{border:2px solid #333;border-radius:32px;padding:4px}.progress-tracker--theme-red .progress-step .progress-marker{color:#fff}.progress-tracker--theme-red .progress-step .progress-marker:before,.progress-tracker--theme-red .progress-step .progress-marker:after{background-color:#666}.progress-tracker--theme-red .progress-step .progress-text{color:#333}.progress-tracker--theme-red .progress-step.is-active .progress-marker:before{background-color:#a62d24}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:before{background-color:#d93b30}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:after{background-color:#333}.progress-tracker--theme-red .progress-step:hover .progress-marker:before{background-color:#df7b74}.progress-text--dotted:before{content:"";background-image:-webkit-repeating-radial-gradient(circle at 50% 6px,#b6b6b6,#b6b6b6 5px,rgba(182,182,182,.5) 5.5px,rgba(182,182,182,.01) 6px,transparent 100%);background-image:repeating-radial-gradient(circle at 50% 6px,#b6b6b6,#b6b6b6 5px,rgba(182,182,182,.5) 5.5px,rgba(182,182,182,.01) 6px,transparent 100%);background-size:12px 18px;width:12px;height:12px;margin:6px -2px;display:block}.progress-text--dotted-1:before{height:12px}.progress-text--dotted-2:before{height:30px}.progress-text--dotted-3:before{height:48px}.progress-text--dotted-4:before{height:66px}.progress-text--dotted-5:before{height:84px}.progress-text--dotted-6:before{height:102px}.progress-text--dotted-7:before{height:120px}.progress-text--dotted-8:before{height:138px}.progress-text--dotted-9:before{height:156px}.progress-text--dotted-10:before{height:174px}.progress-text--dotted-11:before{height:192px}.progress-text--dotted-12:before{height:210px}.progress-tracker--text-top .progress-text{height:100%}.progress-tracker--text-top .progress-marker{top:-24px}.progress-tracker--text-inline{overflow:hidden}.progress-tracker--text-inline .progress-step,.progress-tracker--text-inline .progress-marker{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.progress-tracker--text-inline .progress-marker{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.progress-tracker--text-inline .progress-marker:after{top:auto}.progress-tracker--text-inline .progress-text{z-index:30;white-space:nowrap;background-color:#fff;max-width:70%;padding-top:0;padding-bottom:0;position:relative}.progress-tracker--text-inline .progress-marker .progress-text{display:inline-block}.progress-tracker--text-inline .progress-title{margin:0}.progress-tracker--square .progress-marker:before{border-radius:0}.progress-tracker--square .progress-marker:after{top:auto;bottom:0}@media (max-width:575px){.progress-tracker-wrapper{-webkit-scroll-snap-type:x proximity;-ms-scroll-snap-type:x proximity;scroll-snap-type:x proximity;overflow-x:auto}.progress-tracker-wrapper .progress-step{scroll-snap-align:start;min-width:50%}}.progress-tracker--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.progress-tracker--vertical .progress-step{-webkit-box-flex:1;-webkit-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:flex}.progress-tracker--vertical.progress-tracker--right .progress-step{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.progress-tracker--vertical .progress-marker:after{width:4px;height:100%;top:12px;left:10px;right:auto}.progress-tracker--vertical .progress-text{padding:0 12px 24px}@-webkit-keyframes scale-up{0%{opacity:1;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}to{opacity:0;-webkit-transform:translate(-50%,-50%)scale(1);transform:translate(-50%,-50%)scale(1)}}@keyframes scale-up{0%{opacity:1;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}to{opacity:0;-webkit-transform:translate(-50%,-50%)scale(1);transform:translate(-50%,-50%)scale(1)}}.anim-ripple .progress-link:before,.anim-ripple-large .progress-link:before,.anim-ripple-splash .progress-link:before{content:"";z-index:30;visibility:hidden;background:rgba(0,0,0,.3);border-radius:50%;width:24px;height:24px;display:block;position:absolute;top:12px;left:12px;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}.anim-ripple .progress-link:not(:active):before,.anim-ripple-large .progress-link:not(:active):before,.anim-ripple-splash .progress-link:not(:active):before{-webkit-animation:.3s ease-out scale-up;animation:.3s ease-out scale-up}.anim-ripple .progress-link:focus:before,.anim-ripple-large .progress-link:focus:before,.anim-ripple-splash .progress-link:focus:before{visibility:visible}.anim-ripple.progress-tracker--center .progress-link:before,.anim-ripple.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple .progress-link:before,.progress-tracker--center .anim-ripple .progress-link:after,.anim-ripple-large.progress-tracker--center .progress-link:before,.anim-ripple-large.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-large .progress-link:before,.progress-tracker--center .anim-ripple-large .progress-link:after,.anim-ripple-splash.progress-tracker--center .progress-link:before,.anim-ripple-splash.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-splash .progress-link:before,.progress-tracker--center .anim-ripple-splash .progress-link:after,.anim-ripple-double.progress-tracker--center .progress-link:before,.anim-ripple-double.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-double .progress-link:before,.progress-tracker--center .anim-ripple-double .progress-link:after{left:50%}.anim-ripple.progress-tracker--right .progress-link:before,.anim-ripple.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple .progress-link:before,.progress-tracker--right .anim-ripple .progress-link:after,.anim-ripple-large.progress-tracker--right .progress-link:before,.anim-ripple-large.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-large .progress-link:before,.progress-tracker--right .anim-ripple-large .progress-link:after,.anim-ripple-splash.progress-tracker--right .progress-link:before,.anim-ripple-splash.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-splash .progress-link:before,.progress-tracker--right .anim-ripple-splash .progress-link:after,.anim-ripple-double.progress-tracker--right .progress-link:before,.anim-ripple-double.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-double .progress-link:before,.progress-tracker--right .anim-ripple-double .progress-link:after{left:-webkit-calc(100% - 12px);left:calc(100% - 12px)}.anim-ripple-splash .progress-link:before{width:48px;height:48px;-webkit-box-shadow:0 0 6px 6px rgba(0,0,0,.35);box-shadow:0 0 6px 6px rgba(0,0,0,.35)}.anim-ripple-double .progress-link:before,.anim-ripple-double .progress-link:after{content:"";z-index:30;visibility:hidden;background:0 0;border:3px solid rgba(0,0,0,.3);border-radius:50%;width:24px;height:24px;display:block;position:absolute;top:12px;left:12px;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}.anim-ripple-double .progress-link:not(:active):before,.anim-ripple-double .progress-link:not(:active):after{-webkit-animation:.3s ease-out scale-up;animation:.3s ease-out scale-up}.anim-ripple-double .progress-link:not(:active):after{-webkit-animation-delay:.15s;animation-delay:.15s}.anim-ripple-double .progress-link:focus:before,.anim-ripple-double .progress-link:focus:after{visibility:visible}.anim--large .progress-link:before,.anim--large .progress-link:after{width:48px;height:48px}.anim--path .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.5,#b6b6b6),color-stop(.5,#868686));background-image:linear-gradient(90deg,#b6b6b6 50%,#868686 50%);background-position:0 100%;background-size:200% 100%;-webkit-transition:background-position .3s ease-out;transition:background-position .3s ease-out}.progress-step.is-complete .anim--path .progress-marker:after,.anim--path .progress-step.is-complete .progress-marker:after{background-position:-100% 100%}[dir=rtl] .progress-marker:after{left:-12px;right:auto}[dir=rtl] .progress-tracker--center .progress-marker:after{left:-50%}@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.progress-tracker-container{z-index:5;border-radius:10px 0 0 10px;padding:0 10px;position:fixed;top:15%;right:30px}@media screen and (max-width:767px){.progress-tracker-container{padding:0;top:1%;right:5px}}.progress-tracker-container .progress-marker:before{content:"";background-color:#fff;border:2px solid #002d72;width:19px;height:18px;margin-left:1px}@media screen and (max-width:767px){.progress-tracker-container .progress-marker:before{background-color:#002d72}}.progress-tracker-container .progress-marker:after{display:none}.progress-tracker-container .progress-step:hover .progress-marker:before{background-color:#002d72}.progress-tracker-container .progress-text{color:#002d72;text-align:right;width:281px;height:70px;padding:0;padding:initial;padding-bottom:46px;padding-right:9px;font-size:8px;line-height:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translate(20px);transform:translate(20px)}.progress-tracker-container .progress-text span{border:1px solid #002d72;border-right:0;border-right:initial;visibility:hidden;text-align:center;border-radius:20px;width:250px;height:24px;padding-top:5px;padding-left:20px;padding-right:20px;font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700;display:block;-webkit-transform:translate(20px);transform:translate(20px)}.progress-tracker-container .progress-text:hover{text-decoration:none}.progress-tracker-container .progress-text:hover span{visibility:visible;color:#fff;background-color:#002d72}@media screen and (max-width:767px){.progress-tracker-container .progress-text{color:#002d72}}.progress-tracker-container .progress-step.is-active .progress-text span{color:#fff;visibility:visible;background-color:#002d72}.progress-tracker-container .progress-step.is-active .progress-marker:before{background-color:#002d72}.progress-tracker-container .progress-tracker.progress-tracker--vertical{margin:10px auto}@media screen and (min-width:768px){.progress-tracker-container .scrolled-top .progress-text .progress-marker{visibility:hidden}.progress-tracker-container .scrolled-top .progress-text span{visibility:visible;border:1px solid #002d72;color:#002d72!important;background-color:transparent!important;text-decoration:none!important}.progress-tracker-container .scrolled-top .progress-text span:hover{color:#fff!important;background-color:#002d72!important}}@media screen and (max-width:767px){.progress-tracker-container .ob-mainAsset-wrapper img{width:60px!important;height:60px!important}}.progress-tracker-container{-webkit-animation:1s ease-in slideInTrackerFromLeft;animation:1s ease-in slideInTrackerFromLeft}@-webkit-keyframes slideInTrackerFromLeft{0%{opacity:0;-webkit-transform:translate(30%);transform:translate(30%)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes slideInTrackerFromLeft{0%{opacity:0;-webkit-transform:translate(30%);transform:translate(30%)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@media screen and (max-width:767px){.progress-tracker-container.visible{background-color:#fff;border-radius:10px 0 0 10px;right:0}.progress-tracker-container.visible .ob-mainAsset-wrapper{padding:10px}.progress-tracker-container.visible .ob-mainAsset-wrapper img{width:25px;height:25px}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical{margin:10px auto;padding:0 10px}}
.progress-tracker{margin:60px auto;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:flex}.progress-step{-webkit-box-flex:1;-webkit-flex:1;flex:1;min-width:24px;margin:0;padding:0}.progress-step:last-child{-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0}.progress-step:last-child .progress-marker:after{display:none}.progress-link,.progress-marker{display:block;position:relative}.progress-marker:before{content:attr(data-text);z-index:20;border-radius:50%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:24px;height:24px;padding-bottom:2px;-webkit-transition:background-color .3s,border-color .3s;transition:background-color .3s,border-color .3s;display:-webkit-box;display:-webkit-flex;display:flex;position:relative}.progress-marker:after{content:"";z-index:-10;width:100%;height:4px;-webkit-transition:background-color .3s,background-position .3s;transition:background-color .3s,background-position .3s;display:block;position:absolute;top:10px;right:-12px}.progress-text{text-overflow:ellipsis;padding:8px;display:block;overflow:hidden}.progress-title{margin-top:0}.progress-step .progress-marker{color:#fff}.progress-step .progress-marker:before,.progress-step .progress-marker:after{background-color:#b6b6b6}.progress-step .progress-text{color:#333}.progress-step.is-active .progress-marker:before{background-color:#2196f3}.progress-step.is-complete .progress-marker:before,.progress-step.is-progress .progress-marker:before{background-color:#1976d2}.progress-step.is-complete .progress-marker:after,.progress-step.is-progress .progress-marker:after{background-color:#868686}.progress-step.is-progress-10 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.1,#868686),color-stop(.1,#b6b6b6));background-image:linear-gradient(90deg,#868686 10%,#b6b6b6 10%)}.progress-step.is-progress-20 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.2,#868686),color-stop(.2,#b6b6b6));background-image:linear-gradient(90deg,#868686 20%,#b6b6b6 20%)}.progress-step.is-progress-30 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.3,#868686),color-stop(.3,#b6b6b6));background-image:linear-gradient(90deg,#868686 30%,#b6b6b6 30%)}.progress-step.is-progress-40 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.4,#868686),color-stop(.4,#b6b6b6));background-image:linear-gradient(90deg,#868686 40%,#b6b6b6 40%)}.progress-step.is-progress-50 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.5,#868686),color-stop(.5,#b6b6b6));background-image:linear-gradient(90deg,#868686 50%,#b6b6b6 50%)}.progress-step.is-progress-60 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.6,#868686),color-stop(.6,#b6b6b6));background-image:linear-gradient(90deg,#868686 60%,#b6b6b6 60%)}.progress-step.is-progress-70 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.7,#868686),color-stop(.7,#b6b6b6));background-image:linear-gradient(90deg,#868686 70%,#b6b6b6 70%)}.progress-step.is-progress-80 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.8,#868686),color-stop(.8,#b6b6b6));background-image:linear-gradient(90deg,#868686 80%,#b6b6b6 80%)}.progress-step.is-progress-90 .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.9,#868686),color-stop(.9,#b6b6b6));background-image:linear-gradient(90deg,#868686 90%,#b6b6b6 90%)}.progress-step:hover .progress-marker:before{background-color:#56adf5}.progress-tracker--text .progress-step:last-child,.progress-tracker--center .progress-step:last-child,.progress-tracker--right .progress-step:last-child{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.progress-tracker--center{text-align:center}.progress-tracker--center .progress-marker:before,.progress-tracker--center .progress-text--dotted:before{margin-left:auto;margin-right:auto}.progress-tracker--center .progress-marker:after{right:-50%}.progress-tracker--right{text-align:right}.progress-tracker--right .progress-marker:before,.progress-tracker--right .progress-text--dotted:before{margin-left:auto}.progress-tracker--right .progress-marker:after{right:-webkit-calc(-100% + 12px);right:calc(12px - 100%)}.progress-tracker--spaced .progress-marker:after{width:-webkit-calc(100% - 40px);width:calc(100% - 40px);margin-left:20px;margin-right:20px}.progress-tracker--border{border:2px solid #333;border-radius:32px;padding:4px}.progress-tracker--theme-red .progress-step .progress-marker{color:#fff}.progress-tracker--theme-red .progress-step .progress-marker:before,.progress-tracker--theme-red .progress-step .progress-marker:after{background-color:#666}.progress-tracker--theme-red .progress-step .progress-text{color:#333}.progress-tracker--theme-red .progress-step.is-active .progress-marker:before{background-color:#a62d24}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:before{background-color:#d93b30}.progress-tracker--theme-red .progress-step.is-complete .progress-marker:after{background-color:#333}.progress-tracker--theme-red .progress-step:hover .progress-marker:before{background-color:#df7b74}.progress-text--dotted:before{content:"";background-image:-webkit-repeating-radial-gradient(circle at 50% 6px,#b6b6b6,#b6b6b6 5px,rgba(182,182,182,.5) 5.5px,rgba(182,182,182,.01) 6px,transparent 100%);background-image:repeating-radial-gradient(circle at 50% 6px,#b6b6b6,#b6b6b6 5px,rgba(182,182,182,.5) 5.5px,rgba(182,182,182,.01) 6px,transparent 100%);background-size:12px 18px;width:12px;height:12px;margin:6px -2px;display:block}.progress-text--dotted-1:before{height:12px}.progress-text--dotted-2:before{height:30px}.progress-text--dotted-3:before{height:48px}.progress-text--dotted-4:before{height:66px}.progress-text--dotted-5:before{height:84px}.progress-text--dotted-6:before{height:102px}.progress-text--dotted-7:before{height:120px}.progress-text--dotted-8:before{height:138px}.progress-text--dotted-9:before{height:156px}.progress-text--dotted-10:before{height:174px}.progress-text--dotted-11:before{height:192px}.progress-text--dotted-12:before{height:210px}.progress-tracker--text-top .progress-text{height:100%}.progress-tracker--text-top .progress-marker{top:-24px}.progress-tracker--text-inline{overflow:hidden}.progress-tracker--text-inline .progress-step,.progress-tracker--text-inline .progress-marker{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.progress-tracker--text-inline .progress-marker{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.progress-tracker--text-inline .progress-marker:after{top:auto}.progress-tracker--text-inline .progress-text{z-index:30;white-space:nowrap;background-color:#fff;max-width:70%;padding-top:0;padding-bottom:0;position:relative}.progress-tracker--text-inline .progress-marker .progress-text{display:inline-block}.progress-tracker--text-inline .progress-title{margin:0}.progress-tracker--square .progress-marker:before{border-radius:0}.progress-tracker--square .progress-marker:after{top:auto;bottom:0}@media (max-width:575px){.progress-tracker-wrapper{-webkit-scroll-snap-type:x proximity;-ms-scroll-snap-type:x proximity;scroll-snap-type:x proximity;overflow-x:auto}.progress-tracker-wrapper .progress-step{scroll-snap-align:start;min-width:50%}}.progress-tracker--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.progress-tracker--vertical .progress-step{-webkit-box-flex:1;-webkit-flex:auto;flex:auto;display:-webkit-box;display:-webkit-flex;display:flex}.progress-tracker--vertical.progress-tracker--right .progress-step{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse}.progress-tracker--vertical .progress-marker:after{width:4px;height:100%;top:12px;left:10px;right:auto}.progress-tracker--vertical .progress-text{padding:0 12px 24px}@-webkit-keyframes scale-up{0%{opacity:1;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}to{opacity:0;-webkit-transform:translate(-50%,-50%)scale(1);transform:translate(-50%,-50%)scale(1)}}@keyframes scale-up{0%{opacity:1;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}to{opacity:0;-webkit-transform:translate(-50%,-50%)scale(1);transform:translate(-50%,-50%)scale(1)}}.anim-ripple .progress-link:before,.anim-ripple-large .progress-link:before,.anim-ripple-splash .progress-link:before{content:"";z-index:30;visibility:hidden;background:rgba(0,0,0,.3);border-radius:50%;width:24px;height:24px;display:block;position:absolute;top:12px;left:12px;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}.anim-ripple .progress-link:not(:active):before,.anim-ripple-large .progress-link:not(:active):before,.anim-ripple-splash .progress-link:not(:active):before{-webkit-animation:.3s ease-out scale-up;animation:.3s ease-out scale-up}.anim-ripple .progress-link:focus:before,.anim-ripple-large .progress-link:focus:before,.anim-ripple-splash .progress-link:focus:before{visibility:visible}.anim-ripple.progress-tracker--center .progress-link:before,.anim-ripple.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple .progress-link:before,.progress-tracker--center .anim-ripple .progress-link:after,.anim-ripple-large.progress-tracker--center .progress-link:before,.anim-ripple-large.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-large .progress-link:before,.progress-tracker--center .anim-ripple-large .progress-link:after,.anim-ripple-splash.progress-tracker--center .progress-link:before,.anim-ripple-splash.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-splash .progress-link:before,.progress-tracker--center .anim-ripple-splash .progress-link:after,.anim-ripple-double.progress-tracker--center .progress-link:before,.anim-ripple-double.progress-tracker--center .progress-link:after,.progress-tracker--center .anim-ripple-double .progress-link:before,.progress-tracker--center .anim-ripple-double .progress-link:after{left:50%}.anim-ripple.progress-tracker--right .progress-link:before,.anim-ripple.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple .progress-link:before,.progress-tracker--right .anim-ripple .progress-link:after,.anim-ripple-large.progress-tracker--right .progress-link:before,.anim-ripple-large.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-large .progress-link:before,.progress-tracker--right .anim-ripple-large .progress-link:after,.anim-ripple-splash.progress-tracker--right .progress-link:before,.anim-ripple-splash.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-splash .progress-link:before,.progress-tracker--right .anim-ripple-splash .progress-link:after,.anim-ripple-double.progress-tracker--right .progress-link:before,.anim-ripple-double.progress-tracker--right .progress-link:after,.progress-tracker--right .anim-ripple-double .progress-link:before,.progress-tracker--right .anim-ripple-double .progress-link:after{left:-webkit-calc(100% - 12px);left:calc(100% - 12px)}.anim-ripple-splash .progress-link:before{width:48px;height:48px;-webkit-box-shadow:0 0 6px 6px rgba(0,0,0,.35);box-shadow:0 0 6px 6px rgba(0,0,0,.35)}.anim-ripple-double .progress-link:before,.anim-ripple-double .progress-link:after{content:"";z-index:30;visibility:hidden;background:0 0;border:3px solid rgba(0,0,0,.3);border-radius:50%;width:24px;height:24px;display:block;position:absolute;top:12px;left:12px;-webkit-transform:translate(-50%,-50%)scale(0);transform:translate(-50%,-50%)scale(0)}.anim-ripple-double .progress-link:not(:active):before,.anim-ripple-double .progress-link:not(:active):after{-webkit-animation:.3s ease-out scale-up;animation:.3s ease-out scale-up}.anim-ripple-double .progress-link:not(:active):after{-webkit-animation-delay:.15s;animation-delay:.15s}.anim-ripple-double .progress-link:focus:before,.anim-ripple-double .progress-link:focus:after{visibility:visible}.anim--large .progress-link:before,.anim--large .progress-link:after{width:48px;height:48px}.anim--path .progress-marker:after{background-image:-webkit-gradient(linear,0 0,100% 0,color-stop(.5,#b6b6b6),color-stop(.5,#868686));background-image:linear-gradient(90deg,#b6b6b6 50%,#868686 50%);background-position:0 100%;background-size:200% 100%;-webkit-transition:background-position .3s ease-out;transition:background-position .3s ease-out}.progress-step.is-complete .anim--path .progress-marker:after,.anim--path .progress-step.is-complete .progress-marker:after{background-position:-100% 100%}[dir=rtl] .progress-marker:after{left:-12px;right:auto}[dir=rtl] .progress-tracker--center .progress-marker:after{left:-50%}@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.progress-tracker-container{z-index:5;border-radius:10px 0 0 10px;padding:0 10px;position:fixed;top:15%;right:30px}@media screen and (max-width:767px){.progress-tracker-container{padding:0;top:1%;right:10px}}.progress-tracker-container .progress-marker:before{background-color:#fff;border:2px solid #002d72;width:19px;height:18px;margin-left:1px}@media screen and (max-width:767px){.progress-tracker-container .progress-marker:before{background-color:#002d72}}.progress-tracker-container .progress-marker:after{display:none}.progress-tracker-container .progress-step:hover .progress-marker:before{background-color:#002d72}.progress-tracker-container .progress-text{color:#002d72;text-align:right;width:255px;height:70px;padding:0;padding:initial;padding-bottom:45px;padding-right:10px;font-size:11px;line-height:14px;-webkit-transform:translate(20px);transform:translate(20px)}.progress-tracker-container .progress-text span{border:1px solid #002d72;border-right:0;border-right:initial;visibility:hidden;text-align:center;border-radius:20px;width:250px;height:24px;padding-top:5px;padding-right:20px;display:block}.progress-tracker-container .progress-text:hover{text-decoration:none}.progress-tracker-container .progress-text:hover span{visibility:visible;color:#fff;background-color:#002d72}@media screen and (max-width:767px){.progress-tracker-container .progress-text{color:#002d72}}.progress-tracker-container .progress-step.is-active .progress-text span{color:#fff;visibility:visible;background-color:#002d72}.progress-tracker-container .progress-step.is-active .progress-marker:before{background-color:#002d72}.progress-tracker-container .progress-tracker.progress-tracker--vertical{margin:10px auto}@media screen and (max-width:767px){.progress-tracker-container .ob-mainAsset-wrapper img{width:60px;height:60px}}.progress-tracker-container{-webkit-animation:1s ease-in slideInTrackerFromLeft;animation:1s ease-in slideInTrackerFromLeft}@-webkit-keyframes slideInTrackerFromLeft{0%{opacity:0;-webkit-transform:translate(30%);transform:translate(30%)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}@keyframes slideInTrackerFromLeft{0%{opacity:0;-webkit-transform:translate(30%);transform:translate(30%)}to{opacity:1;-webkit-transform:translate(0);transform:translate(0)}}.progress-header-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.progress-header-container .progress-header-text{color:#002d72;font-size:7vw;font-weight:900;line-height:7.436vw}@media screen and (max-width:767px){.progress-tracker-container.visible{background-color:rgba(0,0,0,.5);width:100vw;height:100%;top:0;right:0;-webkit-box-shadow:0 0 17px 2px;box-shadow:0 0 17px 2px;border-radius:0!important;border-radius:initial!important}.progress-tracker-container.visible .ob-mainAsset-wrapper{padding:20px}.progress-tracker-container.visible .ob-mainAsset-wrapper img{width:20px!important;height:20px!important}.progress-tracker-container.visible .progress-header-container{background-color:#fff}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical{background-color:#fff;margin:0 auto;padding:0 10px}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step{-webkit-flex:initial;flex:initial;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step .progress-marker{display:none}.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step button{text-align:left;border-bottom:1px solid rgba(0,32,114,.1);width:90%;height:55px;margin:0 auto;padding:0;line-height:55px;-webkit-transform:translate(0);transform:translate(0)}}@media screen and (max-width:767px) and (max-width:767px){.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step button{font-family:Hurme Semi Bold;font-size:16px}}@media screen and (max-width:767px){.progress-tracker-container.visible .progress-tracker.progress-tracker--vertical .progress-step:last-child button{border:none;border:initial}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.ob-paging-button,.ob-paging__page-number{color:#002d72;text-transform:uppercase;font-size:1.6rem;line-height:1.8rem;text-decoration:none;display:inline-block}.ob-paging-button:hover,.ob-paging__page-number:hover{text-decoration:underline}.ob-paging-button:focus,.ob-paging__page-number:focus{outline:1px solid #002d72}.ob-paging-button.ob-paging-button--disabled,.ob-paging__page-number.ob-paging-button--disabled{color:#d8d8d8;text-decoration:none}.ob-paging-button.ob-paging-button--disabled:hover,.ob-paging__page-number.ob-paging-button--disabled:hover{text-decoration:none}.ob-paging__page-numbers{padding:0 1.8rem;display:inline-block}.ob-paging__page-numbers .ob-paging__page-number{color:#3d3d41;padding:0 .8rem;font-size:2rem;text-decoration:none}.ob-paging__page-numbers .ob-paging__page-number.active{color:#002d72;font-weight:700}.ob-paging__page-numbers .ob-paging__page-number:hover{text-decoration:underline}.ob-paging__page-numbers span{font-size:2rem}@media screen and (max-width:375px){.ob-paging-button-content{display:none}}.ob-paging-icon{text-transform:none;vertical-align:middle;margin:0 9px;display:inline-block}.ob-paging-icon:focus{outline:2px solid #002d72}.ob-paging-middle{color:#3d3d41;padding:0 15px;font-size:1.5rem;display:inline-block}.ob-paging-wrapper{text-align:center!important}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.post-purchase-register{scroll-margin-top:12rem}.post-purchase-register .ob-register__all-fields-required{letter-spacing:.57px;font-size:1.6rem;line-height:2.2rem}.post-purchase-register .ob-register__wrapper{text-align:center;max-width:60%}@media screen and (max-width:991px){.post-purchase-register .ob-register__wrapper{max-width:80%}}@media screen and (max-width:767px){.post-purchase-register .ob-register__wrapper{max-width:90%}}.post-purchase-register .ob-register__cta-section{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-register__cta-section button:hover,.post-purchase-register .ob-register__cta-section button:focus{background:#1967be}.post-purchase-register .ob-register__cta-section button:focus{border:1px solid;outline:1px solid #002d72;text-decoration:underline}.post-purchase-register .ob-register__row:first-of-type{margin-top:2.4rem}.post-purchase-register .ob-register__row{margin-top:4rem}@media screen and (max-width:767px){.post-purchase-register .ob-register__row-password .ob-input__wrapper:last-of-type{margin-bottom:0}.post-purchase-register .ob-register__row-other{margin-top:3rem}}.post-purchase-register .ob-register .ob-form__wrapper{grid-template-columns:1fr;max-width:50%;margin:0 auto}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__wrapper{max-width:100%}}.post-purchase-register .ob-register .ob-form__wrapper .ob-input__label{text-align:left}.post-purchase-register .ob-register .ob-form__error-message{color:red;padding-top:20px;font-size:15px}.post-purchase-register .ob-register .ob-form__form .ob-input__error{font-size:1.5rem}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__form .ob-input__error{font-size:1.3rem}}.post-purchase-register .ob-register .ob-form__layout{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:5rem;margin-bottom:5rem;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-register .ob-form__title{width:60%;font-weight:700}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__title{width:80%;margin-bottom:0;padding-bottom:0}}@media screen and (max-width:375px){.post-purchase-register .ob-register .ob-form__title{width:90%}}.post-purchase-register .ob-register .ob-form__promo-code,.post-purchase-register .ob-register .ob-form__subtitle{color:#002d72;text-transform:uppercase;max-width:35%;margin-top:0;margin-bottom:0;font-size:1.5rem;font-weight:700;line-height:2rem}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__promo-code,.post-purchase-register .ob-register .ob-form__subtitle{max-width:80%;margin-top:1rem;margin-bottom:1rem;line-height:22px}}.post-purchase-register .ob-register .ob-form__promo-code{color:#002d72;letter-spacing:.5px;text-align:center;max-width:40%;height:24px;margin-top:1rem;font-family:Hurme Semi Bold,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:24px}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__promo-code{width:100%;max-width:100%}}.post-purchase-register .ob-register .ob-form__replace-head-description,.post-purchase-register .ob-register .ob-form__description{color:#4a4a4a;max-width:50%;margin-top:1rem;margin-bottom:0;font-family:Hurme Regular,sans-serif;font-size:2.2rem;font-style:normal;font-weight:400;line-height:3rem}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__replace-head-description,.post-purchase-register .ob-register .ob-form__description{max-width:70%}}@media screen and (max-width:767px){.post-purchase-register .ob-register .ob-form__replace-head-description,.post-purchase-register .ob-register .ob-form__description{max-width:50%;font-size:1.8rem!important}}.post-purchase-register .ob-register .ob-form__replace-head-description:focus,.post-purchase-register .ob-register .ob-form__description:focus{outline:none;text-decoration:underline}.post-purchase-register .ob-register .ob-form__replace-head-description{text-transform:uppercase;max-width:40%;margin-top:2rem;font-size:16px}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__replace-head-description{display:none}.post-purchase-register .ob-register .ob-form__description{max-width:70%}}@media screen and (max-width:767px){.post-purchase-register .ob-register .ob-form__description{max-width:90%}}@media screen and (max-width:375px){.post-purchase-register .ob-register .ob-form__description{max-width:90%}}.post-purchase-register .ob-register .ob-form__form{margin-top:3.6rem}@media screen and (min-width:768px){.post-purchase-register .ob-register .ob-form__form{margin-top:2rem}}.post-purchase-register .ob-register .ob-form__subtitle a{text-decoration:underline}.post-purchase-register .ob-register .ob-form__subtitle a:hover,.post-purchase-register .ob-register .ob-form__subtitle a:focus{text-decoration:none}.post-purchase-register .ob-register .ob-form__requirements{margin-top:0}.post-purchase-register .ob-register .ob-eyebrow{font-size:1.6rem}@media screen and (max-width:767px){.post-purchase-register .ob-register .ob-eyebrow{margin-bottom:2.5rem}}.post-purchase-register .ob-register__step-title.ob-eyebrow{font-family:Hurme Light,sans-serif;font-size:2.8rem;font-weight:300;line-height:2.4rem}.post-purchase-register .ob-register__pass-requirements{color:#4a4a4a;letter-spacing:0;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:300;line-height:22px}.post-purchase-register .ob-register__info-text,.post-purchase-register .ob-register .ob-checkbox__label{color:#3d3d41;margin:3rem 0;font-size:1.4rem}.post-purchase-register .ob-register__info-text p,.post-purchase-register .ob-register .ob-checkbox__label p{margin:0;line-height:2.2rem}.post-purchase-register .ob-register .ob-checkbox__label{margin:2rem 0 0!important}.post-purchase-register .ob-register__info-text-bottom{color:#3d3d41;font-size:1.4rem}.post-purchase-register .ob-register__info-text-bottom ul{margin-top:2.8rem;padding:0;list-style:inside}.post-purchase-register .ob-register__info-text-bottom li{margin-bottom:.2rem}.post-purchase-register .ob-register .ob-input__wrapper{text-align:left}@media screen and (max-width:767px){.post-purchase-register .ob-register .ob-input__wrapper{margin:0 0 1.6rem}}.post-purchase-register .ob-register .ob-checkbox__input:checked+.ob-checkbox__label:after{top:-webkit-calc(50% - 3px);top:calc(50% - 3px)}.post-purchase-register .ob-register .ob-checkbox__label{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-register .ob-form__button__submit{width:212px;margin:5.6rem 0 2.6rem;text-decoration:none}@media screen and (min-width:768px){.post-purchase-register .ob-register .ob-form__button__submit{margin:4rem 0 2.6rem}}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-form__button__submit{height:48px!important}}.post-purchase-register .ob-register__modal-container{background:#fff;border-radius:4px;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:82%;height:250px;padding:2rem 4rem 2rem 2rem;display:-webkit-box;display:-webkit-flex;display:flex;position:relative;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5)}@media screen and (min-width:768px){.post-purchase-register .ob-register__modal-container{width:52%;height:200px;padding-right:2rem}}.post-purchase-register .ob-register__modal-container p{font-family:Hurme Regular,sans-serif;font-size:1.6rem;font-style:normal;font-weight:400;line-height:2.2rem}.post-purchase-register .ob-register__modal-container .ob-modal-close{-webkit-filter:none;filter:none;-webkit-transition:-webkit-transform .35s,transform .35s;transition:-webkit-transform .35s,transform .35s}.post-purchase-register .ob-register__modal-container .ob-modal-close:hover,.post-purchase-register .ob-register__modal-container .ob-modal-close:focus{-webkit-transform:scale(1.05);transform:scale(1.05)}@media screen and (min-width:1200px){.post-purchase-register .ob-register .ob-register-product__wrapper{max-width:100rem;margin:0}}@media screen and (max-width:991px){.post-purchase-register .ob-register .ob-register-product__wrapper{width:100%;max-width:100rem}}.post-purchase-register .ob-register .ob-register-product__goals-text{margin:3rem 0 1rem!important}.post-purchase-register .ob-register .checkbox-email-disclaimer{top:0}.post-purchase-register .ob-register .disclaimer-text-why{text-align:left;margin-bottom:2rem!important}.post-purchase-register .ob-register .ob-checkbox__wrapper{text-align:left}.post-purchase-register .ob-register .ob-checkbox__label{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start}.post-purchase-register .ob-register .ob-checkbox__custom-box{top:0}.post-purchase-register .ob-post-purchase-register-result-mobile__brush-types{display:none}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result-mobile__brush-types{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;margin:15px 0 0;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:flex}}.post-purchase-register .ob-post-purchase-register-result-mobile__brush-type{-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#002d72;cursor:pointer;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:79px;height:130px;margin-right:32px;padding:0;font-size:16px;line-height:20px;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-post-purchase-register-result-mobile__brush-type span{opacity:.2;text-align:center;width:80%;margin:0 auto}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result-mobile__brush-type span{width:100%}}@media only screen and (min-width:760px) and (max-width:1020px){.post-purchase-register .ob-post-purchase-register-result-mobile__brush-type span{width:100px;font-size:13px;line-height:18px}}.post-purchase-register .ob-post-purchase-register-result-mobile__brush-type:last-child{margin-right:0}.post-purchase-register .ob-post-purchase-register-result-mobile__active-brush-type span{opacity:1}.post-purchase-register .ob-post-purchase-register-result__brush-types{-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #002d72;border-radius:10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;width:500px;height:50px;margin:15px 0 0;padding:0;font-size:1.5rem;list-style:none;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result__brush-types{display:none}}.post-purchase-register .ob-post-purchase-register-result__brush-type{-webkit-box-sizing:border-box;box-sizing:border-box;color:#002d72;cursor:pointer;background-color:#fff;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:200px;height:48.2px;padding:0;font-size:1.5rem;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-post-purchase-register-result__brush-type-left{border-radius:10px 0 0 10px;width:300px}.post-purchase-register .ob-post-purchase-register-result__brush-type-right{border-radius:0 10px 10px 0;width:200px}.post-purchase-register .ob-post-purchase-register-result__active-brush-type{color:#fff;background-color:#002d72}.post-purchase-register .ob-post-purchase-register-result__disclaimer-note{color:#3d3d41;letter-spacing:.5px;text-align:center;width:720px;height:18px;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:300;line-height:18px}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result__disclaimer-note{width:80%}}.post-purchase-register .ob-post-purchase-register-result__title{margin-top:3.5rem}.post-purchase-register .ob-post-purchase-register-result__app-title,.post-purchase-register .ob-post-purchase-register-result__title{font-size:1.6rem}.post-purchase-register .ob-post-purchase-register-result__text{font-size:2.2rem}.post-purchase-register .ob-post-purchase-register-result__carousel{margin-top:50px;position:relative}.post-purchase-register .ob-post-purchase-register-result__carousel .ob-mainAsset-wrapper-img{max-width:100%;max-height:100%}.post-purchase-register .ob-post-purchase-register-result__carousel--control-button{border-radius:50%;width:100px;height:100px;-webkit-transition:all .35s;transition:all .35s;display:block;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.post-purchase-register .ob-post-purchase-register-result__carousel--control-button:disabled{pointer-events:none;opacity:.4}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result__carousel--control-button{display:none}}.post-purchase-register .ob-post-purchase-register-result__carousel--control-button[data-control-button=next]{right:-15rem}.post-purchase-register .ob-post-purchase-register-result__carousel--control-button[data-control-button=prev]{left:-15rem}.post-purchase-register .ob-post-purchase-register-result__carousel .ob-dot-nav{display:none}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result__carousel .ob-dot-nav{display:block}}.post-purchase-register .ob-post-purchase-register-result__product-list{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;-ms-overflow-style:none;margin:3rem auto;padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:flex;overflow-x:auto}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result__product-list{width:350px;min-width:350px;max-width:350px}}.post-purchase-register .ob-post-purchase-register-result__product-list::-webkit-scrollbar{display:none}.post-purchase-register .ob-post-purchase-register-result__product-list.is-centered{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.post-purchase-register .ob-post-purchase-register-result__product-list-item{text-align:center;scroll-snap-align:center;border-radius:13.5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:221px;height:444px;margin:0 1.5rem;padding:1rem;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-shadow:inset 0 -2px 3px rgba(187,187,187,.5),inset 0 2px 3px rgba(187,187,187,.5),5px 7px 14px rgba(0,0,0,.1);box-shadow:inset 0 -2px 3px rgba(187,187,187,.5),inset 0 2px 3px rgba(187,187,187,.5),5px 7px 14px rgba(0,0,0,.1)}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result__product-list-item{width:221px;min-width:221px;max-width:221px;margin:0 1.5rem}}.post-purchase-register .ob-post-purchase-register-result__product-list-item-link-disable{opacity:.5;pointer-events:none}.post-purchase-register .ob-post-purchase-register-result__icon{min-width:200px;max-width:200px;min-height:220px;max-height:220px;margin-top:20px}@media screen and (max-width:991px){.post-purchase-register .ob-post-purchase-register-result__icon{height:auto;margin:0 auto}}.post-purchase-register .ob-post-purchase-register-result .ob-mainAsset-wrapper{width:200px;height:220px;margin:0 auto}@media screen and (min-width:768px){.post-purchase-register .ob-post-purchase-register-result .ob-mainAsset-wrapper{width:200px;height:220px}}.post-purchase-register .ob-post-purchase-register-result__product-image{border-style:none;max-width:100%;max-height:100%}.post-purchase-register .ob-post-purchase-register-result__product-title{color:#4a4a4a;font-family:Hurme Semi Bold,sans-serif;font-size:1.6rem;font-style:normal;font-weight:700}.post-purchase-register .ob-post-purchase-register-result__product-link{letter-spacing:.5px;color:#002d72;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-flow:wrap;flex-flow:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:7px 0 0;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-post-purchase-register-result__product-link:hover,.post-purchase-register .ob-post-purchase-register-result__product-link:focus{cursor:pointer;text-decoration:underline}.post-purchase-register .ob-post-purchase-register-result__product-link .ob-mainAsset-wrapper{width:15px;height:15px;margin:0 0 0 2px}.post-purchase-register .ob-post-purchase-register-result__product-link-item{padding-top:2px;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-post-purchase-register-result__product-link span{width:auto}.post-purchase-register .ob-post-purchase-register-result__checkmark-icon{max-width:15px;max-height:15px;margin-left:3px}.post-purchase-register .ob-post-purchase-register-result__product-description{color:#3d3d41;letter-spacing:.5px;text-align:center;width:92%;font-family:Hurme Regular,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:16px}.post-purchase-register .ob-post-purchase-register-result__product-button:first-child{margin-right:2rem}.post-purchase-register .ob-post-purchase-register-result__product-button.--is-primary{cursor:default}.post-purchase-register .ob-post-purchase-register-result__product-button.--is-primary:hover,.post-purchase-register .ob-post-purchase-register-result__product-button.--is-primary:focus{background-color:#002d72}.post-purchase-register .ob-post-purchase-register-result__add-product-container{text-align:center;margin-top:3rem}.post-purchase-register .ob-post-purchase-register-result__product-limit-label{color:#3d3d41;margin-left:2rem;font-family:Hurme Semi Bold,sans-serif;font-size:1.4rem;font-style:normal;font-weight:700}.post-purchase-register .ob-post-purchase-register-result__app-container{border-top:1px solid #d8d8d8;margin:5.5rem 0 0;padding:5rem 0 0}.post-purchase-register .ob-post-purchase-register-result__app-list{padding:0;list-style-type:none;display:-webkit-box;display:-webkit-flex;display:flex}.post-purchase-register .ob-post-purchase-register-result__app-list li:first-child{margin-right:2rem}.post-purchase-register .ob-post-purchase-register-result__app-list li .ob-mainAsset-wrapper-img{max-width:100%}.post-purchase-register .ob-post-purchase-register-result__app-img{-webkit-transition:-webkit-transform .4s,transform .4s;transition:-webkit-transform .4s,transform .4s}.ob-product-management__app-link:hover .post-purchase-register .ob-post-purchase-register-result__app-img,.ob-product-management__app-link:focus .post-purchase-register .ob-post-purchase-register-result__app-img{-webkit-transform:scale(1.03);transform:scale(1.03)}@media only screen and (max-width:1280px){.post-purchase-register-legal-modal .ReactModalPortal .ReactModal__Content--after-open{max-width:100%!important}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.post-purchase-write-review-section{scroll-margin-top:10rem}.post-purchase-write-review-section .ob-background-wrapper{width:100%;margin:0 auto;height:1100px!important;min-height:60vh!important;padding-top:0!important}@media screen and (max-width:991px){.post-purchase-write-review-section .ob-background-wrapper{min-height:2000px!important}}@media screen and (max-width:767px){.post-purchase-write-review-section .ob-background-wrapper{min-height:1400px!important}}.post-purchase-write-review-section__textContent{width:50%;padding-left:2.5%}@media screen and (max-width:991px){.post-purchase-write-review-section__textContent{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;margin-top:10%}}.post-purchase-write-review-section__textContent{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;padding-top:5%}@media only screen and (device-width:1024px) and (device-height:1366px){.post-purchase-write-review-section__textContent{width:56%}}.post-purchase-write-review-section__textContent-inner{text-align:center;width:100%}.post-purchase-write-review-section__text-image img{width:80px;height:80px}@media screen and (max-width:991px){.post-purchase-write-review-section__text-image img{width:80px;height:80px}}.post-purchase-write-review-section__text-image{margin-bottom:3.5rem}@media screen and (max-width:991px){.post-purchase-write-review-section__text-image{margin-top:2rem}}@media screen and (max-width:767px){.post-purchase-write-review-section__text-image{margin-top:1.9rem}}.post-purchase-write-review-section__title{color:#fff;letter-spacing:.5px;text-align:center;text-shadow:2px 2px 4px rgba(0,0,0,.5);width:100%;font-family:Hurme Regular,sans-serif;font-size:56px;font-style:normal;font-weight:700;line-height:60px}@media screen and (max-width:991px){.post-purchase-write-review-section__title{width:70%;margin:0 auto}}@media screen and (max-width:767px){.post-purchase-write-review-section__title{letter-spacing:.5px;text-align:center;width:60%;margin:0 auto;font-size:28px;font-weight:700;line-height:28px}}.post-purchase-write-review-section__body{color:#fff;letter-spacing:.5px;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5);width:77%;margin:0 auto 0;font-family:Hurme Regular,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:26px;margin-top:4.4rem!important}@media screen and (max-width:991px){.post-purchase-write-review-section__body{width:70%;font-size:16px;margin-top:2.1rem!important}}.post-purchase-write-review-section__divider{color:#fff;border:1px solid #fff;width:90%;height:1px;margin-bottom:3.9rem}@media screen and (max-width:991px){.post-purchase-write-review-section__divider{width:80%}}.post-purchase-write-review-section__cta-write-review{width:220px;margin-top:3.5rem;margin-bottom:4rem;height:48px!important;padding:0 2rem!important}.post-purchase-write-review-section__cta-write-review span{margin:0 auto}.post-purchase-write-review-section__review-content .review-label{color:#fff;letter-spacing:0;text-align:center;margin-top:2.5rem;font-family:Hurme Regular,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:20px}.post-purchase-write-review-section__review-content .review-title{color:#fff;letter-spacing:.27px;text-align:center;font-family:Hurme Semi Bold,sans-serif;font-size:30px;font-style:oblique;font-weight:700;line-height:35px}@media screen and (max-width:991px){.post-purchase-write-review-section__review-content .review-title{font-size:20px;line-height:27px}}.post-purchase-write-review-section__review-content .star-icon{width:214px;margin:0 auto}.post-purchase-write-review-section__review-content .review-text{color:#fff;letter-spacing:6px;text-align:center;width:80%;margin:1rem auto 0;font-family:Hurme Regular,sans-serif;font-size:18px;font-style:oblique;font-weight:600;line-height:30px}@media screen and (max-width:991px){.post-purchase-write-review-section__review-content .review-text{width:85%;font-size:16px}}.post-purchase-bv-widget div::-webkit-scrollbar{width:.7em}@media screen and (max-width:767px){.post-purchase-bv-widget div::-webkit-scrollbar{width:.5em}}.post-purchase-bv-widget div::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #041337;box-shadow:inset 0 0 6px #041337}.post-purchase-bv-widget div::-webkit-scrollbar-thumb{background-color:#a9a9a9;border-radius:10px;outline:1px solid #708090}.post-purchase-bv-widget{margin-top:3rem;margin-bottom:2rem;scroll-margin-top:10rem}.post-purchase-bv-widget__close-modal{-webkit-transition:all .35s;transition:all .35s;position:absolute;top:2rem;right:2rem}.post-purchase-bv-widget__close-modal .ob-icon{width:1.6rem!important;height:1.6rem!important;font-size:1.6rem!important}@media screen and (max-width:767px){.post-purchase-bv-widget__close-modal{top:1.5rem;right:1rem}}.post-purchase-bv-widget__close-modal:hover,.post-purchase-bv-widget__close-modal:focus{-webkit-transform:scale(1.1);transform:scale(1.1)}.post-purchase-bv-widget__close-modal:focus{border:1px solid #002d72}.post-purchase-bv-widget .ob-contentBlock-wrapper{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start}@media screen and (max-width:991px){.post-purchase-bv-widget .ob-contentBlock-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}}.post-purchase-bv-widget .ob-background-wrapper{width:100%;margin:0 auto;min-height:1100px!important}@media screen and (max-width:991px){.post-purchase-bv-widget .ob-background-wrapper{min-height:2000px!important}}@media screen and (max-width:767px){.post-purchase-bv-widget .ob-background-wrapper{min-height:2000px!important}}.post-purchase-bv-widget .ob-contentBlock-textContent{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;width:100%;padding-top:5%}@media screen and (max-width:991px){.post-purchase-bv-widget .ob-contentBlock-textContent{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:100%;margin-top:10%}}.post-purchase-bv-widget .ob-contentBlock-textContent-inner{text-align:center;width:100%}.post-purchase-bv-widget__bv-widget-icon{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:0 auto;padding-top:6rem;padding-bottom:5rem;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.post-purchase-bv-widget__bv-widget-icon{padding-bottom:2rem}}.post-purchase-bv-widget__bv-widget-icon img{max-width:115px;max-height:40px}@media screen and (max-width:991px){.post-purchase-bv-widget__bv-widget-icon img{max-width:79px;height:27px}}.post-purchase-bv-widget__title{color:#fff;text-align:center;width:88%;margin:.5rem auto 0;font-family:Hurme Regular,sans-serif;font-size:45px;font-style:normal;font-weight:400;line-height:49px}@media screen and (max-width:991px){.post-purchase-bv-widget__title{width:80%;margin-top:2.5rem;font-size:32px;line-height:40px}}@media screen and (max-width:767px){.post-purchase-bv-widget__title{width:80%}}@media screen and (max-width:425px){.post-purchase-bv-widget__title{width:95%}}.post-purchase-bv-widget__label-second-step{color:#fff;text-align:center;width:80%;margin:0 auto 1.5rem;font-size:2rem;margin-top:1rem!important}@media screen and (max-width:991px){.post-purchase-bv-widget__label-second-step{width:80%;font-size:16px}}@media screen and (max-width:767px){.post-purchase-bv-widget__label-second-step{width:80%}}@media screen and (max-width:425px){.post-purchase-bv-widget__label-second-step{width:80%;line-height:22px}}.post-purchase-bv-widget__divider{-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #fff;width:80%;height:1px;margin-top:2rem;margin-bottom:2rem}@media screen and (max-width:991px){.post-purchase-bv-widget__divider{width:60%;margin-top:4rem;margin-bottom:4rem}}.post-purchase-bv-widget__review-module{max-width:82%;margin:0 auto}@media screen and (max-width:991px){.post-purchase-bv-widget__review-module{max-width:82%}}.post-purchase-bv-widget__series-container{text-align:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;margin-top:7rem;padding-left:5rem;padding-right:5rem;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.post-purchase-bv-widget__series-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-top:5rem}}.post-purchase-bv-widget__series-item-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;min-width:100px;min-height:230px;padding-left:1.2rem;padding-right:1.2rem;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.post-purchase-bv-widget__series-item-wrapper{margin-bottom:10rem;margin-left:0;margin-right:0}}.post-purchase-bv-widget__series-container:first-child{margin-left:0}.post-purchase-bv-widget__series-container:last-child{margin-right:0}@media screen and (max-width:991px){.post-purchase-bv-widget__series-container:last-child{margin-bottom:0!important}}.post-purchase-bv-widget__series-item-image img{width:40px;min-width:40px;max-width:40px;height:230px;min-height:230px;max-height:230px}@media screen and (max-width:991px){.post-purchase-bv-widget__series-item-image img{width:35px;min-width:35px;max-width:35px;height:240px;min-height:240px;max-height:240px}}.post-purchase-bv-widget__down-arrow{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.post-purchase-bv-widget__dropbtn{color:#fff;cursor:pointer;text-align:left;background-color:transparent;border:1px solid #fff;border-radius:3px;width:170px;min-width:170px;min-height:35px;padding:5px 5px 5px 14px;font-family:Hurme Semi Bold,sans-serif;font-size:20px;font-style:normal;font-weight:700}@media screen and (max-width:991px){.post-purchase-bv-widget__dropbtn{width:180px;min-width:180px}}.post-purchase-bv-widget__dropbtn i{border:1.8px solid #fff;border-width:0 1.8px 1.8px 0;padding:6px;display:inline-block;position:absolute;right:1rem}span:focus .post-purchase-bv-widget__dropbtn__dropdown-content{display:block}.post-purchase-bv-widget__dropdown{margin-top:2rem;margin-bottom:3rem;display:inline-block;position:relative}.post-purchase-bv-widget__dropdown-content{z-index:1;background-color:#fff;min-width:170px;display:none;position:absolute;-webkit-box-shadow:0 8px 16px rgba(0,0,0,.2);box-shadow:0 8px 16px rgba(0,0,0,.2)}@media screen and (max-width:991px){.post-purchase-bv-widget__dropdown-content{width:180px;min-width:180px}}.post-purchase-bv-widget__dropdown-link-disable{opacity:.5;pointer-events:none}.post-purchase-bv-widget__dropdown-content button{color:#002d72;border-bottom:1px solid #3d3d41;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:170px;min-width:14px;min-height:35px;padding:12px 16px;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.post-purchase-bv-widget__dropdown-content button{width:180px;min-width:180px}}.post-purchase-bv-widget__dropdown-content button span{color:#002d72;font-family:Hurme Semi Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700}@media screen and (max-width:991px){.post-purchase-bv-widget__dropdown-content button span{font-size:20px}}.post-purchase-bv-widget__dropdown-content button img{width:13px;height:12.1px}@media screen and (max-width:991px){.post-purchase-bv-widget__dropdown-content button img{width:11px;height:10.1px;display:none}}.post-purchase-bv-widget__dropdown-content button:hover{background-color:#f9f9f9}.post-purchase-bv-widget__dropdown-link:last-child{border-bottom:none;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.post-purchase-bv-widget__dropdown-link:hover,.post-purchase-bv-widget__dropdown-link:focus{text-decoration:underline}.post-purchase-bv-widget__dropdown:hover .post-purchase-bv-widget__down-arrow,.post-purchase-bv-widget__dropdown:focus .post-purchase-bv-widget__down-arrow{margin-top:.7rem;right:1.5rem;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}@media screen and (max-width:991px){.post-purchase-bv-widget__dropdown:hover .post-purchase-bv-widget__down-arrow,.post-purchase-bv-widget__dropdown:focus .post-purchase-bv-widget__down-arrow{border-color:#002d72}}.post-purchase-bv-widget__dropdown:hover .post-purchase-bv-widget__dropdown-content,.post-purchase-bv-widget__dropbtn:hover .post-purchase-bv-widget__dropdown-content,.post-purchase-bv-widget__dropbtn:focus .post-purchase-bv-widget__dropdown-content{display:block}.post-purchase-bv-widget__dropdown:hover .post-purchase-bv-widget__dropbtn,.post-purchase-bv-widget__dropdown:focus .post-purchase-bv-widget__dropbtn{border-bottom-right-radius:0;border-bottom-left-radius:0}@media screen and (max-width:991px){.post-purchase-bv-widget__dropdown:hover .post-purchase-bv-widget__dropbtn,.post-purchase-bv-widget__dropdown:focus .post-purchase-bv-widget__dropbtn{color:#002d72;background-color:#fff}}.post-purchase-bv-widget__war{display:none}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.jebbit-iframe{width:100%;min-height:600px}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.pre-purchase-comparison{margin-top:0}.pre-purchase-comparison .pre-purchase-product-comparison__wrapper{text-align:center;width:80%;margin:0 auto}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__wrapper{width:100%}}.pre-purchase-comparison .pre-purchase-product-comparison__title{color:#3d3d41;letter-spacing:.5px;margin-top:2.3rem;margin-bottom:2rem;font-family:Hurme Semi Bold,sans-serif;font-size:56px;font-style:normal;font-weight:700;line-height:60px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__title{text-align:center;margin-top:3.5rem;font-size:28px;line-height:28px}}.pre-purchase-comparison .pre-purchase-product-comparison__table{display:table}@media screen and (min-width:768px){.pre-purchase-comparison .pre-purchase-product-comparison__table{width:100%!important}}.pre-purchase-comparison .pre-purchase-product-comparison__row{display:table-row}.pre-purchase-comparison .pre-purchase-product-comparison__column{-webkit-box-sizing:content-box;box-sizing:content-box;display:table-cell}.pre-purchase-comparison .pre-purchase-product-comparison__carousel{position:relative}.pre-purchase-comparison .pre-purchase-product-comparison__carousel--control-button{border-radius:50%;width:50px;min-width:50px;max-width:50px;height:50px;min-height:50px;max-height:50px;-webkit-transition:all .35s;transition:all .35s;display:block;position:absolute;top:25%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.pre-purchase-comparison .pre-purchase-product-comparison__carousel--control-button:disabled{pointer-events:none;opacity:.4}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__carousel--control-button{display:block}}.pre-purchase-comparison .pre-purchase-product-comparison__carousel--control-button[data-control-button=next]{right:7rem}.pre-purchase-comparison .pre-purchase-product-comparison__carousel--control-button[data-control-button=prev]{left:7rem}.pre-purchase-comparison .pre-purchase-product-comparison__carousel--control-button img{min-height:50px}.pre-purchase-comparison .pre-purchase-product-comparison__carousel-left-image,.pre-purchase-comparison .pre-purchase-product-comparison__carousel-right-image{min-width:30px;max-width:30px;height:205px;min-height:205px;display:block}.pre-purchase-comparison .pre-purchase-product-comparison__carousel-left-image img{max-height:205px;margin-top:28px;margin-left:-2.8rem}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-product-comparison__carousel-left-image img{margin-left:-2rem}}@media screen and (max-width:425px){.pre-purchase-comparison .pre-purchase-product-comparison__carousel-left-image img{margin-left:-1.5rem}}@media screen and (max-width:375px){.pre-purchase-comparison .pre-purchase-product-comparison__carousel-left-image img{margin-left:-1rem}}.pre-purchase-comparison .pre-purchase-product-comparison__carousel-right-image img{max-height:205px;margin-top:28px;margin-left:-.5rem}.pre-purchase-comparison .pre-purchase-product-comparison__carousel-inner{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-product-comparison__carousel-main{text-align:center;scroll-snap-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin:0 auto;padding:1rem;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__carousel-main{width:250px;min-width:250px;max-width:250px}}.pre-purchase-comparison .pre-purchase-product-comparison__carousel-control{width:80%}.pre-purchase-comparison .pre-purchase-product-comparison__pre-load-images{display:none}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container{background-color:#fff;border:.5px solid #3d3d41;max-width:355px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container{max-width:330px}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container{max-width:300px}}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container p{color:#3d3d41;letter-spacing:0;text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;padding-top:13px;padding-left:20px;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:24px;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container hr{opacity:.1;color:#3d3d41;border:1px solid #3d3d41;max-width:90%;height:1px}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container ul{text-align:left;padding:10px 20px;list-style:none}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container li{text-align:left;color:#3d3d41;letter-spacing:.44px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;padding-bottom:10px;font-family:Hurme Semi Bold,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:15px;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container li img{margin-top:-4px;padding-right:8px}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-arrow{background-color:#fff;width:35px;height:25px}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:before,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:after,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=top] .tooltip-arrow:before,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=top] .tooltip-arrow:before{border:none}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=bottom]{margin-top:1.5rem}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=bottom] .tooltip-arrow img{margin-left:-20px;position:absolute;bottom:2rem}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=bottom] .tooltip-arrow img{margin-left:-22px;bottom:2.1rem}}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=top]{margin-bottom:1.5rem}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .tooltip-container[data-popper-placement*=top] .tooltip-arrow img{margin-top:1.5rem;position:absolute;left:-13px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon-wrapper:first-child{color:#002d72;letter-spacing:.5px;font-family:Hurme Semi Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon-wrapper:first-child{font-size:14px;line-height:15px}}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon:focus{border:1px solid #002d72}.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon:focus,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon:active,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon:hover,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon{margin-top:2px;margin-left:2px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon:focus,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon:active,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon:hover,.pre-purchase-comparison .pre-purchase-product-comparison__best-match-label .info-icon{margin-top:-2px}}.pre-purchase-comparison .pre-purchase-product-comparison__product-name{color:#3d3d41;letter-spacing:.5px;margin-top:1rem;margin-bottom:0;font-family:Hurme Semi Bold,sans-serif;font-size:22px;font-style:normal;font-weight:600;line-height:26px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__product-name{font-size:14px;line-height:15px}}.pre-purchase-comparison .pre-purchase-product-comparison__product-description{color:#3d3d41;letter-spacing:.5px;max-width:330px;min-height:78px;margin:.5rem auto;font-family:Hurme Regular,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:26px;overflow:hidden}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__product-description{text-align:center;max-width:330px;min-height:32px;margin-bottom:0;font-size:14px;line-height:16px}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-product-comparison__product-description{max-width:310px}}@media screen and (max-width:425px){.pre-purchase-comparison .pre-purchase-product-comparison__product-description{max-width:300px}}.pre-purchase-comparison .pre-purchase-product-comparison__price-starts-at{margin-top:.5rem}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__price-starts-at{margin-top:17px}}.pre-purchase-comparison .pre-purchase-product-comparison__price-starts-at span{color:#3d3d41;letter-spacing:.5px;font-family:Hurme Semi Bold,sans-serif;font-size:24px;font-style:normal;font-weight:700;line-height:24px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__price-starts-at span{font-size:18px;line-height:15px}}.pre-purchase-comparison .pre-purchase-product-comparison__color-label-text{margin-top:1rem}.pre-purchase-comparison .pre-purchase-product-comparison__color-label-text span{color:#3d3d41;letter-spacing:0;font-size:14px;font-weight:600;line-height:24px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__color-label-text span{font-size:14px;line-height:24px}}.pre-purchase-comparison .pre-purchase-product-comparison__product-image img{min-height:535px!important;max-height:555px!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__product-image img{max-width:50px;min-height:205px!important;max-height:205px!important}}.pre-purchase-comparison .pre-purchase-product-comparison__product-colors-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:0;padding-left:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-product-comparison__product-colors-list{max-width:50%}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-product-comparison__product-colors-list{max-width:60%}}@media screen and (max-width:425px){.pre-purchase-comparison .pre-purchase-product-comparison__product-colors-list{max-width:65%}}.pre-purchase-comparison .pre-purchase-product-comparison__product-colors-item{padding:3px}.pre-purchase-comparison .pre-purchase-product-comparison__product-colors-item .ob-series__color:focus,.pre-purchase-comparison .pre-purchase-product-comparison__product-colors-item .ob-series__color:hover{border:1px solid #002d72;-webkit-box-shadow:0 0 5px rgba(0,45,114,.5);box-shadow:0 0 5px rgba(0,45,114,.5)}.pre-purchase-comparison .pre-purchase-product-comparison .bv_numReviews_component_container{display:none!important}.pre-purchase-comparison .pre-purchase-product-comparison__learn-more-cta{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:220px;margin-top:2rem;margin-bottom:2rem}.pre-purchase-comparison .pre-purchase-compare-chart{text-align:center;width:80%;margin:6rem auto 0}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart{width:100%;margin-top:0}}.pre-purchase-comparison .pre-purchase-compare-chart__title{color:#3d3d41;letter-spacing:.5px;margin-top:2.3rem;margin-bottom:0;font-family:Hurme Semi Bold,sans-serif;font-size:56px;font-style:normal;font-weight:700;line-height:60px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__title{font-size:28px;line-height:32px}}.pre-purchase-comparison .pre-purchase-compare-chart__wrapper{position:relative}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__wrapper{max-width:100%!important;overflow-x:hidden!important}}.pre-purchase-comparison .pre-purchase-compare-chart__fade-left,.pre-purchase-comparison .pre-purchase-compare-chart__fade-right{pointer-events:none;width:0;display:none;position:absolute;top:0;bottom:0}@media screen and (min-width:768px){.pre-purchase-comparison .pre-purchase-compare-chart__fade-left,.pre-purchase-comparison .pre-purchase-compare-chart__fade-right{display:none}}.pre-purchase-comparison .pre-purchase-compare-chart__fade-left{opacity:0;background-image:-webkit-gradient(linear,100% 0,0 0,from(rgba(255,255,255,0)),to(#fff));background-image:linear-gradient(270deg,rgba(255,255,255,0),#fff);left:0}.pre-purchase-comparison .pre-purchase-compare-chart__fade-right{background-image:-webkit-gradient(linear,0 0,100% 0,from(rgba(255,255,255,0)),to(#fff));background-image:linear-gradient(90deg,rgba(255,255,255,0),#fff);right:0}.pre-purchase-comparison .pre-purchase-compare-chart__scroll-wrapper{scrollbar-width:none;-ms-overflow-style:none}.pre-purchase-comparison .pre-purchase-compare-chart__scroll-wrapper::-webkit-scrollbar{display:none;width:0!important}.pre-purchase-comparison .pre-purchase-compare-chart__scroll-wrapper::-moz-scrollbar{display:none}@media screen and (min-width:768px){.pre-purchase-comparison .pre-purchase-compare-chart__scroll-wrapper{width:100%;padding:1.8rem 0;position:relative}}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__scroll-wrapper{padding:18px 0;max-width:100%!important;overflow-x:hidden!important}}.pre-purchase-comparison .pre-purchase-compare-chart__table{table-layout:fixed;display:table;width:100%!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__table{margin:0 auto;width:98%!important;max-width:100%!important;overflow-x:hidden!important}}.pre-purchase-comparison .pre-purchase-compare-chart__row{display:table-row;max-width:100%!important;overflow-x:hidden!important}.pre-purchase-comparison .pre-purchase-compare-chart__cell{-webkit-box-sizing:content-box;box-sizing:content-box;display:table-cell}.pre-purchase-comparison .pre-purchase-compare-chart__image{padding-bottom:18px;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__image img{margin:0 auto}.pre-purchase-comparison .pre-purchase-compare-chart__header{color:#002d72;font-family:Hurme Semi Bold,sans-serif;font-size:1.6rem;font-style:normal;font-weight:700}.pre-purchase-comparison .pre-purchase-compare-chart__header .ob-comparison-chart-image{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform:scale(.95);transform:scale(.95)}.pre-purchase-comparison .pre-purchase-compare-chart__header:focus .ob-comparison-chart-image,.pre-purchase-comparison .pre-purchase-compare-chart__header:hover .ob-comparison-chart-image{-webkit-transform:scale(1)translate(2%);transform:scale(1)translate(2%)}.pre-purchase-comparison .pre-purchase-compare-chart__select-brush{color:#002d72;border:none;border-bottom:2px solid;width:50%;max-width:300px;margin:2rem auto;padding:1rem 0;font-size:1.5rem;display:block}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__select-brush{text-align:left;width:150px;max-width:150px}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-compare-chart__select-brush,.pre-purchase-comparison .pre-purchase-compare-chart__select-brush option{width:140px;max-width:140px}}.pre-purchase-comparison .pre-purchase-compare-chart__select-brush-option{width:100%}.pre-purchase-comparison .pre-purchase-compare-chart__down-arrow{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.pre-purchase-comparison .pre-purchase-compare-chart__dropbtn{color:#002d72;background:0 0;border:none;border-bottom:2px solid;border-radius:0;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;width:50%;max-width:300px;margin:2rem auto;padding:1rem 0;font-size:1.5rem;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__dropbtn{text-align:left;width:150px;max-width:150px}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-compare-chart__dropbtn{width:140px;max-width:140px}}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__dropbtn span{max-width:150px;padding-left:3px}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-compare-chart__dropbtn span{max-width:100px}}.pre-purchase-comparison .pre-purchase-compare-chart__dropbtn i{border:1.8px solid #002d72;border-width:0 1.8px 1.8px 0;margin-right:.5rem;padding:4px;display:inline-block}.pre-purchase-comparison .pre-purchase-compare-chart__modal-container{width:100%}.pre-purchase-comparison .pre-purchase-compare-chart__product-image{max-width:130px;height:350px;min-height:350px}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell{color:#3d3d41;border-top:1px solid #d8d8d8;font-size:1.6rem;position:relative}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell *{text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:1rem auto;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__row-header-title{color:#3d3d41;letter-spacing:.5px;text-align:left;max-width:110px;min-height:45px;margin-top:18px;font-family:Hurme Regular,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:21px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__row-header-title{text-align:left;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;min-height:80px}}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-top:45px;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper{text-align:left;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:start;align-items:start}}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper p{margin-bottom:0}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper p img{margin-top:0;margin-bottom:0}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper img{width:26px;height:23px;padding-left:3px}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper span,.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper strong{margin:0}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper .info-title{color:#3d3d41;letter-spacing:.5px;text-align:center;max-width:250px;height:44px;font-family:Hurme Regular,sans-serif;font-size:22px;font-style:normal;font-weight:600;line-height:22px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper .info-title{width:140px;max-width:140px;height:auto;min-height:44px;margin-top:1rem;margin-bottom:0;font-size:18px;line-height:18px}}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper .info-icon{margin-top:2px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper .info-icon{margin-top:0}}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .info-icon-wrapper .info-icon:focus{border:1px solid #002d72}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container{text-align:left;border:.5px solid #3d3d41;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;max-width:350px;height:auto;padding:20px;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container{max-width:340px}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container{max-width:330px}}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-arrow{background-color:#fff;width:35px;height:25px}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:before,.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=bottom] .tooltip-arrow:after,.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=top] .tooltip-arrow:before,.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=top] .tooltip-arrow:before{border:none}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=bottom]{margin-top:1.5rem}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container-less-than-three-products[data-popper-placement*=bottom]{margin-left:0}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=bottom] .tooltip-arrow img{margin-left:-20px;position:absolute;bottom:1.1rem}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container-less-than-three-products[data-popper-placement*=bottom] .tooltip-arrow-lessthan-three-product img{margin-left:-22px}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=top]{margin-bottom:1.5rem}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container[data-popper-placement*=top] .tooltip-arrow img{margin-top:4rem;position:absolute;left:-13px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container-less-than-three-products[data-popper-placement*=top] .tooltip-arrow-lessthan-three-product img{margin-top:4.1rem}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-container-less-than-three-products[data-popper-placement*=top]{margin-left:0}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-inner-wrapper{text-align:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-title{color:#3d3d41;letter-spacing:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin-bottom:5px;margin-left:0;padding-bottom:0;padding-left:0;font-family:Hurme Semi Bold,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:24px;display:-webkit-box;display:-webkit-flex;display:flex;text-align:left!important}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper .tooltip-content{color:#3d3d41;letter-spacing:.44px;text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;margin:10px 0 0;padding:0;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:15px;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__feature-cell-content-wrapper hr{opacity:.1;color:#3d3d41;border:1px solid #3d3d41;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;min-width:303px;max-width:90%;height:1px;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__header-content{max-width:265px;margin:10px auto 0;padding:0;position:relative}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__header-content{width:180px;max-width:180px;position:relative}.pre-purchase-comparison .pre-purchase-compare-chart__single-product-compare .info-title{width:150px!important}}@media screen and (min-width:992px){.pre-purchase-comparison .pre-purchase-compare-chart__header-content-single-column{margin:0 auto;position:relative!important}}.pre-purchase-comparison .pre-purchase-compare-chart__cell-content-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;margin:0;padding:0;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__compare-point-mode-detail ul{margin-top:0;padding-left:0;list-style:none}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__compare-point-mode-detail ul{margin-top:-1rem;margin-left:0}}.pre-purchase-comparison .pre-purchase-compare-chart__compare-point-mode-detail ul li{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__compare-point-mode-detail ul li p{color:#3d3d41;letter-spacing:0;text-align:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;align-items:center;max-width:125px;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__compare-point-mode-detail ul li p img{min-width:55px;max-width:55px;min-height:55px;max-height:55px}.pre-purchase-comparison .pre-purchase-compare-chart__compare-point-mode-detail ul li p strong{color:#3d3d41;letter-spacing:.5px;text-align:center;font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:22px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__compare-point-mode-detail ul li p strong{font-size:16px;line-height:18px}}.pre-purchase-comparison .pre-purchase-compare-chart__accessories ul{text-align:left;margin-top:8rem;margin-bottom:2rem;list-style:none}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__accessories ul{margin-top:0;padding-left:0}}.pre-purchase-comparison .pre-purchase-compare-chart__accessories ul li{color:#3d3d41;letter-spacing:0;text-align:left;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;width:231px;padding-bottom:20px;padding-left:0;font-family:Hurme Regular,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:22px;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__accessories ul li{width:120px;font-size:16px;line-height:21px}}.pre-purchase-comparison .pre-purchase-compare-chart__accessories ul li:before{content:"•";color:#002d72;width:16px;margin-right:1rem;font-weight:700;display:inline-block}.pre-purchase-comparison .pre-purchase-compare-chart__accessories-content-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart__expand-row{min-width:100%}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__full-width-cell{min-width:100vw;margin-top:0}}.pre-purchase-comparison .pre-purchase-compare-chart__learn-more-cta-row{width:100%}.pre-purchase-comparison .pre-purchase-compare-chart__learn-more-cta{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;width:200px;margin-top:6rem;margin-bottom:5rem}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__learn-more-cta{width:142px;max-width:142px;margin-top:5rem;padding:0 1rem}}.pre-purchase-comparison .pre-purchase-compare-chart__see-more{color:#3d3d41;margin-top:2.5rem;margin-bottom:2.5rem;font-family:Hurme Regular,sans-serif;font-style:normal;font-weight:400;letter-spacing:.5px!important;font-size:14px!important;font-weight:600!important;line-height:22px!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__see-more{letter-spacing:0;margin-top:0;font-size:14px!important;line-height:21px!important}}.pre-purchase-comparison .pre-purchase-compare-chart__see-more-accessories{margin-top:0;margin-bottom:3rem}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__see-more-accessories{margin-top:0}}.pre-purchase-comparison .pre-purchase-compare-chart__hide-accessories{margin-top:2.5rem;margin-bottom:3rem}.pre-purchase-comparison .pre-purchase-compare-chart__rating-and-review{margin-top:2rem}.pre-purchase-comparison .pre-purchase-compare-chart__rating-and-review img{max-width:230px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__rating-and-review img{max-width:126px}}.pre-purchase-comparison .pre-purchase-compare-chart__rating-and-review hr{max-width:250px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__rating-and-review hr{max-width:130px}}.pre-purchase-comparison .pre-purchase-compare-chart__disable-review-icon img{opacity:.12}.pre-purchase-comparison .pre-purchase-compare-chart__rating-text{color:#3d3d41;letter-spacing:0;max-width:300px;height:200px;min-height:200px;max-height:200px;margin:2.3rem auto 0;font-family:Hurme Regular,sans-serif;font-size:28.8px;font-style:normal;font-weight:400;line-height:39.09px;overflow-y:auto}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__rating-text{width:160px;max-width:180px;height:140px;min-height:140px;max-height:140px;padding-left:10px;font-size:16px;line-height:21.72px}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-compare-chart__rating-text{max-width:160px;height:140px;min-height:140px;max-height:140px}}@media screen and (max-width:425px){.pre-purchase-comparison .pre-purchase-compare-chart__rating-text{width:160px;max-width:160px;height:140px;min-height:140px;max-height:140px}}.pre-purchase-comparison .pre-purchase-compare-chart__rating-value{color:#3d3d41;letter-spacing:.9px;min-height:21px;margin-top:0;font-family:Hurme Regular,sans-serif;font-size:21.6px;font-style:normal;font-weight:400;line-height:21.6px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__rating-value{letter-spacing:.5px;min-height:12px;font-size:12px;line-height:12px}}.pre-purchase-comparison .pre-purchase-compare-chart__customer-review-text{color:#3d3d41;letter-spacing:.5px;margin-bottom:0;font-family:Hurme Regular,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:30px}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart__customer-review-text{letter-spacing:.28px;font-size:12.36px;line-height:16.86px}}.pre-purchase-comparison .pre-purchase-compare-chart__rating-text::-webkit-scrollbar{width:.1em}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-compare-chart__rating-text::-webkit-scrollbar{width:.05em}}.pre-purchase-comparison .pre-purchase-compare-chart__rating-text::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 6px #fff;box-shadow:inset 0 0 6px #fff}.pre-purchase-comparison .pre-purchase-compare-chart__rating-text::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:10px;outline:1px solid #c1c1c1}.pre-purchase-comparison .pre-purchase-compare-chart__customer-review-value{color:#3d3d41;letter-spacing:0;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:24px}.pre-purchase-comparison .pre-purchase-compare-chart__customer-review-value span{color:#002d72}.pre-purchase-comparison .pre-purchase-compare-chart__customer-star-rating{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:1.5rem;display:-webkit-box;display:-webkit-flex;display:flex}.pre-purchase-comparison .pre-purchase-compare-chart #ratings-summary{-webkit-box-lines:multiple;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-webkit-flex-direction:row!important;flex-direction:row!important;min-width:200px!important;max-width:200px!important;display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart #ratings-summary{pointer-events:none;min-width:180px!important;max-width:180px!important}}@media screen and (max-width:767px){.pre-purchase-comparison .pre-purchase-compare-chart #ratings-summary{min-width:170px!important;max-width:170px!important}}@media screen and (max-width:425px){.pre-purchase-comparison .pre-purchase-compare-chart #ratings-summary{min-width:150px!important;max-width:150px!important}}.pre-purchase-comparison .pre-purchase-compare-chart #ratings-summary:focus .bv_numReviews_text{border:1px solid #002d72!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart #ratings-summary:focus .bv_numReviews_text{border:none}}.pre-purchase-comparison .pre-purchase-compare-chart .bv_stars_component_container{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;min-width:160px!important}.pre-purchase-comparison .pre-purchase-compare-chart .bv_avgRating_component_container{font-family:Hurme Semi Bold,sans-serif;font-style:normal;color:#3d3d41!important;letter-spacing:0!important;margin-top:.5rem!important;font-size:14px!important;font-weight:600!important;line-height:24px!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart .bv_avgRating_component_container{letter-spacing:0!important;font-size:10px!important;line-height:13.49px!important}}.pre-purchase-comparison .pre-purchase-compare-chart [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700;color:#3d3d41!important;letter-spacing:0!important;font-size:14px!important;line-height:13.49px!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart [data-bv-show=rating_summary] .bv_main_container .bv_avgRating_component_container{font-size:10px!important}.pre-purchase-comparison .pre-purchase-compare-chart .bv_histogram_component_container{min-width:150px!important}}.pre-purchase-comparison .pre-purchase-compare-chart .bv_button_component_container button{display:none!important}.pre-purchase-comparison .pre-purchase-compare-chart .bv_avgRating_component_container:after{content:" out of 5";padding-left:5px;font-family:Hurme Semi Bold,sans-serif;font-style:normal;color:#3d3d41!important;letter-spacing:0!important;font-size:14px!important;font-weight:600!important;line-height:24px!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart .bv_avgRating_component_container:after{padding-left:3px;letter-spacing:0!important;font-size:10px!important;line-height:13.49px!important}}.pre-purchase-comparison .pre-purchase-compare-chart .bv_numReviews_component_container{margin-top:.3rem!important;margin-right:1.5rem!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart .bv_numReviews_component_container{margin-right:.5rem!important}}.pre-purchase-comparison .pre-purchase-compare-chart .bv_numReviews_component_container div:before{top:12px!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart .bv_numReviews_component_container div:before{top:11px!important;right:-7px!important}.pre-purchase-comparison .pre-purchase-compare-chart [data-bv-show=rating_summary] .bv_numReviews_text{pointer-events:none;font-size:1rem!important}.pre-purchase-comparison .pre-purchase-compare-chart .bv_numReviews_text{font-weight:600;letter-spacing:0!important;font-size:10px!important;line-height:13.49px!important}}.pre-purchase-comparison .pre-purchase-compare-chart .bv_numReviews_text:before{top:12px!important}@media screen and (max-width:991px){.pre-purchase-comparison .pre-purchase-compare-chart .bv_numReviews_text:before{display:none}.pre-purchase-review-detail .bv_histogram_component_container{min-width:100px!important}}.pre-purchase-review-detail .bv_button_component_container .bv_button_buttonFull{display:none!important}.pre-purchase-comparison-no-data{min-height:80vh}@media screen and (max-width:991px){.pre-purchase-comparison-mobile-view{margin-top:-100px}}@media screen and (max-width:767px){.pre-purchase-comparison-mobile-view{margin-top:-20px}}@media screen and (max-width:425px){.pre-purchase-comparison-mobile-view{margin-top:0!important}}.ob-brush-select-list__after-open{width:80vw;height:45vh;padding:0;overflow-x:hidden}.ob-brush-select-list__modal-container{width:100%;height:100%;margin:0}.ob-brush-select-list__brush-list-wrapper{color:#002d72;letter-spacing:.71px;height:100%;font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:20px}.ob-brush-select-list__brush-list-wrapper .react-list-select{-webkit-overflow-scrolling:touch;outline:none;width:100%;height:100%;padding:1rem .5rem;display:inline-block;position:relative;overflow-x:auto;overflow-y:scroll}.ob-brush-select-list__brush-list-wrapper .react-list-select::-webkit-scrollbar{width:5px}.ob-brush-select-list__brush-list-wrapper .react-list-select::-webkit-scrollbar-track{background:#fff}.ob-brush-select-list__brush-list-wrapper .react-list-select::-webkit-scrollbar-thumb{background-color:#d8d8d8;border:1px solid #d8d8d8;border-radius:9px}.ob-brush-select-list__brush-list-wrapper .react-list-select--item{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-o-user-select:none;outline:none;padding:.3em .6em;position:relative}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-selected{-webkit-user-select:inherit;-moz-user-select:inherit;-ms-user-select:inherit;-o-user-select:inherit;user-select:inherit}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-disabled{cursor:default}.ob-brush-select-list__brush-list-wrapper ul{scroll-behavior:smooth;margin:0;padding:0;list-style:none;overflow:hidden}.ob-brush-select-list__brush-list-wrapper .react-list-select{background:#fafafa;border:1px solid #cacaca;margin-right:.5em;scroll-margin-bottom:40px}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-selected,.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-selected:hover{outline:none;background:#a0ccf0!important}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-focused{background:#e5f3ff;outline:none}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-focused:before,.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-focused:after{content:"";background:#e5f3ff;width:2px;position:absolute;top:0;bottom:0}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-focused:before{left:0}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-focused:after{right:0}.ob-brush-select-list__brush-list-wrapper .react-list-select--item.is-disabled{color:#afafaf}.ob-brush-select-list__brush-list-wrapper .context-menu .react-list-select{padding:.3em 0}.ob-brush-select-list__brush-list-wrapper .context-menu .react-list-select--item{font-family:Hurme Light,sans-serif;font-weight:300}.ob-brush-select-list__brush-list-wrapper .brush-list-wrapper{padding:.5em}.ob-brush-select-list__brush-list-wrapper .brush-list-wrapper .product-name{color:#3d3c42;letter-spacing:.5px;margin-top:1px;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:24px}@media screen and (max-width:991px){.ob-brush-select-list__brush-list-wrapper .brush-list-wrapper .product-name{margin-top:2px;font-size:18px;line-height:18px}}@media screen and (min-width:992px){.rows-with-column-two{grid-template-columns:1rem 2fr 2fr;display:grid}.rows-with-column-one{grid-template-columns:1rem 2fr;display:grid}.feature-rows,.pre-purchase-compare-chart__compare-point-details-row,.pre-purchase-compare-chart__costomer-rating-and-review,.pre-purchase-compare-chart__learn-more-cta-row{grid-template-columns:1rem 1fr 1fr 1fr;display:grid}}@media screen and (max-width:991px){.feature-rows-mobile,.pre-purchase-compare-chart__learn-more-cta-row,.pre-purchase-compare-chart__costomer-rating-and-review{grid-template-columns:2fr 2fr;display:grid}.pre-purchase-compare-chart__compare-point-details-row{grid-template-columns:0 2fr 2fr;display:grid}}.pre-purchase-product-comparison__product-name:focus{border:2px solid #000}@media screen and (max-width:991px){.pre-purchase-compare-chart__cell .bv_main_container_row_flex.bv_ratings_summary{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:-webkit-box!important;display:-webkit-flex!important;display:flex!important}}
