@charset "UTF-8";
:root {
  --nd-green: #1C8339;
  --nd-green-dark: #064f2d;
  --nd-mint: #edf5ef;
  --nd-cream: #f7f5ef;
  --nd-ink: #17231d;
  --nd-muted: #65716a;
  --nd-line: #dfe6e1;
  --nd-white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body.nd-body,
body#go-to-top {
  max-width: 100%;
  overflow-x: clip;
}

main.nd-home {
  max-width: 100%;
  overflow-x: clip;
  width: 100%;
}

body.nd-body {
  background: #fff;
  color: var(--nd-ink);
  font-family: "Montserrat", Arial, sans-serif;
  margin: 0;
}

.nd-body img {
  display: block;
  max-width: 100%;
}
.nd-body a {
  text-decoration: none;
}

.nd-container {
  margin: 0 auto;
  max-width: 90.053%;
}

.nd-announcement {
  background: linear-gradient(90deg, #1c8339 0%, #97a29a 56.731%, #97a29a 100%);
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
}
.nd-announcement .nd-container {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 28px;
  line-height: 1;
}
.nd-announcement span,
.nd-announcement p {
  margin: 0;
  white-space: nowrap;
}
.nd-announcement p {
  justify-self: center;
}
.nd-announcement div {
  justify-self: end;
  white-space: nowrap;
}
.nd-announcement a {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.nd-announcement strong {
  font-weight: 500;
}

.nd-header {
  background: #fff;
  border: 0;
  height: 106px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.04);
}
.nd-header .nd-nav {
  align-items: center;
  border: 0;
  display: flex;
  gap: 58px;
  justify-content: center;
}
.nd-header .nd-nav a {
  color: #606367;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}
.nd-header .nd-nav a:first-child::after {
  display: none;
}
.nd-header .nd-nav span {
  color: #159447;
  font-size: 18px;
  font-weight: 700;
  margin-left: 8px;
}

.nd-header-main {
  align-items: center;
  display: grid;
  gap: 42px;
  grid-template-columns: 260px 1fr auto;
  height: 106px;
}

.nd-logo img {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 260px;
}

.nd-menu {
  background: none;
  border: 0;
  display: none;
  padding: 5px;
}
.nd-menu span {
  background: var(--nd-ink);
  display: block;
  height: 2px;
  margin: 4px;
  width: 22px;
}

.nd-search {
  align-items: center;
  background: #f5f7f5;
  border: 1px solid #e3e8e4;
  display: flex;
  height: 46px;
  max-width: 600px;
  width: 100%;
}
.nd-search svg {
  fill: none;
  height: 18px;
  margin-left: 16px;
  stroke: #667169;
  stroke-width: 1.7;
  width: 18px;
}
.nd-search input {
  background: transparent;
  border: 0;
  flex: 1;
  font: inherit;
  font-size: 12px;
  outline: none;
  padding: 0 14px;
}
.nd-search button {
  background: var(--nd-green);
  border: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  height: 100%;
  padding: 0 22px;
}

.nd-search-button {
  background: transparent;
  border: 0;
  padding: 8px;
}
.nd-search-button svg {
  fill: none;
  height: 24px;
  stroke: #606367;
  stroke-width: 1.7;
  width: 24px;
}

.nd-header-actions {
  align-items: center;
  display: flex;
  gap: 14px;
}
.nd-header-actions a {
  font-size: 11px;
  font-weight: 600;
}
.nd-header-actions b {
  align-items: center;
  background: var(--nd-green);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 8px;
  height: 17px;
  justify-content: center;
  margin-left: 3px;
  width: 17px;
}

.nd-header-button {
  background: #606367;
  border-radius: 12px;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 17px 25px;
}

.nd-nav {
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
}
.nd-nav .nd-container {
  align-items: center;
  display: flex;
  gap: 36px;
  height: 48px;
}
.nd-nav a {
  font-size: 11px;
  font-weight: 600;
}
.nd-nav a:first-child::after {
  content: "⌄";
  margin-left: 8px;
}
.nd-nav .nd-nav-sale {
  color: var(--nd-green);
  margin-left: auto;
}
.nd-nav.is-open {
  display: block;
}

.nd-kicker {
  color: var(--nd-green);
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.17em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.nd-hero {
  background: var(--nd-mint);
  height: 674px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.nd-hero-slide {
  height: 100%;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.45s ease;
  width: 100%;
}
.nd-hero-slide picture {
  position: relative;
}
.nd-hero-slide picture::before {
  background: #FBFAF6;
  filter: blur(125px);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 36.8022%;
  height: 100%;
  z-index: 1;
}
.nd-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.nd-hero-slide > picture,
.nd-hero-slide > .nd-hero-image {
  display: block;
  height: 100%;
  width: 100%;
}
.nd-hero-slide .nd-hero-image {
  height: 100%;
  inset: 0;
  max-height: none;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}

.nd-hero-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: 0.78fr 1.22fr;
}

.nd-hero-copy {
  left: max((100vw - 1720px) / 2 + 124px, 60px);
  padding: 0;
  position: absolute;
  top: 118px;
  width: 444px;
  z-index: 1;
}
.nd-hero-copy h1,
.nd-hero-copy h1 span {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(64px, 6.67vw, 128px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 1;
  margin: 0;
}
.nd-hero-copy .nd-hero-line {
  display: block;
  line-height: -0.18;
}
.nd-hero-copy .nd-hero-line + .nd-hero-line {
  margin-top: -0.04em;
}
.nd-hero-copy .nd-hero-line--accent {
  color: #148a46;
}
.nd-hero-copy > p {
  color: #56645c;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 520px;
}
.nd-hero-copy .nd-buttons {
  gap: 17px;
  margin-top: 18px;
}
.nd-hero-copy .nd-btn {
  border-radius: 5px;
  font-size: 13px;
  padding: 16px 22px;
}

.nd-title h2,
.nd-banner h2,
.nd-split-copy h2,
.nd-newsletter h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-weight: 700;
}

.nd-buttons {
  align-items: center;
  display: flex;
  gap: 25px;
  margin-top: 30px;
}

.nd-btn {
  background: var(--nd-green);
  border: 1px solid var(--nd-green);
  border-radius: 6px;
  color: #fff !important;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  justify-content: center;
  padding: 15px 23px;
}

.nd-btn-outline {
  background: #fff;
  color: #171717 !important;
}

.nd-btn-light {
  background: #fff;
  border-color: #fff;
  color: var(--nd-green) !important;
  margin-top: 10px;
}

.nd-link {
  border-bottom: 1px solid #aab7af;
  font-size: 11px;
  font-weight: 700;
  padding: 6px 0;
}
.nd-link span {
  margin-left: 8px;
}

.nd-rating {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-top: 28px;
}
.nd-rating strong {
  font-size: 12px;
}
.nd-rating span {
  color: #d9a82d;
  font-size: 11px;
  letter-spacing: 1px;
}
.nd-rating small {
  border-left: 1px solid #aab5ae;
  color: #6b776f;
  font-size: 9px;
  padding-left: 10px;
}

.nd-hero-image {
  height: 510px;
  overflow: hidden;
}
.nd-hero-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.nd-hero-controls {
  bottom: 120px;
  display: flex;
  position: absolute;
  right: max((100vw - 1720px) / 2, 50px);
  z-index: 2;
  border-radius: 5px;
  overflow: hidden;
}
.nd-hero-controls::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #DFDFDF;
}

.nd-hero-nav {
  align-items: center;
  background: white;
  border: 0;
  color: #159447;
  cursor: pointer;
  display: flex;
  font-size: 20px;
  height: 48px;
  justify-content: center;
  padding: 0;
  width: 49px;
}

.nd-category-strip {
  border-bottom: 1px solid var(--nd-line);
  padding: 25px 0;
}

.nd-category-list {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(8, 1fr);
}
.nd-category-list a {
  text-align: center;
}
.nd-category-list span {
  background: var(--nd-cream);
  border-radius: 50%;
  display: block;
  height: 72px;
  margin: 0 auto 9px;
  overflow: hidden;
  width: 72px;
}
.nd-category-list img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.nd-category-list strong {
  font-size: 10px;
  font-weight: 600;
}

.nd-section {
  padding: 82px 0;
}

.nd-soft {
  background: var(--nd-cream);
}

.nd-title {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.nd-title .nd-kicker {
  margin-bottom: 9px;
}
.nd-title h2 {
  font-size: clamp(30px, 3vw, 43px);
  letter-spacing: -0.035em;
  line-height: 1.1;
  margin: 0;
}
.nd-title > a {
  border-bottom: 1px solid #b9c4bd;
  font-size: 10px;
  font-weight: 700;
  padding-bottom: 5px;
}

.nd-category-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 30px;
}
.nd-category-grid > a > div {
  background: #f3f5f2;
  height: 230px;
  overflow: hidden;
}
.nd-category-grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
  width: 100%;
}
.nd-category-grid a:hover img {
  transform: scale(1.035);
}
.nd-category-grid h3 {
  font-size: 13px;
  margin: 13px 0 5px;
}
.nd-category-grid span {
  color: var(--nd-green);
  font-size: 9px;
  font-weight: 600;
}

.nd-section-dark {
  background: #17271f;
  color: #fff;
}

.nd-title-light .nd-kicker {
  color: #8fc5a6;
}
.nd-title-light > a {
  border-color: #63776c;
}

.nd-editorial-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.32fr 1fr 1fr;
}

.nd-editorial {
  height: 430px;
  overflow: hidden;
  position: relative;
}
.nd-editorial::after {
  background: linear-gradient(transparent 28%, rgba(7, 19, 12, 0.88));
  content: "";
  inset: 0;
  position: absolute;
}
.nd-editorial img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s;
  width: 100%;
}
.nd-editorial:hover img {
  transform: scale(1.035);
}
.nd-editorial > div {
  bottom: 0;
  left: 0;
  padding: 28px;
  position: absolute;
  right: 0;
  z-index: 1;
}
.nd-editorial small {
  color: #b8d6c5;
  font-size: 9px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.nd-editorial h3 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 26px;
  font-weight: 700;
  margin: 9px 0 15px;
}
.nd-editorial span {
  font-size: 9px;
  font-weight: 700;
}

.nd-product-grid {
  display: grid;
  gap: 17px;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 32px;
}

.nd-product {
  background: #fff;
  border: 1px solid var(--nd-line);
}
.nd-product > div {
  padding: 15px 16px;
}
.nd-product small {
  color: var(--nd-muted);
  display: block;
  font-size: 8px;
  margin-bottom: 7px;
}
.nd-product h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 15px;
}
.nd-product footer {
  align-items: center;
  border-top: 1px solid #edf0ee;
  display: flex;
  justify-content: space-between;
  padding-top: 12px;
}
.nd-product footer strong {
  font-size: 10px;
}
.nd-product footer button {
  align-items: center;
  background: var(--nd-green);
  border: 0;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 17px;
  height: 27px;
  justify-content: center;
  width: 27px;
}
.nd-product:hover .nd-product-img img {
  transform: scale(1.035);
}

.nd-product-img {
  background: #f3f5f2;
  display: block;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1/1;
}
.nd-product-img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.35s;
  width: 100%;
}
.nd-product-img > span {
  background: var(--nd-green);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  left: 10px;
  letter-spacing: 0.08em;
  padding: 6px 9px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
}

.nd-banner {
  background: var(--nd-green);
  color: #fff;
  padding: 65px 0;
}
.nd-banner .nd-kicker {
  color: #bfe0cb;
}
.nd-banner h2 {
  font-size: clamp(24px, 2.188vw, 42px);
  letter-spacing: -0.035em;
  margin: 0 0 14px;
}
.nd-banner p {
  color: #d9ece0;
  font-size: 13px;
  line-height: 1.7;
  max-width: 610px;
}

.nd-banner-inner {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1.1fr 0.9fr;
}

.nd-banner-notes {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, 1fr);
}
.nd-banner-notes span {
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  font-size: 10px;
  padding-left: 15px;
}
.nd-banner-notes b {
  display: block;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 6px;
}

.nd-split {
  align-items: center;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
}

.nd-split-image {
  height: 555px;
}
.nd-split-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.nd-split-copy {
  background: var(--nd-mint);
  margin-left: -45px;
  padding: 58px;
  position: relative;
}
.nd-split-copy h2 {
  font-size: clamp(24px, 2.188vw, 42px);
  letter-spacing: -0.035em;
  line-height: 1.15;
  margin: 0 0 18px;
}
.nd-split-copy p {
  color: var(--nd-muted);
  font-size: 13px;
  line-height: 1.75;
}
.nd-split-copy ul {
  list-style: none;
  margin: 23px 0 28px;
  padding: 0;
}
.nd-split-copy li {
  border-bottom: 1px solid #d2ddd5;
  font-size: 11px;
  font-weight: 600;
  padding: 11px 0;
}
.nd-split-copy li::before {
  color: var(--nd-green);
  content: "✓";
  margin-right: 10px;
}

