/* stylelint-disable color-no-hex */
.btn-primary {
  --bs-btn-color: #fff;
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.btn-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(260.75deg, #9E78F0 0%, #0957C3 100%);
  transition: 0.15s all ease;
}
.btn-primary .icon {
  position: relative;
  z-index: 5;
}
.btn-primary .icon svg, .btn-primary .icon img {
  max-height: 18px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn-primary .icon svg path[fill], .btn-primary .icon img path[fill] {
  fill: currentColor;
}
.btn-primary .icon svg path[stroke], .btn-primary .icon img path[stroke] {
  stroke: currentColor;
}
.btn-primary .caption, .btn-primary {
  position: relative;
  z-index: 5;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
.btn-primary:hover:before {
  opacity: 0.85;
}
.btn-primary.hover-dark {
  background: #1b1b1b;
}
.btn-primary.hover-dark:hover:before {
  opacity: 0;
}

.btn-primary-dark {
  color: #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  border: 2px solid rgb(20, 20, 20);
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-dark svg {
  margin-left: 6px;
}
.btn-primary-dark svg path[fill] {
  fill: currentColor;
}
.btn-primary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-dark:hover {
  border: 2px solid #9e78f0;
  background: #1b1b1b;
}
.btn-primary-dark:hover.hover-text-white {
  color: #fff;
}
.btn-primary-dark:active {
  color: #737373;
  border: 2px solid #a3a3a3;
  background: #525252;
}
.btn-primary-dark:active svg path {
  stroke: #737373;
}

.btn-grey-dark {
  height: 44px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 20px;
  gap: 10px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: #141414;
  border: 0;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-grey-dark svg {
  margin-left: 6px;
}
.btn-grey-dark svg path[fill] {
  fill: currentColor;
}
.btn-grey-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-grey-dark:hover {
  border: 0;
  background: #1b1b1b;
}
.btn-grey-dark:hover.hover-text-white {
  color: #fff;
}
.btn-grey-dark:active {
  border: 0;
  color: #737373;
  background: #525252;
}
.btn-grey-dark:active svg path {
  stroke: #737373;
}

.btn-primary-light {
  color: #fff;
  border: 2px solid #fff;
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-primary-light svg {
  margin-left: 6px;
}
.btn-primary-light svg path[fill] {
  fill: currentColor;
}
.btn-primary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-primary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
  color: #141414;
}
.btn-primary-light:hover svg path {
  stroke: #141414;
}
.btn-primary-light:active {
  border: 2px solid #a3a3a3;
  background: #525252;
  color: #e5e5e5;
}
.btn-primary-light:active svg path {
  stroke: #e5e5e5;
}

.btn-secondary-light {
  background: #fafafa;
  color: #0957c3;
  border: 2px solid #fff;
}
.btn-secondary-light svg path {
  stroke: #0957c3;
}
.btn-secondary-light {
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-light svg {
  margin-left: 6px;
}
.btn-secondary-light svg path[fill] {
  fill: currentColor;
}
.btn-secondary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-light:hover {
  border: 2px solid #9e78f0;
  background: #e5e5e5;
}
.btn-secondary-light:active {
  border: 2px solid #a3a3a3;
  background: #d6d6d6;
  color: #a3a3a3;
}
.btn-secondary-light:active svg path {
  stroke: #a3a3a3;
}

.btn-secondary-dark {
  color: #fff;
  background: #141414;
  border: 2px solid transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-secondary-dark svg {
  margin-left: 6px;
}
.btn-secondary-dark svg path[fill] {
  fill: currentColor;
}
.btn-secondary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-secondary-dark:hover {
  border: 2px solid #9e78f0;
  background: #383838;
}
.btn-secondary-dark:active {
  color: #a3a3a3;
  border: 2px solid #a3a3a3;
  background: #737373;
}
.btn-secondary-dark:active svg path {
  stroke: #a3a3a3;
}

.btn-tertiary-dark {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-dark svg {
  margin-left: 6px;
}
.btn-tertiary-dark svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-dark svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-dark .gradient {
  display: none;
}
.btn-tertiary-dark .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  .btn-tertiary-dark:hover {
    background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn-tertiary-dark:hover .gradient {
    display: block;
  }
  .btn-tertiary-dark:hover .default {
    display: none;
  }
}
@media (hover: none) {
  .btn-tertiary-dark:active {
    background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
  .btn-tertiary-dark:active .gradient {
    display: block;
  }
  .btn-tertiary-dark:active .default {
    display: none;
  }
}

.btn-tertiary-light {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-family: "Space Grotesk", sans-serif;
  justify-content: center;
}
.btn-tertiary-light svg {
  margin-left: 6px;
}
.btn-tertiary-light svg path[fill] {
  fill: currentColor;
}
.btn-tertiary-light svg path[stroke] {
  stroke: currentColor;
}
.btn-tertiary-light:focus, .btn-tertiary-light:active {
  color: #141414;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.btn-tertiary-light:hover {
  background: linear-gradient(261deg, #9e78f0 0%, #0957c3 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.gl-b-article-list {
  background: #fafafa;
}
.gl-b-article-list > .container {
  padding-bottom: 80px;
}
.gl-b-article-list .filters .label {
  margin: 0 0 12px 0;
  color: #141414;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  text-transform: uppercase;
}
.gl-b-article-list .filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gl-b-article-list .filters ul li {
  padding: 12px 24px;
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  border-left: 2px solid #e5e5e5;
  cursor: pointer;
}
.gl-b-article-list .filters ul li.active {
  border-left: 2px solid #0957c3;
  color: #0957c3;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.16px;
}
.gl-b-article-list .filters ul li:hover:not(.active) {
  color: #0957c3;
}
.gl-b-article-list .filters ul li:active:not(.active) {
  border-left: 2px solid #97b8e7;
  color: #97b8e7;
}
.gl-b-article-list .filters ul li p {
  margin: 0;
}
.gl-b-article-list .filters .category {
  margin-top: 40px;
}
.gl-b-article-list .mobile-filters {
  display: none;
}
.gl-b-article-list .search-container {
  padding: 32px 0 36px 0;
  border-radius: 5px;
  overflow: hidden;
}
.gl-b-article-list .search-container .input-group-text {
  height: 100%;
  border-radius: 4px 0 0 4px;
  background-color: transparent;
  border: none;
}
.gl-b-article-list .search-container input {
  padding: 13px 14px 13px 0;
  color: #737373;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
  outline: none;
  box-shadow: none;
  border-radius: 5px;
  border: none;
  background-color: transparent;
}
.gl-b-article-list .search-container input:focus {
  color: #141414;
}
.gl-b-article-list .search-container input:focus::-moz-placeholder {
  color: #141414;
}
.gl-b-article-list .search-container input:focus::placeholder {
  color: #141414;
}
.gl-b-article-list .search-container input:focus::-webkit-input-placeholder {
  color: #141414;
}
.gl-b-article-list .search-container input:focus:-ms-input-placeholder {
  color: #141414;
}
.gl-b-article-list .search-container .input-group {
  background-color: #f5f5f5;
  border-radius: 5px;
}
.gl-b-article-list .search-container .input-group:hover {
  background-color: #e5e5e5;
}
.gl-b-article-list .search-container .input-group:hover svg path {
  stroke: #141414;
}
.gl-b-article-list .search-container .input-group:active {
  background-color: #e5e5e5;
}
.gl-b-article-list .post-content .posts > .row {
  min-height: 452px;
}
.gl-b-article-list .post-content .posts > .row.no-post {
  min-height: 520px;
  margin-top: 112px;
}
.gl-b-article-list .post-content .posts .item {
  margin-bottom: 32px;
}
.gl-b-article-list .post-content .skeletal-loading-event,
.gl-b-article-list .post-content .skeletal-loading-partner {
  display: block;
}
.gl-b-article-list .card-post {
  height: 471px;
  max-width: 423.5px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  background: #141414;
}
.gl-b-article-list .card-post .post-card.shine {
  width: 100%;
}
.gl-b-article-list .card-post .post-card .featured-image {
  position: relative;
  overflow: hidden;
}
.gl-b-article-list .card-post .post-card .featured-image .overlay {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  transition: all 0.35s cubic-bezier(0.22, 0.84, 0.48, 0.99);
}
.gl-b-article-list .card-post .post-card .featured-image img {
  width: 100%;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gl-b-article-list .card-post .post-card .content {
  padding: 20px 24px;
  background: #141414;
  min-height: 231px;
  transition: all 0.35s cubic-bezier(0.22, 0.84, 0.48, 0.99);
}
.gl-b-article-list .card-post .post-card .content p {
  margin: 0;
}
.gl-b-article-list .card-post .post-card .content .post-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #a3a3a3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  opacity: 1;
  transition: all 0.35s cubic-bezier(0.22, 0.84, 0.48, 0.99);
  height: auto;
  background-color: transparent;
}
.gl-b-article-list .card-post .post-card .content .post-info .read-time {
  display: flex;
  align-items: center;
}
.gl-b-article-list .card-post .post-card .content .post-info .read-time svg {
  margin-right: 4px;
}
.gl-b-article-list .card-post .post-card .content .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Roboto Mono", sans-serif;
}
.gl-b-article-list .card-post .post-card .content .title {
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: pre-wrap;
}
.gl-b-article-list .card-post .post-card .content .excerpt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0 0;
  min-height: 40px;
  white-space: pre-wrap;
}
.gl-b-article-list .card-post .card-footer {
  position: absolute;
  width: 100%;
  padding: 0 24px 24px 24px;
  bottom: 0;
}
.gl-b-article-list .card-post .card-footer .pill {
  margin-left: 4px;
}
.gl-b-article-list .card-post .card-footer .pill:first-child {
  margin: 0;
}
.gl-b-article-list .card-post .card-footer .pill {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #2b84ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  text-transform: uppercase;
  background-color: rgba(9, 87, 195, 0.1);
}
.gl-b-article-list .card-post .card-footer .pill:hover {
  border-radius: 5px;
  border: 1px solid #2b84ff;
  background: rgba(9, 87, 195, 0.15);
}
.gl-b-article-list .card-post .card-footer .pill.count {
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fafafa;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  text-transform: uppercase;
  background-color: transparent;
}
.gl-b-article-list .card-post a {
  text-decoration: none;
  transition: all 0.5s;
}
.gl-b-article-list .card-post a .post-card .featured-image img {
  transition: all 0.35s cubic-bezier(0.22, 0.84, 0.48, 0.99);
}
@media screen and (min-width: 992px) {
  .gl-b-article-list .card-post a:hover .post-card .featured-image {
    overflow: hidden;
  }
  .gl-b-article-list .card-post a:hover .post-card .featured-image .overlay {
    z-index: 2;
    visibility: visible;
  }
  .gl-b-article-list .card-post a:hover .post-card .featured-image img {
    transform: scale(1.2);
  }
  .gl-b-article-list .card-post a:hover .post-card .content {
    transition: all 0.35s cubic-bezier(0.22, 0.84, 0.48, 0.99);
  }
}
@media screen and (max-width: 991px) {
  .gl-b-article-list .card-post {
    max-width: 100%;
    height: 444px;
  }
  .gl-b-article-list .card-post .post-card {
    background-size: cover;
    background-position: center;
  }
  .gl-b-article-list .card-post .post-card .featured-image img {
    height: 193px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gl-b-article-list .card-post .post-card .post-card .content {
    padding: 24px 24px;
  }
  .gl-b-article-list .card-post .post-card .content .excerpt {
    min-height: 60px;
  }
  .gl-b-article-list .card-post .post-card .card-post .card-footer {
    bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .gl-b-article-list .card-post {
    height: 428px;
  }
  .gl-b-article-list .card-post .post-card .content .excerpt {
    min-height: initial;
  }
}
.gl-b-article-list .blog-card .card-post .post-card .content .title {
  -webkit-line-clamp: 3;
}
.gl-b-article-list .blog-card .card-footer {
  display: none;
}
.gl-b-article-list .no-result {
  height: 100%;
  position: relative;
  text-align: center;
}
.gl-b-article-list .no-result .message {
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gl-b-article-list .no-result .message p {
  margin: 0;
}
.gl-b-article-list .no-result .message .title {
  color: #0957c3;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.gl-b-article-list .no-result .message .content {
  color: #525252;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  max-width: 422px;
  margin: 0 auto;
}
.gl-b-article-list.no-hero .post-content .posts .row.no-post {
  height: auto;
  min-height: auto;
}
.gl-b-article-list .latest-post {
  margin-bottom: 48px;
}
.gl-b-article-list .latest-post .post-info-container {
  padding: 59px 24px 59px 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gl-b-article-list .latest-post .post-info {
  max-width: 573px;
  width: 100%;
}
.gl-b-article-list .latest-post .post-info .title a {
  text-decoration: none;
  color: #fff;
}
.gl-b-article-list .latest-post .post-info {
  background-color: #141414;
}
.gl-b-article-list .latest-post .post-info .info-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 64px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.gl-b-article-list .latest-post .post-info .info-header .span-reading-time {
  margin-left: 4px;
}
.gl-b-article-list .latest-post .post-info .info-header .read-duration {
  display: flex;
  align-items: center;
}
.gl-b-article-list .latest-post .post-info .content {
  padding: 64px 64px 56px 64px;
}
.gl-b-article-list .latest-post .post-info .content .h2 {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: -0.36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.gl-b-article-list .latest-post .post-info .content h4 {
  color: #fff;
}
.gl-b-article-list .latest-post .post-info .content .excerpt {
  margin-top: 24px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, 0.2);
}
.gl-b-article-list .latest-post .post-info .content .excerpt > * {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
  letter-spacing: -0.24px;
}
.gl-b-article-list .latest-post .post-info .info-footer {
  padding: 0 64px 64px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.gl-b-article-list .latest-post .post-info .info-footer .authors .label {
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  text-transform: uppercase;
}
.gl-b-article-list .latest-post .post-info .info-footer .authors .profile-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}
.gl-b-article-list .latest-post .post-info .info-footer .authors .profile-list li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.gl-b-article-list .latest-post .post-info .info-footer .authors .profile-list li::after {
  content: "/";
  padding: 0 8px;
}
.gl-b-article-list .latest-post .post-info .info-footer .authors .profile-list li:last-child::after {
  content: "";
  display: none;
}
.gl-b-article-list .latest-post .post-info .info-footer .authors .profile-list a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: 0.3s ease;
}
.gl-b-article-list .latest-post .post-info .info-footer .authors .profile-list a:hover {
  color: #fff;
  text-decoration: underline;
}
.gl-b-article-list .latest-post .post-info .info-footer .categories .pill {
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid transparent;
  color: #2b84ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  text-transform: uppercase;
  background-color: rgba(9, 87, 195, 0.1);
}
.gl-b-article-list .latest-post .post-info .info-footer .categories .pill:hover {
  border-radius: 5px;
  border: 1px solid #2b84ff;
  background: rgba(9, 87, 195, 0.15);
}
.gl-b-article-list .latest-post .post-info .info-footer .categories .pill.count {
  display: none;
}
@media screen and (max-width: 991px) {
  .gl-b-article-list .latest-post .post-info .info-header {
    padding: 14px 32px;
  }
  .gl-b-article-list .latest-post .post-info .content {
    padding: 32px 32px 48px 32px;
  }
  .gl-b-article-list .latest-post .post-info .content .h2 {
    color: rgb(255, 255, 255);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.6px;
    letter-spacing: -0.48px;
    max-width: 437px;
    width: 100%;
  }
  .gl-b-article-list .latest-post .post-info .content .excerpt {
    margin-top: 12px;
  }
  .gl-b-article-list .latest-post .post-info .content .excerpt > * {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.6px;
    max-width: 437px;
    width: 100%;
  }
  .gl-b-article-list .latest-post .post-info .info-footer {
    padding: 0 32px 32px;
  }
  .gl-b-article-list .latest-post .post-info .info-footer .categories .pill.count {
    display: none;
    padding: 5px 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fafafa;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  .gl-b-article-list .latest-post .post-info .content .h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
  }
  .gl-b-article-list .latest-post .post-info .content .excerpt {
    margin-top: 16px;
  }
  .gl-b-article-list .latest-post .post-info .info-footer {
    flex-direction: column;
    align-items: start;
  }
  .gl-b-article-list .latest-post .post-info .info-footer .categories {
    margin-top: 16px;
  }
  .gl-b-article-list .latest-post .post-info .info-footer .categories .pill {
    display: none;
  }
  .gl-b-article-list .latest-post .post-info .info-footer .categories .pill:first-child, .gl-b-article-list .latest-post .post-info .info-footer .categories .pill.count {
    display: inline-block;
  }
}
.gl-b-article-list .latest-post .post-info .content .excerpt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  color: rgba(255, 255, 255, 0.6);
}
.gl-b-article-list .latest-post .post-info .info-header {
  padding: 24px 32px;
}
.gl-b-article-list .latest-post .post-info .content {
  padding: 24px 32px 48px 24px;
}
.gl-b-article-list .latest-post .post-info .info-footer {
  padding: 0 32px 24px 32px;
}
.gl-b-article-list .latest-mobile-card {
  display: none;
}

@media screen and (min-width: 992px) {
  .gl-b-article-list .blog-card .card-post a:hover .post-card .featured-image {
    height: 240px;
  }
}
@media screen and (max-width: 991px) {
  .gl-b-article-list .search-container {
    padding: 32px 0 24px 0;
  }
  .gl-b-article-list .desktop {
    display: none;
  }
  .gl-b-article-list .mobile-filters {
    display: block;
  }
  .gl-b-article-list .mobile-filters p {
    margin: 0;
    color: #737373;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.2px;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  .gl-b-article-list .mobile-filters .btn {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: rgb(255, 255, 255);
    width: 100%;
    color: #383838;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.4px;
    letter-spacing: -0.24px;
    text-align: left;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .gl-b-article-list .mobile-filters .btn.show {
    background: #f5f9ff;
    border-color: #0957c3;
    color: #97b8e7;
    border-radius: 5px 5px;
    box-shadow: 0 8px 24px 0 rgba(32, 89, 175, 0.15);
  }
  .gl-b-article-list .mobile-filters .btn.show::after {
    transform: rotate(180deg);
  }
  .gl-b-article-list .mobile-filters .dropdown-menu.category {
    height: 200px;
    overflow-y: scroll;
  }
  .gl-b-article-list .mobile-filters .dropdown-menu.show {
    border-radius: 5px 5px;
    width: 100%;
    border: 1px solid #0957c3;
    padding: 0;
    transform: translate(0, 57px) !important;
    overflow-x: hidden;
    box-shadow: 0 8px 24px 0 rgba(32, 89, 175, 0.15);
  }
  .gl-b-article-list .mobile-filters .dropdown-menu.show li {
    padding: 12px 16px;
    border-bottom: 1px solid #0957c3;
    cursor: pointer;
  }
  .gl-b-article-list .mobile-filters .dropdown-menu.show li:last-child {
    border: none;
  }
  .gl-b-article-list .mobile-filters .dropdown-menu.show li:hover:not(.active) {
    background: #dde9f9;
  }
  .gl-b-article-list .mobile-filters .dropdown-menu.show li:active {
    background: #0957c3;
    color: #fff;
  }
  .gl-b-article-list .mobile-filters .dropdown-toggle::after {
    border: none;
    content: "";
    height: 20px;
    width: 20px;
    background-image: url(../img/dropdown-arrow.svg);
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    transition: all 0.35s cubic-bezier(0.22, 0.84, 0.48, 0.99);
  }
  .gl-b-article-list .filter-visible .post-content {
    margin-top: 40px;
  }
  .gl-b-article-list.no-hero {
    padding-top: 92px;
  }
}
@media screen and (max-width: 767px) {
  .gl-b-article-list .search-container {
    padding: 24px 0;
  }
  .gl-b-article-list > .container {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 575px) {
  .gl-b-article-list .categories.filter {
    margin-top: 24px;
  }
  .gl-b-article-list .latest-post {
    display: none;
  }
  .gl-b-article-list .latest-mobile-card {
    display: block;
  }
}