﻿@charset "UTF-8";.funnel-mask{width:100%;overflow-x:hidden;}.funnel-slider{width:900%;display:flex;justify-content:flex-start;transition:.3s ease all;}.funnel-slide{width:12.5%;display:flex;flex-direction:column;align-items:center;gap:80px;}.btn-funnel-row{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;gap:80px;}.btn-funnel{margin:0 auto;display:flex;padding:160px 20px;width:380px;height:380px;border-radius:24px;background:linear-gradient(270deg,rgba(247,247,247,.5) 0%,rgba(247,247,247,0) 100%),#fff;justify-content:center;border:0;text-align:center;font-size:24px;font-style:normal;font-weight:500;line-height:32px;letter-spacing:.96px;cursor:pointer;align-items:center;transition:.3s ease all;position:relative;}.btn-funnel:hover{background:linear-gradient(270deg,rgba(247,247,247,.5) 0%,rgba(247,247,247,0) 100%),#52cc7c;}.btn-funnel:hover>.funnel-check-icon{opacity:1;}.btn-funnel:hover>.btn-funnel-text{opacity:0;}.btn-funnel.active{background:linear-gradient(270deg,rgba(247,247,247,.5) 0%,rgba(247,247,247,0) 100%),#52cc7c;}.btn-funnel.active>.funnel-check-icon{opacity:1;}.btn-funnel.active>.btn-funnel-text{opacity:0;}.btn-funnel-text{margin:0;transition:.3s ease all;opacity:1;}.funnel-check-icon{position:absolute;opacity:0;transition:.3s ease all;}.funnel-back-button-wrapper{display:flex;justify-content:center;grid-column:span 2;}.funnel-back{background:#fff;padding:16px 32px;border-radius:500px;border:0;font-size:24px;font-style:normal;font-weight:500;line-height:32px;cursor:pointer;}.slider-funnel-row{width:100%;padding-bottom:80px;}input[type=range]{-webkit-appearance:none;width:100%;background:transparent;}input[type=range]::-webkit-slider-runnable-track{background:#fff;height:40px;border-radius:24px;}input[type=range]::-moz-range-track{background:#fff;height:40px;border-radius:24px;}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:0;height:40px;width:40px;background:#52c77c;margin-top:0;border-radius:50%;}input[type=range]::-moz-range-thumb{border:0;height:40px;width:40px;background:#00f;border-radius:50%;}.slider-values-wrapper{display:flex;justify-content:space-between;}