.blog-posts-filters {
  display: none;
  padding: 0px;
  align-items: stretch;
  justify-content: center;
  gap: 16px;
  margin: 32px auto 48px;
  position: relative;
  z-index: 10;
}
.blog-posts-filters .blog-posts-filter {
  border-radius: 12px;
  border: 2px solid #F1F1F1;
  background: #FFF;
  display: flex;
  padding: 0 32px;
  height: 64px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #1E1E20;
  text-align: center;
  font-family: Heebo;
  font-size: 18px;
  font-weight: 400;
  line-height: 177.778%;
  cursor: pointer;
}
.blog-posts-filters .blog-posts-filter.active {
  color: #FFF;
  font-weight: 600;
  border-radius: 12px;
  border: 3px solid rgba(90, 131, 236, 0);
  background: #698EEE;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
}
.blog-posts-filters .blog-posts-filter:hover {
  background: #698EEE;
  color: #fff;
}

.page-template-page-blog .blog-posts-wrap .post-blog {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06);
}

.blog-posts-wrap {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  z-index: 3;
}

.post-blog {
  width: 33%;
  max-width: 458px;
  min-width: 300px;
  border-style: solid;
  padding: 0px 0px 56px 0px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
  border-radius: 24px;
  border: 2px solid #F1F1F1;
  background: #FFF;
  margin-bottom: 48px;
}
.post-blog .post-blog-top {
  align-self: stretch;
  flex-shrink: 0;
  height: 244px;
  position: static;
}
.post-blog .post-blog-img {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 458px;
  height: auto;
  max-height: 244px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.post-blog .post-blog-img img {
  height: auto;
}
.post-blog .screencapture-deloittedigital-us-en-blog-list-2023-global-marketing-trends-in-action-2-html-2023-07-18-15-09-17 {
  border-radius: 16px;
  border-style: solid;
  border-color: #f1f1f1;
  border-width: 1px;
  align-self: stretch;
  flex: 1;
  position: relative;
  box-shadow: var(--test-box-shadow, 0px 0px 24px 0px rgba(0, 0, 0, 0.04));
  -o-object-fit: cover;
     object-fit: cover;
}
.post-blog .post-blog-text-block {
  padding: 0px 32px 0px 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.post-blog .post-blog-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.post-blog .post-blog-date {
  color: #1e1e20;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  gap: 6px;
}
.post-blog .post-blog-text {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.post-blog .post-blog-title {
  color: #1e1e20;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
  overflow: hidden;
  height: 84px;
  margin-bottom: 12px;
}
.post-blog .post-blog-description {
  color: #1e1e20;
  text-align: right;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
  overflow: hidden;
  height: 96px;
  margin-bottom: 6px;
}
.post-blog .post-blog-link {
  display: block;
  position: absolute;
  text-align: right;
  width: 100%;
  bottom: 32px;
  right: 32px;
}
.post-blog .post-blog-link a {
  color: #698EEE;
  position: relative;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-start;
  text-align: right;
  font-family: Heebo;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.672px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.post-blog .post-blog-link a svg path {
  transition: all 0.3s linear;
}
.post-blog .post-blog-link a:hover {
  color: #7B3E90;
}
.post-blog .post-blog-link a:hover svg path {
  stroke: #7B3E90;
}
.post-blog .post-blog-tag {
  background: #7b3e90;
  border-radius: 32px 12px 0px 32px;
  padding: 8px 16px 8px 28px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  position: absolute;
  right: 6px;
  top: 40px;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.post-blog .post-blog-tag .post-blog-triangle {
  flex-shrink: 0;
  position: absolute;
  right: 6px;
  bottom: -5px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 0;
  border-color: #5B2E6B transparent transparent transparent;
  transform: rotate(0deg);
}
.post-blog .post-blog-tag .post-blog-tag-name {
  color: #ffffff;
  text-align: center;
  font-family: Heebo, sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  position: relative;
}
.post-blog .post-blog-tag.blue-tag {
  background: #90D2F3;
}
.post-blog .post-blog-tag.blue-tag .post-blog-tag-name {
  color: #1E1E20;
}
.post-blog .post-blog-tag.blue-tag .post-blog-triangle {
  border-color: #63C0EE transparent transparent transparent;
}
.post-blog .vuesax-linear-document-text {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  transform-origin: 0 0;
  transform: rotate(0deg) scale(1, 1);
}
.post-blog .vuesax-linear-document-text2 {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}
.post-blog .post-blog-icon {
  flex-shrink: 0;
  width: 44px;
  height: 40px;
  position: absolute;
  left: 32px;
  top: 260px;
  overflow: visible;
}

.blog-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: Heebo;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.672px;
}
.blog-pagination span {
  position: relative;
  color: #698EEE;
  display: block;
  padding: 2px 4px;
  margin: 0 8px;
  cursor: pointer;
  transition: color 0.3s linear;
}
.blog-pagination span.current {
  border-bottom: 1px #1e1e20 solid;
  color: #1e1e20;
}
.blog-pagination span:hover {
  color: #1e1e20;
}

.last-posts-home {
  background-color: #90D2F3;
  background-image: url(../img/blog_block_bg.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 100px 16px;
  margin: 120px auto;
}
.last-posts-home .inner {
  position: relative;
  z-index: 3;
}
.last-posts-home::before, .last-posts-home::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.last-posts-home::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 66px;
  background-position: top left;
  background-image: url(../img/blog_block_top.png);
}
.last-posts-home::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background-position: bottom right;
  background-image: url(../img/blog_block_bottom.png);
}
.last-posts-home .last-posts-top-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 345px;
  width: 337px;
  background-image: url(../img/blog_block_right_top.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.last-posts-home .last-posts-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 395px;
  width: 291px;
  background-image: url(../img/blog_block_left_bottom.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
.last-posts-home .st-title {
  color: #1E1E20;
  font-size: 47px;
  line-height: 85.106%;
  letter-spacing: 1px;
  z-index: 3;
}
.last-posts-home .top-text {
  color: #1E1E20;
  margin: 8px auto 40px;
  font-family: "Gveret Levin AlefAlefAlef";
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 166.667%;
  letter-spacing: 1px;
  z-index: 3;
}
.last-posts-home .top-text-author {
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 2px;
  z-index: 3;
}
.last-posts-home .show-all-posts {
  position: relative;
  display: flex;
  width: 291px;
  height: 64px;
  padding: 16px 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  background-color: #698EEE;
  margin: 16px auto 0;
  color: #FFF;
  font-family: Heebo;
  font-size: 15px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.75px;
  z-index: 3;
}
.last-posts-home .show-all-posts:hover {
  background-color: #7B3E90;
}
.last-posts-home .post-blog {
  padding: 0px 0px 64px 0px;
  z-index: 3;
}

@media all and (max-width: 768px) {
  .post-blog {
    width: 100%;
    max-width: 335px;
    height: auto;
    padding: 16px 0;
  }
  .post-blog .post-blog-top {
    height: 151px;
    flex-shrink: 0;
    width: 100%;
    position: relative;
  }
  .post-blog .post-blog-img {
    padding: 0;
    border-radius: 16px;
    padding: 0 14px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04);
  }
  .post-blog .post-blog-img img {
    height: 151px;
    width: 100%;
  }
  .post-blog .post-blog-text-block {
    padding: 0 16px 42px 16px;
  }
  .post-blog .post-blog-date {
    color: #1E1E20;
    font-size: 16px;
    line-height: 162.5%;
  }
  .post-blog .post-blog-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 141.667%;
    margin-bottom: 0;
    height: 70px;
  }
  .post-blog .post-blog-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 162.5%;
    height: 72px;
  }
  .post-blog .post-blog-link {
    bottom: 24px;
    right: 16px;
  }
  .post-blog .post-blog-link a {
    color: #036BD1;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.672px;
  }
  .post-blog .post-blog-tag {
    padding: 4px 16px 4px 27px;
    gap: 8px;
  }
  .post-blog .post-blog-tag .post-blog-triangle {
    border-width: 9px 9px 0 0;
    right: 1px;
    bottom: -9px;
  }
  .post-blog .post-blog-icon {
    width: 31px;
    height: 30px;
    left: 12px;
    top: 181px;
  }
  .blog-posts-filters {
    gap: 8px 12px;
    margin: 32px auto;
    flex-wrap: wrap;
  }
  .blog-posts-filters .blog-posts-filter {
    padding: 0 12px;
    gap: 10px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 128.571%;
    white-space: nowrap;
  }
  .page-template-page-blog .blog-posts-wrap .post-blog {
    margin-bottom: 24px;
  }
  .last-posts-home {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-top: 83px;
  }
  .last-posts-home .inner {
    padding: 0;
  }
  .last-posts-home .post-blog {
    padding-top: 14px;
    margin-bottom: 24px;
  }
  .last-posts-home .post-blog-text-block {
    padding: 0 16px;
  }
  .last-posts-home::before {
    top: -30px;
    background-image: url(../img/blog_block_top_mob.png);
  }
  .last-posts-home::after {
    bottom: -30px;
    background-image: url(../img/blog_block_bottom_mob.png);
  }
  .last-posts-home .last-posts-bottom-left,
.last-posts-home .last-posts-top-right {
    display: none;
  }
  .last-posts-home .st-title {
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 1px;
  }
  .last-posts-home .top-text {
    font-size: 18px;
    line-height: 155.556%;
    letter-spacing: 1px;
  }
  .last-posts-home .top-text-author {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 200%;
    letter-spacing: 2px;
  }
  .last-posts-home .show-all-posts {
    margin-top: 0;
    width: 239px;
  }
}
/*----------------------------------------------------------*/
@media all and (max-width: 1380px) and (min-width: 769px) {
  .post-blog .post-blog-top {
    height: 17.6811594203vw;
  }
  .post-blog .post-blog-title {
    font-size: 26px;
  }
  .post-blog .post-blog-icon {
    width: 3.1884057971vw;
    height: 2.8985507246vw;
    left: 2.3188405797vw;
    top: 18.8405797101vw;
  }
  .post-blog .post-blog-description,
.post-blog .post-blog-date {
    font-size: 16px;
    line-height: 26px;
  }
  .post-blog .post-blog-description {
    height: 82px;
  }
  .blog-posts-filters .blog-posts-filter {
    padding: 0 2.3188405797vw;
    height: 4.6376811594vw;
    min-height: 40px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=blog.css.map */