.investors-info{--green:#439b29;--green-hover:#348619}.investors__intro{margin-bottom:30px}.investors__list{list-style:none;margin:0;padding:0}.investors__item{background-color:#fff;border-radius:25px;box-shadow:0 3px 20px hsla(35,8%,69%,.2);overflow:hidden}.investors__item+.investors__item{margin-top:10px}.investors__item-button{background-color:var(--green);border:0;color:#fff;cursor:pointer;display:block;font-size:28px;margin:0;padding:18px 60px 18px 25px;position:relative;text-align:left;width:100%}.investors__item-button:after{background:50% no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.445' height='12.772'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m22.326 2.119-10.107 9.154-10.1-9.154' data-name='Path 4822'/%3E%3C/svg%3E");content:"";display:inline-block;height:25px;position:absolute;right:20px;top:calc(50% - 12.5px);transform:rotate(-90deg);transition:all .3s ease-in-out;width:25px}.investors__item--open .investors__item-button:after{transform:rotate(0deg)}.investors__item-content-wrapper{display:grid;grid-template-rows:0fr;overflow:hidden;transition:all .3s ease-in-out}.investors__item--open .investors__item-content-wrapper{grid-template-rows:1fr}.investors__item-content-inner{min-height:0}.investors__item-content{display:grid;padding:25px}.investors__item-content>*+*{border-top:1px solid rgba(0,0,0,.2);margin-top:20px;padding-top:20px}.investors__content-table{display:block;overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch}.investors__content-table::-webkit-scrollbar{width:10px}.investors__content-table::-webkit-scrollbar:horizontal{height:10px}.investors__content-table::-webkit-scrollbar-track{background-color:rgba(0,0,0,.05)}.investors__content-table::-webkit-scrollbar-thumb{background:transparentize(#ccc,.5);border-radius:10px;box-shadow:inset 0 0 3px rgba(0,0,0,.5)}.investors__table{border:0;border-collapse:collapse;box-shadow:0 0 10px hsla(35,8%,69%,.4);width:100%}.investors__table td{border:0;color:var(--base-color);min-width:100px;padding:5px 15px}.investors__table--lines tr:not(:last-child) td{border-bottom:1px solid #e0dcdc}.table-1 tr.table__head td{background-color:var(--green);color:#fff;font-size:120%;font-weight:700;padding:15px}.table-1 tr.table__head td:first-child{border-top-left-radius:10px}.table-1 tr.table__head td:last-child{border-top-right-radius:10px}.table-1 tr.table__header td{background-color:#efefef;font-weight:700;padding:10px 15px}.investors__content-links{display:grid;gap:10px;grid-template-columns:1fr 1fr}.investors__table tr:first-child td{background-color:var(--primary)!important;color:#fff!important}@media(max-width:480px){.investors__content-links{grid-template-columns:1fr}}.btn{background-color:var(--green);border-radius:25px;color:#fff;padding:10px 25px;text-decoration:none;transition:all .3s ease-in-out}.btn:hover{background-color:var(--green-hover)}