@import url("https://fonts.googleapis.com/css2?family=Reddit+Sans:ital,wght@0,200..900;1,200..900&display=swap");.highlights{padding-inline:20px;padding-top:50px!important;padding-bottom:50px!important;width:100%;height:auto;background-color:#f0fff0!important;display:grid;place-items:center;background-color:#f0fff0}.highlights_content{width:100%;height:auto;padding-inline:0;display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:50px;background-color:transparent}.high_name{width:100%}.high_details{width:100%;display:flex;flex-direction:column;gap:35px}.high_name h1{font-weight:700;font-size:32px;text-align:center;color:#013b2f}.details_1{width:100%;height:196px;box-shadow:0 0 20px 0 #0000001a;background-color:#ffffff;border-radius:20px;padding-left:50px;padding-right:80px;display:flex;align-items:center;text-align:left;gap:80px}.details_1 img{min-width:215px;height:130px}.detail_info h2{font-weight:600;font-size:20px;color:#1f1926}.detail_info p{font-weight:400;font-size:16px;color:#6c6c6c;margin:0}@media (max-width:765px){.high_name h1{font-weight:700;font-size:28px!important}.detail_info p{line-height:28px}.details_1{height:auto;flex-direction:column;gap:40px;padding:40px 25px;text-align:center}}@media (min-width:767px) and (max-width:1024px){.details_1{height:auto;padding:40px 30px;gap:50px}}@media (min-width:1440px){.detail_info p{width:814px}.details_1 img{width:215px;height:130px}}.custom-select-root{width:100%;position:relative;font-family:Inter,system-ui,sans-serif}.custom-select-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:9px 14px;border-radius:13px;border:1px solid #cccccc;background:#fff;cursor:pointer;outline:none;box-shadow:0 1px 3px rgba(0,0,0,.08);transition:box-shadow .16s ease,border-color .16s ease}.custom-select-value{font-size:15px;color:#222;font-family:Reddit Sans}.custom-select-value.placeholder{color:#9f9f9f;background-color:transparent;font-weight:500;font-family:Reddit Sans;cursor:pointer}.custom-select-caret{transition:transform .2s ease}.custom-select-caret.open{transform:rotate(180deg)}.custom-select-list-wrapper{position:absolute;left:0;right:0;margin-top:8px;z-index:999;pointer-events:none;opacity:0;transform:translateY(-6px);transition:opacity .18s ease,transform .18s ease}.custom-select-list-wrapper.open{pointer-events:auto;opacity:1;transform:translateY(0)}.custom-select-list{list-style:none;margin:0;padding:5px;background:#fff;border-radius:5px;box-shadow:0 0 21px 0 rgba(21,21,21,.12);max-height:200px;overflow:auto;display:flex;flex-direction:column;gap:5px!important;font-family:Reddit Sans}.custom-select-option{display:flex;align-items:center;justify-content:space-between;padding:10px 12px!important;border-radius:5px;cursor:pointer;transition:background-color .12s ease,transform .12s ease}.custom-select-option.highlighted,.custom-select-option:hover{background:#dbdbdb61;transform:translateY(-1px)}.custom-select-option.selected{background:#0cad8e1a;border:1px solid rgba(45,174,115,.12)}.option-label{font-size:15px;color:#222}.option-check{font-size:13px;color:#2dae73}.custom-select-root.disabled .custom-select-toggle{opacity:.6;cursor:not-allowed}@media (max-width:765px){.custom-select-option{display:flex;align-items:center;justify-content:space-between;padding:10px 12px!important;border-radius:5px;cursor:pointer;transition:background-color .12s ease,transform .12s ease}}