:root {
  --gorent-font: "Roboto", sans-serif;
  --gorent-font-two: "Inter Tight", sans-serif;
  --gorent-gray: #868689;
  --gorent-gray-rgb: 134, 134, 137;
  --gorent-base: #b10219;
  --gorent-base-rgb: 177, 2, 25;
  --gorent-black: #00264d;
  --gorent-black-rgb: 12, 1, 71;
  --gorent-extra: #e3e3e3;
  --gorent-extra-rgb: 227, 227, 227;
  --gorent-white: #ffffff;
  --gorent-white-rgb: 255, 255, 255;
  --gorent-bdr-color: #d9d9d9;
  --gorent-bdr-color-rgb: 238, 239, 242;
  --gorent-bdr-radius: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.rg-page {
  overflow: hidden;
}

.rg-container {
  width: min(1380px, calc(100% - 40px));
  margin-inline: auto;
}

.rg-products {
  background: #fff !important;
}

.rg-section {
  padding: 78px 30px;
}

.rg-canonical-product {
  min-height: 680px;
  background: #f3f3f3;
}

.rg-canonical-product__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  color: #555;
  font-size: 14px;
}

.rg-canonical-product__breadcrumb a {
  color: #c92419;
  font-weight: 700;
}

.rg-canonical-product__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 50px;
  padding: 42px;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.rg-canonical-product__visual {
  height: 460px;
  padding: 25px;
  background: #e9e9e9;
}

.rg-canonical-product__visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rg-canonical-product__content h1 {
  margin: 0 0 22px;
  color: #111;
  font: 800 clamp(34px, 4vw, 58px)/1.08 var(--gorent-font-two);
}

.rg-canonical-product__content p {
  margin: 0 0 18px;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.rg-canonical-product__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.rg-canonical-product__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 22px;
  color: #fff;
  background: #d3261b;
  font-weight: 800;
}

.rg-canonical-product__button--outline {
  color: #d3261b;
  background: #fff;
  border: 2px solid #d3261b;
}

@media (max-width: 900px) {
  .rg-canonical-product__layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
  }

  .rg-canonical-product__visual {
    height: 340px;
  }
}