.nd-logo-band {
  border-bottom: 1px solid var(--nd-line);
  border-top: 1px solid var(--nd-line);
  padding: 30px 0;
}
.nd-logo-band .nd-container {
  align-items: center;
  display: flex;
  gap: 60px;
}
.nd-logo-band span {
  color: var(--nd-muted);
  font-size: 9px;
  text-transform: uppercase;
}
.nd-logo-band div div {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.nd-logo-band b {
  color: #536158;
  font-family: Georgia, serif;
  font-size: 16px;
}

.nd-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.nd-service-grid a {
  background: var(--nd-mint);
  border-right: 1px solid #cedbd2;
  min-height: 250px;
  padding: 27px;
  position: relative;
}
.nd-service-grid a:nth-child(even) {
  background: #f4f7f3;
}
.nd-service-grid span {
  color: #8cac98;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 25px;
}
.nd-service-grid h3 {
  font-size: 15px;
  margin: 38px 0 11px;
}
.nd-service-grid p {
  color: var(--nd-muted);
  font-size: 10px;
  line-height: 1.65;
}
.nd-service-grid i {
  bottom: 24px;
  color: var(--nd-green);
  font-size: 20px;
  font-style: normal;
  position: absolute;
  right: 25px;
}

.nd-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.nd-values article {
  border-right: 1px solid var(--nd-line);
  padding: 10px 30px;
}
.nd-values article:first-child {
  padding-left: 0;
}
.nd-values article:last-child {
  border: 0;
}
.nd-values span {
  color: var(--nd-green);
  font-size: 22px;
}
.nd-values h3 {
  font-size: 13px;
  margin: 18px 0 8px;
}
.nd-values p {
  color: var(--nd-muted);
  font-size: 10px;
  line-height: 1.6;
}

.nd-journal {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.nd-journal > a > div {
  height: 255px;
  margin-bottom: 17px;
  overflow: hidden;
}
.nd-journal img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.4s;
  width: 100%;
}
.nd-journal a:hover img {
  transform: scale(1.035);
}
.nd-journal small {
  color: var(--nd-green);
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
}
.nd-journal h3 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.35;
  margin: 9px 0 13px;
}
.nd-journal span {
  font-size: 9px;
  font-weight: 700;
}

.nd-footer {
  background: #383838;
  color: #fff;
  height: 590px;
  overflow: hidden;
  position: relative;
}
.nd-footer h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 27px;
}

.nd-footer-pattern {
  bottom: 0;
  height: 350px;
  left: 50%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.38;
  pointer-events: none;
  position: absolute;
  transform: translateX(-50%);
  width: 1922px;
}

.nd-footer-content {
  display: grid;
  grid-template-columns: 430px 620px minmax(380px, 1fr);
  gap: 105px;
  margin: 0 auto;
  max-width: 1718px;
  padding-top: 80px;
  position: relative;
  z-index: 1;
}

.nd-footer-list {
  display: grid;
  row-gap: 20px;
}
.nd-footer-list a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.nd-footer-list a::before {
  align-items: center;
  background: var(--nd-green);
  border-radius: 50%;
  content: ">>";
  display: flex;
  font-size: 8px;
  font-weight: 700;
  height: 20px;
  justify-content: center;
  letter-spacing: -2px;
  margin-right: 13px;
  padding-right: 2px;
  width: 20px;
}

