@charset "UTF-8";
html {
  overflow-x: clip;
}

body {
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  overflow-x: clip;
}

h2 {
  font-size: clamp(1.75rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
}

[class*=__decor],
[class*=__ellipse] {
  display: none !important;
}

html {
  font-size: 0.875rem;
}
@media (min-width: 480px) {
  html {
    font-size: 0.9375rem;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 1rem;
  }
}

body {
  line-height: 1.6;
}

@media (max-width: 767.98px) {
  h2 {
    font-size: clamp(1.375rem, 4.2vw, 1.625rem);
    line-height: 1.3;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  h2 {
    font-size: clamp(1.5rem, 3vw, 1.875rem);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1440px;
  }
}

@media (max-width: 767.98px) {
  .product-collection:not(.top-sale),
  .brand-showcase,
  .ordering-process,
  .testimonials,
  .custom-print,
  .about-collab,
  .blog-section,
  .choose-paper,
  .archive-tabs,
  .faq-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.fps-form__submit {
  font-size: 1rem;
}

.top-bar {
  background-color: #23205a;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}
.top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
  padding-inline: 0.25rem;
  text-align: center;
}
.top-bar__icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.top-bar__messages {
  display: inline-block;
  overflow: hidden;
  max-width: min(100%, 100vw - 4.5rem);
  height: 1.25rem;
  vertical-align: middle;
}
.top-bar__track {
  display: flex;
  flex-direction: column;
  transition: transform 0.4s ease;
}
.top-bar__message {
  flex-shrink: 0;
  overflow: hidden;
  max-width: 100%;
  height: 1.25rem;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.site-chrome {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
body.admin-bar .site-chrome {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-chrome {
    top: 46px;
  }
}

.site-header {
  padding: 1.5rem 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.site-header .container {
  max-width: 1320px;
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.site-header__logo {
  flex-shrink: 0;
  display: block;
  line-height: 0;
}
.site-header__logo img {
  display: block;
  height: 3rem;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}
.site-header__search {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 450px;
  margin: 0 auto;
}
.site-header__search-form {
  position: relative;
  display: flex;
  align-items: center;
}
.site-header__search-icon {
  position: absolute;
  left: 1rem;
  width: 1.125rem;
  height: 1.125rem;
  color: #23205a;
  pointer-events: none;
}
.site-header__search-input {
  width: 100%;
  padding: 0.75rem 1.25rem 0.75rem 2.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1.5px solid #23205a;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.4s ease;
}
.site-header__search-input::placeholder {
  color: #6b7280;
}
.site-header__search-input:focus {
  border-color: #6bbc44;
}
.site-header__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}
.site-header__phone {
  display: none;
  align-items: center;
  gap: 0.625rem;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 992px) {
  .site-header__phone {
    display: flex;
  }
}
.site-header__phone:hover .site-header__icon-btn {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.site-header__phone-icon-btn {
  pointer-events: none;
}
.site-header__phone-text {
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.site-header__phone-number {
  font-size: 1rem;
  font-weight: 700;
  color: #23205a;
  white-space: nowrap;
}
.site-header__phone-label {
  font-size: 0.9375rem;
  color: #6b7280;
  white-space: nowrap;
}
.site-header__icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  color: #23205a;
  background-color: #fff;
  border: 1.5px solid #23205a;
  border-radius: 10px;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.site-header__icon-btn svg {
  width: 1.25rem;
  height: 1.25rem;
}
.site-header__icon-btn:hover {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.site-header__cta {
  display: none;
  padding: 0.625rem 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
@media (min-width: 768px) {
  .site-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header__cta:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.site-header__cart {
  position: relative;
}
.site-header__cart-count {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  min-width: 1.375rem;
  height: 1.375rem;
  padding: 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.375rem;
  color: #fff;
  text-align: center;
  background-color: #6bbc44;
  border-radius: 10px;
}
.site-header__toolbar {
  display: none;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .site-header {
    padding: 0.75rem 0;
  }
  .site-header__inner {
    flex-wrap: wrap;
    gap: 0.75rem;
  }
  .site-header__logo img {
    height: 2.5rem;
    max-width: 140px;
  }
  .site-header__search {
    display: none;
  }
  .site-header__actions {
    display: none;
  }
  .site-header__toolbar {
    display: flex;
  }
}

.search-popup {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.5rem 1rem 2rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.search-popup.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.search-popup__backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(35, 32, 90, 0.45);
}
.search-popup__panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 32rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: calc(10px + 4px);
  box-shadow: 0 20px 48px rgba(35, 32, 90, 0.2);
}
.search-popup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.search-popup__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 700;
  color: #23205a;
}
.search-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  color: #23205a;
  background: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
}
.search-popup__form {
  position: relative;
  display: flex;
  align-items: center;
}
.search-popup__icon {
  position: absolute;
  left: 1rem;
  width: 1.125rem;
  height: 1.125rem;
  color: #23205a;
  pointer-events: none;
}
.search-popup__input {
  width: 100%;
  padding: 0.85rem 1rem 0.85rem 2.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1.5px solid #23205a;
  border-radius: 10px;
  outline: none;
}
.search-popup__input:focus {
  border-color: #6bbc44;
}

body.search-popup-open {
  overflow: hidden;
}

.main-nav {
  position: relative;
  z-index: 100;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
@media (max-width: 991.98px) {
  .main-nav {
    display: none;
  }
}
.main-nav .container {
  max-width: 1320px;
}
.main-nav__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  position: relative;
}
.main-nav__desktop-host {
  width: 100%;
}
@media (min-width: 992px) {
  .main-nav__desktop-host {
    display: flex;
    justify-content: center;
  }
}
.main-nav__panel {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .main-nav__panel {
    width: auto;
  }
}
.main-nav-offcanvas .main-nav__panel {
  display: block;
  position: static;
  max-height: none;
  padding: 0;
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.main-nav__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .main-nav__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
}
.main-nav__item {
  position: relative;
}
@media (min-width: 992px) {
  .main-nav__item:hover > .main-nav__dropdown, .main-nav__item:focus-within > .main-nav__dropdown {
    max-height: 32rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: transform 0.28s ease-out, max-height 0.28s ease-out, opacity 0.28s ease-out, margin 0.28s ease-out, padding 0.28s ease-out, border-width 0.28s ease-out, visibility 0s;
  }
  .main-nav__item:hover > .main-nav__mega, .main-nav__item:focus-within > .main-nav__mega {
    max-height: 32rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
    transition: transform 0.28s ease-out, max-height 0.28s ease-out, opacity 0.28s ease-out, margin 0.28s ease-out, padding 0.28s ease-out, border-width 0.28s ease-out, visibility 0s;
  }
  .main-nav__item:hover > .main-nav__trigger .main-nav__chevron,
  .main-nav__item:hover > .main-nav__trigger-wrap .main-nav__chevron, .main-nav__item:focus-within > .main-nav__trigger .main-nav__chevron,
  .main-nav__item:focus-within > .main-nav__trigger-wrap .main-nav__chevron {
    transform: rotate(180deg);
  }
}
@media (max-width: 991.98px) {
  .main-nav__item.is-open > .main-nav__dropdown,
  .main-nav__item.is-open > .main-nav__mega {
    max-height: 32rem;
    margin-top: 0.25rem;
    padding: 0.5rem;
    border-width: 1px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
    transition: transform 0.28s ease-out, max-height 0.28s ease-out, opacity 0.28s ease-out, margin 0.28s ease-out, padding 0.28s ease-out, border-width 0.28s ease-out, visibility 0s;
  }
}
@media (max-width: 991.98px) {
  .main-nav__item.is-open > .main-nav__mega {
    padding: 0.75rem;
  }
}
.main-nav__item.is-open > .main-nav__trigger .main-nav__chevron,
.main-nav__item.is-open > .main-nav__trigger-wrap .main-nav__chevron {
  transform: rotate(180deg);
}
.main-nav__trigger-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  .main-nav__trigger-wrap {
    width: auto;
  }
}
.main-nav__trigger-wrap .main-nav__link {
  flex: 1;
}
@media (min-width: 992px) {
  .main-nav__trigger-wrap .main-nav__link {
    flex: none;
    padding-right: 0.35rem;
  }
}
.main-nav__trigger-wrap .main-nav__trigger--toggle {
  flex-shrink: 0;
  width: auto;
  padding-left: 0.25rem;
}
.main-nav__link, .main-nav__trigger {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  background: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: color 0.4s ease, background-color 0.4s ease;
}
@media (min-width: 992px) {
  .main-nav__link, .main-nav__trigger {
    width: auto;
    padding: 0.5rem 1rem;
    white-space: nowrap;
  }
}
.main-nav__link:hover, .main-nav__link.is-active, .main-nav__trigger:hover, .main-nav__trigger.is-active {
  color: #6bbc44;
}
.main-nav__chevron {
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  transition: transform 0.4s ease;
}
.main-nav__dropdown, .main-nav__mega {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  transition: transform 0.28s ease-out, max-height 0.28s ease-out, opacity 0.28s ease-out, margin 0.28s ease-out, padding 0.28s ease-out, border-width 0.28s ease-out, visibility 0s linear 0.28s;
}
@media (max-width: 991.98px) {
  .main-nav__dropdown, .main-nav__mega {
    display: block;
    max-height: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  .main-nav__dropdown, .main-nav__mega {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    max-height: 0;
    margin-top: 0.5rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%) translateY(-0.625rem);
  }
}
.main-nav__dropdown {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .main-nav__dropdown {
    min-width: 220px;
    padding: 0 0.5rem;
  }
}
.main-nav__dropdown-link {
  display: block;
  padding: 0.625rem 0.875rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.main-nav__dropdown-link:hover {
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.08);
}
@media (min-width: 992px) {
  .main-nav__mega {
    top: calc(100% - 0.125rem);
    width: min(860px, 100vw - 2rem);
    margin-top: 0;
    padding: 0 0.875rem;
  }
  .main-nav__mega::before {
    position: absolute;
    top: -0.75rem;
    right: 0;
    left: 0;
    height: 0.875rem;
    content: "";
  }
}
.main-nav__mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.375rem;
}
@media (min-width: 768px) {
  .main-nav__mega-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.main-nav__mega-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.main-nav__mega-link:hover {
  color: #23205a;
  background-color: rgba(35, 32, 90, 0.06);
}
.main-nav__mega-link:hover .main-nav__mega-img {
  border-color: rgba(107, 188, 68, 0.5);
}
.main-nav__mega-img {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  background-color: #e5e7eb;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: border-color 0.4s ease, opacity 0.4s ease;
}
.main-nav__mega-label {
  line-height: 1.3;
}
.main-nav__contact {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
.main-nav__contact-title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #23205a;
}
.main-nav__contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-nav__contact-link {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #1a1a1a;
  text-decoration: none;
}
.main-nav__contact-link svg {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1rem;
  color: #6bbc44;
}
.main-nav__contact-link strong {
  display: block;
  font-weight: 700;
  color: #23205a;
}
.main-nav__contact-link span span {
  color: #6b7280;
}
.main-nav__contact-link:hover {
  color: #6bbc44;
}

.main-nav-offcanvas {
  width: min(20rem, 88vw);
  border-right: 1px solid #e5e7eb;
}
.main-nav-offcanvas .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.main-nav-offcanvas__logo {
  display: block;
  flex-shrink: 0;
  line-height: 0;
  text-decoration: none;
}
.main-nav-offcanvas__logo img {
  display: block;
  width: auto;
  max-width: 10.5rem;
  height: auto;
}
.main-nav-offcanvas__close {
  flex-shrink: 0;
  margin: 0;
}
.main-nav-offcanvas .offcanvas-body {
  padding: 0.75rem 1.5rem 1.5rem;
}

.hero-banner {
  background-color: #f5f4f8;
  overflow: hidden;
}
.hero-banner .container {
  max-width: 1320px;
}
.hero-banner__inner {
  display: grid;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 0 2.5rem;
}
@media (min-width: 768px) {
  .hero-banner__inner {
    gap: 2.5rem;
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .hero-banner__inner {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1.5rem;
    padding: 2.5rem 3rem 2.5rem 0;
  }
}
.hero-banner__content {
  max-width: 34rem;
  min-width: 0;
}
.hero-banner__eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6bbc44;
}
.hero-banner__title {
  margin: 0 0 0.75rem;
  font-size: clamp(2.125rem, 4.5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.12;
  color: #23205a;
}
.hero-banner__title span {
  color: #6bbc44;
}
.hero-banner__text {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}
.hero-banner__bullets {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.hero-banner__bullet {
  position: relative;
  margin-bottom: 0.5rem;
  padding-left: 1.35rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #1a1a1a;
}
.hero-banner__bullet:last-child {
  margin-bottom: 0;
}
.hero-banner__bullet::before {
  position: absolute;
  left: 0;
  top: 0.1em;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  color: #6bbc44;
  content: "✓";
}
.hero-banner__certs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hero-banner__cert {
  padding: 0.4rem 0.85rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #23205a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
}
.hero-banner__media {
  position: relative;
  width: 100%;
}
.hero-banner__visual {
  position: relative;
  width: 100%;
  height: 18rem;
}
@media (min-width: 480px) {
  .hero-banner__visual {
    height: 20rem;
  }
}
@media (min-width: 768px) {
  .hero-banner__visual {
    height: 24rem;
  }
}
@media (min-width: 992px) {
  .hero-banner__visual {
    height: 28rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner__visual {
    height: 32rem;
  }
}
.hero-banner__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero-banner__slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.45s ease;
}
.hero-banner__slide.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.hero-banner__image {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.hero-banner__dots {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .hero-banner__dots {
    position: absolute;
    top: 50%;
    right: 0;
    flex-direction: column;
    margin-top: 0;
    transform: translateY(-50%);
  }
}
.hero-banner__dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  padding: 0;
  background-color: #e5e7eb;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.hero-banner__dot::before {
  position: absolute;
  inset: -0.625rem;
  content: "";
}
.hero-banner__dot.is-active {
  background-color: #6bbc44;
}
@media (min-width: 992px) {
  .hero-banner__dot {
    width: 0.375rem;
    min-width: 0.375rem;
    max-width: 0.375rem;
    height: 0.5rem;
    min-height: 0.5rem;
    max-height: 0.5rem;
    border-radius: 10px;
  }
  .hero-banner__dot.is-active {
    height: 2rem;
    min-height: 2rem;
    max-height: 2rem;
  }
}

.trusted-brands {
  padding: 1.25rem 0 1.5rem;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
.trusted-brands__container {
  max-width: 1320px;
}
.trusted-brands__label {
  margin: 0 0 0.85rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: capitalize;
  color: #23205a;
}
.trusted-brands__viewport {
  overflow: hidden;
  width: 100%;
}
.trusted-brands__track {
  display: flex;
  width: max-content;
  animation: trusted-brands-marquee 36s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .trusted-brands__track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 1rem;
    padding: 0 1rem;
  }
}
.trusted-brands__list {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0 1.25rem;
  list-style: none;
}
@media (min-width: 768px) {
  .trusted-brands__list {
    gap: 3.5rem;
    padding: 0 1.75rem;
  }
}
.trusted-brands__item {
  flex-shrink: 0;
}
.trusted-brands__logo-link, .trusted-brands__logo-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  height: 3.75rem;
}
.trusted-brands__logo-link {
  text-decoration: none;
  transition: opacity 0.4s ease;
}
.trusted-brands__logo-link:hover {
  opacity: 1;
}
.trusted-brands__logo {
  display: block;
  width: auto;
  max-width: 11rem;
  max-height: 3.25rem;
  object-fit: contain;
  transition: opacity 0.4s ease;
}
.trusted-brands__logo-link:hover .trusted-brands__logo {
  opacity: 0.85;
}
@media (prefers-reduced-motion: no-preference) {
  .trusted-brands:hover .trusted-brands__track {
    animation-play-state: paused;
  }
}

@keyframes trusted-brands-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.product-collection {
  padding: 4rem 0;
  background-color: #fff;
  overflow: hidden;
}
.product-collection__title {
  margin: 0 0 0.5rem;
  color: #23205a;
}
.product-collection__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}
.product-collection__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #23205a;
  text-decoration: none;
  white-space: nowrap;
  background-color: #fff;
  border: 1.5px solid #23205a;
  border-radius: 10px;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.product-collection__view-all svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.product-collection__view-all:hover {
  color: #fff;
  background-color: #23205a;
}

.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.product-card:hover {
  box-shadow: 0 2px 8px rgba(35, 32, 90, 0.1);
  transform: translateY(-2px);
}
.product-card:hover .product-card__media img {
  transform: scale(1.03);
}
.product-card__link {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
  text-decoration: none;
  color: inherit;
}
.product-card__media {
  aspect-ratio: 1/1;
  padding: 0;
  overflow: hidden;
  line-height: 0;
}
.product-card__media--1 {
  background-color: #e8eaf3;
}
.product-card__media--2 {
  background-color: #edf5e6;
}
.product-card__media--3 {
  background-color: #ebe9f2;
}
.product-card__media--4 {
  background-color: #e6eef5;
}
.product-card__media--5 {
  background-color: #f0ebe8;
}
.product-card__media--6 {
  background-color: #e8f0ea;
}
.product-card__media--7 {
  background-color: #eee8f3;
}
.product-card__media--8 {
  background-color: #f3ebe6;
}
.product-card__media--9 {
  background-color: #e6eaef;
}
.product-card__media--10 {
  background-color: #eaf0e8;
}
.product-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card__body {
  padding: 0 0.75rem 0.75rem;
  margin-top: auto;
}
.product-card__name {
  margin: 0;
  padding: 0.75rem 0.75rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  color: #23205a;
}
.product-card__btn {
  display: block;
  width: 100%;
  padding: 0.5rem 0.65rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.product-card__btn:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}

.page-home .product-collection.top-sale {
  padding: 1.5rem 0;
}
@media (min-width: 768px) {
  .page-home .product-collection.top-sale {
    padding: 2.5rem 0;
  }
}

.top-sale__header {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .top-sale__header {
    margin-bottom: 0.75rem;
  }
}
.top-sale__slider {
  position: relative;
  padding-bottom: 2rem;
  overflow: hidden;
}
.top-sale .swiper-slide {
  height: auto;
}
.top-sale .swiper-slide .product-card {
  height: 100%;
}
.top-sale__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  margin-top: 0.75rem;
}
.top-sale__arrows {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  gap: 0.5rem;
  justify-self: end;
  z-index: 1;
}
.top-sale__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #23205a;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.top-sale__arrow svg {
  width: 1.125rem;
  height: 1.125rem;
}
.top-sale__arrow:hover {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.top-sale__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.top-sale__pagination.swiper-pagination {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  z-index: 0;
  position: relative !important;
  inset: auto !important;
  display: block;
  width: auto !important;
  height: auto !important;
  line-height: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none;
}
.top-sale__pagination.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets, .top-sale__pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
}
.top-sale__pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #e5e7eb;
  cursor: pointer;
  transform: none !important;
  transition: background-color 0.4s ease;
}
.top-sale__pagination.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  inset: -0.625rem;
  content: "";
}
.top-sale__pagination.swiper-pagination .swiper-pagination-bullet.is-active {
  background-color: #6bbc44;
}
@media (min-width: 992px) {
  .top-sale__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    min-width: 0.625rem;
    max-width: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
    transition: width 0.4s ease, background-color 0.4s ease;
  }
  .top-sale__pagination.swiper-pagination .swiper-pagination-bullet.is-active {
    width: 1.625rem;
    min-width: 1.625rem;
    max-width: 1.625rem;
    height: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
  }
}
.top-sale__pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem !important;
  opacity: 1;
  pointer-events: auto;
}
.top-sale__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6bbc44;
}

