.elementor-2550 .elementor-element.elementor-element-89050f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-01530b9 *//* ==========================================
   STAVISO FOLDING CARTON HERO
========================================== */

.staviso-folding-carton-hero {
  position: relative;

  width: 100%;
  padding: 34px 20px 76px;

  overflow: hidden;

  background: #f4eee7;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-hero *,
.staviso-folding-carton-hero *::before,
.staviso-folding-carton-hero *::after {
  box-sizing: border-box;
}


/* Decorative background
------------------------------------------ */

.staviso-folding-carton-hero::before {
  content: "";

  position: absolute;
  top: -190px;
  right: -150px;

  width: 430px;
  height: 430px;

  border: 1px solid rgba(31, 102, 90, 0.11);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-folding-carton-hero::after {
  content: "";

  position: absolute;
  bottom: -165px;
  left: -135px;

  width: 350px;
  height: 350px;

  background: rgba(31, 102, 90, 0.035);
  border-radius: 50%;

  pointer-events: none;
}


/* Outer container
------------------------------------------ */

.staviso-folding-carton-hero__container {
  position: relative;
  z-index: 1;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Main panel
------------------------------------------ */

.staviso-folding-carton-hero__panel {
  display: grid;
  grid-template-columns: minmax(0, 0.91fr) minmax(480px, 1.09fr);
  align-items: center;
  gap: 52px;

  width: 100%;
  min-height: 590px;

  padding: 46px;

  background: #ffffff;
  border: 1px solid rgba(31, 102, 90, 0.13);
  border-radius: 22px;

  box-shadow:
    0 20px 50px rgba(51, 48, 42, 0.08);
}


/* Content
------------------------------------------ */

.staviso-folding-carton-hero__content {
  min-width: 0;
  max-width: 590px;
  padding: 12px 0;
}

.staviso-folding-carton-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin: 0 0 16px;
  padding: 7px 12px;

  background: #edf3f0;
  border: 1px solid #d7e4de;
  border-radius: 999px;

  color: #1f665a;

  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.staviso-folding-carton-hero__label::before {
  content: "";

  display: block;
  width: 7px;
  height: 7px;
  flex: 0 0 7px;

  background: #1f665a;
  border-radius: 50%;
}

.staviso-folding-carton-hero__content h1 {
  max-width: 570px;
  margin: 0 0 20px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(42px, 5.1vw, 67px);
  font-weight: 780;
  line-height: 1.04;
  letter-spacing: -0.045em;
}

.staviso-folding-carton-hero__description {
  max-width: 575px;
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.76;
}


/* Actions
------------------------------------------ */

.staviso-folding-carton-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;

  margin-top: 31px;
}

.staviso-folding-carton-hero__button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 12px 20px;

  border: 1px solid transparent;
  border-radius: 8px;

  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;

  transition:
    gap 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.staviso-folding-carton-hero__button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.22s ease;
}

.staviso-folding-carton-hero__button--primary {
  background: #1f665a;
  border-color: #1f665a;

  color: #ffffff;

  box-shadow:
    0 8px 21px rgba(31, 102, 90, 0.2);
}

.staviso-folding-carton-hero__button--primary:hover {
  gap: 12px;

  background: #174f46;
  border-color: #174f46;

  box-shadow:
    0 12px 27px rgba(31, 102, 90, 0.25);

  transform: translateY(-2px);
}

.staviso-folding-carton-hero__button--primary:hover svg {
  transform: translateX(3px);
}

.staviso-folding-carton-hero__button--secondary {
  background: #ffffff;
  border-color: #b8cbc3;

  color: #1f665a;
}

.staviso-folding-carton-hero__button--secondary:hover {
  background: #edf3f0;
  border-color: #1f665a;

  color: #174f46;

  transform: translateY(-2px);
}

.staviso-folding-carton-hero__button--secondary:hover svg {
  transform: translateY(3px);
}

.staviso-folding-carton-hero__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.28);
  outline-offset: 4px;
}


/* Media
------------------------------------------ */

.staviso-folding-carton-hero__media {
  position: relative;

  min-width: 0;
  margin: 0;
}

.staviso-folding-carton-hero__image-frame {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #edf1ee;
  border: 1px solid #dce6e1;
  border-radius: 17px;
}

.staviso-folding-carton-hero__image-frame::before {
  content: "";

  position: absolute;
  z-index: 1;
  inset: 14px;

  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 10px;

  pointer-events: none;
}

.staviso-folding-carton-hero__image {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;
}


/* Structure markers
------------------------------------------ */

.staviso-folding-carton-hero__structure-markers {
  position: absolute;
  right: 22px;
  bottom: -17px;
  left: 22px;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  overflow: hidden;

  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe5e0;
  border-radius: 10px;

  box-shadow:
    0 10px 25px rgba(34, 47, 42, 0.1);

  backdrop-filter: blur(8px);
}

