/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/styles/pages/models.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
.models-page {
  background: #FAFAFA;
  padding: 72px 0;
}
.models-page h2 {
  text-align: center;
  margin-bottom: 24px;
}
.models-page .search {
  border-radius: 8px;
  border: 1px solid #E7E7E7;
  background: rgba(240, 240, 240, 0.7);
  display: block;
  width: 100%;
  color: rgba(19, 21, 26, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2px;
  padding: 16px 16px 16px 42px;
  margin-bottom: 16px;
}
.models-page .search-wrap {
  position: relative;
}
.models-page .search-wrap:before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M17.5 17.5L14.5834 14.5833M16.6667 9.58333C16.6667 13.4954 13.4954 16.6667 9.58333 16.6667C5.67132 16.6667 2.5 13.4954 2.5 9.58333C2.5 5.67132 5.67132 2.5 9.58333 2.5C13.4954 2.5 16.6667 5.67132 16.6667 9.58333Z" stroke="%2313151A" stroke-opacity="0.3" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .filters {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.models-page .filter {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #F4F4F5;
  padding: 10px 16px;
  cursor: pointer;
}
.models-page .filter.active, .models-page .filter:hover {
  background: #13151A;
}
.models-page .filter.active path, .models-page .filter:hover path {
  stroke: #fff;
}
.models-page .filter.active span, .models-page .filter:hover span {
  color: #fff;
}
.models-page .filter span {
  color: #13151A;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
}
.models-page .filter svg {
  margin-right: 4px;
}
.models-page .row-header {
  background: #EFEFFD;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  color: rgba(51, 41, 225, 0.6);
  font-feature-settings: "ss04" on;
  font-size: 14px;
  font-style: normal;
  font-weight: 420;
  line-height: 150%;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.models-page .output, .models-page .context, .models-page .input {
  min-width: 140px;
  max-width: 140px;
  width: 140px;
  padding: 0 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .models-page .output, .models-page .context, .models-page .input {
    min-width: initial;
    max-width: initial;
    width: 20%;
    padding: 0 8px;
    font-size: 12px;
  }
}
.models-page .action {
  min-width: 80px;
  max-width: 80px;
  width: 80px;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.models-page .action .btn {
  white-space: nowrap;
  font-size: 14px;
  padding: 8px 16px;
}
.models-page .name {
  min-width: 300px;
  max-width: 300px;
  width: 300px;
  display: flex;
  align-items: center;
}
.models-page .name .model-icon-placeholder {
  min-width: 36px;
}
.models-page .name svg {
  margin-right: 12px;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  max-width: 24px;
  max-height: 24px;
}
.models-page .name h5 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #13151A;
  line-height: 140%;
  letter-spacing: -0.2px;
}
.models-page .name h5 a {
  color: #13151a;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 140%;
  margin-bottom: 0;
  text-decoration: none;
}
@media (max-width: 991px) {
  .models-page .name {
    flex-grow: 1;
  }
}
@media (max-width: 768px) {
  .models-page .name {
    min-width: initial;
    max-width: initial;
    width: 40%;
    padding-right: 8px;
  }
  .models-page .name h5 {
    font-size: 14px;
  }
}
.models-page .capabilities {
  flex-grow: 1;
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .models-page .capabilities {
    display: none;
  }
}
.models-page .capabilities__item {
  color: #13151A;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  border-radius: 4px;
  background: rgba(244, 244, 245, 0.7);
  padding: 6px 6px 6px 24px;
  position: relative;
}
.models-page .capabilities__item:before {
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
}
.models-page .capabilities__item.tools:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M10.4207 5.08758C10.1567 4.82356 10.0247 4.69156 9.97526 4.53934C9.93176 4.40544 9.93176 4.26121 9.97526 4.12732C10.0247 3.9751 10.1567 3.84309 10.4207 3.57908L12.313 1.68683C11.8108 1.45974 11.2534 1.33333 10.6665 1.33333C8.45735 1.33333 6.66649 3.12419 6.66649 5.33333C6.66649 5.66069 6.70582 5.97886 6.78 6.28339C6.85944 6.60949 6.89916 6.77254 6.89211 6.87555C6.88473 6.98339 6.86865 7.04076 6.81891 7.13674C6.77141 7.22841 6.6804 7.31942 6.49837 7.50145L2.33316 11.6667C1.78087 12.2189 1.78087 13.1144 2.33316 13.6667C2.88544 14.2189 3.78087 14.2189 4.33316 13.6667L8.49837 9.50145C8.6804 9.31942 8.77141 9.22841 8.86308 9.18091C8.95906 9.13117 9.01643 9.1151 9.12427 9.10771C9.22728 9.10066 9.39033 9.14038 9.71643 9.21982C10.021 9.294 10.3391 9.33333 10.6665 9.33333C12.8756 9.33333 14.6665 7.54247 14.6665 5.33333C14.6665 4.74639 14.5401 4.18898 14.313 3.68683L12.4207 5.57908C12.1567 5.84309 12.0247 5.9751 11.8725 6.02456C11.7386 6.06806 11.5944 6.06806 11.4605 6.02456C11.3083 5.9751 11.1763 5.84309 10.9122 5.57908L10.4207 5.08758Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.streaming:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.66625 1.33333L2.72855 8.45856C2.49601 8.73761 2.37974 8.87713 2.37797 8.99497C2.37642 9.09741 2.42207 9.19486 2.50175 9.25926C2.59341 9.33333 2.77503 9.33333 3.13827 9.33333H7.99958L7.33292 14.6667L13.2706 7.54143C13.5032 7.26238 13.6194 7.12286 13.6212 7.00502C13.6227 6.90258 13.5771 6.80513 13.4974 6.74073C13.4058 6.66666 13.2241 6.66666 12.8609 6.66666H7.99958L8.66625 1.33333Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.vision:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.61342 8.47545C1.52262 8.33169 1.47723 8.25981 1.45182 8.14894C1.43273 8.06566 1.43273 7.93433 1.45182 7.85105C1.47723 7.74018 1.52262 7.6683 1.61341 7.52454C2.36369 6.33656 4.59693 3.33333 8.00027 3.33333C11.4036 3.33333 13.6369 6.33656 14.3871 7.52454C14.4779 7.6683 14.5233 7.74018 14.5487 7.85105C14.5678 7.93433 14.5678 8.06566 14.5487 8.14894C14.5233 8.25981 14.4779 8.33169 14.3871 8.47545C13.6369 9.66343 11.4036 12.6667 8.00027 12.6667C4.59693 12.6667 2.36369 9.66344 1.61342 8.47545Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M8.00027 10C9.10484 10 10.0003 9.10456 10.0003 8C10.0003 6.89543 9.10484 5.99999 8.00027 5.99999C6.8957 5.99999 6.00027 6.89543 6.00027 8C6.00027 9.10456 6.8957 10 8.00027 10Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.web-search:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14 14L11.6667 11.6667M13.3333 7.66667C13.3333 10.7963 10.7963 13.3333 7.66667 13.3333C4.53705 13.3333 2 10.7963 2 7.66667C2 4.53705 4.53705 2 7.66667 2C10.7963 2 13.3333 4.53705 13.3333 7.66667Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.image-generation:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.33333 2.00016H5.2C4.0799 2.00016 3.51984 2.00016 3.09202 2.21815C2.71569 2.4099 2.40973 2.71586 2.21799 3.09218C2 3.52001 2 4.08006 2 5.20016V10.8002C2 11.9203 2 12.4803 2.21799 12.9081C2.40973 13.2845 2.71569 13.5904 3.09202 13.7822C3.51984 14.0002 4.07989 14.0002 5.2 14.0002H11.3333C11.9533 14.0002 12.2633 14.0002 12.5176 13.932C13.2078 13.7471 13.7469 13.208 13.9319 12.5178C14 12.2635 14 11.9535 14 11.3335M12.6667 5.3335V1.3335M10.6667 3.3335H14.6667M7 5.66683C7 6.40321 6.40305 7.00016 5.66667 7.00016C4.93029 7.00016 4.33333 6.40321 4.33333 5.66683C4.33333 4.93045 4.93029 4.3335 5.66667 4.3335C6.40305 4.3335 7 4.93045 7 5.66683ZM9.99336 7.94559L4.3541 13.0722C4.03691 13.3605 3.87831 13.5047 3.86429 13.6296C3.85213 13.7379 3.89364 13.8453 3.97546 13.9172C4.06985 14.0002 4.28419 14.0002 4.71286 14.0002H10.9707C11.9301 14.0002 12.4098 14.0002 12.7866 13.839C13.2596 13.6366 13.6365 13.2598 13.8388 12.7868C14 12.41 14 11.9303 14 10.9708C14 10.648 14 10.4866 13.9647 10.3363C13.9204 10.1474 13.8353 9.9704 13.7155 9.81776C13.6202 9.6963 13.4941 9.59546 13.242 9.3938L11.3772 7.90194C11.1249 7.7001 10.9988 7.59919 10.8599 7.56357C10.7374 7.53218 10.6086 7.53624 10.4884 7.57529C10.352 7.61959 10.2324 7.72826 9.99336 7.94559Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.reasoning:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2 5.2C2 4.0799 2 3.51984 2.21799 3.09202C2.40973 2.71569 2.71569 2.40973 3.09202 2.21799C3.51984 2 4.0799 2 5.2 2H10.8C11.9201 2 12.4802 2 12.908 2.21799C13.2843 2.40973 13.5903 2.71569 13.782 3.09202C14 3.51984 14 4.0799 14 5.2V8.8C14 9.92011 14 10.4802 13.782 10.908C13.5903 11.2843 13.2843 11.5903 12.908 11.782C12.4802 12 11.9201 12 10.8 12H6.45583C6.0398 12 5.83178 12 5.63281 12.0408C5.45628 12.0771 5.28547 12.137 5.12499 12.219C4.94411 12.3114 4.78168 12.4413 4.45681 12.7012L2.8665 13.9735C2.58911 14.1954 2.45042 14.3063 2.33369 14.3065C2.23218 14.3066 2.13615 14.2604 2.07282 14.1811C2 14.0899 2 13.9122 2 13.557V5.2Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.text-generation::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2.667 4.667c0-.622 0-.933.101-1.178A1.333 1.333 0 0 1 3.49 2.768c.245-.101.556-.101 1.177-.101h6.667c.62 0 .931 0 1.176.101a1.333 1.333 0 0 1 .722.721c.101.245.101.556.101 1.178M6 13.333h4M8 2.667v10.666" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.text-completion::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M10.667 2.667v10.666m0-10.666H12m-1.333 0H7C5.343 2.667 4 4.01 4 5.667c0 1.656 1.343 3 3 3h3.667V2.667ZM9.333 13.333H12" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.summarization::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14 8H6m8-4H6m8 8H6M3.333 8a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0Zm0-4a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0Zm0 8a.667.667 0 1 1-1.333 0 .667.667 0 0 1 1.333 0Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.translation::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.611 11.333h4.783m-4.783 0L7.336 14m1.275-2.667 1.91-3.994c.154-.322.231-.483.337-.532a.333.333 0 0 1 .29 0c.106.049.183.21.337.532l1.91 3.994m1.278 2.667L15.336 14M1.336 3.333h4m0 0h2.333m-2.333 0V2m2.333 1.333H9.336m-1.667 0c-.33 1.971-1.098 3.757-2.222 5.256M6.669 9.333c-.408-.183-.825-.438-1.222-.743M5.446 8.59C4.545 7.899 3.738 6.951 3.336 6M5.446 8.59C4.377 10.015 2.984 11.181 1.336 12" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.question-answering::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M7 6a1.333 1.333 0 0 1 2.58.444c0 1-1 1.556-1 1.556M8.433 10H8.44M8.332 13.333a5.666 5.666 0 1 0-4.26-9.412L1.812 6.447c-.155.288-.233.432-.22.543.013.1.072.185.158.22.096.057.26.04.584.005l3.414-.354c.103-.01.155-.016.202-.014a.667.667 0 0 1 .226.044c.046.01.104.033.22.077A5.665 5.665 0 0 0 8.332 13.333Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.text-classification::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.336 5.333h.007M1.336 3.467v2.983c0 .326 0 .489.037.642.032.136.086.266.16.385.082.135.197.25.427.481l5.112 5.113c.793.791 1.189 1.187 1.645 1.336.401.13.834.13 1.235 0 .457-.149.852-.545 1.644-1.337l1.475-1.474c.792-.792 1.188-1.188 1.337-1.645.13-.4.13-.833 0-1.234-.149-.457-.545-.852-1.337-1.644L7.96 1.958c-.23-.23-.346-.345-.48-.428a1.333 1.333 0 0 0-.386-.16 2.667 2.667 0 0 0-.641-.037H3.47c-.747 0-1.12 0-1.406.145a1.333 1.333 0 0 0-.584.584c-.144.285-.144.659-.144 1.405Zm4 1.866a.333.333 0 1 1-.667 0 .333.333 0 0 1 .667 0Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.sentiment-analysis::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.336 9.333s1 1.333 2.667 1.333 2.667-1.333 2.667-1.333M10.003 6h.007M6.003 6h.007M14.669 8A6.666 6.666 0 1 1 1.336 8a6.666 6.666 0 0 1 13.333 0ZM10.336 6a.333.333 0 1 1-.667 0 .333.333 0 0 1 .667 0Zm-4 0a.333.333 0 1 1-.667 0 .333.333 0 0 1 .667 0Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.named-entity-recognition::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M10.669 5.334v3.333a2 2 0 1 0 4 0V8A6.667 6.667 0 1 0 2.478 13.295M10.669 8a2.667 2.667 0 1 1-5.334 0 2.667 2.667 0 0 1 5.334 0Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.text-to-sql::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14 3.333c0 1.105-2.686 2-6 2s-6-.895-6-2m12 0C14 2.229 11.314 1.333 8 1.333S2 2.229 2 3.333m12 0v9.334C14 13.773 11.333 14.667 8 14.667c-3.333 0-6-.894-6-2V3.333m12 4.667c0 1.106-2.667 2-6 2S2 9.106 2 8" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.code-generation::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M10.669 12 14.669 8l-4-4M5.336 4l-4 4 4 4" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.instruction-following::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M10.664 2.667c.62 0 .93 0 1.184.068a2 2 0 0 1 1.416 1.416c.069.255.069.564.069 1.183v6.133c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.875c-.428.218-.988.218-2.108.218H5.864c-1.12 0-1.68 0-2.108-.218a2 2 0 0 1-.875-.875c-.218-.427-.218-.987-.218-2.108V5.333c0-.62 0-.929.068-1.183a2 2 0 0 1 1.416-1.416c.255-.068.565-.068 1.184-.068M5.997 10l1.333 1.333 3-3M6.397 4h3.2c.373 0 .56 0 .702-.073a.667.667 0 0 0 .291-.291c.073-.142.073-.329.073-.702V2.4c0-.374 0-.56-.073-.703a.667.667 0 0 0-.291-.29C10.157 1.333 9.97 1.333 9.597 1.333H6.397c-.373 0-.56 0-.703.073a.667.667 0 0 0-.29.291C5.33 1.84 5.33 2.026 5.33 2.4v.534c0 .373 0 .56.073.702a.667.667 0 0 0 .291.29c.142.074.33.074.703.074Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.image-to-image::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.331 11.333H2.664M5.331 14 2.664 11.333 5.331 8.667M2.664 4.667h10.667M10.664 7.333l2.667-2.666L10.664 2" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.image-classification::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.336 3.067c0-.374 0-.56.073-.703a.667.667 0 0 1 .29-.29c.143-.074.33-.074.703-.074h12c.373 0 .56 0 .702.073a.667.667 0 0 1 .291.291c.073.142.073.329.073.703v.446c0 .18 0 .269-.022.352a.667.667 0 0 1-.143.275c-.049.07-.117.129-.252.247l-4.238 3.685c-.135.118-.203.177-.251.248a.667.667 0 0 0-.123.281c-.022.083-.022.173-.022.351v3.49c0 .13 0 .196-.021.252a.333.333 0 0 1-.144.188c-.045.04-.106.064-.228.112L7.667 13.707c-.245.098-.368.147-.46.127a.333.333 0 0 1-.224-.181c-.047-.084-.047-.216-.047-.48V8.82c0-.178 0-.268-.022-.351a.667.667 0 0 0-.123-.281c-.048-.07-.116-.13-.251-.248L2.293 4.32c-.135-.118-.203-.178-.252-.247a.667.667 0 0 1-.143-.275c-.022-.083-.022-.172-.022-.352v-.379Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.object-detection::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14.669 8A6.666 6.666 0 0 1 8.003 14.667m6.666-6.667A6.666 6.666 0 0 0 8.003 1.333m6.666 6.667H12m-4 6.667A6.666 6.666 0 0 1 1.336 8m6.667 6.667V12M1.336 8a6.666 6.666 0 0 1 6.667-6.667M1.336 8H4m4-6.667V4" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.image-segmentation::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.336 3.467c0-.747 0-1.12.145-1.406.127-.252.332-.456.584-.584.285-.145.659-.145 1.405-.145h5.067c.746 0 1.12 0 1.405.145.252.128.457.332.584.584.145.286.145.659.145 1.406V8.53c0 .747 0 1.12-.145 1.406a1.333 1.333 0 0 1-.584.584c-.285.145-.659.145-1.405.145H3.47c-.746 0-1.12 0-1.405-.145a1.333 1.333 0 0 1-.584-.584c-.145-.285-.145-.659-.145-1.406V3.467Zm4 4c0-.746 0-1.12.145-1.405.127-.252.332-.457.584-.584.285-.145.659-.145 1.405-.145h5.067c.746 0 1.12 0 1.405.145.252.127.457.332.584.584.145.285.145.659.145 1.405v5.067c0 .746 0 1.12-.145 1.405a1.333 1.333 0 0 1-.584.584c-.285.145-.659.145-1.405.145H7.47c-.746 0-1.12 0-1.405-.145a1.333 1.333 0 0 1-.584-.584c-.145-.285-.145-.659-.145-1.405V7.467Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.ocr::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.333 2H5.2C4.08 2 3.52 2 3.092 2.218a2 2 0 0 0-.874.874C2 3.52 2 4.08 2 5.2v.133M5.333 14H5.2C4.08 14 3.52 14 3.092 13.782a2 2 0 0 1-.874-.874C2 12.48 2 11.92 2 10.8v-.133M14 5.333V5.2C14 4.08 14 3.52 13.782 3.092a2 2 0 0 0-.874-.874C12.48 2 11.92 2 10.8 2h-.133M14 10.667V10.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 14 11.92 14 10.8 14h-.133M2 8h.007M5 8h.007M11 8h.007M8 8h.007M14 8h.007" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.image-captioning::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2 5.2C2 4.08 2 3.52 2.218 3.092a2 2 0 0 1 .874-.874C3.52 2 4.08 2 5.2 2h5.6c1.12 0 1.68 0 2.108.218a2 2 0 0 1 .874.874C14 3.52 14 4.08 14 5.2V9c0 .932 0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C12.398 12 11.932 12 11 12c-.326 0-.489 0-.64.036a1.333 1.333 0 0 0-.569.274c-.12.099-.216.229-.42.49L8.427 14.098c-.145.193-.217.29-.286.322a.333.333 0 0 1-.283 0c-.068-.032-.14-.13-.285-.322L6.6 12.8c-.196-.26-.293-.39-.412-.49a1.333 1.333 0 0 0-.569-.273C5.489 12 5.326 12 5 12c-.932 0-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083C2 10.398 2 9.932 2 9V5.2Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.visual-question-answering::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.667 5.668a1.667 1.667 0 0 1 3.245.5c0 1-.999 1.5-.999 1.5M8.1 9.667H8.107M6.6 12.8l.973 1.298c.145.193.217.29.285.322a.333.333 0 0 0 .283 0c.069-.032.141-.13.286-.322L9.4 12.8c.196-.26.293-.39.412-.49a1.333 1.333 0 0 1 .569-.273C10.531 12 10.694 12 11 12c.932 0 1.398 0 1.765-.152a2 2 0 0 0 1.083-1.083C14 10.398 14 9.932 14 9V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.874-.874C12.48 2 11.92 2 10.8 2H5.2C4.08 2 3.52 2 3.092 2.218a2 2 0 0 0-.874.874C2 3.52 2 4.08 2 5.2V9c0 .932 0 1.398.152 1.765a2 2 0 0 0 1.083 1.083C3.602 12 4.068 12 5 12c.326 0 .489 0 .64.036a1.333 1.333 0 0 1 .569.274c.119.099.215.229.411.49Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.background-removal::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M12 8.667 7.33 4M14 14H5.33M7.289 13.375l5.779-5.779c.792-.792 1.188-1.188 1.336-1.644a2 2 0 0 0 0-1.236c-.148-.457-.544-.852-1.336-1.645l-.14-.14c-.793-.792-1.188-1.188-1.645-1.336a2 2 0 0 0-1.236 0c-.457.148-.852.544-1.645 1.336L3.092 8.57C2.3 9.362 1.904 9.758 1.756 10.215a2 2 0 0 0 0 1.236c.149.456.545.852 1.337 1.644l.445.445c.23.23.346.346.48.428a1.333 1.333 0 0 0 .386.16c.154.038.317.038.643.038h.9c.325 0 .488 0 .641-.038a1.333 1.333 0 0 0 .386-.16c.135-.082.25-.197.48-.428Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.image-upscaling::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.333 6.667 14 2M14 6V2h-4M6.667 9.333 2 14M2 10v4h4" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.face-recognition::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M5.333 2H5.2C4.08 2 3.52 2 3.092 2.218a2 2 0 0 0-.874.874C2 3.52 2 4.08 2 5.2v.133M5.333 14H5.2C4.08 14 3.52 14 3.092 13.782a2 2 0 0 1-.874-.874C2 12.48 2 11.92 2 10.8v-.133M14 5.333V5.2C14 4.08 14 3.52 13.782 3.092a2 2 0 0 0-.874-.874C12.48 2 11.92 2 10.8 2h-.133M14 10.667V10.8c0 1.12 0 1.68-.218 2.108a2 2 0 0 1-.874.874C12.48 14 11.92 14 10.8 14h-.133M5 5.333v1M11 5.333v1M7.333 8.4c.533 0 1-.467 1-1V5.333M10.134 10.133a3.333 3.333 0 0 1-4.667 0" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.speech-to-text::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M12.669 6.667V8a4.667 4.667 0 0 1-9.333 0V6.667M8.003 12.667v2M5.336 14.667h5.333M8.003 10a2 2 0 0 1-2-2V3.333a2 2 0 0 1 4 0V8a2 2 0 0 1-2 2Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.text-to-speech::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.168 3.333A8 8 0 0 1 13.168 12.667M10.5 5.333a4 4 0 0 1 0 5.334M6.425 3.577 4.315 5.688c-.115.115-.173.172-.24.213a.667.667 0 0 1-.208.082c-.077.018-.158.018-.321.018H2.403c-.374 0-.56 0-.703.073a.667.667 0 0 0-.29.291C1.336 6.507 1.336 6.693 1.336 7.067v1.866c0 .374 0 .56.073.703a.667.667 0 0 0 .291.29c.142.074.329.074.702.074h1.16c.163 0 .244 0 .322.018a.667.667 0 0 1 .208.082c.067.041.124.099.239.214l2.11 2.111c.286.285.428.428.55.438a.333.333 0 0 0 .278-.133c.067-.093.067-.29.067-.685V3.954c0-.394 0-.591-.067-.684a.333.333 0 0 0-.278-.134c-.122.01-.264.153-.55.44Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.audio-classification::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3.336 14V9.333M3.336 6.667V2M8.003 14V8M8.003 5.333V2M12.669 14v-3.333M12.669 8V2M1.336 9.333h4M6.003 5.333h4M10.669 10.667h4" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.music-generation::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.669 12V3.726c0-.572 0-.857.12-1.03a.667.667 0 0 1 .46-.273c.208-.03.464.098.975.354L13.669 4M9.669 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4.336 6.667V2.667M2.336 4.667h4" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.voice-cloning::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2 6.667V9.333M5 4v8M8 2v12M11 4v8M14 6.667V9.333" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.speaker-diarization::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.998 10.558a5.003 5.003 0 0 1 2.41 2.248c.12.194.18.29.2.43.043.273-.144.608-.398.715-.125.049-.265.049-.546.049M10.665 7.688a2.333 2.333 0 0 0 0-5.376M9.331 5a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM1.704 12.626A5.667 5.667 0 0 1 6.33 10a5.667 5.667 0 0 1 4.628 2.626c.234.35.35.524.337.748a.667.667 0 0 1-.278.49c-.189.136-.434.136-.924.136H2.547c-.49 0-.734 0-.923-.136a.667.667 0 0 1-.278-.49c-.013-.224.103-.399.337-.748Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.sound-event-detection::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.238 14a2.667 2.667 0 0 0 3.527 0M1.531 3.88a2 2 0 0 1 1.355-1.347M14.47 3.88a2 2 0 0 0-1.355-1.346M12.002 5.333a4 4 0 0 0-8 0c0 2.06-.52 3.47-1.1 4.404-.49.787-.735 1.18-.726 1.29.01.122.035.168.133.241.088.066.487.066 1.285.066h8.414c.797 0 1.196 0 1.284-.066.098-.073.123-.12.133-.24.01-.11-.235-.504-.726-1.291-.58-.934-1.1-2.344-1.1-4.404Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.video-generation::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M1.336 8h13.333M1.336 4.667H4.67M11.336 4.667H14.67M1.336 11.333H4.67M11.336 11.333H14.67M4.669 14.667V1.333M11.336 14.667V1.333M4.536 14.667h6.933c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .875-.875c.218-.427.218-.987.218-2.107V4.533c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.875-.874c-.427-.218-.987-.218-2.107-.218H4.536c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874c-.218.428-.218.988-.218 2.108v6.934c0 1.12 0 1.68.218 2.107a2 2 0 0 0 .874.875c.428.218.988.218 2.108.218Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.video-classification::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.003 2 5.336 5.333M10.669 2l-.667 3.333M14.669 5.333H1.336M4.536 14h6.933c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .875-.874c.218-.428.218-.988.218-2.108V5.2c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.875-.874c-.427-.218-.987-.218-2.107-.218H4.536c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874C1.336 3.52 1.336 4.08 1.336 5.2v5.6c0 1.12 0 1.68.218 2.108a2 2 0 0 0 .874.874C2.856 14 3.416 14 4.536 14Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.video-captioning::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M2 3.333 8.667 10M8.667 3.333 2 10M14 12.667h-2.667c0-1 .294-1.333 1-1.667.707-.333 1.667-.78 1.667-1.667 0-.313-.114-.62-.32-.86a1.444 1.444 0 0 0-.819-.398 1.443 1.443 0 0 0-.914.18 1.445 1.445 0 0 0-.614.745" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.action-recognition::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M8.003 14.667A6.667 6.667 0 1 0 8.003 1.333a6.667 6.667 0 0 0 0 13.334ZM6.336 5.977c0-.318 0-.477.066-.566a.333.333 0 0 1 .31-.09c.11-.008.244.078.511.25l3.147 2.023c.232.15.348.224.388.319a.333.333 0 0 1 0 .174c-.04.095-.156.17-.388.32L7.223 10.47c-.267.172-.4.258-.511.25a.333.333 0 0 1-.31-.09c-.066-.088-.066-.248-.066-.566V5.977Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.video-to-video::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M11.333 6.667 14 4l-2.667-2.667M14 4H5.2C4.08 4 3.52 4 3.092 4.218a2 2 0 0 0-.874.874C2 5.52 2 6.08 2 7.2V7.333M2 12h8.8c1.12 0 1.68 0 2.108-.218a2 2 0 0 0 .874-.874C14 10.48 14 9.92 14 8.8V8.667M4.667 9.333 2 12l2.667 2.667" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.vision-language::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M6.669 7.69a3 3 0 0 1 2.667 0M5.888 6.115a2.667 2.667 0 1 1-3.771 3.77 2.667 2.667 0 0 1 3.771-3.77Zm8 0a2.667 2.667 0 1 1-3.771 3.77 2.667 2.667 0 0 1 3.771-3.77Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.document-ai::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M9.331 7.333H5.331M6.664 10H5.331m5.333-5.333H5.331M13.331 7V4.533c0-1.12 0-1.68-.218-2.108a2 2 0 0 0-.875-.874c-.427-.218-.987-.218-2.107-.218H5.864c-1.12 0-1.68 0-2.108.218a2 2 0 0 0-.874.874c-.218.428-.218.988-.218 2.108v6.934c0 1.12 0 1.68.218 2.107a2 2 0 0 0 .874.875c.428.218.988.218 2.108.218H7.664M14.664 14.667l-1-1M14.331 12a2.333 2.333 0 1 1-4.667 0 2.333 2.333 0 0 1 4.667 0Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.text-embeddings::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><circle cx="8" cy="3.333" r=".667" stroke="black" stroke-width="1.2"/><circle cx="8" cy="8" r=".667" stroke="black" stroke-width="1.2"/><circle cx="8" cy="12.667" r=".667" stroke="black" stroke-width="1.2"/><circle cx="12.667" cy="3.333" r=".667" stroke="black" stroke-width="1.2"/><circle cx="12.667" cy="8" r=".667" stroke="black" stroke-width="1.2"/><circle cx="12.667" cy="12.667" r=".667" stroke="black" stroke-width="1.2"/><circle cx="3.333" cy="3.333" r=".667" stroke="black" stroke-width="1.2"/><circle cx="3.333" cy="8" r=".667" stroke="black" stroke-width="1.2"/><circle cx="3.333" cy="12.667" r=".667" stroke="black" stroke-width="1.2"/></svg>');
}
.models-page .capabilities__item.image-embeddings::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M13.667 4.852 8 8M8 8 2.333 4.852M8 8v6.333M14 10.706V5.294c0-.228 0-.342-.034-.443a.667.667 0 0 0-.146-.262c-.073-.079-.172-.134-.372-.245L8.518 1.621a1.333 1.333 0 0 0-.69-.178 1.333 1.333 0 0 0-.69.178L2.552 4.344c-.2.111-.3.166-.372.245a.667.667 0 0 0-.146.262C2 4.952 2 5.066 2 5.294v5.412c0 .228 0 .342.034.442a.667.667 0 0 0 .146.263c.072.079.172.134.372.244l4.933 2.739a1.333 1.333 0 0 0 1.03 0l4.933-2.739c.2-.11.3-.165.372-.244a.667.667 0 0 0 .146-.263C14 11.048 14 10.934 14 10.706Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.reranking::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M4.667 2.667v10.666M7.333 10.667l-2.666 2.666L2 10.667M11.333 13.333V2.667M14 5.333l-2.667-2.666L8.667 5.333" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .capabilities__item.semantic-search::before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14 14l-2.9-2.9M7.333 4a3.333 3.333 0 0 1 3.334 3.333M12.667 7.333A5.333 5.333 0 1 1 2 7.333a5.333 5.333 0 0 1 10.667 0Z" stroke="black" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.models-page .row {
  display: flex;
  justify-content: space-between;
  border-right: 1px solid rgba(216, 216, 216, 0.5);
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  border-left: 1px solid rgba(216, 216, 216, 0.5);
  padding: 16px;
  background: #fff;
}
@media (max-width: 768px) {
  .models-page .row {
    padding: 8px;
  }
}
.models-page .models-load-more-wrap {
  margin-top: 32px;
  text-align: center;
}
.models-page .models-load-more-wrap .btn {
  min-width: 187px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .models-page .wrap__models-table {
    overflow-x: auto;
  }
  .models-page .wrap__models-table #models {
    width: 900px;
  }
}
@media (max-width: 768px) {
  .models-page .wrap__models-table #models {
    width: 600px;
  }
}