.brand-showcase {
  padding: 4rem 0;
  background-color: #f5f4f8;
}
.brand-showcase__title {
  margin: 0 0 0.75rem;
  color: #1a1a1a;
}
.brand-showcase__text {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.brand-showcase__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.brand-showcase__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
  color: #1a1a1a;
}
.brand-showcase__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 3px;
}
.brand-showcase__check svg {
  width: 0.75rem;
  height: 0.75rem;
}
.brand-showcase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.brand-showcase__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.brand-showcase__btn svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.brand-showcase__btn--primary {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
}
.brand-showcase__btn--primary:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.brand-showcase__btn--secondary {
  color: #23205a;
  background-color: #fff;
  border-color: #23205a;
}
.brand-showcase__btn--secondary:hover {
  color: #fff;
  background-color: #23205a;
}
.brand-showcase__visual {
  position: relative;
  min-height: 18rem;
  padding: 1.75rem 1.25rem 2rem 1.75rem;
}
.brand-showcase__artifacts {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.brand-showcase__shape {
  position: absolute;
  border-radius: 10px;
}
.brand-showcase__shape--tl {
  top: 0;
  left: 0;
  width: 75%;
  height: 80%;
  background-color: rgba(107, 188, 68, 0.22);
}
.brand-showcase__shape--br {
  right: 0;
  bottom: 0;
  width: 45%;
  height: 40%;
  background-color: rgba(35, 32, 90, 0.1);
}
.brand-showcase__paper {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  opacity: 0.95;
}
.brand-showcase__paper--1 {
  top: 6%;
  left: 2%;
  width: 3.25rem;
  height: 2rem;
  background-color: rgba(107, 188, 68, 0.38);
  background-image: radial-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 8px 8px;
  transform: rotate(-14deg);
}
.brand-showcase__paper--2 {
  top: 4%;
  right: 8%;
  width: 4.5rem;
  height: 2.75rem;
  background-color: rgba(35, 32, 90, 0.16);
  background-image: radial-gradient(rgba(107, 188, 68, 0.35) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  transform: rotate(8deg);
}
.brand-showcase__paper--3 {
  right: 6%;
  bottom: 18%;
  width: 2.5rem;
  height: 1.75rem;
  background-color: rgba(107, 188, 68, 0.26);
  background-image: radial-gradient(rgba(35, 32, 90, 0.2) 1px, transparent 1px);
  background-size: 8px 8px;
  transform: rotate(-6deg);
}
.brand-showcase__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.brand-showcase__image {
  display: block;
  width: 100%;
  border-radius: 0;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.brand-showcase__badge {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 8.5rem;
  padding: 0.875rem 1rem;
  color: #fff;
  background-color: #23205a;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.brand-showcase__badge-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.brand-showcase__badge-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.brand-showcase__badge-value {
  font-size: 1.125rem;
  font-weight: 700;
}
.brand-showcase__badge-label {
  font-size: 1rem;
  opacity: 0.9;
}

.ordering-process {
  padding: 3.4rem 0;
  background-color: #fff;
}
.ordering-process .ordering-process__row {
  --bs-gutter-x: 1.275rem;
  --bs-gutter-y: 1.275rem;
  align-items: stretch;
}
@media (min-width: 992px) {
  .ordering-process .ordering-process__row {
    --bs-gutter-x: 2.55rem;
    --bs-gutter-y: 2.55rem;
  }
}
@media (min-width: 992px) {
  .ordering-process__col {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .ordering-process__col--content {
    flex: 1;
  }
}
@media (min-width: 992px) {
  .ordering-process__col--form {
    min-height: 100%;
  }
}
.ordering-process .ordering-process__form-row {
  --bs-gutter-x: 0.85rem;
  --bs-gutter-y: 0.85rem;
}
.ordering-process__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6375rem;
  margin-bottom: 0.6375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.ordering-process__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.ordering-process__title {
  margin: 0 0 0.6375rem;
  color: #23205a;
}
.ordering-process__intro {
  margin: 0 0 2.125rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #6b7280;
}
.ordering-process__steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .ordering-process__steps {
    flex: 1 1 auto;
    min-height: 0;
  }
}
.ordering-process__step {
  display: flex;
  gap: 0.6375rem;
  align-items: flex-start;
  margin-bottom: 40px;
}
.ordering-process__step:last-child {
  margin-bottom: 0;
}
.ordering-process__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
}
.ordering-process__step-body {
  flex: 1;
  min-width: 0;
  padding-top: 0.125rem;
}
.ordering-process__step-title {
  margin: 0 0 0.2975rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #23205a;
}
.ordering-process__step-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #6b7280;
}
.ordering-process__form-panel {
  padding: 1.275rem;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .ordering-process__form-panel {
    padding: 2.125rem;
  }
}
@media (min-width: 992px) {
  .ordering-process__form-panel {
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
  }
}
.ordering-process__form {
  margin: 0;
}
@media (min-width: 992px) {
  .ordering-process__form {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .ordering-process__form-row {
    flex: 1;
    align-content: space-between;
  }
}
.ordering-process__field {
  margin-bottom: 0.6375rem;
}
.ordering-process__label {
  display: block;
  margin-bottom: 0.2975rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #23205a;
}
.ordering-process__required {
  color: #6bbc44;
}
.ordering-process__input, .ordering-process__select, .ordering-process__textarea {
  width: 100%;
  padding: 0.6375rem 0.85rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.4s ease;
}
.ordering-process__input::placeholder, .ordering-process__select::placeholder, .ordering-process__textarea::placeholder {
  color: #6b7280;
}
.ordering-process__input:focus, .ordering-process__select:focus, .ordering-process__textarea:focus {
  border-color: #6bbc44;
}
.ordering-process__textarea {
  min-height: 4.675rem;
  resize: vertical;
}
@media (min-width: 992px) {
  .ordering-process__textarea {
    min-height: 4.0375rem;
  }
}
.ordering-process__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.425rem;
  width: 100%;
  margin-top: 0.6375rem;
  padding: 0.74375rem 1.275rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.ordering-process__submit svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.ordering-process__submit:hover {
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.ordering-process__privacy {
  margin: 0.6375rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: #6b7280;
  text-align: center;
}
.ordering-process__privacy a {
  font-weight: 600;
  color: #6bbc44;
  text-decoration: none;
}
.ordering-process__privacy a:hover {
  text-decoration: underline;
}

.testimonials {
  padding: 4rem 0;
  background-color: #fff;
  overflow: hidden;
}
.testimonials__header-row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
  margin-bottom: 1.5rem;
}
.testimonials__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.testimonials__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.testimonials__title {
  margin: 0 0 0.5rem;
  color: #23205a;
}
.testimonials__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
  color: #6b7280;
}
.testimonials__rating-box {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin-top: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 992px) {
  .testimonials__rating-box {
    margin-top: 0;
    margin-left: auto;
  }
}
.testimonials__rating-score {
  flex-shrink: 0;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  color: #6bbc44;
}
.testimonials__rating-meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}
.testimonials__stars {
  display: flex;
  gap: 0.125rem;
  color: #6bbc44;
}
.testimonials__star {
  width: 0.875rem;
  height: 0.875rem;
}
.testimonials__rating-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #23205a;
}
.testimonials__rating-sub {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.3;
  color: #6b7280;
}
@media (min-width: 992px) {
  .testimonials__rating-box {
    width: fit-content;
  }
  .testimonials__rating-text, .testimonials__rating-sub {
    white-space: nowrap;
  }
}
.testimonials__slider {
  overflow: hidden;
  margin: 0 -0.5rem;
  padding: 0.5rem 0;
}
.testimonials__track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.45s ease;
  will-change: transform;
}
.testimonials__card {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  min-height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.testimonials__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.testimonials__card-stars {
  display: flex;
  gap: 0.125rem;
  color: #6bbc44;
}
.testimonials__quote-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  color: #e5e7eb;
}
.testimonials__card-text {
  flex: 1;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}
.testimonials__card-divider {
  height: 1px;
  margin: 0 0 0.75rem;
  background-color: #e5e7eb;
}
.testimonials__author {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.testimonials__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background-color: #23205a;
  border-radius: 50%;
}
.testimonials__author-name {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  color: #23205a;
}
.testimonials__author-role {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  color: #6b7280;
}
.testimonials__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.testimonials__dots {
  display: block;
  width: auto !important;
  height: auto !important;
  line-height: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  gap: 0.375rem;
}
.testimonials__dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #e5e7eb;
  cursor: pointer;
  transform: none !important;
  transition: background-color 0.4s ease;
}
.testimonials__dot::before {
  position: absolute;
  inset: -0.625rem;
  content: "";
}
.testimonials__dot.is-active {
  background-color: #6bbc44;
}
@media (min-width: 992px) {
  .testimonials__dot {
    width: 0.625rem;
    height: 0.625rem;
    min-width: 0.625rem;
    max-width: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
    transition: width 0.4s ease, background-color 0.4s ease;
  }
  .testimonials__dot.is-active {
    width: 1.625rem;
    min-width: 1.625rem;
    max-width: 1.625rem;
    height: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
  }
}
.testimonials__nav {
  display: flex;
  gap: 0.5rem;
}
.testimonials__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #23205a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.testimonials__arrow:hover {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.testimonials__arrow svg {
  width: 1.125rem;
  height: 1.125rem;
}

.custom-print {
  padding: 4rem 0;
  background-color: #f5f4f8;
}
.custom-print__visual {
  position: relative;
  max-width: 22rem;
  min-height: 20rem;
  margin: 0 auto;
  padding: 1.75rem 1.25rem 2rem 1.75rem;
}
@media (min-width: 992px) {
  .custom-print__visual {
    margin: 0;
    max-width: none;
  }
}
.custom-print__artifacts {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.custom-print__shape {
  position: absolute;
  border-radius: 10px;
}
.custom-print__shape--tl {
  top: 0;
  left: 0;
  width: 75%;
  height: 82%;
  background-color: rgba(107, 188, 68, 0.22);
}
.custom-print__shape--br {
  right: 0;
  bottom: 0;
  width: 48%;
  height: 42%;
  background-color: rgba(35, 32, 90, 0.1);
}
.custom-print__paper {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  opacity: 0.95;
}
.custom-print__paper--1 {
  top: 5%;
  left: 0;
  width: 3rem;
  height: 1.875rem;
  background-color: rgba(107, 188, 68, 0.38);
  background-image: radial-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 8px 8px;
  transform: rotate(-12deg);
}
.custom-print__paper--2 {
  top: 2%;
  right: 6%;
  width: 4rem;
  height: 2.5rem;
  background-color: rgba(35, 32, 90, 0.16);
  background-image: radial-gradient(rgba(107, 188, 68, 0.35) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  transform: rotate(10deg);
}
.custom-print__paper--3 {
  right: 4%;
  bottom: 16%;
  width: 2.25rem;
  height: 1.5rem;
  background-color: rgba(107, 188, 68, 0.26);
  transform: rotate(-8deg);
}
.custom-print__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.custom-print__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.custom-print__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.custom-print__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.custom-print__title {
  margin: 0 0 1.5rem;
  color: #23205a;
}
.custom-print__features {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem 1.5rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .custom-print__features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.custom-print__feature {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 1rem;
  line-height: 1.45;
  color: #6b7280;
}
.custom-print__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.125rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
}
.custom-print__check svg {
  width: 0.625rem;
  height: 0.625rem;
}
.custom-print__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.custom-print__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.custom-print__cta svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.custom-print__cta--primary {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
}
.custom-print__cta--primary:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.custom-print__cta--secondary {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.custom-print__cta--secondary:hover {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
}

.about-collab {
  padding: 4rem 0;
  background-color: #fff;
}
.about-collab__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.about-collab__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.about-collab__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.about-collab__text {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.about-collab__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.about-collab__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #6b7280;
}
.about-collab__item strong {
  font-weight: 700;
  color: #23205a;
}
.about-collab__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
}
.about-collab__check svg {
  width: 0.75rem;
  height: 0.75rem;
}
.about-collab__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.about-collab__cta svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.about-collab__cta:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.about-collab__visual {
  position: relative;
  max-width: 26rem;
  min-height: 20rem;
  margin: 0 auto;
  padding: 1.75rem 1.75rem 2rem 1.25rem;
}
@media (min-width: 992px) {
  .about-collab__visual {
    max-width: none;
    margin: 0 0 0 auto;
  }
}
.about-collab__artifacts {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.about-collab__shape {
  position: absolute;
  border-radius: 10px;
}
.about-collab__shape--tr {
  top: 0;
  right: 0;
  width: 72%;
  height: 78%;
  background-color: rgba(107, 188, 68, 0.22);
}
.about-collab__shape--bl {
  bottom: 0;
  left: 0;
  width: 50%;
  height: 44%;
  background-color: rgba(35, 32, 90, 0.08);
}
.about-collab__paper {
  position: absolute;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  opacity: 0.95;
}
.about-collab__paper--1 {
  top: 8%;
  right: 4%;
  width: 3.25rem;
  height: 2rem;
  background-color: rgba(107, 188, 68, 0.35);
  background-image: radial-gradient(rgba(255, 255, 255, 0.45) 1px, transparent 1px);
  background-size: 8px 8px;
  transform: rotate(12deg);
}
.about-collab__paper--2 {
  top: 4%;
  left: 6%;
  width: 4rem;
  height: 2.5rem;
  background-color: rgba(35, 32, 90, 0.14);
  background-image: radial-gradient(rgba(107, 188, 68, 0.35) 1.5px, transparent 1.5px);
  background-size: 10px 10px;
  transform: rotate(-10deg);
}
.about-collab__paper--3 {
  left: 8%;
  bottom: 20%;
  width: 2.5rem;
  height: 1.625rem;
  background-color: rgba(107, 188, 68, 0.28);
  transform: rotate(6deg);
}
.about-collab__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.about-collab__image {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
}
.about-collab__badge {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.75rem 1rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.about-collab__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.75rem;
  height: 1.75rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
}
.about-collab__badge-icon svg {
  width: 1rem;
  height: 1rem;
}
.about-collab__badge-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  line-height: 1.25;
}
.about-collab__badge-label {
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6bbc44;
}
.about-collab__badge-value {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
  white-space: nowrap;
}

.cta-banner {
  padding: 0 0 1.5rem;
}
.cta-banner__box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1.5rem;
  overflow: hidden;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 992px) {
  .cta-banner__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 2.5rem;
  }
}
.cta-banner__box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  content: "";
  background: linear-gradient(180deg, #6bbc44 0%, rgb(142.6598425197, 204.1433070866, 113.0566929134) 100%);
  border-radius: 10px 0 0 10px;
}
.cta-banner__decor {
  position: absolute;
  top: -2.5rem;
  right: -1.5rem;
  width: 9rem;
  height: 9rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.2) 0%, rgba(107, 188, 68, 0) 70%);
  border-radius: 50%;
}
.cta-banner__decor--2 {
  right: auto;
  bottom: -3rem;
  left: 35%;
  width: 7rem;
  height: 7rem;
  background: radial-gradient(circle, rgba(35, 32, 90, 0.08) 0%, rgba(35, 32, 90, 0) 70%);
}
.cta-banner__content {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  padding-left: 0.5rem;
}
.cta-banner__title {
  margin: 0 0 0.5rem;
  color: #23205a;
}
.cta-banner__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.cta-banner__btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.35);
  transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.cta-banner__btn svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.cta-banner__btn:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  box-shadow: 0 6px 18px rgba(107, 188, 68, 0.42);
  transform: translateY(-1px);
}

.desc-gallery {
  padding: 4rem 0;
  background-color: #f5f4f8;
}
.desc-gallery__layout {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 992px) {
  .desc-gallery__layout {
    grid-template-columns: minmax(0, 7fr) minmax(0, 5fr);
    gap: 2.5rem;
    align-items: stretch;
  }
}
.desc-gallery__aside {
  min-width: 0;
}
.desc-gallery__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.desc-gallery__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.desc-gallery__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.desc-gallery__intro {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.desc-gallery__scroll {
  max-height: 20rem;
  padding-right: 0.625rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #6bbc44 #e5e7eb;
}
@media (min-width: 992px) {
  .desc-gallery__scroll {
    max-height: 26rem;
  }
}
.desc-gallery__scroll::-webkit-scrollbar {
  width: 6px;
}
.desc-gallery__scroll::-webkit-scrollbar-track {
  background-color: #e5e7eb;
  border-radius: 10px;
}
.desc-gallery__scroll::-webkit-scrollbar-thumb {
  background-color: #6bbc44;
  border-radius: 10px;
}
.desc-gallery__prose {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #6b7280;
}
.desc-gallery__prose > *:first-child {
  margin-top: 0;
}
.desc-gallery__prose > *:last-child {
  margin-bottom: 0;
}
.desc-gallery__prose h2,
.desc-gallery__prose h3,
.desc-gallery__prose h4 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;
  color: #23205a;
}
.desc-gallery__prose h2:first-child,
.desc-gallery__prose h3:first-child,
.desc-gallery__prose h4:first-child {
  margin-top: 0;
}
.desc-gallery__prose p {
  margin: 0;
}
.desc-gallery__prose p + p {
  margin-top: 0.5rem;
}
.desc-gallery__prose ul,
.desc-gallery__prose ol {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
}
.desc-gallery__gallery {
  display: flex;
  gap: 0.75rem;
  min-height: 20rem;
}
@media (min-width: 768px) {
  .desc-gallery__gallery {
    gap: 1.5rem;
  }
}
@media (min-width: 992px) {
  .desc-gallery__gallery {
    min-height: 26rem;
    height: 100%;
  }
}
.desc-gallery__col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 0;
  min-height: 0;
}
@media (min-width: 768px) {
  .desc-gallery__col {
    gap: 1.5rem;
  }
}
.desc-gallery__item {
  display: block;
  flex: 1 1 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.desc-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 4.5rem;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.desc-gallery__item:hover img {
  transform: scale(1.03);
}

.choose-paper {
  padding: 4rem 0;
  background-color: #f5f4f8;
}
.choose-paper__row {
  align-items: stretch;
}
.choose-paper__col {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.choose-paper__box {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 992px) {
  .choose-paper__box {
    padding: 2.5rem;
  }
}
.choose-paper__box--form {
  padding: 0.75rem;
  scroll-margin-top: 6rem;
}
@media (min-width: 992px) {
  .choose-paper__box--form {
    padding: 1.5rem;
  }
}
.choose-paper__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.choose-paper__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.choose-paper__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.choose-paper__lead {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #1a1a1a;
}
.choose-paper__intro {
  margin: 0 0 1.5rem;
  padding-left: 0.85rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
  border-left: 3px solid #6bbc44;
}
.choose-paper__features {
  margin-top: 0;
}
.choose-paper__feature {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  height: 100%;
  padding: 0.75rem;
  background-color: #f5f4f8;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border-color 0.4s ease, background-color 0.4s ease, box-shadow 0.4s ease;
}
.choose-paper__feature:hover {
  background-color: #fff;
  border-color: rgba(107, 188, 68, 0.35);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.choose-paper__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  background: linear-gradient(145deg, #6bbc44 0%, rgb(85.5511811024, 150.9251968504, 54.0748031496) 100%);
  border-radius: calc(10px - 2px);
  box-shadow: 0 4px 12px rgba(107, 188, 68, 0.28);
}
.choose-paper__feature-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}
.choose-paper__feature-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #23205a;
}
.choose-paper__feature-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #6b7280;
}
.choose-paper__form-heading {
  margin: 0 0 0.35rem;
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.25;
  color: #23205a;
}
.choose-paper__form-lead {
  margin: 0 0 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}