.nd-footer-list-two {
  -moz-column-gap: 50px;
       column-gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.nd-footer-contact {
  position: relative;
}

.nd-contact-row {
  align-items: flex-start;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 10px;
  line-height: 30px;
  margin-bottom: 10px;
}
.nd-contact-row > span {
  color: #fff;
  display: inline-flex;
  font-size: 23px;
  justify-content: center;
  line-height: 24px;
  width: 24px;
}
.nd-contact-row div a {
  color: #fff;
  display: block;
}

.nd-address {
  margin-top: 14px;
}
.nd-address p {
  font-size: 16px;
  line-height: 23px;
  margin: 0;
}
.nd-address p a {
  color: #fff;
  text-decoration: underline;
}
.nd-address strong {
  font-weight: 700;
}

.nd-social {
  display: flex;
  gap: 16px;
  margin-left: 5px;
  margin-top: 2px;
}
.nd-social a {
  align-items: center;
  background: transparent;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  font-weight: 700;
  height: 22px;
  justify-content: center;
  text-transform: uppercase;
  width: 22px;
}

.nd-map-button {
  background: #159447;
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin: 7px 0 20px 34px;
  padding: 11px 14px;
}

.nd-footer-copy {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  bottom: 25px;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
  left: 50%;
  max-width: 1718px;
  padding-top: 20px;
  position: absolute;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  z-index: 1;
}
.nd-footer-copy div {
  display: flex;
  gap: 10px;
}
.nd-footer-copy div a {
  color: #fff;
}
.nd-footer-copy div a + a::before {
  content: "|";
  margin-right: 10px;
}

.nd-newsletter {
  align-items: center;
  border-bottom: 1px solid #425148;
  display: flex;
  justify-content: space-between;
  padding: 48px 0;
}
.nd-newsletter span {
  color: #91ab9b;
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.nd-newsletter h2 {
  color: #fff;
  font-size: 29px;
  font-weight: 400;
  margin: 7px 0 0;
}
.nd-newsletter form {
  display: flex;
  width: 420px;
}
.nd-newsletter input {
  background: transparent;
  border: 1px solid #526158;
  color: #fff;
  flex: 1;
  font: inherit;
  font-size: 10px;
  padding: 14px;
}
.nd-newsletter button {
  background: var(--nd-green);
  border: 0;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 0 22px;
}

.nd-footer-grid {
  display: grid;
  gap: 45px;
  grid-template-columns: 1.6fr repeat(4, 1fr);
  padding: 55px 0;
}
.nd-footer-grid h3 {
  color: #fff;
  font-size: 11px;
  margin: 0 0 18px;
}
.nd-footer-grid > div > a {
  color: #b7c5bc;
  display: block;
  font-size: 9px;
  margin: 11px 0;
}

.nd-footer-brand img {
  filter: brightness(0) invert(1);
  height: auto;
  width: 180px;
}
.nd-footer-brand p {
  color: #9fb0a6;
  font-size: 9px;
  line-height: 1.7;
  max-width: 260px;
}
.nd-footer-brand > div {
  display: flex;
  gap: 15px;
  margin-top: 18px;
}
.nd-footer-brand > div a {
  font-size: 8px;
  font-weight: 700;
}

.nd-contact p {
  color: #9fb0a6;
  font-size: 9px;
  line-height: 1.7;
  max-width: 260px;
}

.nd-footer-bottom {
  align-items: center;
  border-top: 1px solid #425148;
  color: #8fa097;
  display: flex;
  font-size: 8px;
  justify-content: space-between;
  padding: 19px 0;
}
.nd-footer-bottom a {
  margin-left: 18px;
}

.figma-heading {
  margin: 0 auto 55px;
  max-width: 820px;
  text-align: center;
}
@media (min-width: 1350px) {
  .figma-heading {
    max-width: 50%;
  }
  .figma-heading div,
  .figma-heading p {
    text-align: center;
  }
}
.figma-heading h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: normal;
  margin: 0 0 14px;
}
.figma-heading h3 {
  font-size: 20px;
  font-weight: 500;
  margin: -4px 0 14px;
}
.figma-heading p {
  color: #555;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.figma-heading-left {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  max-width: none;
  text-align: left;
}
.figma-heading-left > div {
  max-width: 800px;
}

.figma-trust {
  background: transparent;
  margin-top: clamp(-90px, -4.7vw, -40px);
  position: relative;
  z-index: 2;
}

.figma-trust__card {
  background: #fff;
  border: 1px solid #dfdfdf;
  border-radius: clamp(12px, 1.04vw, 20px);
  box-shadow: 0 0 clamp(12px, 1.04vw, 20px) rgba(0, 0, 0, 0.18);
  min-height: clamp(160px, 11.56vw, 222px);
  padding: clamp(18px, 1.56vw, 30px) clamp(18px, 2.7vw, 52px) clamp(18px, 1.82vw, 35px);
}

.figma-trust__title {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(22px, 2.8vw, 42px);
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.figma-trust__grid {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(12px, 1.04vw, 20px);
  justify-content: space-between;
  margin-top: clamp(14px, 1.2vw, 23px);
}

.figma-trust__item {
  display: flex;
  flex-direction: column;
  -moz-column-gap: clamp(8px, 0.625vw, 12px);
       column-gap: clamp(8px, 0.625vw, 12px);
  max-width: 100%;
  min-width: 0;
  row-gap: clamp(6px, 0.52vw, 10px);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .figma-trust__item {
    width: 15%;
  }
}
@media (min-width: 1200px) {
  .figma-trust__item {
    display: grid;
    grid-template-columns: clamp(40px, 2.55vw, 49px) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }
}

.figma-trust__icon {
  align-items: center;
  background: #cfe4d5;
  border-radius: clamp(2px, 0.16vw, 3px);
  display: flex;
  grid-column: 1;
  grid-row: 1;
  height: clamp(40px, 2.6vw, 50px);
  justify-content: center;
  width: clamp(40px, 2.55vw, 49px);
}
.figma-trust__icon img {
  display: block;
  height: clamp(18px, 1.46vw, 28px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(18px, 1.46vw, 28px);
}

.figma-trust__value {
  align-self: start;
  color: #1c8339;
  font-family: "Abhaya Libre", Georgia, serif;
  font-weight: 700;
  grid-column: 2;
  grid-row: 1;
  line-height: 1.1;
  margin-top: clamp(2px, 0.21vw, 4px);
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
  word-break: break-word;
}
@media (min-width: 1101px) {
  .figma-trust__value {
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .figma-trust__value {
    font-size: 23px;
  }
}
@media (min-width: 1350px) {
  .figma-trust__value {
    font-size: 25px;
  }
}
@media (min-width: 1440px) {
  .figma-trust__value {
    font-size: 25px;
  }
}
@media (min-width: 1600px) {
  .figma-trust__value {
    font-size: 33px;
  }
}
@media (min-width: 1900px) {
  .figma-trust__value {
    font-size: 36px;
  }
}

.figma-trust__item:not(:has(.figma-trust__icon)) {
  grid-template-columns: 1fr;
}
.figma-trust__item:not(:has(.figma-trust__icon)) .figma-trust__value {
  grid-column: 1;
}

.figma-trust__label {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(11px, 0.84vw, 16px);
  font-weight: 400;
  grid-column: 1/-1;
  grid-row: 2;
  line-height: 1.25;
  margin: 0;
}

.figma-categories {
  padding: clamp(70px, 6.25vw, 120px) 0 clamp(80px, 6.5vw, 125px);
}

.figma-categories__header {
  align-items: flex-end;
  display: flex;
  gap: clamp(20px, 2vw, 40px);
  justify-content: space-between;
  margin-bottom: clamp(40px, 3.65vw, 70px);
}

.figma-categories__intro {
  max-width: clamp(560px, 41.3vw, 792.5px);
}
.figma-categories__intro h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 clamp(10px, 0.63vw, 12px);
}
.figma-categories__intro p {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0;
}

.figma-categories__view-all {
  background: #1c8339;
  border: 0;
  border-radius: clamp(4px, 0.26vw, 5px);
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding: clamp(12px, 0.78vw, 15px) clamp(16px, 1.04vw, 20px);
  text-decoration: none;
  white-space: nowrap;
}
.figma-categories__view-all:hover, .figma-categories__view-all:focus-visible {
  background: #156b2e;
  color: #fff;
}

.figma-category-grid {
  -moz-column-gap: clamp(12px, 0.94vw, 18px);
       column-gap: clamp(12px, 0.94vw, 18px);
  display: grid;
  gap: clamp(12px, 0.94vw, 18px);
  grid-template-columns: repeat(7, minmax(0, 1fr));
  row-gap: clamp(32px, 2.76vw, 53px);
}

.figma-category-card {
  background: #fff;
  border: 1px solid #1c8339;
  border-radius: clamp(8px, 0.52vw, 10px);
  box-shadow: 0 4px 4px rgba(28, 131, 57, 0.24);
  display: flex;
  flex-direction: column;
  height: clamp(260px, 15.625vw, 300px);
  overflow: hidden;
  padding: clamp(16px, 1.04vw, 20px);
  text-align: center;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.figma-category-card:hover, .figma-category-card:focus-visible {
  box-shadow: 0 6px 10px rgba(28, 131, 57, 0.32);
  transform: translateY(-2px);
}

.figma-category-card__media {
  flex-shrink: 0;
  overflow: hidden;
  width: 100%;
}
.figma-category-card__media picture {
  display: block;
  width: 100%;
}
.figma-category-card__media img {
  background: #f1f4f2;
  border-radius: clamp(6px, 0.42vw, 8px);
  display: block;
  height: clamp(120px, 7.19vw, 138px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.figma-category-card__title {
  align-items: center;
  color: #000;
  display: flex;
  flex: 1;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: clamp(12px, 0.94vw, 18px) 0 clamp(8px, 0.52vw, 10px);
  min-height: clamp(38px, 2.5vw, 48px);
  text-align: center;
}

.figma-category-card__btn {
  align-items: center;
  align-self: center;
  background: #1c8339;
  border-radius: clamp(4px, 0.26vw, 5px);
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 600;
  gap: clamp(6px, 0.42vw, 8px);
  justify-content: center;
  line-height: 1;
  margin-top: auto;
  padding: clamp(8px, 0.52vw, 10px) clamp(12px, 0.78vw, 15px);
  transition: background 0.25s ease;
}
.figma-category-card__btn svg {
  display: block;
  flex-shrink: 0;
  height: clamp(16px, 0.94vw, 18px);
  width: clamp(16px, 0.94vw, 18px);
}

.figma-category-card:hover .figma-category-card__btn,
.figma-category-card:focus-visible .figma-category-card__btn {
  background: #156b2e;
}

.figma-deals {
  background: #efefef;
  overflow: hidden;
  padding: clamp(40px, 2.9vw, 56px) 0 clamp(80px, 6.25vw, 120px);
}

.figma-deals__layout {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.22%;
}

.figma-deals-copy {
  flex: 0 0 33.72%;
  max-width: 33.72%;
  width: 33.72%;
}

.figma-deals__title {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 clamp(10px, 0.73vw, 12px);
}

.figma-deals__description {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0 0 clamp(24px, 2.1vw, 36px);
  max-width: 73.62%;
  width: 73.62%;
}

.figma-deals__cta {
  background: #1c8339;
  border: 0;
  border-radius: clamp(4px, 0.26vw, 5px);
  color: #fff !important;
  display: inline-flex;
  flex-shrink: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 600;
  justify-content: center;
  line-height: 1;
  padding: clamp(12px, 0.78vw, 15px) clamp(16px, 1.04vw, 20px);
  text-decoration: none;
  white-space: nowrap;
}
.figma-deals__cta:hover, .figma-deals__cta:focus-visible {
  background: #156b2e;
  color: #fff;
}

.figma-deals-actions {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 4%;
  justify-content: space-between;
  width: 100%;
}

.figma-deals-nav {
  align-items: center;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
  display: inline-flex;
  flex: 0 0 17.07%;
  height: clamp(42px, 2.5vw, 48px);
  justify-content: space-between;
  margin: 0;
  max-width: 17.07%;
  width: 17.07%;
}

.figma-deals-nav__divider {
  background: #e3e3e3;
  flex-shrink: 0;
  height: 100%;
  width: 1px;
}

.figma-deals-nav__btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1c8339;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: opacity 0.2s ease;
  width: clamp(40px, 2.5vw, 48px);
}
.figma-deals-nav__btn svg,
.figma-deals-nav__btn img {
  display: block;
  height: clamp(20px, 1.25vw, 24px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(20px, 1.25vw, 24px);
}
.figma-deals-nav__btn:hover {
  opacity: 0.75;
}
.figma-deals-nav__btn:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.figma-deals-slider-wrap {
  flex: 0 0 65.06%;
  max-width: 65.06%;
  min-width: 0;
  overflow: hidden;
  width: 65.06%;
}

.figma-deals-slider {
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.figma-deals-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.88%;
  transition: transform 0.35s ease;
  width: 100%;
  will-change: transform;
}

.figma-deal-card {
  background: #d9d9d9;
  border-radius: clamp(8px, 0.52vw, 10px);
  flex: 0 0 32.08%;
  height: clamp(330px, 23.75vw, 456px);
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.figma-deal-card__image {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
}
.figma-deal-card__btn {
  align-items: center;
  background: #fff;
  border-radius: clamp(4px, 0.26vw, 5px);
  bottom: 7.89%;
  color: #1c8339;
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 600;
  gap: clamp(8px, 0.52vw, 10px);
  left: 10.03%;
  line-height: 1;
  padding: clamp(12px, 0.78vw, 15px) clamp(16px, 1.04vw, 20px);
  position: absolute;
  text-decoration: none;
  z-index: 2;
}
.figma-deal-card__btn svg,
.figma-deal-card__btn img {
  display: block;
  flex-shrink: 0;
  height: clamp(18px, 1.15vw, 22px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(18px, 1.15vw, 22px);
}
.figma-deal-card__btn:hover {
  background: #f7f7f7;
  color: #156b2e;
}

.figma-seasonal-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(4, 1fr);
}
.figma-seasonal-grid article {
  border-radius: 18px;
  height: 530px;
  overflow: hidden;
  position: relative;
}
.figma-seasonal-grid article::after {
  background: linear-gradient(transparent 35%, rgba(0, 0, 0, 0.82));
  content: "";
  inset: 0;
  position: absolute;
}
.figma-seasonal-grid article > div {
  bottom: 25px;
  color: #fff;
  left: 25px;
  position: absolute;
  z-index: 1;
}
.figma-seasonal-grid img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.figma-seasonal-grid small {
  font-size: 12px;
}
.figma-seasonal-grid h3 {
  font-size: 17px;
  margin: 5px 0 18px;
}
.figma-seasonal-grid a {
  background: #fff;
  border-radius: 5px;
  color: #1C8339;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  padding: 11px 16px;
}

.figma-employee-gifts {
  background: #fff;
  max-width: 100%;
  overflow-x: clip;
  padding: clamp(40px, 6.25vw, 120px) 0 clamp(80px, 5.89vw, 113px);
}

.figma-employee-gifts__heading {
  margin: 0 auto clamp(40px, 3.26vw, 56px);
  max-width: 45.11%;
  text-align: center;
  width: 100%;
}
.figma-employee-gifts__heading h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 clamp(10px, 0.625vw, 12px);
}
.figma-employee-gifts__heading div,
.figma-employee-gifts__heading p {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0;
}

.figma-employee-gifts__viewport {
  margin: 0 auto;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.figma-employee-gifts__track {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.57%;
  transition: transform 0.35s ease;
  width: 100%;
  will-change: transform;
}

.figma-employee-gift-card {
  background: #d9d9d9;
  border-radius: clamp(14px, 1.04vw, 20px);
  flex: 0 0 23.79%;
  height: clamp(280px, 27.56vw, 530px);
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.figma-employee-gift-card::after {
  background: rgba(0, 0, 0, 0.41);
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.figma-employee-gift-card > img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.figma-employee-gift-card__content {
  align-items: flex-start;
  bottom: 5.73%;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 7.33%;
  position: absolute;
  right: 7.33%;
  z-index: 2;
}
.figma-employee-gift-card__content h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 clamp(16px, 1.3vw, 25px);
}
.figma-employee-gift-card__content a {
  align-items: center;
  background: #fff;
  border-radius: clamp(4px, 0.26vw, 5px);
  color: #1c8339;
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(12px, 0.73vw, 14px);
  font-weight: 600;
  line-height: 1;
  padding: clamp(8px, 0.52vw, 10px) clamp(12px, 0.78vw, 15px);
  text-decoration: none;
}
.figma-employee-gift-card__content a:hover {
  background: #f7f7f7;
  color: #156b2e;
}

.figma-employee-gift-card__icon {
  display: block;
  height: clamp(24px, 1.67vw, 32px);
  margin-bottom: clamp(6px, 0.47vw, 9px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(24px, 1.67vw, 32px);
}

.figma-employee-gift-card__type {
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 2px;
}

.figma-employee-gifts__nav {
  align-items: center;
  background: #efefef;
  border-radius: clamp(4px, 0.26vw, 5px);
  display: flex;
  height: clamp(42px, 2.5vw, 48px);
  justify-content: space-between;
  margin: clamp(40px, 3.26vw, 56px) auto 0;
  width: clamp(88px, 5.76vw, 99px);
}

.figma-employee-gifts__nav-divider {
  background: #e3e3e3;
  flex-shrink: 0;
  height: 100%;
  width: 1px;
}

.figma-employee-gifts__nav-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1c8339;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: opacity 0.2s ease;
  width: 24%;
}
.figma-employee-gifts__nav-btn svg,
.figma-employee-gifts__nav-btn img {
  display: block;
  height: clamp(20px, 1.25vw, 24px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(20px, 1.25vw, 24px);
}
.figma-employee-gifts__nav-btn:hover {
  opacity: 0.75;
}
.figma-employee-gifts__nav-btn:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.figma-featured {
  background: #f1f1f1;
  padding: 90px 0;
}

.figma-product-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 38px;
}
.figma-product-grid article {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 14px;
  position: relative;
}
.figma-product-grid article > p {
  font-size: 11px;
  line-height: 1.6;
  margin: 22px 0 12px;
}
.figma-product-grid h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  margin: 14px 0 4px;
}
.figma-product-grid footer {
  display: flex;
  justify-content: space-between;
}
.figma-product-grid footer a {
  background: #f0f7f5;
  border: 1px solid #d6e6e1;
  border-radius: 18px;
  font-size: 11px;
  padding: 8px 18px;
}

.figma-product-image {
  background: #eaf3f2;
  border-radius: 15px;
  padding: 10px;
}
.figma-product-image img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.figma-category-name {
  color: #43a366;
  font-size: 11px;
}

.figma-new {
  background: #7177a2;
  border-radius: 15px;
  color: #fff;
  font-size: 10px;
  padding: 5px 18px;
  position: absolute;
  right: 15px;
  top: 58%;
}

.figma-center {
  text-align: center;
}
.figma-center .nd-btn {
  margin-top: 48px;
}

.figma-featured-products-row {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.figma-featured-products-row .productColList {
  min-width: 0;
  width: 100%;
}
.figma-featured-products-row .productCard {
  background: #fff;
  border: 1px solid #d9ebe4;
  border-radius: 11px;
  box-shadow: 0 4px 12px rgba(17, 78, 50, 0.08);
  height: 100%;
  padding: 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.figma-featured-products-row .productCard:hover {
  border-color: #148a46;
  box-shadow: 0 12px 24px rgba(17, 78, 50, 0.16);
  transform: translateY(-4px);
}
.figma-featured-products-row .productCard:hover .productCardImgBox .imgBox img {
  transform: scale(1.04);
}
.figma-featured-products-row .productCardImgBox {
  background: #eaf3f2;
  border: 1px solid #dcebe7;
  border-radius: 10px;
  padding: 8px;
}
.figma-featured-products-row .productCardImgBox .imgBox {
  border-radius: 7px;
  overflow: hidden;
}
.figma-featured-products-row .productCardImgBox .imgBox picture {
  display: block;
}
.figma-featured-products-row .productCardImgBox .imgBox img {
  aspect-ratio: 1/1;
  border-radius: 7px;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.25s ease;
  width: 100%;
}
.figma-featured-products-row .productsDetailsInfoWrapper {
  overflow: visible;
  padding: 0;
}
.figma-featured-products-row .productDetailsArea {
  margin-top: 9px;
}
.figma-featured-products-row .productInfoTop h6 {
  color: #17231d;
  display: -webkit-box;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 3px;
  min-height: 31px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.figma-featured-products-row .subCateTagWrapper {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
.figma-featured-products-row .nameSubCate {
  min-width: 0;
}
.figma-featured-products-row .subCate {
  color: #148a46;
  display: block;
  font-size: 10px;
  line-height: 1.25;
  min-height: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.figma-featured-products-row .rightTag {
  flex: 0 0 auto;
}
.figma-featured-products-row .rightTag .tag {
  background: #7177a2;
  border-radius: 999px;
  color: #fff;
  font-size: 8px;
  font-weight: 600;
  line-height: 1;
  padding: 4px 12px;
}
.figma-featured-products-row .idMoArea {
  color: #172820;
  margin-top: 9px;
}
.figma-featured-products-row .idMoArea h6 {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.figma-featured-products-row .idMoArea strong {
  font-weight: 700;
}
.figma-featured-products-row .textWrapper {
  display: none;
}

.figma-featured .figma-featured-products-row {
  gap: 24px;
  row-gap: 30px;
}
.figma-featured .figma-featured-products-row .productColList {
  min-width: 0;
  width: 100%;
}
.figma-featured .figma-featured-products-row .productCard {
  border: 0;
  border-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  overflow: visible;
  padding: 15px 15px 18px;
  transform: none;
}
.figma-featured .figma-featured-products-row .productCard:hover {
  border-color: transparent;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transform: none;
}
.figma-featured .figma-featured-products-row .productCard:hover .productCardImgBox .imgBox img {
  transform: scale(1.05);
}
.figma-featured .figma-featured-products-row .productCardImgBox {
  background: rgba(0, 100, 110, 0.1);
  border: 0;
  border-radius: 20px;
  padding: 10px;
}
.figma-featured .figma-featured-products-row .productCardImgBox .imgBox {
  border-radius: 20px;
}
.figma-featured .figma-featured-products-row .productCardImgBox .imgBox img {
  aspect-ratio: 1/1;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.figma-featured .figma-featured-products-row .productDetailsArea {
  margin-top: 20px;
}
.figma-featured .figma-featured-products-row .productInfoTop h6 {
  color: #000;
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 8px;
  min-height: auto;
  overflow: visible;
  -webkit-line-clamp: unset;
}
.figma-featured .figma-featured-products-row .subCateTagWrapper {
  gap: 10px;
}
.figma-featured .figma-featured-products-row .subCate {
  color: #24b14b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  min-height: auto;
}
.figma-featured .figma-featured-products-row .rightTag .tag {
  background: #a7afc1;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 12px;
  max-width: 56px !important;
  padding: 5px 12px;
  text-align: center;
}
.figma-featured .figma-featured-products-row .idMoArea {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.figma-featured .figma-featured-products-row .idMoArea h6 {
  color: #161616;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}
.figma-featured .figma-featured-products-row .idMoArea .moBox,
.figma-featured .figma-featured-products-row .idMoArea .moBox strong {
  color: #606367;
}
.figma-featured .figma-featured-products-row .productBtnWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.figma-featured .figma-featured-products-row .myBtn {
  background: #f1f8f7;
  border: 2px solid #ddd;
  border-radius: 30px;
  display: inline-block;
  height: 40px;
  position: relative;
  text-decoration: none;
  width: 130px;
}
.figma-featured .figma-featured-products-row .myBtn::before {
  background: #24b14b;
  border-radius: 10px 30px 30px 10px;
  content: "";
  display: inline-block;
  height: 100%;
  left: 15px;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 0;
  z-index: 0;
}
.figma-featured .figma-featured-products-row .myBtn:hover {
  border-color: #24b14b;
}
.figma-featured .figma-featured-products-row .myBtn:hover::before {
  width: 113px;
}
.figma-featured .figma-featured-products-row .myBtn:hover span {
  color: #fff;
}
.figma-featured .figma-featured-products-row .myBtn .myBtnWrapper {
  align-items: center;
  display: flex;
  gap: 7px;
  left: -2px;
  position: relative;
  top: -2px;
  z-index: 1;
}
.figma-featured .figma-featured-products-row .myBtn .icon {
  align-items: center;
  background: #24b14b;
  border-radius: 50px;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
.figma-featured .figma-featured-products-row .myBtn .icon svg {
  display: block;
  height: 20px;
  width: 20px;
}
.figma-featured .figma-featured-products-row .myBtn span {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 500;
}
.figma-featured .figma-featured-products-row .myBtn2::before {
  background: #61bdff;
}
.figma-featured .figma-featured-products-row .myBtn2 .icon2 {
  background: #61bdff;
}
.figma-featured .figma-featured-products-row .myBtn2:hover {
  border-color: #61bdff;
}
.figma-featured .figma-featured-products-row .myBtn2:hover::before {
  background: #61bdff;
  width: 113px;
}

.figma-services {
  background: #f4f4f4;
  max-width: 100%;
  overflow-x: clip;
  padding: clamp(40px, 4.17vw, 80px) 0;
}
.figma-services .nd-container {
  max-width: 90.053%;
}
.figma-services .figma-heading--services {
  margin: 0 auto clamp(40px, 3.26vw, 55px);
  max-width: 45.11%;
  text-align: center;
  width: 100%;
}
.figma-services .figma-heading--services h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 clamp(10px, 0.625vw, 12px);
}
.figma-services .figma-heading--services div,
.figma-services .figma-heading--services p {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0;
}
.figma-services .nd-container > .figma-services-nav {
  display: flex;
  justify-content: center;
}

.figma-services-slider-wrap {
  min-height: clamp(360px, 22.14vw, 425px);
  min-width: 0;
  overflow: hidden;
  width: 95%;
  margin: auto;
}

.figma-services-slider {
  --service-card-gap: clamp(12px, 1.04vw, 20px);
  --service-card-width: clamp(260px, 15.99vw, 307px);
  --service-card-radius: clamp(16px, 1.16vw, 20px);
  --service-content-radius: clamp(8px, 0.58vw, 10px);
  margin: 0;
  min-width: 0;
  width: 100%;
}
.figma-services-slider:not(.slick-initialized) {
  align-items: flex-end;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--service-card-gap);
  overflow: hidden;
}
.figma-services-slider:not(.slick-initialized) .figma-services-slide {
  flex-shrink: 0;
}
.figma-services-slider:not(.slick-initialized).is-fallback {
  justify-content: center;
}
.figma-services-slider .slick-list {
  height: clamp(360px, 22.14vw, 425px);
  overflow: hidden;
}
.figma-services-slider .slick-track {
  display: block;
}
.figma-services-slider .slick-slide {
  height: auto;
  margin: 0 calc(var(--service-card-gap) / 2);
  width: var(--service-card-width);
}
.figma-services-slider .slick-slide > div {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  min-height: clamp(360px, 22.14vw, 425px);
  width: var(--service-card-width);
}

.figma-services-slide {
  flex: 0 0 var(--service-card-width);
  width: var(--service-card-width);
}

.figma-service-card {
  background: #d9d9d9;
  border-radius: var(--service-card-radius);
  flex-shrink: 0;
  height: clamp(280px, 17.03vw, 327px);
  isolation: isolate;
  overflow: hidden;
  position: relative;
  transition: height 0.45s ease;
  width: var(--service-card-width);
}
.figma-service-card__image {
  border-radius: var(--service-card-radius);
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.figma-service-card__content {
  align-items: center;
  background: #fff;
  border-radius: var(--service-content-radius);
  bottom: clamp(20px, 1.46vw, 28px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 50%;
  min-height: clamp(44px, 2.76vw, 53px);
  padding: clamp(10px, 0.78vw, 15px) clamp(12px, 0.91vw, 16px);
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: min(251px, 81.76%);
  z-index: 2;
}
.figma-service-card__content h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0;
}
.figma-service-card__desc, .figma-service-card__link {
  display: none;
  margin: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.35s ease, margin 0.35s ease;
}
.figma-service-card__desc {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.25vw, 24px);
}
.figma-service-card__link {
  color: #1c8339;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 500;
  line-height: clamp(20px, 1.25vw, 24px);
  text-decoration: none;
}
.figma-service-card__link:hover {
  color: #156b2e;
}
.figma-service-card.is-adjacent {
  height: clamp(320px, 20.05vw, 385px);
}
.figma-service-card.is-active {
  height: clamp(360px, 22.14vw, 425px);
  z-index: 2;
}
.figma-service-card.is-active .figma-service-card__content {
  min-height: clamp(130px, 8.81vw, 169px);
  padding: clamp(12px, 0.91vw, 16px) clamp(12px, 0.91vw, 16px) clamp(10px, 0.78vw, 14px);
}
.figma-service-card.is-active .figma-service-card__content h3 {
  margin-bottom: clamp(6px, 0.52vw, 8px);
}
.figma-service-card.is-active .figma-service-card__desc,
.figma-service-card.is-active .figma-service-card__link {
  display: block;
  max-height: 120px;
  opacity: 1;
}
.figma-service-card.is-active .figma-service-card__desc {
  margin-bottom: clamp(6px, 0.52vw, 8px);
}

.figma-services-nav {
  align-items: center;
  background: #fff;
  border-radius: clamp(4px, 0.26vw, 5px);
  display: inline-flex;
  height: clamp(42px, 2.5vw, 48px);
  justify-content: space-between;
  margin: clamp(40px, 3.26vw, 56px) auto 0;
  width: clamp(88px, 5.76vw, 99px);
}

.figma-services-nav__divider {
  background: #e3e3e3;
  flex-shrink: 0;
  height: 100%;
  width: 1px;
}

.figma-services-nav__btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: #1c8339;
  cursor: pointer;
  display: inline-flex;
  flex: 1 1 auto;
  height: 100%;
  justify-content: center;
  line-height: 1;
  padding: 0;
  transition: opacity 0.2s ease;
  width: 24%;
}
.figma-services-nav__btn svg,
.figma-services-nav__btn img {
  display: block;
  height: clamp(20px, 1.25vw, 24px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(20px, 1.25vw, 24px);
}
.figma-services-nav__btn:hover {
  opacity: 0.75;
}
.figma-services-nav__btn:disabled {
  cursor: not-allowed;
  opacity: 0.35;
}

.figma-home-cta {
  background: #fff;
  padding: clamp(40px, 4.17vw, 80px) 0;
}
.figma-home-cta .nd-container {
  max-width: 90.053%;
}
.figma-home-cta__inner {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
.figma-home-cta h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto clamp(10px, 0.625vw, 12px);
  max-width: 50.63%;
  width: 100%;
}
.figma-home-cta p {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0 auto clamp(32px, 3.2vw, 55px);
  max-width: 45.06%;
  width: 100%;
}
.figma-home-cta__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(10px, 0.81vw, 14px);
  justify-content: center;
}
.figma-home-cta__btn {
  align-items: center;
  border: 1px solid #1c8339;
  border-radius: clamp(4px, 0.26vw, 5px);
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 600;
  height: clamp(44px, 2.91vw, 50px);
  justify-content: center;
  line-height: 1;
  padding: clamp(12px, 0.78vw, 15px) clamp(16px, 1.04vw, 20px);
  text-decoration: none;
  white-space: nowrap;
}
.figma-home-cta__btn--primary {
  background: #1c8339;
  color: #fff;
}
.figma-home-cta__btn--primary:hover, .figma-home-cta__btn--primary:focus-visible {
  background: #156b2e;
  border-color: #156b2e;
  color: #fff;
}
.figma-home-cta__btn--outline {
  background: #fff;
  color: #1e1e1e;
}
.figma-home-cta__btn--outline:hover, .figma-home-cta__btn--outline:focus-visible {
  background: #f4f4f4;
  color: #1e1e1e;
}

.figma-brands {
  background: #efefef;
  overflow: hidden;
  padding: 70px 0 75px;
}
.figma-brands__heading {
  margin: 0 auto 42px;
  max-width: 960px;
  text-align: center;
}
.figma-brands__heading h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.figma-brands-slider-wrap {
  min-width: 0;
  width: 100%;
}

.figma-brands-slider {
  min-width: 0;
  overflow: hidden;
  width: 100%;
}
.figma-brands-slider.is-static .figma-brands-track {
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.figma-brands-slider.is-marquee .figma-brands-track {
  animation: figma-brands-marquee 38s linear infinite;
}
.figma-brands-slider.is-marquee:hover .figma-brands-track {
  animation-play-state: paused;
}

.figma-brands-track {
  align-items: center;
  display: flex;
  gap: 70px;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

@keyframes figma-brands-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.figma-brands-slide {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 86px;
  justify-content: center;
  width: 180px;
}
.figma-brands-slide img {
  display: block;
  height: 100%;
  max-height: 86px;
  max-width: 180px;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}

.figma-branches {
  background: #fff;
  padding: clamp(60px, 6.25vw, 120px) 0;
}
.figma-branches .nd-container {
  max-width: 90.053%;
}
.figma-branches .figma-heading--branches {
  margin: 0 auto clamp(40px, 2.74vw, 47px);
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.figma-branches .figma-heading--branches h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 clamp(4px, 0.31vw, 6px);
}
.figma-branches .figma-heading--branches h3 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.04vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 clamp(10px, 0.625vw, 12px);
}
.figma-branches .figma-heading--branches p,
.figma-branches .figma-heading--branches div {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0 auto;
  width: 100%;
}

.figma-branch-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(16px, 1.51vw, 26px);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 90.053%;
}

.figma-branch-card {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: clamp(8px, 0.58vw, 10px);
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 auto;
  max-width: 556px;
  overflow: hidden;
  width: 100%;
}
.figma-branch-card__image {
  display: block;
  flex: 0 0 auto;
  height: clamp(280px, 30.87vw, 531px);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.figma-branch-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: clamp(10px, 0.7vw, 12px);
  padding: clamp(20px, 1.92vw, 33px) clamp(20px, 1.92vw, 33px) clamp(16px, 1.2vw, 20px);
}
.figma-branch-card__body h3 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 500;
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0;
  max-width: 62.77%;
}
.figma-branch-card__row {
  align-items: flex-start;
  color: rgba(30, 30, 30, 0.86);
  display: flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 400;
  gap: clamp(6px, 0.47vw, 8px);
  line-height: clamp(20px, 1.25vw, 24px);
  margin: 0;
}
.figma-branch-card__row .figma-branch-card__icon {
  flex-shrink: 0;
  height: clamp(18px, 1.28vw, 22px);
  margin-top: 1px;
  width: clamp(18px, 1.28vw, 22px);
}
.figma-branch-card__row a {
  color: rgba(30, 30, 30, 0.86);
  text-decoration: none;
}
.figma-branch-card__row a:hover {
  color: #1c8339;
}
.figma-branch-card__footer {
  align-items: center;
  background: #f3f3f3;
  border-radius: 0 0 clamp(8px, 0.58vw, 10px) clamp(8px, 0.58vw, 10px);
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: clamp(8px, 0.7vw, 12px);
  justify-content: center;
  margin-top: auto;
  min-height: clamp(72px, 5.64vw, 97px);
  padding: clamp(14px, 1.28vw, 22px) clamp(16px, 1.57vw, 27px);
}
.figma-branch-card__btn {
  align-items: center;
  border: 1px solid #1c8339;
  border-radius: clamp(4px, 0.26vw, 5px);
  display: inline-flex;
  flex: 0 0 auto;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.83vw, 16px);
  font-weight: 600;
  gap: clamp(8px, 0.58vw, 10px);
  justify-content: center;
  line-height: 1;
  min-height: clamp(44px, 3.02vw, 52px);
  padding: clamp(12px, 0.78vw, 15px) clamp(16px, 1.04vw, 20px);
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
}
.figma-branch-card__btn img,
.figma-branch-card__btn svg, .figma-branch-card__btn__btn-icon {
  display: block;
  flex-shrink: 0;
  height: clamp(18px, 1.28vw, 22px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(18px, 1.28vw, 22px);
}
.figma-branch-card__btn--primary {
  background: #1c8339;
  color: #fff !important;
}
.figma-branch-card__btn--primary .figma-branch-card__btn-icon {
  color: #fff;
}
.figma-branch-card__btn--primary:hover, .figma-branch-card__btn--primary:focus-visible {
  background: #156b2e;
  border-color: #156b2e;
  color: #fff !important;
}
.figma-branch-card__btn--outline {
  background: #fff;
  color: #1e1e1e;
}
.figma-branch-card__btn--outline .figma-branch-card__btn-icon {
  color: #1e1e1e;
}
.figma-branch-card__btn--outline:hover, .figma-branch-card__btn--outline:focus-visible {
  background: #f4f4f4;
  color: #1e1e1e;
}

.figma-why-section {
  background: #f7f7f7;
  padding: 80px 0;
}
.figma-why-section .figma-heading--why {
  margin-bottom: 56px;
  max-width: 760px;
}
.figma-why-section .figma-heading--why h2 {
  font-size: clamp(24px, 2.188vw, 42px);
  margin-bottom: 14px;
}
.figma-why-section .figma-heading--why p,
.figma-why-section .figma-heading--why div {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
}

.figma-why {
  align-items: center;
  display: grid;
  gap: 36px 50px;
  grid-template-columns: minmax(360px, 1fr) minmax(360px, 460px) minmax(360px, 1fr);
  justify-content: center;
  margin: 0 auto;
  max-width: 1480px;
}
.figma-why__col {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.figma-why__media img {
  border-radius: 16px;
  display: block;
  height: 580px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.figma-why__item {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}
.figma-why__icon {
  align-items: center;
  background: #1C8339;
  border-radius: 50%;
  display: flex;
  flex: 0 0 clamp(36px, 2.917vw, 56px);
  height: clamp(36px, 2.917vw, 56px);
  justify-content: center;
  width: clamp(36px, 2.917vw, 56px);
}
.figma-why__icon img {
  height: 26px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 26px;
}
.figma-why__text {
  flex: 1;
  max-width: 320px;
  min-width: 0;
}
.figma-why h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 0 8px;
}
.figma-why p {
  color: #666;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.figma-sectors {
  background: #fff;
  padding: clamp(60px, 6.25vw, 120px) 0;
}
.figma-sectors .nd-container {
  max-width: 90.053%;
}
.figma-sectors .figma-heading--sectors {
  margin: 0 auto clamp(40px, 2.68vw, 46px);
  text-align: center;
  width: 100%;
}
.figma-sectors .figma-heading--sectors h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 auto;
  max-width: clamp(280px, 30.81vw, 530px);
  width: 100%;
}
.figma-sectors__rows {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(24px, 2.68vw, 46px) clamp(16px, 1.84vw, 30px);
  justify-content: center;
  margin: 0 auto;
  max-width: 90.053%;
  width: 100%;
}
.figma-sectors__card {
  align-items: center;
  background: #edf5f0;
  border-radius: clamp(14px, 1.16vw, 20px);
  box-sizing: border-box;
  display: flex;
  flex: 0 0 clamp(240px, 18.49vw, 318px);
  flex-direction: column;
  gap: clamp(10px, 0.93vw, 14px);
  height: clamp(140px, 10.93vw, 188px);
  justify-content: center;
  max-width: 18.49%;
  padding: 1.74% 1.05% 1.4%;
  width: clamp(240px, 18.49vw, 318px);
}
.figma-sectors__icon {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex: 0 0 auto;
  height: clamp(60px, 4.65vw, 80px);
  justify-content: center;
  width: clamp(60px, 4.65vw, 80px);
}
.figma-sectors__icon img {
  display: block;
  height: clamp(36px, 2.79vw, 48px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(36px, 2.79vw, 48px);
}
.figma-sectors__card h3 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.16vw, 20px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  white-space: nowrap;
}

.figma-home-gallery {
  background: #f4f4f4;
  padding: 90px 0 72px;
}
.figma-home-gallery .figma-heading--gallery {
  margin-bottom: 92px;
}
.figma-home-gallery .figma-heading--gallery h2 {
  font-size: clamp(24px, 2.188vw, 42px);
  margin-bottom: 14px;
}
.figma-home-gallery .figma-heading--gallery p,
.figma-home-gallery .figma-heading--gallery div {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 640px;
}
.figma-home-gallery__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1420px;
}
.figma-home-gallery__col {
  min-width: 0;
}
.figma-home-gallery .galleryCard {
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.figma-home-gallery .galleryCard .galleryImage {
  overflow: hidden;
  z-index: 0;
}
.figma-home-gallery .galleryCard .galleryImage img {
  transition: transform 0.35s ease;
}
.figma-home-gallery .galleryCard .overlay {
  background: linear-gradient(180deg, rgba(22, 22, 22, 0) 2%, rgba(22, 22, 22, 0.95) 78.65%);
  bottom: 0;
  height: 80%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.figma-home-gallery .galleryCard .contentBox {
  border-radius: 10px;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.figma-home-gallery .galleryCard .contentDetailsBox {
  align-items: flex-end;
  border: 2px solid #148a46;
  border-radius: 10px;
  display: flex;
  height: 100%;
  padding: 20px;
  width: 100%;
}
.figma-home-gallery .galleryCard .contentDetailsBox > div {
  display: block;
}
.figma-home-gallery .galleryCard .contentDetailsBox .itemsImage {
  display: none;
}
.figma-home-gallery .galleryCard .contentDetailsBox h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px;
}
.figma-home-gallery .galleryCard .contentDetailsBox h6 {
  color: #148a46;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.figma-home-gallery .galleryCard .contentDetailsBox .primary_btn {
  background: #148a46;
  border: 1px solid #148a46;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-top: 20px;
  padding: 8px 20px;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}
.figma-home-gallery .galleryCard .contentDetailsBox .primary_btn:hover {
  background: #064f2d;
  border-color: #064f2d;
  color: #fff;
}
.figma-home-gallery .galleryCard:hover img {
  transform: scale(1.05);
}

.figma-process {
  padding: clamp(60px, 6.25vw, 120px) 0;
}
.figma-process .nd-container {
  max-width: 90.053%;
}
.figma-process .figma-heading--process {
  margin: 0 auto clamp(40px, 2.68vw, 56px);
  max-width: none;
  text-align: center;
  width: 100%;
}
.figma-process .figma-heading--process h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 12px;
}
.figma-process .figma-heading--process h3 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.16vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 12px;
}
.figma-process .figma-heading--process p,
.figma-process .figma-heading--process div {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.93vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0 auto;
  max-width: clamp(280px, 49.8%, 856px);
}
.figma-process__row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(20px, 2.5vw, 43px);
  justify-content: center;
  margin: 0 auto;
  max-width: 90.053%;
  width: 100%;
}
.figma-process__card {
  background: rgba(217, 217, 217, 0.42);
  border-radius: clamp(14px, 1.16vw, 20px);
  box-sizing: border-box;
  display: flex;
  flex: 1 1 clamp(280px, 25.29vw, 435px);
  flex-direction: column;
  justify-content: space-between;
  max-width: 25.29%;
}
@media (min-width: 768px) {
  .figma-process__card {
    min-height: clamp(380px, 30.31vw, 582px);
  }
}
.figma-process__card {
  padding: 40px;
  width: clamp(280px, 25.29vw, 435px);
}
.figma-process__num {
  color: rgba(28, 131, 57, 0.38);
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(64px, 6.67vw, 128px);
  font-weight: 400;
  line-height: 1;
}
.figma-process__body {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 1.16vw, 17px);
}
.figma-process__body h4 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.05vw, 18px);
  font-weight: 600;
  line-height: 1.33;
  margin: 0;
}
.figma-process__description {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.93vw, 16px);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.figma-process__description p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

.figma-about-quote {
  background: transparent;
  isolation: isolate;
  padding: clamp(40px, 3.13vw, 60px) 0;
  position: relative;
}
.figma-about-quote::before {
  background: #f4f4f4;
  content: "";
  height: 84%;
  inset: 0 0 auto 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.figma-about-quote.nd-section {
  padding: clamp(40px, 3.13vw, 60px) 0;
}
.figma-about-quote .nd-container {
  max-width: 90.053%;
  position: relative;
  z-index: 1;
}
.figma-about-quote__inner {
  align-items: start;
  display: grid;
  gap: clamp(40px, 15.58vw, 268px);
  grid-template-columns: minmax(0, 687fr) minmax(0, 765fr);
}
.figma-about-quote__content {
  min-width: 0;
  padding-top: 0;
}
.figma-about-quote__content h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.19;
  margin: 0 0 6px;
  max-width: clamp(280px, 24.43vw, 420px);
}
.figma-about-quote__content h3 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.16vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 33px;
}
.figma-about-quote__content p {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.93vw, 16px);
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 32px;
  max-width: 100%;
}
.figma-about-quote__content p:last-of-type {
  margin-bottom: 40px;
}
.figma-about-quote__copy {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.93vw, 16px);
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 40px;
  max-width: 100%;
}
.figma-about-quote__copy p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0 0 32px;
}
.figma-about-quote__copy p:last-child {
  margin-bottom: 0;
}
.figma-about-quote__btn {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #1c8339;
  border: 1px solid #1c8339;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  justify-content: center;
  line-height: 1;
  min-width: 101px;
  padding: 15px 20px;
  text-decoration: none;
  white-space: nowrap;
}
.figma-about-quote__btn:hover, .figma-about-quote__btn:focus-visible {
  background: #156b2e;
  border-color: #156b2e;
  color: #fff;
}
.figma-about-quote__form {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(28, 131, 57, 0.24);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 0;
  min-width: 0;
  padding: clamp(32px, 2.91vw, 50px) clamp(24px, 3.03vw, 52px) clamp(28px, 2.62vw, 40px);
  width: 100%;
}
.figma-about-quote__form-head {
  margin-bottom: 28px;
}
.figma-about-quote__form-head h4 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
}
.figma-about-quote__form-head p {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 0.93vw, 16px);
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  max-width: clamp(280px, 35.58vw, 610px);
}
.figma-about-quote__fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.figma-about-quote__field {
  display: block;
  margin: 0;
}
.figma-about-quote__field input,
.figma-about-quote__field textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  box-sizing: border-box;
  color: #1e1e1e;
  display: block;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(13px, 0.833vw, 16px);
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding: 21px 24px;
  width: 100%;
}
.figma-about-quote__field input::-moz-placeholder, .figma-about-quote__field textarea::-moz-placeholder {
  color: rgba(30, 30, 30, 0.86);
}
.figma-about-quote__field input::placeholder,
.figma-about-quote__field textarea::placeholder {
  color: rgba(30, 30, 30, 0.86);
}
.figma-about-quote__field input:focus,
.figma-about-quote__field textarea:focus {
  border-color: #1c8339;
  outline: none;
}
.figma-about-quote__field input {
  height: 58px;
  padding: 17px 24px;
}
.figma-about-quote__field--message textarea {
  height: 140px;
  padding: 17px 24px;
  resize: vertical;
}
.figma-about-quote__form .figma-about-quote__btn {
  align-self: flex-start;
  margin-top: 28px;
}

.figma-faq {
  padding: 80px 0;
}
.figma-faq h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  text-align: center;
}
.figma-faq details {
  background: #f2f2f2;
  border-radius: 10px;
  margin: 20px 0;
  padding: 27px;
}
.figma-faq details[open] summary::after {
  content: "-";
}
.figma-faq details p,
.figma-faq details .figma-faq__content {
  background: #fff;
  border-radius: 15px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  margin: 25px 0 0;
  padding: 28px;
}
.figma-faq details .figma-faq__content p {
  background: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
.figma-faq summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 600;
  list-style: none;
}
.figma-faq summary::after {
  content: "+";
  float: right;
  font-size: 28px;
  font-weight: 400;
}

