/* SCSS file content */
.home-insights {
  padding: 3.125rem 0;
}
.home-insights-wrapper {
  background-color: #f4f4f2;
}
@media (min-width: 992px) {
  .home-insights {
    padding: 5rem 0;
  }
}
@media (min-width: 1420px) {
  .home-insights {
    padding: 7.6875rem 0;
  }
}
.home-insights .title-wrap {
  margin-bottom: 1.4375rem;
}
@media (min-width: 992px) {
  .home-insights .title-wrap {
    margin-bottom: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .home-insights .title-wrap .title {
    letter-spacing: -1.62px;
  }
}
.home-insights .title-wrap .view-more {
  line-height: 1.2;
  color: #21272a;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-insights .title-wrap .view-more::before {
  background-color: #ceab0e;
}
@media (hover: hover) {
  .home-insights .title-wrap .view-more:hover {
    color: #ceab0e;
  }
}
.home-insights .main-blog {
  display: block;
  max-width: 55.875rem;
}
@media (min-width: 992px) {
  .home-insights .main-blog {
    height: 100%;
  }
  .home-insights .main-blog:hover .image-wrapper img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.home-insights .main-blog .image-wrapper {
  position: relative;
  border-radius: 0.43125rem;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 992px) {
  .home-insights .main-blog .image-wrapper {
    max-width: 55.875rem;
    border-radius: 1.125rem;
    height: 100%;
  }
}
.home-insights .main-blog .image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(190deg, rgba(189, 242, 248, 0) 13.26%, rgba(0, 0, 0, 0.04) 33.48%, rgba(0, 0, 0, 0.6) 95.38%);
}
.home-insights .main-blog .image-wrapper figure {
  border-radius: 0.43125rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  isolation: isolate;
  padding-top: calc(201 / 343 * 100%);
  position: relative;
}
.home-insights .main-blog .image-wrapper figure img {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-insights .main-blog .image-wrapper figure img,
.home-insights .main-blog .image-wrapper figure source {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
@media (min-width: 992px) {
  .home-insights .main-blog .image-wrapper figure {
    border-radius: 1.125rem;
    height: 100%;
  }
}
@media (min-width: 1200px) {
  .home-insights .main-blog .image-wrapper figure {
    padding-top: calc(524 / 894 * 100%);
    position: relative;
  }
  .home-insights .main-blog .image-wrapper figure img,
  .home-insights .main-blog .image-wrapper figure source {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
  }
}
.home-insights .main-blog .text-wrapper {
  position: static;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .home-insights .main-blog .text-wrapper {
    position: absolute;
    left: 35px;
    bottom: 40px;
    z-index: 2;
    max-width: 80%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .home-insights .main-blog .text-wrapper {
    max-width: 33.4375rem;
    left: 45px;
    bottom: 41px;
  }
}
.home-insights .main-blog .text-wrapper .date {
  line-height: 1;
  color: #747474;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .home-insights .main-blog .text-wrapper .date {
    margin-bottom: 0.6875rem;
  }
}
@media (min-width: 992px) {
  .home-insights .main-blog .text-wrapper .date {
    color: #f1f1f1;
  }
}
.home-insights .main-blog .text-wrapper .blog-title {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .home-insights .main-blog .text-wrapper .blog-title {
    font-size: 1.625rem;
    font-weight: 500;
    line-height: 1.25;
  }
}
@media (min-width: 992px) {
  .home-insights .main-blog .text-wrapper .blog-title {
    color: #fff;
  }
}
@media (min-width: 1200px) {
  .home-insights .main-blog .text-wrapper .blog-title {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.25;
    color: #fff;
  }
}
.home-insights .mini-blog {
  position: relative;
}
.home-insights .mini-blog::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  top: -1.0625rem;
  bottom: -1.0625rem;
}
@media (min-width: 1200px) {
  .home-insights .mini-blog::after {
    top: -1.75rem;
    bottom: -1.75rem;
  }
}
.home-insights .mini-blog:first-child::after {
  top: 0;
}
.home-insights .mini-blog:last-child::after {
  bottom: 0;
}
.home-insights .mini-blog:hover .mini-blog-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.home-insights .mini-blog + .mini-blog {
  position: relative;
  margin-top: 2.125rem;
}
@media (min-width: 1200px) {
  .home-insights .mini-blog + .mini-blog {
    margin-top: 3.5625rem;
  }
}
.home-insights .mini-blog + .mini-blog::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #e8e8e8;
  top: -1.0625rem;
}
@media (min-width: 1200px) {
  .home-insights .mini-blog + .mini-blog::before {
    top: -1.75rem;
  }
}
.home-insights .mini-blog-container {
  gap: 1.1875rem;
}
@media (min-width: 992px) {
  .home-insights .mini-blog-container {
    gap: 2.6875rem;
  }
}
.home-insights .mini-blog-text .date {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 400;
  color: #747474;
  margin-bottom: 0.875rem;
}
@media (min-width: 1200px) {
  .home-insights .mini-blog-text .date {
    margin-bottom: 1.125rem;
  }
}
.home-insights .mini-blog-text .blog-title {
  -webkit-line-clamp: 2;
  line-height: 1.3;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .home-insights .mini-blog-text .blog-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .home-insights .mini-blog-text .blog-title {
    font-size: 1.375rem;
    font-weight: 400;
  }
}
.home-insights .mini-blog-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.34375rem;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  isolation: isolate;
  width: 100%;
  max-width: 8.5rem;
}
.home-insights .mini-blog-image figure {
  padding-top: calc(80 / 136 * 100%);
  position: relative;
}
.home-insights .mini-blog-image figure img,
.home-insights .mini-blog-image figure source {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}
.home-insights .mini-blog-image figure img {
  will-change: transform;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .home-insights .mini-blog-image {
    border-radius: 0.5375rem;
    overflow: hidden;
    max-width: 13.375rem;
  }
  .home-insights .mini-blog-image figure {
    padding-top: calc(125 / 214 * 100%);
    position: relative;
  }
  .home-insights .mini-blog-image figure img,
  .home-insights .mini-blog-image figure source {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    top: 0;
  }
}
.home-insights .mini-blog-wrapper {
  margin-bottom: 2.25rem;
}
@media (min-width: 992px) {
  .home-insights .mini-blog-wrapper {
    margin-bottom: 0rem;
  }
}
@media (max-width: 991.98px) {
  .home-insights .view-more a {
    font-size: 1.125rem;
    font-weight: 500;
    color: #21272a;
    line-height: 1.2;
  }
  .home-insights .view-more a .icon {
    margin-left: 0.375rem;
    width: 0.9375rem;
    height: 0.9375rem;
    display: -ms-grid;
    display: grid;
    place-items: center;
  }
}