.choose-paper__form {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin: 0;
}
.choose-paper__fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 479.98px) {
  .choose-paper__fields-row {
    grid-template-columns: 1fr;
  }
}
.choose-paper__fields-row .choose-paper__field {
  margin-bottom: 0;
  min-width: 0;
}
.choose-paper__field {
  margin-bottom: 0.5rem;
}
.choose-paper__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  text-transform: capitalize;
  color: #23205a;
}
.choose-paper__input-wrap {
  display: flex;
  align-items: stretch;
}
.choose-paper__input-wrap:focus-within .choose-paper__input,
.choose-paper__input-wrap:focus-within .choose-paper__suffix {
  border-color: #6bbc44;
}
.choose-paper__suffix {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b7280;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-left: 0;
  border-radius: 0 10px 10px 0;
}
.choose-paper__input-wrap .choose-paper__input {
  flex: 1;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.choose-paper__input, .choose-paper__select, .choose-paper__textarea, .choose-paper__file {
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.4s ease;
}
.choose-paper__input::placeholder, .choose-paper__select::placeholder, .choose-paper__textarea::placeholder, .choose-paper__file::placeholder {
  color: #6b7280;
}
.choose-paper__input:focus, .choose-paper__select:focus, .choose-paper__textarea:focus, .choose-paper__file:focus {
  border-color: #6bbc44;
}
.choose-paper__select {
  appearance: auto;
  cursor: pointer;
}
.choose-paper__textarea {
  min-height: 7rem;
  resize: vertical;
}
.choose-paper__file {
  padding: 0.45rem 0.55rem;
  cursor: pointer;
}
.choose-paper__file::file-selector-button {
  margin-right: 0.75rem;
  padding: 0.4rem 0.85rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}
.choose-paper__file::file-selector-button:hover {
  border-color: #6bbc44;
}
.choose-paper__submit {
  display: block;
  width: 100%;
  margin-top: auto;
  padding: 0.8rem 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.choose-paper__submit:hover {
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}

.archive-tabs {
  padding: 4rem 0;
  background-color: #fff;
}
.archive-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.archive-tabs__tab {
  padding: 0.7rem 1.35rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #23205a;
  border: 1px solid #23205a;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.archive-tabs__tab:hover:not(.is-active) {
  background-color: rgb(46.7049180328, 42.7016393443, 120.0983606557);
  border-color: rgb(46.7049180328, 42.7016393443, 120.0983606557);
}
.archive-tabs__tab.is-active {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
}
.archive-tabs__tab:focus-visible {
  outline: 2px solid #6bbc44;
  outline-offset: 2px;
}
.archive-tabs__panel {
  display: none;
  animation: archive-tabs-fade 0.35s ease;
}
.archive-tabs__panel.is-active {
  display: block;
}
.archive-tabs__faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  max-width: 48rem;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.archive-tabs__desc-layout {
  margin-top: 0;
}
.archive-tabs__desc-layout > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.archive-tabs__desc-box {
  display: flex;
  flex-direction: column;
  height: 20rem;
  max-height: 20rem;
  padding: 0.75rem 1.5rem;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 4px 6px rgba(35, 32, 90, 0.04), 0 14px 32px rgba(35, 32, 90, 0.1);
}
@media (min-width: 992px) {
  .archive-tabs__desc-box {
    height: 450px;
    max-height: 450px;
    padding: 1.5rem;
  }
}
.archive-tabs__prose {
  flex: 1 1 auto;
  min-height: 0;
  padding-right: 0.35rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  line-height: 1.7;
  color: #1a1a1a;
  scrollbar-width: thin;
  scrollbar-color: rgba(35, 32, 90, 0.35) #f5f4f8;
}
.archive-tabs__prose::-webkit-scrollbar {
  width: 8px;
}
.archive-tabs__prose::-webkit-scrollbar-track {
  margin: 2px 0;
  background-color: #f5f4f8;
  border-radius: 4px;
}
.archive-tabs__prose::-webkit-scrollbar-thumb {
  background-color: rgba(35, 32, 90, 0.45);
  border: 2px solid #f5f4f8;
  border-radius: 4px;
}
.archive-tabs__prose p {
  margin: 0 0 0.75rem;
}
.archive-tabs__prose p:last-child {
  margin-bottom: 0;
}
.archive-tabs__prose h3 {
  margin: 1.5rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #23205a;
}
.archive-tabs__prose ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.archive-tabs__prose li {
  margin-bottom: 0.35rem;
}
.archive-tabs__desc-media {
  height: 20rem;
  margin: 0;
  overflow: hidden;
  border-radius: calc(10px + 4px);
  box-shadow: 0 4px 6px rgba(35, 32, 90, 0.04), 0 14px 32px rgba(35, 32, 90, 0.1);
}
@media (min-width: 992px) {
  .archive-tabs__desc-media {
    height: 450px;
  }
}
.archive-tabs__desc-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-tabs__guides {
  margin-top: 0;
}
.archive-tabs__guide-card {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  padding: 1.5rem;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.archive-tabs__guide-card:hover {
  border-color: rgba(107, 188, 68, 0.4);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.archive-tabs__guide-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  background: linear-gradient(145deg, #6bbc44 0%, rgb(85.5511811024, 150.9251968504, 54.0748031496) 100%);
  border-radius: calc(10px - 2px);
}
.archive-tabs__guide-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}
.archive-tabs__guide-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.3;
  color: #23205a;
}
.archive-tabs__guide-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #6b7280;
}
.archive-tabs__materials {
  margin-top: 0;
}
.archive-tabs__material-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.archive-tabs__material-card:hover {
  border-color: rgba(107, 188, 68, 0.35);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.archive-tabs__material-media {
  aspect-ratio: 4/3;
  overflow: hidden;
  background-color: #f5f4f8;
}
.archive-tabs__material-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-tabs__material-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.75rem 1.5rem 1.5rem;
}
.archive-tabs__material-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.archive-tabs__material-text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #6b7280;
}

@keyframes archive-tabs-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.archive-cta {
  padding: 1.5rem 0 4rem;
  background-color: #fff;
}
.archive-cta__box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  overflow: hidden;
  background: linear-gradient(125deg, #23205a 0%, rgb(46.7049180328, 42.7016393443, 120.0983606557) 55%, rgb(55.4836065574, 50.7278688525, 142.6721311475) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(10px + 4px);
  box-shadow: 0 16px 40px rgba(35, 32, 90, 0.22);
}
@media (min-width: 992px) {
  .archive-cta__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 2.5rem 2.5rem 2.5rem calc(2.5rem + 6px);
  }
}
.archive-cta__box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #6bbc44 0%, rgb(148.6031496063, 206.8338582677, 120.5661417323) 100%);
  border-radius: calc(10px + 4px) 0 0 calc(10px + 4px);
}
.archive-cta__decor {
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 11rem;
  height: 11rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.35) 0%, rgba(107, 188, 68, 0) 68%);
  border-radius: 50%;
}
.archive-cta__decor--2 {
  top: auto;
  right: auto;
  bottom: -3.5rem;
  left: 42%;
  width: 8rem;
  height: 8rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}
.archive-cta__content {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  padding-left: 0.35rem;
}
.archive-cta__eyebrow {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.15);
  border-radius: 999px;
}
.archive-cta__title {
  margin: 0 0 0.5rem;
  color: #fff;
}
.archive-cta__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}
.archive-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 0.65rem;
  align-items: center;
}
.archive-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.archive-cta__btn svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.archive-cta__btn--primary {
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  box-shadow: 0 4px 16px rgba(107, 188, 68, 0.4);
}
.archive-cta__btn--primary:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  transform: translateY(-1px);
}
.archive-cta__btn--secondary {
  color: #fff;
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.archive-cta__btn--secondary:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.faq-section {
  padding: 2.5rem 0;
  background-color: #fff;
}
.faq-section--archive {
  padding: 4rem 0;
  background-color: #f5f4f8;
}
.faq-section--product {
  padding: 4rem 0;
  background-color: #f5f4f8;
}
.faq-section__header {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.faq-section__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.faq-section__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.faq-section__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.faq-section__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.faq-section__grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
@media (min-width: 768px) {
  .faq-section__grid {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 1.25rem;
  }
}
.faq-section__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .faq-section__list {
    gap: 1rem;
  }
}

.faq-item {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.faq-item.is-open {
  border-color: #6bbc44;
  box-shadow: 0 2px 10px rgba(107, 188, 68, 0.12);
}
.faq-item__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.875rem 0.75rem;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  transition: color 0.4s ease;
}
@media (min-width: 768px) {
  .faq-item__trigger {
    padding: 1rem 1.5rem;
  }
}
.faq-item__question {
  flex: 1;
  min-width: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.45;
  color: #23205a;
}
.faq-item__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.12);
  border-radius: 50%;
  transition: background-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}
.faq-item__icon svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.4s ease;
}
.faq-item.is-open .faq-item__icon {
  color: #fff;
  background-color: #6bbc44;
}
.faq-item.is-open .faq-item__icon svg {
  transform: rotate(180deg);
}
.faq-item__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-item.is-open .faq-item__panel {
  max-height: 16rem;
}
.faq-item__panel-inner {
  padding: 0 0.75rem 0.75rem;
}
@media (min-width: 768px) {
  .faq-item__panel-inner {
    padding: 0 1.5rem 1.5rem;
  }
}
.faq-item__panel-inner {
  border-top: 1px solid #e5e7eb;
}
.faq-item__answer {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #6b7280;
}

.blog-section {
  padding: 2.5rem 0 4rem;
  background-color: #fff;
}
.blog-section__header-row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
  margin-bottom: 1.5rem;
}
.blog-section__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.blog-section__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.blog-section__title {
  margin: 0 0 0.5rem;
  color: #23205a;
}
.blog-section__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}
.blog-section__view-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.blog-section__view-all svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.blog-section__view-all:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.blog-section__slider {
  position: relative;
  padding-bottom: 3rem;
  overflow: hidden;
}
.blog-section .swiper-slide {
  height: auto;
}
.blog-section .swiper-slide .blog-card {
  height: 100%;
}
.blog-section__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  margin-top: 1.5rem;
}
.blog-section__arrows {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  gap: 0.5rem;
  justify-self: end;
  z-index: 1;
}
.blog-section__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #23205a;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.blog-section__arrow svg {
  width: 1.125rem;
  height: 1.125rem;
}
.blog-section__arrow:hover {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.blog-section__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.blog-section__pagination.swiper-pagination {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  z-index: 0;
  position: relative !important;
  inset: auto !important;
  display: block;
  width: auto !important;
  height: auto !important;
  line-height: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none;
}
.blog-section__pagination.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets, .blog-section__pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
}
.blog-section__pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #e5e7eb;
  cursor: pointer;
  transform: none !important;
  transition: background-color 0.4s ease;
}
.blog-section__pagination.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  inset: -0.625rem;
  content: "";
}
.blog-section__pagination.swiper-pagination .swiper-pagination-bullet.is-active {
  background-color: #6bbc44;
}
@media (min-width: 992px) {
  .blog-section__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    min-width: 0.625rem;
    max-width: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
    transition: width 0.4s ease, background-color 0.4s ease;
  }
  .blog-section__pagination.swiper-pagination .swiper-pagination-bullet.is-active {
    width: 1.625rem;
    min-width: 1.625rem;
    max-width: 1.625rem;
    height: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
  }
}
.blog-section__pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem !important;
  opacity: 1;
  pointer-events: auto;
}
.blog-section__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6bbc44;
}

.blog-card {
  height: 100%;
}
.blog-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}
.blog-card__link:hover {
  border-color: rgba(107, 188, 68, 0.45);
  box-shadow: 0 8px 24px rgba(35, 32, 90, 0.08);
  transform: translateY(-4px);
}
.blog-card__link:hover .blog-card__media img {
  transform: scale(1.05);
}
.blog-card__link:hover .blog-card__more {
  color: #6bbc44;
  gap: 0.625rem;
}
.blog-card__media {
  aspect-ratio: 16/10;
  overflow: hidden;
  line-height: 0;
  background-color: #e5e7eb;
}
.blog-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.5rem;
}
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.blog-card__tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.3;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.12);
  border-radius: 10px;
}
.blog-card__date {
  font-size: 0.9375rem;
  color: #6b7280;
}
.blog-card__name {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  color: #23205a;
}
.blog-card__excerpt {
  flex: 1;
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.blog-card__more {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
  transition: color 0.4s ease, gap 0.4s ease;
}
.blog-card__more svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}

.fps-blue-banner,
.blog-page-banner {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0;
  background-color: #23205a;
}
@media (min-width: 768px) {
  .fps-blue-banner,
  .blog-page-banner {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .fps-blue-banner,
  .blog-page-banner {
    padding: 3rem 0;
  }
}
.fps-blue-banner__inner,
.blog-page-banner__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.fps-blue-banner__breadcrumbs,
.blog-page-banner__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.fps-blue-banner__breadcrumb-item,
.blog-page-banner__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(255, 255, 255, 0.72);
}
.fps-blue-banner__breadcrumb-item:not(:last-child)::after,
.blog-page-banner__breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
}
.fps-blue-banner__breadcrumb-item a,
.blog-page-banner__breadcrumb-item a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.4s ease;
}
.fps-blue-banner__breadcrumb-item a:hover,
.blog-page-banner__breadcrumb-item a:hover {
  color: #6bbc44;
}
.fps-blue-banner__breadcrumb-item[aria-current=page],
.blog-page-banner__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  color: #fff;
}
.fps-blue-banner__title,
.blog-page-banner__title {
  margin: 0 auto 0.75rem;
  max-width: 24ch;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.fps-blue-banner__desc,
.blog-page-banner__desc {
  margin: 0 auto;
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}

.blog-author-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  max-width: 100%;
  padding: 0.35rem 0.5rem 0.35rem 0.35rem;
  text-decoration: none;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
.blog-author-chip:hover {
  background-color: #fff;
  border-color: rgba(107, 188, 68, 0.5);
  box-shadow: 0 4px 14px rgba(35, 32, 90, 0.08);
}
.blog-author-chip:hover .blog-author-chip__name {
  color: #6bbc44;
}
.blog-author-chip__avatar {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px rgba(35, 32, 90, 0.08);
}
.blog-author-chip__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  min-width: 0;
  line-height: 1.25;
}
.blog-author-chip__name {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
  transition: color 0.4s ease;
}
.blog-author-chip__role {
  font-size: 0.6875rem;
  color: #6b7280;
}
.blog-author-chip--lg {
  gap: 0.75rem;
  padding: 0.5rem 0.85rem 0.5rem 0.5rem;
}
.blog-author-chip--lg .blog-author-chip__avatar {
  width: 3rem;
  height: 3rem;
}
.blog-author-chip--lg .blog-author-chip__name {
  font-size: 0.9375rem;
}
.blog-author-chip--lg .blog-author-chip__role {
  font-size: 0.9375rem;
}

.blog-page-hero {
  padding: 1.5rem 0 2.5rem;
  background: linear-gradient(180deg, #f5f4f8 0%, #fff 100%);
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 992px) {
  .blog-page-hero {
    padding: 2.5rem 0;
  }
}
.blog-page-hero__inner {
  max-width: 40rem;
}
.blog-page-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.blog-page-hero__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #6b7280;
}
.blog-page-hero__breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: #e5e7eb;
}
.blog-page-hero__breadcrumb-item a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-page-hero__breadcrumb-item a:hover {
  color: #6bbc44;
}
.blog-page-hero__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  color: #23205a;
}
.blog-page-hero__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6bbc44;
}
.blog-page-hero__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.blog-page-hero__desc {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}

