.how-it-works{animation:bgChanger 3s ease-out .8s infinite;background:#18272b;background-position:50%;background-repeat:no-repeat;color:#fff;display:flex;font-size:16px;font-weight:400;line-height:25px;padding:85px 0}@keyframes bgChanger{0%{background-image:url(images/default-bg.png)}25%{background-image:url(images/after-bg.png)}50%{background-image:url(images/after-bg.png)}75%{background-image:url(images/default-bg.png)}to{background-image:url(images/default-bg.png)}}.how-it-works-wrapper{align-items:center;display:flex;gap:90px}.how-it-works .how-it-works-content{align-items:flex-start;display:flex;flex-direction:column;max-width:583px;width:100%}.how-it-works .section-subtitle,.how-it-works .section-title{color:#fff;text-align:left}.how-it-works .section-title{margin:25px 0}.how-it-works .section-description{color:#fff;margin:0}.how-it-works-video{display:flex;width:100%}.how-works-video-wrapper{background:hsla(0,0%,100%,.1);border-radius:20px;padding:20px;width:100%}.how-works-video-wrapper iframe,.how-works-video-wrapper video{border-radius:10px;height:100%;width:100%}.switch-wrapper{margin-top:40px}.switch-button{background:#fff;border-radius:100px;display:inline-flex;padding:0}.btn--switch{color:#000;display:inline-block;font-size:14px;font-weight:800;line-height:15px;padding:22px 24px;text-decoration:none;transition:all .3s ease-out}.btn--switch.switch-primary{border-bottom-right-radius:100px;border-left:2px solid #2cb1d3;border-top-right-radius:100px}.btn--switch.switch-secondary{border-bottom-left-radius:100px;border-top-left-radius:100px}.switch-button .switch-primary:hover,.switch-button .switch-secondary:hover{background-color:#2cb1d3;color:#fff}@media screen and (max-width:991px){.how-it-works{background:#18272b;background-repeat:repeat-x;padding:50px 0}.how-it-works-wrapper{flex-direction:column;gap:50px}.how-it-works .how-it-works-content{align-items:center;text-align:center}.how-it-works .section-subtitle,.how-it-works .section-title{text-align:center}}@media screen and (max-width:767px){.btn--switch{font-size:12px;padding:18px 16px}}@media screen and (max-width:340px){.btn--switch{padding:18px 13px}}