@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&amp;display=swap");

* {
  font-family: "Barlow", sans-serif;
}
:root {
  --base-900-text: #2a394e;
  --base-600: #5d6775;
  --background-base-light1: #e8ebfa;
  --background-base: #3f5bd9;
  --accent-primary: #3f5bd9;
  --base-base-300-seperator: #e0e0ec;
  --background-background_secondary: #f4f6fb;
  --background-white: #fff;
}

.wiki-glossary-main {
  display: flex;
  padding-top: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  width: 95%;
  margin: auto auto;
}

.wiki-glossary-list {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.leadform-section {
  display: none;
}

.wiki-listby-order {
  align-self: stretch;
  color: var(--base-900-text);
  width: 100%;
  font: 700 24px/140% "Barlow";
}

.wiki-glossary-container {
  align-self: stretch;
  margin-top: 18px;
  width: 100%;
}

.glossary-items-container {
  flex-direction: column;
  align-items: stretch;
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 0 0 auto;
}

.glossary-items-container a {
  text-decoration: none;
}
.glossary-item-main {
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.03);
}

.glossary-item {
  align-items: end;
  border-radius: var(--corner-radius-shape-corner_sm, 8px);
  border: 1px solid var(--base-base-300-seperator);
  box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.03);
  background-color: var(--background-background_secondary);
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  margin: 0 auto;
  padding: 10px 12px;
  box-sizing: border-box;
  cursor: pointer;
  align-self: stretch;
}

.glossary-more-section {
  justify-content: center;
  display: flex;
  margin-top: 10px;
  gap: 2px;
  padding: 9px 0;
  align-items: center;
}

.glossary-more-button {
  color: var(--accent-primary);
  text-transform: uppercase;
  flex-grow: 1;
  white-space: nowrap;
  font: 600 16px/140% "Barlow";
}

.glossary-header {
  color: var(--accent-primary);
  align-self: stretch;
  font: 600 14px/22.4px "Barlow";
}

.glossary-description {
  color: var(--base-600);
  align-self: stretch;
  margin-top: 10px;
  font: 400 12px/17px "Barlow";
}

.glossary-more-section {
  justify-content: center;
  display: flex;
  margin-top: 10px;
  gap: 2px;
  padding: 9px 0;
  align-items: center;
}

.glossary-more-button {
  color: var(--accent-primary);
  text-transform: uppercase;
  flex-grow: 1;
  white-space: nowrap;
  font: 600 12px/16.8px "Barlow";
}

.view-all-section {
  justify-content: center;
  align-self: end;
  display: flex;
  margin-top: 24px;
  gap: 2px;
  padding: 9px 20px;
  align-items: center;
}

.view-all-link {
  color: var(--accent-primary);
  text-transform: uppercase;
  flex-grow: 1;
  white-space: nowrap;
  font: 600 12px/140% "Barlow";
  text-decoration: none;
}

@media (min-width: 992px) {
  .wiki-glossary-main {
    padding: 40px 0px 0 0px;
    align-items: flex-start;
    gap: 60px;
    flex-shrink: 0;
    flex-direction: row;
    width: 100%;
    margin: auto auto;
    max-width: 1145px !important;
  }

  .wiki-glossary-list {
    align-items: flex-start;
    flex: 1;
    max-width: 780px;
    padding-bottom: 20px;
  }

  .wiki-listby-order {
    align-self: stretch;
    font: 700 28px/140% "Barlow";
  }

  .leadform-section {
    display: block;
    display: flex;
    max-width: 332px;
    padding: 30px 0px;
    flex-direction: column;
    align-items: center;
    gap: var(--corner-radius-shape-corner_sm, 8px);
  }

  .wiki-glossary-container {
    margin-top: 40px;
    padding: 10px;
  }

  .glossary-items-container {
    gap: 20px 20px;
    flex-direction: row;
  }
  .glossary-items-container a {
    text-decoration: none;
  }

  .glossary-item-main {
    display: flex;
    flex-direction: row;
    line-height: normal;
    width: 33%;
    width: 235px;
  }

  .glossary-item:hover {
    background-color: var(--background-white);
  }

  .glossary-header {
    font: 600 16px/160% "Barlow";
  }

  .glossary-more-section {
    justify-content: center;
    display: flex;
    margin-top: 10px;
    gap: 2px;
    padding: 9px 0;
    align-items: center;
  }

  .glossary-more-button {
    color: var(--accent-primary);
    text-transform: uppercase;
    flex-grow: 1;
    white-space: nowrap;
    font: 600 16px/140% "Barlow";
  }

  .view-all-link {
    font: 600 16px/140% "Barlow";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #sidebar {
    display: none;
  }
}

@media (min-width: 992px) {
  .wiki-glossary-main .leadform-section {
    min-width: 300px;
    margin: 60px 0px !important;
  }
}
@media screen and (max-device-width: 640px), screen and (max-width: 640px) {
  #sidebar {
    display: none;
  }
}