.blog-writers {
  margin-bottom: 1.5rem;
}
.blog-writers__label {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.blog-writers__grid {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}
@media (min-width: 480px) {
  .blog-writers__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .blog-writers__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.blog-writers__card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.blog-writers__card:hover {
  border-color: rgba(107, 188, 68, 0.45);
  box-shadow: 0 10px 28px rgba(35, 32, 90, 0.08);
  transform: translateY(-2px);
}
.blog-writers__card:hover .blog-writers__name {
  color: #6bbc44;
}
.blog-writers__avatar {
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 50%;
  object-fit: cover;
}
.blog-writers__name {
  margin: 0 0 0.15rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
  transition: color 0.4s ease;
}
.blog-writers__meta {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #6b7280;
}

.blog-card--editorial {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 8px 28px rgba(35, 32, 90, 0.07);
  transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}
.blog-card--editorial:hover {
  border-color: rgba(107, 188, 68, 0.35);
  box-shadow: 0 16px 40px rgba(35, 32, 90, 0.1);
  transform: translateY(-3px);
}
.blog-card--editorial:hover .blog-card__thumb img {
  transform: scale(1.04);
}
.blog-card--editorial:hover .blog-card__title a {
  color: #6bbc44;
}
.blog-card--editorial .blog-card__visual {
  position: relative;
}
.blog-card--editorial .blog-card__thumb {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  line-height: 0;
  background-color: #e5e7eb;
}
.blog-card--editorial .blog-card__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-card--editorial .blog-card__category {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 1;
  padding: 0.35rem 0.65rem;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(35, 32, 90, 0.2);
}
.blog-card--editorial .blog-card__author-media {
  position: absolute;
  bottom: -1.75rem;
  left: 1.5rem;
  z-index: 2;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 14px rgba(35, 32, 90, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.blog-card--editorial .blog-card__author-media:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(107, 188, 68, 0.35);
}
.blog-card--editorial .blog-card__author-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-card--editorial .blog-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 2.5rem 1.5rem 1.5rem;
}
.blog-card--editorial .blog-card__author-name {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-card--editorial .blog-card__author-name:hover {
  color: #6bbc44;
}
.blog-card--editorial .blog-card__title {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: #23205a;
}
.blog-card--editorial .blog-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-card--editorial .blog-card__read {
  display: inline-block;
  margin-bottom: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6bbc44;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-card--editorial .blog-card__read:hover {
  color: rgb(81.294488189, 143.4157480315, 51.3842519685);
}
.blog-card--editorial .blog-card__byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin: auto 0 0;
  padding-top: 0.75rem;
  font-size: 0.9375rem;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
}
.blog-card--editorial .blog-card__byline a {
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-card--editorial .blog-card__byline a:hover {
  color: #6bbc44;
}
.blog-card--editorial .blog-card__byline time {
  color: #6b7280;
}

.blog-card--author-archive .blog-card__author-media,
.blog-card--author-archive .blog-card__author-name {
  display: none;
}
.blog-card--author-archive .blog-card__body {
  padding-top: 1.5rem;
}
.blog-card--author-archive .blog-card__byline a {
  display: none;
}

.blog-archive {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0 4rem;
  background-color: #fff;
}
.blog-archive__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.blog-archive__ellipse {
  position: absolute;
  border-radius: 50%;
}
.blog-archive__ellipse--1 {
  top: 12%;
  right: -4rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.14) 0%, rgba(107, 188, 68, 0) 70%);
}
.blog-archive__ellipse--2 {
  bottom: 8%;
  left: -5rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(35, 32, 90, 0.06) 0%, rgba(35, 32, 90, 0) 72%);
}
.blog-archive .container {
  position: relative;
  z-index: 1;
}
.blog-archive__toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.blog-archive__count {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
}
.blog-archive__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.blog-archive__filter {
  padding: 0.45rem 0.9rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 999px;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}
.blog-archive__filter:hover {
  color: #23205a;
  border-color: rgba(107, 188, 68, 0.45);
}
.blog-archive__filter.is-active {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.35);
}
.blog-archive__grid {
  margin-bottom: 1.5rem;
}
.blog-archive__pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.blog-archive__page {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.65rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
  text-decoration: none;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 10px;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.blog-archive__page:hover {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.blog-archive__page--active {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
  pointer-events: none;
}
.blog-archive__page--dots {
  border-color: transparent;
  background: transparent;
  pointer-events: none;
}

.blog-featured {
  margin-bottom: 2.5rem;
}
.blog-featured__card {
  overflow: hidden;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 8px);
  box-shadow: 0 16px 48px rgba(35, 32, 90, 0.08);
}
.blog-featured__media-link {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.blog-featured__media-link:hover img {
  transform: scale(1.04);
}
.blog-featured__media-link img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.4s ease;
}
@media (min-width: 992px) {
  .blog-featured__media-link img {
    aspect-ratio: 21/9;
  }
}
.blog-featured__body {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .blog-featured__body {
    padding: 1.5rem 2.5rem 2.5rem;
  }
}
.blog-featured__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.blog-featured__label {
  display: inline-block;
  padding: 0.35rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #6bbc44 0%, rgb(89.8078740157, 158.4346456693, 56.7653543307) 100%);
  border-radius: 999px;
}
.blog-featured__title {
  margin: 0 0 0.75rem;
}
.blog-featured__title a {
  color: #23205a;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-featured__title a:hover {
  color: #6bbc44;
}
.blog-featured__excerpt {
  margin: 0 0 0.75rem;
  max-width: 52rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.blog-featured__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}
.blog-featured__tag {
  padding: 0.25rem 0.625rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.12);
  border-radius: 10px;
}
.blog-featured__date {
  font-size: 0.9375rem;
  color: #6b7280;
}
.blog-featured__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid #e5e7eb;
}
.blog-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
  text-decoration: none;
  transition: color 0.4s ease, gap 0.4s ease;
}
.blog-featured__cta svg {
  width: 1rem;
  height: 1rem;
}
.blog-featured__cta:hover {
  color: #6bbc44;
  gap: 0.5rem;
}
.blog-featured__link {
  display: block;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 6px);
  box-shadow: 0 12px 40px rgba(35, 32, 90, 0.1);
  transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}
.blog-featured__link:hover {
  border-color: rgba(107, 188, 68, 0.45);
  box-shadow: 0 20px 48px rgba(35, 32, 90, 0.14);
  transform: translateY(-3px);
}
.blog-featured__link:hover .blog-featured__media img {
  transform: scale(1.04);
}
.blog-featured__link:hover .blog-featured__cta {
  color: #6bbc44;
  gap: 0.625rem;
}
.blog-featured__media {
  position: relative;
  overflow: hidden;
  line-height: 0;
  background-color: #e5e7eb;
  aspect-ratio: 4/3;
}
@media (min-width: 768px) {
  .blog-featured__media {
    height: 100%;
    min-height: 12rem;
    aspect-ratio: auto;
  }
}
.blog-featured__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.blog-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .blog-featured__body {
    padding: 1.5rem 2.5rem;
  }
}
.blog-featured__badge {
  display: inline-block;
  align-self: flex-start;
  margin: 0 0 0.75rem;
  padding: 0.4rem 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(135deg, #6bbc44 0%, rgb(89.8078740157, 158.4346456693, 56.7653543307) 100%);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(107, 188, 68, 0.35);
}
.blog-featured__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.blog-featured__tag {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.12);
  border-radius: 10px;
}
.blog-featured__date {
  font-size: 0.9375rem;
  color: #6b7280;
}
.blog-featured__title {
  margin: 0 0 0.75rem;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  line-height: 1.3;
  color: #23205a;
}
.blog-featured__excerpt {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.blog-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
  transition: color 0.4s ease, gap 0.4s ease;
}
.blog-featured__cta svg {
  width: 1rem;
  height: 1rem;
}

[data-blog-card][data-hidden=true] {
  display: none;
}

.blog-post-hero {
  padding: 1.5rem 0 2.5rem;
  background: linear-gradient(180deg, #f5f4f8 0%, #fff 100%);
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 992px) {
  .blog-post-hero {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .blog-post-hero__content {
    padding-right: 0.75rem;
  }
}
.blog-post-hero__title {
  margin: 0 0 0.75rem;
  max-width: none;
  color: #23205a;
  text-align: left;
}
.blog-post-hero__author {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.75rem;
}
.blog-post-hero__breadcrumb {
  margin: 0 0 0.75rem;
}
.blog-post-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  margin: 0;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.blog-post-hero__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #6b7280;
}
.blog-post-hero__breadcrumb-item:not(:last-child)::after {
  margin-left: 0.125rem;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(35, 32, 90, 0.35);
  content: "/";
}
.blog-post-hero__breadcrumb-item a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-post-hero__breadcrumb-item a:hover {
  color: #6bbc44;
}
.blog-post-hero__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  line-height: 1.4;
  color: #23205a;
}
.blog-post-hero__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
}
.blog-post-hero__tag {
  padding: 0.3rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.12);
  border-radius: 999px;
}
.blog-post-hero__date, .blog-post-hero__read {
  font-size: 0.9375rem;
  color: #6b7280;
}
.blog-post-hero__figure {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 12px 36px rgba(35, 32, 90, 0.08);
}
.blog-post-hero__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.blog-post {
  padding: 2.5rem 0 4rem;
  background-color: #fff;
}
.blog-post__layout {
  align-items: flex-start;
}
.blog-post__content {
  min-width: 0;
}
.blog-post__prose {
  font-size: 1rem;
  line-height: 1.75;
  color: #1a1a1a;
  overflow-wrap: break-word;
}
.blog-post__prose > *:first-child {
  margin-top: 0;
}
.blog-post__prose h2 {
  margin: 1.5rem 0 0.75rem;
  font-size: 1.35rem;
  color: #23205a;
}
.blog-post__prose p {
  margin: 0 0 0.75rem;
}
.blog-post__prose ul,
.blog-post__prose ol {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
.blog-post__prose ul li,
.blog-post__prose ol li {
  margin-bottom: 0.35rem;
}
.blog-post__prose blockquote {
  margin: 1.5rem 0;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  color: #23205a;
  background-color: #f5f4f8;
  border-left: 4px solid #6bbc44;
  border-radius: 0 10px 10px 0;
}
.blog-post__prose :is(table, pre, iframe, embed, video) {
  max-width: 100%;
}
.blog-post__prose table {
  display: block;
  overflow-x: auto;
}
.blog-post__prose figure {
  margin: 1.5rem 0;
}
.blog-post__prose figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: calc(10px + 2px);
}
.blog-post__prose figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  color: #6b7280;
  text-align: center;
}
.blog-post__pullquote {
  margin: 1.5rem 0;
  padding: 1.5rem;
  text-align: center;
  background: linear-gradient(135deg, rgba(107, 188, 68, 0.1) 0%, rgba(35, 32, 90, 0.06) 100%);
  border: 1px solid rgba(107, 188, 68, 0.25);
  border-radius: calc(10px + 4px);
}
.blog-post__pullquote p {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.45;
  color: #23205a;
}
.blog-post__pullquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 600;
  color: #6bbc44;
}
.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
}
.blog-post__tags-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.blog-post__tag-link {
  padding: 0.3rem 0.7rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6bbc44;
  text-decoration: none;
  background-color: rgba(107, 188, 68, 0.12);
  border-radius: 999px;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.blog-post__tag-link:hover {
  color: #fff;
  background-color: #6bbc44;
}
.blog-post__share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.blog-post__share-label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.blog-post__share-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #23205a;
  text-decoration: none;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.blog-post__share-btn svg {
  width: 1rem;
  height: 1rem;
}
.blog-post__share-btn:hover {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
}
.blog-post__author-box {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
}
.blog-post__author-box .blog-author-chip {
  flex-shrink: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.blog-post__author-box .blog-author-chip:hover {
  box-shadow: none;
  background: transparent;
}
.blog-post__author-bio {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
}

.blog-author-page {
  padding-bottom: 4rem;
}
.blog-author-page__intro {
  padding: 1.5rem 0 2.5rem;
  background: linear-gradient(180deg, #f5f4f8 0%, #fff 55%);
  border-bottom: 1px solid #e5e7eb;
}
.blog-author-page__intro .container {
  max-width: 52rem;
}
.blog-author-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 1.5rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.blog-author-page__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #6b7280;
}
.blog-author-page__breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: #e5e7eb;
}
.blog-author-page__breadcrumb-item a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.4s ease;
}
.blog-author-page__breadcrumb-item a:hover {
  color: #6bbc44;
}
.blog-author-page__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  color: #23205a;
}
.blog-author-page__profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-author-page__profile {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
.blog-author-page__avatar {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow: 0 12px 32px rgba(35, 32, 90, 0.12);
}
@media (min-width: 768px) {
  .blog-author-page__avatar {
    width: 8.5rem;
    height: 8.5rem;
  }
}
.blog-author-page__role {
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6bbc44;
}
.blog-author-page__name {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.blog-author-page__bio {
  margin: 0 0 0.75rem;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
}
.blog-author-page__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .blog-author-page__stats {
    justify-content: flex-start;
  }
}
.blog-author-page__stat {
  padding: 0.5rem 0.85rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
}
.blog-author-page__posts {
  padding: 2.5rem 0 4rem;
  background-color: #fff;
}
.blog-author-page__posts .row {
  --bs-gutter-x: 1.25rem;
  --bs-gutter-y: 1.25rem;
}
.blog-author-page__posts-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.blog-author-page__posts-title {
  margin: 0;
  color: #23205a;
}
.blog-author-page__posts-count {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b7280;
}

@media (min-width: 992px) {
  .blog-sidebar {
    position: sticky;
    top: 6rem;
  }
}
.blog-sidebar__widget {
  margin-bottom: 0.75rem;
  padding: 0.75rem;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}
.blog-sidebar__widget--cta {
  padding: 0;
  overflow: hidden;
  background: linear-gradient(160deg, #23205a 0%, rgb(52.5573770492, 48.0524590164, 135.1475409836) 100%);
  border-color: transparent;
}
.blog-sidebar__heading {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.blog-sidebar__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-sidebar__link {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.65rem 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.4;
  color: #23205a;
  text-decoration: none;
  border-bottom: 1px solid #e5e7eb;
  transition: color 0.4s ease;
}
.blog-sidebar__link:last-child {
  border-bottom: none;
}
.blog-sidebar__link:hover {
  color: #6bbc44;
}
.blog-sidebar__thumb {
  flex-shrink: 0;
  width: 4rem;
  height: 3rem;
  overflow: hidden;
  border-radius: calc(10px - 2px);
}
.blog-sidebar__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-sidebar__cta-body {
  padding: 0.75rem;
}
.blog-sidebar__cta-title {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: #fff;
}
.blog-sidebar__cta-text {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.8);
}
.blog-sidebar__cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background-color: #6bbc44;
  border-radius: 10px;
  transition: background-color 0.4s ease;
}
.blog-sidebar__cta-btn:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.blog-sidebar__cta-btn svg {
  width: 0.875rem;
  height: 0.875rem;
}

.blog-related {
  padding: 4rem 0;
  background-color: #fff;
}
.blog-related__header {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.blog-related__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.blog-related__eyebrow::before, .blog-related__eyebrow::after {
  width: 2rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.blog-related__title {
  margin: 0;
  color: #23205a;
}
.blog-related__slider {
  position: relative;
  padding-bottom: 3rem;
  overflow: hidden;
}
.blog-related .swiper-slide {
  height: auto;
}
.blog-related .swiper-slide .blog-card {
  height: 100%;
}
.blog-related__controls {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  width: 100%;
  min-height: 2.5rem;
  margin-top: 1.5rem;
}
.blog-related__arrows {
  display: flex;
  grid-column: 2;
  grid-row: 1;
  align-items: center;
  gap: 0.5rem;
  justify-self: end;
  z-index: 1;
}
.blog-related__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  color: #23205a;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.blog-related__arrow svg {
  width: 1.125rem;
  height: 1.125rem;
}
.blog-related__arrow:hover {
  color: #fff;
  background-color: #23205a;
  border-color: #23205a;
}
.blog-related__arrow.swiper-button-disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.blog-related__pagination.swiper-pagination {
  grid-column: 1/-1;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  z-index: 0;
  position: relative !important;
  inset: auto !important;
  display: block;
  width: auto !important;
  height: auto !important;
  line-height: 0;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  margin: 0 !important;
  transform: none !important;
  pointer-events: none;
}
.blog-related__pagination.swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets, .blog-related__pagination.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
}
.blog-related__pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  flex: none;
  box-sizing: border-box;
  width: 0.5rem;
  height: 0.5rem;
  min-width: 0.5rem;
  max-width: 0.5rem;
  min-height: 0.5rem;
  max-height: 0.5rem;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: #e5e7eb;
  cursor: pointer;
  transform: none !important;
  transition: background-color 0.4s ease;
}
.blog-related__pagination.swiper-pagination .swiper-pagination-bullet::before {
  position: absolute;
  inset: -0.625rem;
  content: "";
}
.blog-related__pagination.swiper-pagination .swiper-pagination-bullet.is-active {
  background-color: #6bbc44;
}
@media (min-width: 992px) {
  .blog-related__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    min-width: 0.625rem;
    max-width: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
    transition: width 0.4s ease, background-color 0.4s ease;
  }
  .blog-related__pagination.swiper-pagination .swiper-pagination-bullet.is-active {
    width: 1.625rem;
    min-width: 1.625rem;
    max-width: 1.625rem;
    height: 0.625rem;
    min-height: 0.625rem;
    max-height: 0.625rem;
    border-radius: 999px;
  }
}
.blog-related__pagination.swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.2rem !important;
  opacity: 1;
  pointer-events: auto;
}
.blog-related__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #6bbc44;
}

.page-wc .wc-page {
  padding: 2.5rem 0 4rem;
  background-color: #f5f4f8;
}
.page-wc .wc-page__inner {
  max-width: 72rem;
  margin: 0 auto;
}
.page-wc .wc-page__content > .woocommerce > .page-title,
.page-wc .wc-page__content > .woocommerce h1.page-title {
  display: none;
}

.page-wc-cart .cart-empty {
  margin: 0 0 1.5rem;
  padding: 2.5rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}
.page-wc-cart .cart-empty::before {
  display: none;
}

.page-wc-cart .cross-sells,
.page-wc-cart .wc-block-cart__empty-cart__title + .wp-block-woocommerce-product-new {
  margin-top: 1.5rem;
}

.page-wc-cart .cross-sells > h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #23205a;
}

