/*!********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/blog-posts/blog-posts.scss ***!
  \********************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 13.6rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 10.8rem;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(22, 22, 22);
  position: relative !important;
  overflow-x: hidden;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-left {
  0% {
    opacity: 0;
    transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-60px);
  }
  20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-45px);
  }
  60% {
    transform: translateY(-30px);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes highlight-text {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rock-in-shake {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px) rotate(-15deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.05);
  }
  75% {
    transform: translate(2px, -2px) rotate(5deg);
  }
  85% {
    transform: translate(-2px, 2px) rotate(-5deg);
  }
  92% {
    transform: translate(1px, -1px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes contact-subtitle-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(3.48deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(3.48deg) translateY(0);
  }
}
@keyframes contact-phone-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(-5.85deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-5.85deg) translateY(0);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

@keyframes fade-in-up-rotate1 {
  0% {
    opacity: 0;
    transform: translateY(4rem) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(10deg);
  }
}
@keyframes fade-in-up-rotate2 {
  0% {
    opacity: 0;
    transform: translateY(4rem) rotate(-10deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(-10deg);
  }
}
.blog-posts {
  padding-top: 6.25rem;
  background-image: url(482931549c6d51ab2850.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 576px) {
  .blog-posts {
    padding-top: 4.375rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts {
    padding-top: 5.20833vw;
  }
}
.blog-posts__category {
  opacity: 0;
}
.blog-posts__categories {
  display: flex;
  justify-content: center;
  margin-inline: auto;
  padding-inline: 4%;
  column-gap: 3.75rem;
  row-gap: 7.5rem;
  flex-wrap: wrap;
  margin-bottom: 11.25rem;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(0) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(0) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(1) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.1s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(1) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.1s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(2) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.2s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(2) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.2s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(3) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.3s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(3) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.3s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(4) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.4s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(4) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.4s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(5) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.5s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(5) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.5s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(6) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.6s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(6) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.6s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(7) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.7s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(7) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.7s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(8) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.8s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(8) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.8s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(9) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 0.9s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(9) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 0.9s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(10) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(10) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(11) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.1s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(11) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.1s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(12) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.2s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(12) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.2s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(13) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.3s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(13) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.3s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(14) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.4s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(14) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.4s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(15) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.5s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(15) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.5s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(16) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.6s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(16) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.6s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(17) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.7s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(17) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.7s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(18) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.8s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(18) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.8s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(19) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 1.9s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(19) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 1.9s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(20) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(20) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(21) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.1s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(21) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.1s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(22) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.2s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(22) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.2s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(23) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.3s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(23) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.3s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(24) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.4s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(24) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.4s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(25) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.5s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(25) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.5s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(26) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.6s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(26) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.6s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(27) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.7s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(27) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.7s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(28) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.8s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(28) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.8s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(29) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 2.9s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(29) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 2.9s;
}
.blog-posts__categories.show li:nth-child(odd):nth-of-type(30) a {
  animation: fade-in-up-rotate1 0.4s ease-out forwards 3s;
}
.blog-posts__categories.show li:nth-child(even):nth-of-type(30) a {
  animation: fade-in-up-rotate2 0.4s ease-out forwards 3s;
}
@media screen and (max-width: 1600px) {
  .blog-posts__categories {
    margin-bottom: 9.375rem;
    column-gap: 3.125rem;
    row-gap: 6.875rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__categories {
    margin-bottom: 8.3125rem;
    column-gap: 2.75rem;
    row-gap: 6.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__categories {
    margin-bottom: 7.125rem;
    column-gap: 2.375rem;
    row-gap: 5.625rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__categories {
    margin-bottom: 5.8125rem;
    row-gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__categories {
    margin-bottom: 4.875rem;
    row-gap: 4.375rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__categories {
    margin-bottom: 3.625rem;
    row-gap: 3.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__categories {
    margin-bottom: 9.375vw;
    column-gap: 3.125vw;
    row-gap: 6.25vw;
  }
}
.blog-posts__categories li {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .blog-posts__categories li:hover {
    transform: scale(1.1);
  }
}
.blog-posts__categories li:nth-child(odd) a, .blog-posts__card-categories li:nth-child(odd) {
  transform: rotate(10deg);
}
.blog-posts__categories li:nth-child(even) a, .blog-posts__card-categories li:nth-child(even) {
  transform: rotate(-10deg);
}
.blog-posts__category, .blog-posts__card-category {
  background-color: rgb(169, 41, 41);
  color: #f4f4f4;
  display: inline-block;
  padding: 0.9375rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__category, .blog-posts__card-category {
    padding: 0.8125rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__category, .blog-posts__card-category {
    padding: 0.6875rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__category, .blog-posts__card-category {
    padding: 0.625rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__category, .blog-posts__card-category {
    padding: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__category, .blog-posts__card-category {
    padding: 0.4375rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__category, .blog-posts__card-category {
    padding: 0.3125rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__category, .blog-posts__card-category {
    padding: 0.78125vw;
  }
}
.blog-posts__category.active {
  font-size: 2.8125rem;
  text-transform: uppercase;
  padding: 1.35rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__category.active {
    padding: 1.125rem;
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__category.active {
    padding: 1rem;
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__category.active {
    padding: 0.875rem;
    font-size: 1.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__category.active {
    padding: 0.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__category.active {
    padding: 0.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__category.active {
    padding: 0.4375rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__category.active {
    padding: 1.09375vw;
    font-size: 2.34375vw;
  }
}
.blog-posts__posts-container {
  margin-inline: auto;
  padding-inline: 1%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35.625rem, 1fr));
  gap: 6.25rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__posts-container {
    gap: 7.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__posts-container {
    gap: 5.6875rem;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__posts-container {
    gap: 3.125rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__posts-container {
    gap: 4.125rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__posts-container {
    gap: 5.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__posts-container {
    gap: 4.1875rem;
    grid-template-columns: repeat(auto-fit, minmax(16.25rem, 1fr));
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__posts-container {
    gap: 10.67708vw;
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-posts__thumbnail-container {
  opacity: 0;
  position: relative;
  align-self: center;
}
.blog-posts__thumbnail-container.show {
  animation: fade-in 0.5s ease-in-out forwards;
}
.blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
  width: 42rem;
  height: 31.125rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
    width: 35rem;
    height: 25.9375rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
    width: 31.0625rem;
    height: 23rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
    width: 25.5625rem;
    height: 19.875rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
    width: 22.375rem;
    height: 16.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
    width: 19.0625rem;
    height: 14.125rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
    width: 70%;
    height: 10.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+1) .blog-posts__thumbnail-container {
    width: 35vw;
    height: 25.9375vw;
  }
}
.blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
  width: 42.6875rem;
  height: 30.5625rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
    width: 35.5625rem;
    height: 25.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
    width: 31.5625rem;
    height: 22.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
    width: 26rem;
    height: 19.5rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
    width: 22.75rem;
    height: 16.25rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
    width: 19.375rem;
    height: 13.875rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
    width: 70%;
    height: 10.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container {
    width: 35.57292vw;
    height: 25.46875vw;
  }
}
.blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
  height: 37.5rem;
  width: 33.1875rem;
  bottom: 0px;
  left: 8.4375rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: 7rem;
    height: 31.25rem;
    width: 27.6875rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: 6.25rem;
    height: 27.75rem;
    width: 24.5625rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: 5.4375rem;
    height: 24rem;
    width: 21.1875rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: 4.5625rem;
    height: 20rem;
    width: 17.625rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: 3.875rem;
    height: 17.0625rem;
    width: 15.0625rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: 2.875rem;
    height: 13rem;
    width: 11.4375rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+2) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: 7.03125vw;
    height: 31.25vw;
    width: 27.65625vw;
  }
}
.blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
  width: 45rem;
  height: 41.375rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
    width: 37.5rem;
    height: 34.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
    width: 33.25rem;
    height: 30.5625rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
    width: 27.4375rem;
    height: 26.375rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
    width: 23.9375rem;
    height: 22rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
    width: 20.375rem;
    height: 18.75rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
    width: 70%;
    height: 14.3125rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container {
    width: 37.5vw;
    height: 34.47917vw;
  }
}
.blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
  height: 46.5625rem;
  width: 39.6875rem;
  bottom: 0rem;
  left: -1.25rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: -1rem;
    height: 38.8125rem;
    width: 33.0625rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: -0.875rem;
    height: 34.5rem;
    width: 29.375rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: -0.75rem;
    height: 29.75rem;
    width: 25.25rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: -0.625rem;
    height: 24.8125rem;
    width: 21rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: -0.5rem;
    height: 21.25rem;
    width: 17.875rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: -0.375rem;
    height: 16.25rem;
    width: 13.625rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+3) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    left: -1.04167vw;
    height: 38.80208vw;
    width: 33.07292vw;
  }
}
.blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
  width: 41.4375rem;
  height: 38.3125rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
    width: 34.5rem;
    height: 31.9375rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
    width: 30.5625rem;
    height: 28.25rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
    width: 25.0625rem;
    height: 24.3125rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
    width: 22rem;
    height: 20.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
    width: 18.6875rem;
    height: 17.25rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
    width: 70%;
    height: 13.125rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+4) .blog-posts__thumbnail-container {
    width: 34.53125vw;
    height: 31.92708vw;
  }
}
.blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
  width: 42.6875rem;
  height: 30.5625rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
    width: 35.5625rem;
    height: 25.5rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
    width: 31.5625rem;
    height: 22.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
    width: 26rem;
    height: 19.5rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
    width: 22.75rem;
    height: 16.25rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
    width: 19.375rem;
    height: 13.875rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
    width: 70%;
    height: 10.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+5) .blog-posts__thumbnail-container {
    width: 35.57292vw;
    height: 25.46875vw;
  }
}
.blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
  width: 42rem;
  height: 31.125rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
    width: 35rem;
    height: 25.9375rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
    width: 31.0625rem;
    height: 23rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
    width: 25.5625rem;
    height: 19.875rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
    width: 22.375rem;
    height: 16.5625rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
    width: 19.0625rem;
    height: 14.125rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
    width: 70%;
    height: 10.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container {
    width: 35vw;
    height: 25.9375vw;
  }
}
.blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
  height: 37.5rem;
  width: 33.1875rem;
  bottom: -1.875rem;
  left: 6.25rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    height: 31.25rem;
    width: 27.6875rem;
    bottom: -1.5625rem;
    left: 5.1875rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    height: 27.75rem;
    width: 24.5625rem;
    bottom: -1.375rem;
    left: 4.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    height: 24rem;
    width: 21.1875rem;
    bottom: -1.1875rem;
    left: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    height: 20rem;
    width: 17.625rem;
    bottom: -0.9375rem;
    left: 3.3125rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    height: 17.0625rem;
    width: 15.0625rem;
    bottom: -0.8125rem;
    left: 2.8125rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    height: 13rem;
    width: 11.4375rem;
    bottom: -0.625rem;
    left: 2.0625rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__card:nth-child(6n+6) .blog-posts__thumbnail-container .blog-posts__image-shape-container {
    height: 31.25vw;
    width: 27.65625vw;
    bottom: -1.5625vw;
    left: 5.20833vw;
  }
}
.blog-posts__image-shape-container {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.blog-posts__image-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: cover;
}
.blog-posts__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.blog-posts__card {
  position: relative;
  display: flex;
  flex-direction: column;
}
.blog-posts__card-categories {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.blog-posts__card:nth-of-type(6n + 1) .blog-posts__card-categories {
  top: 10%;
  left: 0;
}
.blog-posts__card:nth-of-type(6n + 2) .blog-posts__card-categories {
  top: 10%;
  left: -10%;
}
.blog-posts__card:nth-of-type(6n + 3) .blog-posts__card-categories {
  top: 30%;
  left: 10%;
}
.blog-posts__card:nth-of-type(6n + 4) .blog-posts__card-categories {
  top: 30%;
  left: 0;
}
.blog-posts__card:nth-of-type(6n + 5) .blog-posts__card-categories {
  top: 10%;
  left: 0;
}
.blog-posts__card:nth-of-type(6n + 6) .blog-posts__card-categories {
  top: 10%;
  left: 0;
}
.blog-posts__card-info {
  padding-inline: 10%;
  margin-top: 1.6875rem;
}
.blog-posts__author, .blog-posts__title a, .blog-posts__excerpt {
  color: rgb(255, 255, 255);
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 1921px) {
  .blog-posts__author, .blog-posts__title a, .blog-posts__excerpt {
    margin-bottom: 0.88542vw;
  }
}
.blog-posts__title {
  margin-bottom: 1.0625rem;
}
@media screen and (min-width: 1921px) {
  .blog-posts__title {
    margin-bottom: 0.88542vw;
  }
}
.blog-posts__author, .blog-posts__title, .blog-posts__excerpt {
  opacity: 0;
}
.blog-posts__author.show, .blog-posts__title.show, .blog-posts__excerpt.show {
  animation: enter-left 0.5s ease-in-out forwards;
}
.blog-posts__title {
  opacity: 0;
  text-transform: uppercase;
}
.blog-posts__title.show {
  animation: enter-left 0.5s ease-in-out forwards;
}
.blog-posts__read-more {
  opacity: 0;
  display: inline-block;
  color: rgb(245, 169, 28);
  transition: transform 0.3s ease-in-out !important;
}
.blog-posts__read-more.show {
  animation: fade-in-up 0.5s ease-in-out forwards;
}
.blog-posts__read-more:hover {
  transform: scale(1.1) !important;
}
.blog-posts__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.4375rem;
  margin-top: 9.375rem;
}
@media screen and (max-width: 576px) {
  .blog-posts__pagination {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__pagination {
    gap: 1.19792vw;
    margin-top: 7.8125vw;
  }
}
.blog-posts__pagination-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
}
.blog-posts__pagination-arrow:hover {
  transform: scale(1.1);
}
.blog-posts__pagination-arrow svg {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 576px) {
  .blog-posts__pagination-arrow svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__pagination-arrow svg {
    width: 1.66667vw;
    height: 1.66667vw;
  }
}
.blog-posts__pagination-text {
  text-transform: uppercase;
  color: rgb(255, 255, 255);
}
.blog-posts__no-posts {
  color: rgb(255, 255, 255);
}
.blog-posts__bottom-svg {
  width: 100%;
  padding-bottom: 23.75rem;
  margin-top: 8.75rem;
}
@media screen and (max-width: 1600px) {
  .blog-posts__bottom-svg {
    padding-bottom: 22.5rem;
    margin-top: 8.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .blog-posts__bottom-svg {
    padding-bottom: 20.625rem;
    margin-top: 7.5rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog-posts__bottom-svg {
    padding-bottom: 19.6875rem;
    width: 76.25rem;
    margin-top: 6.875rem;
  }
}
@media screen and (max-width: 992px) {
  .blog-posts__bottom-svg {
    padding-bottom: 17.5rem;
    margin-top: 6.25rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-posts__bottom-svg {
    padding-bottom: 36.875rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .blog-posts__bottom-svg {
    padding-bottom: 33.75rem;
    margin-top: 4.375rem;
  }
}
@media screen and (min-width: 1921px) {
  .blog-posts__bottom-svg {
    padding-bottom: 19.79167vw;
    margin-top: 7.29167vw;
  }
}
.blog-posts__bottom-svg svg {
  width: 100%;
  height: auto;
  display: block;
}
.blog-posts__button-wrapper {
  display: inline-block;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .blog-posts__button-wrapper:hover {
    transform: scale(1.1);
  }
}

/*# sourceMappingURL=blog-posts.css.map*/