/* stylelint-disable-next-line wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-disable wrap-rem-on-px/wrap-rem-on-px */
/* stylelint-enable wrap-rem-on-px/wrap-rem-on-px */
/*
USAGE:
font-size: fluid(12, 62); : from rem(12)@380px to  rem(62)@1440px
gap: fluid(10, 33, 992);  : from rem(10)@991px to  rem(33)@1440px
margin-right: fluid(32, 65, 320, 2560);  : from rem(32)@320px to  rem(65)@2560px
*/
/*
AUTOFILL

USAGE:
@include mixin.autofill(background-color, text-color);
@include mixin.autofill;

Note: Call this mixin in the wrapper or container to where you intend to manipulate the
      default chrome autofill styles for input, textarea and select elements.
*/
/* stylelint-disable */
/* stylelint-enable */
/* Font */
/* Brand palette */
/* Neutral palette */
/* CardWorks UI kit — eyebrow pills, section surfaces (stack-showcase, etc.) */
/* Accents & states */
/* News filter cards (Figma — Filter + Cards) */
section.section.section--news-hero {
  overflow: hidden;
  background-color: #150D50;
  color: #fff;
  padding-top: 8rem;
  position: relative;
}
section.section.section--news-hero .news-hero__media {
  position: absolute;
  z-index: 0;
  inset: 0;
}
section.section.section--news-hero .news-hero__media video {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
  object-position: center;
}
section.section.section--news-hero .news-hero__media figure.aspect-box {
  --aspect-ratio: 944/1440;
  height: 100%;
}
section.section.section--news-hero .news-hero__media .news-hero__lottie {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  inset: 0;
  pointer-events: none;
}
section.section.section--news-hero .cws.news-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: clamp(4rem, 6.03774vw + 2.5660375rem, 8rem);
}
section.section.section--news-hero .cws.news-hero .news-hero__main {
  position: relative;
  z-index: 1;
}
section.section.section--news-hero .cws.news-hero .news-hero__main header {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (min-width:991px) {
  section.section.section--news-hero .cws.news-hero .news-hero__main header {
    margin-bottom: 6rem;
  }
}
section.section.section--news-hero .cws.news-hero .news-hero__main header h1 {
  max-width: 55rem;
  padding-top: 6rem;
  margin: 0 auto;
  font-family: "Circular XX TT", sans-serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.125;
}
@media screen and (min-width:991px) {
  section.section.section--news-hero .cws.news-hero .news-hero__main header h1 {
    padding-top: 8.5rem;
    font-size: 4rem;
  }
}
section.section.section--news-hero .cws.news-hero .news-hero__main article {
  position: relative;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  border-radius: 1.5rem;
  background-color: #53ebff;
  flex-direction: column-reverse;
}
@media screen and (min-width:991px) {
  section.section.section--news-hero .cws.news-hero .news-hero__main article {
    min-height: 24rem;
    flex-direction: row;
    gap: 4rem;
  }
}
section.section.section--news-hero .cws.news-hero .news-hero__main article > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
}
section.section.section--news-hero .cws.news-hero .news-hero__main article .news-hero__copy {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2rem;
  gap: 1rem;
  flex-basis: 53.0120481928%;
}
@media screen and (min-width:991px) {
  section.section.section--news-hero .cws.news-hero .news-hero__main article .news-hero__copy {
    padding: 4rem 0rem 4rem 4rem;
  }
}
section.section.section--news-hero .cws.news-hero .news-hero__main article .news-hero__copy p {
  margin: 0;
  color: #150D50;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.75;
  white-space: nowrap;
}
section.section.section--news-hero .cws.news-hero .news-hero__main article .news-hero__copy time {
  margin: 0;
  color: #150D50;
  font-family: "Circular XX TT", sans-serif;
  font-size: clamp(1.125rem, 0.18868vw + 1.08018875rem, 1.25rem);
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
}
section.section.section--news-hero .cws.news-hero .news-hero__main article .news-hero__copy a {
  margin: 0;
  color: #2626FF;
  font-family: "Circular XX TT", sans-serif;
  font-size: clamp(2rem, 1.50943vw + 1.641509375rem, 3rem);
  font-style: normal;
  font-weight: 450;
  letter-spacing: normal;
  max-width: 44rem;
  line-height: 1.1666666667;
  transition: all 0.3s ease-in-out;
}
section.section.section--news-hero .cws.news-hero .news-hero__main article .news-hero__copy a:hover {
  text-decoration: underline;
}
section.section.section--news-hero .cws.news-hero .news-hero__main article .news-hero__copy a:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.25rem;
}
section.section.section--news-hero .cws.news-hero .news-hero__main article:hover a {
  text-decoration: underline;
}
section.section.section--news-hero .cws.news-hero .news-hero__main article figure.aspect-box {
  margin: 0;
  --aspect-ratio: 144/336;
}
@media screen and (min-width:991px) {
  section.section.section--news-hero .cws.news-hero .news-hero__main article figure.aspect-box {
    flex-basis: 32.5301204819%;
  }
}
section.section.section--news-hero .cws.news-hero .news-hero__main article figure.aspect-box img {
  border-radius: 1.5rem 0 0 1.5rem;
}
section.section.section--news-hero .news-hero__image-wrap.aspect-box {
  overflow: hidden;
  width: 100%;
  border-radius: 1.5rem 1.5rem 0 0;
  background-color: #f8e6d1;
}
@media screen and (min-width:991px) {
  section.section.section--news-hero .news-hero__image-wrap.aspect-box {
    height: 100%;
    min-height: 100%;
    border-radius: 0 1.5rem 1.5rem 0;
  }
  section.section.section--news-hero .news-hero__image-wrap.aspect-box::before {
    display: none;
  }
}