.page-wc-cart .cross-sells ul.products {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .page-wc-cart .cross-sells ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.page-wc-cart .cross-sells ul.products li.product {
  margin: 0;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
  text-align: center;
}
.page-wc-cart .cross-sells ul.products li.product .woocommerce-loop-product__title {
  margin: 0.5rem 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.page-wc-cart .cross-sells ul.products li.product .price {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: #23205a;
}
.page-wc-cart .cross-sells ul.products li.product a.button {
  width: 100%;
}

.page-wc .woocommerce {
  color: #1a1a1a;
}
.page-wc .woocommerce a {
  color: #23205a;
  transition: color 0.4s ease;
}
.page-wc .woocommerce a:hover {
  color: #6bbc44;
}
.page-wc .woocommerce .button,
.page-wc .woocommerce button.button,
.page-wc .woocommerce input.button,
.page-wc .woocommerce a.button,
.page-wc .woocommerce #place_order {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.65rem 1.35rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff !important;
  text-decoration: none;
  background-color: #23205a !important;
  border: 1px solid #23205a !important;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.page-wc .woocommerce .button:hover,
.page-wc .woocommerce button.button:hover,
.page-wc .woocommerce input.button:hover,
.page-wc .woocommerce a.button:hover,
.page-wc .woocommerce #place_order:hover {
  color: #fff !important;
  background-color: rgb(47.96, 60.08, 86.04) !important;
  border-color: rgb(47.96, 60.08, 86.04) !important;
}
.page-wc .woocommerce .button.alt,
.page-wc .woocommerce button.button.alt,
.page-wc .woocommerce input.button.alt,
.page-wc .woocommerce a.button.alt,
.page-wc .woocommerce #place_order.alt {
  background-color: #6bbc44 !important;
  border-color: #6bbc44 !important;
}
.page-wc .woocommerce .button.alt:hover,
.page-wc .woocommerce button.button.alt:hover,
.page-wc .woocommerce input.button.alt:hover,
.page-wc .woocommerce a.button.alt:hover,
.page-wc .woocommerce #place_order.alt:hover {
  background-color: rgb(60.2, 86.6, 82.3) !important;
  border-color: rgb(60.2, 86.6, 82.3) !important;
}
.page-wc .woocommerce .woocommerce-info,
.page-wc .woocommerce .woocommerce-message,
.page-wc .woocommerce .woocommerce-error {
  padding: 0.85rem 1rem;
  margin: 0 0 1.5rem;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  list-style: none;
}
.page-wc .woocommerce .woocommerce-message {
  background-color: rgba(107, 188, 68, 0.12);
  border-color: rgba(107, 188, 68, 0.35);
  color: #23205a;
}
.page-wc .woocommerce .woocommerce-info {
  background-color: rgba(35, 32, 90, 0.06);
  border-color: rgba(35, 32, 90, 0.15);
  color: #23205a;
}
.page-wc .woocommerce .woocommerce-error {
  background-color: #fdecea;
  border-color: #f5c2c0;
  color: #611a15;
}
.page-wc .woocommerce form .form-row {
  margin-bottom: 0.75rem;
}
.page-wc .woocommerce form .form-row label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
}
.page-wc .woocommerce form .form-row input.input-text,
.page-wc .woocommerce form .form-row textarea,
.page-wc .woocommerce form .form-row select {
  width: 100%;
  padding: 0.7rem 0.85rem;
  font-size: 1rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.page-wc .woocommerce form .form-row input.input-text:focus,
.page-wc .woocommerce form .form-row textarea:focus,
.page-wc .woocommerce form .form-row select:focus {
  outline: none;
  border-color: rgba(107, 188, 68, 0.65);
  box-shadow: 0 0 0 3px rgba(107, 188, 68, 0.15);
}

.page-wc-cart .wp-block-woocommerce-cart,
.page-wc-checkout .wp-block-woocommerce-cart {
  width: 100%;
  max-width: 100%;
}
.page-wc-cart .wp-block-woocommerce-filled-cart-block,
.page-wc-cart .wc-block-components-sidebar-layout,
.page-wc-checkout .wp-block-woocommerce-filled-cart-block,
.page-wc-checkout .wc-block-components-sidebar-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
  width: 100%;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .page-wc-cart .wp-block-woocommerce-filled-cart-block,
  .page-wc-cart .wc-block-components-sidebar-layout,
  .page-wc-checkout .wp-block-woocommerce-filled-cart-block,
  .page-wc-checkout .wc-block-components-sidebar-layout {
    grid-template-columns: minmax(0, 1.7fr) minmax(18rem, 1fr);
  }
}
.page-wc-cart .wp-block-woocommerce-cart-items-block,
.page-wc-cart .wp-block-woocommerce-cart-totals-block,
.page-wc-cart .wc-block-components-main,
.page-wc-cart .wc-block-components-sidebar,
.page-wc-checkout .wp-block-woocommerce-cart-items-block,
.page-wc-checkout .wp-block-woocommerce-cart-totals-block,
.page-wc-checkout .wc-block-components-main,
.page-wc-checkout .wc-block-components-sidebar {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 1.5rem !important;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}
@media (min-width: 992px) {
  .page-wc-cart .wp-block-woocommerce-cart-totals-block,
  .page-wc-cart .wc-block-components-sidebar,
  .page-wc-checkout .wp-block-woocommerce-cart-totals-block,
  .page-wc-checkout .wc-block-components-sidebar {
    position: sticky;
    top: 6rem;
    align-self: start;
  }
}
.page-wc-cart .wp-block-woocommerce-cart-items-block,
.page-wc-checkout .wp-block-woocommerce-cart-items-block {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.page-wc-cart table.wc-block-cart-items,
.page-wc-checkout table.wc-block-cart-items {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
}
.page-wc-cart .wc-block-cart-items__header th,
.page-wc-checkout .wc-block-cart-items__header th {
  padding: 0.75rem 1rem 0.75rem 0;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
  border-bottom: 1px solid #e5e7eb;
}
.page-wc-cart .wc-block-cart-items__header th:last-child,
.page-wc-checkout .wc-block-cart-items__header th:last-child {
  padding-right: 0;
  text-align: right;
}
.page-wc-cart .wc-block-cart-items__row td,
.page-wc-checkout .wc-block-cart-items__row td {
  padding: 1rem 1rem 1rem 0;
  vertical-align: top;
  border-top: 1px solid #e5e7eb;
}
.page-wc-cart .wc-block-cart-items__row td:last-child,
.page-wc-checkout .wc-block-cart-items__row td:last-child {
  padding-right: 0;
  text-align: right;
}
.page-wc-cart .wc-block-cart-item__image img,
.page-wc-checkout .wc-block-cart-item__image img {
  border-radius: calc(10px - 2px);
}
.page-wc-cart .wc-block-components-product-name,
.page-wc-cart .wc-block-components-product-name__text,
.page-wc-cart .wc-block-cart-item__product a.wc-block-components-product-name,
.page-wc-checkout .wc-block-components-product-name,
.page-wc-checkout .wc-block-components-product-name__text,
.page-wc-checkout .wc-block-cart-item__product a.wc-block-components-product-name {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: #23205a !important;
  text-decoration: none !important;
  transition: color 0.4s ease;
}
.page-wc-cart .wc-block-components-product-name:hover,
.page-wc-cart .wc-block-components-product-name__text:hover,
.page-wc-cart .wc-block-cart-item__product a.wc-block-components-product-name:hover,
.page-wc-checkout .wc-block-components-product-name:hover,
.page-wc-checkout .wc-block-components-product-name__text:hover,
.page-wc-checkout .wc-block-cart-item__product a.wc-block-components-product-name:hover {
  color: #6bbc44 !important;
}
.page-wc-cart .wc-block-cart-item__product .wc-block-components-product-metadata,
.page-wc-checkout .wc-block-cart-item__product .wc-block-components-product-metadata {
  margin-top: 0.35rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}
.page-wc-cart .wc-block-cart__totals-title,
.page-wc-cart .wc-block-components-totals-item__label,
.page-wc-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.page-wc-checkout .wc-block-cart__totals-title,
.page-wc-checkout .wc-block-components-totals-item__label,
.page-wc-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 700;
  color: #23205a;
}
.page-wc-cart .wc-block-components-totals-wrapper,
.page-wc-cart .wp-block-woocommerce-cart-order-summary-block,
.page-wc-checkout .wc-block-components-totals-wrapper,
.page-wc-checkout .wp-block-woocommerce-cart-order-summary-block {
  padding: 0;
}
.page-wc-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.page-wc-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.125rem;
  font-weight: 700;
  color: #23205a;
}
.page-wc-cart .wp-block-woocommerce-proceed-to-checkout-block,
.page-wc-cart .wc-block-cart__submit-container,
.page-wc-checkout .wp-block-woocommerce-proceed-to-checkout-block,
.page-wc-checkout .wc-block-cart__submit-container {
  margin-top: 0.75rem;
}
.page-wc-cart .wc-block-components-button.contained,
.page-wc-cart .wc-block-cart__submit-button,
.page-wc-cart .wc-block-components-checkout-place-order-button,
.page-wc-checkout .wc-block-components-button.contained,
.page-wc-checkout .wc-block-cart__submit-button,
.page-wc-checkout .wc-block-components-checkout-place-order-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.75rem 1.5rem !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #6bbc44 !important;
  border: 1px solid #6bbc44 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.35);
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.page-wc-cart .wc-block-components-button.contained:hover, .page-wc-cart .wc-block-components-button.contained:focus,
.page-wc-cart .wc-block-cart__submit-button:hover,
.page-wc-cart .wc-block-cart__submit-button:focus,
.page-wc-cart .wc-block-components-checkout-place-order-button:hover,
.page-wc-cart .wc-block-components-checkout-place-order-button:focus,
.page-wc-checkout .wc-block-components-button.contained:hover,
.page-wc-checkout .wc-block-components-button.contained:focus,
.page-wc-checkout .wc-block-cart__submit-button:hover,
.page-wc-checkout .wc-block-cart__submit-button:focus,
.page-wc-checkout .wc-block-components-checkout-place-order-button:hover,
.page-wc-checkout .wc-block-components-checkout-place-order-button:focus {
  color: #fff !important;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307) !important;
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(107, 188, 68, 0.4);
}
.page-wc-cart .wc-block-components-button.outlined,
.page-wc-checkout .wc-block-components-button.outlined {
  color: #23205a !important;
  background-color: transparent !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: none;
}
.page-wc-cart .wc-block-components-button.outlined:hover,
.page-wc-checkout .wc-block-components-button.outlined:hover {
  color: #23205a !important;
  background-color: rgba(35, 32, 90, 0.05) !important;
  transform: none;
}

.page-wc-cart .wc-notices {
  margin-bottom: 1.5rem;
}
.page-wc-cart .wc-notices .woocommerce-message,
.page-wc-cart .wc-notices .woocommerce-info,
.page-wc-cart .wc-notices .woocommerce-error {
  margin-bottom: 0.5rem;
}
.page-wc-cart .wc-notices .woocommerce-message:last-child,
.page-wc-cart .wc-notices .woocommerce-info:last-child,
.page-wc-cart .wc-notices .woocommerce-error:last-child {
  margin-bottom: 0;
}

.page-wc-cart .woocommerce > .woocommerce-notices-wrapper {
  display: none;
}

@media (min-width: 992px) {
  .page-wc-cart .woocommerce {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(16rem, 0.65fr);
    gap: 1.5rem;
    align-items: start;
  }
}

.page-wc-cart .woocommerce-cart-form {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .page-wc-cart .woocommerce-cart-form {
    grid-column: 1;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page-wc-cart .cart-collaterals {
    grid-column: 2;
    position: sticky;
    top: 1.5rem;
  }
}

.page-wc .shop_table {
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
}
.page-wc .shop_table th,
.page-wc .shop_table td {
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
}
.page-wc .shop_table thead th {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #23205a;
  background-color: #f5f4f8;
}
.page-wc .shop_table tbody tr.cart_item {
  transition: background-color 0.4s ease;
}
.page-wc .shop_table tbody tr.cart_item:hover {
  background-color: rgba(245, 244, 248, 0.45);
}
.page-wc .shop_table tbody tr:last-child td {
  border-bottom: none;
}
.page-wc .shop_table .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  color: #6b7280 !important;
  text-decoration: none;
  background-color: #f5f4f8;
  border-radius: 50%;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.page-wc .shop_table .product-remove a:hover {
  color: #fff !important;
  background-color: #c0392b;
}
.page-wc .shop_table .product-thumbnail {
  width: 6.5rem;
}
.page-wc .shop_table .product-thumbnail a {
  display: block;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
  background-color: #f5f4f8;
}
.page-wc .shop_table .product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(10px + 2px);
}
.page-wc .shop_table .product-name {
  min-width: 12rem;
}
.page-wc .shop_table .product-name a {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: #23205a !important;
  text-decoration: none !important;
  transition: color 0.4s ease;
}
.page-wc .shop_table .product-name a:hover {
  color: #6bbc44 !important;
}
.page-wc .shop_table .product-name a {
  font-size: 1rem;
  font-weight: 700;
}
.page-wc .shop_table .product-name .variation {
  margin-top: 0.35rem;
  font-size: 0.9375rem;
  color: #6b7280;
}
.page-wc .shop_table .product-price,
.page-wc .shop_table .product-subtotal {
  font-weight: 700;
  color: #23205a;
  white-space: nowrap;
}
.page-wc .shop_table .product-quantity .quantity {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.page-wc .shop_table .product-quantity .quantity .qty {
  width: 3.5rem;
  padding: 0.5rem 0.35rem;
  font-weight: 600;
  text-align: center;
  border: 0;
  background: transparent;
}
.page-wc .shop_table .actions {
  background-color: #f5f4f8;
}
.page-wc .shop_table .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}
.page-wc .shop_table .actions .coupon label {
  flex: 1 1 100%;
  font-weight: 600;
  color: #23205a;
}
.page-wc .shop_table .actions .coupon .input-text {
  flex: 1 1 12rem;
  min-width: 0;
  padding: 0.65rem 0.85rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.page-wc .shop_table .actions .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.75rem 1.5rem !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #6bbc44 !important;
  border: 1px solid #6bbc44 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.35);
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.page-wc .shop_table .actions .button:hover, .page-wc .shop_table .actions .button:focus {
  color: #fff !important;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307) !important;
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(107, 188, 68, 0.4);
}

.page-wc .cart-collaterals .cart_totals {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}
.page-wc .cart-collaterals .cart_totals h2 {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #23205a;
}
.page-wc .cart-collaterals .cart_totals table {
  width: 100%;
  margin-bottom: 0.75rem;
}
.page-wc .cart-collaterals .cart_totals table th,
.page-wc .cart-collaterals .cart_totals table td {
  padding: 0.55rem 0;
  border-bottom: 1px solid #e5e7eb;
}
.page-wc .cart-collaterals .cart_totals table tr:last-child th,
.page-wc .cart-collaterals .cart_totals table tr:last-child td {
  border-bottom: none;
  font-weight: 700;
  color: #23205a;
}
.page-wc .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  margin-top: 0.75rem;
}
.page-wc .cart-collaterals .cart_totals .wc-proceed-to-checkout a,
.page-wc .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.85rem;
  padding: 0.75rem 1.5rem !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #6bbc44 !important;
  border: 1px solid #6bbc44 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.35);
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.page-wc .cart-collaterals .cart_totals .wc-proceed-to-checkout a:hover, .page-wc .cart-collaterals .cart_totals .wc-proceed-to-checkout a:focus,
.page-wc .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.page-wc .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button:focus {
  color: #fff !important;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307) !important;
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307) !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(107, 188, 68, 0.4);
}

.page-wc-checkout .woocommerce-checkout {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .page-wc-checkout .woocommerce-checkout {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    align-items: start;
  }
}

.page-wc-checkout #customer_details {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}
.page-wc-checkout #customer_details .col-1,
.page-wc-checkout #customer_details .col-2 {
  width: 100%;
  float: none;
}
@media (min-width: 992px) {
  .page-wc-checkout #customer_details .col-1,
  .page-wc-checkout #customer_details .col-2 {
    width: 48%;
    float: left;
  }
  .page-wc-checkout #customer_details .col-2 {
    float: right;
  }
}

.page-wc-checkout #order_review_heading,
.page-wc-checkout #order_review {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}

.page-wc-checkout #order_review_heading {
  margin: 0 0 0;
  padding-bottom: 0;
  border-bottom: none;
  border-radius: calc(10px + 2px) calc(10px + 2px) 0 0;
  font-size: 1.25rem;
  color: #23205a;
}

.page-wc-checkout #order_review {
  margin-top: -1px;
  border-radius: 0 0 calc(10px + 2px) calc(10px + 2px);
}

.page-wc-account .woocommerce-MyAccount-navigation {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .page-wc-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 16rem;
    margin-right: 1.5rem;
    margin-bottom: 0;
  }
}
.page-wc-account .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0.75rem;
  list-style: none;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}
@media (min-width: 992px) {
  .page-wc-account .woocommerce-MyAccount-navigation ul {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.page-wc-account .woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 0.55rem 0.85rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.page-wc-account .woocommerce-MyAccount-navigation li a:hover {
  color: #23205a;
  background-color: rgba(35, 32, 90, 0.05);
}
.page-wc-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #fff;
  background-color: #23205a;
}

.page-wc-account .woocommerce-MyAccount-content {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
}
@media (min-width: 992px) {
  .page-wc-account .woocommerce-MyAccount-content {
    overflow: hidden;
  }
}
.page-wc-account .woocommerce-MyAccount-content h2,
.page-wc-account .woocommerce-MyAccount-content h3 {
  color: #23205a;
}
.page-wc-account .woocommerce-MyAccount-content .woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
}
.page-wc-account .woocommerce-MyAccount-content .woocommerce-orders-table th,
.page-wc-account .woocommerce-MyAccount-content .woocommerce-orders-table td {
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #e5e7eb;
  text-align: left;
}
.page-wc-account .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  font-size: 0.9375rem;
  color: #23205a;
  background-color: #f5f4f8;
}

