/* utils */
.grintex-home_base {
  background-image: linear-gradient(to bottom right, #f9fafb, rgba(239, 246, 255, 0.3));
  padding: clamp(64px, 16 * (100vw - 375px) / 905 + 64px, 80px) 0 clamp(30px, 16 * (100vw - 375px) / 905 + 30px, 46px);
  position: relative;
}
.grintex-home_base .additional-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.grintex-home_base .additional-back > div:not(.home-partners-back) {
  position: absolute;
  width: 12rem;
  height: 12rem;
  border-radius: 6rem;
  filter: blur(64px);
  z-index: 2;
}
.grintex-home_base .additional-back > div:not(.home-partners-back):first-child {
  background-image: linear-gradient(to bottom right, #dbeafe, #f3e8ff);
  opacity: 0.4;
  top: 5rem;
  right: -4rem;
}
.grintex-home_base .additional-back > div:not(.home-partners-back):last-child {
  left: -4rem;
  bottom: 5rem;
  background-image: linear-gradient(to bottom right, #dcfce7, #d1fae5);
  opacity: 0.4;
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
}
.grintex-home_base .home-base-wrap .home-base-icon {
  width: 48px;
  height: 48px;
  background-color: #2563eb;
  text-align: center;
  padding-top: 12px;
  border-radius: 12px;
  display: inline-block;
  margin-right: 12px;
}
.grintex-home_base .home-base-wrap .home-base-icon svg {
  color: white;
  width: 24px;
  height: 24px;
}
.grintex-home_base .home-base-wrap .home-base-title {
  font-size: clamp(30px, 6 * (100vw - 375px) / 905 + 30px, 36px);
  font-weight: 700;
  color: #111827;
  display: inline-block;
}
.grintex-home_base .home-base-wrap .home-base-content {
  margin-top: 12px;
  font-size: 18px;
  color: #4b5563;
  font-weight: 300;
}
.grintex-home_base .home-base-controls-wrap {
  height: 40px;
  text-align: right;
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-text {
  line-height: 12px;
  color: rgb(75, 85, 99);
  font-size: 0.875rem;
  display: inline-block;
  position: relative;
  top: -7px;
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-prev {
  display: inline-block;
  margin-left: 16px;
  height: 40px;
  width: 40px;
  background-color: white;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 8px;
  text-align: center;
  padding-top: 7px;
  transition: background-color var(--transition);
  cursor: pointer;
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-prev svg {
  transition: color var(--transition);
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-prev:hover {
  background-color: rgb(37, 99, 235);
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-prev:hover svg {
  color: white;
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-next {
  display: inline-block;
  margin-left: 8px;
  height: 40px;
  width: 40px;
  background-color: white;
  border: 1px solid rgb(229, 231, 235);
  border-radius: 8px;
  text-align: center;
  padding-top: 7px;
  transition: background-color var(--transition);
  cursor: pointer;
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-next svg {
  transition: color var(--transition);
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-next:hover {
  background-color: rgb(37, 99, 235);
}
.grintex-home_base .home-base-controls-wrap .home-base-controls-next:hover svg {
  color: white;
}
.grintex-home_base .home-base-row {
  margin-top: 10px;
}
.grintex-home_base .home-base-row .home-base-item {
  background-color: white;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image {
  position: relative;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-back {
  aspect-ratio: 427/220;
  width: 100%;
  border-radius: 12px 12px 0 0;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-back:after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent, transparent);
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-back img {
  transition: transform var(--transition);
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 300;
  color: #111827;
  padding: 2px 8px 5px 8px;
  border-radius: 12px;
  line-height: 14px;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-tag svg {
  color: rgb(37, 99, 235);
  width: auto;
  height: 14px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-category {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 12px;
  font-weight: 300;
  padding: 2px 8px 5px 8px;
  border-radius: 12px;
  line-height: 14px;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-category .home-base-item-image-category-back-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: white;
  z-index: 1;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-category .home-base-item-image-category-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  opacity: 0.15;
  z-index: 2;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-image .home-base-item-image-category span {
  position: relative;
  display: block;
  z-index: 3;
  top: 1px;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-body {
  padding: 20px;
  min-height: 190px;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-body .home-base-item-body-title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  transition: color var(--transition);
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-body .home-base-item-body-excerpt {
  margin-bottom: 16px;
  font-size: 14px;
  color: #4b5563;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-body .home-base-item-body-reading {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 16px;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-body .home-base-item-body-reading svg {
  width: 14px;
  height: 14px;
  color: #6b7280;
  position: relative;
  top: 2px;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-body .home-base-item-body-link {
  font-size: 14px;
  color: #2563eb;
}
.grintex-home_base .home-base-row .home-base-item .home-base-item-body .home-base-item-body-link svg {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  color: #2563eb;
  position: relative;
  top: 4px;
  transition: transform var(--transition);
}
.grintex-home_base .home-base-row .home-base-item:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
}
.grintex-home_base .home-base-row .home-base-item:hover .home-base-item-image .home-base-item-image-back img {
  transform: scale(1.1);
}
.grintex-home_base .home-base-row .home-base-item:hover .home-base-item-body-title {
  color: rgb(37, 99, 235);
}
.grintex-home_base .home-base-row .home-base-item:hover .home-base-item-body-link svg {
  transform: translateX(4px);
}

/* animation */
.grintex-home_base.has-animation .home-base-wrap {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(-30%);
}
.grintex-home_base.has-animation .home-base-controls-wrap {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateX(30%);
}
.grintex-home_base.has-animation .home-base-row {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.1s;
  transform: translateY(30%);
}

.grintex-home_base.has-animation.animated .home-base-wrap,
.grintex-home_base.has-animation.animated .home-base-controls-wrap {
  opacity: 1;
  transform: translateX(0);
}
.grintex-home_base.has-animation.animated .home-base-row {
  opacity: 1;
  transform: translateY(0);
}
/*# sourceMappingURL=home_base.css.map */
