.elementor-2590 .elementor-element.elementor-element-a87ac32{--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-2170224 *//* ==========================================
   STAVISO REVERSE TUCK END CARTON HERO
========================================== */

.staviso-rte-hero {
  position: relative;

  width: 100%;
  padding: 36px 20px 72px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-hero::before {
  content: "";

  position: absolute;
  top: -210px;
  right: -140px;

  width: 470px;
  height: 470px;

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

  pointer-events: none;
}

.staviso-rte-hero::after {
  content: "";

  position: absolute;
  bottom: -200px;
  left: -150px;

  width: 390px;
  height: 390px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

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

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


/* ==========================================
   HERO PANEL
========================================== */

.staviso-rte-hero__panel {
  display: grid;
  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(0, 0.96fr);

  gap: 56px;

  align-items: center;

  width: 100%;

  padding: 48px;

  background: #ffffff;

  border: 1px solid rgba(31, 102, 90, 0.13);
  border-radius: 24px;

  box-shadow:
    0 22px 55px rgba(45, 47, 43, 0.08);
}


/* ==========================================
   LEFT VISUAL
========================================== */

.staviso-rte-hero__visual {
  min-width: 0;
}


/* Main image
------------------------------------------ */

.staviso-rte-hero__main-media {
  position: relative;

  width: 100%;
  aspect-ratio: 1 / 1;

  overflow: hidden;

  background:
    linear-gradient(
      145deg,
      #f1f5f2 0%,
      #e8efeb 100%
    );

  border: 1px solid #dbe6e0;
  border-radius: 18px;
}

.staviso-rte-hero__main-media::after {
  content: "";

  position: absolute;
  inset: 14px;

  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 12px;

  pointer-events: none;
}

.staviso-rte-hero__main-image {
  display: block;

  width: 100%;
  height: 100%;

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


/* Product label
------------------------------------------ */

.staviso-rte-hero__media-label {
  position: absolute;
  z-index: 3;

  top: 20px;
  left: 20px;

  padding: 8px 12px;

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

  color: #1f665a;

  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;

  backdrop-filter: blur(7px);
}


/* Structure badge
------------------------------------------ */

.staviso-rte-hero__structure-badge {
  position: absolute;
  z-index: 3;

  right: 20px;
  bottom: 20px;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 10px 13px;

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

  box-shadow:
    0 8px 24px rgba(39, 53, 47, 0.1);

  color: #35564f;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.055em;

  text-transform: uppercase;

  backdrop-filter: blur(8px);
}

.staviso-rte-hero__structure-icon {
  display: flex;
  width: 32px;
  height: 32px;

  flex: 0 0 32px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;
  border-radius: 7px;

  color: #1f665a;
}

.staviso-rte-hero__structure-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   PRODUCT GALLERY
========================================== */

.staviso-rte-hero__gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 10px;

  margin-top: 12px;
}

.staviso-rte-hero__gallery-item {
  min-width: 0;
  margin: 0;
}

.staviso-rte-hero__gallery-image {
  width: 100%;
  aspect-ratio: 4 / 3;

  overflow: hidden;

  background: #eef2ef;

  border: 1px solid #dce5e1;
  border-radius: 9px;

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

.staviso-rte-hero__gallery-image img {
  display: block;

  width: 100%;
  height: 100%;

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

  transition: transform 0.28s ease;
}

.staviso-rte-hero__gallery-item:hover
.staviso-rte-hero__gallery-image {
  border-color: #a9c3b8;

  box-shadow:
    0 7px 18px rgba(38, 52, 46, 0.09);

  transform: translateY(-2px);
}

.staviso-rte-hero__gallery-item:hover
.staviso-rte-hero__gallery-image img {
  transform: scale(1.035);
}

.staviso-rte-hero__gallery-item figcaption {
  margin-top: 6px;

  color: #65716c;

  font-family: inherit;
  font-size: 9px;
  font-weight: 750;
  line-height: 1.3;
  letter-spacing: 0.05em;

  text-align: center;
  text-transform: uppercase;
}


/* ==========================================
   RIGHT CONTENT
========================================== */

.staviso-rte-hero__content {
  min-width: 0;
  padding: 4px 0;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 15px;

  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-hero__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-hero__content h1 {
  max-width: 640px;

  margin: 0 0 13px;

  color: #1d2623;

  font-family: inherit;

  font-size: clamp(42px, 4.7vw, 64px);
  font-weight: 790;
  line-height: 1.03;

  letter-spacing: -0.045em;
}


/* Subtitle
------------------------------------------ */

.staviso-rte-hero__subtitle {
  max-width: 610px;

  margin: 0 0 17px;

  color: #1f665a;

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


/* Description
------------------------------------------ */

.staviso-rte-hero__description {
  max-width: 640px;

  margin: 0;

  color: #59625e;

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


/* ==========================================
   SPECIFICATIONS
========================================== */

.staviso-rte-hero__specs {
  margin-top: 26px;

  border-top: 1px solid #e1e8e4;
  border-bottom: 1px solid #e1e8e4;
}

.staviso-rte-hero__spec {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr);

  gap: 14px;

  padding: 10px 0;

  border-bottom: 1px solid #edf0ee;
}

.staviso-rte-hero__spec:last-child {
  border-bottom: 0;
}

.staviso-rte-hero__spec-label {
  color: #79817d;

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

  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.staviso-rte-hero__spec-value {
  color: #29332f;

  font-family: inherit;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.5;
}


/* ==========================================
   CTA BUTTONS
========================================== */

.staviso-rte-hero__actions {
  display: flex;
  flex-wrap: wrap;

  gap: 11px;

  margin-top: 27px;
}

.staviso-rte-hero__button {
  display: inline-flex;

  min-height: 50px;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 12px 19px;

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

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

  text-align: center;
  text-decoration: none;

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

.staviso-rte-hero__button svg {
  width: 17px;
  height: 17px;

  flex: 0 0 17px;

  fill: none;

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

  transition: transform 0.22s ease;
}


/* Primary
------------------------------------------ */

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

  color: #ffffff;

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

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

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

  box-shadow:
    0 11px 26px rgba(31, 102, 90, 0.24);

  transform: translateY(-2px);
}

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


/* Secondary
------------------------------------------ */

.staviso-rte-hero__button--secondary {
  background: #ffffff;
  border-color: #b9ccc4;

  color: #1f665a;
}

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

  color: #174f46;

  transform: translateY(-2px);
}

.staviso-rte-hero__button--secondary:hover svg {
  transform: translateY(2px);
}


/* Focus
------------------------------------------ */

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


/* Small note
------------------------------------------ */

.staviso-rte-hero__note {
  margin: 13px 0 0;

  color: #7b8580;

  font-family: inherit;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}


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

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

  .staviso-rte-hero__panel {
    grid-template-columns:
      minmax(0, 0.98fr)
      minmax(0, 1.02fr);

    gap: 38px;

    padding: 38px;
  }

  .staviso-rte-hero__content h1 {
    font-size: clamp(40px, 4.5vw, 56px);
  }

  .staviso-rte-hero__spec {
    grid-template-columns: 110px minmax(0, 1fr);
  }

}


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

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

  .staviso-rte-hero {
    padding: 26px 20px 64px;
  }

  .staviso-rte-hero__panel {
    grid-template-columns: 1fr;

    gap: 42px;

    padding: 40px;
  }

  .staviso-rte-hero__visual {
    width: 100%;
    max-width: 720px;

    margin: 0 auto;
  }

  .staviso-rte-hero__content {
    width: 100%;
    max-width: 720px;

    margin: 0 auto;
  }

  .staviso-rte-hero__content h1 {
    max-width: 700px;
  }

  .staviso-rte-hero__description {
    max-width: 700px;
  }

}


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

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

  .staviso-rte-hero {
    padding: 18px 15px 48px;
  }

  .staviso-rte-hero__panel {
    gap: 33px;

    padding: 22px;

    border-radius: 17px;
  }


  /* Main image */

  .staviso-rte-hero__main-media {
    border-radius: 13px;
  }

  .staviso-rte-hero__media-label {
    top: 13px;
    left: 13px;

    padding: 6px 9px;

    font-size: 8px;
  }

  .staviso-rte-hero__structure-badge {
    right: 13px;
    bottom: 13px;

    gap: 7px;

    padding: 7px 9px;

    font-size: 7px;
  }

  .staviso-rte-hero__structure-icon {
    width: 27px;
    height: 27px;

    flex-basis: 27px;
  }


  /* Gallery */

  .staviso-rte-hero__gallery {
    gap: 7px;
  }

  .staviso-rte-hero__gallery-image {
    border-radius: 7px;
  }

  .staviso-rte-hero__gallery-item figcaption {
    font-size: 7px;
  }


  /* Content */

  .staviso-rte-hero__content h1 {
    margin-bottom: 12px;

    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.06;
  }

  .staviso-rte-hero__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .staviso-rte-hero__description {
    font-size: 14px;
    line-height: 1.68;
  }


  /* Specs */

  .staviso-rte-hero__specs {
    margin-top: 22px;
  }

  .staviso-rte-hero__spec {
    grid-template-columns: 92px minmax(0, 1fr);

    gap: 10px;

    padding: 9px 0;
  }

  .staviso-rte-hero__spec-label {
    font-size: 9px;
  }

  .staviso-rte-hero__spec-value {
    font-size: 12px;
  }


  /* Buttons */

  .staviso-rte-hero__actions {
    display: grid;
    grid-template-columns: 1fr;

    gap: 10px;

    margin-top: 23px;
  }

  .staviso-rte-hero__button {
    width: 100%;
  }

}


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

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

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

  .staviso-rte-hero__panel {
    padding: 18px;
  }

  .staviso-rte-hero__gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 9px;
  }

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

  .staviso-rte-hero__spec {
    grid-template-columns: 1fr;

    gap: 3px;
  }

}


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

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

  .staviso-rte-hero__gallery-image,
  .staviso-rte-hero__gallery-image img,
  .staviso-rte-hero__button,
  .staviso-rte-hero__button svg {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ac71656 *//* ==========================================
   STAVISO REVERSE TUCK END STRUCTURE
========================================== */

.staviso-rte-structure {
  position: relative;

  width: 100%;
  padding: 88px 20px;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-rte-structure *,
.staviso-rte-structure *::before,
.staviso-rte-structure *::after {
  box-sizing: border-box;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-structure__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* ==========================================
   GRID
========================================== */

.staviso-rte-structure__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(0, 1.08fr);

  gap: 72px;

  align-items: center;
}


/* ==========================================
   CONTENT
========================================== */

.staviso-rte-structure__content {
  min-width: 0;
  max-width: 570px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-structure__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 16px;
  padding: 7px 11px;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-structure__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-structure__content h2 {
  max-width: 560px;

  margin: 0 0 20px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Lead
------------------------------------------ */

.staviso-rte-structure__lead {
  max-width: 560px;

  margin: 0 0 15px;

  color: #34423d;

  font-family: inherit;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.68;
}


/* Description
------------------------------------------ */

.staviso-rte-structure__description {
  max-width: 560px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   FEATURE LIST
========================================== */

.staviso-rte-structure__features {
  display: grid;
  gap: 13px;

  margin-top: 31px;
}

.staviso-rte-structure__feature {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  padding: 14px 15px;

  background: #fafbf9;

  border: 1px solid #e4eae7;
  border-radius: 11px;
}

.staviso-rte-structure__feature-icon {
  display: flex;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 9px;

  color: #1f665a;
}

.staviso-rte-structure__feature-icon svg {
  width: 20px;
  height: 20px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-structure__feature strong {
  display: block;

  margin-bottom: 3px;

  color: #28332f;

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

.staviso-rte-structure__feature div > span {
  display: block;

  color: #707a75;

  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}


/* ==========================================
   VISUAL
========================================== */

.staviso-rte-structure__visual {
  min-width: 0;
}


/* Diagram card
------------------------------------------ */

.staviso-rte-structure__diagram-card {
  position: relative;

  padding: 27px;

  background:
    linear-gradient(
      145deg,
      #f5f7f5 0%,
      #edf2ef 100%
    );

  border: 1px solid #dce6e1;
  border-radius: 20px;

  box-shadow:
    0 18px 42px rgba(38, 48, 44, 0.08);
}


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

.staviso-rte-structure__diagram-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  margin-bottom: 26px;

  color: #30423b;

  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}

.staviso-rte-structure__diagram-code {
  display: inline-flex;

  min-width: 40px;
  height: 28px;

  align-items: center;
  justify-content: center;

  padding: 0 8px;

  background: #ffffff;

  border: 1px solid #d8e3de;
  border-radius: 7px;

  color: #1f665a;

  font-size: 10px;
}


/* ==========================================
   STRUCTURE DIAGRAM
========================================== */

.staviso-rte-structure__diagram {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;

  padding: 24px 10px 22px;

  background: rgba(255, 255, 255, 0.75);

  border: 1px solid rgba(209, 220, 215, 0.9);
  border-radius: 14px;
}


/* Panels
------------------------------------------ */

.staviso-rte-structure__panels {
  display: grid;

  grid-template-columns:
    0.78fr
    1.12fr
    0.78fr
    1.12fr;

  width: 100%;
  max-width: 500px;

  margin: 25px 0;

  border: 2px solid #6d8f84;
  border-radius: 6px;

  overflow: hidden;
}

.staviso-rte-structure__panel {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 132px;

  align-items: center;
  justify-content: center;

  padding: 16px 8px;

  background: #ffffff;

  color: #49645b;

  font-family: inherit;
  text-align: center;
}

.staviso-rte-structure__panel + .staviso-rte-structure__panel {
  border-left: 1px dashed #9bb3aa;
}

.staviso-rte-structure__panel--front {
  background: #edf3f0;
}

.staviso-rte-structure__panel span {
  display: block;

  color: #28443b;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;

  text-transform: uppercase;
}

.staviso-rte-structure__panel small {
  display: block;

  margin-top: 4px;

  color: #73827c;

  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


/* Tuck flaps
------------------------------------------ */

.staviso-rte-structure__tuck {
  display: inline-flex;

  min-width: 155px;

  align-items: center;
  justify-content: center;
  gap: 9px;

  padding: 11px 16px;

  background: #ffffff;

  border: 2px solid #6d8f84;
  border-radius: 8px;

  color: #1f665a;

  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.055em;

  text-transform: uppercase;
}

.staviso-rte-structure__tuck svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* Connecting lines
------------------------------------------ */

.staviso-rte-structure__tuck--top {
  position: relative;
}

.staviso-rte-structure__tuck--top::after {
  content: "";

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

  width: 2px;
  height: 27px;

  background: #6d8f84;

  transform: translateX(-50%);
}

.staviso-rte-structure__tuck--bottom {
  position: relative;
}

.staviso-rte-structure__tuck--bottom::before {
  content: "";

  position: absolute;
  bottom: 100%;
  left: 50%;

  width: 2px;
  height: 27px;

  background: #6d8f84;

  transform: translateX(-50%);
}


/* ==========================================
   STRUCTURE NOTE
========================================== */

.staviso-rte-structure__note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);

  gap: 12px;

  align-items: center;

  margin-top: 17px;
  padding: 14px;

  background: #ffffff;

  border: 1px solid #dce6e1;
  border-radius: 11px;
}

.staviso-rte-structure__note-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 8px;

  color: #1f665a;
}

.staviso-rte-structure__note-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-structure__note p {
  margin: 0;

  color: #566660;

  font-family: inherit;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.58;
}


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

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

  .staviso-rte-structure {
    padding: 72px 20px;
  }

  .staviso-rte-structure__grid {
    grid-template-columns: 1fr;

    gap: 45px;
  }

  .staviso-rte-structure__content {
    max-width: 720px;
  }

  .staviso-rte-structure__visual {
    width: 100%;
    max-width: 720px;
  }

}


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

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

  .staviso-rte-structure {
    padding: 58px 15px;
  }

  .staviso-rte-structure__grid {
    gap: 34px;
  }

  .staviso-rte-structure__content h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-structure__lead {
    font-size: 15px;
  }

  .staviso-rte-structure__description {
    font-size: 14px;
  }

  .staviso-rte-structure__feature {
    grid-template-columns: 38px minmax(0, 1fr);

    padding: 12px;
  }

  .staviso-rte-structure__feature-icon {
    width: 38px;
    height: 38px;
  }

  .staviso-rte-structure__diagram-card {
    padding: 18px;
    border-radius: 16px;
  }

  .staviso-rte-structure__diagram {
    padding-right: 7px;
    padding-left: 7px;
  }

  .staviso-rte-structure__panels {
    margin: 22px 0;
  }

  .staviso-rte-structure__panel {
    min-height: 104px;
    padding: 11px 4px;
  }

  .staviso-rte-structure__panel span {
    font-size: 10px;
  }

  .staviso-rte-structure__panel small {
    font-size: 7px;
  }

  .staviso-rte-structure__tuck {
    min-width: 135px;

    padding: 9px 12px;

    font-size: 9px;
  }

}


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

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

  .staviso-rte-structure {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-structure__diagram-card {
    padding: 14px;
  }

  .staviso-rte-structure__diagram-header {
    margin-bottom: 18px;

    font-size: 9px;
  }

  .staviso-rte-structure__panel {
    min-height: 88px;
  }

  .staviso-rte-structure__panel span {
    font-size: 8px;
  }

  .staviso-rte-structure__panel small {
    font-size: 6px;
  }

  .staviso-rte-structure__note {
    grid-template-columns: 1fr;

    text-align: center;
  }

  .staviso-rte-structure__note-icon {
    margin: 0 auto;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e0a9609 *//* ==========================================
   STAVISO REVERSE TUCK END BENEFITS
========================================== */

.staviso-rte-benefits {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-rte-benefits *,
.staviso-rte-benefits *::before,
.staviso-rte-benefits *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-benefits::before {
  content: "";

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

  width: 360px;
  height: 360px;

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

  pointer-events: none;
}

.staviso-rte-benefits::after {
  content: "";

  position: absolute;
  bottom: -185px;
  left: -145px;

  width: 380px;
  height: 380px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-benefits__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   SECTION HEADER
========================================== */

.staviso-rte-benefits__header {
  max-width: 720px;

  margin: 0 auto 47px;

  text-align: center;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-benefits__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-benefits__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-benefits__header h2 {
  max-width: 720px;

  margin: 0 auto 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Introduction
------------------------------------------ */

.staviso-rte-benefits__intro {
  max-width: 680px;

  margin: 0 auto;

  color: #65706b;

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


/* ==========================================
   BENEFITS GRID
========================================== */

.staviso-rte-benefits__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* ==========================================
   BENEFIT CARD
========================================== */

.staviso-rte-benefits__card {
  position: relative;

  min-width: 0;
  min-height: 260px;

  padding: 28px 27px 26px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(31, 102, 90, 0.12);
  border-radius: 16px;

  box-shadow:
    0 10px 28px rgba(48, 51, 46, 0.045);

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

.staviso-rte-benefits__card:hover {
  border-color: rgba(31, 102, 90, 0.3);

  box-shadow:
    0 18px 40px rgba(39, 53, 47, 0.09);

  transform: translateY(-4px);
}


/* Subtle card decoration
------------------------------------------ */

.staviso-rte-benefits__card::before {
  content: "";

  position: absolute;
  top: -52px;
  right: -52px;

  width: 120px;
  height: 120px;

  background: #f3f7f5;
  border-radius: 50%;

  transition:
    width 0.3s ease,
    height 0.3s ease,
    background-color 0.3s ease;
}

.staviso-rte-benefits__card:hover::before {
  width: 132px;
  height: 132px;

  background: #edf3f0;
}


/* ==========================================
   ICON
========================================== */

.staviso-rte-benefits__icon {
  position: relative;
  z-index: 2;

  display: flex;

  width: 52px;
  height: 52px;

  align-items: center;
  justify-content: center;

  margin-bottom: 24px;

  background: #edf3f0;

  border: 1px solid #dbe7e1;
  border-radius: 12px;

  color: #1f665a;

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

.staviso-rte-benefits__icon svg {
  width: 24px;
  height: 24px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-benefits__card:hover
.staviso-rte-benefits__icon {
  background: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}


/* ==========================================
   CARD CONTENT
========================================== */

.staviso-rte-benefits__card-content {
  position: relative;
  z-index: 2;
}

.staviso-rte-benefits__card h3 {
  margin: 0 0 10px;

  color: #26312d;

  font-family: inherit;
  font-size: 19px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.staviso-rte-benefits__card p {
  margin: 0;

  color: #68736e;

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


/* ==========================================
   CARD NUMBER
========================================== */

.staviso-rte-benefits__number {
  position: absolute;
  z-index: 2;

  top: 28px;
  right: 24px;

  color: #a3b6ae;

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


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

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

  .staviso-rte-benefits {
    padding: 76px 20px 82px;
  }

  .staviso-rte-benefits__header {
    margin-bottom: 40px;
  }

  .staviso-rte-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}


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

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

  .staviso-rte-benefits {
    padding: 60px 15px 64px;
  }

  .staviso-rte-benefits__header {
    margin-bottom: 32px;

    text-align: left;
  }

  .staviso-rte-benefits__header h2 {
    margin-left: 0;

    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-benefits__intro {
    margin-left: 0;

    font-size: 14px;
    line-height: 1.7;
  }

  .staviso-rte-benefits__grid {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .staviso-rte-benefits__card {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);

    gap: 15px;

    min-height: 0;

    padding: 21px 20px;

    border-radius: 13px;
  }

  .staviso-rte-benefits__icon {
    width: 46px;
    height: 46px;

    margin: 0;

    border-radius: 10px;
  }

  .staviso-rte-benefits__icon svg {
    width: 21px;
    height: 21px;
  }

  .staviso-rte-benefits__card h3 {
    padding-right: 28px;

    font-size: 16px;
  }

  .staviso-rte-benefits__card p {
    font-size: 12px;
    line-height: 1.62;
  }

  .staviso-rte-benefits__number {
    top: 22px;
    right: 18px;

    font-size: 9px;
  }

}


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

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

  .staviso-rte-benefits {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-benefits__card {
    grid-template-columns: 42px minmax(0, 1fr);

    gap: 12px;

    padding: 18px 16px;
  }

  .staviso-rte-benefits__icon {
    width: 42px;
    height: 42px;
  }

}


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

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

  .staviso-rte-benefits__card,
  .staviso-rte-benefits__card::before,
  .staviso-rte-benefits__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80683b4 *//* ==========================================
   STAVISO REVERSE TUCK END SPECIFICATIONS
========================================== */

.staviso-rte-specs {
  position: relative;

  width: 100%;
  padding: 90px 20px 96px;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-rte-specs *,
.staviso-rte-specs *::before,
.staviso-rte-specs *::after {
  box-sizing: border-box;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-specs__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}


/* ==========================================
   HEADER
========================================== */

.staviso-rte-specs__header {
  max-width: 760px;

  margin: 0 0 43px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-specs__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-specs__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-specs__header h2 {
  max-width: 720px;

  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-specs__intro {
  max-width: 720px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   SPECIFICATIONS PANEL
========================================== */

.staviso-rte-specs__panel {
  overflow: hidden;

  background: #f7f8f6;

  border: 1px solid #dce5e1;
  border-radius: 20px;

  box-shadow:
    0 17px 40px rgba(38, 48, 44, 0.065);
}


/* ==========================================
   PANEL HEADER
========================================== */

.staviso-rte-specs__panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 24px;

  padding: 28px 30px;

  background: #1f665a;

  color: #ffffff;
}

.staviso-rte-specs__panel-label {
  display: block;

  margin-bottom: 6px;

  color: rgba(255, 255, 255, 0.68);

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.1em;

  text-transform: uppercase;
}

.staviso-rte-specs__panel-header h3 {
  margin: 0;

  color: #ffffff;

  font-family: inherit;
  font-size: 20px;
  font-weight: 720;
  line-height: 1.35;
  letter-spacing: -0.015em;
}

.staviso-rte-specs__code {
  display: flex;

  min-width: 52px;
  height: 37px;

  align-items: center;
  justify-content: center;

  padding: 0 12px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;

  color: #ffffff;

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


/* ==========================================
   SPECS GRID
========================================== */

.staviso-rte-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 1px;

  background: #dde5e1;
}


/* ==========================================
   SPEC ITEM
========================================== */

.staviso-rte-specs__item {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);

  min-width: 0;

  background: #ffffff;
}

.staviso-rte-specs__item--wide {
  grid-column: 1 / -1;
}


/* Specification name
------------------------------------------ */

.staviso-rte-specs__name {
  display: flex;
  align-items: center;

  min-width: 0;
  min-height: 62px;

  padding: 14px 18px;

  background: #f7f9f7;

  color: #66736e;

  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.055em;

  text-transform: uppercase;
}


/* Specification value
------------------------------------------ */

.staviso-rte-specs__value {
  display: flex;
  align-items: center;

  min-width: 0;
  min-height: 62px;

  padding: 14px 19px;

  color: #29342f;

  font-family: inherit;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.55;

  overflow-wrap: anywhere;
}


/* ==========================================
   FOOTER
========================================== */

.staviso-rte-specs__footer {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;

  padding: 25px 30px;

  background: #f4f7f5;
}


/* Footer copy
------------------------------------------ */

.staviso-rte-specs__footer-copy {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);

  gap: 12px;

  align-items: center;

  max-width: 720px;
}

.staviso-rte-specs__footer-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 8px;

  color: #1f665a;
}

.staviso-rte-specs__footer-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-specs__footer-copy p {
  margin: 0;

  color: #5f6d67;

  font-family: inherit;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.6;
}


/* ==========================================
   CTA BUTTON
========================================== */

.staviso-rte-specs__button {
  display: inline-flex;

  min-height: 48px;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 11px 17px;

  background: #ffffff;

  border: 1px solid #b7cbc2;
  border-radius: 8px;

  color: #1f665a;

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

  text-align: center;
  text-decoration: none;

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

.staviso-rte-specs__button svg {
  width: 17px;
  height: 17px;

  flex: 0 0 17px;

  fill: none;

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

  transition: transform 0.22s ease;
}

.staviso-rte-specs__button:hover {
  gap: 12px;

  background: #1f665a;
  border-color: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}

.staviso-rte-specs__button:hover svg {
  transform: translateX(3px);
}

.staviso-rte-specs__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.26);
  outline-offset: 4px;
}


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

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

  .staviso-rte-specs {
    padding: 74px 20px 80px;
  }

  .staviso-rte-specs__grid {
    grid-template-columns: 1fr;
  }

  .staviso-rte-specs__item--wide {
    grid-column: auto;
  }

  .staviso-rte-specs__footer {
    align-items: flex-start;
    flex-direction: column;

    gap: 20px;
  }

}


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

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

  .staviso-rte-specs {
    padding: 58px 15px 62px;
  }

  .staviso-rte-specs__header {
    margin-bottom: 30px;
  }

  .staviso-rte-specs__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-specs__intro {
    font-size: 14px;
  }

  .staviso-rte-specs__panel {
    border-radius: 15px;
  }

  .staviso-rte-specs__panel-header {
    padding: 22px 20px;
  }

  .staviso-rte-specs__panel-header h3 {
    font-size: 17px;
  }

  .staviso-rte-specs__item {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .staviso-rte-specs__name,
  .staviso-rte-specs__value {
    min-height: 57px;

    padding-top: 12px;
    padding-bottom: 12px;
  }

  .staviso-rte-specs__name {
    padding-right: 12px;
    padding-left: 14px;

    font-size: 9px;
  }

  .staviso-rte-specs__value {
    padding-right: 14px;
    padding-left: 14px;

    font-size: 12px;
  }

  .staviso-rte-specs__footer {
    padding: 21px 20px;
  }

  .staviso-rte-specs__button {
    width: 100%;
  }

}


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

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

  .staviso-rte-specs {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-specs__panel-header {
    align-items: flex-start;
  }

  .staviso-rte-specs__code {
    min-width: 44px;
    height: 32px;
  }

  .staviso-rte-specs__item {
    grid-template-columns: 1fr;
  }

  .staviso-rte-specs__name {
    min-height: 0;

    padding: 10px 14px 5px;

    background: #ffffff;

    color: #78847f;
  }

  .staviso-rte-specs__value {
    min-height: 0;

    padding: 3px 14px 12px;
  }

  .staviso-rte-specs__footer-copy {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-rte-specs__button,
  .staviso-rte-specs__button svg {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc49428 *//* ==========================================
   STAVISO REVERSE TUCK END MATERIALS
========================================== */

.staviso-rte-materials {
  position: relative;

  width: 100%;
  padding: 92px 20px 96px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND
========================================== */

.staviso-rte-materials::before {
  content: "";

  position: absolute;
  top: -160px;
  left: -130px;

  width: 380px;
  height: 380px;

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

  pointer-events: none;
}

.staviso-rte-materials::after {
  content: "";

  position: absolute;
  right: -120px;
  bottom: -180px;

  width: 360px;
  height: 360px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-materials__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   HEADER
========================================== */

.staviso-rte-materials__header {
  max-width: 720px;

  margin: 0 0 44px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-materials__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-materials__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-materials__header h2 {
  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-materials__intro {
  max-width: 690px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   GRID
========================================== */

.staviso-rte-materials__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 16px;
}


/* ==========================================
   MATERIAL CARD
========================================== */

.staviso-rte-materials__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-width: 0;
  min-height: 345px;

  padding: 25px 23px 23px;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid rgba(31, 102, 90, 0.12);
  border-radius: 16px;

  box-shadow:
    0 10px 28px rgba(45, 49, 45, 0.045);

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

.staviso-rte-materials__card:hover {
  border-color: rgba(31, 102, 90, 0.3);

  box-shadow:
    0 18px 38px rgba(41, 52, 47, 0.09);

  transform: translateY(-4px);
}


/* Decorative circle
------------------------------------------ */

.staviso-rte-materials__card::after {
  content: "";

  position: absolute;
  top: -55px;
  right: -55px;

  width: 125px;
  height: 125px;

  background: #f2f6f4;
  border-radius: 50%;

  pointer-events: none;

  transition:
    width 0.3s ease,
    height 0.3s ease;
}

.staviso-rte-materials__card:hover::after {
  width: 138px;
  height: 138px;
}


/* ==========================================
   CARD TOP
========================================== */

.staviso-rte-materials__card-top {
  position: relative;
  z-index: 1;

  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 16px;

  margin-bottom: 23px;
}


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

.staviso-rte-materials__icon {
  display: flex;

  width: 50px;
  height: 50px;

  flex: 0 0 50px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d9e6e0;
  border-radius: 11px;

  color: #1f665a;

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

.staviso-rte-materials__icon svg {
  width: 23px;
  height: 23px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-materials__card:hover
.staviso-rte-materials__icon {
  background: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}


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

.staviso-rte-materials__number {
  position: relative;
  z-index: 2;

  padding-top: 5px;

  color: #9fb1aa;

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


/* ==========================================
   CARD CONTENT
========================================== */

.staviso-rte-materials__card h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 12px;

  color: #28332f;

  font-family: inherit;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.staviso-rte-materials__description {
  position: relative;
  z-index: 1;

  margin: 0;

  color: #68736e;

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


/* Divider
------------------------------------------ */

.staviso-rte-materials__divider {
  position: relative;
  z-index: 1;

  width: 100%;
  height: 1px;

  margin: auto 0 18px;

  padding-top: 24px;

  border-bottom: 1px solid #e5ebe8;
}


/* ==========================================
   APPLICATIONS
========================================== */

.staviso-rte-materials__applications {
  position: relative;
  z-index: 1;
}

.staviso-rte-materials__applications-label {
  display: block;

  margin-bottom: 7px;

  color: #81908a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.staviso-rte-materials__applications p {
  margin: 0;

  color: #35554b;

  font-family: inherit;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.55;
}


/* ==========================================
   BOTTOM NOTE
========================================== */

.staviso-rte-materials__note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);

  gap: 12px;

  align-items: center;

  max-width: 820px;

  margin-top: 22px;
  padding: 15px 17px;

  background: rgba(255, 255, 255, 0.72);

  border: 1px solid rgba(31, 102, 90, 0.12);
  border-radius: 10px;
}

.staviso-rte-materials__note-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 8px;

  color: #1f665a;
}

.staviso-rte-materials__note-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-materials__note p {
  margin: 0;

  color: #5e6d67;

  font-family: inherit;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.6;
}


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

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

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

  .staviso-rte-materials__card {
    min-height: 310px;
  }

}


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

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

  .staviso-rte-materials {
    padding: 74px 20px 80px;
  }

}


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

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

  .staviso-rte-materials {
    padding: 58px 15px 64px;
  }

  .staviso-rte-materials__header {
    margin-bottom: 31px;
  }

  .staviso-rte-materials__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-materials__intro {
    font-size: 14px;
  }

  .staviso-rte-materials__grid {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .staviso-rte-materials__card {
    min-height: 0;

    padding: 21px 20px;

    border-radius: 13px;
  }

  .staviso-rte-materials__card-top {
    margin-bottom: 17px;
  }

  .staviso-rte-materials__icon {
    width: 46px;
    height: 46px;

    flex-basis: 46px;
  }

  .staviso-rte-materials__card h3 {
    font-size: 17px;
  }

  .staviso-rte-materials__description {
    font-size: 12px;
    line-height: 1.65;
  }

  .staviso-rte-materials__divider {
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .staviso-rte-materials__note {
    margin-top: 18px;
  }

}


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

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

  .staviso-rte-materials {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-materials__note {
    grid-template-columns: 1fr;

    text-align: left;
  }

}


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

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

  .staviso-rte-materials__card,
  .staviso-rte-materials__card::after,
  .staviso-rte-materials__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-74f5844 *//* ==========================================
   STAVISO REVERSE TUCK END
   PRINTING & FINISHING
========================================== */

.staviso-rte-finishing {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  background: #ffffff;

  overflow: hidden;

  scroll-margin-top: 100px;
}

.staviso-rte-finishing *,
.staviso-rte-finishing *::before,
.staviso-rte-finishing *::after {
  box-sizing: border-box;
}


/* ==========================================
   DECORATIVE BACKGROUND
========================================== */

.staviso-rte-finishing::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -145px;

  width: 390px;
  height: 390px;

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

  pointer-events: none;
}

.staviso-rte-finishing::after {
  content: "";

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

  width: 350px;
  height: 350px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-finishing__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   HEADER
========================================== */

.staviso-rte-finishing__header {
  max-width: 760px;

  margin: 0 0 44px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-finishing__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-finishing__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-finishing__header h2 {
  max-width: 720px;

  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-finishing__intro {
  max-width: 720px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   MAIN PANEL
========================================== */

.staviso-rte-finishing__panel {
  display: grid;
  grid-template-columns:
    minmax(0, 1.06fr)
    minmax(0, 0.94fr);

  gap: 42px;

  align-items: stretch;

  padding: 28px;

  background: #f6f8f6;

  border: 1px solid #dce5e1;
  border-radius: 20px;
}


/* ==========================================
   MEDIA
========================================== */

.staviso-rte-finishing__media {
  min-width: 0;
  margin: 0;
}

.staviso-rte-finishing__image-frame {
  position: relative;

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

  overflow: hidden;

  background: #e9efec;

  border: 1px solid #d8e4de;
  border-radius: 15px;
}

.staviso-rte-finishing__image-frame::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(25, 41, 35, 0) 57%,
      rgba(25, 41, 35, 0.14) 100%
    );

  pointer-events: none;
}

.staviso-rte-finishing__image {
  display: block;

  width: 100%;
  height: 100%;

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


/* Image label
------------------------------------------ */

.staviso-rte-finishing__image-label {
  position: absolute;
  z-index: 3;

  top: 18px;
  left: 18px;

  padding: 7px 11px;

  background: rgba(255, 255, 255, 0.92);

  border: 1px solid rgba(31, 102, 90, 0.14);
  border-radius: 999px;

  color: #1f665a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;

  backdrop-filter: blur(7px);
}


/* Image note
------------------------------------------ */

.staviso-rte-finishing__image-note {
  position: absolute;
  z-index: 3;

  right: 18px;
  bottom: 18px;
  left: 18px;

  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);

  gap: 11px;

  align-items: center;

  padding: 13px 14px;

  background: rgba(255, 255, 255, 0.93);

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

  box-shadow:
    0 9px 24px rgba(32, 45, 39, 0.11);

  color: #4e5d57;

  font-family: inherit;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;

  backdrop-filter: blur(9px);
}

.staviso-rte-finishing__image-note-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 8px;

  color: #1f665a;
}

.staviso-rte-finishing__image-note-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   RIGHT CONTENT
========================================== */

.staviso-rte-finishing__content {
  display: grid;
  grid-template-columns: 1fr;

  gap: 13px;

  min-width: 0;
}


/* ==========================================
   OPTION GROUP
========================================== */

.staviso-rte-finishing__group {
  padding: 22px;

  background: #ffffff;

  border: 1px solid #e0e8e4;
  border-radius: 13px;

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

.staviso-rte-finishing__group:hover {
  border-color: rgba(31, 102, 90, 0.27);

  box-shadow:
    0 12px 28px rgba(38, 50, 44, 0.07);

  transform: translateY(-2px);
}


/* Group heading
------------------------------------------ */

.staviso-rte-finishing__group-heading {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  margin-bottom: 16px;
}

.staviso-rte-finishing__group-icon {
  display: flex;

  width: 44px;
  height: 44px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #dbe7e1;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-rte-finishing__group-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-finishing__group-label {
  display: block;

  margin-bottom: 2px;

  color: #95a79f;

  font-family: inherit;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.09em;
}

.staviso-rte-finishing__group h3 {
  margin: 0;

  color: #29342f;

  font-family: inherit;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.3;
}


/* ==========================================
   OPTION LIST
========================================== */

.staviso-rte-finishing__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 8px 12px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.staviso-rte-finishing__list li {
  position: relative;

  min-width: 0;

  padding-left: 15px;

  color: #63706a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 550;
  line-height: 1.5;
}

.staviso-rte-finishing__list li::before {
  content: "";

  position: absolute;

  top: 0.61em;
  left: 0;

  width: 5px;
  height: 5px;

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


/* ==========================================
   FINISH SAMPLES
========================================== */

.staviso-rte-finishing__samples {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));

  gap: 10px;

  margin-top: 18px;
}

.staviso-rte-finishing__sample {
  display: flex;

  min-width: 0;
  min-height: 56px;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 10px 12px;

  background: #ffffff;

  border: 1px solid #dfe7e3;
  border-radius: 10px;

  color: #41514a;

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

  text-align: center;

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

.staviso-rte-finishing__sample:hover {
  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 8px 18px rgba(36, 48, 42, 0.07);

  transform: translateY(-2px);
}


/* Swatches
------------------------------------------ */

.staviso-rte-finishing__swatch {
  display: block;

  width: 25px;
  height: 25px;

  flex: 0 0 25px;

  border: 1px solid rgba(56, 73, 65, 0.14);
  border-radius: 6px;
}


/* Matte */

.staviso-rte-finishing__swatch--matte {
  background:
    linear-gradient(
      135deg,
      #d7dad7,
      #f2f3f1
    );
}


/* Gloss */

.staviso-rte-finishing__swatch--gloss {
  position: relative;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #bfc9c4,
      #f8faf8
    );
}

.staviso-rte-finishing__swatch--gloss::after {
  content: "";

  position: absolute;

  top: -5px;
  left: 5px;

  width: 5px;
  height: 35px;

  background: rgba(255, 255, 255, 0.8);

  transform: rotate(35deg);
}


/* Foil */

.staviso-rte-finishing__swatch--foil {
  background:
    linear-gradient(
      135deg,
      #aa8c45 0%,
      #f1dc96 35%,
      #947632 65%,
      #e8cf84 100%
    );
}


/* Spot UV */

.staviso-rte-finishing__swatch--uv {
  background:
    linear-gradient(
      135deg,
      #1f665a 0%,
      #1f665a 48%,
      #a8c2ba 50%,
      #234c44 100%
    );
}


/* Emboss */

.staviso-rte-finishing__swatch--emboss {
  background:
    radial-gradient(
      circle at center,
      #f8f8f6 0%,
      #dfe3df 45%,
      #bcc6c1 47%,
      #eceeeb 64%
    );
}


/* Soft touch */

.staviso-rte-finishing__swatch--soft {
  background:
    linear-gradient(
      135deg,
      #bec9c4,
      #9eaaa5
    );

  box-shadow:
    inset 0 0 8px rgba(255, 255, 255, 0.35);
}


/* ==========================================
   BOTTOM NOTE
========================================== */

.staviso-rte-finishing__note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);

  gap: 12px;

  align-items: center;

  max-width: 830px;

  margin-top: 21px;
  padding: 14px 16px;

  background: #f5f8f6;

  border: 1px solid #dde7e2;
  border-radius: 10px;
}

.staviso-rte-finishing__note-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 8px;

  color: #1f665a;
}

.staviso-rte-finishing__note-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-finishing__note p {
  margin: 0;

  color: #5e6b66;

  font-family: inherit;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.58;
}


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

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

  .staviso-rte-finishing__panel {
    grid-template-columns:
      minmax(0, 0.95fr)
      minmax(0, 1.05fr);

    gap: 28px;
  }

  .staviso-rte-finishing__image-frame {
    min-height: 540px;
  }

  .staviso-rte-finishing__samples {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

}


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

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

  .staviso-rte-finishing {
    padding: 74px 20px 80px;
  }

  .staviso-rte-finishing__panel {
    grid-template-columns: 1fr;

    gap: 24px;
  }

  .staviso-rte-finishing__image-frame {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

}


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

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

  .staviso-rte-finishing {
    padding: 58px 15px 64px;
  }

  .staviso-rte-finishing__header {
    margin-bottom: 31px;
  }

  .staviso-rte-finishing__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-finishing__intro {
    font-size: 14px;
  }

  .staviso-rte-finishing__panel {
    padding: 18px;

    border-radius: 15px;
  }

  .staviso-rte-finishing__image-frame {
    border-radius: 11px;
  }

  .staviso-rte-finishing__image-label {
    top: 12px;
    left: 12px;

    font-size: 8px;
  }

  .staviso-rte-finishing__image-note {
    right: 12px;
    bottom: 12px;
    left: 12px;

    grid-template-columns: 34px minmax(0, 1fr);

    padding: 10px;

    font-size: 9px;
  }

  .staviso-rte-finishing__image-note-icon {
    width: 34px;
    height: 34px;
  }

  .staviso-rte-finishing__group {
    padding: 18px;
  }

  .staviso-rte-finishing__list {
    grid-template-columns: 1fr;

    gap: 7px;
  }

  .staviso-rte-finishing__samples {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 8px;
  }

  .staviso-rte-finishing__sample {
    min-height: 52px;
  }

}


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

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

  .staviso-rte-finishing {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-finishing__panel {
    padding: 14px;
  }

  .staviso-rte-finishing__samples {
    grid-template-columns: 1fr 1fr;
  }

  .staviso-rte-finishing__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-rte-finishing__group,
  .staviso-rte-finishing__sample {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a5559d2 *//* ==========================================
   STAVISO REVERSE TUCK END
   COMMON APPLICATIONS
========================================== */

.staviso-rte-applications {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-applications::before {
  content: "";

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

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}

.staviso-rte-applications::after {
  content: "";

  position: absolute;
  bottom: -180px;
  left: -145px;

  width: 370px;
  height: 370px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-applications__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   HEADER
========================================== */

.staviso-rte-applications__header {
  max-width: 760px;

  margin: 0 0 44px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-applications__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-applications__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-applications__header h2 {
  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-applications__intro {
  max-width: 710px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   GRID
========================================== */

.staviso-rte-applications__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* ==========================================
   CARD
========================================== */

.staviso-rte-applications__card {
  min-width: 0;

  overflow: hidden;

  background: #f8faf8;

  border: 1px solid #dfe7e3;
  border-radius: 16px;

  box-shadow:
    0 10px 28px rgba(42, 50, 46, 0.045);

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

.staviso-rte-applications__card:hover {
  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 18px 40px rgba(36, 49, 43, 0.09);

  transform: translateY(-4px);
}


/* ==========================================
   MEDIA
========================================== */

.staviso-rte-applications__media {
  position: relative;

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

  overflow: hidden;

  background: #e9efec;
}

.staviso-rte-applications__media::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      rgba(24, 39, 33, 0) 55%,
      rgba(24, 39, 33, 0.12) 100%
    );

  pointer-events: none;
}

.staviso-rte-applications__media img {
  display: block;

  width: 100%;
  height: 100%;

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

  transition: transform 0.32s ease;
}

.staviso-rte-applications__card:hover
.staviso-rte-applications__media img {
  transform: scale(1.035);
}


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

.staviso-rte-applications__number {
  position: absolute;
  z-index: 2;

  top: 15px;
  right: 15px;

  display: inline-flex;

  min-width: 34px;
  height: 27px;

  align-items: center;
  justify-content: center;

  padding: 0 8px;

  background: rgba(255, 255, 255, 0.92);

  border: 1px solid rgba(31, 102, 90, 0.13);
  border-radius: 7px;

  color: #1f665a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;

  backdrop-filter: blur(7px);
}


/* ==========================================
   CONTENT
========================================== */

.staviso-rte-applications__content {
  padding: 21px 22px 22px;

  background: #ffffff;
}


/* Title row
------------------------------------------ */

.staviso-rte-applications__title-row {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);

  gap: 11px;

  align-items: center;

  margin-bottom: 12px;
}


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

.staviso-rte-applications__icon {
  display: flex;

  width: 40px;
  height: 40px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #dbe6e1;
  border-radius: 9px;

  color: #1f665a;

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

.staviso-rte-applications__icon svg {
  width: 20px;
  height: 20px;

  fill: none;

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

.staviso-rte-applications__card:hover
.staviso-rte-applications__icon {
  background: #1f665a;

  color: #ffffff;
}


/* Heading
------------------------------------------ */

.staviso-rte-applications__content h3 {
  margin: 0;

  color: #29342f;

  font-family: inherit;
  font-size: 18px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.018em;
}


/* Product examples
------------------------------------------ */

.staviso-rte-applications__content > p {
  margin: 0;

  padding-top: 11px;

  border-top: 1px solid #e6ebe8;

  color: #68756f;

  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.55;
}


/* ==========================================
   BOTTOM NOTE
========================================== */

.staviso-rte-applications__note {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);

  gap: 12px;

  align-items: center;

  max-width: 860px;

  margin-top: 22px;
  padding: 15px 17px;

  background: #f5f8f6;

  border: 1px solid #dde7e2;
  border-radius: 10px;
}

.staviso-rte-applications__note-icon {
  display: flex;

  width: 38px;
  height: 38px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e4de;
  border-radius: 8px;

  color: #1f665a;
}

.staviso-rte-applications__note-icon svg {
  width: 18px;
  height: 18px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-applications__note p {
  margin: 0;

  color: #5e6c66;

  font-family: inherit;
  font-size: 12px;
  font-weight: 450;
  line-height: 1.6;
}


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

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

  .staviso-rte-applications {
    padding: 74px 20px 80px;
  }

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

}


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

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

  .staviso-rte-applications {
    padding: 58px 15px 64px;
  }

  .staviso-rte-applications__header {
    margin-bottom: 31px;
  }

  .staviso-rte-applications__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-applications__intro {
    font-size: 14px;
  }

  .staviso-rte-applications__grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .staviso-rte-applications__card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);

    border-radius: 13px;
  }

  .staviso-rte-applications__media {
    height: 100%;
    min-height: 145px;

    aspect-ratio: auto;
  }

  .staviso-rte-applications__content {
    display: flex;
    flex-direction: column;

    justify-content: center;

    padding: 18px;
  }

  .staviso-rte-applications__title-row {
    grid-template-columns: 36px minmax(0, 1fr);

    gap: 9px;

    margin-bottom: 10px;
  }

  .staviso-rte-applications__icon {
    width: 36px;
    height: 36px;
  }

  .staviso-rte-applications__icon svg {
    width: 18px;
    height: 18px;
  }

  .staviso-rte-applications__content h3 {
    font-size: 16px;
  }

  .staviso-rte-applications__content > p {
    padding-top: 9px;

    font-size: 11px;
  }

  .staviso-rte-applications__number {
    top: 10px;
    right: 10px;
  }

}


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

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

  .staviso-rte-applications {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-applications__card {
    grid-template-columns: 115px minmax(0, 1fr);
  }

  .staviso-rte-applications__media {
    min-height: 135px;
  }

  .staviso-rte-applications__content {
    padding: 14px;
  }

  .staviso-rte-applications__title-row {
    grid-template-columns: 1fr;
  }

  .staviso-rte-applications__icon {
    display: none;
  }

  .staviso-rte-applications__content h3 {
    font-size: 15px;
  }

  .staviso-rte-applications__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-rte-applications__card,
  .staviso-rte-applications__media img,
  .staviso-rte-applications__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4c012b8 *//* ==========================================
   STAVISO REVERSE TUCK VS STRAIGHT TUCK
========================================== */

.staviso-rte-compare {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-rte-compare *,
.staviso-rte-compare *::before,
.staviso-rte-compare *::after {
  box-sizing: border-box;
}


/* ==========================================
   DECORATIVE BACKGROUND
========================================== */

.staviso-rte-compare::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -145px;

  width: 400px;
  height: 400px;

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

  pointer-events: none;
}

.staviso-rte-compare::after {
  content: "";

  position: absolute;
  bottom: -190px;
  left: -150px;

  width: 390px;
  height: 390px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-compare__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   HEADER
========================================== */

.staviso-rte-compare__header {
  max-width: 780px;

  margin: 0 0 44px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-compare__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-compare__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-compare__header h2 {
  max-width: 760px;

  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-compare__intro {
  max-width: 730px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   MAIN PANEL
========================================== */

.staviso-rte-compare__panel {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dbe5e0;
  border-radius: 20px;

  box-shadow:
    0 18px 42px rgba(40, 49, 45, 0.07);
}


/* ==========================================
   PRODUCT HEAD
========================================== */

.staviso-rte-compare__product-head {
  display: grid;
  grid-template-columns:
    minmax(190px, 0.78fr)
    minmax(0, 1.11fr)
    minmax(0, 1.11fr);

  background: #f5f8f6;

  border-bottom: 1px solid #dce5e1;
}


/* Blank heading
------------------------------------------ */

.staviso-rte-compare__blank {
  display: flex;

  min-height: 105px;

  align-items: flex-end;

  padding: 23px 24px;

  color: #89958f;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


/* Product
------------------------------------------ */

.staviso-rte-compare__product {
  display: grid;
  grid-template-columns: 45px minmax(0, 1fr);

  gap: 13px;

  min-width: 0;
  min-height: 105px;

  align-items: center;

  padding: 23px 25px;

  background: #ffffff;

  border-left: 1px solid #dce5e1;
}

.staviso-rte-compare__product--featured {
  background: #edf3f0;
}


/* Product code
------------------------------------------ */

.staviso-rte-compare__product-code {
  display: inline-flex;

  width: 45px;
  height: 36px;

  align-items: center;
  justify-content: center;

  background: #f5f8f6;

  border: 1px solid #d6e2dc;
  border-radius: 8px;

  color: #1f665a;

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

.staviso-rte-compare__product--featured
.staviso-rte-compare__product-code {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


/* Product copy
------------------------------------------ */

.staviso-rte-compare__product-label {
  display: block;

  margin-bottom: 4px;

  color: #7b8a83;

  font-family: inherit;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}

.staviso-rte-compare__product strong {
  display: block;

  color: #29352f;

  font-family: inherit;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.4;
}


/* ==========================================
   TABLE
========================================== */

.staviso-rte-compare__table {
  width: 100%;
}


/* ==========================================
   ROW
========================================== */

.staviso-rte-compare__row {
  display: grid;
  grid-template-columns:
    minmax(190px, 0.78fr)
    minmax(0, 1.11fr)
    minmax(0, 1.11fr);

  min-width: 0;

  border-bottom: 1px solid #e4eae7;
}

.staviso-rte-compare__row:last-child {
  border-bottom: 0;
}


/* ==========================================
   FEATURE NAME
========================================== */

.staviso-rte-compare__feature {
  display: flex;

  min-width: 0;
  min-height: 68px;

  align-items: center;

  padding: 16px 24px;

  background: #f8faf8;

  color: #56645e;

  font-family: inherit;
  font-size: 11px;
  font-weight: 780;
  line-height: 1.45;
  letter-spacing: 0.025em;
}


/* ==========================================
   VALUES
========================================== */

.staviso-rte-compare__value {
  display: flex;

  min-width: 0;
  min-height: 68px;

  align-items: center;

  padding: 16px 25px;

  background: #ffffff;

  border-left: 1px solid #e4eae7;

  color: #53615b;

  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.staviso-rte-compare__value--featured {
  background: rgba(237, 243, 240, 0.53);
}


/* ==========================================
   DIRECTION
========================================== */

.staviso-rte-compare__direction {
  display: inline-flex;

  align-items: center;
  gap: 9px;

  color: #41544c;

  font-size: 12px;
  font-weight: 700;
}

.staviso-rte-compare__direction svg {
  width: 20px;
  height: 20px;

  flex: 0 0 20px;

  fill: none;

  stroke: #1f665a;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   RATINGS
========================================== */

.staviso-rte-compare__rating {
  display: inline-flex;

  align-items: center;
  gap: 7px;

  color: #65716b;

  font-size: 12px;
  font-weight: 650;
}

.staviso-rte-compare__rating::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #aeb9b4;
  border-radius: 50%;
}

.staviso-rte-compare__rating--strong {
  color: #1f665a;

  font-weight: 760;
}

.staviso-rte-compare__rating--strong::before {
  background: #1f665a;
}


/* ==========================================
   RECOMMENDATION
========================================== */

.staviso-rte-compare__recommendation {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);

  gap: 14px;

  align-items: center;

  margin: 0;
  padding: 24px 27px;

  background: #1f665a;
}


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

.staviso-rte-compare__recommendation-icon {
  display: flex;

  width: 46px;
  height: 46px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.11);

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

  color: #ffffff;
}

.staviso-rte-compare__recommendation-icon svg {
  width: 22px;
  height: 22px;

  fill: none;

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


/* Recommendation copy
------------------------------------------ */

.staviso-rte-compare__recommendation-copy span {
  display: block;

  margin-bottom: 4px;

  color: rgba(255, 255, 255, 0.68);

  font-family: inherit;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-rte-compare__recommendation-copy p {
  max-width: 820px;

  margin: 0;

  color: #ffffff;

  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.58;
}


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

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

  .staviso-rte-compare {
    padding: 74px 20px 80px;
  }

  .staviso-rte-compare__product-head,
  .staviso-rte-compare__row {
    grid-template-columns:
      minmax(155px, 0.75fr)
      minmax(0, 1.125fr)
      minmax(0, 1.125fr);
  }

  .staviso-rte-compare__product {
    grid-template-columns: 1fr;

    gap: 8px;
  }

}


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

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

  .staviso-rte-compare {
    padding: 58px 15px 64px;
  }

  .staviso-rte-compare__header {
    margin-bottom: 31px;
  }

  .staviso-rte-compare__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-compare__intro {
    font-size: 14px;
  }

  .staviso-rte-compare__panel {
    overflow-x: auto;

    border-radius: 15px;

    -webkit-overflow-scrolling: touch;
  }

  .staviso-rte-compare__product-head,
  .staviso-rte-compare__row {
    min-width: 680px;

    grid-template-columns:
      170px
      255px
      255px;
  }

  .staviso-rte-compare__blank,
  .staviso-rte-compare__product {
    min-height: 92px;

    padding: 18px;
  }

  .staviso-rte-compare__feature,
  .staviso-rte-compare__value {
    min-height: 62px;

    padding: 14px 18px;
  }

  .staviso-rte-compare__recommendation {
    position: sticky;
    left: 0;

    min-width: 100%;

    padding: 21px 19px;
  }

}


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

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

  .staviso-rte-compare {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-compare__recommendation {
    grid-template-columns: 40px minmax(0, 1fr);

    gap: 11px;
  }

  .staviso-rte-compare__recommendation-icon {
    width: 40px;
    height: 40px;
  }

  .staviso-rte-compare__recommendation-copy p {
    font-size: 12px;
  }

}


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

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

  .staviso-rte-compare__panel {
    scroll-behavior: auto;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cde05ac *//* ==========================================
   STAVISO REVERSE TUCK END
   CUSTOM SIZE
========================================== */

.staviso-rte-size {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-rte-size *,
.staviso-rte-size *::before,
.staviso-rte-size *::after {
  box-sizing: border-box;
}


/* ==========================================
   DECORATIVE BACKGROUND
========================================== */

.staviso-rte-size::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -130px;

  width: 390px;
  height: 390px;

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

  pointer-events: none;
}

.staviso-rte-size::after {
  content: "";

  position: absolute;
  bottom: -190px;
  left: -150px;

  width: 390px;
  height: 390px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-size__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   HEADER
========================================== */

.staviso-rte-size__header {
  max-width: 760px;

  margin: 0 0 44px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-size__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-size__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-size__header h2 {
  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-size__intro {
  max-width: 720px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   MAIN GRID
========================================== */

.staviso-rte-size__grid {
  display: grid;
  grid-template-columns:
    minmax(0, 1.02fr)
    minmax(0, 0.98fr);

  gap: 24px;

  align-items: stretch;
}


/* ==========================================
   LEFT DIAGRAM CARD
========================================== */

.staviso-rte-size__visual {
  min-width: 0;
}

.staviso-rte-size__diagram-card {
  height: 100%;

  padding: 29px;

  background:
    linear-gradient(
      145deg,
      #f5f8f6 0%,
      #edf2ef 100%
    );

  border: 1px solid #d9e4df;
  border-radius: 20px;

  box-shadow:
    0 15px 36px rgba(40, 50, 45, 0.06);
}


/* ==========================================
   DIAGRAM HEADER
========================================== */

.staviso-rte-size__diagram-header {
  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 20px;

  margin-bottom: 26px;
}

.staviso-rte-size__diagram-label {
  display: block;

  margin-bottom: 5px;

  color: #82918b;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-rte-size__diagram-header h3 {
  margin: 0;

  color: #29352f;

  font-family: inherit;
  font-size: 20px;
  font-weight: 750;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.staviso-rte-size__unit {
  display: inline-flex;

  min-width: 44px;
  height: 32px;

  align-items: center;
  justify-content: center;

  padding: 0 10px;

  background: #ffffff;

  border: 1px solid #d7e3dd;
  border-radius: 7px;

  color: #1f665a;

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

  text-transform: uppercase;
}


/* ==========================================
   BOX DIAGRAM AREA
========================================== */

.staviso-rte-size__diagram {
  display: flex;

  min-height: 390px;

  align-items: center;
  justify-content: center;

  padding: 55px 50px 65px;

  background: rgba(255, 255, 255, 0.72);

  border: 1px solid #dce6e1;
  border-radius: 14px;
}


/* ==========================================
   3D CARTON
========================================== */

.staviso-rte-size__box {
  position: relative;

  width: 240px;
  height: 275px;

  margin-left: -25px;
}


/* Front face
------------------------------------------ */

.staviso-rte-size__box-front {
  position: absolute;

  top: 52px;
  left: 40px;

  display: flex;

  width: 170px;
  height: 205px;

  align-items: center;
  justify-content: center;

  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #edf4f0 100%
    );

  border: 2px solid #5e8276;

  color: #4c6b61;
}


/* Top face
------------------------------------------ */

.staviso-rte-size__box-top {
  position: absolute;

  top: 12px;
  left: 40px;

  width: 170px;
  height: 42px;

  background: #dfeae5;

  border: 2px solid #5e8276;

  transform: skewX(-37deg);
  transform-origin: left bottom;
}


/* Side face
------------------------------------------ */

.staviso-rte-size__box-side {
  position: absolute;

  top: 52px;
  left: 210px;

  width: 48px;
  height: 205px;

  background: #d7e4de;

  border: 2px solid #5e8276;

  transform: skewY(-38deg);
  transform-origin: left top;
}


/* Box label
------------------------------------------ */

.staviso-rte-size__box-label {
  color: #3f6257;

  font-family: inherit;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.06em;

  text-align: center;
  text-transform: uppercase;
}


/* ==========================================
   DIMENSION LINES
========================================== */

.staviso-rte-size__dimension {
  position: absolute;

  color: #1f665a;

  font-family: inherit;
}

.staviso-rte-size__dimension-line {
  position: relative;

  display: block;

  background: #1f665a;
}


/* Arrow ends
------------------------------------------ */

.staviso-rte-size__dimension-line::before,
.staviso-rte-size__dimension-line::after {
  content: "";

  position: absolute;

  width: 7px;
  height: 7px;

  border-top: 1.5px solid #1f665a;
  border-left: 1.5px solid #1f665a;
}


/* Dimension text
------------------------------------------ */

.staviso-rte-size__dimension-text {
  position: absolute;

  display: flex;

  align-items: center;
  gap: 5px;

  white-space: nowrap;

  color: #66736d;

  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;

  text-transform: uppercase;
}

.staviso-rte-size__dimension-text strong {
  display: inline-flex;

  width: 22px;
  height: 22px;

  align-items: center;
  justify-content: center;

  background: #1f665a;

  border-radius: 50%;

  color: #ffffff;

  font-size: 9px;
}


/* ==========================================
   LENGTH
========================================== */

.staviso-rte-size__dimension--length {
  bottom: -13px;
  left: 40px;

  width: 170px;
}

.staviso-rte-size__dimension--length
.staviso-rte-size__dimension-line {
  width: 100%;
  height: 1px;
}

.staviso-rte-size__dimension--length
.staviso-rte-size__dimension-line::before {
  top: -3px;
  left: 0;

  transform: rotate(-45deg);
}

.staviso-rte-size__dimension--length
.staviso-rte-size__dimension-line::after {
  top: -3px;
  right: 0;

  transform: rotate(135deg);
}

.staviso-rte-size__dimension--length
.staviso-rte-size__dimension-text {
  top: 10px;
  left: 50%;

  transform: translateX(-50%);
}


/* ==========================================
   HEIGHT
========================================== */

.staviso-rte-size__dimension--height {
  top: 52px;
  left: 0;

  height: 205px;
}

.staviso-rte-size__dimension--height
.staviso-rte-size__dimension-line {
  width: 1px;
  height: 100%;
}

.staviso-rte-size__dimension--height
.staviso-rte-size__dimension-line::before {
  top: 0;
  left: -3px;

  transform: rotate(45deg);
}

.staviso-rte-size__dimension--height
.staviso-rte-size__dimension-line::after {
  bottom: 0;
  left: -3px;

  transform: rotate(225deg);
}

.staviso-rte-size__dimension--height
.staviso-rte-size__dimension-text {
  top: 50%;
  right: 11px;

  transform:
    translateY(-50%)
    translateX(-100%);
}


/* ==========================================
   WIDTH
========================================== */

.staviso-rte-size__dimension--width {
  top: 15px;
  right: -38px;

  width: 84px;

  transform: rotate(-31deg);
  transform-origin: center;
}

.staviso-rte-size__dimension--width
.staviso-rte-size__dimension-line {
  width: 100%;
  height: 1px;
}

.staviso-rte-size__dimension--width
.staviso-rte-size__dimension-line::before {
  top: -3px;
  left: 0;

  transform: rotate(-45deg);
}

.staviso-rte-size__dimension--width
.staviso-rte-size__dimension-line::after {
  top: -3px;
  right: 0;

  transform: rotate(135deg);
}

.staviso-rte-size__dimension--width
.staviso-rte-size__dimension-text {
  top: -31px;
  left: 50%;

  transform:
    translateX(-50%)
    rotate(31deg);
}


/* ==========================================
   EXAMPLE SIZE
========================================== */

.staviso-rte-size__example {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 20px;

  margin-top: 16px;
  padding: 17px 18px;

  background: #ffffff;

  border: 1px solid #dbe5e0;
  border-radius: 11px;
}

.staviso-rte-size__example-label {
  color: #7c8a84;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}

.staviso-rte-size__example-value {
  display: flex;

  align-items: center;
  gap: 8px;

  color: #1f665a;

  font-family: inherit;
}

.staviso-rte-size__example-value > span {
  display: inline-flex;

  align-items: baseline;
  gap: 3px;
}

.staviso-rte-size__example-value strong {
  color: #26342e;

  font-size: 18px;
  font-weight: 780;
}

.staviso-rte-size__example-value small {
  color: #81908a;

  font-size: 8px;
  font-weight: 800;

  text-transform: uppercase;
}

.staviso-rte-size__example-value b {
  color: #94a29c;

  font-size: 12px;
  font-weight: 500;
}

.staviso-rte-size__example-value em {
  margin-left: 2px;

  color: #66736d;

  font-size: 10px;
  font-weight: 700;
  font-style: normal;

  text-transform: uppercase;
}


/* ==========================================
   DIAGRAM NOTE
========================================== */

.staviso-rte-size__diagram-note {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);

  gap: 11px;

  align-items: center;

  margin-top: 12px;
}

.staviso-rte-size__diagram-note-icon {
  display: flex;

  width: 36px;
  height: 36px;

  align-items: center;
  justify-content: center;

  background: #e8f0ec;

  border-radius: 8px;

  color: #1f665a;
}

.staviso-rte-size__diagram-note-icon svg {
  width: 17px;
  height: 17px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-size__diagram-note p {
  margin: 0;

  color: #68756f;

  font-family: inherit;
  font-size: 11px;
  font-weight: 450;
  line-height: 1.55;
}


/* ==========================================
   FORM CARD
========================================== */

.staviso-rte-size__form-card {
  min-width: 0;

  padding: 31px;

  background: #ffffff;

  border: 1px solid rgba(31, 102, 90, 0.13);
  border-radius: 20px;

  box-shadow:
    0 15px 38px rgba(43, 50, 46, 0.065);
}


/* ==========================================
   FORM HEADER
========================================== */

.staviso-rte-size__form-header {
  margin-bottom: 27px;
}

.staviso-rte-size__form-label {
  display: block;

  margin-bottom: 7px;

  color: #1f665a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-rte-size__form-header h3 {
  margin: 0 0 10px;

  color: #26322d;

  font-family: inherit;
  font-size: 27px;
  font-weight: 770;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.staviso-rte-size__form-header p {
  max-width: 510px;

  margin: 0;

  color: #69756f;

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


/* ==========================================
   FORM
========================================== */

.staviso-rte-size__form {
  display: grid;

  gap: 17px;
}


/* Fieldset
------------------------------------------ */

.staviso-rte-size__fieldset {
  min-width: 0;

  margin: 0;
  padding: 0;

  border: 0;
}

.staviso-rte-size__fieldset legend {
  display: block;

  width: 100%;

  margin-bottom: 9px;

  color: #52615b;

  font-family: inherit;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.05em;

  text-transform: uppercase;
}


/* Dimension Fields
------------------------------------------ */

.staviso-rte-size__dimension-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 9px;
}


/* Field
------------------------------------------ */

.staviso-rte-size__field {
  display: block;

  min-width: 0;
}

.staviso-rte-size__field-label {
  display: block;

  margin-bottom: 7px;

  color: #596862;

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


/* Input / Select wrappers
------------------------------------------ */

.staviso-rte-size__input-wrap,
.staviso-rte-size__select-wrap {
  position: relative;

  display: block;

  width: 100%;
}


/* Inputs
------------------------------------------ */

.staviso-rte-size__input-wrap input,
.staviso-rte-size__select-wrap select {
  display: block;

  width: 100%;
  height: 50px;

  margin: 0;
  padding: 0 48px 0 14px;

  appearance: none;

  background: #f8faf8;

  border: 1px solid #d9e3de;
  border-radius: 8px;

  color: #29362f;

  font-family: inherit;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;

  outline: 0;

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

.staviso-rte-size__input-wrap input::placeholder {
  color: #9ba6a1;
}


/* Focus
------------------------------------------ */

.staviso-rte-size__input-wrap input:focus,
.staviso-rte-size__select-wrap select:focus {
  background: #ffffff;

  border-color: #1f665a;

  box-shadow:
    0 0 0 3px rgba(31, 102, 90, 0.1);
}


/* Unit
------------------------------------------ */

.staviso-rte-size__input-unit {
  position: absolute;

  top: 50%;
  right: 13px;

  color: #87948e;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;

  text-transform: uppercase;

  pointer-events: none;

  transform: translateY(-50%);
}


/* Select
------------------------------------------ */

.staviso-rte-size__select-wrap select {
  cursor: pointer;
}

.staviso-rte-size__select-wrap svg {
  position: absolute;

  top: 50%;
  right: 14px;

  width: 17px;
  height: 17px;

  fill: none;

  stroke: #607069;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  pointer-events: none;

  transform: translateY(-50%);
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.staviso-rte-size__submit {
  display: inline-flex;

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

  align-items: center;
  justify-content: center;

  gap: 9px;

  margin-top: 3px;
  padding: 12px 20px;

  cursor: pointer;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 8px;

  color: #ffffff;

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

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

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

.staviso-rte-size__submit 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-rte-size__submit:hover {
  gap: 12px;

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

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

  transform: translateY(-2px);
}

.staviso-rte-size__submit:hover svg {
  transform: translateX(3px);
}

.staviso-rte-size__submit:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.25);
  outline-offset: 3px;
}


/* ==========================================
   FORM NOTE
========================================== */

.staviso-rte-size__form-note {
  margin: -2px 0 0;

  color: #87918d;

  font-family: inherit;
  font-size: 10px;
  font-weight: 450;
  line-height: 1.55;

  text-align: center;
}


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

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

  .staviso-rte-size {
    padding: 74px 20px 80px;
  }

  .staviso-rte-size__grid {
    grid-template-columns: 1fr;

    gap: 22px;
  }

}


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

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

  .staviso-rte-size {
    padding: 58px 15px 64px;
  }

  .staviso-rte-size__header {
    margin-bottom: 31px;
  }

  .staviso-rte-size__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-size__intro {
    font-size: 14px;
  }

  .staviso-rte-size__diagram-card,
  .staviso-rte-size__form-card {
    padding: 20px;

    border-radius: 15px;
  }

  .staviso-rte-size__diagram {
    min-height: 330px;

    padding:
      45px
      30px
      62px;
  }

  .staviso-rte-size__box {
    transform: scale(0.88);
  }

  .staviso-rte-size__example {
    align-items: flex-start;
    flex-direction: column;

    gap: 9px;
  }

  .staviso-rte-size__form-header h3 {
    font-size: 23px;
  }

}


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

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

  .staviso-rte-size {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-size__diagram-card,
  .staviso-rte-size__form-card {
    padding: 17px;
  }

  .staviso-rte-size__diagram-header h3 {
    font-size: 17px;
  }

  .staviso-rte-size__diagram {
    min-height: 285px;

    padding:
      30px
      5px
      48px;

    overflow: hidden;
  }

  .staviso-rte-size__box {
    transform: scale(0.74);
  }

  .staviso-rte-size__dimension-fields {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .staviso-rte-size__example-value {
    gap: 5px;
  }

  .staviso-rte-size__example-value strong {
    font-size: 16px;
  }

}


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

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

  .staviso-rte-size__input-wrap input,
  .staviso-rte-size__select-wrap select,
  .staviso-rte-size__submit,
  .staviso-rte-size__submit svg {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e37c6b *//* ==========================================
   STAVISO REVERSE TUCK END
   ORDER PROCESS
========================================== */

.staviso-rte-process {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-rte-process *,
.staviso-rte-process *::before,
.staviso-rte-process *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-process::before {
  content: "";

  position: absolute;
  top: -185px;
  right: -145px;

  width: 400px;
  height: 400px;

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

  pointer-events: none;
}

.staviso-rte-process::after {
  content: "";

  position: absolute;
  bottom: -180px;
  left: -145px;

  width: 370px;
  height: 370px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-process__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   HEADER
========================================== */

.staviso-rte-process__header {
  max-width: 760px;

  margin: 0 0 45px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-process__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-process__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-process__header h2 {
  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-process__intro {
  max-width: 720px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   PROCESS STEPS
========================================== */

.staviso-rte-process__steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));

  gap: 25px;

  width: 100%;

  margin: 0;
  padding: 0;

  list-style: none;
}


/* ==========================================
   STEP
========================================== */

.staviso-rte-process__step {
  position: relative;

  min-width: 0;
}


/* ==========================================
   CARD
========================================== */

.staviso-rte-process__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 290px;

  padding: 23px 21px 24px;

  overflow: hidden;

  background: #f8faf8;

  border: 1px solid #dfe7e3;
  border-radius: 15px;

  box-shadow:
    0 9px 24px rgba(41, 50, 46, 0.04);

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

.staviso-rte-process__card:hover {
  border-color: rgba(31, 102, 90, 0.3);

  box-shadow:
    0 16px 34px rgba(38, 51, 45, 0.08);

  transform: translateY(-4px);
}


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

.staviso-rte-process__card::before {
  content: "";

  position: absolute;
  top: -52px;
  right: -52px;

  width: 118px;
  height: 118px;

  background: #edf3f0;
  border-radius: 50%;

  pointer-events: none;
}


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

.staviso-rte-process__card--final {
  background: #1f665a;

  border-color: #1f665a;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.14);
}

.staviso-rte-process__card--final::before {
  background: rgba(255, 255, 255, 0.07);
}


/* ==========================================
   CARD TOP
========================================== */

.staviso-rte-process__card-top {
  position: relative;
  z-index: 2;

  display: flex;

  align-items: flex-start;
  justify-content: space-between;

  gap: 14px;

  margin-bottom: 34px;
}


/* Step Number
------------------------------------------ */

.staviso-rte-process__number {
  display: flex;

  width: 42px;
  height: 31px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d9e4df;
  border-radius: 7px;

  color: #1f665a;

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

.staviso-rte-process__card--final
.staviso-rte-process__number {
  background: rgba(255, 255, 255, 0.12);

  border-color: rgba(255, 255, 255, 0.2);

  color: #ffffff;
}


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

.staviso-rte-process__icon {
  display: flex;

  width: 44px;
  height: 44px;

  flex: 0 0 44px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #dae6e0;
  border-radius: 10px;

  color: #1f665a;

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

.staviso-rte-process__icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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

.staviso-rte-process__card:hover
.staviso-rte-process__icon {
  background: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}

.staviso-rte-process__card--final
.staviso-rte-process__icon {
  background: rgba(255, 255, 255, 0.11);

  border-color: rgba(255, 255, 255, 0.18);

  color: #ffffff;
}


/* ==========================================
   CARD CONTENT
========================================== */

.staviso-rte-process__card-content {
  position: relative;
  z-index: 2;

  margin-top: auto;
}


/* Stage
------------------------------------------ */

.staviso-rte-process__stage {
  display: block;

  margin-bottom: 7px;

  color: #8b9993;

  font-family: inherit;
  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

.staviso-rte-process__card--final
.staviso-rte-process__stage {
  color: rgba(255, 255, 255, 0.62);
}


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

.staviso-rte-process__card h3 {
  margin: 0 0 11px;

  color: #29342f;

  font-family: inherit;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.018em;
}

.staviso-rte-process__card--final h3 {
  color: #ffffff;
}


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

.staviso-rte-process__card p {
  margin: 0;

  color: #6a7670;

  font-family: inherit;
  font-size: 11px;
  font-weight: 430;
  line-height: 1.62;
}

.staviso-rte-process__card--final p {
  color: rgba(255, 255, 255, 0.73);
}


/* ==========================================
   CONNECTOR
========================================== */

.staviso-rte-process__connector {
  position: absolute;
  z-index: 4;

  top: 50%;
  right: -29px;

  display: flex;

  width: 33px;

  align-items: center;

  pointer-events: none;

  transform: translateY(-50%);
}

.staviso-rte-process__connector > span {
  display: block;

  width: 13px;
  height: 1px;

  flex: 0 0 13px;

  background: #b6c8c0;
}

.staviso-rte-process__connector svg {
  width: 20px;
  height: 20px;

  flex: 0 0 20px;

  fill: none;

  stroke: #1f665a;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FOOTER
========================================== */

.staviso-rte-process__footer {
  display: flex;

  align-items: center;
  justify-content: space-between;

  gap: 30px;

  margin-top: 22px;
  padding: 20px 22px;

  background: #f4eee7;

  border: 1px solid #e4ddd5;
  border-radius: 12px;
}


/* Footer Copy
------------------------------------------ */

.staviso-rte-process__footer-copy {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);

  gap: 13px;

  align-items: center;

  max-width: 720px;
}

.staviso-rte-process__footer-icon {
  display: flex;

  width: 42px;
  height: 42px;

  align-items: center;
  justify-content: center;

  background: #ffffff;

  border: 1px solid #d8e3de;
  border-radius: 9px;

  color: #1f665a;
}

.staviso-rte-process__footer-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.staviso-rte-process__footer-copy strong {
  display: block;

  margin-bottom: 3px;

  color: #32413b;

  font-family: inherit;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}

.staviso-rte-process__footer-copy p {
  margin: 0;

  color: #6d7772;

  font-family: inherit;
  font-size: 11px;
  font-weight: 430;
  line-height: 1.55;
}


/* ==========================================
   CTA BUTTON
========================================== */

.staviso-rte-process__button {
  display: inline-flex;

  min-height: 48px;

  flex: 0 0 auto;

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 11px 17px;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 8px;

  color: #ffffff;

  box-shadow:
    0 8px 20px rgba(31, 102, 90, 0.18);

  font-family: inherit;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;

  text-decoration: none;

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

.staviso-rte-process__button svg {
  width: 17px;
  height: 17px;

  flex: 0 0 17px;

  fill: none;

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

  transition: transform 0.22s ease;
}

.staviso-rte-process__button:hover {
  gap: 12px;

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

  box-shadow:
    0 11px 25px rgba(31, 102, 90, 0.23);

  transform: translateY(-2px);
}

.staviso-rte-process__button:hover svg {
  transform: translateX(3px);
}

.staviso-rte-process__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.25);
  outline-offset: 4px;
}


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

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

  .staviso-rte-process__steps {
    gap: 18px;
  }

  .staviso-rte-process__card {
    min-height: 300px;

    padding: 20px 18px;
  }

  .staviso-rte-process__card h3 {
    font-size: 15px;
  }

  .staviso-rte-process__connector {
    right: -22px;

    width: 25px;
  }

  .staviso-rte-process__connector > span {
    width: 8px;

    flex-basis: 8px;
  }

  .staviso-rte-process__connector svg {
    width: 17px;
    height: 17px;

    flex-basis: 17px;
  }

}


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

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

  .staviso-rte-process {
    padding: 74px 20px 80px;
  }

  .staviso-rte-process__steps {
    grid-template-columns: 1fr;

    gap: 0;

    max-width: 720px;
  }

  .staviso-rte-process__step {
    padding-bottom: 46px;
  }

  .staviso-rte-process__step--final {
    padding-bottom: 0;
  }

  .staviso-rte-process__card {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);

    gap: 22px;

    min-height: 0;

    align-items: center;

    padding: 24px;
  }

  .staviso-rte-process__card-top {
    flex-direction: column;

    gap: 10px;

    margin: 0;
  }

  .staviso-rte-process__card-content {
    margin: 0;
  }

  .staviso-rte-process__connector {
    top: auto;
    right: auto;
    bottom: 7px;
    left: 43px;

    display: flex;

    width: 20px;
    height: 32px;

    flex-direction: column;

    transform: none;
  }

  .staviso-rte-process__connector > span {
    width: 1px;
    height: 15px;

    flex: 0 0 15px;
  }

  .staviso-rte-process__connector svg {
    width: 18px;
    height: 18px;

    flex-basis: 18px;

    transform: rotate(90deg);
  }

}


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

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

  .staviso-rte-process {
    padding: 58px 15px 64px;
  }

  .staviso-rte-process__header {
    margin-bottom: 31px;
  }

  .staviso-rte-process__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-process__intro {
    font-size: 14px;
  }

  .staviso-rte-process__step {
    padding-bottom: 39px;
  }

  .staviso-rte-process__step--final {
    padding-bottom: 0;
  }

  .staviso-rte-process__card {
    grid-template-columns: 72px minmax(0, 1fr);

    gap: 16px;

    padding: 20px;

    border-radius: 13px;
  }

  .staviso-rte-process__card-top {
    align-items: flex-start;
  }

  .staviso-rte-process__number {
    width: 39px;
    height: 29px;
  }

  .staviso-rte-process__icon {
    width: 40px;
    height: 40px;

    flex-basis: 40px;
  }

  .staviso-rte-process__card h3 {
    margin-bottom: 8px;

    font-size: 16px;
  }

  .staviso-rte-process__card p {
    font-size: 11px;
  }

  .staviso-rte-process__connector {
    bottom: 4px;
    left: 30px;
  }

  .staviso-rte-process__footer {
    align-items: flex-start;
    flex-direction: column;

    gap: 18px;

    margin-top: 18px;
    padding: 19px;
  }

  .staviso-rte-process__button {
    width: 100%;
  }

}


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

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

  .staviso-rte-process {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-process__card {
    grid-template-columns: 56px minmax(0, 1fr);

    gap: 13px;

    padding: 17px;
  }

  .staviso-rte-process__card-top {
    gap: 8px;
  }

  .staviso-rte-process__number {
    width: 36px;
  }

  .staviso-rte-process__icon {
    width: 36px;
    height: 36px;

    flex-basis: 36px;
  }

  .staviso-rte-process__icon svg {
    width: 18px;
    height: 18px;
  }

  .staviso-rte-process__connector {
    left: 26px;
  }

  .staviso-rte-process__footer-copy {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-rte-process__card,
  .staviso-rte-process__icon,
  .staviso-rte-process__button,
  .staviso-rte-process__button svg {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ed75fb9 *//* ==========================================
   STAVISO REVERSE TUCK END FAQ
========================================== */

.staviso-rte-faq {
  position: relative;

  width: 100%;
  padding: 92px 20px 98px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

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


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-faq::before {
  content: "";

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

  width: 400px;
  height: 400px;

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

  pointer-events: none;
}

.staviso-rte-faq::after {
  content: "";

  position: absolute;
  bottom: -190px;
  left: -145px;

  width: 380px;
  height: 380px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-faq__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   HEADER
========================================== */

.staviso-rte-faq__header {
  max-width: 760px;

  margin: 0 0 44px;
}


/* Eyebrow
------------------------------------------ */

.staviso-rte-faq__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 15px;
  padding: 7px 11px;

  background: #edf3f0;

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

  color: #1f665a;

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

  text-transform: uppercase;
}

.staviso-rte-faq__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

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


/* Heading
------------------------------------------ */

.staviso-rte-faq__header h2 {
  margin: 0 0 17px;

  color: #1d2623;

  font-family: inherit;
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 780;
  line-height: 1.07;
  letter-spacing: -0.04em;
}


/* Intro
------------------------------------------ */

.staviso-rte-faq__intro {
  max-width: 710px;

  margin: 0;

  color: #66706c;

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


/* ==========================================
   LAYOUT
========================================== */

.staviso-rte-faq__layout {
  display: grid;
  grid-template-columns:
    minmax(280px, 0.72fr)
    minmax(0, 1.28fr);

  gap: 24px;

  align-items: start;
}


/* ==========================================
   ASIDE
========================================== */

.staviso-rte-faq__aside {
  position: sticky;
  top: 120px;

  padding: 30px;

  overflow: hidden;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 18px;

  box-shadow:
    0 15px 36px rgba(31, 102, 90, 0.14);

  color: #ffffff;
}

.staviso-rte-faq__aside::after {
  content: "";

  position: absolute;
  right: -70px;
  bottom: -70px;

  width: 180px;
  height: 180px;

  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;

  pointer-events: none;
}


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

.staviso-rte-faq__aside-icon {
  position: relative;
  z-index: 1;

  display: flex;

  width: 52px;
  height: 52px;

  align-items: center;
  justify-content: center;

  margin-bottom: 27px;

  background: rgba(255, 255, 255, 0.11);

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 11px;

  color: #ffffff;
}

.staviso-rte-faq__aside-icon svg {
  width: 24px;
  height: 24px;

  fill: none;

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


/* Aside Label
------------------------------------------ */

.staviso-rte-faq__aside-label {
  position: relative;
  z-index: 1;

  display: block;

  margin-bottom: 8px;

  color: rgba(255, 255, 255, 0.62);

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


/* Aside Heading
------------------------------------------ */

.staviso-rte-faq__aside h3 {
  position: relative;
  z-index: 1;

  margin: 0 0 14px;

  color: #ffffff;

  font-family: inherit;
  font-size: 26px;
  font-weight: 760;
  line-height: 1.2;
  letter-spacing: -0.025em;
}


/* Aside Paragraph
------------------------------------------ */

.staviso-rte-faq__aside p {
  position: relative;
  z-index: 1;

  margin: 0;

  color: rgba(255, 255, 255, 0.73);

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


/* ==========================================
   ASIDE BUTTON
========================================== */

.staviso-rte-faq__button {
  position: relative;
  z-index: 1;

  display: inline-flex;

  min-height: 48px;

  align-items: center;
  justify-content: center;

  gap: 9px;

  margin-top: 26px;
  padding: 11px 16px;

  background: #ffffff;

  border: 1px solid #ffffff;
  border-radius: 8px;

  color: #1f665a;

  font-family: inherit;
  font-size: 12px;
  font-weight: 760;
  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,
    transform 0.22s ease;
}

.staviso-rte-faq__button svg {
  width: 17px;
  height: 17px;

  flex: 0 0 17px;

  fill: none;

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

  transition: transform 0.22s ease;
}

.staviso-rte-faq__button:hover {
  gap: 12px;

  background: #edf3f0;
  border-color: #edf3f0;

  color: #174f46;

  transform: translateY(-2px);
}

.staviso-rte-faq__button:hover svg {
  transform: translateX(3px);
}

.staviso-rte-faq__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.35);
  outline-offset: 4px;
}


/* ==========================================
   FAQ LIST
========================================== */

.staviso-rte-faq__list {
  display: grid;

  gap: 11px;

  min-width: 0;
}


/* ==========================================
   FAQ ITEM
========================================== */

.staviso-rte-faq__item {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dfe7e3;
  border-radius: 12px;

  box-shadow:
    0 7px 20px rgba(41, 50, 46, 0.035);

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

.staviso-rte-faq__item[open] {
  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 12px 28px rgba(38, 50, 44, 0.065);
}


/* ==========================================
   SUMMARY / QUESTION
========================================== */

.staviso-rte-faq__question {
  display: grid;
  grid-template-columns:
    42px
    minmax(0, 1fr)
    34px;

  gap: 15px;

  min-height: 74px;

  align-items: center;

  padding: 15px 18px;

  cursor: pointer;

  list-style: none;

  outline: none;
}

.staviso-rte-faq__question::-webkit-details-marker {
  display: none;
}

.staviso-rte-faq__question::marker {
  display: none;
  content: "";
}


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

.staviso-rte-faq__number {
  display: flex;

  width: 42px;
  height: 32px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d9e5df;
  border-radius: 7px;

  color: #1f665a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.07em;

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

.staviso-rte-faq__item[open]
.staviso-rte-faq__number {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


/* Question Text
------------------------------------------ */

.staviso-rte-faq__question-text {
  color: #29342f;

  font-family: inherit;
  font-size: 15px;
  font-weight: 720;
  line-height: 1.45;
}


/* Toggle
------------------------------------------ */

.staviso-rte-faq__toggle {
  display: flex;

  width: 34px;
  height: 34px;

  align-items: center;
  justify-content: center;

  background: #f5f8f6;

  border: 1px solid #e0e7e3;
  border-radius: 50%;

  color: #1f665a;
}

.staviso-rte-faq__toggle svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.24s ease;
}

.staviso-rte-faq__item[open]
.staviso-rte-faq__toggle svg {
  transform: rotate(180deg);
}


/* Hover
------------------------------------------ */

.staviso-rte-faq__question:hover {
  background: #fafcfb;
}

.staviso-rte-faq__question:focus-visible {
  box-shadow:
    inset 0 0 0 3px rgba(31, 102, 90, 0.14);
}


/* ==========================================
   ANSWER
========================================== */

.staviso-rte-faq__answer {
  padding:
    0
    67px
    21px
    75px;
}

.staviso-rte-faq__answer p {
  margin: 0;
  padding-top: 15px;

  border-top: 1px solid #e7ece9;

  color: #66736d;

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


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

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

  .staviso-rte-faq {
    padding: 74px 20px 80px;
  }

  .staviso-rte-faq__layout {
    grid-template-columns: 1fr;

    gap: 20px;
  }

  .staviso-rte-faq__aside {
    position: relative;
    top: auto;

    display: grid;
    grid-template-columns:
      52px
      minmax(0, 1fr)
      auto;

    gap: 18px;

    align-items: center;

    padding: 24px;
  }

  .staviso-rte-faq__aside-icon {
    margin: 0;
  }

  .staviso-rte-faq__aside-label {
    margin-bottom: 4px;
  }

  .staviso-rte-faq__aside h3 {
    margin-bottom: 5px;

    font-size: 20px;
  }

  .staviso-rte-faq__aside p {
    max-width: 560px;

    font-size: 12px;
  }

  .staviso-rte-faq__button {
    margin-top: 0;
  }

}


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

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

  .staviso-rte-faq {
    padding: 58px 15px 64px;
  }

  .staviso-rte-faq__header {
    margin-bottom: 31px;
  }

  .staviso-rte-faq__header h2 {
    font-size: clamp(32px, 9vw, 42px);
  }

  .staviso-rte-faq__intro {
    font-size: 14px;
  }

  .staviso-rte-faq__aside {
    grid-template-columns: 46px minmax(0, 1fr);

    padding: 20px;

    border-radius: 14px;
  }

  .staviso-rte-faq__aside-icon {
    width: 46px;
    height: 46px;
  }

  .staviso-rte-faq__aside h3 {
    font-size: 18px;
  }

  .staviso-rte-faq__aside p {
    grid-column: 1 / -1;
  }

  .staviso-rte-faq__button {
    grid-column: 1 / -1;

    width: 100%;

    margin-top: 2px;
  }

  .staviso-rte-faq__question {
    grid-template-columns:
      36px
      minmax(0, 1fr)
      30px;

    gap: 11px;

    min-height: 68px;

    padding: 13px 14px;
  }

  .staviso-rte-faq__number {
    width: 36px;
    height: 29px;
  }

  .staviso-rte-faq__question-text {
    font-size: 14px;
  }

  .staviso-rte-faq__toggle {
    width: 30px;
    height: 30px;
  }

  .staviso-rte-faq__answer {
    padding:
      0
      55px
      18px
      61px;
  }

  .staviso-rte-faq__answer p {
    padding-top: 13px;

    font-size: 12px;
    line-height: 1.68;
  }

}


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

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

  .staviso-rte-faq {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-faq__question {
    grid-template-columns:
      32px
      minmax(0, 1fr)
      28px;

    gap: 9px;

    padding-right: 11px;
    padding-left: 11px;
  }

  .staviso-rte-faq__number {
    width: 32px;
    height: 27px;

    font-size: 8px;
  }

  .staviso-rte-faq__question-text {
    font-size: 13px;
  }

  .staviso-rte-faq__toggle {
    width: 28px;
    height: 28px;
  }

  .staviso-rte-faq__answer {
    padding:
      0
      48px
      17px
      52px;
  }

}


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

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

  .staviso-rte-faq__item,
  .staviso-rte-faq__number,
  .staviso-rte-faq__toggle svg,
  .staviso-rte-faq__button,
  .staviso-rte-faq__button svg {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-633492f *//* ==========================================
   STAVISO REVERSE TUCK END
   FINAL CTA
========================================== */

.staviso-rte-final-cta {
  position: relative;

  width: 100%;
  padding: 92px 20px 96px;

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-rte-final-cta *,
.staviso-rte-final-cta *::before,
.staviso-rte-final-cta *::after {
  box-sizing: border-box;
}


/* ==========================================
   BACKGROUND DECORATION
========================================== */

.staviso-rte-final-cta::before {
  content: "";

  position: absolute;
  top: -180px;
  right: -140px;

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}

.staviso-rte-final-cta::after {
  content: "";

  position: absolute;
  bottom: -210px;
  left: -160px;

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}


/* ==========================================
   CONTAINER
========================================== */

.staviso-rte-final-cta__container {
  position: relative;
  z-index: 1;

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


/* ==========================================
   MAIN PANEL
========================================== */

.staviso-rte-final-cta__panel {
  position: relative;

  display: grid;
  grid-template-columns:
    minmax(0, 1.08fr)
    minmax(380px, 0.92fr);

  gap: 58px;

  align-items: center;

  padding: 54px;

  overflow: hidden;

  background: #1f665a;

  border: 1px solid #1f665a;
  border-radius: 24px;

  box-shadow:
    0 22px 50px rgba(31, 102, 90, 0.17);
}


/* Panel decoration
------------------------------------------ */

.staviso-rte-final-cta__panel::before {
  content: "";

  position: absolute;
  top: -150px;
  right: 19%;

  width: 330px;
  height: 330px;

  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;

  pointer-events: none;
}

.staviso-rte-final-cta__panel::after {
  content: "";

  position: absolute;
  bottom: -180px;
  left: 17%;

  width: 360px;
  height: 360px;

  background: rgba(255, 255, 255, 0.035);
  border-radius: 50%;

  pointer-events: none;
}


/* ==========================================
   LEFT CONTENT
========================================== */

.staviso-rte-final-cta__content {
  position: relative;
  z-index: 2;

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


/* Eyebrow
------------------------------------------ */

.staviso-rte-final-cta__eyebrow {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  margin-bottom: 17px;
  padding: 7px 11px;

  background: rgba(255, 255, 255, 0.1);

  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 999px;

  color: rgba(255, 255, 255, 0.86);

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

  text-transform: uppercase;
}

.staviso-rte-final-cta__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #ffffff;
  border-radius: 50%;
}


/* Heading
------------------------------------------ */

.staviso-rte-final-cta__content h2 {
  max-width: 650px;

  margin: 0 0 21px;

  color: #ffffff;

  font-family: inherit;
  font-size: clamp(38px, 4.3vw, 56px);
  font-weight: 780;
  line-height: 1.06;
  letter-spacing: -0.04em;
}


/* Description
------------------------------------------ */

.staviso-rte-final-cta__description {
  max-width: 610px;

  margin: 0;

  color: rgba(255, 255, 255, 0.75);

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


/* ==========================================
   HIGHLIGHTS
========================================== */

.staviso-rte-final-cta__highlights {
  display: flex;
  flex-wrap: wrap;

  gap: 10px;

  margin-top: 30px;
}

.staviso-rte-final-cta__highlight {
  display: inline-flex;

  align-items: center;
  gap: 8px;

  min-height: 40px;

  padding: 8px 11px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;

  color: rgba(255, 255, 255, 0.84);

  font-family: inherit;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
}

.staviso-rte-final-cta__highlight-icon {
  display: flex;

  width: 25px;
  height: 25px;

  flex: 0 0 25px;

  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.1);

  border-radius: 6px;

  color: #ffffff;
}

.staviso-rte-final-cta__highlight-icon svg {
  width: 14px;
  height: 14px;

  fill: none;

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


/* ==========================================
   ACTION CARD
========================================== */

.staviso-rte-final-cta__action-card {
  position: relative;
  z-index: 2;

  min-width: 0;

  padding: 31px;

  background: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 17px;

  box-shadow:
    0 16px 38px rgba(18, 55, 49, 0.15);
}


/* Label
------------------------------------------ */

.staviso-rte-final-cta__action-label {
  display: block;

  margin-bottom: 7px;

  color: #1f665a;

  font-family: inherit;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


/* Heading
------------------------------------------ */

.staviso-rte-final-cta__action-card h3 {
  margin: 0 0 12px;

  color: #27332e;

  font-family: inherit;
  font-size: 27px;
  font-weight: 770;
  line-height: 1.2;
  letter-spacing: -0.025em;
}


/* Paragraph
------------------------------------------ */

.staviso-rte-final-cta__action-card > p {
  margin: 0;

  color: #68746e;

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


/* ==========================================
   ACTIONS
========================================== */

.staviso-rte-final-cta__actions {
  display: grid;
  grid-template-columns: 1fr;

  gap: 10px;

  margin-top: 25px;
}


/* Button
------------------------------------------ */

.staviso-rte-final-cta__button {
  display: inline-flex;

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

  align-items: center;
  justify-content: center;

  gap: 9px;

  padding: 12px 18px;

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

  font-family: inherit;
  font-size: 13px;
  font-weight: 760;
  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-rte-final-cta__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;
}


/* Primary
------------------------------------------ */

.staviso-rte-final-cta__button--primary {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;

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

.staviso-rte-final-cta__button--primary:hover {
  gap: 12px;

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

  box-shadow:
    0 11px 26px rgba(31, 102, 90, 0.24);

  transform: translateY(-2px);
}

.staviso-rte-final-cta__button--primary:hover svg {
  transform: translateX(3px);
}


/* Secondary
------------------------------------------ */

.staviso-rte-final-cta__button--secondary {
  background: #ffffff;

  border-color: #b9ccc4;

  color: #1f665a;
}

.staviso-rte-final-cta__button--secondary:hover {
  background: #edf3f0;

  border-color: #1f665a;

  color: #174f46;

  transform: translateY(-2px);
}

.staviso-rte-final-cta__button--secondary:hover svg {
  transform: translateY(2px);
}


/* Focus
------------------------------------------ */

.staviso-rte-final-cta__button:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.25);
  outline-offset: 4px;
}


/* ==========================================
   NOTE
========================================== */

.staviso-rte-final-cta__note {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);

  gap: 10px;

  align-items: center;

  margin-top: 17px;
  padding-top: 16px;

  border-top: 1px solid #e4ebe7;

  color: #77847e;

  font-family: inherit;
  font-size: 10px;
  font-weight: 450;
  line-height: 1.55;
}

.staviso-rte-final-cta__note-icon {
  display: flex;

  width: 34px;
  height: 34px;

  align-items: center;
  justify-content: center;

  background: #edf3f0;

  border-radius: 7px;

  color: #1f665a;
}

.staviso-rte-final-cta__note-icon svg {
  width: 16px;
  height: 16px;

  fill: none;

  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


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

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

  .staviso-rte-final-cta__panel {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(340px, 0.9fr);

    gap: 38px;

    padding: 44px;
  }

}


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

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

  .staviso-rte-final-cta {
    padding: 74px 20px 80px;
  }

  .staviso-rte-final-cta__panel {
    grid-template-columns: 1fr;

    gap: 34px;

    padding: 42px;
  }

  .staviso-rte-final-cta__content {
    max-width: 720px;
  }

  .staviso-rte-final-cta__action-card {
    max-width: 680px;
  }

}


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

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

  .staviso-rte-final-cta {
    padding: 58px 15px 64px;
  }

  .staviso-rte-final-cta__panel {
    gap: 29px;

    padding: 29px 22px;

    border-radius: 17px;
  }

  .staviso-rte-final-cta__content h2 {
    margin-bottom: 17px;

    font-size: clamp(34px, 9.5vw, 44px);
  }

  .staviso-rte-final-cta__description {
    font-size: 14px;
    line-height: 1.7;
  }

  .staviso-rte-final-cta__highlights {
    display: grid;
    grid-template-columns: 1fr;

    gap: 8px;

    margin-top: 24px;
  }

  .staviso-rte-final-cta__highlight {
    width: 100%;
  }

  .staviso-rte-final-cta__action-card {
    padding: 23px;

    border-radius: 13px;
  }

  .staviso-rte-final-cta__action-card h3 {
    font-size: 23px;
  }

  .staviso-rte-final-cta__action-card > p {
    font-size: 12px;
  }

}


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

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

  .staviso-rte-final-cta {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-rte-final-cta__panel {
    padding: 24px 17px;
  }

  .staviso-rte-final-cta__content h2 {
    font-size: 33px;
  }

  .staviso-rte-final-cta__action-card {
    padding: 19px;
  }

  .staviso-rte-final-cta__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-rte-final-cta__button,
  .staviso-rte-final-cta__button svg {
    transition: none;
  }

}/* End custom CSS */