.staviso-folding-carton-hero__structure-markers span {
  position: relative;

  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;

  padding: 9px 12px;

  color: #476059;

  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.staviso-folding-carton-hero__structure-markers span + span {
  border-left: 1px solid #e0e8e4;
}


/* ==========================================
   SMALL DESKTOP
========================================== */

@media screen and (max-width: 1080px) {

  .staviso-folding-carton-hero__panel {
    grid-template-columns: minmax(0, 0.92fr) minmax(410px, 1.08fr);
    gap: 38px;

    min-height: 540px;
    padding: 38px;
  }

  .staviso-folding-carton-hero__content h1 {
    font-size: clamp(40px, 5vw, 56px);
  }

}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .staviso-folding-carton-hero {
    padding: 26px 20px 68px;
  }

  .staviso-folding-carton-hero__panel {
    grid-template-columns: 1fr;
    gap: 38px;

    min-height: 0;
    padding: 42px;
  }

  .staviso-folding-carton-hero__content {
    max-width: 730px;
    padding: 0;
  }

  .staviso-folding-carton-hero__content h1 {
    max-width: 690px;
  }

  .staviso-folding-carton-hero__description {
    max-width: 680px;
  }

  .staviso-folding-carton-hero__media {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-hero {
    padding: 18px 16px 54px;
  }

  .staviso-folding-carton-hero__panel {
    gap: 31px;

    padding: 31px 21px 39px;

    border-radius: 16px;
  }

  .staviso-folding-carton-hero__label {
    margin-bottom: 14px;
  }

  .staviso-folding-carton-hero__content h1 {
    margin-bottom: 17px;

    font-size: clamp(36px, 11vw, 47px);
    line-height: 1.07;
  }

  .staviso-folding-carton-hero__description {
    font-size: 15px;
    line-height: 1.72;
  }

  .staviso-folding-carton-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;

    margin-top: 26px;
  }

  .staviso-folding-carton-hero__button {
    width: 100%;
  }

  .staviso-folding-carton-hero__image-frame {
    border-radius: 13px;
  }

  .staviso-folding-carton-hero__structure-markers {
    right: 12px;
    bottom: -16px;
    left: 12px;
  }

  .staviso-folding-carton-hero__structure-markers span {
    min-height: 40px;
    padding: 8px 6px;

    font-size: 9px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-hero {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-folding-carton-hero__panel {
    padding-right: 17px;
    padding-left: 17px;
  }

  .staviso-folding-carton-hero__content h1 {
    font-size: 34px;
  }

  .staviso-folding-carton-hero__structure-markers {
    grid-template-columns: 1fr;
  }

  .staviso-folding-carton-hero__structure-markers span {
    min-height: 31px;
  }

  .staviso-folding-carton-hero__structure-markers span + span {
    border-top: 1px solid #e0e8e4;
    border-left: 0;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-hero__button,
  .staviso-folding-carton-hero__button svg {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69f2ab9 *//* ==========================================
   STAVISO FOLDING CARTON OVERVIEW
========================================== */

.staviso-folding-carton-overview {
  width: 100%;
  padding: 88px 20px;

  background: #ffffff;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-overview *,
.staviso-folding-carton-overview *::before,
.staviso-folding-carton-overview *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-overview__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Main layout
------------------------------------------ */

.staviso-folding-carton-overview__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: 68px;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-overview__header {
  position: sticky;
  top: 118px;

  min-width: 0;
  max-width: 480px;
}

.staviso-folding-carton-overview__label {
  display: inline-block;
  margin: 0 0 11px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-overview__header h2 {
  margin: 0 0 18px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-overview__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
}


/* Card grid
------------------------------------------ */

.staviso-folding-carton-overview__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}


/* Overview card
------------------------------------------ */

.staviso-folding-carton-overview-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 280px;
  flex-direction: column;
  align-items: flex-start;

  padding: 27px 24px 25px;

  overflow: hidden;

  background: #f8faf9;
  border: 1px solid #dde7e2;
  border-radius: 14px;

  box-shadow:
    0 7px 22px rgba(27, 49, 41, 0.045);

  transition:
    background-color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.staviso-folding-carton-overview-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;

  height: 2px;

  background: rgba(31, 102, 90, 0.11);
  border-radius: 0 0 999px 999px;

  transition: background-color 0.24s ease;
}

.staviso-folding-carton-overview-card::after {
  content: "";

  position: absolute;
  right: -50px;
  bottom: -62px;

  width: 130px;
  height: 130px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-folding-carton-overview-card:hover {
  background: #ffffff;
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.09);

  transform: translateY(-4px);
}

.staviso-folding-carton-overview-card:hover::before {
  background: #1f665a;
}


/* Icon
------------------------------------------ */

.staviso-folding-carton-overview-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;

  margin: 0 0 22px;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 12px;

  color: #1f665a;
}

.staviso-folding-carton-overview-card__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Card content
------------------------------------------ */

.staviso-folding-carton-overview-card__content {
  position: relative;
  z-index: 1;

  min-width: 0;
}

.staviso-folding-carton-overview-card__number {
  display: block;
  margin: 0 0 6px;

  color: #789088;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.staviso-folding-carton-overview-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-folding-carton-overview-card__content p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Bottom note
------------------------------------------ */

.staviso-folding-carton-overview__note {
  display: flex;
  width: 100%;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

  margin: 32px auto 0;
  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-overview__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-overview__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-folding-carton-overview {
    padding: 72px 20px;
  }

  .staviso-folding-carton-overview__layout {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .staviso-folding-carton-overview__header {
    position: static;

    max-width: 820px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-overview {
    padding: 56px 16px;
  }

  .staviso-folding-carton-overview__layout {
    gap: 32px;
  }

  .staviso-folding-carton-overview__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-overview__header p {
    font-size: 15px;
    line-height: 1.72;
  }

  .staviso-folding-carton-overview__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-folding-carton-overview-card {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 17px;

    min-height: 0;
    padding: 23px 21px;

    border-radius: 12px;
  }

  .staviso-folding-carton-overview-card::before {
    right: 21px;
    left: 21px;
  }

  .staviso-folding-carton-overview-card__icon {
    width: 50px;
    height: 50px;
    flex-basis: 50px;

    margin: 0;
  }

  .staviso-folding-carton-overview-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-folding-carton-overview-card__content h3 {
    font-size: 19px;
  }

  .staviso-folding-carton-overview__note {
    margin-top: 26px;
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-overview {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-overview-card {
    grid-template-columns: 1fr;
  }

  .staviso-folding-carton-overview-card__icon {
    margin-bottom: 2px;
  }

  .staviso-folding-carton-overview__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-overview-card,
  .staviso-folding-carton-overview-card::before {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39c5cdc *//* ==========================================
   STAVISO FOLDING CARTON STRUCTURES
========================================== */

.staviso-folding-carton-structures {
  width: 100%;
  padding: 88px 20px;

  background: #f6f7f5;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-structures *,
.staviso-folding-carton-structures *::before,
.staviso-folding-carton-structures *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-structures__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-structures__header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 48px;

  text-align: center;
}

.staviso-folding-carton-structures__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-structures__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-structures__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Structure grid
------------------------------------------ */

.staviso-folding-carton-structures__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}


/* Structure card
------------------------------------------ */

.staviso-folding-carton-structure-card {
  min-width: 0;
  margin: 0;
}

.staviso-folding-carton-structure-card__link {
  position: relative;

  display: flex;
  height: 100%;
  min-height: 470px;
  flex-direction: column;

  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dce6e1;
  border-radius: 15px;

  color: inherit;
  text-decoration: none;

  box-shadow:
    0 7px 22px rgba(27, 49, 41, 0.05);

  transition:
    border-color 0.24s ease,
    box-shadow 0.24s ease,
    transform 0.24s ease;
}

.staviso-folding-carton-structure-card__link:hover {
  border-color: rgba(31, 102, 90, 0.38);

  box-shadow:
    0 15px 36px rgba(27, 49, 41, 0.1);

  transform: translateY(-5px);
}

.staviso-folding-carton-structure-card__link:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.3);
  outline-offset: 4px;
}


/* Card image
------------------------------------------ */

.staviso-folding-carton-structure-card__media {
  position: relative;

  width: 100%;
  aspect-ratio: 4 / 3;
  margin: 0;

  overflow: hidden;

  background: #e9eeeb;
  border-bottom: 1px solid #e0e8e4;
}

.staviso-folding-carton-structure-card__media::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(20, 38, 32, 0) 60%,
      rgba(20, 38, 32, 0.12) 100%
    );

  pointer-events: none;
}

.staviso-folding-carton-structure-card__image {
  display: block;
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition: transform 0.35s ease;
}

.staviso-folding-carton-structure-card__link:hover
.staviso-folding-carton-structure-card__image {
  transform: scale(1.035);
}


/* Number marker
------------------------------------------ */

.staviso-folding-carton-structure-card__number {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;

  display: inline-flex;
  min-width: 42px;
  min-height: 28px;
  align-items: center;
  justify-content: center;

  padding: 5px 10px;

  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(31, 102, 90, 0.16);
  border-radius: 999px;

  color: #1f665a;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.09em;

  box-shadow:
    0 5px 15px rgba(30, 52, 44, 0.09);

  backdrop-filter: blur(7px);
}


/* Card content
------------------------------------------ */

.staviso-folding-carton-structure-card__content {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;

  padding: 24px 23px 23px;
}

.staviso-folding-carton-structure-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.38;

  transition: color 0.2s ease;
}

.staviso-folding-carton-structure-card__link:hover
.staviso-folding-carton-structure-card__content h3 {
  color: #1f665a;
}

.staviso-folding-carton-structure-card__content p {
  margin: 0 0 20px;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Card CTA
------------------------------------------ */

.staviso-folding-carton-structure-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: auto;

  color: #1f665a;

  font-family: inherit;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;

  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.staviso-folding-carton-structure-card__link:hover
.staviso-folding-carton-structure-card__cta {
  gap: 11px;

  color: #174f46;
}


/* Notes
------------------------------------------ */

.staviso-folding-carton-structures__notes {
  display: grid;
  width: 100%;
  max-width: 980px;
  gap: 14px;

  margin: 31px auto 0;
}

.staviso-folding-carton-structures__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-structures__note--performance {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-folding-carton-structures__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-structures__note--performance svg {
  stroke: #8a5d28;
}

.staviso-folding-carton-structures__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-folding-carton-structures {
    padding: 72px 20px;
  }

  .staviso-folding-carton-structures__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staviso-folding-carton-structure-card__link {
    min-height: 450px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-structures {
    padding: 56px 16px;
  }

  .staviso-folding-carton-structures__header {
    margin-bottom: 34px;

    text-align: left;
  }

  .staviso-folding-carton-structures__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-structures__header p {
    font-size: 15px;
  }

  .staviso-folding-carton-structures__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-folding-carton-structure-card__link {
    min-height: 0;

    border-radius: 12px;
  }

  .staviso-folding-carton-structure-card__content {
    padding: 22px 20px;
  }

  .staviso-folding-carton-structure-card__content h3 {
    font-size: 19px;
  }

  .staviso-folding-carton-structures__notes {
    margin-top: 25px;
  }

  .staviso-folding-carton-structures__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-structures {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-structure-card__content p {
    font-size: 13px;
  }

  .staviso-folding-carton-structures__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-structure-card__link,
  .staviso-folding-carton-structure-card__image,
  .staviso-folding-carton-structure-card__content h3,
  .staviso-folding-carton-structure-card__cta {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8f0a6de *//* ==========================================
   STAVISO FOLDING CARTON SPECIFICATION
========================================== */

.staviso-folding-carton-specification {
  width: 100%;
  padding: 88px 20px;

  background: #ffffff;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-specification *,
.staviso-folding-carton-specification *::before,
.staviso-folding-carton-specification *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-specification__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-specification__header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 48px;

  text-align: center;
}

.staviso-folding-carton-specification__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-specification__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-specification__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Specification grid
------------------------------------------ */

.staviso-folding-carton-specification__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 22px;
}


/* Specification card
------------------------------------------ */

.staviso-folding-carton-specification-card {
  position: relative;

  min-width: 0;
  min-height: 330px;
  padding: 27px 24px 26px;

  overflow: hidden;

  background: #f8faf9;
  border: 1px solid #dde7e2;
  border-radius: 14px;

  box-shadow:
    0 7px 22px rgba(27, 49, 41, 0.05);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-folding-carton-specification-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;

  height: 2px;

  background: rgba(31, 102, 90, 0.12);
  border-radius: 0 0 999px 999px;

  transition: background-color 0.25s ease;
}

.staviso-folding-carton-specification-card::after {
  content: "";

  position: absolute;
  right: -54px;
  bottom: -65px;

  width: 138px;
  height: 138px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-folding-carton-specification-card:hover {
  background: #ffffff;
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.1);

  transform: translateY(-4px);
}

.staviso-folding-carton-specification-card:hover::before {
  background: #1f665a;
}


/* Card top row
------------------------------------------ */

.staviso-folding-carton-specification-card__top {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin: 0 0 25px;
}

.staviso-folding-carton-specification-card__number {
  display: inline-flex;
  min-width: 48px;
  min-height: 28px;
  align-items: center;
  justify-content: center;

  padding: 5px 10px;

  background: #edf3f0;
  border: 1px solid #d4e4dc;
  border-radius: 999px;

  color: #1f665a;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.1em;
}

.staviso-folding-carton-specification-card__icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 12px;

  color: #1f665a;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.staviso-folding-carton-specification-card:hover
.staviso-folding-carton-specification-card__icon {
  background: #1f665a;
  border-color: #1f665a;

  color: #ffffff;
}

.staviso-folding-carton-specification-card__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Card text
------------------------------------------ */

.staviso-folding-carton-specification-card h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 11px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-folding-carton-specification-card p {
  position: relative;
  z-index: 1;

  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Bottom note
------------------------------------------ */

.staviso-folding-carton-specification__note {
  display: flex;
  width: 100%;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

  margin: 30px auto 0;
  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-specification__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-specification__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.7;
}


/* ==========================================
   NARROW DESKTOP AND TABLET
========================================== */

@media screen and (max-width: 1080px) {

  .staviso-folding-carton-specification__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staviso-folding-carton-specification-card {
    min-height: 285px;
  }

}

@media screen and (max-width: 960px) {

  .staviso-folding-carton-specification {
    padding: 72px 20px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-specification {
    padding: 56px 16px;
  }

  .staviso-folding-carton-specification__header {
    margin-bottom: 34px;

    text-align: left;
  }

  .staviso-folding-carton-specification__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-specification__header p {
    font-size: 15px;
  }

  .staviso-folding-carton-specification__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-folding-carton-specification-card {
    min-height: 0;
    padding: 23px 21px;

    border-radius: 12px;
  }

  .staviso-folding-carton-specification-card::before {
    right: 21px;
    left: 21px;
  }

  .staviso-folding-carton-specification-card__top {
    margin-bottom: 20px;
  }

  .staviso-folding-carton-specification-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .staviso-folding-carton-specification-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-folding-carton-specification-card h3 {
    font-size: 19px;
  }

  .staviso-folding-carton-specification__note {
    margin-top: 25px;
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-specification {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-specification-card__top {
    align-items: flex-start;
  }

  .staviso-folding-carton-specification__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-specification-card,
  .staviso-folding-carton-specification-card::before,
  .staviso-folding-carton-specification-card__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74cc1f0 *//* ==========================================
   STAVISO FOLDING CARTON CUSTOMIZATION
========================================== */

.staviso-folding-carton-customization {
  width: 100%;
  padding: 88px 20px;

  background: #f6f7f5;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-customization *,
.staviso-folding-carton-customization *::before,
.staviso-folding-carton-customization *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-customization__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-customization__header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 48px;

  text-align: center;
}

.staviso-folding-carton-customization__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-customization__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-customization__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Grid
------------------------------------------ */

.staviso-folding-carton-customization__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}


/* Card
------------------------------------------ */

.staviso-folding-carton-customization-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 280px;
  align-items: flex-start;
  gap: 20px;

  padding: 28px 26px;

  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dde7e2;
  border-radius: 14px;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-folding-carton-customization-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;

  height: 2px;

  background: rgba(31, 102, 90, 0.11);
  border-radius: 0 0 999px 999px;

  transition: background-color 0.25s ease;
}

.staviso-folding-carton-customization-card::after {
  content: "";

  position: absolute;
  right: -50px;
  bottom: -62px;

  width: 130px;
  height: 130px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-folding-carton-customization-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.09);

  transform: translateY(-4px);
}

.staviso-folding-carton-customization-card:hover::before {
  background: #1f665a;
}


/* Icon
------------------------------------------ */

.staviso-folding-carton-customization-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 12px;

  color: #1f665a;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.staviso-folding-carton-customization-card:hover
.staviso-folding-carton-customization-card__icon {
  background: #1f665a;
  border-color: #1f665a;

  color: #ffffff;
}

.staviso-folding-carton-customization-card__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Content
------------------------------------------ */

.staviso-folding-carton-customization-card__content {
  position: relative;
  z-index: 1;

  min-width: 0;
  padding-top: 1px;
}

.staviso-folding-carton-customization-card__number {
  display: block;
  margin: 0 0 6px;

  color: #789088;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.staviso-folding-carton-customization-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-folding-carton-customization-card__content p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Notes
------------------------------------------ */

.staviso-folding-carton-customization__notes {
  display: grid;
  width: 100%;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-folding-carton-customization__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-customization__note--performance {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-folding-carton-customization__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-customization__note--performance svg {
  stroke: #8a5d28;
}

.staviso-folding-carton-customization__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-folding-carton-customization {
    padding: 72px 20px;
  }

  .staviso-folding-carton-customization__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staviso-folding-carton-customization-card {
    min-height: 250px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-customization {
    padding: 56px 16px;
  }

  .staviso-folding-carton-customization__header {
    margin-bottom: 34px;

    text-align: left;
  }

  .staviso-folding-carton-customization__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-customization__header p {
    font-size: 15px;
  }

  .staviso-folding-carton-customization__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-folding-carton-customization-card {
    min-height: 0;
    gap: 17px;

    padding: 24px 21px;

    border-radius: 12px;
  }

  .staviso-folding-carton-customization-card::before {
    right: 21px;
    left: 21px;
  }

  .staviso-folding-carton-customization-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .staviso-folding-carton-customization-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-folding-carton-customization-card__content h3 {
    font-size: 19px;
  }

  .staviso-folding-carton-customization__notes {
    margin-top: 25px;
  }

  .staviso-folding-carton-customization__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-customization {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-customization-card {
    flex-direction: column;
  }

  .staviso-folding-carton-customization__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-customization-card,
  .staviso-folding-carton-customization-card::before,
  .staviso-folding-carton-customization-card__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13bcdd0 *//* ==========================================
   STAVISO FOLDING CARTON APPLICATIONS
========================================== */

.staviso-folding-carton-applications {
  width: 100%;
  padding: 82px 20px;

  background: #ffffff;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-applications *,
.staviso-folding-carton-applications *::before,
.staviso-folding-carton-applications *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-applications__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-applications__header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 46px;

  text-align: center;
}

.staviso-folding-carton-applications__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-applications__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-applications__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Applications grid
------------------------------------------ */

.staviso-folding-carton-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
}


/* Application card
------------------------------------------ */

.staviso-folding-carton-application-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 245px;
  align-items: flex-start;
  gap: 18px;

  padding: 25px 22px;

  overflow: hidden;

  background: #f8faf9;
  border: 1px solid #dfe7e3;
  border-radius: 13px;

  color: inherit;
  text-decoration: none;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.staviso-folding-carton-application-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 22px;
  left: 22px;

  height: 2px;

  background: rgba(31, 102, 90, 0.11);
  border-radius: 0 0 999px 999px;

  transition: background-color 0.22s ease;
}

.staviso-folding-carton-application-card::after {
  content: "";

  position: absolute;
  right: -50px;
  bottom: -64px;

  width: 130px;
  height: 130px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-folding-carton-application-card:hover {
  background: #ffffff;
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 13px 32px rgba(27, 49, 41, 0.09);

  transform: translateY(-3px);
}

.staviso-folding-carton-application-card:hover::before {
  background: #1f665a;
}

.staviso-folding-carton-application-card:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.3);
  outline-offset: 4px;
}


/* Icon
------------------------------------------ */

.staviso-folding-carton-application-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 11px;

  color: #1f665a;

  transition:
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.staviso-folding-carton-application-card:hover
.staviso-folding-carton-application-card__icon {
  background: #1f665a;
  border-color: #1f665a;

  color: #ffffff;
}

.staviso-folding-carton-application-card__icon svg {
  width: 26px;
  height: 26px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Card content
------------------------------------------ */

.staviso-folding-carton-application-card__content {
  position: relative;
  z-index: 1;

  display: flex;
  min-width: 0;
  min-height: 194px;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
}

.staviso-folding-carton-application-card__number {
  display: block;
  margin: 0 0 5px;

  color: #789088;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.staviso-folding-carton-application-card__content h3 {
  margin: 0 0 9px;

  color: #1d2623;

  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;

  transition: color 0.2s ease;
}

.staviso-folding-carton-application-card:hover
.staviso-folding-carton-application-card__content h3 {
  color: #1f665a;
}

.staviso-folding-carton-application-card__content p {
  margin: 0 0 17px;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.68;
}


/* Card CTA
------------------------------------------ */

.staviso-folding-carton-application-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-top: auto;

  color: #1f665a;

  font-family: inherit;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;

  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.staviso-folding-carton-application-card:hover
.staviso-folding-carton-application-card__cta {
  gap: 11px;

  color: #174f46;
}


/* Notes
------------------------------------------ */

.staviso-folding-carton-applications__notes {
  display: grid;
  width: 100%;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-folding-carton-applications__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-applications__note--limitation {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-folding-carton-applications__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-applications__note--limitation svg {
  stroke: #8a5d28;
}

.staviso-folding-carton-applications__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-folding-carton-applications {
    padding: 72px 20px;
  }

  .staviso-folding-carton-applications__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-applications {
    padding: 56px 16px;
  }

  .staviso-folding-carton-applications__header {
    margin-bottom: 34px;

    text-align: left;
  }

  .staviso-folding-carton-applications__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-applications__header p {
    font-size: 15px;
  }

  .staviso-folding-carton-applications__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-folding-carton-application-card {
    min-height: 0;
    gap: 17px;

    padding: 23px 20px;

    border-radius: 12px;
  }

  .staviso-folding-carton-application-card::before {
    right: 20px;
    left: 20px;
  }

  .staviso-folding-carton-application-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .staviso-folding-carton-application-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-folding-carton-application-card__content {
    min-height: 0;
  }

  .staviso-folding-carton-applications__notes {
    margin-top: 25px;
  }

  .staviso-folding-carton-applications__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-applications {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-application-card {
    flex-direction: column;
  }

  .staviso-folding-carton-application-card__content p {
    font-size: 12px;
  }

  .staviso-folding-carton-applications__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-application-card,
  .staviso-folding-carton-application-card::before,
  .staviso-folding-carton-application-card__icon,
  .staviso-folding-carton-application-card__content h3,
  .staviso-folding-carton-application-card__cta {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d3291af *//* ==========================================
   STAVISO FOLDING CARTON MATERIALS
========================================== */

.staviso-folding-carton-materials {
  width: 100%;
  padding: 88px 20px;

  background: #f6f7f5;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-materials *,
.staviso-folding-carton-materials *::before,
.staviso-folding-carton-materials *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-materials__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-materials__header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 48px;

  text-align: center;
}

.staviso-folding-carton-materials__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-materials__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-materials__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Materials grid
------------------------------------------ */

.staviso-folding-carton-materials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;
}


/* Material card
------------------------------------------ */

.staviso-folding-carton-material-card {
  position: relative;

  display: flex;
  min-width: 0;
  min-height: 270px;
  align-items: flex-start;
  gap: 20px;

  padding: 28px 26px;

  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dde7e2;
  border-radius: 14px;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-folding-carton-material-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 26px;
  left: 26px;

  height: 2px;

  background: rgba(31, 102, 90, 0.11);
  border-radius: 0 0 999px 999px;

  transition: background-color 0.25s ease;
}

.staviso-folding-carton-material-card::after {
  content: "";

  position: absolute;
  right: -52px;
  bottom: -64px;

  width: 134px;
  height: 134px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-folding-carton-material-card:hover {
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 14px 34px rgba(27, 49, 41, 0.09);

  transform: translateY(-4px);
}

.staviso-folding-carton-material-card:hover::before {
  background: #1f665a;
}


/* Icon
------------------------------------------ */

.staviso-folding-carton-material-card__icon {
  position: relative;
  z-index: 1;

  display: inline-flex;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 12px;

  color: #1f665a;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.staviso-folding-carton-material-card:hover
.staviso-folding-carton-material-card__icon {
  background: #1f665a;
  border-color: #1f665a;

  color: #ffffff;
}

.staviso-folding-carton-material-card__icon svg {
  width: 27px;
  height: 27px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Card content
------------------------------------------ */

.staviso-folding-carton-material-card__content {
  position: relative;
  z-index: 1;

  min-width: 0;
  padding-top: 1px;
}

.staviso-folding-carton-material-card__number {
  display: block;
  margin: 0 0 6px;

  color: #789088;

  font-family: inherit;
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.staviso-folding-carton-material-card__content h3 {
  margin: 0 0 10px;

  color: #1d2623;

  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-folding-carton-material-card__content p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Notes
------------------------------------------ */

.staviso-folding-carton-materials__notes {
  display: grid;
  width: 100%;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-folding-carton-materials__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-materials__note--performance {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-folding-carton-materials__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-materials__note--performance svg {
  stroke: #8a5d28;
}

.staviso-folding-carton-materials__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-folding-carton-materials {
    padding: 72px 20px;
  }

  .staviso-folding-carton-materials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staviso-folding-carton-material-card {
    min-height: 245px;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-materials {
    padding: 56px 16px;
  }

  .staviso-folding-carton-materials__header {
    margin-bottom: 34px;

    text-align: left;
  }

  .staviso-folding-carton-materials__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-materials__header p {
    font-size: 15px;
  }

  .staviso-folding-carton-materials__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-folding-carton-material-card {
    min-height: 0;
    gap: 17px;

    padding: 24px 21px;

    border-radius: 12px;
  }

  .staviso-folding-carton-material-card::before {
    right: 21px;
    left: 21px;
  }

  .staviso-folding-carton-material-card__icon {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .staviso-folding-carton-material-card__icon svg {
    width: 25px;
    height: 25px;
  }

  .staviso-folding-carton-material-card__content h3 {
    font-size: 19px;
  }

  .staviso-folding-carton-materials__notes {
    margin-top: 25px;
  }

  .staviso-folding-carton-materials__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-materials {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-material-card {
    flex-direction: column;
  }

  .staviso-folding-carton-materials__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-material-card,
  .staviso-folding-carton-material-card::before,
  .staviso-folding-carton-material-card__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c54c02 *//* ==========================================
   STAVISO FOLDING CARTON REVIEW
========================================== */

.staviso-folding-carton-review {
  width: 100%;
  padding: 88px 20px;

  background: #ffffff;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-review *,
.staviso-folding-carton-review *::before,
.staviso-folding-carton-review *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-review__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-review__header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 48px;

  text-align: center;
}

.staviso-folding-carton-review__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-review__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-review__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* Review steps
------------------------------------------ */

.staviso-folding-carton-review__steps {
  position: relative;

  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 24px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.staviso-folding-carton-review__steps::before {
  content: "";

  position: absolute;
  z-index: 0;
  top: 43px;
  right: 16.66%;
  left: 16.66%;

  height: 1px;

  background: #ceddd7;

  pointer-events: none;
}


/* Review card
------------------------------------------ */

.staviso-folding-carton-review-card {
  position: relative;
  z-index: 1;

  min-width: 0;
  min-height: 315px;
  padding: 28px 25px;

  overflow: hidden;

  background: #f8faf9;
  border: 1px solid #dde7e2;
  border-radius: 14px;

  box-shadow:
    0 7px 22px rgba(27, 49, 41, 0.05);

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease;
}

.staviso-folding-carton-review-card::before {
  content: "";

  position: absolute;
  top: 0;
  right: 25px;
  left: 25px;

  height: 2px;

  background: rgba(31, 102, 90, 0.11);
  border-radius: 0 0 999px 999px;

  transition: background-color 0.25s ease;
}

.staviso-folding-carton-review-card::after {
  content: "";

  position: absolute;
  right: -54px;
  bottom: -66px;

  width: 138px;
  height: 138px;

  background: rgba(31, 102, 90, 0.04);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-folding-carton-review-card:hover {
  background: #ffffff;
  border-color: rgba(31, 102, 90, 0.34);

  box-shadow:
    0 15px 35px rgba(27, 49, 41, 0.09);

  transform: translateY(-4px);
}

.staviso-folding-carton-review-card:hover::before {
  background: #1f665a;
}


/* Card top row
------------------------------------------ */

.staviso-folding-carton-review-card__top {
  position: relative;
  z-index: 1;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  margin: 0 0 27px;
}

.staviso-folding-carton-review-card__number {
  display: inline-flex;
  min-width: 58px;
  height: 30px;
  align-items: center;
  justify-content: center;

  padding: 4px 12px;

  background: #1f665a;
  border-radius: 999px;

  color: #ffffff;

  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.1em;
}

.staviso-folding-carton-review-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 11px;

  color: #1f665a;

  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    color 0.25s ease;
}

.staviso-folding-carton-review-card:hover
.staviso-folding-carton-review-card__icon {
  background: #1f665a;
  border-color: #1f665a;

  color: #ffffff;
}

.staviso-folding-carton-review-card__icon svg {
  width: 25px;
  height: 25px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Card text
------------------------------------------ */

.staviso-folding-carton-review-card h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 12px;

  color: #1d2623;

  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}

.staviso-folding-carton-review-card p {
  position: relative;
  z-index: 1;

  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.72;
}


/* Notes
------------------------------------------ */

.staviso-folding-carton-review__notes {
  display: grid;
  width: 100%;
  max-width: 980px;
  gap: 14px;

  margin: 30px auto 0;
}

.staviso-folding-carton-review__note {
  display: flex;
  align-items: flex-start;
  gap: 13px;

  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-review__note--limitation {
  background: #f8f4ec;
  border-left-color: #9a6a2f;
}

.staviso-folding-carton-review__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-review__note--limitation svg {
  stroke: #8a5d28;
}

.staviso-folding-carton-review__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-folding-carton-review {
    padding: 72px 20px;
  }

  .staviso-folding-carton-review__steps {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .staviso-folding-carton-review__steps::before {
    display: none;
  }

  .staviso-folding-carton-review-card {
    min-height: 0;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-review {
    padding: 56px 16px;
  }

  .staviso-folding-carton-review__header {
    margin-bottom: 34px;

    text-align: left;
  }

  .staviso-folding-carton-review__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-review__header p {
    font-size: 15px;
  }

  .staviso-folding-carton-review-card {
    padding: 23px 20px;

    border-radius: 12px;
  }

  .staviso-folding-carton-review-card::before {
    right: 20px;
    left: 20px;
  }

  .staviso-folding-carton-review-card__top {
    margin-bottom: 22px;
  }

  .staviso-folding-carton-review-card__icon {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }

  .staviso-folding-carton-review-card__icon svg {
    width: 24px;
    height: 24px;
  }

  .staviso-folding-carton-review-card h3 {
    font-size: 20px;
  }

  .staviso-folding-carton-review__notes {
    margin-top: 25px;
  }

  .staviso-folding-carton-review__note {
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-review {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-review-card__top {
    align-items: flex-start;
  }

  .staviso-folding-carton-review__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-review-card,
  .staviso-folding-carton-review-card::before,
  .staviso-folding-carton-review-card__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-def1df7 *//* ==========================================
   STAVISO FOLDING CARTON FAQ
========================================== */

.staviso-folding-carton-faq {
  width: 100%;
  padding: 88px 20px;

  background: #f6f7f5;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-faq *,
.staviso-folding-carton-faq *::before,
.staviso-folding-carton-faq *::after {
  box-sizing: border-box;
}

.staviso-folding-carton-faq__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Header
------------------------------------------ */

.staviso-folding-carton-faq__header {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 48px;

  text-align: center;
}

.staviso-folding-carton-faq__label {
  display: inline-block;
  margin: 0 0 10px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.staviso-folding-carton-faq__header h2 {
  margin: 0 0 14px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.026em;
}

.staviso-folding-carton-faq__header p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}


/* FAQ grid
------------------------------------------ */

.staviso-folding-carton-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 16px 20px;
}


/* FAQ item
------------------------------------------ */

.staviso-folding-carton-faq__item {
  width: 100%;

  overflow: hidden;

  background: #ffffff;
  border: 1px solid #dde6e2;
  border-radius: 12px;

  box-shadow:
    0 6px 20px rgba(27, 49, 41, 0.045);

  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.staviso-folding-carton-faq__item:hover {
  border-color: rgba(31, 102, 90, 0.3);

  box-shadow:
    0 10px 27px rgba(27, 49, 41, 0.07);
}

.staviso-folding-carton-faq__item[open] {
  border-color: rgba(31, 102, 90, 0.4);

  box-shadow:
    0 13px 32px rgba(27, 49, 41, 0.09);
}


/* Summary
------------------------------------------ */

.staviso-folding-carton-faq__item summary {
  display: flex;
  min-height: 84px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  padding: 20px 21px;

  color: #1d2623;

  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;

  cursor: pointer;
  list-style: none;
  user-select: none;

  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.staviso-folding-carton-faq__item summary::-webkit-details-marker {
  display: none;
}

.staviso-folding-carton-faq__item summary::marker {
  content: "";
}

.staviso-folding-carton-faq__item summary:hover,
.staviso-folding-carton-faq__item[open] summary {
  background: #f8faf9;
  color: #1f665a;
}


/* Indicator
------------------------------------------ */

.staviso-folding-carton-faq__indicator {
  position: relative;

  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;

  background: #eaf3ef;
  border: 1px solid #d4e4dc;
  border-radius: 50%;

  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.staviso-folding-carton-faq__indicator::before,
.staviso-folding-carton-faq__indicator::after {
  content: "";

  position: absolute;
  top: 50%;
  left: 50%;

  background: #1f665a;
  border-radius: 2px;

  transform: translate(-50%, -50%);

  transition:
    background-color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease;
}

.staviso-folding-carton-faq__indicator::before {
  width: 12px;
  height: 2px;
}

.staviso-folding-carton-faq__indicator::after {
  width: 2px;
  height: 12px;
}

.staviso-folding-carton-faq__item[open]
.staviso-folding-carton-faq__indicator {
  background: #1f665a;
  border-color: #1f665a;
}

.staviso-folding-carton-faq__item[open]
.staviso-folding-carton-faq__indicator::before,
.staviso-folding-carton-faq__item[open]
.staviso-folding-carton-faq__indicator::after {
  background: #ffffff;
}

.staviso-folding-carton-faq__item[open]
.staviso-folding-carton-faq__indicator::after {
  opacity: 0;

  transform:
    translate(-50%, -50%)
    rotate(90deg);
}


/* Answer
------------------------------------------ */

.staviso-folding-carton-faq__answer {
  padding: 0 21px 22px;
}

.staviso-folding-carton-faq__answer p {
  margin: 0;
  padding-top: 18px;

  border-top: 1px solid #e3eae6;

  color: #59625e;

  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
}

.staviso-folding-carton-faq__answer p + p {
  margin-top: 14px;
  padding-top: 0;

  border-top: 0;
}


/* Bottom note
------------------------------------------ */

.staviso-folding-carton-faq__note {
  display: flex;
  width: 100%;
  max-width: 980px;
  align-items: flex-start;
  gap: 13px;

  margin: 30px auto 0;
  padding: 17px 19px;

  background: #edf3f0;
  border-left: 4px solid #1f665a;
  border-radius: 0 9px 9px 0;
}

.staviso-folding-carton-faq__note svg {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;

  margin-top: 2px;

  fill: none;
  stroke: #1f665a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-faq__note p {
  margin: 0;

  color: #59625e;

  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}


/* Keyboard focus
------------------------------------------ */

.staviso-folding-carton-faq__item summary:focus-visible {
  position: relative;
  z-index: 1;

  outline: 3px solid rgba(31, 102, 90, 0.3);
  outline-offset: -3px;
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 900px) {

  .staviso-folding-carton-faq {
    padding: 72px 20px;
  }

  .staviso-folding-carton-faq__grid {
    grid-template-columns: 1fr;
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-faq {
    padding: 56px 16px;
  }

  .staviso-folding-carton-faq__header {
    margin-bottom: 34px;

    text-align: left;
  }

  .staviso-folding-carton-faq__header h2 {
    font-size: 29px;
  }

  .staviso-folding-carton-faq__header p {
    font-size: 15px;
  }

  .staviso-folding-carton-faq__grid {
    gap: 13px;
  }

  .staviso-folding-carton-faq__item summary {
    min-height: 0;
    gap: 16px;

    padding: 18px;

    font-size: 15px;
  }

  .staviso-folding-carton-faq__indicator {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .staviso-folding-carton-faq__answer {
    padding: 0 18px 19px;
  }

  .staviso-folding-carton-faq__answer p {
    padding-top: 16px;

    font-size: 13px;
    line-height: 1.72;
  }

  .staviso-folding-carton-faq__note {
    margin-top: 25px;
    padding: 15px 16px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-faq {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-faq__item summary {
    padding: 16px;
  }

  .staviso-folding-carton-faq__answer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .staviso-folding-carton-faq__note p {
    font-size: 12px;
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-faq__item,
  .staviso-folding-carton-faq__item summary,
  .staviso-folding-carton-faq__indicator,
  .staviso-folding-carton-faq__indicator::before,
  .staviso-folding-carton-faq__indicator::after {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a2f2c2 *//* ==========================================
   STAVISO FOLDING CARTON FINAL QUOTE CTA
========================================== */

.staviso-folding-carton-quote {
  position: relative;

  width: 100%;
  padding: 96px 20px;

  overflow: hidden;

  background: #1f665a;
  scroll-margin-top: 100px;
}

.staviso-folding-carton-quote *,
.staviso-folding-carton-quote *::before,
.staviso-folding-carton-quote *::after {
  box-sizing: border-box;
}


/* Background depth
------------------------------------------ */

.staviso-folding-carton-quote::before {
  content: "";

  position: absolute;
  top: -230px;
  left: 50%;

  width: 640px;
  height: 640px;

  background: rgba(255, 255, 255, 0.035);
  border-radius: 50%;

  transform: translateX(-50%);

  pointer-events: none;
}

.staviso-folding-carton-quote::after {
  content: "";

  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;

  height: 1px;

  background: rgba(255, 255, 255, 0.16);

  pointer-events: none;
}


/* Decorative carton diagrams
------------------------------------------ */

.staviso-folding-carton-quote__decoration {
  position: absolute;

  color: rgba(255, 255, 255, 0.075);

  pointer-events: none;
}

.staviso-folding-carton-quote__decoration svg {
  display: block;
  width: 100%;
  height: 100%;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-folding-carton-quote__decoration--left {
  bottom: -34px;
  left: -24px;

  width: 300px;
  height: 300px;

  transform: rotate(-7deg);
}

.staviso-folding-carton-quote__decoration--right {
  top: -38px;
  right: -25px;

  width: 310px;
  height: 310px;

  transform: rotate(8deg);
}


/* Container
------------------------------------------ */

.staviso-folding-carton-quote__container {
  position: relative;
  z-index: 1;

  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.55fr);
  align-items: center;
  gap: 72px;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* Main content
------------------------------------------ */

.staviso-folding-carton-quote__content {
  width: 100%;
  max-width: 760px;
}

.staviso-folding-carton-quote__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  margin: 0 0 15px;

  color: rgba(255, 255, 255, 0.78);

  font-family: inherit;
  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.staviso-folding-carton-quote__label::before {
  content: "";

  display: block;
  width: 24px;
  height: 1px;
  flex: 0 0 24px;

  background: rgba(255, 255, 255, 0.56);
}

.staviso-folding-carton-quote__content h2 {
  max-width: 750px;
  margin: 0 0 20px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 760;
  line-height: 1.12;
  letter-spacing: -0.034em;
}

.staviso-folding-carton-quote__content > p {
  max-width: 690px;
  margin: 0;

  color: rgba(255, 255, 255, 0.78);

  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.78;
}


/* Quote button
------------------------------------------ */

.staviso-folding-carton-quote__button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;

  margin-top: 31px;
  padding: 13px 22px;

  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;

  color: #1f665a;

  font-family: inherit;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;

  box-shadow:
    0 10px 25px rgba(12, 48, 41, 0.2);

  transition:
    gap 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease,
    transform 0.22s ease;
}

.staviso-folding-carton-quote__button svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.22s ease;
}

.staviso-folding-carton-quote__button:hover {
  gap: 13px;

  background: #edf3f0;
  border-color: #edf3f0;

  color: #174f46;

  box-shadow:
    0 14px 30px rgba(12, 48, 41, 0.26);

  transform: translateY(-2px);
}

.staviso-folding-carton-quote__button:hover svg {
  transform: translateX(3px);
}

.staviso-folding-carton-quote__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.42);
  outline-offset: 5px;
}


/* Project detail panel
------------------------------------------ */

.staviso-folding-carton-quote__project-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;

  width: 100%;
  margin: 0;
  padding: 8px 24px;

  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;

  backdrop-filter: blur(7px);
}

.staviso-folding-carton-quote__project-details span {
  position: relative;

  display: flex;
  min-height: 48px;
  align-items: center;

  padding: 11px 4px 11px 24px;

  color: rgba(255, 255, 255, 0.82);

  font-family: inherit;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.4;
}

.staviso-folding-carton-quote__project-details span::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 3px;

  width: 8px;
  height: 8px;

  background: rgba(255, 255, 255, 0.82);
  border-radius: 50%;

  box-shadow:
    0 0 0 4px rgba(255, 255, 255, 0.08);

  transform: translateY(-50%);
}

.staviso-folding-carton-quote__project-details span + span {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}


/* ==========================================
   TABLET
========================================== */

@media screen and (max-width: 960px) {

  .staviso-folding-carton-quote {
    padding: 78px 20px;
  }

  .staviso-folding-carton-quote__container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .staviso-folding-carton-quote__project-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));

    padding: 8px 18px;
  }

  .staviso-folding-carton-quote__project-details span {
    min-height: 52px;
    padding-right: 14px;
  }

  .staviso-folding-carton-quote__project-details span + span {
    border-top: 0;
  }

  .staviso-folding-carton-quote__project-details span:nth-child(n + 4) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

}


/* ==========================================
   MOBILE
========================================== */

@media screen and (max-width: 640px) {

  .staviso-folding-carton-quote {
    padding: 64px 16px;
  }

  .staviso-folding-carton-quote__container {
    gap: 34px;
  }

  .staviso-folding-carton-quote__content h2 {
    margin-bottom: 17px;

    font-size: 34px;
    line-height: 1.16;
  }

  .staviso-folding-carton-quote__content > p {
    font-size: 15px;
    line-height: 1.72;
  }

  .staviso-folding-carton-quote__button {
    width: 100%;
    margin-top: 26px;
  }

  .staviso-folding-carton-quote__project-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .staviso-folding-carton-quote__project-details span:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .staviso-folding-carton-quote__decoration--left {
    left: -105px;
  }

  .staviso-folding-carton-quote__decoration--right {
    right: -125px;
  }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media screen and (max-width: 400px) {

  .staviso-folding-carton-quote {
    padding-right: 14px;
    padding-left: 14px;
  }

  .staviso-folding-carton-quote__content h2 {
    font-size: 31px;
  }

  .staviso-folding-carton-quote__project-details {
    grid-template-columns: 1fr;
  }

  .staviso-folding-carton-quote__project-details span + span,
  .staviso-folding-carton-quote__project-details span:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

}


/* ==========================================
   REDUCED MOTION
========================================== */

@media (prefers-reduced-motion: reduce) {

  .staviso-folding-carton-quote__button,
  .staviso-folding-carton-quote__button svg {
    transition: none;
  }

}/* End custom CSS */