/*!*************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/server-side-blocks/case-study-related-posts/_scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************/
.case-study-related-posts {
  background: #f5faff;
  margin-top: 0;
  padding: 37px 20px 20px;
}
@media (min-width: 600px) {
  .case-study-related-posts {
    padding: 37px 25px 40px;
  }
}
@media (min-width: 1200px) {
  .case-study-related-posts {
    padding: 60px 25px 80px;
  }
}
.case-study-related-posts.swiper-shown {
  padding: 37px 20px 0;
}
@media (min-width: 768px) {
  .case-study-related-posts.swiper-shown {
    padding: 37px 25px 10px;
  }
}
@media (min-width: 1200px) {
  .case-study-related-posts.swiper-shown {
    padding: 60px 25px 40px;
  }
}
.case-study-related-posts .has-global-padding {
  padding: 0;
}
@media (min-width: 1350px) {
  .case-study-related-posts .has-global-padding {
    width: 1290px;
    min-width: 1290px;
    margin: 0 auto !important;
  }
}
.case-study-related-posts .cs-heading,
.case-study-related-posts ul {
  margin: 0 !important;
}
.case-study-related-posts .cs-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px !important;
  gap: 10px;
}
@media (min-width: 800px) {
  .case-study-related-posts .cs-heading {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media (min-width: 1300px) {
  .case-study-related-posts .cs-heading {
    margin-bottom: 42px !important;
    flex-direction: row;
    align-items: flex-end;
  }
}
.case-study-related-posts .cs-heading .cs-heading-content {
  width: 100%;
}
@media (min-width: 800px) {
  .case-study-related-posts .cs-heading .cs-heading-content {
    width: 91%;
  }
}
.case-study-related-posts .cs-heading .cs-heading-content h2 {
  font-size: var(--wp--preset--font-size--heading-3);
  color: var(--wp--preset--color--tertiary);
  margin: 0;
}
.case-study-related-posts ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -20px;
  min-height: 100%;
  max-width: unset;
}
.case-study-related-posts ul:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .case-study-related-posts ul {
    margin: 0 -10px !important;
  }
}
@media (min-width: 1300px) {
  .case-study-related-posts ul {
    margin: 0 -20px !important;
  }
}
.case-study-related-posts ul li,
.case-study-related-posts ul h3,
.case-study-related-posts ul p {
  transition: all 0.2s ease-out;
}
.case-study-related-posts ul li:hover,
.case-study-related-posts ul h3:hover,
.case-study-related-posts ul p:hover {
  transition: all 0.2s ease-in;
}
.case-study-related-posts ul li {
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 600px) {
  .case-study-related-posts ul li {
    padding: 0 10px;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .case-study-related-posts ul li {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .case-study-related-posts ul li {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
.case-study-related-posts ul li a {
  text-decoration: none;
}
.case-study-related-posts ul li a:hover .read-case-study-btn {
  background-color: var(--wp--preset--color--tertiary) !important;
  transition: all 0.25s ease-out;
}
.case-study-related-posts ul li .cs-card {
  box-sizing: border-box;
  background: var(--wp--preset--color--white);
  box-shadow: 0px 2.4px 6.5px 0px rgba(18, 52, 68, 0.04), 0px 12px 40px 0px rgba(18, 52, 68, 0.07);
  border-radius: 20px;
  padding: 0 30px 30px;
  overflow: hidden;
  min-height: 100%;
}
.case-study-related-posts ul li .cs-featured-image-wrap {
  position: relative;
  margin: 0 -30px 23px;
}
.case-study-related-posts ul li .cs-featured-image-wrap .cs-featured-image {
  overflow: hidden;
  height: inherit;
}
.case-study-related-posts ul li .cs-featured-image-wrap .cs-featured-image img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .case-study-related-posts ul li .cs-featured-image-wrap .cs-featured-image img {
    height: 230px;
  }
}
.case-study-related-posts ul li h3 {
  font-size: var(--wp--preset--font-size--heading-5);
  line-height: 1.4;
  letter-spacing: -0.3px;
  color: var(--wp--preset--color--tertiary);
  text-decoration: none;
  margin: 0 0 33px;
}
.case-study-related-posts ul li .read-case-study-btn {
  font-family: inherit;
  font-size: clamp(14px, 0.875rem + (1vw - 3.2px) * 0.309, 17px);
  font-weight: 600;
  line-height: 1;
  border-radius: 50px;
  padding: 13px 30px 15px !important;
  display: inline-block;
  background-color: var(--wp--preset--color--tertiary-dark) !important;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.25s ease-in;
}

.case-study-related-posts .swiper-container {
  overflow: hidden;
  margin-bottom: 60px;
}
.case-study-related-posts .swiper-container .swiper-slide {
  min-height: 100%;
  height: unset;
}
.case-study-related-posts .swiper-container .swiper-slide ul {
  margin: 0 !important;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .case-study-related-posts .swiper-container .swiper-slide ul {
    padding-bottom: 40px;
  }
}
.case-study-related-posts .swiper-container .swiper-slide ul li {
  width: 100%;
  padding: 0;
}
.case-study-related-posts .swiper-container .swiper-slide ul li a {
  margin: 0;
}
.case-study-related-posts .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  height: 44px;
  gap: 7px;
  width: 100%;
}
@media (min-width: 800px) {
  .case-study-related-posts .swiper-navigation {
    width: 9%;
  }
}
.case-study-related-posts .swiper-button-prev,
.case-study-related-posts .swiper-button-next {
  position: static;
  min-width: 37px;
  width: 37px !important;
  height: 37px;
  background: #eaedf1;
  color: var(--wp--preset--color--tertiary);
  border-radius: 10px;
}
.case-study-related-posts .swiper-button-prev:after,
.case-study-related-posts .swiper-button-next:after {
  font-size: 12px;
}
.case-study-related-posts .swiper-button-prev:hover,
.case-study-related-posts .swiper-button-next:hover {
  background: #e4e7ec;
}
@media (min-width: 600px) {
  .case-study-related-posts .swiper-button-prev,
  .case-study-related-posts .swiper-button-next {
    width: 44px;
    min-width: 44px !important;
    height: 44px;
  }
}
.case-study-related-posts .swiper-button-disabled {
  background: #d6dae0;
  color: #969ba6;
}
.case-study-related-posts .case-study-prev,
.case-study-related-posts .case-study-next {
  background: #273344;
  color: var(--wp--preset--color--white);
}
.case-study-related-posts .case-study-prev:hover,
.case-study-related-posts .case-study-next:hover {
  background: #051121;
}

/*# sourceMappingURL=index.css.map*/