@media (min-width: 992px) {
  .page-wc-account .woocommerce-MyAccount-content {
    margin-left: calc(16rem + 1.5rem);
  }
}
@media (max-width: 991px) {
  .page-wc-checkout .woocommerce-checkout #customer_details .col-1,
  .page-wc-checkout .woocommerce-checkout #customer_details .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 767px) {
  .page-wc-cart .shop_table.shop_table_responsive thead {
    display: none;
  }
  .page-wc-cart .shop_table.shop_table_responsive tbody,
  .page-wc-cart .shop_table.shop_table_responsive tr,
  .page-wc-cart .shop_table.shop_table_responsive td {
    display: block;
    width: 100%;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item {
    position: relative;
    padding: 1rem 1rem 0.75rem 6.75rem;
    border-bottom: 1px solid #e5e7eb;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td {
    padding: 0.25rem 0;
    border: 0;
    text-align: left !important;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td::before {
    content: attr(data-title) ": ";
    font-size: 0.9375rem;
    font-weight: 700;
    color: #6b7280;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td.product-remove {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    padding: 0;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td.product-remove::before {
    display: none;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td.product-thumbnail {
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: 4.75rem;
    padding: 0;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td.product-thumbnail::before {
    display: none;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td.product-name::before {
    display: none;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr.cart_item td.product-name {
    margin-bottom: 0.35rem;
    padding-right: 2rem;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr td.actions {
    padding: 1rem;
  }
  .page-wc-cart .shop_table.shop_table_responsive tr td.actions::before {
    display: none;
  }
}
.site-footer {
  margin-top: auto;
  color: rgba(255, 255, 255, 0.88);
  background-color: #1a1f1c;
}
.site-footer__main {
  padding: 4rem 0 calc(2.5rem + 1rem);
}
@media (min-width: 992px) {
  .site-footer__brand-col {
    padding-right: 1.5rem;
  }
}
.site-footer__logo {
  display: inline-block;
  margin-bottom: 1.5rem;
  line-height: 0;
}
.site-footer__logo img {
  display: block;
  width: auto;
  max-width: 11rem;
  height: auto;
  max-height: 3rem;
  object-fit: contain;
}
.site-footer__about {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.site-footer__social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.site-footer__social-link svg {
  width: 1rem;
  height: 1rem;
}
.site-footer__social-link:hover {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
}
.site-footer__heading {
  margin: 0 0 23px;
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__link {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 100%;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.4s ease;
}
.site-footer__link:hover {
  color: #6bbc44;
}
.site-footer__link:hover .site-footer__link-arrow {
  background-color: rgb(124.8299212598, 196.0716535433, 90.5283464567);
}
.site-footer__link:hover .site-footer__link-arrow::before {
  filter: brightness(0) invert(1);
}
.site-footer__link-arrow {
  display: inline-block;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1rem;
  font-size: 0;
  line-height: 0;
  background-color: rgba(107, 188, 68, 0.15);
  border-radius: 3px;
  transition: background-color 0.4s ease;
}
.site-footer__link-arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236bbc44' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 6l6 6-6 6'/%3E%3C/svg%3E") center/0.55rem 0.55rem no-repeat;
}
.site-footer__payments {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
  max-width: 12rem;
}
.site-footer__pay-img {
  display: block;
  width: 100%;
  height: 2.25rem;
  padding: 0.35rem 0.5rem;
  object-fit: contain;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
}
.site-footer__contact-strip {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.site-footer__contact-inner {
  position: relative;
  padding: 1.5rem 2.5rem;
  background-color: #2a302c;
  border-radius: 10px;
  overflow: hidden;
}
.site-footer__contact-inner > * {
  position: relative;
  z-index: 2;
}
.site-footer__contact-inner::before, .site-footer__contact-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 5rem;
  content: "";
  pointer-events: none;
}
.site-footer__contact-inner::before {
  left: 0;
  background: linear-gradient(to right, #1a1f1c, transparent);
}
.site-footer__contact-inner::after {
  right: 0;
  background: linear-gradient(to left, #1a1f1c, transparent);
}
@media (min-width: 992px) {
  .site-footer__contact-inner::before, .site-footer__contact-inner::after {
    width: 7rem;
  }
}
.site-footer__contact-grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
@media (min-width: 992px) {
  .site-footer__contact-grid {
    --bs-gutter-x: 1.25rem;
    --bs-gutter-y: 0;
  }
}
.site-footer__contact-grid > .col {
  display: flex;
  min-width: 0;
}
.site-footer__contact-card {
  display: flex;
  flex: 1;
  align-items: center;
  gap: 0.875rem;
  width: 100%;
  min-width: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}
.site-footer__contact-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 6px;
}
.site-footer__contact-card-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.site-footer__contact-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.site-footer__contact-card-label {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.site-footer__contact-card-value {
  font-size: 0.9375rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.4s ease;
}
.site-footer__contact-card-value:hover {
  color: #6bbc44;
}
.site-footer span.site-footer__contact-card-value {
  cursor: default;
}
.site-footer__bar {
  padding: 0.75rem 0;
  background-color: #121512;
}
.site-footer__bar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer__copy {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.site-footer__copy a {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 0.4s ease;
}
.site-footer__copy a:hover {
  color: #6bbc44;
}

.archive-banner {
  padding: 1.5rem 0;
  background-color: #f5f4f8;
  border-bottom: 1px solid #e5e7eb;
}
.archive-banner--shop .archive-banner__content--shop {
  max-width: 44rem;
}
@media (min-width: 768px) {
  .archive-banner {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .archive-banner {
    padding: 3rem 0;
  }
}
.archive-banner__row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
  align-items: stretch;
}
.archive-banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.archive-banner__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.archive-banner__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #6b7280;
}
.archive-banner__breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: #e5e7eb;
}
.archive-banner__breadcrumb-item a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.4s ease;
}
.archive-banner__breadcrumb-item a:hover {
  color: #6bbc44;
}
.archive-banner__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  color: #23205a;
}
.archive-banner__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.archive-banner__desc {
  margin: 0 0 1.5rem;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.archive-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.archive-banner__certs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625rem;
  width: 100%;
  max-width: 42rem;
  margin-top: 1.5rem;
}
.archive-banner__certs-label {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #6b7280;
}
.archive-banner__certs-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.archive-banner__cert {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  color: #23205a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
}
.archive-banner__cert-check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
}
.archive-banner__cert-check svg {
  width: 0.65rem;
  height: 0.65rem;
}
.archive-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  border: 1.5px solid transparent;
  transition: background-color 0.4s ease, color 0.4s ease, border-color 0.4s ease;
}
.archive-banner__btn svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.archive-banner__btn--primary {
  color: #fff;
  background-color: #6bbc44;
  border-color: #6bbc44;
}
.archive-banner__btn--primary:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.archive-banner__btn--secondary {
  color: #23205a;
  background-color: #fff;
  border-color: #23205a;
}
.archive-banner__btn--secondary:hover {
  color: #fff;
  background-color: #23205a;
}
.archive-banner__form-panel {
  height: 100%;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 992px) {
  .archive-banner__form-panel {
    padding: 1rem;
  }
}
.archive-banner__form-title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.archive-banner__form-sub {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #6b7280;
}
.archive-banner__form {
  margin: 0;
}
.archive-banner__fields-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 479.98px) {
  .archive-banner__fields-row {
    grid-template-columns: 1fr;
  }
}
.archive-banner__fields-row .archive-banner__field {
  margin-bottom: 0;
  min-width: 0;
}
.archive-banner__field {
  margin-bottom: 0.5rem;
}
.archive-banner__label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #23205a;
}
.archive-banner__required {
  color: #6bbc44;
}
.archive-banner__input, .archive-banner__textarea {
  width: 100%;
  padding: 0.5rem 0.65rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.4s ease;
}
.archive-banner__input::placeholder, .archive-banner__textarea::placeholder {
  color: #6b7280;
}
.archive-banner__input:focus, .archive-banner__textarea:focus {
  border-color: #6bbc44;
}
.archive-banner__textarea {
  min-height: 4.25rem;
  resize: vertical;
}
.archive-banner__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.6rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.archive-banner__submit svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.archive-banner__submit:hover {
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}

.archive-products {
  padding: 4rem 0;
  background-color: #fff;
}
.archive-products .product-collection__subtitle {
  margin-bottom: 2.5rem;
}

.page-shop .shop-notices {
  margin-bottom: 1.5rem;
}
.page-shop .shop-notices .woocommerce-message,
.page-shop .shop-notices .woocommerce-info,
.page-shop .shop-notices .woocommerce-error {
  margin-bottom: 0.5rem;
}
.page-shop .shop-notices .woocommerce-message:last-child,
.page-shop .shop-notices .woocommerce-info:last-child,
.page-shop .shop-notices .woocommerce-error:last-child {
  margin-bottom: 0;
}
.page-shop .shop-category-sections {
  display: grid;
  gap: 4rem;
}
.page-shop .shop-category-block__title {
  margin-bottom: 1.5rem;
}

.archive-process {
  padding: 4rem 0;
  background-color: #fff;
}
.archive-process__title {
  margin: 0 auto 2.5rem;
  max-width: 36rem;
  text-align: center;
  color: #23205a;
}
.archive-process__steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .archive-process__steps {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}
.archive-process__step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.35rem 1.25rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.archive-process__step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #23205a;
  border-radius: 50%;
}
.archive-process__step-body {
  min-width: 0;
}
.archive-process__step-title {
  margin: 0 0 0.35rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.35;
  color: #23205a;
}
.archive-process__step-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
}

.product-single__hero {
  overflow: visible;
  padding: 1.5rem 0 2.5rem;
  background-color: #fff;
  border-bottom: 1px solid #e5e7eb;
}
@media (min-width: 992px) {
  .product-single__hero {
    padding: 2.5rem 0;
  }
}
.product-single__layout {
  align-items: flex-start;
}
.product-single__media-col {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.product-benefits {
  margin: 1.5rem 0 0;
}
.product-benefits__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.875rem 1.5rem;
  margin: 0;
  padding: 1.5rem;
  list-style: none;
  background-color: #f5f4f8;
  border: 1px solid rgba(35, 32, 90, 0.08);
  border-radius: calc(10px + 4px);
  box-shadow: 0 4px 20px rgba(35, 32, 90, 0.06);
}
@media (min-width: 480px) {
  .product-benefits__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 2.5rem;
    padding: 1.5rem 2.5rem;
  }
}
.product-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: #23205a;
}
.product-benefits__check {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 1.375rem;
  height: 1.375rem;
  margin-top: 0.1rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(107, 188, 68, 0.35);
}
.product-benefits__check svg {
  width: 0.7rem;
  height: 0.7rem;
}

.product-gallery {
  position: relative;
  margin-bottom: 0.75rem;
}
.product-gallery__stock {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 2;
  padding: 0.35rem 0.8rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(35, 32, 90, 0.12);
}
.product-gallery__stock--in {
  color: #fff;
  background-color: #6bbc44;
}
.product-gallery__stock--out {
  color: #fff;
  background-color: #c0392b;
}
.product-gallery__main {
  margin: 0 0 0.75rem;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 1;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 12px 36px rgba(35, 32, 90, 0.08);
}
@media (max-width: 991.98px) {
  .product-gallery__main {
    aspect-ratio: 4/3;
    max-height: 18.75rem;
  }
}
.product-gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.15s ease;
}
.product-gallery__main img.is-fading {
  opacity: 0.6;
}
.product-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-gallery__thumb-item {
  margin: 0;
  padding: 0;
}
.product-gallery__thumb {
  display: block;
  aspect-ratio: 1;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f5f4f8;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.product-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-gallery__thumb:hover {
  border-color: rgba(107, 188, 68, 0.45);
}
.product-gallery__thumb.is-active {
  border-color: #6bbc44;
  box-shadow: 0 0 0 1px #6bbc44;
}
.product-gallery__thumb:focus-visible {
  outline: 2px solid #6bbc44;
  outline-offset: 2px;
}

.product-summary__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.product-summary__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 400;
}
.product-summary__breadcrumb-item:not(:last-child)::after {
  content: "/";
  margin-left: 0.125rem;
  color: #e5e7eb;
  font-weight: 400;
}
.product-summary__breadcrumb-item a {
  text-decoration: none;
  transition: color 0.4s ease;
}
.product-summary__breadcrumb-item--home a {
  color: #6b7280;
}
.product-summary__breadcrumb-item--home a:hover {
  color: #23205a;
}
.product-summary__breadcrumb-item--parent a {
  color: #6bbc44;
}
.product-summary__breadcrumb-item--parent a:hover {
  color: rgb(81.294488189, 143.4157480315, 51.3842519685);
}
.product-summary__breadcrumb-item[aria-current=page] {
  font-weight: 700;
  color: #23205a;
}
.product-summary__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.product-summary__title {
  margin: 0;
  flex: 1 1 12rem;
  min-width: 0;
  color: #23205a;
}
.product-summary__lead-wrap {
  margin: 0 0 1.5rem;
}
.product-summary__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.product-summary__lead--clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-summary__lead p:last-child {
  margin-bottom: 0;
}
.product-summary__lead-toggle {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #6bbc44;
  background: none;
  border: none;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color 0.4s ease;
}
.product-summary__lead-toggle:hover {
  color: #23205a;
}
.product-summary__lead-toggle:focus-visible {
  outline: 2px solid #6bbc44;
  outline-offset: 2px;
}
.product-summary__design-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1.5rem;
  padding: 0.55rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .product-summary__design-btn {
    padding: 0.65rem 1.25rem;
    font-size: 1rem;
  }
}
.product-summary__design-btn {
  color: #fff;
  text-decoration: none;
  background-color: #23205a;
  border: 1.5px solid #23205a;
  border-radius: 10px;
  box-shadow: 0 4px 14px rgba(35, 32, 90, 0.25);
  animation: fps-design-btn-blink 1.6s ease-in-out infinite;
  transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.product-summary__design-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6bbc44;
  border-color: #6bbc44;
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.35);
  transform: translateY(-1px);
  animation: none;
}
.product-summary__design-btn:focus-visible {
  outline: 2px solid #6bbc44;
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  .product-summary__design-btn {
    animation: none;
  }
}

@keyframes fps-design-btn-blink {
  0%, 100% {
    background-color: #23205a;
    border-color: #23205a;
    box-shadow: 0 4px 14px rgba(35, 32, 90, 0.25);
    opacity: 1;
  }
  50% {
    background-color: #6bbc44;
    border-color: #6bbc44;
    box-shadow: 0 0 0 4px rgba(107, 188, 68, 0.3), 0 4px 18px rgba(107, 188, 68, 0.45);
    opacity: 0.92;
  }
}
.product-purchase {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.product-purchase--media {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.product-purchase__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.product-purchase__price {
  margin: 0;
  font-size: 1rem;
  color: #1a1a1a;
}
.product-purchase__amount {
  font-weight: 700;
  color: #6bbc44;
}
.product-purchase__unit {
  color: #1a1a1a;
}
.product-purchase__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.product-purchase__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 7.5rem;
  padding: 0.65rem 1.25rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, transform 0.4s ease, box-shadow 0.4s ease;
}
.product-purchase__btn:hover {
  text-decoration: none;
}
.product-purchase__btn--cart {
  color: #fff;
  background-color: #23205a;
  box-shadow: 0 4px 14px rgba(35, 32, 90, 0.25);
}
.product-purchase__btn--cart:hover {
  background-color: rgb(46.7049180328, 42.7016393443, 120.0983606557);
  transform: translateY(-1px);
}
.product-purchase__btn--buy {
  color: #fff;
  background-color: #6bbc44;
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.35);
}
.product-purchase__btn--buy:hover {
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  transform: translateY(-1px);
}
.product-purchase__btn:focus-visible {
  outline: 2px solid #6bbc44;
  outline-offset: 2px;
}

.product-summary__form-box {
  padding: 0.75rem;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  scroll-margin-top: 6rem;
}
@media (min-width: 992px) {
  .product-summary__form-box {
    padding: 1.5rem;
  }
}

.product-related {
  padding: 2.5rem 0;
  background-color: #fff;
}
.product-related__header {
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .product-related__header {
    margin-bottom: 1.5rem;
  }
}
.product-related__title {
  margin: 0 0 0.5rem;
  color: #23205a;
}
.product-related__subtitle {
  margin: 0;
  font-size: 1rem;
  color: #6b7280;
}
.product-related.top-sale .product-card__body {
  padding-top: 0.5rem;
}

.archive-tabs--product {
  position: relative;
  z-index: 1;
  padding-top: 2.5rem;
  background-color: #fff;
}

.product-reviews {
  scroll-margin-top: 6rem;
}
.product-reviews__notice {
  margin: 0 0 0.75rem;
  padding: 0.9rem 1rem 0.9rem 2.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 10px;
  position: relative;
  animation: product-reviews-notice-in 0.35s ease;
}
.product-reviews__notice[hidden] {
  display: none !important;
}
.product-reviews__notice::before {
  position: absolute;
  top: 0.95rem;
  left: 1rem;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.product-reviews__notice--success {
  color: rgb(68.5244094488, 120.8874015748, 43.3125984252);
  background-color: rgba(107, 188, 68, 0.12);
  border: 1px solid rgba(107, 188, 68, 0.28);
}
.product-reviews__notice--success::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%236bbc44' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
}
.product-reviews__notice--error {
  color: #9b1c1c;
  background-color: rgba(220, 38, 38, 0.08);
  border: 1px solid rgba(220, 38, 38, 0.2);
}
.product-reviews__notice--error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23dc2626' stroke-width='2'%3E%3Cpath stroke-linecap='round' d='M12 8v5M12 16h.01'/%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3C/svg%3E");
}
.product-reviews__submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}
.product-reviews__form-box, .product-reviews__list-box {
  height: 100%;
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 6px);
  box-shadow: 0 10px 30px rgba(35, 32, 90, 0.06);
}
@media (min-width: 992px) {
  .product-reviews__form-box, .product-reviews__list-box {
    padding: 1.5rem 2.5rem;
  }
}
.product-reviews__form-box {
  background: linear-gradient(180deg, rgba(107, 188, 68, 0.08) 0, rgba(107, 188, 68, 0) 5.5rem), #fff;
}
.product-reviews__box-head {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}
.product-reviews__box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.12);
  border-radius: 50%;
}
.product-reviews__box-icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.product-reviews__form-title, .product-reviews__summary-title {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
  color: #23205a;
}
.product-reviews__form-lead, .product-reviews__summary-empty, .product-reviews__closed {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
}
.product-reviews__summary {
  margin-bottom: 1.5rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(229, 231, 235, 0.9);
}
.product-reviews__summary-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
  padding: 0.75rem 1.5rem;
  background-color: #f5f4f8;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 10px;
}
.product-reviews__summary-score {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1;
  color: #23205a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.product-reviews__summary-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.product-reviews__closed a {
  color: #6bbc44;
  text-decoration: underline;
}
.product-reviews__form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.product-reviews__hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.product-reviews__field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.product-reviews__label {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.product-reviews__required {
  color: #6bbc44;
}
.product-reviews__input, .product-reviews__textarea {
  width: 100%;
  padding: 0.75rem 0.9rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
}
.product-reviews__input:focus, .product-reviews__textarea:focus {
  background-color: #fff;
  border-color: rgba(107, 188, 68, 0.65);
  outline: none;
  box-shadow: 0 0 0 3px rgba(107, 188, 68, 0.15);
}
.product-reviews__textarea {
  min-height: 8rem;
  resize: vertical;
}
.product-reviews__rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 0.2rem;
}
.product-reviews__rating-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.product-reviews__rating-star {
  display: inline-flex;
  padding: 0.15rem;
  cursor: pointer;
  color: #e5e7eb;
  border-radius: 4px;
  transition: color 0.4s ease, transform 0.4s ease, background-color 0.4s ease;
}
.product-reviews__rating-star svg {
  width: 1.5rem;
  height: 1.5rem;
}
.product-reviews__rating-star:hover, .product-reviews__rating-star:hover ~ .product-reviews__rating-star, .product-reviews__rating-input:checked ~ .product-reviews__rating-star {
  color: #6bbc44;
  transform: scale(1.05);
}
.product-reviews__submit {
  align-self: stretch;
  width: 100%;
  margin-top: 0.35rem;
  padding: 0.85rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}
.product-reviews__submit:hover {
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  transform: translateY(-1px);
}
.product-reviews__submit:focus-visible {
  outline: 2px solid #6bbc44;
  outline-offset: 2px;
}
.product-reviews__summary-text {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b7280;
}
.product-reviews__stars {
  display: inline-flex;
  gap: 0.15rem;
  color: #e5e7eb;
}
.product-reviews__star {
  display: inline-flex;
  line-height: 0;
}
.product-reviews__star svg {
  width: 1rem;
  height: 1rem;
}
.product-reviews__star.is-filled {
  color: #6bbc44;
}
.product-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-reviews__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  background-color: #f5f4f8;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 10px;
}
.product-reviews__avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  font-size: 0.9375rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: #fff;
  background: linear-gradient(135deg, #23205a 0%, rgb(52.5573770492, 48.0524590164, 135.1475409836) 100%);
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(35, 32, 90, 0.18);
}
.product-reviews__item-body {
  flex: 1;
  min-width: 0;
}
.product-reviews__item-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.product-reviews__item-meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.product-reviews__author {
  font-size: 1rem;
  color: #23205a;
}
.product-reviews__date {
  font-size: 0.9375rem;
  color: #6b7280;
}
.product-reviews__text {
  font-size: 1rem;
  line-height: 1.65;
  color: #1a1a1a;
}
.product-reviews__text p:last-child {
  margin-bottom: 0;
}
.product-reviews .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes product-reviews-notice-in {
  from {
    opacity: 0;
    transform: translateY(-0.35rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-banner {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0;
  background-color: #23205a;
}
@media (min-width: 768px) {
  .page-banner {
    padding: 2.5rem 0;
  }
}
@media (min-width: 992px) {
  .page-banner {
    padding: 3rem 0;
  }
}
.page-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-banner__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-banner__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(35, 32, 90, 0.94) 0%, rgba(35, 32, 90, 0.82) 45%, rgba(35, 32, 90, 0.55) 100%);
}
.page-banner__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-banner__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.page-banner__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(255, 255, 255, 0.72);
}
.page-banner__breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
}
.page-banner__breadcrumb-item a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.4s ease;
}
.page-banner__breadcrumb-item a:hover {
  color: #6bbc44;
}
.page-banner__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  color: #fff;
}
.page-banner__title {
  margin: 0 auto 0.75rem;
  max-width: 20ch;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
}
.page-banner__desc {
  margin: 0 auto;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}

