.ag-tc{max-width:100%;position:relative}.ag-tc__row{align-items:center;display:flex;gap:12px}.ag-tc__viewport{flex:1 1 auto;overflow:hidden;width:100%}.ag-tc__track{display:flex;transition:transform .4s ease}.ag-tc__slide{box-sizing:border-box;flex:0 0 100%;max-width:100%;padding:0 10px}.ag-tc__box{border:1px solid #e5e5e5;border-radius:4px;box-sizing:border-box;height:100%}.ag-tc__logo{margin-bottom:20px}.ag-tc__logo img{display:block;height:auto;max-height:85px;max-width:189px;width:auto}.ag-tc__content{font-size:15px;line-height:1.6}.ag-tc__content p{margin:0 0 16px}.ag-tc__content p:last-child{margin-bottom:0}.ag-tc__arrow{align-items:center;background:transparent;border:none;cursor:pointer;display:flex;flex:0 0 auto;height:40px;justify-content:center;padding:0;width:40px}.ag-tc__arrow:disabled{cursor:default;opacity:.3}.ag-tc__arrow svg{height:100%;width:100%}.ag-tc__arrow svg path{fill:#00b38800}.ag-tc__dots{align-items:center;display:none;gap:8px;justify-content:center;margin-top:16px}.ag-tc__dot{background:var(--ag-tc-dot-color,#111);border:none;border-radius:50%;cursor:pointer;height:8px;opacity:.3;padding:0;width:8px}.ag-tc__dot--active{opacity:1}@media (min-width:768px){.ag-tc__slide{flex:0 0 50%;max-width:50%}}@media (max-width:767px){.ag-tc__arrow{display:none}.ag-tc__dots{display:flex}}