.tfv2-module{margin:0 auto;max-width:var(--theme-max-content-width,1200px);padding:40px 0;padding-inline:20px;width:100%}.tfv2-container{align-items:flex-start;display:flex;gap:20px;width:100%}.tfv2-item{cursor:pointer;display:flex;flex:1;flex-direction:column;gap:20px;overflow:hidden;transition:flex .5s cubic-bezier(.25,1,.5,1)}.tfv2-item.active{cursor:default;flex:0 0 50%}.tfv2-container.items-count-2 .tfv2-item.active{flex:0 0 66.666%}.tfv2-card{background-color:#f5f5f5;border-radius:16px;display:flex;flex-direction:column;height:auto;overflow:hidden;padding:35px 0 35px 35px;position:relative;transition:background-color .3s ease-in-out}.tfv2-card-title{color:#111;margin-bottom:20px;position:relative;text-shadow:none;transition:color .3s ease-in-out}.tfv2-item.active .tfv2-card{background-color:#070300}.tfv2-item.active .tfv2-card-title{color:#fff}.tfv2-card-image-wrapper{border-radius:12px;flex-shrink:0;height:550px;position:relative;width:120%}.tfv2-card-image-wrapper img{border-radius:12px;display:block;height:100%;width:auto}.tfv2-item.active .tfv2-card-image-wrapper img{animation:tfv2-dashboard-sequence 12s cubic-bezier(.37,0,.23,1) infinite}.tfv2-content{display:none;opacity:0}.tfv2-item.active .tfv2-content{animation:tfv2FadeIn .3s ease-in-out forwards;animation-delay:.3s;display:flex;flex-direction:column;gap:24px}@keyframes tfv2FadeIn{0%{opacity:0}to{opacity:1}}.tfv2-content-text{display:flex;flex-direction:column;gap:12px}.tfv2-content-heading h4{margin-top:30px}.tfv2-content-description p{color:#666;margin:0}.tfv2-features-grid{display:grid;gap:16px;grid-template-columns:1fr 1fr}.tfv2-feature-card{align-items:flex-start;background:#fff;border:1px solid #b7b7b7;border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:20px 30px;transition:all .3s ease}.tfv2-feature-card:hover{background-color:#101011;border-color:#101011}.tfv2-feature-card:hover .tfv2-feature-title{color:#fff}.tfv2-feature-icon{flex-shrink:0;height:32px;width:32px}.tfv2-feature-icon img{height:100%;object-fit:contain;width:100%}@media (max-width:768px){.tfv2-container{flex-direction:column}.tfv2-item,.tfv2-item.active{flex:auto;width:100%}.tfv2-card{height:200px;padding:20px}.tfv2-item.active .tfv2-card{height:auto}.tfv2-card-image-wrapper{bottom:0;height:250px;left:0;top:0;width:100%}.tfv2-card-title{font-size:16px;margin-bottom:15px}.tfv2-features-grid{grid-template-columns:1fr}}@keyframes tfv2-dashboard-sequence{0%,10%{transform:scale(1) translate(0);transform-origin:50% 0}20%,40%{transform:scale(1.3) translate(15%);transform-origin:50% 0}60%,80%{transform:scale(1.3) translate(-50%);transform-origin:50% 0}90%,to{transform:scale(1) translate(0);transform-origin:50% 0}}