.about-story {
  padding: 4rem 0;
  background-color: #fff;
}
.about-story__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.about-story__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.about-story__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.about-story__text {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
}
.about-story__text:last-of-type {
  margin-bottom: 1.5rem;
}
.about-story__list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.about-story__list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
}
.about-story__list-item svg {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.15rem;
  color: #6bbc44;
}
.about-story__visual {
  position: relative;
}
.about-story__frame {
  position: relative;
  overflow: hidden;
  border-radius: calc(10px + 4px);
  box-shadow: 0 20px 48px rgba(35, 32, 90, 0.14);
}
.about-story__frame::after {
  position: absolute;
  inset: 0;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: inherit;
  pointer-events: none;
}
.about-story__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.about-story__badge {
  position: absolute;
  right: 1rem;
  bottom: -1rem;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  max-width: calc(100% - 2rem);
  padding: 0.85rem 1rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 768px) {
  .about-story__badge {
    right: -0.5rem;
  }
}
.about-story__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background: linear-gradient(145deg, #6bbc44 0%, rgb(85.5511811024, 150.9251968504, 54.0748031496) 100%);
  border-radius: calc(10px - 2px);
}
.about-story__badge-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.about-story__badge-label {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7280;
}
.about-story__badge-value {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}

.about-why {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background-color: #f5f4f8;
}
.about-why .container {
  position: relative;
  z-index: 1;
}
.about-why__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.about-why__ellipse {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.about-why__ellipse--1 {
  top: -5rem;
  right: -4rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.2) 0%, rgba(107, 188, 68, 0) 70%);
}
.about-why__ellipse--2 {
  bottom: -6rem;
  left: -5rem;
  width: 20rem;
  height: 20rem;
  background: radial-gradient(circle, rgba(35, 32, 90, 0.08) 0%, rgba(35, 32, 90, 0) 72%);
}
.about-why__ellipse--3 {
  top: 42%;
  left: 50%;
  width: 28rem;
  height: 10rem;
  background: radial-gradient(ellipse, rgba(107, 188, 68, 0.1) 0%, rgba(107, 188, 68, 0) 68%);
  transform: translateX(-50%);
}
.about-why__header {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.about-why__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.about-why__eyebrow::before, .about-why__eyebrow::after {
  width: 2rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.about-why__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.about-why__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.about-why__card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  height: 100%;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}
.about-why__card:hover {
  border-color: rgba(107, 188, 68, 0.4);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
  transform: translateY(-2px);
}
.about-why__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  background: linear-gradient(145deg, #6bbc44 0%, rgb(85.5511811024, 150.9251968504, 54.0748031496) 100%);
  border-radius: calc(10px - 2px);
  box-shadow: 0 4px 12px rgba(107, 188, 68, 0.28);
}
.about-why__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}
.about-why__card-title {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.about-why__card-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
}

.about-mv {
  padding: 4rem 0;
  background-color: #fff;
}
.about-mv__header {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.about-mv__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.about-mv__eyebrow::before, .about-mv__eyebrow::after {
  width: 2rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.about-mv__title {
  margin: 0 0 0.5rem;
  color: #23205a;
}
.about-mv__subtitle {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #6b7280;
}
.about-mv__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.5rem;
  overflow: hidden;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  transition: box-shadow 0.4s ease, border-color 0.4s ease;
}
.about-mv__card:hover {
  border-color: rgba(107, 188, 68, 0.35);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.about-mv__card--mission {
  border-top: 4px solid #6bbc44;
}
.about-mv__card--vision {
  border-top: 4px solid #23205a;
}
.about-mv__card-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #23205a;
}
.about-mv__card-label svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #6bbc44;
}
.about-mv__card-title {
  margin: 0 0 0.75rem;
  font-size: 1.35rem;
  color: #23205a;
}
.about-mv__card-text {
  margin: 0;
  flex: 1;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
}
.about-mv__card-media {
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 10px;
}
.about-mv__card-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.about-mv__card:hover .about-mv__card-media img {
  transform: scale(1.03);
}

.about-do {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background-color: #fff;
}
.about-do .container {
  position: relative;
  z-index: 1;
}
.about-do__decor {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.about-do__ellipse {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.about-do__ellipse--1 {
  top: -4rem;
  left: -3rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(35, 32, 90, 0.07) 0%, rgba(35, 32, 90, 0) 70%);
}
.about-do__ellipse--2 {
  top: 8%;
  right: -6rem;
  width: 22rem;
  height: 22rem;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.16) 0%, rgba(107, 188, 68, 0) 68%);
}
.about-do__ellipse--3 {
  bottom: -7rem;
  right: 18%;
  width: 24rem;
  height: 12rem;
  background: radial-gradient(ellipse, rgba(107, 188, 68, 0.12) 0%, rgba(107, 188, 68, 0) 65%);
}
.about-do__header {
  max-width: 40rem;
  margin: 0 auto 1.5rem;
  text-align: center;
}
.about-do__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.about-do__eyebrow::before, .about-do__eyebrow::after {
  width: 2rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.about-do__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.about-do__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.about-do__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 2px);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}
.about-do__item:hover {
  box-shadow: 0 12px 32px rgba(35, 32, 90, 0.1);
  transform: translateY(-3px);
}
.about-do__media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #f5f4f8;
}
.about-do__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.about-do__item:hover .about-do__media img {
  transform: scale(1.04);
}
.about-do__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0.75rem;
}
.about-do__item-title {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.about-do__item-text {
  margin: 0;
  flex: 1;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
}

.about-cta {
  padding: 1.5rem 0 4rem;
  background-color: #fff;
}
.about-cta__box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  padding: 1.5rem;
  overflow: hidden;
  background: linear-gradient(125deg, #23205a 0%, rgb(46.7049180328, 42.7016393443, 120.0983606557) 55%, rgb(55.4836065574, 50.7278688525, 142.6721311475) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(10px + 4px);
  box-shadow: 0 16px 40px rgba(35, 32, 90, 0.22);
}
@media (min-width: 992px) {
  .about-cta__box {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    padding: 2.5rem 2.5rem 2.5rem calc(2.5rem + 6px);
  }
}
.about-cta__box::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  content: "";
  background: linear-gradient(180deg, #6bbc44 0%, rgb(148.6031496063, 206.8338582677, 120.5661417323) 100%);
  border-radius: calc(10px + 4px) 0 0 calc(10px + 4px);
}
.about-cta__decor {
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 11rem;
  height: 11rem;
  pointer-events: none;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.35) 0%, rgba(107, 188, 68, 0) 68%);
  border-radius: 50%;
}
.about-cta__decor--2 {
  top: auto;
  right: auto;
  bottom: -3.5rem;
  left: 42%;
  width: 8rem;
  height: 8rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
}
.about-cta__content {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  padding-left: 0.35rem;
}
.about-cta__eyebrow {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.25rem 0.65rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6bbc44;
  background-color: rgba(107, 188, 68, 0.15);
  border-radius: 999px;
}
.about-cta__title {
  margin: 0 0 0.5rem;
  color: #fff;
}
.about-cta__text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}
.about-cta__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  gap: 0.65rem;
  align-items: center;
}
.about-cta__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease, transform 0.4s ease;
}
.about-cta__btn svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
}
.about-cta__btn--primary {
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  box-shadow: 0 4px 16px rgba(107, 188, 68, 0.4);
}
.about-cta__btn--primary:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  transform: translateY(-1px);
}
.about-cta__btn--secondary {
  color: #fff;
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.about-cta__btn--secondary:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
  transform: translateY(-1px);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 2.5rem 0;
  background-color: #23205a;
}
@media (min-width: 992px) {
  .page-hero {
    padding: 4rem 0;
  }
}
.page-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-hero__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(35, 32, 90, 0.88) 0%, rgba(35, 32, 90, 0.94) 100%);
}
.page-hero__decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}
.page-hero__ellipse {
  position: absolute;
  border-radius: 50%;
}
.page-hero__ellipse--1 {
  top: -4rem;
  right: 8%;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.32) 0%, rgba(107, 188, 68, 0) 70%);
}
.page-hero__ellipse--2 {
  bottom: -5rem;
  left: -4rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 68%);
}
.page-hero--solid {
  background: linear-gradient(125deg, #23205a 0%, rgb(46.7049180328, 42.7016393443, 120.0983606557) 100%);
}
.page-hero--solid .page-hero__overlay,
.page-hero--solid .page-hero__bg {
  display: none;
}
.page-hero__inner {
  position: relative;
  z-index: 2;
  text-align: center;
}
.page-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.page-hero__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: rgba(255, 255, 255, 0.72);
}
.page-hero__breadcrumb-item:not(:last-child)::after {
  content: "/";
  color: rgba(255, 255, 255, 0.35);
}
.page-hero__breadcrumb-item a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  transition: color 0.4s ease;
}
.page-hero__breadcrumb-item a:hover {
  color: #6bbc44;
}
.page-hero__breadcrumb-item[aria-current=page] {
  font-weight: 600;
  color: #fff;
}
.page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.page-hero__eyebrow::before, .page-hero__eyebrow::after {
  width: 2rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.page-hero__title {
  margin: 0 auto 0.75rem;
  max-width: 20ch;
  color: #fff;
}
.page-hero__desc {
  margin: 0 auto;
  max-width: 40rem;
  font-size: 1rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
}
.page-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 1.5rem;
}
.page-hero__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.35rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}
.page-hero__btn svg {
  width: 1rem;
  height: 1rem;
}
.page-hero__btn--primary {
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
}
.page-hero__btn--primary:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.page-hero__btn--secondary {
  color: #fff;
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}
.page-hero__btn--secondary:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.7);
}

.contact-cards {
  padding: 2.5rem 0 0;
  margin-top: -2.5rem;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .contact-cards {
    margin-top: -3rem;
  }
}
.contact-cards__grid {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.contact-cards__item {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  height: 100%;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 12px 32px rgba(35, 32, 90, 0.08);
  transition: box-shadow 0.4s ease, transform 0.4s ease, border-color 0.4s ease;
}
.contact-cards__item:hover {
  border-color: rgba(107, 188, 68, 0.4);
  box-shadow: 0 16px 40px rgba(35, 32, 90, 0.12);
  transform: translateY(-3px);
}
.contact-cards__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  background: linear-gradient(145deg, #6bbc44 0%, rgb(85.5511811024, 150.9251968504, 54.0748031496) 100%);
  border-radius: calc(10px - 2px);
  box-shadow: 0 4px 14px rgba(107, 188, 68, 0.3);
}
.contact-cards__icon svg {
  width: 1.35rem;
  height: 1.35rem;
}
.contact-cards__label {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}
.contact-cards__value {
  margin: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: #23205a;
}
.contact-cards__value a {
  color: inherit;
  text-decoration: none;
  transition: color 0.4s ease;
}
.contact-cards__value a:hover {
  color: #6bbc44;
}

.contact-section {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
}
.contact-section--light {
  background-color: #fff;
}
.contact-section--white {
  background-color: #fff;
}
.contact-section__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.contact-section__ellipse {
  position: absolute;
  border-radius: 50%;
}
.contact-section__ellipse--1 {
  top: 10%;
  right: -5rem;
  width: 16rem;
  height: 16rem;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.12) 0%, rgba(107, 188, 68, 0) 70%);
}
.contact-section .container {
  position: relative;
  z-index: 1;
}
.contact-section__header {
  max-width: 36rem;
  margin-bottom: 1.5rem;
}
.contact-section__header--center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.contact-section__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.contact-section__eyebrow::before {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.contact-section__eyebrow--center {
  justify-content: center;
}
.contact-section__eyebrow--center::after {
  width: 2.5rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.contact-section__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.contact-section__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.contact-section__lead a {
  font-weight: 600;
  color: #6bbc44;
  text-decoration: none;
  transition: color 0.4s ease;
}
.contact-section__lead a:hover {
  color: #23205a;
  text-decoration: underline;
}

.page-form {
  padding: 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 992px) {
  .page-form {
    padding: 2.5rem;
  }
}
.page-form__heading {
  margin: 0 0 0.35rem;
  font-size: 1.25rem;
  color: #23205a;
}
.page-form__lead {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
}
.page-form__row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}
.page-form__field {
  margin-bottom: 0;
}
.page-form__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #23205a;
}
.page-form__required {
  color: #6bbc44;
}
.page-form__input-wrap {
  display: flex;
  align-items: stretch;
}
.page-form__input-wrap:focus-within .page-form__input,
.page-form__input-wrap:focus-within .page-form__suffix {
  border-color: #6bbc44;
}
.page-form__suffix {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b7280;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-left: 0;
  border-radius: 0 10px 10px 0;
}
.page-form__input-wrap .page-form__input {
  flex: 1;
  min-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
.page-form__input, .page-form__select, .page-form__textarea {
  width: 100%;
  padding: 0.7rem 0.9rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  color: #1a1a1a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  outline: none;
  transition: border-color 0.4s ease;
}
.page-form__input::placeholder, .page-form__select::placeholder, .page-form__textarea::placeholder {
  color: #6b7280;
}
.page-form__input:focus, .page-form__select:focus, .page-form__textarea:focus {
  border-color: #6bbc44;
}
.page-form__textarea {
  min-height: 6rem;
  resize: vertical;
}
.page-form__file {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.9375rem;
  background-color: #f5f4f8;
  border: 1px dashed #e5e7eb;
  border-radius: 10px;
}
.page-form__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.85rem 1.5rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.page-form__submit svg {
  width: 1rem;
  height: 1rem;
}
.page-form__submit:hover {
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.page-form__note {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.45;
  color: #6b7280;
  text-align: center;
}
.page-form__note a {
  font-weight: 600;
  color: #6bbc44;
  text-decoration: none;
}
.page-form__note a:hover {
  text-decoration: underline;
}

.contact-visual {
  position: relative;
  overflow: hidden;
  border-radius: calc(10px + 4px);
  box-shadow: 0 16px 40px rgba(35, 32, 90, 0.12);
}
.contact-visual__image {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.contact-visual__badge {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.75rem 1rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.contact-visual__badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
}
.contact-visual__badge-icon svg {
  width: 1.1rem;
  height: 1.1rem;
}
.contact-visual__badge-text {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.contact-visual__badge-sub {
  display: block;
  font-size: 0.6875rem;
  color: #6b7280;
}

.contact-map {
  overflow: hidden;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.contact-map__frame {
  position: relative;
  min-height: 16rem;
  background: linear-gradient(145deg, #f5f4f8 0%, rgb(233.6666666667, 231.5333333333, 240.0666666667) 100%);
}
.contact-map__frame iframe {
  display: block;
  width: 100%;
  min-height: 16rem;
  border: 0;
}
.contact-map__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  min-height: 16rem;
  padding: 1.5rem;
  text-align: center;
}
.contact-map__placeholder svg {
  width: 2.5rem;
  height: 2.5rem;
  color: #6bbc44;
}
.contact-map__placeholder p {
  margin: 0;
  max-width: 20rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}
.contact-map__placeholder strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  color: #23205a;
}

.quote-benefits__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  height: 100%;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.quote-benefits__item:hover {
  border-color: rgba(107, 188, 68, 0.35);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.quote-benefits__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background: linear-gradient(145deg, #6bbc44 0%, rgb(85.5511811024, 150.9251968504, 54.0748031496) 100%);
  border-radius: calc(10px - 2px);
}
.quote-benefits__icon svg {
  width: 1.2rem;
  height: 1.2rem;
}
.quote-benefits__title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.quote-benefits__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}

.quote-page {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 0 2.5rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .quote-page {
    padding: 2.5rem 0 4rem;
  }
}
.quote-page__decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.quote-page__ellipse {
  position: absolute;
  border-radius: 50%;
}
.quote-page__ellipse--1 {
  top: -3rem;
  right: -4rem;
  width: 14rem;
  height: 14rem;
  background: radial-gradient(circle, rgba(107, 188, 68, 0.14) 0%, rgba(107, 188, 68, 0) 70%);
}
.quote-page__ellipse--2 {
  bottom: 20%;
  left: -6rem;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(35, 32, 90, 0.06) 0%, rgba(35, 32, 90, 0) 72%);
}
.quote-page .container {
  position: relative;
  z-index: 1;
}
.quote-page__top {
  margin-bottom: 1.5rem;
}
.quote-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.375rem;
  margin: 0 0 0.75rem;
  padding: 0;
  font-size: 0.9375rem;
  list-style: none;
}
.quote-page__breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: #6b7280;
}
.quote-page__breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: #e5e7eb;
}
.quote-page__breadcrumbs li a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.4s ease;
}
.quote-page__breadcrumbs li a:hover {
  color: #6bbc44;
}
.quote-page__breadcrumbs li[aria-current=page] {
  font-weight: 600;
  color: #23205a;
}
.quote-page__intro {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) {
  .quote-page__intro {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
  }
}
.quote-page__intro-text {
  max-width: 36rem;
}
.quote-page__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.quote-page__eyebrow::before {
  width: 2rem;
  height: 2px;
  content: "";
  background-color: #6bbc44;
}
.quote-page__title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: #23205a;
}
.quote-page__lead {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #6b7280;
}
.quote-page__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .quote-page__trust {
    flex-shrink: 0;
    justify-content: flex-end;
    max-width: 28rem;
  }
}
.quote-page__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.quote-page__trust-item svg {
  flex-shrink: 0;
  width: 0.9rem;
  height: 0.9rem;
  color: #6bbc44;
}
.quote-page__trust-item a {
  color: inherit;
  text-decoration: none;
}
.quote-page__trust-item a:hover {
  color: #6bbc44;
}
.quote-page__aside {
  position: sticky;
  top: 5.5rem;
}
.quote-page__aside-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #23205a;
}
.quote-page__help {
  margin-top: 0.75rem;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.quote-page__help-title {
  margin: 0 0 0.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.quote-page__help-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}
.quote-page__help-text a {
  font-weight: 600;
  color: #6bbc44;
  text-decoration: none;
}
.quote-page__help-text a:hover {
  text-decoration: underline;
}
.quote-page__visual {
  display: none;
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: calc(10px + 2px);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 992px) {
  .quote-page__visual {
    display: block;
  }
}
.quote-page__visual img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.quote-steps {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.quote-steps--compact {
  gap: 0.65rem;
}
.quote-steps--compact .quote-steps__step {
  padding: 0.65rem;
}
.quote-steps__step {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem;
  background-color: #f5f4f8;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}
.quote-steps__step:hover {
  background-color: #fff;
  border-color: rgba(107, 188, 68, 0.3);
}
.quote-steps__num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  background-color: #23205a;
  border-radius: 50%;
}
.quote-steps__title {
  margin: 0 0 0.2rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #23205a;
}
.quote-steps__text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}

.page-thank-you {
  background: linear-gradient(180deg, #f5f4f8 0%, #fff 42%);
}

.thank-you {
  padding: 4rem 0;
}
@media (min-width: 768px) {
  .thank-you {
    padding: calc(4rem + 1rem) 0;
  }
}
.thank-you__card {
  max-width: 42rem;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 6px);
  box-shadow: 0 18px 48px rgba(35, 32, 90, 0.08);
}
@media (min-width: 768px) {
  .thank-you__card {
    padding: 4rem 2.5rem;
  }
}
.thank-you__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 0.75rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(107, 188, 68, 0.35);
}
.thank-you__icon svg {
  width: 2rem;
  height: 2rem;
}
.thank-you__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.thank-you__title {
  margin: 0 0 0.75rem;
  color: #23205a;
}
.thank-you__lead {
  max-width: 34rem;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.thank-you__steps {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  text-align: left;
  background-color: #f5f4f8;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: calc(10px + 2px);
}
.thank-you__steps-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #23205a;
}
.thank-you__steps-list {
  margin: 0;
  padding-left: 1.15rem;
  color: #1a1a1a;
}
.thank-you__steps-list li + li {
  margin-top: 0.45rem;
}
.thank-you__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
}
.thank-you__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.75rem 1.35rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  transition: background-color 0.4s ease, border-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease;
}
.thank-you__btn--primary {
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
}
.thank-you__btn--primary:hover {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
.thank-you__btn--secondary {
  color: #fff;
  background-color: #23205a;
  border: 1.5px solid #23205a;
}
.thank-you__btn--secondary:hover {
  color: #fff;
  background-color: rgb(47.96, 60.08, 86.04);
  border-color: rgb(47.96, 60.08, 86.04);
}
.thank-you__btn--ghost {
  color: #23205a;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
}
.thank-you__btn--ghost:hover {
  color: #23205a;
  border-color: rgba(35, 32, 90, 0.25);
  background-color: #f5f4f8;
}
.thank-you__note {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
}

.page-policy .page-hero__desc,
.page-policy .fps-blue-banner__desc {
  font-size: 1rem;
}

.policy-page {
  padding: 2.5rem 0 4rem;
  background-color: #fff;
}
.policy-page__nav {
  position: sticky;
  top: 6rem;
  padding: 1.5rem;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
}
.policy-page__nav-title {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #23205a;
}
.policy-page__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.policy-page__nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.policy-page__nav-link:hover {
  color: #23205a;
  background-color: rgba(35, 32, 90, 0.05);
}
.policy-page__nav-link.is-active {
  color: #fff;
  background-color: #23205a;
}
.policy-page__content {
  max-width: 46rem;
}
.policy-page__updated {
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  color: #6b7280;
}
.policy-page__intro {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
}
.policy-page__section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e7eb;
}
.policy-page__section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.policy-page__section--contact {
  padding-bottom: 0;
  border-bottom: none;
}
.policy-page__contact {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background-color: #f5f4f8;
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 4px);
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.policy-page__contact-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.125rem, 2vw, 1.35rem);
  font-weight: 700;
  color: #23205a;
}
.policy-page__contact-lead {
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.policy-page__contact-grid {
  display: grid;
  gap: 0.75rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
@media (min-width: 480px) {
  .policy-page__contact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.policy-page__contact-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.75rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.policy-page__contact-item:hover {
  border-color: rgba(107, 188, 68, 0.35);
  box-shadow: 0 2px 8px rgba(35, 32, 90, 0.06);
}
.policy-page__contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 6px;
}
.policy-page__contact-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}
.policy-page__contact-body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
}
.policy-page__contact-label {
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}
.policy-page__contact-value {
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
  color: #23205a;
  text-decoration: none;
  transition: color 0.4s ease;
}
.policy-page__contact-value:hover {
  color: #6bbc44;
}
.policy-page span.policy-page__contact-value {
  font-weight: 500;
  color: #1a1a1a;
}
.policy-page__contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 0.75rem;
  padding-top: 0.15rem;
}
.policy-page__contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.15rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 10px;
  transition: color 0.4s ease, background-color 0.4s ease, border-color 0.4s ease, transform 0.4s ease;
}
.policy-page__contact-btn:hover, .policy-page__contact-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}
.policy-page__contact-btn--primary {
  color: #fff;
  background-color: #23205a;
  border: 1.5px solid #23205a;
}
.policy-page__contact-btn--primary:hover, .policy-page__contact-btn--primary:focus {
  color: #fff;
  background-color: rgb(49.631147541, 45.3770491803, 127.6229508197);
  border-color: rgb(49.631147541, 45.3770491803, 127.6229508197);
}
.policy-page__contact-btn--secondary {
  color: #23205a;
  background-color: #fff;
  border: 1.5px solid #e5e7eb;
}
.policy-page__contact-btn--secondary:hover, .policy-page__contact-btn--secondary:focus {
  border-color: #6bbc44;
  color: #6bbc44;
}
.policy-page__heading {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #23205a;
}
.policy-page__text {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #6b7280;
}
.policy-page__text:last-child {
  margin-bottom: 0;
}
.policy-page__list {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.policy-page__list li + li {
  margin-top: 0.35rem;
}
.policy-page__text a, .policy-page__list a, .policy-page__intro a {
  color: #6bbc44;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.4s ease;
}
.policy-page__text a:hover, .policy-page__list a:hover, .policy-page__intro a:hover {
  color: #23205a;
}
.policy-page a.policy-page__contact-value {
  text-decoration: none;
}
.policy-page a.policy-page__contact-value:hover {
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .policy-page__nav {
    position: static;
    margin-bottom: 0.75rem;
  }
}
.google-reviews {
  padding: 2.5rem 0 4rem;
  background-color: #f5f4f8;
  overflow: hidden;
}
.google-reviews__header {
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .google-reviews__header {
    text-align: left;
  }
}
.google-reviews__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7280;
}
.google-reviews__google-mark {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  color: #23205a;
}
.google-reviews__title {
  margin: 0 0 0.5rem;
  color: #23205a;
}
.google-reviews__subtitle {
  margin: 0;
  max-width: 36rem;
  font-size: 1rem;
  line-height: 1.55;
  color: #6b7280;
}
@media (min-width: 768px) {
  .google-reviews__subtitle {
    margin-left: 0;
    margin-right: auto;
  }
}
.google-reviews__summary {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 1rem;
  margin-top: 0.75rem;
  padding: 0.65rem 1rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
@media (min-width: 768px) {
  .google-reviews__summary {
    margin-top: 0;
    margin-left: auto;
  }
}
.google-reviews__summary-score {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
  color: #23205a;
}
.google-reviews__summary-stars {
  display: flex;
  gap: 0.15rem;
  color: #fbbc04;
}
.google-reviews__summary-star {
  width: 1.125rem;
  height: 1.125rem;
}
.google-reviews__summary-meta {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.4;
  color: #6b7280;
  text-align: left;
}
.google-reviews__summary-meta strong {
  color: #23205a;
  font-weight: 600;
}
.google-reviews__viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent 0%, #000 4%, #000 96%, transparent 100%);
}
.google-reviews__marquee {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  width: max-content;
  will-change: transform;
}
.google-reviews__marquee.is-ready {
  animation: google-reviews-marquee var(--google-reviews-duration, 55s) linear infinite;
}
.google-reviews__marquee:hover {
  animation-play-state: paused;
}
.google-reviews__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 1rem;
  padding: 0.25rem 0 0.5rem;
}
.google-reviews__track + .google-reviews__track {
  padding-left: 0;
}
.google-reviews__card {
  flex: 0 0 auto;
  width: min(20rem, 82vw);
  padding: 1rem 1.1rem;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(35, 32, 90, 0.06);
}
.google-reviews__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.65rem;
}
.google-reviews__card-google {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: #6b7280;
}
.google-reviews__card-google-icon {
  flex-shrink: 0;
  width: 1.125rem;
  height: 1.125rem;
}
.google-reviews__card-stars {
  display: flex;
  flex-shrink: 0;
  gap: 0.1rem;
  color: #fbbc04;
}
.google-reviews__card-star {
  width: 0.9rem;
  height: 0.9rem;
}
.google-reviews__card-text {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.google-reviews__card-footer {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid #e5e7eb;
}
.google-reviews__avatar {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #23205a;
  background-color: #f5f4f8;
  border-radius: 50%;
  overflow: hidden;
}
.google-reviews__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.google-reviews__author-meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  min-width: 0;
}
.google-reviews__author-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.google-reviews__author-date {
  font-size: 0.8125rem;
  color: #6b7280;
}