.rg-kicker {
  display: block;
  margin-bottom: 9px;
  color: #d3261b;
  font: 800 14px var(--gorent-font-two);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.rg-title-block {
  max-width: 760px;
  margin-bottom: 35px;
}

.rg-title-block h2,
.rg-section-heading h2 {
  margin: 0 0 13px;
  color: #111;
  font: 800 clamp(20px, 2.5vw, 30px)/1.1 var(--gorent-font-two);
}

.rg-title-block p {
  margin: 0;
  color: #626262;
  font-size: 16px;
  line-height: 1.65;
}

.rg-heading-accent {
  color: #d3261b;
}

.rg-heading-rest {
  color: var(--gorent-black);
}

.rg-kicker .rg-heading-accent {
  color: #d3261b;
}

.rg-kicker .rg-heading-rest {
  color: #5b6873;
}

.rg-industry-card h3 .rg-heading-accent,
.rg-industry-card h3 .rg-heading-rest {
  color: #fff;
}

.rg-product-card h3 .rg-heading-accent,
.rg-why-card h3 .rg-heading-accent {
  color: #d3261b;
}

.rg-product-card h3 .rg-heading-rest,
.rg-why-card h3 .rg-heading-rest {
  color: #111;
}

.rg-hero {
  min-height: 520px;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(100deg, #fff 0%, #fff8f3 55%, #f4e8df 100%);
  border-bottom: 1px solid #ddd;
}

.rg-hero::before {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image: radial-gradient(#b10219 1px, transparent 1px);
  background-size: 25px 25px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 48%);
}

.rg-hero__grid {
  min-height: 520px;
  display: grid;
  grid-template-columns: 53% 47%;
  align-items: center;
  position: relative;
}

.rg-hero__content {
  z-index: 1;
  padding: 50px 0 50px 38px;
}

.rg-eyebrow {
  display: inline-block;
  padding: 9px 13px;
  color: #fff;
  background: #d3261b;
  font-size: 14px;
  font-weight: 800;
}

.rg-hero h1 {
  max-width: 650px;
  margin: 18px 0 16px;
  color: #0b0b0b;
  font-size: 35px;
  letter-spacing: -0.035em;
}

.rg-hero h1 a {
  display: inline;
}

.rg-hero h1 a span {
  transition: color 0.25s ease;
}

.rg-hero h1 a span:first-child {
  color: #d3261b;
}

.rg-hero h1 a span:nth-child(2) {
  color: var(--gorent-black);
}

.rg-hero h1 a span:nth-child(3) {
  color: #111;
}

.rg-hero h1 a:hover span:first-child {
  color: var(--gorent-black);
}

.rg-hero h1 a:hover span:nth-child(2),
.rg-hero h1 a:hover span:nth-child(3) {
  color: #d3261b;
}

.rg-hero h1::after {
  width: 45px;
  height: 3px;
  display: block;
  margin-top: 17px;
  background: #d3261b;
  content: "";
}

.rg-hero__content > p {
  max-width: 650px;
  margin: 0;
  color: #333;
  font-size: 17px;
  line-height: 1.7;
}

.rg-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 24px;
}

.rg-btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  color: #fff;
  background: #d3261b;
  border: 0;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.rg-btn--outline {
  background: #111;
}

.rg-btn:hover {
  filter: brightness(0.92);
}

.rg-btn::before {
  margin-right: 8px;
  content: "\279C";
  font-size: 15px;
}

.rg-btn--outline::before {
  content: "\2709";
}

.rg-hero__visual {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  order: -1;
}

.rg-hero__visual img {
  width: 104%;
  max-width: none;
  position: relative;
  margin-left: -3%;
  object-fit: contain;
  filter: drop-shadow(0 25px 20px rgba(0, 0, 0, 0.2));
}

.rg-hero__glow {
  display: none;
}

/* Page banner animation */
.rg-hero__content .rg-eyebrow,
.rg-hero__content h1,
.rg-hero__content > p,
.rg-hero__content .rg-hero__actions {
  opacity: 0;
  animation: rg-banner-copy-in 0.7s ease forwards;
}

.rg-hero__content .rg-eyebrow {
  animation-delay: 0.12s;
}

.rg-hero__content h1 {
  animation-delay: 0.24s;
}

.rg-hero__content > p {
  animation-delay: 0.36s;
}

.rg-hero__content .rg-hero__actions {
  animation-delay: 0.48s;
}

.rg-hero__visual img {
  opacity: 1;
  animation: none;
}

.rg-hero {
  background-size: 180% 180%;
  animation: rg-banner-background 8s ease-in-out infinite alternate;
}

.rg-hero::before {
  animation: rg-banner-pattern 13s linear infinite;
}

.rg-hero::after {
  width: 600px;
  height: 600px;
  position: absolute;
  right: -145px;
  top: -220px;
  z-index: 0;
  border: 70px solid rgba(177, 2, 25, 0.055);
  border-radius: 50%;
  box-shadow: -1050px 590px 0 -115px rgba(0, 38, 77, 0.045);
  content: "";
  pointer-events: none;
  animation: rg-banner-shapes 7s ease-in-out infinite alternate;
}

.rg-hero__grid {
  z-index: 1;
}

.rg-hero__visual::before {
  animation: rg-banner-glow 3.5s ease-in-out infinite;
}

.rg-hero h1::after {
  transform: scaleX(0);
  transform-origin: left;
  animation: rg-banner-line-in 0.55s ease 0.72s forwards;
}

@keyframes rg-banner-copy-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes rg-banner-background {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

@keyframes rg-banner-pattern {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 75px 50px;
  }
}

@keyframes rg-banner-glow {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.62;
  }

  50% {
    transform: scale(1.09);
    opacity: 0.88;
  }
}

@keyframes rg-banner-shapes {
  from {
    opacity: 0.55;
    transform: rotate(0deg) scale(0.94);
  }

  to {
    opacity: 1;
    transform: rotate(18deg) scale(1.08);
  }
}

