.hamburger{width:50px;height:50px;min-width:50px;min-height:50px;display:flex;position:relative;flex-wrap:wrap;align-items:center;justify-content:center}.hamburger>span{width:60%;height:2.5px;display:block;position:absolute;border-radius:7px;background-color:var(--hamburger-bg-color);transition:.4s all}.hamburger>span:nth-child(1){transform:translateY(10px)}.hamburger>span:nth-child(3){transform:translateY(-10px)}.hamburger.active>span:nth-child(1){transform:translateY(0) rotate(45deg)}.hamburger.active>span:nth-child(2){opacity:0}.hamburger.active>span:nth-child(3){transform:translateY(0) rotate(-45deg)}.clutch-badge{position:relative;display:flex;align-items:center;gap:10px;color:var(--main-text-color);font-family:Poppins,sans-serif;text-decoration:none;width:fit-content}.clutch-badge--big{padding:3px 0}[data-theme=dark] .clutch-badge{color:#0009}[data-theme=dark] .clutch-badge:before{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:-1;border-radius:5px;background:#fff}.clutch-badge-logo{display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.clutch-badge-logo-label{font-size:14px;line-height:1;margin-bottom:5px}.clutch-badge-content{display:flex;flex-direction:column;justify-content:space-between}.clutch-badge-stars{display:flex;justify-content:flex-end}.clutch-badge-star{margin-right:2px}.clutch-badge-star path{fill:#d3cbcb}.clutch-badge-star[data-colored=true] path{fill:#fc3c2e}.clutch-badge-text{margin-top:8px;font-size:13px;text-align:right;letter-spacing:.1em}.clutch-badge-card{display:flex;flex-direction:column;align-items:center;width:96px;border-radius:4px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #00000040;font-family:Poppins,sans-serif;text-decoration:none}.clutch-badge-card-rating{display:flex;align-items:center;gap:4px;margin-top:18px}.clutch-badge-card-rating .clutch-badge-star{margin-right:0}.clutch-badge-card-rating-value{font-size:13px;font-weight:600;color:#1a1a1a}.clutch-badge-card-reviews{margin-top:2px;margin-bottom:8px;font-size:7px;color:#3d7ea6}.clutch-badge-card-footer{display:flex;align-items:center;justify-content:center;gap:2px;width:100%;padding:4px 0;background:#17252a;color:#fff;font-size:7px}.clutch-badge-card-footer>span{padding-right:4px}