@keyframes google-reviews-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .google-reviews__marquee.is-ready {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
  .google-reviews__track + .google-reviews__track {
    display: none;
  }
  .google-reviews__viewport {
    mask-image: none;
    overflow: visible;
  }
}
body.fps-3d-view-active {
  overscroll-behavior: none;
}

.page-design-online .design-online {
  background: #f5f4f8;
}
.page-design-online .wax-design-online-section {
  padding-top: 2.5rem;
  padding-bottom: 1.5rem;
}
.page-design-online .wax-paper-designer-container {
  font-family: "DM Sans", sans-serif;
}
.page-design-online .wax-hero-title,
.page-design-online .wax-design-online-title,
.page-design-online .step2-title,
.page-design-online .step2-pattern-panel h5,
.page-design-online .step2-preview-panel h5,
.page-design-online .step2-controls-panel h5 {
  font-family: "DM Sans", sans-serif;
}
.page-design-online .wax-steps-container {
  padding-bottom: 4rem;
}
.page-design-online .wax-paper-designer-container .modal {
  z-index: 1200;
}
.page-design-online .wax-paper-designer-container .modal-backdrop {
  z-index: 1190;
}
.page-design-online .fps-view-switcher {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
  padding: 0.25rem;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.page-design-online .quick-actions-panel .fps-pdf-download {
  width: 100%;
  margin-bottom: 0.5rem;
  font-family: "DM Sans", sans-serif;
  box-shadow: 0 4px 15px rgba(107, 188, 68, 0.28);
}
.page-design-online .fps-view-switcher__btn {
  flex: 1;
  padding: 0.55rem 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #6b7280;
  background: transparent;
  border: none;
  border-radius: calc(10px - 2px);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page-design-online .fps-view-switcher__btn.is-active {
  color: #fff;
  background: #23205a;
}
.page-design-online .fps-mockup-viewer {
  margin-bottom: 0.75rem;
  overscroll-behavior: contain;
  touch-action: none;
}
.page-design-online .fps-preview--capture {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 0 !important;
  pointer-events: none !important;
  z-index: -1 !important;
  width: min(100%, 36rem) !important;
  max-height: 42rem !important;
  overflow: hidden !important;
}
.page-design-online .fps-mockup-stage {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8f9fc 0%, #eef1f6 100%);
  overscroll-behavior: contain;
}
.page-design-online .fps-mockup-stage__surface {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
  perspective: 1200px;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.page-design-online .fps-mockup-stage__surface.is-dragging {
  cursor: grabbing;
}
.page-design-online .fps-mockup-orbit {
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
}
.page-design-online .fps-mockup-paper {
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 22px 40px rgba(35, 32, 90, 0.2), 0 6px 14px rgba(35, 32, 90, 0.1);
  transform-style: preserve-3d;
  pointer-events: none;
}
.page-design-online .fps-mockup-paper__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-design-online .fps-mockup-hint {
  margin: 0.75rem 0 0.35rem;
  font-size: 0.9375rem;
  text-align: center;
  color: #6b7280;
}
.page-design-online .fps-mockup-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.page-design-online .fps-mockup-reset,
.page-design-online .fps-mockup-share {
  padding: 0.35rem 0.85rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.page-design-online .fps-mockup-reset:hover,
.page-design-online .fps-mockup-share:hover {
  color: #6bbc44;
  border-color: #6bbc44;
}
.page-design-online .fps-mockup-share {
  color: #fff;
  background: #6bbc44;
  border-color: #6bbc44;
}
.page-design-online .fps-mockup-share:hover {
  color: #fff;
  background: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}
@media (max-width: 767.98px) {
  .page-design-online .fps-mockup-stage {
    min-height: 14rem;
  }
  .page-design-online .fps-mockup-stage__surface {
    min-height: 11rem;
  }
}
.page-design-online .wax-paper-designer-container .btn-step3-submit {
  background: linear-gradient(135deg, #6bbc44 0%, rgb(89.8078740157, 158.4346456693, 56.7653543307)) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  box-shadow: 0 4px 15px rgba(107, 188, 68, 0.35);
}
.page-design-online .wax-paper-designer-container .btn-step3-submit i {
  color: #fff !important;
}
.page-design-online .wax-paper-designer-container .btn-step3-submit:hover, .page-design-online .wax-paper-designer-container .btn-step3-submit:focus, .page-design-online .wax-paper-designer-container .btn-step3-submit:active {
  background: linear-gradient(135deg, rgb(96.1929133858, 169.6988188976, 60.8011811024) 0%, rgb(77.0377952756, 135.9062992126, 48.6937007874)) !important;
  border: none !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(107, 188, 68, 0.42);
}
.page-design-online .fps-design-thanks {
  border: 1px solid #e5e7eb;
  border-radius: calc(10px + 6px);
  box-shadow: 0 18px 48px rgba(35, 32, 90, 0.12);
  overflow: hidden;
}
.page-design-online .fps-design-thanks__body {
  padding: 2.5rem 1.5rem;
  text-align: center;
}
.page-design-online .fps-design-thanks__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 0.75rem;
  color: #fff;
  background-color: #6bbc44;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(107, 188, 68, 0.35);
}
.page-design-online .fps-design-thanks__icon svg {
  width: 1.85rem;
  height: 1.85rem;
}
.page-design-online .fps-design-thanks__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6bbc44;
}
.page-design-online .fps-design-thanks__title {
  margin: 0 0 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1.65rem;
  color: #23205a;
}
.page-design-online .fps-design-thanks__lead {
  max-width: 30rem;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #6b7280;
}
.page-design-online .fps-design-thanks__summary {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  text-align: left;
  background-color: #f5f4f8;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: calc(10px + 2px);
}
.page-design-online .fps-design-thanks__summary-title {
  margin: 0 0 0.75rem;
  font-size: 1rem;
  color: #23205a;
}
.page-design-online .fps-design-thanks__summary-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
  margin: 0;
}
.page-design-online .fps-design-thanks__summary-item dt {
  margin: 0 0 0.15rem;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7280;
}
.page-design-online .fps-design-thanks__summary-item dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #23205a;
}
.page-design-online .fps-design-thanks__note {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #6b7280;
}
.page-design-online .fps-design-thanks__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12rem;
  min-height: 2.85rem;
  padding: 0.75rem 1.35rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #6bbc44;
  border: 1.5px solid #6bbc44;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.4s ease, border-color 0.4s ease;
}
.page-design-online .fps-design-thanks__btn:hover, .page-design-online .fps-design-thanks__btn:focus {
  color: #fff;
  background-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
  border-color: rgb(89.8078740157, 158.4346456693, 56.7653543307);
}

.fps-pdf-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.fps-pdf-modal[hidden] {
  display: none !important;
}
.fps-pdf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35, 32, 90, 0.55);
}
.fps-pdf-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(35, 32, 90, 0.2);
}
.fps-pdf-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
}
.fps-pdf-modal__title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #23205a;
}
.fps-pdf-modal__lead, .fps-pdf-modal__note {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}
.fps-pdf-modal__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
}
.fps-pdf-modal__input {
  width: 100%;
  margin-bottom: 0.75rem;
  padding: 0.55rem 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.fps-pdf-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.6rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #6bbc44;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.fps-pdf-modal__error {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  color: #b45309;
}

.fps-share-modal {
  position: fixed;
  inset: 0;
  z-index: 1300;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}
.fps-share-modal[hidden] {
  display: none !important;
}
.fps-share-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35, 32, 90, 0.55);
}
.fps-share-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 28rem);
  padding: 1.5rem;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 18px 48px rgba(35, 32, 90, 0.2);
}
.fps-share-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  font-size: 1.5rem;
  line-height: 1;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
}
.fps-share-modal__title {
  margin: 0 0 0.75rem;
  font-size: 1.25rem;
  color: #23205a;
}
.fps-share-modal__lead, .fps-share-modal__note, .fps-share-modal__expiry {
  margin: 0 0 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #6b7280;
}
.fps-share-modal__label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #23205a;
}
.fps-share-modal__input {
  width: 100%;
  padding: 0.55rem 0.75rem;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}
.fps-share-modal__copy-row {
  display: flex;
  gap: 0.5rem;
}
.fps-share-modal__copy-row .fps-share-modal__input {
  flex: 1;
}
.fps-share-modal__submit, .fps-share-modal__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1rem;
  font-family: "DM Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #6bbc44;
  border: none;
  border-radius: 10px;
  cursor: pointer;
}
.fps-share-modal__submit {
  width: 100%;
  margin-top: 0.75rem;
}
.fps-share-modal__error {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  color: #b45309;
}

.page-design-view .fps-design-share-view__stage {
  max-width: 40rem;
  margin: 0 auto;
}
.page-design-view .fps-mockup-stage {
  position: relative;
  overflow: hidden;
  min-height: 18rem;
  padding: 1.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  background: linear-gradient(180deg, #f8f9fc 0%, #eef1f6 100%);
  overscroll-behavior: contain;
}
.page-design-view .fps-mockup-stage__surface {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16rem;
  perspective: 1200px;
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.page-design-view .fps-mockup-stage__surface.is-dragging {
  cursor: grabbing;
}
.page-design-view .fps-mockup-orbit {
  transform-origin: center center;
  transform-style: preserve-3d;
  will-change: transform;
}
.page-design-view .fps-mockup-paper {
  overflow: hidden;
  border-radius: 0.25rem;
  box-shadow: 0 22px 40px rgba(35, 32, 90, 0.2), 0 6px 14px rgba(35, 32, 90, 0.1);
  transform-style: preserve-3d;
  pointer-events: none;
}
.page-design-view .fps-mockup-paper__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-design-view .fps-mockup-hint {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  text-align: center;
  color: #6b7280;
}

@media (max-width: 767.98px) {
  .hero-banner__title {
    font-size: clamp(1.625rem, 6.5vw, 2rem) !important;
    line-height: 1.15;
  }
  .fps-blue-banner__title,
  .blog-page-banner__title,
  .page-banner__title,
  .page-hero__title,
  .archive-banner__title {
    font-size: clamp(1.375rem, 5.5vw, 1.75rem) !important;
    line-height: 1.25;
  }
  .blog-post-hero__title {
    font-size: clamp(1.35rem, 5vw, 1.65rem) !important;
    line-height: 1.25;
  }
  .product-summary__title {
    font-size: clamp(1.25rem, 4.5vw, 1.5rem) !important;
  }
  .choose-paper__form-heading {
    font-size: clamp(1.125rem, 4vw, 1.25rem) !important;
  }
  .testimonials__rating-score {
    font-size: 1.75rem !important;
  }
  .fps-form__submit,
  .product-card__btn,
  .site-header__cta,
  .brand-showcase__btn,
  .archive-cta__btn,
  .archive-banner__btn,
  .cta-banner__btn,
  .custom-print__cta,
  .about-collab__cta,
  .blog-section__view-all,
  .product-collection__view-all,
  .choose-paper__submit,
  .ordering-process__submit,
  .archive-banner__submit {
    font-size: 1rem;
  }
}
[class*=__decor],
[class*=__ellipse],
.fps-404__decor,
.fps-404__ellipse {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  background: none !important;
}

/*# sourceMappingURL=style.css.map */
