.animation-module .mobile-tabs-container{max-width:100%;width:100%}.animation-module .custom-select-wrapper{margin-bottom:24px;position:relative;width:100%}.animation-module .custom-select-trigger{align-items:center;background:#fff;border:1px solid #d0d5dd;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);cursor:pointer;display:flex;font-size:16px;font-weight:500;justify-content:space-between;line-height:24px;padding:14px 16px;transition:all .3s ease;width:100%}.animation-module .select-chevron{flex-shrink:0;transition:transform .3s ease}.animation-module .custom-select-wrapper.open .select-chevron{transform:rotate(180deg)}.animation-module .tab-dropdown{cursor:pointer;font-size:16px;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:10}.animation-module .mobile-tab-panel{display:none}.animation-module .mobile-tab-panel.active{display:block}.animation-module .tab-image-container{border-radius:8px;margin-bottom:20px;overflow:hidden}.animation-module .tab-image-container img{display:block;height:auto;width:100%}.animation-module .tab-accordion{display:flex;flex-direction:column;gap:8px}.animation-module .accordion-item{border-radius:16px;cursor:pointer;padding:32px;transition:background .3s ease,box-shadow .3s ease}.animation-module .accordion-item.active{background:#fff;border-radius:16px}.animation-module .accordion-header{align-items:center;background:transparent;border:none;display:flex;justify-content:space-between;pointer-events:none;text-align:left;text-transform:uppercase;width:100%}.animation-module .accordion-icon{align-items:center;display:flex;flex-shrink:0;justify-content:center}.animation-module .accordion-icon svg{height:24px;width:24px}.animation-module .accordion-item.active .icon-plus,.animation-module .icon-minus{display:none}.animation-module .accordion-item.active .icon-minus{display:block}.animation-module .accordion-content{max-height:0;overflow:hidden;transition:max-height .3s ease,margin-top .3s ease}.animation-module .accordion-item.active .accordion-content{margin-top:12px;max-height:500px}