section.section.section--filter-tabs {
  padding-top: 6rem;
}
@media screen and (min-width:991px) {
  section.section.section--filter-tabs {
    padding-top: 8rem;
  }
}
@media screen and (max-width:767px) {
  section.section.section--filter-tabs .container {
    padding-right: 0;
  }
}
@media screen and (min-width:991px) {
  section.section.section--filter-tabs .cws.filter nav {
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: flex-start;
  }
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width:991px) {
  section.section.section--filter-tabs .cws.filter nav .filter__list ul {
    flex-wrap: wrap;
  }
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 62.4375rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  background-color: #e9e9ff;
  color: #150D50;
  white-space: nowrap;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li a {
  color: #150D50;
}
@media screen and (min-width:991px) {
  section.section.section--filter-tabs .cws.filter nav .filter__list ul li {
    padding: 0.75rem 1.5rem;
  }
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li svg {
  width: 0;
  height: 0;
  transition: all 0.3s ease-in-out;
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li:focus-visible {
  outline: 0.125rem solid #150D50;
  outline-offset: 0.125rem;
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li:hover:not(.is-active) {
  box-shadow: 0 0 0 1px rgba(21, 13, 80, 0.14);
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li:has(a.active) {
  background-color: #2626FF;
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li:has(a.active) svg {
  min-width: 1.5rem;
  height: 1.5rem;
  display: block;
}
section.section.section--filter-tabs .cws.filter nav .filter__list ul li:has(a.active) a {
  color: #fff;
}
section.section.section--filter-tabs .cws.filter nav .filter__sort {
  width: 100%;
}
@media screen and (min-width:991px) {
  section.section.section--filter-tabs .cws.filter nav .filter__sort {
    width: auto;
  }
}
section.section.section--filter-tabs .cws.filter nav .filter__sort .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
section.section.section--filter-tabs .cws.filter nav .filter__sort select {
  width: calc(100% - 1.625rem);
  min-width: 12.5rem;
  padding: 0.75rem 1.5rem;
  border: 0.125rem solid #a8a8ff;
  border-radius: 0.5rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1rem;
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.25;
  cursor: pointer;
  background-color: #fff;
  color: #150D50;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23150D50' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.75rem center;
  appearance: none;
  margin-top: 1.5rem;
  color: #150D50;
}
@media screen and (min-width:991px) {
  section.section.section--filter-tabs .cws.filter nav .filter__sort select {
    width: auto;
    min-width: 18.75rem;
    margin-top: 0;
    line-height: 1.5;
  }
}

section.section.section--news-filter-cards {
  position: relative;
  overflow: hidden;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #150D50;
}
section.section.section--news-filter-cards .cws.news-filter-cards {
  position: relative;
  z-index: 1;
}
section.section.section--news-filter-cards .news-filter-cards__bleed {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: none;
  height: auto;
  pointer-events: none;
}
section.section.section--news-filter-cards .news-filter-cards__bleed img {
  display: block;
  width: 100%;
  height: auto;
}
section.section.section--news-filter-cards .news-filter-cards__sort {
  flex: 0 0 auto;
}
section.section.section--news-filter-cards .news-filter-cards__sort-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
section.section.section--news-filter-cards .news-filter-cards__select {
  min-width: 12.5rem;
  padding: 0.75rem 2.25rem 0.75rem 0.875rem;
  border: 1px solid #a8a8ff;
  border-radius: 0.5rem;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.25;
  cursor: pointer;
  background-color: #fff;
  color: #150D50;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23150D50' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  appearance: none;
}
section.section.section--news-filter-cards .news-filter-cards__select:focus-visible {
  outline: 0.125rem solid #2626FF;
  outline-offset: 0.125rem;
}
section.section.section--news-filter-cards ul.news-filter-cards__grid {
  display: grid;
  margin: 0;
  padding: 0;
  gap: 1rem;
  grid-template-columns: 1fr;
  list-style: none;
}
@media screen and (min-width:768px) {
  section.section.section--news-filter-cards ul.news-filter-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width:991px) {
  section.section.section--news-filter-cards ul.news-filter-cards__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
section.section.section--news-filter-cards ul.news-filter-cards__grid > li {
  min-width: 0;
}
section.section.section--news-filter-cards ul.news-filter-cards__grid > li[hidden] {
  display: none;
}
section.section.section--news-filter-cards ul.news-filter-cards__grid > li.news-filter-cards__empty {
  grid-column: 1/-1;
  padding: 1.5rem;
  text-align: center;
}
section.section.section--news-filter-cards ul.news-filter-cards__grid > li.news-filter-cards__empty .news-filter-cards__empty-text {
  margin: 0;
  font-size: 1rem;
}
section.section.section--news-filter-cards .news-filter-cards__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  border-radius: 0.75rem;
  background-color: #cbf9ff;
  position: relative;
  transition: box-shadow 0.2s ease;
}
section.section.section--news-filter-cards .news-filter-cards__card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
}
section.section.section--news-filter-cards .news-filter-cards__card:focus-within {
  box-shadow: 0 0.25rem 1.5rem rgba(21, 13, 80, 0.08);
}
section.section.section--news-filter-cards .news-filter-cards__card:hover .news-filter-cards__body h3 {
  text-decoration: underline;
}
section.section.section--news-filter-cards .news-filter-cards__media {
  margin: -1.5rem -1.5rem 1.5rem;
  overflow: hidden;
  border-radius: 0.75rem 0.75rem 0 0;
}
section.section.section--news-filter-cards .news-filter-cards__figure {
  margin: 0;
}
section.section.section--news-filter-cards .news-filter-cards__aspect {
  --aspect-ratio: 144/336;
}
@media screen and (min-width:991px) {
  section.section.section--news-filter-cards .news-filter-cards__aspect {
    --aspect-ratio: 182/432;
  }
}
section.section.section--news-filter-cards .news-filter-cards__aspect img {
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}
section.section.section--news-filter-cards .news-filter-cards__video {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  aspect-ratio: 432/182;
  object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  section.section.section--news-filter-cards .news-filter-cards__video {
    display: none;
  }
}
section.section.section--news-filter-cards .news-filter-cards__video-static {
  display: none;
  margin: 0;
}
@media (prefers-reduced-motion: reduce) {
  section.section.section--news-filter-cards .news-filter-cards__video-static {
    display: block;
  }
}
section.section.section--news-filter-cards .news-filter-cards__video-static .news-filter-cards__aspect {
  --aspect-ratio: 306/544;
}
section.section.section--news-filter-cards .news-filter-cards__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
section.section.section--news-filter-cards .news-filter-cards__body > p {
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.5;
  color: #150D50;
  font-size: 1rem;
}
@media screen and (min-width:991px) {
  section.section.section--news-filter-cards .news-filter-cards__body > p {
    line-height: 1.75;
  }
}
section.section.section--news-filter-cards .news-filter-cards__body h3 {
  margin: 0;
  font-family: "Circular XX TT", sans-serif;
  font-weight: 450;
  letter-spacing: normal;
  line-height: 1.16667;
  color: #2626FF;
  font-size: 1.5rem;
}
@media screen and (min-width:991px) {
  section.section.section--news-filter-cards .news-filter-cards__body h3 {
    font-size: 2rem;
    line-height: 1.25;
  }
}
section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper p, section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper time {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  text-transform: capitalize;
}
@media screen and (min-width:991px) {
  section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper p, section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper time {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper .news-filter-cards__meta {
  margin: auto 0 0;
  font-family: "Circular XX TT", sans-serif;
  font-size: clamp(0.8125rem, 0.18868vw + 0.76768875rem, 0.9375rem);
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.4;
  color: #0e3156;
}
section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper .news-filter-cards__meta span, section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper .news-filter-cards__meta time {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: capitalize;
}
@media screen and (min-width:991px) {
  section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper .news-filter-cards__meta span, section.section.section--news-filter-cards .news-filter-cards__body .news-filter-cards__meta-wrapper .news-filter-cards__meta time {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}

.cws.blog-hero {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #cbf9ff;
}
@media screen and (min-width:991px) {
  .cws.blog-hero {
    padding-top: 12.5rem;
    padding-bottom: 8rem;
  }
}
.cws.blog-hero .blog-hero__breadcrumbs ul li a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #2626FF;
  font-family: "Circular XX TT", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.0125rem;
}
.cws.blog-hero .blog-hero__content header {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.cws.blog-hero .blog-hero__content header .entry-meta p {
  font-size: 1rem;
  font-weight: 450;
  line-height: 1.75;
  color: #150D50;
  margin: 0;
}
.cws.blog-hero .blog-hero__content header h1 {
  margin-bottom: 0;
  font-weight: 450;
  color: #150D50;
  max-width: 55rem;
  color: #150D50;
  font-size: 2.5rem;
  line-height: 1.1;
}
@media screen and (min-width:991px) {
  .cws.blog-hero .blog-hero__content header h1 {
    font-size: 3.5rem;
    line-height: 1.14286;
  }
}
.cws.blog-hero .blog-hero__content header p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #150D50;
}
.cws.blog-hero .blog-hero__content figure.aspect-box {
  margin-top: 4rem;
  --aspect-ratio: 569/1328;
}
.cws.blog-hero .blog-hero__content figure.aspect-box img, .cws.blog-hero .blog-hero__content figure.aspect-box video {
  border-radius: 1.5rem;
}
.cws.blog-hero .blog-hero__content .blog-hero__media {
  padding-top: 4rem;
}
.cws.blog-hero .blog-hero__content .blog-hero__media figure.aspect-box {
  margin-top: 0;
  --aspect-ratio: 569/1328;
}
.cws.blog-hero .blog-hero__content .blog-hero__media figure.aspect-box img, .cws.blog-hero .blog-hero__content .blog-hero__media figure.aspect-box video {
  border-radius: 1.5rem;
}

section.section.section--post-content {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (min-width:991px) {
  section.section.section--post-content {
    padding-top: 8rem;
    padding-bottom: 18.75rem;
  }
}
section.section.section--post-content .entry-content {
  max-width: 55rem;
  margin: 0 auto;
}
section.section.section--post-content .blog-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(40%);
  pointer-events: none;
}
section.section.section--post-content .blog-gradient svg {
  width: 100%;
}

section.section.section--social-share {
  padding-top: 3.25rem;
}
section.section.section--social-share .cws.social-share {
  max-width: 55rem;
  margin: 0 auto;
  position: relative;
  padding-top: 3.25rem;
}
section.section.section--social-share .cws.social-share::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: linear-gradient(262deg, #53EBFF 2.9%, #2626FF 95.79%);
  content: "";
}
section.section.section--social-share .cws.social-share p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  color: #150D50;
  margin-bottom: 1rem;
}
section.section.section--social-share .cws.social-share nav ul {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
section.section.section--social-share .cws.social-share nav ul li svg {
  width: 3.25rem;
  height: 3.25rem;
}

.section.section--pagination .cws.pagination nav ul {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.section.section--pagination .cws.pagination nav ul li a {
  color: #2626FF;
  border: 0.0625rem solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 6.25rem;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width:991px) {
  .section.section--pagination .cws.pagination nav ul li a {
    font-size: 1.25rem;
    width: 3rem;
    height: 3rem;
  }
}
.section.section--pagination .cws.pagination nav ul li a {
  transition: all 0.3s ease-in-out;
}
.section.section--pagination .cws.pagination nav ul li a:hover {
  border: 0.125rem solid #2626FF;
  color: #2626FF;
  background: #E9E9FF;
}
.section.section--pagination .cws.pagination nav ul li .current {
  color: #fff;
  background: #2626FF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0.75rem;
  border-radius: 6.25rem;
  width: 3rem;
  height: 3rem;
}
.section.section--pagination .cws.pagination nav ul li .next, .section.section--pagination .cws.pagination nav ul li .prev {
  border: none;
  position: relative;
  display: flex;
  gap: 0.5rem;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 0.125rem solid transparent;
}
.section.section--pagination .cws.pagination nav ul li .next span, .section.section--pagination .cws.pagination nav ul li .prev span {
  display: none;
}
@media screen and (min-width:991px) {
  .section.section--pagination .cws.pagination nav ul li .next span, .section.section--pagination .cws.pagination nav ul li .prev span {
    display: block;
  }
}
.section.section--pagination .cws.pagination nav ul li .next::after, .section.section--pagination .cws.pagination nav ul li .prev::after {
  content: "";
  position: relative;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M14.2042 10.5H0V8.16667H14.2042L7.67083 1.63333L9.33333 0L18.6667 9.33333L9.33333 18.6667L7.67083 17.0333L14.2042 10.5Z" fill="%232626FF"/%3E%3C/svg%3E');
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  display: block;
  right: 0;
}
.section.section--pagination .cws.pagination nav ul li .next:hover, .section.section--pagination .cws.pagination nav ul li .prev:hover {
  background: none;
  border: none;
  border-bottom: 0.125rem solid #2626FF;
}
.section.section--pagination .cws.pagination nav ul li .prev:after {
  display: none;
}
.section.section--pagination .cws.pagination nav ul li .prev::before {
  content: "";
  position: relative;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="19" height="19" viewBox="0 0 19 19" fill="none"><path d="M4.4625 10.5L10.9958 17.0333L9.33333 18.6667L0 9.33333L9.33333 0L10.9958 1.63333L4.4625 8.16667H18.6667V10.5H4.4625Z" fill="%232626FF"/></svg>');
  width: 1.125rem;
  height: 1.125rem;
  background-size: contain;
  display: block;
  right: 0;
}

.posts-listing-container {
  position: relative;
}
.posts-listing-container .posts-listing-gradient {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 15rem;
  pointer-events: none;
}
.posts-listing-container .posts-listing-gradient svg {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=news-resources.css.map */
