section.members-index .wrapper{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;flex-wrap:auto;gap:32px}section.members-index .wrapper>*{width:100%}section.members-index .wrapper .main .filters{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:wrap;gap:16px}section.members-index .wrapper .main .filters.search-bar{margin-bottom:20px}section.members-index .wrapper .main .filters .search-input{flex:1;min-width:250px;max-width:400px;border:solid 2px #2AA048;background:none;color:#145f48;border-radius:24px;padding-left:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23999' stroke-width='2' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='21' y1='21' x2='16.65' y2='16.65'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:.75rem center;background-size:1rem}section.members-index .wrapper .main .filters h4{margin-bottom:0;min-width:100px}section.members-index .wrapper .main .filters input,section.members-index .wrapper .main .filters select{border-radius:5px;border:1px solid #145F48;background:#FFF;width:100%;height:36px;padding:0 8px;color:#145f48;font-weight:600}section.members-index .wrapper .main .filters .tab{padding:6px 32px;border-radius:24px;color:#fff;font-weight:600;text-transform:capitalize;background:#145F48;text-decoration:none;transition:all .3s ease}section.members-index .wrapper .main .filters .tab.farm{border:solid 2px #F5933C;background:none;color:#145f48}section.members-index .wrapper .main .filters .tab.trade{border:solid 2px #2AA048;background:none;color:#145f48}section.members-index .wrapper .main .filters .tab:hover{background:#2AA048}section.members-index .wrapper .main .filters .tab:hover.farm{background:#F5933C;color:#fff}section.members-index .wrapper .main .filters .tab:hover.trade{background:#2AA048;color:#fff}section.members-index .wrapper .main .members{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:16px;margin-top:24px}section.members-index .wrapper .main .members .member{width:100%;max-width:290px;text-align:center;text-decoration:none}section.members-index .wrapper .main .members .member h5{font-family:Aptos,sans-serif;font-weight:700;font-size:1.5rem;color:#145f48;line-height:1.3;margin-bottom:0}section.members-index .wrapper .main .members .member>p{font-size:1.125rem;color:#2aa048}section.members-index .wrapper .main .members .member:hover .box{background:#E5EA98;box-shadow:3px 5px 7px #0003}section.members-index .wrapper .main .members .member .box{display:flex;align-items:space-between;justify-content:center;flex-direction:column;flex-wrap:auto;background:rgba(229,234,152,.5);width:100%;aspect-ratio:1/1;overflow:hidden;padding:32px 16px 16px;border-radius:24px;position:relative;margin-bottom:16px;transition:all .3s ease}section.members-index .wrapper .main .members .member .box .types{position:absolute;top:16px;left:16px;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;flex-wrap:auto;gap:8px}section.members-index .wrapper .main .members .member .box .types .type{padding:6px 12px;border-radius:24px;font-family:Aptos,sans-serif;font-weight:700;font-size:.875rem;color:#fff;line-height:1.3;text-transform:uppercase}section.members-index .wrapper .main .members .member .box .types .type.farm{background:#F5933C}section.members-index .wrapper .main .members .member .box .types .type.trade{background:#2AA048}section.members-index .wrapper .main .members .member .box .types .type.aaa{background:#BB2040}section.members-index .wrapper .main .members .member .box .logo{max-width:230px;max-height:165px}section.members-index .wrapper .main .members .member .box .logo img{width:100%;height:100%;object-fit:contain;object-position:center}@media only screen and (min-width: 992px){section.members-index .wrapper{flex-direction:row}section.members-index .wrapper .main .filters{flex-wrap:nowrap}section.members-index .wrapper .main .members{justify-content:flex-start;gap:32px}}
