.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:unset;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:unset;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:unset!important}.progress-tracker-container.visible .ob-mainAsset-wrapper{padding:20px}.progress-tracker-container.visible .ob-mainAsset-wrapper img{width:20px;height:20px}.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-box-flex:unset;-webkit-flex:unset;flex:unset;-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:unset}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.beforeAfterContainer,.beforeAfterContainerSmile{width:50vw;height:50vw;margin:auto;display:block}@media screen and (min-width:992px){.beforeAfterContainer,.beforeAfterContainerSmile{-webkit-transform:translate(-7vw);transform:translate(-7vw)}}@media screen and (max-width:991px){.beforeAfterContainer,.beforeAfterContainerSmile{width:90vw;height:60vw}}@media screen and (max-width:800px){.beforeAfterContainer .slick-next,.beforeAfterContainerSmile .slick-next{right:5px}.beforeAfterContainer .slick-prev,.beforeAfterContainerSmile .slick-prev{left:5px}}.beforeAfterContainer .beforeAfterGlider,.beforeAfterContainer .beforeAfterGliderSmile,.beforeAfterContainerSmile .beforeAfterGlider,.beforeAfterContainerSmile .beforeAfterGliderSmile{width:100%;position:relative;overflow:hidden}.beforeAfterContainer .afterImageContainer,.beforeAfterContainerSmile .afterImageContainer{display:block}.beforeAfterContainer .beforeImageContainer,.beforeAfterContainer .beforeImageContainerSmile,.beforeAfterContainerSmile .beforeImageContainer,.beforeAfterContainerSmile .beforeImageContainerSmile{z-index:2;width:40%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.beforeAfterContainer .beforeImageContainer img,.beforeAfterContainer .beforeImageContainerSmile img,.beforeAfterContainerSmile .beforeImageContainer img,.beforeAfterContainerSmile .beforeImageContainerSmile img{max-width:unset;max-height:100%}.beforeAfterContainer .gliderSlider,.beforeAfterContainer .gliderSliderSmile,.beforeAfterContainerSmile .gliderSlider,.beforeAfterContainerSmile .gliderSliderSmile{z-index:5;touch-action:pan-y;background:#002d72;border:1px solid #002d72;border-radius:50%;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:48px;height:48px;margin-top:-110px;margin-left:-30px;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:50%;left:41%}@media screen and (max-width:767px){.beforeAfterContainer .gliderSlider,.beforeAfterContainer .gliderSliderSmile,.beforeAfterContainerSmile .gliderSlider,.beforeAfterContainerSmile .gliderSliderSmile{margin-top:-40px;scale:.7}}.beforeAfterContainer .gliderSlider:before,.beforeAfterContainer .gliderSlider:after,.beforeAfterContainer .gliderSliderSmile:before,.beforeAfterContainer .gliderSliderSmile:after,.beforeAfterContainerSmile .gliderSlider:before,.beforeAfterContainerSmile .gliderSlider:after,.beforeAfterContainerSmile .gliderSliderSmile:before,.beforeAfterContainerSmile .gliderSliderSmile:after{content:" ";background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(.33,#002d72),from(rgba(255,255,255,0)));background-image:linear-gradient(#002d72 33%,rgba(255,255,255,0) 0%);background-position:100%;background-repeat:repeat-y;background-size:1px 7px;width:1px;height:1000vh;display:block;position:absolute;left:50%}.beforeAfterContainer .gliderSlider .arrowLeft,.beforeAfterContainer .gliderSliderSmile .arrowLeft,.beforeAfterContainerSmile .gliderSlider .arrowLeft,.beforeAfterContainerSmile .gliderSliderSmile .arrowLeft{background:#fff;width:12px;height:2px;position:relative;left:7px}.beforeAfterContainer .gliderSlider .arrowRight,.beforeAfterContainer .gliderSliderSmile .arrowRight,.beforeAfterContainerSmile .gliderSlider .arrowRight,.beforeAfterContainerSmile .gliderSliderSmile .arrowRight{background:#fff;width:12px;height:2px;position:relative;right:-15px}.beforeAfterContainer .gliderSlider .arrowRight:after,.beforeAfterContainer .gliderSliderSmile .arrowRight:after,.beforeAfterContainerSmile .gliderSlider .arrowRight:after,.beforeAfterContainerSmile .gliderSliderSmile .arrowRight:after{content:"";border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;position:absolute;top:-5px;right:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.beforeAfterContainer .gliderSlider .arrowLeft:after,.beforeAfterContainer .gliderSliderSmile .arrowLeft:after,.beforeAfterContainerSmile .gliderSlider .arrowLeft:after,.beforeAfterContainerSmile .gliderSliderSmile .arrowLeft:after{content:"";border-top:2px solid #fff;border-right:2px solid #fff;width:12px;height:12px;position:absolute;top:-5px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.ob-start-guide-layout .start-guide-header{position:unset}.ob-start-guide-layout .start-guide-header .ob-SpotlightStickyBar{position:unset;background:#fff}.ob-start-guide-layout #main{margin-top:0}@media screen and (min-width:1200px){.ob-start-guide-layout #main{margin-top:7rem}}@media screen and (min-width:1440px){.ob-start-guide-layout #main{margin-top:10rem}}@media screen and (min-width:1730px){.ob-start-guide-layout #main{margin-top:10rem}}.ob-start-guide-layout .ob-start-guide-content-block .ob-background-wrapper{padding-top:5%}.ob-start-guide-layout .bold-text{font-weight:700;display:inline}.ob-start-guide-layout .ob-SpotlightStickyBar-link.ob-link{display:block}.ob-start-guide-content-block{position:relative}.ob-start-guide-content-block .background-img img{width:100%}.ob-start-guide-content-block .start-guide-text-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:5%}@media screen and (max-width:991px){.ob-start-guide-content-block .start-guide-text-container{max-width:60rem}}.ob-start-guide-content-block .start-guide-text-container p{margin:0}.ob-start-guide-content-block .start-guide-text-container .title{font-family:Hurme Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:30px}.ob-start-guide-content-block .start-guide-text-container .subtitle{font-family:Hurme Light,sans-serif;font-size:45px;font-weight:300;line-height:55px}.ob-start-guide-content-block .start-guide-text-container .subtitle .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.ob-start-guide-content-block .start-guide-text-container .description-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;max-width:62rem;display:-webkit-box;display:-webkit-flex;display:flex}.ob-start-guide-content-block .start-guide-text-container .description-container .description{color:#fff;margin:1.5rem 0;font-size:20px;line-height:30px}@media screen and (max-width:767px){.ob-start-guide-content-block .start-guide-text-container .description-container .description{font-size:14px;line-height:22px}}.ob-start-guide-content-block .start-guide-text-container .description-container .ob-mainAsset-wrapper img{width:55px;height:52px}.ob-start-guide-content-block .start-guide-text-container .topicHeader{font-family:Hurme Bold,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:30px}.ob-start-guide-content-block .start-guide-text-container .cta-link{color:#fff;cursor:pointer;background-color:#002d72;border-radius:21px;grid-template-columns:1fr 1fr;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-top:2rem;padding:15px 20px;text-decoration:none;display:grid}.ob-start-guide-content-block .start-guide-text-container .cta-link span{text-transform:capitalize;text-align:center;font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:20px}.ob-start-guide-content-block .start-guide-text-container .ob-start-guide-topic-container{-webkit-column-gap:10px;-moz-column-gap:10px;column-gap:10px;display:-webkit-box;display:-webkit-flex;display:flex}.ob-start-guide-content-block .start-guide-text-container .ob-start-guide-topic-container .ob-start-guide__form-list-item .ob-start-guide__brush-type span{color:#002d72;text-align:center;width:70%;margin-top:1rem;font-family:Hurme Semi Bold,sans-serif;font-size:20px;font-style:normal;font-weight:700;line-height:24px;display:inline-block}@media screen and (max-width:767px){.ob-start-guide-content-block .start-guide-text-container .ob-start-guide-topic-container .ob-start-guide__form-list-item .ob-start-guide__brush-type span{width:100%}}.ob-start-guide-content-block .start-guide-text-container .ob-start-guide-topic-container .ob-start-guide__form-list-item .ob-start-guide__brush-type .ob-mainAsset-wrapper .ob-mainAsset-wrapper-img{width:139px;height:139px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile{width:100vw}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card{-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;display:grid!important}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card img{width:280px;height:280px}@media screen and (max-width:360px){.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card img{width:245px;height:245px}}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-title{margin:2% auto;padding-right:3%;font-family:Hurme Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:21px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description{text-align:center;width:95%;margin:2% auto;padding-right:5%;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description .carosel-desc-list{-webkit-padding-start:25px;-moz-padding-start:25px;-webkit-margin-before:0;-webkit-margin-after:0;text-align:left;margin-top:0;margin-bottom:0}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description .carosel-desc-list:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:25px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description .carosel-desc-list:not(:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:25px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description .carosel-desc-list:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-left:25px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description .carosel-desc-list:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:25px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description .carosel-desc-list:-moz-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:25px}.ob-start-guide-content-block .start-guide-text-container .start-guide-carousel-cards-mobile .start-guide-one-card .card-description .carosel-desc-list:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-right:25px}.ob-start-guide-content-block .start-guide-carousel-cards-mobile{width:100%;position:absolute;top:140%}.start-guide-carousel-cards{grid-template-columns:1fr 1fr 1fr;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin:5rem 0;display:grid}@media screen and (min-width:992px){.start-guide-carousel-cards{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;max-width:101rem}}@media screen and (min-width:1440px){.start-guide-carousel-cards{max-width:120rem}}@media screen and (min-width:1730px){.start-guide-carousel-cards{max-width:152rem}}.start-guide-carousel-cards .start-guide-one-card{text-align:center;margin:0 5rem 0 0;font-size:20px;line-height:28px}@media screen and (max-width:991px){.start-guide-carousel-cards .start-guide-one-card{max-width:28.2rem}}@media screen and (min-width:992px){.start-guide-carousel-cards .start-guide-one-card{max-width:28.2rem;margin:0}}@media screen and (max-width:1440px){.start-guide-carousel-cards .start-guide-one-card{max-width:25rem}}@media screen and (min-width:1730px){.start-guide-carousel-cards .start-guide-one-card{max-width:34rem}}.start-guide-carousel-cards .start-guide-one-card img{width:100%}.replacing-brush-heads-gentle-care,.ultimate-clean-slider{width:50%}.replacing-brush-heads-gentle-care .ob-background-wrapper,.ultimate-clean-slider .ob-background-wrapper{padding:0 20% 25% 8%}@media screen and (min-width:1200px){.replacing-brush-heads-gentle-care .ob-background-wrapper,.ultimate-clean-slider .ob-background-wrapper{padding:65% 20% 25% 8%!important}}@media screen and (min-width:1440px){.replacing-brush-heads-gentle-care .ob-background-wrapper,.ultimate-clean-slider .ob-background-wrapper{padding:70% 20% 25% 8%!important}}@media screen and (min-width:1440px) and (max-width:1445px){.replacing-brush-heads-gentle-care .ob-background-wrapper,.ultimate-clean-slider .ob-background-wrapper{padding:70% 20% 25% 8%!important}}.replacing-brush-heads-gentle-care .ob-background-wrapper,.ultimate-clean-slider .ob-background-wrapper{-webkit-align-content:center;align-content:center;justify-items:center}@media screen and (min-width:1200px){.replacing-brush-heads-gentle-care .ob-background-wrapper,.ultimate-clean-slider .ob-background-wrapper{padding:0 5% 38% 8%}}.replacing-brush-heads-gentle-care .start-guide-cta-link p,.ultimate-clean-slider .start-guide-cta-link p{color:#002d72;background-color:#fff;border-radius:26px;padding:20px 48px;font-family:Hurme Semi Bold,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:14px;display:inline-block}.replacing-brush-heads-gentle-care .title,.ultimate-clean-slider .title{color:#fff;letter-spacing:0;font-family:Hurme Semi Bold,sans-serif;font-size:35px;font-style:normal;font-weight:700;line-height:55px}.replacing-brush-heads-gentle-care .description,.ultimate-clean-slider .description{color:#fff;letter-spacing:0;width:70%;font-size:20px;line-height:30px}.replacing-brush-heads-gentle-care .description .bold-text,.ultimate-clean-slider .description .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.start-guide-three-step{z-index:2;-webkit-transform:translateY(-7%);transform:translateY(-7%)}@media screen and (max-width:767px){.start-guide-three-step{margin-top:-8rem;-webkit-transform:translateY(-8%);transform:translateY(-8%)}}@media screen and (min-width:1200px){.start-guide-three-step{-webkit-transform:translate(0);transform:translate(0)}.start-guide-three-step .start-guide-text-container .description-container{max-width:51rem}}.start-guide-shuffle-block.Investment{z-index:1;-webkit-transform:translateY(-7%);transform:translateY(-7%)}@media screen and (min-width:1200px){.start-guide-shuffle-block.Investment{margin-top:-7rem;-webkit-transform:translate(0);transform:translate(0)}}@media screen and (max-width:767px){.start-guide-shuffle-block.Investment{margin-top:-5rem}}@media screen and (min-width:1400px){.start-guide-shuffle-block.Investment{-webkit-transform:translate(0);transform:translate(0)}}.replacing-brush-heads-section{z-index:2;-webkit-transform:translateY(-17%);transform:translateY(-17%)}@media screen and (max-width:767px){.replacing-brush-heads-section{-webkit-transform:translateY(-10%);transform:translateY(-10%)}.replacing-brush-heads-section .start-guide-text-container{text-align:center;width:100%;max-width:100%;padding-left:unset;-webkit-transform:unset;-webkit-transform:unset;transform:unset;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 20%;top:5%}}@media screen and (max-width:767px) and (max-width:767px){.replacing-brush-heads-section .start-guide-text-container{z-index:10;padding:0 15%}}@media screen and (max-width:767px){.replacing-brush-heads-section .start-guide-text-container .title{margin-bottom:10px;font-size:12px;line-height:26px}.replacing-brush-heads-section .start-guide-text-container .subtitle{margin-bottom:10px;font-size:24px;line-height:26px}.replacing-brush-heads-section .start-guide-text-container .description,.replacing-brush-heads-section .start-guide-text-container .topicHeader{margin:0 0 10px!important;font-size:14px!important;line-height:22px!important}.replacing-brush-heads-section .start-guide-text-container .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.replacing-brush-heads-section .ob-start-guide-topic-container .ob-start-guide__brush-type img{margin-bottom:15px;width:105px!important;height:105px!important}.replacing-brush-heads-section .ob-start-guide-topic-container .ob-start-guide__brush-type span{font-size:14px!important;line-height:17px!important}}@media screen and (min-width:1200px){.replacing-brush-heads-section{margin-top:-2rem;-webkit-transform:translateY(0);transform:translateY(0)}.replacing-brush-heads-section .start-guide-text-container{width:25%;top:30%;-webkit-transform:translate(50%);transform:translate(50%);color:#002d72!important}.replacing-brush-heads-section .start-guide-text-container .ob-start-guide-topic-container{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;margin-top:3rem}}@media screen and (min-width:1730px){.replacing-brush-heads-section{margin-top:-9rem}}.use-right-pressure{z-index:1;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;margin-top:-1rem}@media screen and (max-width:1400px){.use-right-pressure{margin-top:-6rem}}.protection-comfort-section{z-index:2;-webkit-transform:translateY(-27%);transform:translateY(-27%)}@media screen and (max-width:360px){.protection-comfort-section .slick-slider{-webkit-transform:translate(-3%,-5%)!important;transform:translate(-3%,-5%)!important}}.protection-comfort-section .start-guide-text-container{top:30%}.protection-comfort-section .start-guide-text-container .bold-text{font-weight:700}@media screen and (max-width:1440px){.protection-comfort-section .start-guide-text-container{-webkit-transform:translate(0);transform:translate(0)}}@media screen and (min-width:1200px){.protection-comfort-section .start-guide-text-container{width:100%;padding:0 15%;top:10%}.protection-comfort-section .start-guide-text-container .description-container{max-width:40rem}}@media screen and (min-width:1440px){.protection-comfort-section .start-guide-text-container{margin-top:-9rem;top:25%;-webkit-transform:translate(0);transform:translate(0)}}@media screen and (max-width:767px){.protection-comfort-section .start-guide-text-container{text-align:left;max-width:60%;padding-left:3%}}.protection-comfort-section .start-guide-text-container .title{color:#001534;font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}@media screen and (max-width:767px){.protection-comfort-section .start-guide-text-container .title{margin-bottom:10px;font-size:12px;font-style:normal;line-height:26px}}.protection-comfort-section .start-guide-text-container .subtitle{color:#001534;font-family:Hurme Light,sans-serif;font-weight:300}@media screen and (max-width:767px){.protection-comfort-section .start-guide-text-container .subtitle{margin-bottom:10px;font-size:24px;line-height:26px}}.protection-comfort-section .start-guide-text-container .cta-link{text-transform:uppercase;background-color:#001534;border-radius:21px;width:165px;height:42px;padding:10px 7px 10px 15px;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:flex}.protection-comfort-section .start-guide-text-container .cta-link span{text-align:left;background-image:url(/static/images/cta_arrow_icon.png);background-position:100%;background-repeat:no-repeat;background-size:25px;font-size:12px;line-height:15px}@media screen and (max-width:767px){.protection-comfort-section .start-guide-text-container .cta-link{border-radius:20px;max-width:162px;max-height:42px}}.protection-comfort-section .start-guide-text-container .description{width:80%;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:22px}@media screen and (min-width:1200px){.protection-comfort-section .start-guide-text-container .start-guide-carousel-cards{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;justify-items:flex-start;width:100%;display:-webkit-box;display:-webkit-flex;display:flex}}.protection-comfort-section .start-guide-text-container .start-guide-carousel-cards .bold-text{display:contents}.protection-comfort-section .start-guide-text-container .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700;display:block}.protection-comfort-section .start-guide-carousel-cards-mobile{-webkit-transform:translate(-3%);transform:translate(-3%)}@media screen and (max-width:767px){.protection-comfort-section{-webkit-transform:translateY(-30%);transform:translateY(-30%)}.protection-comfort-section .start-guide-text-container{top:10%}}@media screen and (min-width:1200px){.protection-comfort-section{-webkit-transform:translate(0);transform:translate(0)}}.smart-settings{z-index:1}@media screen and (min-width:1200px){.smart-settings .start-guide-shuffle-block .start-guide-content-container{height:113vh!important;padding:0 5%!important}}@media screen and (min-width:1440px){.smart-settings .start-guide-shuffle-block .start-guide-content-container{top:22px}}.maintain-your-clean{z-index:2;-webkit-transform:translateY(-40%);transform:translateY(-40%);margin-top:-2rem!important}@media screen and (min-width:1280px) and (max-width:1285px){.maintain-your-clean{margin-top:-7rem!important}}.maintain-your-clean .start-guide-container{text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:flex}.maintain-your-clean .start-guide-text-container{width:100%}@media screen and (max-width:767px){.maintain-your-clean .start-guide-text-container{text-align:left;width:60%;max-width:60%;padding-left:3%;padding-right:3%;top:8%;-webkit-transform:translate(12%);transform:translate(12%)}}.maintain-your-clean .start-guide-text-container .title{color:#001534;font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700}@media screen and (max-width:767px){.maintain-your-clean .start-guide-text-container .title{margin-bottom:10px;font-size:12px;font-style:normal;font-weight:700;line-height:26px}}.maintain-your-clean .start-guide-text-container .subtitle{color:#fff;font-family:Hurme Light,sans-serif;font-weight:300}@media screen and (max-width:767px){.maintain-your-clean .start-guide-text-container .subtitle{width:90%;margin-bottom:10px;font-size:24px;line-height:26px}}.maintain-your-clean .start-guide-text-container .cta-link{background-color:#001534}@media screen and (max-width:767px){.maintain-your-clean .start-guide-text-container .cta-link{border-radius:20px;max-width:155px;max-height:42px}}.maintain-your-clean .start-guide-text-container .description-container{max-width:100%;display:block}@media screen and (max-width:767px){.maintain-your-clean .start-guide-text-container .description-container{width:85%}}@media screen and (max-width:360px) and (max-height:705px){.maintain-your-clean .start-guide-text-container .description-container{width:90%}}.maintain-your-clean .start-guide-text-container .description{font-size:14px;line-height:22px}.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards{margin:3rem 0}@media screen and (min-width:1200px){.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards{max-width:80rem;margin:3rem 0 3rem -3rem;display:-webkit-box;display:-webkit-flex;display:flex}}@media screen and (min-width:1440px){.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards{max-width:75rem;margin-left:-3rem}}.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards .start-guide-one-card{max-width:31.2rem}.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards .start-guide-one-card .ob-mainAsset-wrapper{max-width:28.2rem;margin:0 3rem 1rem}.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards .start-guide-one-card .carosel-desc-list{text-align:left;margin:0;padding-left:5%}.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards .start-guide-one-card div{text-align:left}.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards .start-guide-one-card .bold-text{text-align:left;margin-bottom:1rem}.maintain-your-clean .start-guide-text-container .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.maintain-your-clean .start-guide-text-container .start-guide-carousel-cards-mobile{-webkit-transform:translate(-50%,-8%);transform:translate(-50%,-8%)}.maintain-your-clean .start-guide-text-container .start-guide-content-cards{color:#fff;text-align:left;margin-left:5rem}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards{-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:55%;margin:76px 0;display:-webkit-box;display:-webkit-flex;display:flex}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .cards-text-container{margin-left:20px}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .card-title{text-align:left;font-family:Hurme Semi Bold,sans-serif;font-size:24px;font-weight:600;line-height:32px}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .card-description{text-align:left;font-family:Hurme Regular,sans-serif;font-size:21px;font-weight:400;line-height:29px}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .card-description .carosel-desc-list{counter-reset:numList;padding:0 0 0 26px;list-style:none;display:block;overflow:hidden}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .card-description .carosel-desc-list li{float:left;margin:3px 0;position:relative}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .card-description .carosel-desc-list li:before{counter-increment:numList;content:counter(numList);float:left;text-align:center;color:#0e174c;background:#bad7f5;border-radius:999px;width:20px;height:20px;font:700 12px/20px Hurme Semi Bold,sans-serif;position:absolute;left:-26px}@media screen and (max-width:767px){.maintain-your-clean .start-guide-text-container .start-guide-content-cards{padding:0 5%;position:absolute;top:24%}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards{-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:flex}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards h1{margin:0;font-family:Hurme Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:21px}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards p{color:#fff;margin:0;font-size:12px;line-height:19px}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards .ob-mainAsset-wrapper-img{width:90px;height:90px;margin:0 23px 0 0}}@media screen and (max-width:767px) and (max-width:767px){.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards h2{-webkit-margin-before:5px;-webkit-margin-after:5px;color:#fff;margin-top:5px;margin-bottom:5px}}@media screen and (max-width:360px){.maintain-your-clean .start-guide-text-container .start-guide-content-cards .cards{margin-bottom:3px}}@media screen and (min-width:1200px){.maintain-your-clean{margin-top:-2rem;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (min-width:1440px){.maintain-your-clean{top:25%;-webkit-transform:translate(0);transform:translate(0)}}.charging-base{z-index:1;-webkit-transform:translateY(-70%);transform:translateY(-70%)}@media screen and (max-width:767px){.charging-base{-webkit-transform:translateY(-17%);transform:translateY(-17%)}.charging-base .start-guide-content-container{grid-template-columns:1fr 1fr!important;padding:0!important}.charging-base .start-guide-content-container div:first-child,.charging-base .start-guide-content-container div:first-child .start-guide-animation-asset,.charging-base .start-guide-content-container div:first-child .start-guide-animation-asset img{width:100%}.charging-base .start-guide-content-container .start-guide-text-container{width:125%!important;margin-top:-30%!important;-webkit-transform:translate(-10%)!important;transform:translate(-10%)!important}.charging-base .start-guide-content-container .start-guide-text-container .start-guide-secondary-image{display:none}}@media screen and (min-width:1200px){.charging-base{-webkit-transform:translateY(0);transform:translateY(0)}}.charging-base .start-guide-text-content{width:50%;margin:0 5rem}@media screen and (min-width:2456px){.charging-base .start-guide-text-container{margin-left:20%}}.start-brushing{z-index:2;background:-webkit-linear-gradient(288.7deg,#021648 0%,#040d1f 91.04%);background:linear-gradient(161.3deg,#021648 0%,#040d1f 91.04%);margin-bottom:-5px}.start-brushing .background-img{vertical-align:baseline;display:-webkit-box;display:-webkit-flex;display:flex}.start-brushing .start-guide-text-container{text-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-transform:translate(10%);transform:translate(10%)}@media screen and (max-width:1440px){.start-brushing .start-guide-text-container{top:15%}}@media screen and (min-width:1440px){.start-brushing .start-guide-text-container{top:25%}}@media screen and (min-width:1730px){.start-brushing .start-guide-text-container{top:30%;-webkit-transform:translate(15%);transform:translate(15%)}}@media screen and (max-width:767px){.start-brushing .start-guide-text-container{-webkit-transform:unset;-webkit-transform:unset;transform:unset;text-align:center;width:100%;max-width:100%;margin:0 auto;top:7%}}.start-brushing .start-guide-text-container .subtitle{color:#fff;margin-bottom:2rem}.start-brushing .start-guide-text-container .subtitle .bold-text{display:inline}@media screen and (max-width:767px){.start-brushing .start-guide-text-container .subtitle{font-size:30px;line-height:36px}}.start-brushing .start-guide-text-container .description-container{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:100%;max-width:100%}@media screen and (max-width:767px){.start-brushing .start-guide-text-container .description-container{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}}.start-brushing .start-guide-text-container .description-container .description{color:#fff;width:22rem;margin-top:0;font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}@media screen and (max-width:767px){.start-brushing .start-guide-text-container .description-container .description{text-align:left;margin:0;font-size:18px;line-height:20px}.start-brushing .start-guide-text-container .cta-container{margin:0 auto}.start-brushing .start-guide-text-container .cta-container .cta-link{width:250px;min-width:225px}.start-brushing .start-guide-text-container .cta-container .cta-link span{text-transform:unset;font-size:12px;line-height:14px}}.start-brushing .start-guide-text-container .cta-link{width:-webkit-max-content;width:-moz-max-content;background-color:#fff;width:max-content;min-width:34rem;display:-webkit-box;display:-webkit-flex;display:flex}.start-brushing .start-guide-text-container .cta-link span{color:#002d72;text-transform:none}@media screen and (max-width:767px){.start-brushing .start-guide-text-container .cta-link{min-width:225px}}.start-brushing .select-calender .calender-option-list-section{color:#fff;text-align:center;text-transform:capitalize;background:#002d72;border-radius:31px;width:60%;max-width:100%;margin-top:15px;padding:20px 8px 10px}@media screen and (max-width:767px){.start-brushing .select-calender .calender-option-list-section{width:100%}}.start-brushing .select-calender .calender-option-list-section .calender-title{letter-spacing:0;margin-bottom:15px;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}.start-brushing .select-calender .calender-option-list-section .calender-content{-webkit-box-pack:space-evenly;cursor:pointer;letter-spacing:0;text-align:center;-webkit-justify-content:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:2px 0;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}.start-brushing .select-calender .calender-option-list-section .calender-content .calender-img img{width:100%;max-width:33px;height:100%;max-height:33px}.start-brushing .select-calender .calender-option-list-section .calendar-close-button-bottom{cursor:pointer;border:2px solid #fff;border-radius:50%;width:15px;height:15px;padding:12px;display:block;position:absolute;left:50%;-webkit-transform:translateY(-10px);transform:translateY(-10px)}@media screen and (max-width:767px){.start-brushing .select-calender .calender-option-list-section .calendar-close-button-bottom{left:73%}}.start-brushing .select-calender .calender-option-list-section .calendar-close-button-bottom:before,.start-brushing .select-calender .calender-option-list-section .calendar-close-button-bottom:after{content:"";height:1px;width:inherit;background:#fff;padding:1px;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;position:absolute;top:49%;left:4px}.start-brushing .select-calender .calender-option-list-section .calendar-close-button-bottom:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.start-brushing .select-calender .calender-option-list-section .calendar-close-button-bottom:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.d-none{display:none}.d-block{display:block}.start-guide-hero-banner .start-guide-content-container .background-img img{width:100%}.start-guide-hero-banner .start-guide-content-container .start-guide-image-container{visibility:hidden}@media screen and (min-width:1280px) and (max-width:1285px){.start-guide-hero-banner .start-guide-content-container .start-guide-image-container .ob-start-guide-chargerIcon-container{bottom:0!important}.start-guide-hero-banner .start-guide-content-container .start-guide-image-container .ob-start-guide-chargerIcon-container img{width:80%!important;margin-right:unset!important;bottom:0!important}.start-guide-hero-banner .start-guide-content-container .start-guide-image-container .ob-contentBlock-text-image img{height:100vh}}.start-guide-hero-banner .start-guide-container{text-align:left;color:#fff;-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;width:100%;font-family:Hurme Regular,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:30px;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:16%}@media screen and (max-width:767px){.start-guide-hero-banner .start-guide-container{-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;padding-left:5%;top:8%}}@media screen and (max-width:360px){.start-guide-hero-banner .start-guide-container{top:5%}}@media screen and (max-width:767px){.start-guide-hero-banner .start-guide-container .start-guide-text-container{width:55%;margin-top:30%}}@media screen and (max-width:360px){.start-guide-hero-banner .start-guide-container .start-guide-text-container{width:60%}}@media screen and (min-width:1200px){.start-guide-hero-banner .start-guide-container .start-guide-text-container{width:40%}}@media screen and (min-width:1440px){.start-guide-hero-banner .start-guide-container .start-guide-text-container{width:30%}}.start-guide-hero-banner .start-guide-container .start-guide-text-container{-webkit-animation:2s slideInFromTop;animation:2s slideInFromTop}@-webkit-keyframes slideInFromTop{0%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInFromTop{0%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.start-guide-hero-banner .start-guide-container .start-guide-text-container .start-guide-scroll-content{line-height:22px}.start-guide-hero-banner .start-guide-container .start-guide-image-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-align-items:baseline;align-items:baseline;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (max-width:767px){.start-guide-hero-banner .start-guide-container .start-guide-image-container{position:absolute;top:11%;right:0}}@media screen and (min-width:1200px){.start-guide-hero-banner .start-guide-container .start-guide-image-container{position:relative;bottom:22%}}@media screen and (max-width:360px){.start-guide-hero-banner .start-guide-container .start-guide-image-container{top:5%}}@media screen and (min-width:1400px){.start-guide-hero-banner .start-guide-container .start-guide-image-container{position:relative;bottom:10rem}}@media screen and (min-width:1200px){.start-guide-hero-banner .start-guide-container .start-guide-image-container .ob-start-guide-chargerIcon-container{position:relative;bottom:24%}}@media screen and (min-width:1400px){.start-guide-hero-banner .start-guide-container .start-guide-image-container .ob-start-guide-chargerIcon-container{bottom:17%}}@media screen and (min-width:1730px){.start-guide-hero-banner .start-guide-container .start-guide-image-container .ob-start-guide-chargerIcon-container{bottom:20%}}@media screen and (min-width:1200px){.start-guide-hero-banner .start-guide-container .start-guide-image-container .ob-start-guide-chargerIcon-container img{margin-right:2rem;position:relative;bottom:5.5rem}}@media screen and (min-width:1400px){.start-guide-hero-banner .start-guide-container .start-guide-image-container .ob-start-guide-chargerIcon-container img{bottom:-10rem}}.start-guide-hero-banner .start-guide-container .ob-contentBlock-text-image{width:200px}@media screen and (max-width:767px){.start-guide-hero-banner .start-guide-container .ob-contentBlock-text-image{width:150px}}.start-guide-hero-banner .start-guide-container .title{padding-bottom:14px;font-size:65px;line-height:45px}@media screen and (max-width:767px){.start-guide-hero-banner .start-guide-container .title{-webkit-margin-before:0;-webkit-margin-after:0;margin-top:0;margin-bottom:0;font-size:37px;line-height:39px}}@media screen and (min-width:1200px){.start-guide-hero-banner .start-guide-container .title{margin:0 0 1rem}}.start-guide-hero-banner .start-guide-container p{font-family:Hurme Regular,sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:30px}.start-guide-hero-banner .start-guide-container p b{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}@media screen and (max-width:767px){.start-guide-hero-banner .start-guide-container p{font-size:14px;line-height:20px}}.start-guide-hero-banner .start-guide-container .cards{-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:33px;display:-webkit-box;display:-webkit-flex;display:flex}.start-guide-hero-banner .start-guide-container .cards h1{margin:0;font-family:Hurme Bold,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.start-guide-hero-banner .start-guide-container .cards p{width:345px;margin:0;font-size:20px;line-height:30px}.start-guide-hero-banner .start-guide-container .cards .ob-mainAsset-wrapper-img{width:132px;height:132px;margin:0 23px 0 0}.start-guide-hero-banner .start-guide-container .start-guide-scroll-content{-webkit-box-align:self-start;text-align:center;cursor:pointer;-webkit-align-items:self-start;align-items:self-start;margin-left:37px;display:inline-block}.start-guide-hero-banner .start-guide-container .start-guide-scroll-content h2{font-family:Hurme Bold,sans-serif;font-size:20px;font-style:normal;font-weight:700}@media screen and (min-width:1200px){.start-guide-hero-banner .start-guide-container .start-guide-scroll-content img{width:6.8rem}}.start-guide-hero-banner .start-guide-container .start-guide-scroll-content{-webkit-animation:2s ease-in slideInScroll;animation:2s ease-in slideInScroll}@-webkit-keyframes slideInScroll{0%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideInScroll{0%{opacity:0;-webkit-transform:translateY(-5%);transform:translateY(-5%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@media screen and (max-width:767px){.start-guide-hero-banner .start-guide-scroll-content{-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;padding-left:5%;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:60%}.start-guide-hero-banner .start-guide-scroll-content h2{color:#fff;font-size:14px;line-height:16px}.start-guide-hero-banner .start-guide-scroll-content img{width:44px}}@media screen and (max-width:360px){.start-guide-hero-banner .start-guide-scroll-content{top:65%}}.start-guide-three-step .start-guide-text-container{text-align:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;width:50%;padding-left:10%;padding-right:8%;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:24%;right:20%}@media screen and (max-width:360px){.start-guide-three-step .start-guide-text-container{top:3%}}@media screen and (max-width:767px){.start-guide-three-step .start-guide-text-container{text-align:center;width:100%;-webkit-transform:unset;-webkit-transform:unset;transform:unset;top:5%;right:unset;padding:0 2%}.start-guide-three-step .start-guide-text-container .description{margin:0 0 1.5rem!important}}@media screen and (min-width:1200px){.start-guide-three-step .start-guide-text-container{width:auto;max-width:60rem;padding:0;top:5%;-webkit-transform:translate(25%);transform:translate(25%)}}@media screen and (min-width:1400px){.start-guide-three-step .start-guide-text-container{max-width:63rem;padding-left:0;top:24%}}@media screen and (min-width:1440px) and (max-width:1445px){.start-guide-three-step .start-guide-text-container{top:7%}}.start-guide-three-step .start-guide-text-container .cta-link{text-align:left;cursor:pointer;background-color:#001534;width:155px;height:42px;margin-top:0;padding:5px 20px;text-decoration:none}.start-guide-three-step .start-guide-text-container .cta-link .down-arrow{margin-right:1rem}.start-guide-three-step .start-guide-text-container .cta-link span{text-align:justify;width:106px;height:30px;font-size:12px;line-height:15px}@media screen and (max-width:767px){.start-guide-three-step .start-guide-text-container .title{color:#fff;margin-bottom:5px;font-family:Hurme Semi Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:26px}}.start-guide-three-step .start-guide-text-container .subtitle{color:#fff;margin-bottom:20px;font-family:Hurme Light,sans-serif;font-size:45px;font-weight:300;line-height:55px}.start-guide-three-step .start-guide-text-container .subtitle b{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}@media screen and (max-width:767px){.start-guide-three-step .start-guide-text-container .subtitle{margin-bottom:5px;padding:0 6%;font-size:24px;line-height:26px}.start-guide-three-step .start-guide-text-container .description{font-size:14px;line-height:22px}}.start-guide-three-step .start-guide-text-container p{color:#fff;margin-bottom:20px;font-family:Hurme Light,sans-serif;font-size:20px;font-weight:300;line-height:30px}.start-guide-three-step .start-guide-text-container p b{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.start-guide-three-step .start-guide-text-container .cards{-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:1.5rem;display:-webkit-box;display:-webkit-flex;display:flex}@media screen and (min-width:1440px){.start-guide-three-step .start-guide-text-container .cards{margin-bottom:3rem}}.start-guide-three-step .start-guide-text-container .cards h1,.start-guide-three-step .start-guide-text-container .cards h2{color:#fff;margin:0;font-family:Hurme Bold,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:30px}.start-guide-three-step .start-guide-text-container .cards p{width:345px;margin:0;font-size:20px;line-height:30px}.start-guide-three-step .start-guide-text-container .cards .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.start-guide-three-step .start-guide-text-container .cards .ob-mainAsset-wrapper-img{width:132px;height:132px;margin:0 23px 0 0}.start-guide-three-step .start-guide-text-container .cta-link .down-arrow{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #fff;width:0;height:0}@media screen and (max-width:767px){.start-guide-three-step .start-guide-content-cards{padding:0 5%;position:absolute;top:24%}.start-guide-three-step .start-guide-content-cards .cards{-webkit-box-align:center;-webkit-align-items:center;align-items:center;margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:flex}.start-guide-three-step .start-guide-content-cards .cards h1{margin:0;font-family:Hurme Bold,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:21px}.start-guide-three-step .start-guide-content-cards .cards p{color:#fff;margin:0;font-size:12px;line-height:19px}.start-guide-three-step .start-guide-content-cards .cards .bold-text{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}.start-guide-three-step .start-guide-content-cards .cards .ob-mainAsset-wrapper-img{width:90px;height:90px;margin:0 23px 0 0}}@media screen and (max-width:767px) and (max-width:767px){.start-guide-three-step .start-guide-content-cards .cards h2{-webkit-margin-before:5px;-webkit-margin-after:5px;color:#fff;margin-top:5px;margin-bottom:5px}}@media screen and (max-width:360px){.start-guide-three-step .start-guide-content-cards .cards{margin-bottom:3px}}@media screen and (max-width:767px){.start-guide-three-step .cta-link{color:#fff;text-align:center;cursor:pointer;text-transform:none;-webkit-column-gap:5px;-moz-column-gap:5px;background-color:#001534;border-radius:20px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;column-gap:5px;width:135px;height:42px;margin-top:0;padding:5px 7px;text-decoration:none;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:65%;left:8%}}@media screen and (max-width:767px) and (max-width:360px){.start-guide-three-step .cta-link{left:5%}}@media screen and (max-width:767px){.start-guide-three-step .cta-link .down-arrow{border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:10px solid #fff;width:0;height:0}.start-guide-three-step .cta-link span{text-align:left;font-size:14px;line-height:15px}}.text-left{text-align:left}.start-guide-three-step{margin-top:unset!important}.start-guide-three-step .background-img{background:#001534}.start-guide-three-step .background-img img{width:40%}.replacing-brush-heads-section .description-container .description{color:#002d72!important}.start-guide-hero-banner,.start-guide-three-step,.Investment,.replacing-brush-heads-section,.protection-comfort-section,.maintain-your-clean,.tart-brushing{position:relative}@media screen and (min-width:1200px){.start-guide-hero-banner,.start-guide-three-step,.Investment,.replacing-brush-heads-section,.protection-comfort-section,.maintain-your-clean,.tart-brushing{margin-top:-7rem}}@media screen and (min-width:1440px){.start-guide-hero-banner,.start-guide-three-step,.Investment,.replacing-brush-heads-section,.protection-comfort-section,.maintain-your-clean,.tart-brushing{margin-top:-10rem}}@media screen and (min-width:1730px){.start-guide-hero-banner,.start-guide-three-step,.Investment,.replacing-brush-heads-section,.protection-comfort-section,.maintain-your-clean,.tart-brushing{margin-top:-10rem;overflow:hidden}}@media screen and (max-width:767px){.replacing-brush-heads-section{margin-top:-14rem}}@media screen and (min-width:390px) and (max-width:395px){.replacing-brush-heads-section{margin-top:-12rem}}.use-right-pressure .start-guide-background img{margin:-10rem 0 0}@media screen and (max-width:767px){.use-right-pressure .start-guide-background img{margin:0}.use-right-pressure{margin-top:-10rem;-webkit-transform:translateY(-8%);transform:translateY(-8%)}.use-right-pressure .start-guide-content-container img{margin:unset!important}}@media screen and (min-width:2456px){.use-right-pressure{margin-top:-3rem}}@media screen and (max-width:767px){.protection-comfort-section{-webkit-transform:translateY(-14%);transform:translateY(-14%)}.maintain-your-clean{-webkit-transform:translateY(-8%);transform:translateY(-8%)}.charging-base{margin-top:-4rem;-webkit-transform:translateY(-17%);transform:translateY(-17%)}.start-brushing{margin-top:-20rem;margin-bottom:-2rem}}.activeAnim{-webkit-animation:2s ease-in slideInThreeStepFromTop;animation:2s ease-in slideInThreeStepFromTop}@-webkit-keyframes slideInThreeStepFromTop{0%{opacity:0}to{opacity:1}}@keyframes slideInThreeStepFromTop{0%{opacity:0}to{opacity:1}}.activeAnimReplacing{-webkit-animation:1s ease-in slideInReplacingBrush;animation:1s ease-in slideInReplacingBrush}@-webkit-keyframes slideInReplacingBrush{0%{opacity:0}to{opacity:1}}@keyframes slideInReplacingBrush{0%{opacity:0}to{opacity:1}}
.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:unset;padding-bottom:46px;padding-right:10px;font-size:13px;line-height:14px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transform:translate(20px);transform:translate(20px)}@media screen and (device-width:1440px){.progress-tracker-container .progress-text{font-size:11px}}.progress-tracker-container .progress-text span{border:1px solid #002d72;border-right:unset;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;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)}}@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}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.slide-in-right{left:0}.replacing-brush-heads-gentle-care,.ultimate-clean-slider{z-index:5;height:98.5%;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:9px}@media screen and (max-width:1440px){.replacing-brush-heads-gentle-care,.ultimate-clean-slider{top:5px}}@media screen and (min-width:1440px){.replacing-brush-heads-gentle-care,.ultimate-clean-slider{top:7px}}@media screen and (min-width:1730px) and (max-width:1729px){.replacing-brush-heads-gentle-care,.ultimate-clean-slider{top:9px}}@media screen and (min-width:1730px){.replacing-brush-heads-gentle-care,.ultimate-clean-slider{top:9px}}@media screen and (min-width:2456px){.replacing-brush-heads-gentle-care,.ultimate-clean-slider{top:13px}}@media screen and (min-width:3260px){.replacing-brush-heads-gentle-care,.ultimate-clean-slider{top:18px}}.replacing-brush-heads-gentle-care,.ultimate-clean-slider{-webkit-animation:.3s ease-in forwardsIn;animation:.3s ease-in forwardsIn}@-webkit-keyframes forwardsIn{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0%);transform:translate(0%)}}@keyframes forwardsIn{0%{-webkit-transform:translate(100%);transform:translate(100%)}to{-webkit-transform:translate(0%);transform:translate(0%)}}.replacing-brush-heads-gentle-care .close-popup,.ultimate-clean-slider .close-popup{cursor:pointer;border:2px solid #fff;border-radius:50%;width:20px;height:20px;padding:15px;display:block;position:absolute;top:10%;right:0;-webkit-transform:translate(-85%,-20%);transform:translate(-85%,-20%)}@media screen and (max-width:767px){.replacing-brush-heads-gentle-care .close-popup,.ultimate-clean-slider .close-popup{margin-left:89vw;top:-3%;right:auto;-webkit-transform:translate(0);transform:translate(0)}}@media screen and (min-width:360px) and (max-width:414px){.replacing-brush-heads-gentle-care .close-popup,.ultimate-clean-slider .close-popup{top:29%}}@media screen and (min-width:390px) and (max-width:393px){.replacing-brush-heads-gentle-care .close-popup,.ultimate-clean-slider .close-popup{top:27%}}@media screen and (device-width:430px){.replacing-brush-heads-gentle-care .close-popup,.ultimate-clean-slider .close-popup{top:23.5%}}.replacing-brush-heads-gentle-care .close-popup:before,.replacing-brush-heads-gentle-care .close-popup:after,.ultimate-clean-slider .close-popup:before,.ultimate-clean-slider .close-popup:after{content:"";height:1px;width:inherit;background:#fff;padding:1px;-webkit-transition:all .3s ease-in;transition:all .3s ease-in;position:absolute;top:50%;left:4px}.replacing-brush-heads-gentle-care .close-popup:before,.ultimate-clean-slider .close-popup:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.replacing-brush-heads-gentle-care .close-popup:after,.ultimate-clean-slider .close-popup:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}@media screen and (max-width:767px){.replacing-brush-heads-gentle-care,.ultimate-clean-slider{width:100%}.replacing-brush-heads-gentle-care .slide-in-background,.ultimate-clean-slider .slide-in-background{width:100vw;position:absolute;bottom:-10px}.replacing-brush-heads-gentle-care .slide-in-background img,.ultimate-clean-slider .slide-in-background img{width:100vw}.replacing-brush-heads-gentle-care .slide-in-text-content,.ultimate-clean-slider .slide-in-text-content{-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;display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;bottom:20px}.replacing-brush-heads-gentle-care .slide-in-text-content .title,.ultimate-clean-slider .slide-in-text-content .title{-webkit-margin-before:10px;-webkit-margin-after:10px;margin-top:10px;margin-bottom:10px;font-family:Hurme Bold,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:21px}.replacing-brush-heads-gentle-care .slide-in-text-content .description,.ultimate-clean-slider .slide-in-text-content .description{text-align:center;-webkit-margin-before:10px;-webkit-margin-after:10px;margin-top:10px;margin-bottom:10px;font-size:14px;line-height:22px}.replacing-brush-heads-gentle-care .slide-in-text-content .start-guide-cta-link p,.ultimate-clean-slider .slide-in-text-content .start-guide-cta-link p{max-width:159px;max-height:43px;padding:15px 45px;font-size:14px;line-height:17px}.replacing-brush-heads-gentle-care,.ultimate-clean-slider{-webkit-animation:.3s ease-in forwardsIn;animation:.3s ease-in forwardsIn}@-webkit-keyframes forwardsIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0%);transform:translateY(0%)}}@keyframes forwardsIn{0%{-webkit-transform:translateY(100%);transform:translateY(100%)}to{-webkit-transform:translateY(0%);transform:translateY(0%)}}}.Gum-Bleed-Container{grid-template-columns:1fr 2fr;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:grid}.Gum-Bleed-Container .ob-mainAsset-wrapper{padding:15% 0 15% 30%}@media screen and (min-width:1280px) and (max-width:1285px){.Gum-Bleed-Container .ob-mainAsset-wrapper{padding:15% 0 15% 15%}}.Gum-Bleed-Container .ob-mainAsset-wrapper img{width:100%;height:100%}.Gum-Bleed-Container .text-content{padding:10%}@media screen and (max-width:1440px){.Gum-Bleed-Container .text-content{padding:5%}}.Gum-Bleed-Container .text-content .title{color:#001534;padding-bottom:15px;font-family:Hurme bold;font-size:45px;line-height:55px}@media screen and (max-width:1440px){.Gum-Bleed-Container .text-content .title{font-size:30px;line-height:40px}}.Gum-Bleed-Container .text-content .description{color:#001534;padding-bottom:20px;font-family:Hurme Regular;font-size:20px;line-height:30px}.Gum-Bleed-Container .text-content .description .bold-text{font-family:Hurme Bold}.Gum-Bleed-Container .text-content .subtitle{color:#001534;font-family:Hurme Regular;font-size:12px;line-height:22px}@media screen and (max-width:767px){.Gum-Bleed-Container-mobile{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:38px 60px 20px;display:grid}.Gum-Bleed-Container-mobile .ob-mainAsset-wrapper img{width:252px;height:252px}.Gum-Bleed-Container-mobile .title{color:#001534;letter-spacing:0;width:252px;height:52px;margin-bottom:16px;font-family:Hurme Bold;font-size:24px;font-weight:700;line-height:26px}.Gum-Bleed-Container-mobile .description{color:#001534;letter-spacing:0;width:251px;height:88px;margin-bottom:16px;font-family:Hurme Regular;font-size:14px;line-height:22px}.Gum-Bleed-Container-mobile .subtitle{color:#001534;letter-spacing:0;width:251px;height:22px;font-family:Hurme Regular;font-size:10px;line-height:22px}}.gum-bleed-close-button .ob-icon{fill:#001534!important}.z-index-updater{z-index:99;position:relative}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.personalize_your_clean_signup.desktop-button{z-index:99;cursor:pointer;height:25%;-webkit-animation:1.5s linear infinite blinker;animation:1.5s linear infinite blinker;position:fixed;top:50%;left:0}.personalize_your_clean_signup.desktop-button img{height:100%}.personalize_your_clean_signup.mobile-button{z-index:3;height:22%;-webkit-animation:1.5s linear infinite blinker;animation:1.5s linear infinite blinker;position:fixed;top:65%;right:0}.personalize_your_clean_signup.mobile-button img{height:100%}.personalize_your_clean_signup{text-align:center;z-index:10;background-color:#f4f4f4;border-radius:7px;-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;width:100%;max-width:850px;height:80px;margin:auto;padding:15px 1%;display:-webkit-box;display:-webkit-flex;display:flex;position:fixed;bottom:0;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%)}@media screen and (max-width:1199px){.personalize_your_clean_signup{height:60px}}.personalize_your_clean_signup .sign-up-button{letter-spacing:0;color:#b6b6b6;background-color:#fff;border:1px solid #9e9e9e;border-radius:31px;width:100%;max-width:240px;height:50px;margin-left:30px;padding:5px 92px;font-size:1vw;line-height:50px}@media screen and (max-width:1199px){.personalize_your_clean_signup .sign-up-button{height:30px}}.personalize_your_clean_signup .sign-up-button-mobile{z-index:10;letter-spacing:0;color:#002d72;background-color:#f4f4f4;width:100%;max-width:100%;margin:0;padding:19px 0;font-size:14px;line-height:17px;text-decoration:none;display:block;position:fixed;bottom:0}.personalize_your_clean_signup .sign-up-text{letter-spacing:0;color:#002d72;-webkit-align-self:center;align-self:center;margin:0;font-size:1vw;line-height:1.5vw}@-webkit-keyframes blinker{50%{-webkit-box-shadow:0 -10px 10px -10px #00a7ff,0 -5px 5px -5px #00a7ff,0 0 10px #00a7ff,0 0 5px #00a7ff;box-shadow:0 -10px 10px -10px #00a7ff,0 -5px 5px -5px #00a7ff,0 0 10px #00a7ff,0 0 5px #00a7ff}}@keyframes blinker{50%{-webkit-box-shadow:0 -10px 10px -10px #00a7ff,0 -5px 5px -5px #00a7ff,0 0 10px #00a7ff,0 0 5px #00a7ff;box-shadow:0 -10px 10px -10px #00a7ff,0 -5px 5px -5px #00a7ff,0 0 10px #00a7ff,0 0 5px #00a7ff}}.ob-form-content{z-index:11;background-color:#fff;border:1px solid #000;width:100%;max-width:850px;height:auto;max-height:20vw;position:fixed;bottom:-8vw;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:767px){.ob-form-content{width:100vw;height:77vw;max-width:unset;max-height:unset;bottom:-38vw;left:50vw}}@media screen and (min-width:1527px) and (max-width:1537px){.ob-form-content{bottom:-9vw}}@media screen and (min-width:1272px) and (max-width:1441px){.ob-form-content{bottom:-10vw}}@media screen and (min-width:2560px){.ob-form-content{bottom:-6vw}}.ob-form-content .disclaimer div{font-size:1.5vw}@media screen and (max-width:767px){.ob-form-content .disclaimer div{font-size:4.5vw}}.ob-form-content .ob-spotlight-waitlist__close-modal{top:2%;right:1%}.ob-form-content .ob-form-container{text-align:center;padding:2%}.ob-form-content .ob-button{height:4rem;padding:0 3rem}.ob-form-content .Error{color:#c60100}.ob-form-content input{border-radius:15px;width:16vw;height:3.5rem;margin-right:-3vw}@media screen and (max-width:767px){.ob-form-content input{width:42vw;margin-right:-8vw}}.ob-form-content .ob-checkbox__wrapper .ob-checkbox__custom-box{margin-top:.5%;margin-right:0}@media screen and (max-width:767px){.ob-form-content .ob-checkbox__wrapper .ob-checkbox__custom-box{margin-right:-1%}}.ob-form-content .ob-checkbox__wrapper p{font-size:1rem}@media screen and (max-width:767px){.ob-form-content .ob-checkbox__wrapper p{font-size:10px}}.ob-form-content a{color:#000!important}.ob-form-content .ob-interstitialPopup-container-thankyou{text-align:center;height:14vw;max-height:20vw;font-size:30px}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.ob-image-content-details-block-image-container{color:#fff}@media screen and (max-width:767px){.ob-image-content-details-block-image-container{margin-top:-2px}}.ob-image-content-details-block-image-container .ob-background-wrapper{background-position:unset;background-size:100% 100%;padding-top:0!important}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-background-wrapper{background-size:100% 100%}}@media screen and (max-width:767px){.ob-image-content-details-block-image-container .ob-background-wrapper{min-height:1187px}}@media screen and (max-width:376px){.ob-image-content-details-block-image-container .ob-background-wrapper{min-height:1344px}}.ob-image-content-details-block-image-container .ob-image-content-details-block-heading-container h2{text-align:center;margin:0;padding:25px 0 20px;font-family:Hurme Semi Bold,sans-serif;font-size:30px;font-style:normal;font-weight:700;line-height:36px}.ob-image-content-details-block-image-container .ob-image-content-details-block-heading-container .ob-image-content-sub-text{text-align:center;max-width:300px;margin:0 auto;font-size:18px;line-height:24px}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-block-heading-container .ob-image-content-sub-text{max-width:810px;font-size:20px;line-height:26px}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container{margin-top:30px;margin-left:45%;padding-bottom:60px;position:relative}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container{margin-top:105px;margin-left:60%;padding-bottom:67px}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-title{font-size:20px;line-height:22px}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-title{font-size:24.01px;line-height:17.01px}}@media screen and (max-width:767px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-title{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-subtitle{max-width:157px;font-family:Hurme Semi Bold,sans-serif;font-size:16.01px;font-style:normal;font-weight:700;line-height:17.01px}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-subtitle{max-width:180px}}@media screen and (max-width:767px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-subtitle{font-family:Hurme Bold,sans-serif;font-style:normal;font-weight:700}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-subtitle{margin-top:5px}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-subtitle a{color:#fff;text-decoration:underline}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-description{margin-top:5px;padding-right:15px;font-family:Hurme Regular,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:16px}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-description{margin-top:0;padding-right:0;font-size:13px}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details{display:grid}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex}}@media screen and (min-width:992px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:first-child{position:relative;left:-20px}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:first-child .ob-content-description{max-width:310px}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(2){margin-top:30px;position:relative}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(2){margin-top:60px;left:-80px}}@media screen and (min-width:1440px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(2){left:-73px}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(2) .ob-content-description{max-width:350px}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(3){margin-top:25px;position:relative}@media screen and (max-width:767px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(3){margin-top:50px}}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(3){margin-top:75px;position:relative;left:-160px}}@media screen and (min-width:1440px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(3){left:-150px}}@media screen and (min-width:1560px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(3){left:-167px}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:nth-child(3) .ob-content-description{max-width:305px}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:last-child{margin-top:30px;position:relative}@media screen and (max-width:767px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:last-child{margin-top:70px}}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:last-child{margin-top:70px;position:relative;left:-230px}}@media screen and (min-width:1440px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:last-child{left:-243px}}@media screen and (min-width:1550px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:last-child{left:-270px}}@media screen and (min-width:1900px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:last-child{left:-300px}}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-image-content-details:last-child .ob-content-description{max-width:335px}.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-title-area{margin-bottom:0}@media screen and (min-width:768px){.ob-image-content-details-block-image-container .ob-image-content-details-all-contents-container .ob-content-title-area{text-align:center;margin-right:25px}}@media screen and (min-width:992px){.body-io-vs-sonic .ob-mini-content-block .ob-mini-content-text-area-wrapper{padding:5% 15%}}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}@media screen and (max-width:767px){.body-io-vs-sonic .oralb-health-innovation .ob-mini-content-image-container{-webkit-box-ordinal-group:1;-webkit-order:1;order:1}.body-io-vs-sonic .oralb-health-innovation .ob-mini-content-cta{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:280px;height:48px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:flex}}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block{color:#fff;background-color:#040815;width:100%;padding:30px 25px 0}@media screen and (min-width:768px){.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block{padding:40px 0 0}}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__title{text-align:center;font-size:32px;line-height:38px}@media screen and (min-width:768px){.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__title{font-size:62px;line-height:75px}}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list{max-width:870px;margin:0 auto;font-size:18px;font-weight:600;line-height:22px}@media screen and (min-width:768px){.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list{font-size:28px;line-height:34px}}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list .ob-accordion__question-button{text-align:left;color:#fff;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700;text-decoration:none}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list .ob-accordion__question-button .ob-icon{fill:#fff!important}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list .ob-accordion__question-button span{width:98%}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list .ob-accordion-topic-desc{color:#fff;font-size:12px;line-height:16px}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list .ob-accordion-topic-desc p{font-family:Hurme Regular,sans-serif;font-style:normal;font-weight:400}@media screen and (min-width:768px){.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block .ob-accordion__list .ob-accordion-topic-desc{font-size:20px;line-height:26px}}.body-io-vs-sonic .ob-accordion.ob-accordian-block-rbh-io.io-sonic-accordion-block h2{font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700}.body-io-vs-sonic .carousel-cta-container{background-color:#040815;padding-bottom:2rem}.body-io-vs-sonic .carousel-cta-container .cta-wrapper{background-color:#fff;border-radius:72px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:300px;height:48px;margin:auto;display:-webkit-box;display:-webkit-flex;display:flex}.body-io-vs-sonic .carousel-cta-container .cta-wrapper span{letter-spacing:0;text-align:center;font-size:22px;font-weight:600;line-height:27px}.body-io-vs-sonic .ob-revolutionary-tech-accordion{background:#040815;width:100%;padding-top:30px}@media screen and (max-width:767px){.body-io-vs-sonic .ob-revolutionary-tech-accordion{padding-top:25px;padding-bottom:10%}}.body-io-vs-sonic .ob-revolutionary-tech-accordion h2{color:#fff;letter-spacing:0;text-align:center;width:66%;margin:0 auto;padding-bottom:15px;font-family:Hurme Light,sans-serif;font-size:43px;font-weight:lighter;line-height:52px}@media screen and (max-width:767px){.body-io-vs-sonic .ob-revolutionary-tech-accordion h2{letter-spacing:0;text-align:center;width:90%;padding-bottom:20px;font-size:28px;font-weight:300;line-height:39px}}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-image-content-wrapper{grid-column-gap:10%;grid-template-columns:1fr 1fr;-webkit-box-align:center;-webkit-align-items:center;align-items:center;justify-items:center;display:grid}@media screen and (max-width:767px){.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-image-content-wrapper{grid-template-columns:auto}}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion__list{width:65%;margin:0 auto}@media screen and (max-width:767px){.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion__list{width:100%;padding:4%}}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion__list_container{margin-right:auto}@media screen and (max-width:767px){.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion__list_container{margin:auto}}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion--topic:first-child,.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion--topic:nth-child(2),.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion--topic:nth-child(3){border-bottom:1px solid #979797}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-image-container{margin-left:auto}@media screen and (max-width:767px){.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-image-container{margin:auto}}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion__question-button{color:#fff;letter-spacing:.22px;text-align:left;font-family:Hurme Semi Bold,sans-serif;font-size:28px;font-weight:600;line-height:32px}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion__question-button svg{fill:#fff!important}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-topic-desc{letter-spacing:0;color:#fff;font-family:Hurme Regular,sans-serif;font-size:18px;line-height:28px}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-topic-desc p{text-align:left}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-cta-container:hover{color:#fff!important;background-color:#35558d!important}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-cta-container{background-color:#fff;border-radius:72px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:300px;height:48px;margin-top:4%;display:-webkit-box;display:-webkit-flex;display:flex}.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-cta-container span{letter-spacing:0;text-align:center;font-family:Hurme Semi Bold,sans-serif;font-size:22px;font-style:normal;font-weight:700;line-height:27px}@media screen and (max-width:767px){.body-io-vs-sonic .ob-revolutionary-tech-accordion .ob-accordion-cta-container{margin:auto}}.body-io-vs-sonic .carousel-heading.oral-carousel-topHeading{text-align:center;color:#fff;text-transform:uppercase;background-color:#040815;width:100%;margin:0;padding:25px 15px 10px;font-family:Hurme Regular,sans-serif;font-size:24px;font-style:normal;line-height:34px;font-weight:400!important}@media screen and (min-width:768px){.body-io-vs-sonic .carousel-heading.oral-carousel-topHeading{padding:20px 30% 10px;font-size:30px;line-height:36px}}.body-io-vs-sonic .oral-carousel{color:#fff;background-color:#040815;padding:0 5%}.body-io-vs-sonic .oral-carousel .slick-track{padding-top:0}@media screen and (max-width:767px){.body-io-vs-sonic .oral-carousel .slick-track .slick-slide{width:100%!important}}.body-io-vs-sonic .oral-carousel .ob-mini-content-block .ob-mini-content-image-container .ob-mainAsset-wrapper img{max-width:200px;margin:0 auto}@media screen and (min-width:992px){.body-io-vs-sonic .oral-carousel .ob-mini-content-block .ob-mini-content-image-container .ob-mainAsset-wrapper img{max-width:280px}}.body-io-vs-sonic .oral-carousel .ob-mini-content-block .ob-mini-content-text-area-wrapper{text-align:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:1vw 0 3vw}.body-io-vs-sonic .oral-carousel .ob-mini-content-block .ob-mini-content-text-area-wrapper .ob-mini-content-sub-text{text-align:center!important}.body-io-vs-sonic .oral-carousel .ob-mini-content-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;grid-template-columns:auto auto;min-height:auto;display:-webkit-box;display:-webkit-flex;display:flex}.body-io-vs-sonic .oral-carousel .ob-mini-content-block .ob-mainAsset-wrapper img{min-height:auto}.body-io-vs-sonic .carousel-image-below-text{background-color:#040815;padding:0 0 10px}.body-io-vs-sonic .carousel-image-below-text .cta-wrapper{padding:12px 0}.body-io-vs-sonic .carousel-image-below-text .carousel-cta-container{background-color:#040815;padding-bottom:2rem}.body-io-vs-sonic .carousel-image-below-text .carousel-cta-container .cta-wrapper{background-color:#fff;border-radius:72px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;width:300px;height:48px;margin:auto;display:-webkit-box;display:-webkit-flex;display:flex}.body-io-vs-sonic .carousel-image-below-text .carousel-cta-container .cta-wrapper span{letter-spacing:0;text-align:center;font-size:22px;font-weight:600;line-height:27px}.body-io-vs-sonic .carousel-image-below-text .carousel-cta-container .cta-wrapper a:hover{color:#fff!important;background-color:#35558d!important}.body-io-vs-sonic .ob-best-brush-for-you{min-height:auto}.body-io-vs-sonic .ob-best-brush-for-you .find-more-brushes{color:#002d72;padding:16px 55px;font-size:22px;line-height:27px}.body-io-vs-sonic .ob-best-brush-for-you .ob-mini-content-disclaimer{margin-left:2%;position:static}.body-io-vs-sonic .ob-best-brush-for-you .ob-mini-content-disclaimer a{color:#fff;font-size:16px;text-decoration:underline}.body-io-vs-sonic .ob-best-brush-for-you .ob-mini-content-image-container .ob-mini-content-dektop-image.ob-mainAsset-wrapper img{min-height:auto}.body-io-vs-sonic .ob-best-brush-for-you .ob-mini-content-text-area-wrapper .ob-mini-content-cta{color:#fff}@media screen and (max-width:767px){.body-io-vs-sonic .ob-best-brush-for-you .ob-mini-content-text-area-wrapper .ob-mini-content-cta{margin:0 auto}}.body-io-vs-sonic .ob-best-brush-for-you .arrow{border:2px solid #fff;border-width:0 2px 2px 0;padding:4px;display:inline-block}.body-io-vs-sonic .ob-best-brush-for-you .right{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.body-io-vs-sonic .ob-best-brush-for-you .see-more-wrapper{margin-top:25px;font-size:20px;font-weight:700;line-height:24px}
@-webkit-keyframes opacity{0%{opacity:0}to{opacity:1}}@keyframes opacity{0%{opacity:0}to{opacity:1}}.oralb-clean-video{color:#fff}.oralb-clean-video .ob-video-promo-block-heading-container{text-align:center}.oralb-clean-video .ob-video-promo-block-heading-container .ob-image-content-header{margin:0;padding-top:22px;font-family:Hurme Light,sans-serif;font-size:28px;font-weight:300;line-height:34px}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-heading-container .ob-image-content-header{padding-top:35px;font-size:65px;line-height:78px}}.oralb-clean-video .ob-video-promo-block-heading-container .ob-video-promo-block-sub-text{margin:10px 0 35px;padding:0 12%;font-size:14px;line-height:18px}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-heading-container .ob-video-promo-block-sub-text{margin:0;font-size:26px;line-height:36px}}.oralb-clean-video .ob-video-promo-block-video-description-wrapper{display:grid}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;margin-top:45px;display:-webkit-box;display:-webkit-flex;display:flex}}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content{width:100%;margin-bottom:20px;padding-top:15px}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content{text-align:center;border-right:1px solid #fff;width:48%;margin-bottom:0;padding:0 2%}}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content .ob-videoBlock{background-color:transparent}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content .ob-video-promo-block-video-description{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:flex}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content .video-desc-wrapper{text-align:center;max-width:566px;margin:10px auto 0;padding:0 25px;font-size:18px;line-height:21px}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content .video-desc-wrapper{margin:25px 0 auto;padding:0;font-size:32px;line-height:38px}}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content .video-desc-wrapper a{color:#fff;font-family:Hurme Semi Bold,sans-serif;font-style:normal;font-weight:700;text-decoration:underline}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-video-description-content .video-desc-wrapper span{font-weight:400}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-videoContent-image img{max-width:-webkit-max-content;height:300px;max-width:-moz-max-content;max-width:max-content;margin:0 auto;display:block}@media screen and (min-width:992px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-videoContent-image img{height:430px}}@media screen and (min-width:1200px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-videoContent-image img{height:500px}}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-image{text-align:center;width:100%}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-image{text-align:center;width:48%;padding:0 2%}}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-image .ob-video-promo-block-image-content:nth-of-type(2){margin-top:20px}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-image .ob-video-promo-block-image-content:nth-of-type(2){margin-top:65px}}@media screen and (min-width:768px) and (max-width:1192px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-image .ob-video-promo-block-image-content img{width:100%;height:auto}}.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-content-description{text-align:center;max-width:500px;margin:10px auto 0;padding:0 36px;font-size:13px;line-height:16px}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-video-description-wrapper .ob-video-promo-block-content-description{padding:0;font-size:22px;line-height:26px}}.oralb-clean-video .ob-video-promo-block-disclaimer{text-align:center;max-width:1140px;margin-top:10px;margin-bottom:0;font-size:11px;line-height:13px;display:grid}@media screen and (min-width:768px){.oralb-clean-video .ob-video-promo-block-disclaimer{text-align:left;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:40px}}@media screen and (min-width:1440px){.oralb-clean-video .ob-video-promo-block-disclaimer{max-width:85%;padding-bottom:10px}}.oralb-clean-video .ob-video-promo-block-disclaimer p{margin:0}.oralb-clean-video .ob-video-promo-block-disclaimer p:first-child{font-size:6px;font-weight:600;line-height:7px}.oralb-clean-video .ob-video-promo-block-disclaimer p a{color:#fff}