.common-site-footer footer {
  align-items: center;
  background: #383838;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  padding: 30px 0 0;
  position: relative;
}
.common-site-footer .container {
  margin: 0 auto;
  max-width: 90%;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.common-site-footer ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.common-site-footer li {
  list-style: none;
  text-decoration: none;
}
.common-site-footer p {
  margin-bottom: 0;
}
.common-site-footer .position-relative {
  position: relative;
  z-index: 2;
}
.common-site-footer .row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.common-site-footer [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.common-site-footer .col-lg-3 {
  width: 25%;
}
.common-site-footer .col-lg-4 {
  width: 33.3333%;
}
.common-site-footer .col-lg-5 {
  width: 41.6667%;
}
.common-site-footer .col-lg-8 {
  width: 66.6667%;
}
.common-site-footer .mt-5 {
  margin-top: 3rem;
}
.common-site-footer .order-1 {
  order: 1;
}
.common-site-footer .order-2 {
  order: 2;
}
.common-site-footer .order-lg-1 {
  order: 1;
}
.common-site-footer .order-lg-2 {
  order: 2;
}
.common-site-footer .order-lg-3 {
  order: 3;
}
.common-site-footer .patterImage {
  left: 50%;
  max-width: none;
  position: absolute;
  top: 20%;
  transform: translateX(-50%);
  width: min(1910px, 100vw);
  z-index: 1;
}
.common-site-footer h4 {
  color: #fff;
  font-weight: 700;
  margin: 0 0 25px;
}
.common-site-footer .links {
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.common-site-footer .links li {
  color: #606367;
  margin-bottom: 10px;
  padding-left: 33px;
  position: relative;
}
.common-site-footer .links li:last-child {
  margin-bottom: 0;
}
.common-site-footer .links li::before {
  background: url("../frontend/assets/images/icons/rightArrow.png") center/cover no-repeat;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}
.common-site-footer .links a {
  color: #fff;
}
.common-site-footer .links a:hover {
  color: #24b14b;
}
.common-site-footer .addressInfo li {
  margin-bottom: 15px;
  padding-left: 40px;
  position: relative;
}
.common-site-footer .addressInfo .icon {
  left: 0;
  position: absolute;
  top: 0;
}
.common-site-footer .addressInfo p,
.common-site-footer .addressInfo a {
  color: #fff;
  display: block;
}
.common-site-footer .addressInfo a:hover {
  color: #24b14b;
}
.common-site-footer .addressInfo .mapBtn {
  background: #24b14b;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.common-site-footer .addressInfo .mapBtn:hover {
  background: #fff;
  color: #24b14b;
}
.common-site-footer .socialIconsArea {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.common-site-footer .socialIconsArea a {
  color: #fff;
  font-size: 18px;
}
.common-site-footer .socialIconsArea a:hover {
  color: #24b14b;
}
.common-site-footer .socialIconsArea a:hover svg path {
  fill: #24b14b;
}
.common-site-footer .copy {
  border-top: 1px solid #fff;
  margin-top: 50px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.common-site-footer .copy p,
.common-site-footer .copy a,
.common-site-footer .copy li {
  color: #fff;
}
.common-site-footer .copy p {
  font-size: 13px;
}
.common-site-footer .copy p a {
  font-weight: 500;
}
.common-site-footer .copy ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-end;
  width: 100%;
}
.common-site-footer .copy li {
  border-right: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  margin-right: 10px;
  padding-right: 10px;
}
.common-site-footer .copy li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
.common-site-footer .copy li a {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.common-site-footer .copy a:hover,
.common-site-footer .copy p a:hover {
  color: #24b14b;
}

.nd-category-page {
  background: #f4f4f4;
  color: #17231d;
}

.nd-category-hero {
  background-color: #020914;
  background-image: var(--nd-category-hero-image, url("../images/category/hero-bg.jpg"));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  min-height: 399px;
  position: relative;
}
.nd-category-hero::before {
  backdrop-filter: blur(40px);
  background: rgba(0, 0, 0, 0.47);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.nd-category-hero::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.08));
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}

.nd-category-hero__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
  margin: 0 auto;
  max-width: 90.053%;
  min-height: 317px;
  padding: clamp(42px, 4vw, 59px) 24px 82px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.nd-category-hero__inner h1 {
  color: #fff;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(64px, 6.67vw, 128px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
  max-width: 1184px;
}

.nd-category-hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.nd-category-btn,
.nd-category-btn:focus {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 50px;
  padding: 15px 20px;
  text-decoration: none;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  white-space: nowrap;
}

.nd-category-btn--primary {
  background: #1C8339;
  color: #fff;
}
.nd-category-btn--primary:hover {
  background: #064f2d;
  box-shadow: 0 13px 30px rgba(8, 120, 63, 0.24);
  color: #fff;
  transform: translateY(-2px);
}

.nd-category-btn--light {
  background: #fff;
  color: #1e1e1e !important;
  gap: 10px;
}
.nd-category-btn--light svg,
.nd-category-btn--light img {
  flex: 0 0 22px;
  height: 22px;
  width: 22px;
}
.nd-category-btn--light:hover {
  box-shadow: 0 13px 30px rgba(0, 0, 0, 0.18);
  color: #1C8339 !important;
  transform: translateY(-2px);
}

.nd-category-toolbar {
  align-items: flex-end;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 50%;
  max-width: 90.053%;
  min-height: 82px;
  padding: 0 100px;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}

.nd-category-filter {
  align-items: center;
  background: #1C8339;
  border: 0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  display: inline-flex;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
  gap: clamp(8px, 1vw, 12px);
  min-height: clamp(45px, 4vw, 59px);
  min-width: clamp(150px, 15vw, 225px);
  padding: 0 clamp(10px, 1.5vw, 20px);
}
.nd-category-filter::after {
  display: none !important;
}

.nd-category-filter__icon {
  flex: 0 0 28px;
  height: 28px;
  width: 28px;
}

.nd-category-filter__chevron {
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  flex: 0 0 10px;
  height: 10px;
  margin-top: 4px;
  transform: rotate(45deg);
  width: 10px;
}

.nd-category-breadcrumb {
  align-items: center;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  gap: 8px;
  margin-bottom: 28px;
}
.nd-category-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 600;
  text-decoration: none;
}
.nd-category-breadcrumb a:hover {
  color: #fff;
}
.nd-category-breadcrumb span:last-child {
  color: #fff;
  font-weight: 700;
}

.nd-category-trust {
  background: #fff;
  padding: 28px 0;
}

.nd-category-trust__inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 97%;
}

.nd-category-trust__item {
  align-items: flex-start;
  display: flex;
  flex: 1 1 0;
  gap: 12px;
  min-width: 0;
}
.nd-category-trust__item > div {
  min-width: 0;
}
.nd-category-trust__item h2 {
  color: #1C8339;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(18px, 1.25vw, 24px);
  font-weight: 700;
  line-height: 1.1;
  margin: 4px 0 6px;
}
.nd-category-trust__item p {
  color: rgba(30, 30, 30, 0.86);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(13px, 0.83vw, 16px);
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
}

.nd-category-trust__icon {
  align-items: center;
  background: #cfe4d5;
  border-radius: 3px;
  color: #1C8339;
  display: inline-flex;
  flex: 0 0 clamp(38px, 2.55vw, 49px);
  height: clamp(40px, 2.6vw, 50px);
  justify-content: center;
  width: clamp(38px, 2.55vw, 49px);
}

.nd-category-trust__icon svg {
  fill: none;
  height: clamp(20px, 1.46vw, 28px);
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: clamp(20px, 1.46vw, 28px);
}

.nd-category-trust__icon img {
  height: clamp(20px, 1.46vw, 28px);
  -o-object-fit: contain;
     object-fit: contain;
  width: clamp(20px, 1.46vw, 28px);
}

.nd-category-products,
.nd-category-info,
.nd-category-quote,
.nd-category-faq {
  margin: 0 auto;
  max-width: 90.053%;
  padding-left: 100px;
  padding-right: 100px;
}

.nd-category-products {
  padding-top: 78px;
}

.nd-category-section-head {
  align-items: flex-end;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-bottom: 48px;
}
.nd-category-section-head h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1.08;
  margin: 8px 0 0;
}
.nd-category-section-head p {
  color: #65716a;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  max-width: 720px;
}