@keyframes rg-banner-line-in {
  to {
    transform: scaleX(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .rg-hero__content .rg-eyebrow,
  .rg-hero__content h1,
  .rg-hero__content > p,
  .rg-hero__content .rg-hero__actions,
  .rg-hero__visual img,
  .rg-hero__visual::before,
  .rg-hero,
  .rg-hero::before,
  .rg-hero::after,
  .rg-hero h1::after {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.rg-intro {
  background: #fff;
}

.rg-intro__grid {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 55px;
}

.rg-section-heading {
  padding: 25px;
  background: #f1f1f1;
  border-left: 5px solid #d3261b;
}

.rg-industries {
  background: #eee;
}

.rg-industry-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.rg-industry-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.rg-industry-card img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.rg-industry-card div {
  padding: 17px;
  text-align: center;
}

.rg-industry-card h3 {
  margin: 0 0 7px;
  font: 800 19px var(--gorent-font-two);
}

.rg-industry-card p {
  margin: 0;
  color: #696969;
  font-size: 13px;
  line-height: 1.5;
}

.rg-industry-card:hover img {
  transform: scale(1.035);
}

.rg-industry-grid {
  grid-template-columns: repeat(12, 1fr);
}

.rg-industry-card {
  min-height: 245px;
  display: grid;
  grid-template-columns: 46% 54%;
  position: relative;
  border: 0;
  border-radius: 3px;
}

.rg-industry-card:nth-child(1),
.rg-industry-card:nth-child(2) {
  grid-column: span 6;
}

.rg-industry-card:nth-child(n + 3) {
  grid-column: span 4;
  grid-template-columns: 1fr;
}

.rg-industry-card img {
  width: 100%;
  height: 100%;
  min-height: 245px;
  object-fit: cover;
}

.rg-industry-card:nth-child(n + 3) img {
  height: 190px;
  min-height: 190px;
}

.rg-industry-card div {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 27px;
  text-align: left;
}

.rg-industry-card:nth-child(n + 3) div {
  padding: 21px;
}

.rg-industry-card div > span {
  margin-top: 14px;
  color: #d3261b;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.rg-industry-card__number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;
  color: #fff;
  background: #d3261b;
  font-size: 11px;
  font-weight: 800;
}

.rg-intro__grid {
  display: block;
}

.rg-intro mark,
.rg-why mark {
  padding: 1px 4px;
  color: #9d0015;
  background: #fff0a8;
  font-weight: 700;
}

.rg-intro mark a,
.rg-product-keyword {
  color: inherit;
  text-decoration: none;
}

.rg-intro article h2 {
  margin: 30px 0 10px;
  padding-left: 13px;
  color: var(--gorent-black);
  border-left: 3px solid #d3261b;
  font: 800 23px/1.2 var(--gorent-font-two);
}

.rg-intro article h3 {
  margin: 30px 0 10px;
  padding-left: 13px;
  color: var(--gorent-black);
  border-left: 3px solid #d3261b;
  font: 800 23px/1.2 var(--gorent-font-two);
}

.rg-intro article p {
  margin: 0 0 15px;
  color: #4f4f4f;
  font-size: 15px;
  line-height: 1.75;
}

.rg-intro article p:last-child {
  margin-bottom: 0;
}

.rg-industry-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.rg-industry-card,
.rg-industry-card:nth-child(1),
.rg-industry-card:nth-child(2),
.rg-industry-card:nth-child(n + 3) {
  min-height: 0;
  display: block;
  grid-column: auto;
  overflow: hidden;
  background: #fff;
  border: 4px solid #fff;
  border-radius: 8px;
  box-shadow: 0 4px 13px rgba(0, 0, 0, 0.15);
}

.rg-industry-card img,
.rg-industry-card:nth-child(n + 3) img {
  width: 100%;
  height: 245px;
  min-height: 245px;
  object-fit: cover;
}

.rg-industry-card div,
.rg-industry-card:nth-child(n + 3) div {
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px;
  color: #fff;
  background: #082a4c;
  text-align: center;
}

.rg-industry-card:nth-child(2) div,
.rg-industry-card:nth-child(5) div {
  background: #ee4e0d;
}

.rg-industry-card:nth-child(4) div {
  background: #d3261b;
}

.rg-industry-card h3 {
  margin: 0;
  color: #fff;
  font: 800 14px/1.3 var(--gorent-font-two);
  text-transform: uppercase;
}

.rg-industry-card p {
  display: none;
}

.rg-industry-card__number {
  width: 44px;
  height: 44px;
  left: auto;
  right: 9px;
  top: 9px;
  background: #0b355b;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-size: 18px;
}

.rg-industry-card:nth-child(2) .rg-industry-card__number,
.rg-industry-card:nth-child(5) .rg-industry-card__number {
  background: #ee4e0d;
}

.rg-industry-card:nth-child(4) .rg-industry-card__number {
  background: #d3261b;
}

/* Alternate the title strips and badges consistently across every card. */
.rg-industry-card:nth-child(odd) div,
.rg-industry-card:nth-child(odd) .rg-industry-card__number {
  background: #082a4c;
}

.rg-industry-card:nth-child(even) div,
.rg-industry-card:nth-child(even) .rg-industry-card__number {
  background: #ee4e0d;
}

.rg-industry-carousel {
  position: relative;
  padding: 0 58px;
}

.rg-industry-carousel .rg-industry-grid {
  display: flex;
  grid-template-columns: none;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.rg-industry-carousel .rg-industry-grid::-webkit-scrollbar {
  display: none;
}

.rg-industry-carousel .rg-industry-card,
.rg-industry-carousel .rg-industry-card:nth-child(n + 3) {
  min-width: 0;
  flex: 0 0 calc((100% - 54px) / 4);
  grid-template-columns: 1fr;
  scroll-snap-align: start;
}

.rg-industry-arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  z-index: 5;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: #082a4c;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
  cursor: pointer;
  font-size: 25px;
  transform: translateY(-50%);
}

.rg-industry-arrow:hover {
  background: #ee4e0d;
}
.rg-industry-arrow--prev {
  left: 0;
}
.rg-industry-arrow--next {
  right: 0;
}

/* Static output grid: prevents unwanted horizontal and vertical auto-scrolling. */
.rg-industry-carousel {
  padding: 0;
}
.rg-industry-arrow {
  display: none;
}
.rg-industry-carousel .rg-industry-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  overflow: visible;
  scroll-snap-type: none;
}
.rg-industry-carousel .rg-industry-card,
.rg-industry-carousel .rg-industry-card:nth-child(n + 3) {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
}

@media (max-width: 900px) {
  .rg-industry-carousel .rg-industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rg-industry-carousel .rg-industry-card,
  .rg-industry-carousel .rg-industry-card:nth-child(n + 3) {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 600px) {
  .rg-industry-carousel {
    padding: 0;
  }
  .rg-industry-carousel .rg-industry-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .rg-industry-carousel .rg-industry-card,
  .rg-industry-carousel .rg-industry-card:nth-child(n + 3) {
    min-width: 0;
    flex-basis: 100%;
  }
  .rg-industry-arrow {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }
}

.rg-catalog-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.rg-catalog-toolbar h3 {
  margin: 0;
  color: #d3261b;
  font: 800 23px var(--gorent-font-two);
}

.rg-view-switcher {
  display: flex;
  gap: 4px;
}

.rg-view-switcher button {
  min-height: 40px;
  padding: 0 15px;
  color: #fff;
  background: #111;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
}

.rg-view-switcher button {
  font-size: 0;
}
.rg-view-switcher button[data-view="grid"]::before {
  content: "\25A6  Grid View";
  font-size: 12px;
}
.rg-view-switcher button[data-view="list"]::before {
  content: "\2637  List View";
  font-size: 12px;
}

.rg-view-switcher button.is-active {
  background: #d3261b;
}

.rg-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 25px;
}

.rg-product-card {
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 9px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.rg-product-card > a {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.rg-product-card__image {
  height: 335px;
  padding: 18px;
  overflow: hidden;
  background: #e9e9e9;
  contain: paint;
}

.rg-product-card__image--empty {
  background: #fff;
}

.rg-product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.rg-product-card__body {
  min-height: 190px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 16px 18px 20px;
  text-align: center;
}

.rg-product-card__category {
  display: block;
  margin-bottom: 8px;
  color: #d3261b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.rg-product-card__description {
  display: none;
  margin: 0 0 16px;
  color: #626262;
  font-size: 13px;
  line-height: 1.55;
}

.rg-product-keyword {
  padding: 1px 4px;
  color: #a6130c;
  background: #fff0a8;
  font-weight: 800;
}

.rg-product-card h3 {
  margin: 0 0 14px;
  color: #111;
  font: 800 19px/1.3 var(--gorent-font-two);
}

.rg-product-card__actions {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: auto;
}

.rg-card-button {
  min-width: 120px;
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 15px;
  color: #fff;
  background: #d3261b;
  font-size: 0;
  font-weight: 700;
}

.rg-card-button--quote {
  background: #bd2118;
}

.rg-card-button--read::before {
  content: "\279C  Read More";
  font-size: 13px;
}
.rg-card-button--quote::before {
  content: "\2709  Get A Quote";
  font-size: 13px;
}

.rg-product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.13);
}

.rg-product-card:hover .rg-product-card__image img {
  transform: scale(1.02);
}

.rg-product-card.rg-card-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.5s ease var(--reveal-delay, 0ms),
    transform 0.5s ease var(--reveal-delay, 0ms),
    box-shadow 0.25s ease;
}

.rg-product-card.rg-card-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rg-product-card.rg-card-reveal.is-visible:hover {
  transform: translateY(-4px);
}

.rg-product-grid--list {
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.rg-product-grid--list .rg-product-card > a {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
}

.rg-product-grid--list .rg-product-card__image {
  height: 245px;
  padding: 13px;
}

.rg-product-grid--list .rg-product-card__body {
  min-width: 0;
  min-height: 245px;
  align-items: flex-start;
  justify-content: center;
  padding: 18px;
  text-align: left;
}

.rg-product-grid--list .rg-product-card__category {
  display: block;
  color: #d3261b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rg-product-grid--list .rg-product-card h3 {
  margin: 7px 0 8px;
  font-size: 18px;
}

.rg-product-grid--list .rg-product-card__description {
  display: block;
  margin: 0 0 14px;
  color: #666;
  line-height: 1.45;
}

.rg-product-grid--list .rg-product-card__actions {
  justify-content: flex-start;
}

.rg-product-grid--list .rg-card-button {
  min-width: 120px;
  padding-inline: 14px;
  font-size: 0;
}

.rg-why {
  position: relative;
  background: #eeeeee !important;
}

.rg-why::before {
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background-image: radial-gradient(#b7c7d1 1px, transparent 1px);
  background-size: 18px 18px;
  content: "";
  mask-image: radial-gradient(circle at center, #000, transparent 53%);
}

.rg-why .rg-container {
  position: relative;
}

.rg-why .rg-title-block {
  margin-inline: auto;
  text-align: center;
}

.rg-why-layout {
  min-height: 560px;
  display: grid;
  grid-template-columns: 1fr 1.18fr 1fr;
  align-items: center;
  gap: 22px;
}

.rg-why-column {
  display: grid;
  gap: 25px;
}

.rg-why-card {
  min-height: 125px;
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 16px;
  position: relative;
  padding: 21px 28px;
  background: linear-gradient(100deg, #fff, #f4f5f6);
  border: 1px solid #e1e6e9;
  box-shadow: 0 7px 20px rgba(0, 38, 77, 0.07);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.rg-why-column--left .rg-why-card {
  text-align: right;
  grid-template-columns: 1fr 48px;
}

.rg-why-column--left .rg-why-card,
.rg-why-column--right .rg-why-card {
  z-index: 3;
  clip-path: none;
}

.rg-why-column--left .rg-why-card::after {
  position: absolute;
  right: -17px;
  top: calc(50% - 17px);
  border-width: 17px 0 17px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #e1e6e9;
  content: "";
  filter: drop-shadow(3px 2px 2px rgba(0, 38, 77, 0.08));
}

.rg-why-column--right .rg-why-card::before {
  position: absolute;
  left: -17px;
  top: calc(50% - 17px);
  border-width: 17px 18px 17px 0;
  border-style: solid;
  border-color: transparent #e1e6e9 transparent transparent;
  content: "";
  filter: drop-shadow(-3px 2px 2px rgba(0, 38, 77, 0.08));
}

.rg-why-column--left .rg-why-card > span {
  grid-column: 2;
}

.rg-why-column--left .rg-why-card > div {
  grid-column: 1;
  grid-row: 1;
}

.rg-why-card > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d3261b;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 5px 13px rgba(177, 2, 25, 0.25);
  font-size: 0;
  transition:
    transform 0.35s ease,
    background 0.35s ease;
}

.rg-why-card > span::before {
  content: "\2713";
  font-size: 21px;
  font-weight: 900;
  margin-top: 7px;
}

.rg-why-card h3 {
  margin: 0 0 6px;
  font: 800 18px var(--gorent-font-two);
}

.rg-why-card p {
  margin: 0;
  color: #666;
  font-size: 12px;
  line-height: 1.55;
}

.rg-why-center {
  min-height: 445px;
  display: grid;
  place-items: center;
  position: relative;
}

.rg-why-machine {
  width: 360px;
  height: 360px;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #fff;
  border: 13px solid #eaf3f7;
  border-radius: 50%;
  box-shadow: 0 18px 40px rgba(0, 38, 77, 0.14);
}

.rg-why-machine img {
  width: 137%;
  max-width: none;
  height: 109%;
  margin-top: 8%;
  /* object-fit: cover; */
  object-position: center top;
  transition: transform 0.45s ease;
}

.rg-why-ring {
  position: absolute;
  border-radius: 50%;
}

.rg-why-ring--one {
  width: 430px;
  height: 430px;
  background: conic-gradient(
    #32a6c8 0 23%,
    transparent 23% 26%,
    #f0b547 26% 48%,
    transparent 48% 51%,
    #f47a27 51% 73%,
    transparent 73% 76%,
    #d3261b 76% 100%
  );
  -webkit-mask: radial-gradient(
    farthest-side,
    transparent calc(100% - 17px),
    #000 0
  );
  mask: radial-gradient(farthest-side, transparent calc(100% - 17px), #000 0);
  animation: rg-ring-spin 24s linear infinite;
}

.rg-why-ring--two {
  width: 475px;
  height: 475px;
  border: 3px dashed #d3261b;
  opacity: 0.35;
}

.rg-why-card:hover {
  z-index: 3;
  background: #fff;
  box-shadow: 0 15px 32px rgba(0, 38, 77, 0.14);
  transform: translateY(-5px);
}

.rg-why-column--left .rg-why-card:hover {
  transform: translate(-7px, -3px);
}

.rg-why-column--right .rg-why-card:hover {
  transform: translate(7px, -3px);
}

.rg-why-card:hover > span {
  background: var(--gorent-black);
  transform: rotate(10deg) scale(1.1);
}

.rg-why-center:hover .rg-why-machine img {
  transform: scale(1.035);
}

.rg-why-center:hover .rg-why-ring--two {
  animation: rg-ring-pulse 1.6s ease-in-out infinite;
}

@keyframes rg-ring-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes rg-ring-pulse {
  50% {
    opacity: 0.16;
    transform: scale(1.035);
  }
}

.rg-js .rg-scroll-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 0.58s ease var(--scroll-delay, 0ms),
    transform 0.58s ease var(--scroll-delay, 0ms);
}

.rg-js .rg-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .rg-hero__grid {
    grid-template-columns: 1fr;
    padding-top: 45px;
  }

  .rg-hero__visual {
    min-height: 400px;
  }

  .rg-hero__content {
    padding: 5px 0 55px;
  }

  .rg-hero__visual img {
    width: 100%;
    margin: -25px 0 0;
  }

  .rg-industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .rg-industry-card,
  .rg-industry-card:nth-child(1),
  .rg-industry-card:nth-child(2),
  .rg-industry-card:nth-child(n + 3) {
    grid-column: auto;
  }

  .rg-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rg-product-grid--list {
    grid-template-columns: 1fr;
  }

  .rg-why-layout {
    grid-template-columns: 1fr;
  }

  .rg-why-center {
    grid-row: 1;
  }

  .rg-why-column {
    grid-template-columns: repeat(3, 1fr);
  }

  .rg-why-column--left .rg-why-card {
    grid-template-columns: 48px 1fr;
    text-align: left;
  }

  .rg-why-column--left .rg-why-card,
  .rg-why-column--right .rg-why-card {
    clip-path: none;
  }

  .rg-why-column--left .rg-why-card::after,
  .rg-why-column--right .rg-why-card::before {
    display: none;
  }

  .rg-why-column--left .rg-why-card > span {
    grid-column: 1;
  }

  .rg-why-column--left .rg-why-card > div {
    grid-column: 2;
  }
}

@media (max-width: 700px) {
  .rg-hero {
    overflow: hidden;
  }

  .rg-container {
    width: calc(100% - 28px);
  }

  .rg-section {
    padding: 60px 0;
  }

  .rg-hero__grid {
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding-top: 0;
  }

  .rg-hero__content {
    width: 100%;
    order: 2;
    box-sizing: border-box;
    padding: 30px 14px 50px 44px;
  }

  .rg-eyebrow {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    line-height: 1.4;
  }

  .rg-hero h1 {
    max-width: 100%;
    font-size: clamp(32px, 10vw, 44px);
    overflow-wrap: anywhere;
  }

  .rg-hero__visual {
    width: 100%;
    min-height: 290px;
    order: 1;
  }

  .rg-hero__visual img {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }

  .rg-hero__content > p {
    overflow-wrap: anywhere;
  }

  .rg-intro__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .rg-industry-grid {
    display: flex;
    gap: 14px;
    margin-right: -14px;
    padding: 0 14px 15px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .rg-industry-card,
  .rg-industry-card:nth-child(n + 3) {
    min-width: 84vw;
    display: grid;
    grid-template-columns: 1fr;
    scroll-snap-align: center;
  }

  .rg-industry-card img,
  .rg-industry-card:nth-child(n + 3) img {
    height: 210px;
    min-height: 210px;
  }

  .rg-catalog-toolbar {
    align-items: flex-start;
  }

  .rg-view-switcher {
    display: none;
  }

  .rg-products .rg-container {
    width: 100%;
  }

  .rg-products .rg-title-block,
  .rg-products .rg-catalog-toolbar {
    width: calc(100% - 28px);
    margin-inline: auto;
  }

  .rg-product-grid,
  .rg-product-grid.rg-product-grid--list {
    display: flex;
    gap: 14px;
    padding: 0 14px 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #b10219 #ddd;
  }

  .rg-product-grid::after {
    flex: 0 0 1px;
    content: "";
  }

  .rg-product-card {
    min-width: min(86vw, 360px);
    scroll-snap-align: center;
  }

  .rg-product-grid--list .rg-product-card > a {
    display: flex;
  }

  .rg-product-card__image,
  .rg-product-grid--list .rg-product-card__image {
    height: 285px;
  }

  .rg-product-grid--list .rg-product-card__body {
    align-items: center;
    text-align: center;
  }

  .rg-product-grid--list .rg-product-card__category {
    display: none;
  }

  .rg-product-grid--list .rg-product-card__actions {
    justify-content: center;
  }

  .rg-card-button {
    min-width: 0;
    flex: 1 1 50%;
    padding-inline: 7px;
  }

  .rg-why-layout {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .rg-why-center {
    width: 100%;
    min-height: 350px;
    order: -1;
  }

  .rg-why-machine {
    width: 265px;
    height: 265px;
  }

  .rg-why-ring--one {
    width: 320px;
    height: 320px;
  }

  .rg-why-ring--two {
    width: 345px;
    height: 345px;
  }

  .rg-why-column {
    width: 100%;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .rg-intro article {
    margin-top: 35px;
    padding: 35px 0 0;
  }
}

/* Final responsive finished-products carousel. */
.rg-industry-carousel {
  position: relative;
  padding: 0 58px;
}
.rg-industry-carousel .rg-industry-grid {
  display: flex;
  gap: 18px;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.rg-industry-carousel .rg-industry-grid::-webkit-scrollbar {
  display: none;
}
.rg-industry-carousel .rg-industry-card,
.rg-industry-carousel .rg-industry-card:nth-child(n + 3) {
  min-width: 0;
  flex: 0 0 calc((100% - 54px) / 4);
  grid-column: auto;
  scroll-snap-align: start;
}
.rg-industry-carousel .rg-industry-arrow {
  display: grid;
  place-items: center;
}

@media (max-width: 1000px) {
  .rg-industry-carousel .rg-industry-card,
  .rg-industry-carousel .rg-industry-card:nth-child(n + 3) {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 600px) {
  .rg-industry-carousel {
    padding: 0 42px;
  }
  .rg-industry-carousel .rg-industry-card,
  .rg-industry-carousel .rg-industry-card:nth-child(n + 3) {
    flex-basis: 100%;
  }
}

/* Key features section */
.rg-key-features {
  background: #f3f3f3;
}

.rg-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.rg-feature-card {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 18px;
  align-items: start;
  padding: 26px;
  background: #fff;
  border: 1px solid #e4e4e4;
  transition:
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.rg-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.09);
}

.rg-feature-card > span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #d3261b;
  font: 800 20px/1 var(--gorent-font-two);
}

.rg-feature-card h3 {
  margin: 0 0 10px;
  color: #111;
  font: 800 19px/1.3 var(--gorent-font-two);
}

.rg-feature-card p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1000px) {
  .rg-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .rg-feature-grid {
    grid-template-columns: 1fr;
  }
}

/* 12.html product-card design shared by all machine category pages. */
@media (min-width: 1101px) {
  .rg-product-grid:not(.rg-product-grid--list) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

.rg-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 10px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.07);
}

.rg-product-card > a {
  flex: 1;
}

.rg-product-grid:not(.rg-product-grid--list) .rg-product-card__image {
  height: 235px;
  padding: 10px;
  background: #eee;
}

.rg-product-card__image img {
  object-fit: contain;
  transition: transform 0.55s ease;
}

.rg-product-card:hover .rg-product-card__image img {
  transform: scale(1.06);
}

.rg-product-grid:not(.rg-product-grid--list) .rg-product-card__body {
  min-height: 180px;
  align-items: flex-start;
  padding: 14px 16px 15px;
  text-align: left;
}

.rg-product-grid:not(.rg-product-grid--list) .rg-product-card__category {
  min-height: 32px;
  margin: 0 0 10px;
  color: #b10219;
  font-size: 10px;
  line-height: 1.35;
}

.rg-product-grid:not(.rg-product-grid--list) .rg-product-card h3 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 4px;
  margin: 0;
  color: #202020;
  font-size: 13px;
  line-height: 1.45;
}

.rg-product-grid:not(.rg-product-grid--list) .rg-product-card__actions {
  gap: 3px;
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #ccc;
}

.rg-product-grid:not(.rg-product-grid--list) .rg-card-button {
  min-width: 0;
  min-height: 42px;
  flex: 1 1 auto;
  padding: 8px 10px;
}

.rg-card-button--read::before {
  content: "View Product";
}

.rg-card-button--quote {
  background: #262626;
}

.rg-card-button--quote::before {
  content: "\260E  Get Callback";
}

.rg-product-grid:not(.rg-product-grid--list) .rg-product-card__actions::after {
  width: 42px;
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  content: "\f232";
  color: #fff;
  background: #00d36f;
  font-family: "Font Awesome 5 Brands", "Font Awesome 6 Brands";
  font-size: 20px;
}

@media (max-width: 1100px) and (min-width: 701px) {
  .rg-product-grid:not(.rg-product-grid--list) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .rg-product-grid:not(.rg-product-grid--list) .rg-product-card__image {
    height: 260px;
  }

  .rg-product-grid:not(.rg-product-grid--list) .rg-product-card__body {
    align-items: flex-start;
    text-align: left;
  }
}

/* CTA section */
.rg-cta {
  background: #0b0b0b;
}

.rg-cta__box {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.rg-cta__box h2 {
  margin: 20px 0 14px;
  color: #fff;
  font: 800 clamp(28px, 3.5vw, 42px)/1.15 var(--gorent-font-two);
}

.rg-cta__box p {
  margin: 0;
  color: #c9c9c9;
  font-size: 17px;
  line-height: 1.7;
}

.rg-cta__box .rg-hero__actions {
  justify-content: center;
}
