.telegraph-blog__featured {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  padding: 50px;
  border-radius: 10px;
  overflow: hidden;
  margin: 30px 0 120px;
  min-height: 525px;
}
@media only screen and (max-width: 1024px) {
  .telegraph-blog__featured {
    margin: 30px 0 90px;
    min-height: unset;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .telegraph-blog__featured {
    margin: 30px 0 60px;
    padding: 36px 20px;
  }
}
.telegraph-blog__featured::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.telegraph-blog__featured > * {
  z-index: 10;
  position: relative;
}
.telegraph-blog__featured-top {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.telegraph-blog__featured-top h6 {
  color: var(--e-global-color-primary);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: 0;
}
.telegraph-blog__featured-top span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
.telegraph-blog__featured h1 {
  max-width: 770px;
}
.telegraph-blog__featured p {
  max-width: 600px;
  margin-bottom: 50px;
  color: var(--e-global-color-text);
}
@media only screen and (max-width: 1024px) {
  .telegraph-blog__featured p {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .telegraph-blog__featured p {
    margin-bottom: 36px;
  }
}
.telegraph-blog__featured a {
  margin-top: auto;
}
.telegraph-blog__filters,
.telegraph-blog__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 50px;
}
@media only screen and (max-width: 1300px) {
  .telegraph-blog__filters,
  .telegraph-blog__search {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  .telegraph-blog__filters,
  .telegraph-blog__search {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .telegraph-blog__filters,
  .telegraph-blog__search {
    row-gap: 36px;
    margin: 0 0 36px;
  }
}
.telegraph-blog__filters > h6,
.telegraph-blog__search > h6 {
  margin-bottom: 0;
  max-width: calc(100% - 430px);
}
@media only screen and (max-width: 1300px) {
  .telegraph-blog__filters > h6,
  .telegraph-blog__search > h6 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.telegraph-blog__filters > h6 i,
.telegraph-blog__search > h6 i {
  font-style: normal;
  color: var(--e-global-color-primary);
  font-weight: 600;
}
.telegraph-blog__filters ul,
.telegraph-blog__search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  max-width: calc(100% - 350px);
}
@media only screen and (max-width: 1300px) {
  .telegraph-blog__filters ul,
  .telegraph-blog__search ul {
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.telegraph-blog__filters ul h6,
.telegraph-blog__search ul h6 {
  margin-bottom: 0;
}
.telegraph-blog__filters a,
.telegraph-blog__search a {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 10px;
  background-color: rgba(235, 243, 246, 0.03);
  border: 1px solid rgba(52, 255, 164, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.25) inset;
}
.telegraph-blog__filters a.active,
.telegraph-blog__filters a:hover,
.telegraph-blog__search a.active,
.telegraph-blog__search a:hover {
  color: var(--e-global-color-primary);
  border-color: currentColor;
}
.telegraph-blog__filters form,
.telegraph-blog__search form {
  width: 100%;
  max-width: 320px;
  position: relative;
}
.telegraph-blog__filters input,
.telegraph-blog__search input {
  padding: 16px 45px 16px 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.9px;
  border-radius: 10px;
  width: 100%;
  background-color: rgba(235, 243, 246, 0.03);
  color: var(--e-global-color-4278a54);
  border: 1px solid rgba(52, 255, 164, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.25) inset;
}
.telegraph-blog__filters input:-webkit-autofill,
.telegraph-blog__search input:-webkit-autofill {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  -o-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}
.telegraph-blog__filters input:focus,
.telegraph-blog__search input:focus {
  color: var(--e-global-color-primary);
  background: rgba(235, 243, 246, 0.22);
}
.telegraph-blog__filters button,
.telegraph-blog__search button {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background: 0 0;
  border: none;
  outline: 0;
  background: unset !important;
  border: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  padding: 0 !important;
}
.telegraph-blog__filters button svg path,
.telegraph-blog__search button svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.telegraph-blog__filters button:hover svg path,
.telegraph-blog__search button:hover svg path {
  stroke: var(--e-global-color-text);
}
.telegraph-blog__posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}
.telegraph-blog__posts > h4 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .telegraph-blog__posts {
    gap: 15px;
  }
}
.telegraph-blog__item {
  width: calc(100% / 3 - 20px);
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: var(--e-global-color-accent);
}
.telegraph-blog__item:nth-of-type(6n),
.telegraph-blog__item:nth-of-type(6n-2) {
  margin-top: -110px;
}
@media only screen and (max-width: 1024px) {
  .telegraph-blog__item:nth-of-type(6n),
  .telegraph-blog__item:nth-of-type(6n-2) {
    margin-top: 0;
  }
}
.telegraph-blog__item:nth-of-type(even) {
  min-height: 480px;
}
@media only screen and (max-width: 1024px) {
  .telegraph-blog__item:nth-of-type(even) {
    min-height: 370px;
  }
}
.telegraph-blog__item:nth-of-type(odd) {
  min-height: 370px;
}
@media only screen and (max-width: 1024px) {
  .telegraph-blog__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .telegraph-blog__item {
    width: 100%;
  }
}
.telegraph-blog__item span {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--e-global-color-4278a54);
}
.telegraph-blog__item h4,
.telegraph-blog__item svg path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.telegraph-blog__item h4 {
  margin: 10px 0 20px;
}
@media only screen and (max-width: 767px) {
  .telegraph-blog__item h4 {
    margin: 10px 0 16px;
  }
}
.telegraph-blog__item:hover h4 {
  color: var(--e-global-color-primary);
}
.telegraph-blog__item:hover svg path {
  stroke: var(--e-global-color-primary);
}
.telegraph-blog__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(53.62%, rgba(0, 0, 0, 0.1)), color-stop(75.52%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 53.62%, rgba(0, 0, 0, 0.7) 75.52%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 53.62%, rgba(0, 0, 0, 0.7) 75.52%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 53.62%, rgba(0, 0, 0, 0.7) 75.52%);
  z-index: 5;
}
.telegraph-blog__item > * {
  position: relative;
  z-index: 10;
}
.telegraph-blog__item a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.telegraph-blog__pagination {
  width: 100%;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.telegraph-blog__pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background-color: rgba(235, 243, 246, 0.03);
  border: 1px solid rgba(52, 255, 164, 0.2);
  -webkit-box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.25) inset;
  box-shadow: 0 0 3px 0 rgba(255, 255, 255, 0.25) inset;
}
.telegraph-blog__pagination .page-numbers.current {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
  background: rgba(235, 243, 246, 0.22);
}
.telegraph-blog__pagination .page-numbers:hover {
  color: var(--e-global-color-primary);
  border-color: var(--e-global-color-primary);
}
.telegraph-blog__pagination .page-numbers:hover path {
  stroke: currentColor;
}
.telegraph-blog__pagination .next,
.telegraph-blog__pagination .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
@media only screen and (max-width: 767px) {
  .telegraph-blog__pagination .next,
  .telegraph-blog__pagination .prev {
    display: none;
  }
}
.telegraph-blog__pagination .next {
  right: 0;
}
.telegraph-blog__pagination .prev {
  left: 0;
}
.telegraph-cta {
  padding: 120px 0 100px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .telegraph-cta {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 767px) {
  .telegraph-cta {
    padding: 60px 0;
  }
}
.telegraph-cta h2 {
  margin-bottom: 50px;
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .telegraph-cta h2 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .telegraph-cta h2 {
    margin-bottom: 36px;
  }
}
.telegraph-cta h2 span {
  font: inherit;
  color: var(--e-global-color-primary);
  letter-spacing: inherit;
}
.telegraph-cta .btn-primary {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/*# sourceMappingURL=blog-list.css.map */