.nd-category-kicker {
  color: #1C8339;
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nd-category-types {
  background: #f4f4f4;
  padding: 80px 0px;
}

.nd-category-types__head,
.nd-category-section-title {
  margin-bottom: clamp(32px, 4vw, 56px);
  text-align: center;
}
.nd-category-types__head h2,
.nd-category-section-title h2 {
  color: #000;
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
}

.nd-category-type-grid {
  display: grid;
  gap: clamp(10px, 1.2vw, 17px);
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.nd-category-type-card {
  background: #fff;
  border: 1px solid rgba(28, 131, 57, 0.36);
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(28, 131, 57, 0.24);
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: clamp(280px, 20vw, 394px);
  overflow: hidden;
  text-decoration: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.nd-category-type-card:hover {
  border-color: #1C8339;
  box-shadow: 0 12px 28px rgba(28, 131, 57, 0.2);
  color: inherit;
  transform: translateY(-5px);
}

.nd-category-type-card__image {
  background: #f7faf8;
  border-radius: 8px;
  height: clamp(150px, 12vw, 200px);
  margin: clamp(10px, 1.5vw, 20px) clamp(10px, 1.5vw, 20px) 0;
  overflow: hidden;
}
.nd-category-type-card__image picture {
  display: block;
  height: 100%;
}
.nd-category-type-card__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.nd-category-type-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(10px, 1.5vw, 16px) clamp(10px, 2vw, 20px) clamp(10px, 2vw, 20px);
}

.nd-category-type-card h3 {
  color: rgba(30, 30, 30, 0.86);
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 8px;
}

.nd-category-type-card__moq {
  color: rgba(30, 30, 30, 0.42);
  font-size: clamp(12px, 1.2vw, 16px);
  margin: 0 0 auto;
}
.nd-category-type-card__moq strong {
  color: rgba(30, 30, 30, 0.9);
  font-weight: 500;
}

.nd-category-type-card__btn {
  align-items: center;
  background: #1C8339;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-weight: 600;
  justify-content: center;
  font-size: clamp(14px, 1.25vw, 16px);
  margin-top: clamp(14px, 1.5vw, 18px);
  min-height: clamp(35px, 3.5vw, 40px);
  padding: clamp(5px, 1vw, 10px) clamp(10px, 1.5vw, 20px);
  width: -moz-fit-content;
  width: fit-content;
}

.nd-category-products--listing {
  padding-bottom: 80px;
}

.nd-category-more {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.nd-category-branding {
  background: #eef1ee;
  padding: 80px 100px;
  text-align: center;
}

.nd-category-branding__head {
  margin: 0 auto 48px;
  max-width: 920px;
}
.nd-category-branding__head h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  line-height: 1.1;
  margin: 0 0 16px;
}
.nd-category-branding__head p {
  color: #65716a;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 911px;
}

.nd-category-branding__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
  justify-content: center;
}

.nd-category-branding__pill {
  align-items: center;
  background: #fff;
  border-radius: 6px;
  color: #17231d;
  display: inline-flex;
  font-size: 16px;
  gap: 10px;
  min-height: 44px;
  padding: 10px 35px;
}
.nd-category-branding__pill img {
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
}

.nd-category-cta {
  padding: 80px 100px 100px;
  text-align: center;
}

.nd-category-cta__inner {
  margin: 0 auto;
  max-width: 818px;
}
.nd-category-cta__inner h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(24px, 2.188vw, 42px);
  line-height: 1.15;
  margin: 0 0 20px;
}
.nd-category-cta__inner p {
  color: #65716a;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 36px;
}

