.flip-container{width:10px;height:20px;position:relative;background:#2d2d2d;border-radius:5px;overflow:hidden;display:flex;flex-direction:column}.flip-upper{height:100%}.flip-lower,.flip-upper{width:100%;overflow:hidden;position:relative}.flip-lower{height:0}.flip-bottom,.flip-top{line-height:45px;text-align:center}.flip-bottom,.flip-top,.flip-top-animate{font-size:20px;font-weight:700;color:#d3d3d3;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.flip-top-animate{position:absolute;top:0;background:#2d2d2d;backface-visibility:hidden;transform-origin:bottom;transform:rotateX(0deg);z-index:2}.flip-top-animate.animate{animation:flipTopDown .8s ease-in forwards}@keyframes flipTopDown{0%{transform:rotateX(0deg)}to{transform:rotateX(-90deg)}}.flip-container:after{content:"";position:absolute;top:50%;left:5%;width:90%;height:1px;background:#444;z-index:5}.desktop-component{display:none}.mobile-component{display:flex}@media (min-width:1131px){.desktop-component{display:flex}.mobile-component{display:none}}.logo-slider{white-space:nowrap;overflow:hidden;position:relative}.logo-track{display:inline-flex;animation:scroll 20s linear infinite}.logo-item{display:flex;align-items:center;justify-content:center;min-width:146px;height:83px;margin-right:16px;background:#ffffff;border-radius:12px;padding:16px;box-shadow:0 2px 10px rgba(0,0,0,.1)}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.faq-html ul{list-style-type:disc;padding-left:1.5rem;margin-top:.5rem;margin-bottom:.5rem}.faq-html li{margin-bottom:.25rem}