.nd-category-cta__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.nd-list-product-grid {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.nd-list-product-card {
  background: #fff;
  border: 1px solid rgba(8, 120, 63, 0.36);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
  min-width: 0;
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.nd-list-product-card:hover {
  border-color: #1C8339;
  box-shadow: 0 22px 45px rgba(8, 120, 63, 0.16);
  transform: translateY(-7px);
}
.nd-list-product-card:hover .nd-list-product-card__image img {
  transform: scale(1.06);
}

.nd-list-product-card__image {
  background: #f7faf8;
  display: block;
  overflow: hidden;
  padding: 20px 20px 0;
}
.nd-list-product-card__image picture {
  display: block;
}
.nd-list-product-card__image img {
  aspect-ratio: 1/1;
  border-radius: 6px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.28s ease;
  width: 100%;
}

.nd-list-product-card__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 22px;
}
.nd-list-product-card__body h3 {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
  margin: 0;
}

.nd-list-product-card__meta {
  align-items: center;
  color: #65716a;
  display: flex;
  font-size: 12px;
  gap: 10px;
  justify-content: space-between;
}
.nd-list-product-card__meta b {
  background: #e9f8ee;
  border-radius: 999px;
  color: #1C8339;
  font-size: 11px;
  padding: 4px 9px;
}

.nd-list-product-card__details {
  align-items: center;
  color: #65716a;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 10px 18px;
}

.nd-list-product-card__actions {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
.nd-list-product-card__actions a,
.nd-list-product-card__actions button {
  align-items: center;
  background: #1C8339;
  border: 1px solid #1C8339;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  justify-content: center;
  min-height: 42px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}
.nd-list-product-card__actions button {
  background: #fff;
  color: #1C8339;
}
.nd-list-product-card__actions a:hover,
.nd-list-product-card__actions button:hover {
  background: #064f2d;
  color: #fff;
  transform: translateY(-2px);
}

.nd-category-empty {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  padding: 70px 20px;
  text-align: center;
}

.nd-category-info {
  align-items: stretch;
  display: grid;
  gap: 30px;
  grid-template-columns: 1.25fr 0.75fr;
  padding-top: 96px;
}

.nd-category-info__copy,
.nd-category-info__panel,
.nd-category-quote,
.nd-category-faq details {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.nd-category-info__copy {
  padding: 54px;
}
.nd-category-info__copy h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(34px, 3vw, 58px);
  line-height: 1.08;
  margin: 8px 0 20px;
}
.nd-category-info__copy p {
  color: #65716a;
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 28px;
  max-width: 840px;
}

.nd-category-info__panel {
  padding: 42px;
}
.nd-category-info__panel h3 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 24px;
}
.nd-category-info__panel ul {
  display: grid;
  gap: 18px;
  margin: 0;
  padding: 0;
}
.nd-category-info__panel li {
  color: #65716a;
  line-height: 1.65;
  list-style: none;
  padding-left: 26px;
  position: relative;
}
.nd-category-info__panel li::before {
  background: #1C8339;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 8px;
}

.nd-category-quote {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.85fr 1.15fr;
  margin-top: 32px;
  padding: 54px;
}
.nd-category-quote h2 {
  font-family: "Abhaya Libre", Georgia, serif;
  font-size: clamp(32px, 2.6vw, 50px);
  line-height: 1.1;
  margin: 8px 0 16px;
}
.nd-category-quote p {
  color: #65716a;
  line-height: 1.7;
  margin: 0;
}

.nd-category-quote__form {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr 1fr;
}
.nd-category-quote__form input,
.nd-category-quote__form textarea {
  border: 1px solid #dfe6e1;
  border-radius: 4px;
  color: #17231d;
  font: 500 14px/1.4 "Montserrat", Arial, sans-serif;
  min-height: 48px;
  outline: 0;
  padding: 0 16px;
}
.nd-category-quote__form textarea {
  grid-column: 1/-1;
  min-height: 120px;
  padding-top: 14px;
  resize: vertical;
}
.nd-category-quote__form button {
  background: #1C8339;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  font-weight: 800;
  min-height: 50px;
  transition: background 0.22s ease, transform 0.22s ease;
}
.nd-category-quote__form button:hover {
  background: #064f2d;
  transform: translateY(-2px);
}

.nd-category-faq {
  padding-bottom: 100px;
  padding-top: 94px;
}

.nd-category-faq__list {
  display: grid;
  gap: 14px;
}

.nd-category-faq details {
  padding: 24px 28px;
}

.nd-category-faq summary {
  color: #17231d;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.nd-category-faq p {
  color: #65716a;
  line-height: 1.7;
  margin: 16px 0 0;
}

@media (max-width: 1500px) {
  .nd-footer-content {
    gap: 55px;
    grid-template-columns: 1fr 1.35fr 1fr;
    max-width: calc(100% - 80px);
  }
  .nd-footer-copy {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1280px) {
  .nd-container {
    width: calc(100% - 80px);
  }
  .nd-header-main {
    gap: 22px;
    grid-template-columns: 210px 1fr auto;
  }
  .nd-logo img {
    width: 210px;
  }
  .nd-header .nd-nav {
    gap: 24px;
  }
  .nd-header-button {
    padding: 14px 16px;
  }
  .nd-hero-copy {
    left: 80px;
  }
  .figma-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .nd-category-toolbar,
  .nd-category-trust__inner,
  .nd-category-products,
  .nd-category-types,
  .nd-category-branding,
  .nd-category-cta,
  .nd-category-info,
  .nd-category-quote,
  .nd-category-faq {
    padding-left: 60px;
    padding-right: 60px;
  }
  .nd-category-type-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .nd-list-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1100px) {
  .figma-category-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .figma-deals__layout {
    align-items: stretch;
    flex-direction: column;
    gap: clamp(24px, 5vw, 32px);
  }
  .figma-deals-copy {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
  }
  .figma-deals__description {
    max-width: 100%;
    width: 100%;
  }
  .figma-deals-actions {
    gap: 3%;
  }
  .figma-deals-nav {
    flex: 0 0 auto;
    max-width: none;
    width: auto;
  }
  .figma-deals-slider-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .figma-deal-card {
    flex: 0 0 48.06%;
    height: clamp(330px, 44vw, 420px);
  }
  .figma-seasonal-grid,
  .figma-product-grid,
  .figma-featured-products-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .figma-employee-gift-card {
    flex: 0 0 49.21%;
  }
  .figma-services-slider {
    --service-card-width: clamp(240px, 28vw, 280px);
  }
  .figma-services .figma-heading--services {
    max-width: 100%;
  }
  .figma-home-cta h2 {
    font-size: clamp(24px, 4vw, 28px);
    max-width: 100%;
  }
  .figma-home-cta p {
    max-width: 100%;
  }
  .figma-brands__heading h2 {
    font-size: 26px;
  }
  .figma-branches .figma-heading--branches h2 {
    font-size: clamp(24px, 4vw, 28px);
  }
  .figma-branches .figma-heading--branches p,
  .figma-branches .figma-heading--branches div {
    max-width: 100%;
  }
  .figma-branch-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .figma-branch-grid .figma-branch-card {
    max-width: none;
  }
  .figma-branch-grid .figma-branch-card__body h3 {
    max-width: 100%;
  }
  .figma-branch-grid .figma-branch-card__footer {
    flex-direction: column;
  }
  .figma-sectors .figma-heading--sectors h2 {
    max-width: 70%;
  }
  .figma-sectors__rows {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .figma-sectors__card {
    flex: 1 1 calc(33.333% - 14px);
    max-width: none;
    width: auto;
  }
  .nd-category-trust__inner {
    flex-wrap: wrap;
    gap: 24px;
  }
  .nd-category-trust__inner .nd-category-trust__item {
    flex: 1 1 calc(33.333% - 24px);
    max-width: none;
  }
  .figma-why-section .figma-heading--why h2 {
    font-size: 28px;
  }
  .figma-why {
    gap: 28px 32px;
    grid-template-columns: minmax(260px, 1fr) minmax(240px, 300px) minmax(260px, 1fr);
  }
  .figma-why__media img {
    height: 480px;
  }
  .figma-why__text {
    max-width: 235px;
  }
  .figma-about-quote__inner {
    gap: 40px;
    grid-template-columns: 1fr;
  }
  .figma-about-quote__content h2 {
    max-width: 100%;
  }
  .figma-about-quote__form {
    min-height: 0;
  }
  .figma-about-quote__form-head p {
    max-width: 100%;
  }
}
@media (max-width: 1050px) {
  .nd-header-main {
    grid-template-columns: auto 180px 1fr auto;
  }
  .nd-menu {
    display: block;
  }
  .nd-search {
    max-width: none;
  }
  .nd-nav {
    display: none;
  }
  .nd-nav.is-open {
    display: block;
  }
  .nd-nav .nd-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    height: auto;
    padding: 22px 0;
  }
  .nd-nav .nd-nav-sale {
    margin-left: 0;
  }
  .nd-category-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 18px;
  }
  .nd-category-grid,
  .nd-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .nd-category-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .nd-list-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nd-category-info,
  .nd-category-quote {
    grid-template-columns: 1fr;
  }
  .nd-editorial-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nd-editorial-large {
    grid-column: 1/3;
  }
  .nd-banner-inner {
    grid-template-columns: 1fr;
  }
  .nd-footer {
    height: auto;
    min-height: 590px;
  }
  .nd-footer-content {
    gap: 45px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 120px;
  }
  .nd-footer-contact {
    grid-column: 1/3;
  }
  .nd-footer-copy {
    bottom: 24px;
  }
  .nd-footer-pattern {
    height: 100%;
  }
  .nd-footer-grid {
    grid-template-columns: 1.5fr repeat(2, 1fr);
  }
  .nd-footer-brand {
    grid-row: span 2;
  }
}
@media (max-width: 1399.98px) {
  .common-site-footer footer .order-lg-1 .links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1599.98px) {
  .common-site-footer .container {
    max-width: 95%;
  }
}
@media (max-width: 991.98px) {
  .common-site-footer footer {
    margin-bottom: 62px;
  }
  .common-site-footer .patterImage {
    display: none;
  }
  .common-site-footer .col-lg-3,
  .common-site-footer .col-lg-4,
  .common-site-footer .col-lg-5,
  .common-site-footer .col-lg-8 {
    width: 100%;
  }
  .common-site-footer .col-sm-6 {
    width: 50%;
  }
  .common-site-footer .col-sm-12 {
    width: 100%;
  }
  .common-site-footer .order-sm-1 {
    order: 1;
  }
  .common-site-footer .copy {
    margin-top: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .common-site-footer .copy p {
    text-align: center;
  }
  .common-site-footer .copy ul {
    justify-content: center;
    margin-top: 10px;
  }
  .figma-trust {
    margin-top: 0;
  }
  .figma-trust__card {
    height: auto;
    min-height: 0;
    overflow: visible;
    padding: clamp(20px, 4.5vw, 28px) clamp(16px, 4vw, 22px) clamp(22px, 5vw, 30px);
  }
  .figma-trust__title {
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1.2;
    margin-inline: auto;
    padding: 0 clamp(4px, 2vw, 12px);
    text-wrap: balance;
  }
  .figma-trust__grid {
    display: grid;
    gap: clamp(20px, 5vw, 28px) clamp(14px, 3.5vw, 20px);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: clamp(18px, 4.5vw, 24px);
  }
  .figma-trust__item {
    -moz-column-gap: clamp(10px, 2.8vw, 14px);
         column-gap: clamp(10px, 2.8vw, 14px);
    display: grid;
    grid-template-columns: clamp(38px, 10vw, 44px) minmax(0, 1fr);
    grid-template-rows: auto auto;
    max-width: 100%;
    row-gap: clamp(5px, 1.5vw, 8px);
    width: 100%;
  }
  .figma-trust__icon {
    align-self: center;
    grid-column: 1;
    grid-row: 1;
    height: clamp(38px, 10vw, 44px);
    width: clamp(38px, 10vw, 44px);
  }
  .figma-trust__icon img {
    height: clamp(17px, 4.5vw, 21px);
    width: clamp(17px, 4.5vw, 21px);
  }
  .figma-trust__value {
    align-self: center;
    font-size: clamp(16px, 4.3vw, 22px);
    grid-column: 2;
    grid-row: 1;
    line-height: 1.12;
    margin-top: 0;
    white-space: normal;
  }
  .figma-trust__label {
    font-size: clamp(11px, 2.9vw, 13px);
    grid-column: 1/-1;
    grid-row: 2;
    line-height: 1.35;
  }
  .figma-trust__item:not(:has(.figma-trust__icon)) {
    grid-template-columns: 1fr;
  }
  .figma-trust__item:not(:has(.figma-trust__icon)) .figma-trust__value {
    grid-column: 1;
  }
}
@media (max-width: 767.98px) {
  .common-site-footer .container {
    max-width: 100%;
  }
  .common-site-footer .copy p,
  .common-site-footer .copy p a,
  .common-site-footer .copy ul li a {
    font-size: 13px;
  }
}
@media (max-width: 900px) {
  .nd-announcement {
    font-size: 9px;
  }
  .nd-announcement .nd-container {
    height: 26px;
  }
  .figma-categories__header {
    align-items: flex-start;
    flex-direction: column;
  }
  .nd-announcement p {
    display: none;
  }
  .nd-header-main {
    grid-template-columns: auto 1fr auto;
  }
  .nd-menu {
    display: block;
  }
  .nd-header .nd-nav {
    background: #fff;
    display: none;
    flex-direction: column;
    gap: 20px;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    top: 106px;
  }
  .nd-header .nd-nav.is-open {
    display: flex;
  }
  .nd-header-button:first-of-type {
    display: none;
  }
  .nd-hero-copy h1 {
    font-size: 76px;
  }
  .figma-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .nd-category-hero {
    min-height: 318px;
  }
  .nd-category-hero__inner {
    min-height: 246px;
    padding-bottom: 82px;
  }
  .nd-category-toolbar {
    min-height: 72px;
  }
  .nd-category-trust__inner {
    flex-wrap: wrap;
    gap: 22px;
  }
  .nd-category-trust__inner .nd-category-trust__item {
    flex: 1 1 calc(50% - 22px);
    max-width: none;
  }
  .nd-category-section-head {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .nd-container {
    width: calc(100% - 28px);
  }
  .nd-announcement {
    font-size: 9px;
  }
  .nd-announcement .nd-container {
    grid-template-columns: 1fr auto;
    height: 24px;
  }
  .nd-announcement p,
  .nd-announcement div {
    display: none;
  }
  .nd-header-main {
    gap: 14px;
    grid-template-columns: auto 1fr auto;
    height: 74px;
  }
  .nd-logo img {
    width: 160px;
  }
  .nd-search {
    display: none;
  }
  .nd-header-actions a:not(:last-child) {
    display: none;
  }
  .nd-hero {
    padding: 34px 0;
  }
  .nd-hero-grid {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .nd-hero-copy h1 {
    font-size: 46px;
  }
  .nd-hero-image {
    height: 320px;
  }
  .nd-category-list {
    display: flex;
    overflow: auto;
  }
  .nd-category-list a {
    flex: 0 0 83px;
  }
  .nd-section {
    padding: 58px 0;
  }
  .nd-title {
    align-items: flex-start;
    gap: 20px;
  }
  .nd-title > a {
    display: none;
  }
  .nd-category-grid,
  .nd-product-grid {
    gap: 11px;
  }
  .nd-list-product-grid {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .nd-category-hero {
    min-height: 360px;
  }
  .nd-category-hero__inner {
    align-items: flex-start;
    min-height: 254px;
    padding: 42px 24px 106px;
    text-align: left;
  }
  .nd-category-hero__inner h1 {
    font-size: clamp(38px, 11.5vw, 56px);
    line-height: 1.05;
  }
  .nd-category-hero__actions {
    justify-content: flex-start;
  }
  .nd-category-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    min-height: 106px;
    padding: 0 24px 18px;
  }
  .nd-category-filter {
    min-height: 48px;
    min-width: 200px;
  }
  .nd-category-trust__inner,
  .nd-category-products,
  .nd-category-types,
  .nd-category-branding,
  .nd-category-cta,
  .nd-category-info,
  .nd-category-quote,
  .nd-category-faq {
    padding-left: 15px;
    padding-right: 15px;
  }
  .nd-category-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nd-category-types,
  .nd-category-branding,
  .nd-category-cta {
    padding-bottom: 58px;
    padding-top: 58px;
  }
  .nd-category-trust__inner {
    flex-direction: column;
    gap: 20px;
  }
  .nd-category-trust__inner .nd-category-trust__item {
    flex: 1 1 auto;
    max-width: none;
  }
  .nd-category-trust__inner .nd-category-trust__item h2 {
    font-size: 20px;
  }
  .nd-category-trust__inner .nd-category-trust__item p {
    font-size: 14px;
  }
  .nd-category-products {
    padding-top: 58px;
  }
  .nd-category-info {
    padding-top: 64px;
  }
  .nd-category-info__copy,
  .nd-category-info__panel,
  .nd-category-quote {
    padding: 30px;
  }
  .nd-category-quote__form {
    grid-template-columns: 1fr;
  }
  .nd-category-grid > a > div {
    height: 165px;
  }
  .nd-editorial-grid {
    grid-template-columns: 1fr;
  }
  .nd-editorial,
  .nd-editorial-large {
    grid-column: auto;
    height: 350px;
  }
  .nd-banner {
    padding: 52px 0;
  }
  .nd-banner h2 {
    font-size: 35px;
  }
  .nd-banner-notes {
    grid-template-columns: 1fr;
  }
  .nd-split {
    grid-template-columns: 1fr;
  }
  .nd-split-image {
    height: 370px;
  }
  .nd-split-copy {
    margin: -35px 14px 0;
    padding: 35px;
  }
  .nd-split-copy h2 {
    font-size: 34px;
  }
  .nd-logo-band .nd-container {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .nd-logo-band div div {
    flex-wrap: wrap;
    gap: 25px;
    justify-content: flex-start;
  }
  .nd-service-grid,
  .nd-values {
    grid-template-columns: 1fr 1fr;
  }
  .nd-service-grid a:nth-child(2) {
    border-right: 0;
  }
  .nd-values article {
    border-bottom: 1px solid var(--nd-line);
    padding: 20px;
  }
  .nd-values article:nth-child(2) {
    border-right: 0;
  }
  .nd-journal {
    grid-template-columns: 1fr;
  }
  .nd-journal > a > div {
    height: 300px;
  }
  .nd-newsletter {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .nd-newsletter form {
    width: 100%;
  }
  .nd-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .nd-footer-brand {
    grid-column: 1/3;
    grid-row: auto;
  }
  .nd-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 700px) {
  .figma-heading h2 {
    font-size: 29px;
  }
  .figma-heading-left {
    align-items: flex-start;
    display: block;
  }
  .figma-heading-left .nd-btn {
    margin-top: 20px;
  }
  .figma-trust {
    margin-top: 0;
  }
  .figma-category-grid {
    gap: 12px;
    grid-template-columns: repeat(2, 1fr);
  }
  .figma-category-grid img {
    height: 145px;
  }
  .figma-deals {
    padding-bottom: clamp(48px, 10vw, 72px);
  }
  .figma-deals__layout {
    flex-direction: column;
  }
  .figma-deals-copy {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
  }
  .figma-deals__title {
    font-size: clamp(24px, 6vw, 32px);
  }
  .figma-deals__description {
    margin-bottom: clamp(20px, 5vw, 28px);
    max-width: 100%;
    width: 100%;
  }
  .figma-deals-actions {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
  .figma-deals-nav {
    flex: 0 0 auto;
    height: 48px;
    max-width: none;
    min-width: 99px;
    width: auto;
  }
  .figma-deals-slider-wrap {
    flex: 0 0 100%;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
  }
  .figma-deals-track {
    gap: 16px;
  }
  .figma-deal-card {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .figma-seasonal-grid,
  .figma-product-grid,
  .figma-featured-products-row {
    grid-template-columns: 1fr;
  }
  .figma-seasonal-grid article {
    height: 430px;
  }
  .figma-employee-gifts {
    padding: clamp(40px, 6vw, 72px) 0;
  }
  .figma-employee-gifts__heading {
    margin-bottom: clamp(28px, 5vw, 38px);
    max-width: 100%;
  }
  .figma-employee-gifts__heading h2 {
    white-space: normal;
  }
  .figma-employee-gift-card {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
  .figma-services-slider {
    --service-card-width: min(307px, 85vw);
  }
  .figma-services .figma-heading--services {
    max-width: 100%;
  }
  .figma-service-card {
    height: 300px !important;
  }
  .figma-service-card.is-adjacent {
    height: 300px !important;
  }
  .figma-service-card.is-active {
    height: 340px !important;
  }
  .figma-home-cta {
    padding: clamp(40px, 8vw, 56px) 0;
  }
  .figma-home-cta h2 {
    font-size: clamp(22px, 6vw, 26px);
    max-width: 100%;
  }
  .figma-home-cta p {
    margin-bottom: clamp(24px, 6vw, 32px);
    max-width: 100%;
  }
  .figma-home-cta__actions {
    flex-direction: column;
    width: 100%;
  }
  .figma-home-cta__btn {
    width: 100%;
  }
  .figma-brands {
    padding: 52px 0 56px;
  }
  .figma-brands__heading {
    margin-bottom: 28px;
  }
  .figma-brands__heading h2 {
    font-size: 22px;
  }
  .figma-brands-slide {
    height: 58px;
    width: 120px;
  }
  .figma-brands-slide img {
    max-height: 58px;
    max-width: 120px;
  }
  .figma-branch-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .figma-branch-grid .figma-branch-card {
    max-width: none;
  }
  .figma-branch-grid .figma-branch-card__image {
    height: clamp(240px, 62vw, 360px);
  }
  .figma-branch-grid .figma-branch-card__btn {
    width: 100%;
  }
  .figma-branches .figma-heading--branches h2 {
    font-size: 24px;
  }
  .figma-why-section {
    padding: 56px 0;
  }
  .figma-why-section .figma-heading--why {
    margin-bottom: 36px;
  }
  .figma-why-section .figma-heading--why h2 {
    font-size: 24px;
  }
  .figma-why {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
  .figma-why__col {
    gap: 28px;
  }
  .figma-why__text {
    max-width: none;
  }
  .figma-why__media {
    order: -1;
  }
  .figma-why__media img {
    height: 360px;
    margin: 0 auto;
    max-width: 360px;
  }
  .figma-sectors {
    padding: clamp(40px, 8vw, 56px) 0;
  }
  .figma-sectors .figma-heading--sectors h2 {
    font-size: clamp(24px, 5vw, 28px);
    max-width: 100%;
  }
  .figma-sectors__rows {
    gap: 16px 12px;
  }
  .figma-sectors__card {
    flex: 1 1 calc(50% - 6px);
    height: auto;
    max-width: none;
    min-height: 150px;
    width: auto;
  }
  .figma-sectors__card h3 {
    font-size: clamp(14px, 3.6vw, 16px);
    white-space: normal;
  }
  .figma-home-gallery {
    padding: 56px 0;
  }
  .figma-home-gallery .figma-heading--gallery h2 {
    font-size: 24px;
  }
  .figma-home-gallery .figma-heading--gallery {
    margin-bottom: 36px;
  }
  .figma-home-gallery__grid {
    grid-template-columns: 1fr;
  }
  .figma-home-gallery .galleryCard {
    height: auto;
    min-height: 0;
  }
  .figma-process .figma-heading--process h2 {
    max-width: 100%;
  }
  .figma-process__row {
    max-width: 100%;
  }
  .figma-process__card {
    flex: 1 1 calc(50% - 12px);
    max-width: none;
    width: auto;
    gap: 20px;
  }
  .figma-about-quote__inner {
    gap: 32px;
    grid-template-columns: 1fr;
  }
  .figma-about-quote__content h2 {
    max-width: 100%;
  }
  .figma-about-quote__form {
    min-height: 0;
    padding: 40px 24px 32px;
  }
  .figma-about-quote__form-head p {
    max-width: 100%;
  }
  .figma-about-quote__field input {
    height: 56px;
    padding: 16px 20px;
  }
  .figma-about-quote__field--message textarea {
    height: 140px;
  }
  .figma-about-quote__form .figma-about-quote__btn {
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .common-site-footer .col-sm-6,
  .common-site-footer .col-sm-12 {
    width: 100%;
  }
  .common-site-footer footer .order-lg-1 .links {
    grid-template-columns: 1fr 1fr;
  }
  .figma-trust__grid {
    gap: clamp(18px, 5vw, 24px);
    grid-template-columns: 1fr 1fr;
  }
  .figma-trust__item {
    grid-template-columns: clamp(40px, 11vw, 48px) minmax(0, 1fr);
  }
}
@media (max-width: 385px) {
  .common-site-footer .links {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .nd-footer-content {
    display: block;
    max-width: calc(100% - 40px);
    padding: 55px 0 105px;
  }
  .nd-footer-services,
  .nd-footer-contact {
    margin-top: 42px;
  }
  .nd-footer-list-two {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .nd-footer-list a,
  .nd-contact-row,
  .nd-address p {
    font-size: 13px;
  }
  .nd-footer h2 {
    font-size: 18px;
  }
  .nd-footer-copy {
    align-items: flex-start;
    display: block;
    font-size: 11px;
    max-width: calc(100% - 40px);
  }
  .nd-footer-copy div {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .nd-footer-copy div a + a::before {
    display: none;
  }
  .nd-footer {
    min-height: 940px;
  }
}
@media (max-width: 620px) {
  .nd-container {
    width: calc(100% - 28px);
  }
  .nd-announcement div {
    display: none;
  }
  .nd-header {
    height: 78px;
  }
  .nd-header-main {
    height: 78px;
  }
  .nd-logo img {
    width: 170px;
  }
  .nd-header-actions .nd-header-button {
    display: none;
  }
  .nd-header .nd-nav {
    top: 78px;
  }
  .nd-hero {
    height: 610px;
  }
  .nd-hero .nd-hero-slide .nd-hero-image {
    -o-object-position: 60% center;
       object-position: 60% center;
  }
  .nd-hero-copy {
    left: 20px;
  }
  .nd-hero-copy h1 {
    font-size: 61px;
  }
  .nd-hero-copy .nd-buttons {
    align-items: stretch;
    flex-direction: row;
    margin-top: 34px;
  }
  .nd-hero-copy .nd-btn {
    font-size: 10px;
    padding: 6px 13px;
  }
  .nd-hero-controls {
    bottom: 20px;
    right: 20px;
  }
  .figma-trust {
    margin-top: -80px;
  }
  .figma-categories {
    padding-top: clamp(50px, 8vw, 70px);
  }
  .figma-category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .figma-category-card {
    height: auto;
    min-height: clamp(240px, 62vw, 280px);
  }
}
@media (max-width: 460px) {
  .nd-header-actions {
    gap: 0;
  }
  .nd-buttons {
    align-items: flex-start;
    flex-direction: column;
  }
  .nd-category-grid > a > div {
    height: 135px;
  }
  .nd-category-grid h3 {
    font-size: 11px;
  }
  .nd-category-grid span {
    display: none;
  }
  .nd-product > div {
    padding: 11px;
  }
  .nd-product h3 {
    font-size: 11px;
  }
  .nd-product footer {
    align-items: flex-start;
    gap: 8px;
  }
  .nd-service-grid {
    grid-template-columns: 1fr;
  }
  .nd-service-grid a {
    border-bottom: 1px solid #cedbd2;
    border-right: 0;
    min-height: 210px;
  }
  .nd-values {
    grid-template-columns: 1fr;
  }
  .nd-values article {
    border-right: 0;
  }
  .nd-footer-grid {
    grid-template-columns: 1fr;
  }
  .nd-footer-brand {
    grid-column: auto;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 767px) {
  .nd-category-hero__inner {
    padding-bottom: 30px;
  }
  .nd-category-hero__actions {
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
  }
  .nd-category-hero__actions .nd-category-btn {
    width: 100%;
  }
  .nd-category-toolbar {
    position: relative;
    transform: none;
    left: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 0 15px;
    border-top: none;
    min-height: auto;
  }
  .nd-category-filter {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .nd-category-breadcrumb {
    justify-content: center;
    margin-bottom: 20px;
  }
  /* Improve Promotional Pens Grid on Mobile */
  .nd-category-type-grid {
    gap: 10px;
  }
  .nd-category-type-card {
    min-height: 0;
  }
  .nd-category-type-card__image {
    height: 120px;
    margin: 8px 8px 0;
  }
  .nd-category-type-card__body {
    padding: 10px 8px 12px;
  }
  .nd-category-type-card h3 {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .nd-category-type-card__moq {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .nd-category-type-card__btn {
    width: 100%;
    font-size: 13px;
    padding: 8px;
    min-height: 34px;
    margin-top: auto;
  }
}
.nd-branding-options {
  padding: 60px 0;
  background-color: #F4F4F4;
}

.nd-branding-options__head {
  margin-bottom: 40px;
}
.nd-branding-options__head h2 {
  font-size: clamp(24px, 2.188vw, 42px);
  font-weight: 700;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-family: serif;
}
.nd-branding-options__head p {
  font-size: 16px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
}

.nd-branding-options__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}

.nd-branding-option-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #dcece3;
  color: #2c7a4b;
  padding: 12px 24px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.nd-branding-option-pill:hover {
  background-color: #cbe3d5;
  transform: translateY(-2px);
}
.nd-branding-option-pill svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .nd-branding-options {
    padding: 40px 0;
  }
  .nd-branding-options__head h2 {
    font-size: 24px;
  }
  .nd-branding-option-pill {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.figma-deals-track.slick-initialized,
.figma-employee-gifts__track.slick-initialized {
  display: block !important;
}

.figma-deals-track.slick-initialized .slick-list,
.figma-employee-gifts__track.slick-initialized .slick-list {
  margin: 0 clamp(-6px, -0.625vw, -12px);
}

.figma-deals-track.slick-initialized .slick-slide,
.figma-employee-gifts__track.slick-initialized .slick-slide {
  margin: 0 clamp(6px, 0.625vw, 12px);
}

.list ul li {
  position: relative;
  padding-left: 29px;
}
.list ul li:before {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_132_2342%29%22%3E%3Cpath%20d%3D%22M20%2010C20%204.47715%2015.5228%200%2010%200C4.47715%200%200%204.47715%200%2010C0%2015.5228%204.47715%2020%2010%2020C15.5228%2020%2020%2015.5228%2020%2010Z%22%20fill%3D%22%2329B251%22%2F%3E%3Cpath%20d%3D%22M10.5829%206.5L14.0829%2010L10.5829%2013.5M14.0829%2010H5.91626%22%20stroke%3D%22white%22%20stroke-width%3D%221.16667%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_132_2342%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  background-size: cover;
  left: 0;
}
@media (max-width: 575px) {
  .list ul li:before {
    width: 18px;
    height: 18px;
    top: 4px;
  }
}/*# sourceMappingURL=home-design.css.map */