.elementor-2619 .elementor-element.elementor-element-3cbf019{--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;}.elementor-2619 .elementor-element.elementor-element-5990bf51{--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-714e02c *//* ==========================================
   STAVISO SNAP-LOCK BOTTOM HERO
========================================== */

.staviso-slb-hero {
  position: relative;

  width: 100%;
  padding: 70px 20px 78px;

  overflow: hidden;

  background:
    linear-gradient(
      135deg,
      #f4eee7 0%,
      #f7f4ef 54%,
      #edf3f0 100%
    );

  scroll-margin-top: 100px;
}

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


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

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

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

  width: 510px;
  height: 510px;

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

  pointer-events: none;
}

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

  position: absolute;
  bottom: -240px;
  left: -190px;

  width: 480px;
  height: 480px;

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

  pointer-events: none;
}


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

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

  display: grid;

  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(420px, 0.96fr);

  gap: 62px;

  align-items: center;

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

  margin: 0 auto;
}


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

.staviso-slb-hero__gallery {
  min-width: 0;
}

.staviso-slb-hero__main-image {
  position: relative;

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

  overflow: hidden;

  background: #ffffff;

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

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

.staviso-slb-hero__main-image img {
  display: block;

  width: 100%;
  height: 100%;

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


/* Image Badge
------------------------------------------ */

.staviso-slb-hero__image-badge {
  position: absolute;

  top: 18px;
  left: 18px;

  padding: 8px 12px;

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

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

  color: #1f665a;

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

  text-transform: uppercase;

  backdrop-filter: blur(8px);
}


/* ==========================================
   THUMBNAILS
========================================== */

.staviso-slb-hero__thumbnails {
  display: grid;

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

  gap: 9px;

  margin-top: 11px;
}

.staviso-slb-hero__thumb {
  position: relative;

  display: block;

  min-width: 0;

  margin: 0;
  padding: 0;

  overflow: hidden;

  cursor: pointer;

  background: #ffffff;

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

  color: #5e6b65;

  font-family: inherit;

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

.staviso-slb-hero__thumb:hover {
  border-color: rgba(31, 102, 90, 0.36);

  transform: translateY(-2px);
}

.staviso-slb-hero__thumb.is-active {
  border-color: #1f665a;

  box-shadow:
    0 0 0 1px #1f665a;
}

.staviso-slb-hero__thumb img {
  display: block;

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

  object-fit: cover;
}

.staviso-slb-hero__thumb span {
  display: block;

  overflow: hidden;

  padding: 7px 5px 8px;

  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;

  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}


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

.staviso-slb-hero__content {
  min-width: 0;
}


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

.staviso-slb-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}

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

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


/* ==========================================
   H1
========================================== */

.staviso-slb-hero__content h1 {
  max-width: 650px;

  margin: 0 0 17px;

  color: #1d2623;

  font-size: clamp(44px, 5vw, 66px);
  font-weight: 790;
  line-height: 0.99;
  letter-spacing: -0.048em;
}


/* ==========================================
   SUBTITLE
========================================== */

.staviso-slb-hero__subtitle {
  max-width: 630px;

  margin: 0 0 17px;

  color: #35554b;

  font-size: 18px;
  font-weight: 680;
  line-height: 1.5;
  letter-spacing: -0.015em;
}


/* ==========================================
   DESCRIPTION
========================================== */

.staviso-slb-hero__description {
  max-width: 635px;

  margin: 0;

  color: #66706c;

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

.staviso-slb-hero__secondary {
  max-width: 635px;

  margin: 11px 0 0;

  color: #74807a;

  font-size: 12px;
  line-height: 1.65;
}


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

.staviso-slb-hero__specs {
  display: grid;

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

  gap: 0;

  margin-top: 27px;

  overflow: hidden;

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

  border: 1px solid #d9e3de;
  border-radius: 13px;
}

.staviso-slb-hero__spec {
  display: grid;

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

  gap: 9px;

  min-width: 0;

  align-items: center;

  padding: 13px 15px;

  border-bottom: 1px solid #e3e9e6;
}

.staviso-slb-hero__spec:nth-child(odd) {
  border-right: 1px solid #e3e9e6;
}

/* 9个参数，因此最后一个仍然独占半行 */
.staviso-slb-hero__spec:last-child {
  border-bottom: 0;
}

/* 倒数第2个也去掉底线 */
.staviso-slb-hero__spec:nth-last-child(2) {
  border-bottom: 0;
}

.staviso-slb-hero__spec-label {
  color: #87938e;

  font-size: 9px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.05em;

  text-transform: uppercase;
}

.staviso-slb-hero__spec-value {
  min-width: 0;

  color: #35433d;

  font-size: 11px;
  font-weight: 650;
  line-height: 1.45;
}


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

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

  gap: 10px;

  margin-top: 26px;
}

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

  min-height: 50px;

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

  gap: 9px;

  padding: 12px 18px;

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

  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-slb-hero__button svg {
  width: 18px;
  height: 18px;

  flex: 0 0 18px;

  fill: none;

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


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

.staviso-slb-hero__button--primary {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;

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

.staviso-slb-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);
}


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

.staviso-slb-hero__button--secondary {
  background: rgba(255, 255, 255, 0.82);

  border-color: #b9ccc4;

  color: #1f665a;
}

.staviso-slb-hero__button--secondary:hover {
  background: #ffffff;

  border-color: #1f665a;

  color: #174f46;

  transform: translateY(-2px);
}


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

.staviso-slb-hero__note {
  display: flex;

  align-items: center;
  gap: 8px;

  margin-top: 17px;

  color: #74817b;

  font-size: 10px;
  font-weight: 550;
  line-height: 1.5;
}

.staviso-slb-hero__note-icon {
  display: flex;

  width: 25px;
  height: 25px;

  flex: 0 0 25px;

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

  background: #edf3f0;

  border-radius: 50%;

  color: #1f665a;
}

.staviso-slb-hero__note-icon svg {
  width: 14px;
  height: 14px;

  fill: none;

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


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

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

  .staviso-slb-hero {
    padding: 64px 20px 72px;
  }

  .staviso-slb-hero__container {
    grid-template-columns: 1fr;

    gap: 46px;

    max-width: 820px;
  }

}


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

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

  .staviso-slb-hero {
    padding: 40px 15px 58px;
  }

  .staviso-slb-hero__container {
    gap: 34px;
  }

  .staviso-slb-hero__main-image {
    border-radius: 15px;
  }

  .staviso-slb-hero__image-badge {
    top: 12px;
    left: 12px;

    font-size: 8px;
  }

  .staviso-slb-hero__thumbnails {
    gap: 6px;
  }

  .staviso-slb-hero__thumb span {
    display: none;
  }

  .staviso-slb-hero__content h1 {
    font-size: clamp(39px, 12vw, 52px);
  }

  .staviso-slb-hero__subtitle {
    font-size: 16px;
  }

  .staviso-slb-hero__description {
    font-size: 13px;
  }

  .staviso-slb-hero__secondary {
    font-size: 11px;
  }

  .staviso-slb-hero__specs {
    grid-template-columns: 1fr;
  }

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

    border-right: 0 !important;
    border-bottom: 1px solid #e3e9e6 !important;
  }

  .staviso-slb-hero__spec:last-child {
    border-bottom: 0 !important;
  }

  .staviso-slb-hero__actions {
    display: grid;

    grid-template-columns: 1fr;
  }

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

}


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

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

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

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

    padding: 12px;
  }

  .staviso-slb-hero__spec-label {
    font-size: 8px;
  }

  .staviso-slb-hero__spec-value {
    font-size: 10px;
  }

}


/* ==========================================
   FOCUS
========================================== */

.staviso-slb-hero__button:focus-visible,
.staviso-slb-hero__thumb:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.22);
  outline-offset: 3px;
}


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

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

  .staviso-slb-hero__thumb,
  .staviso-slb-hero__button {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d5aaee *//* ==========================================
   SNAP-LOCK BOTTOM
   KEY BENEFITS
========================================== */

.staviso-slb-benefits {
  position: relative;

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

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

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


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

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

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

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}

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

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

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


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

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

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

  margin: 0 auto;
}


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

.staviso-slb-benefits__header {
  max-width: 800px;

  margin: 0 auto 45px;

  text-align: center;
}


.staviso-slb-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


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

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-benefits__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-benefits__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

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


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

.staviso-slb-benefits__grid {
  display: grid;

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

  gap: 16px;
}


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

.staviso-slb-benefits__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 255px;

  padding: 24px 23px 25px;

  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 10px 28px rgba(43, 52, 48, 0.045);

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


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

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: #1f665a;

  opacity: 0;

  transform: scaleX(0.3);
  transform-origin: left center;

  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}


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

  box-shadow:
    0 16px 34px rgba(38, 49, 44, 0.075);

  transform: translateY(-4px);
}


.staviso-slb-benefits__card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}


/* ==========================================
   PRIORITY CARDS
========================================== */

.staviso-slb-benefits__card--priority {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f1f7f4 100%
    );

  border-color: #cbded6;
}


.staviso-slb-benefits__card--priority::before {
  opacity: 1;

  transform: scaleX(1);
}


.staviso-slb-benefits__priority-label {
  display: inline-flex;

  width: fit-content;

  margin-bottom: 8px;
  padding: 4px 7px;

  background: #edf3f0;

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

  color: #1f665a;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


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

.staviso-slb-benefits__card-top {
  display: flex;

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

  gap: 16px;

  margin-bottom: 29px;
}


.staviso-slb-benefits__number {
  color: #93a09a;

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


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

.staviso-slb-benefits__icon {
  display: flex;

  width: 47px;
  height: 47px;

  flex: 0 0 47px;

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

  background: #edf3f0;

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

  color: #1f665a;

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


.staviso-slb-benefits__icon svg {
  width: 22px;
  height: 22px;

  fill: none;

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


.staviso-slb-benefits__card--priority
.staviso-slb-benefits__icon {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


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

  color: #ffffff;

  transform: translateY(-2px);
}


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

.staviso-slb-benefits__content {
  margin-top: auto;
}


.staviso-slb-benefits__content h3 {
  margin: 0 0 9px;

  color: #28352f;

  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


.staviso-slb-benefits__content p {
  margin: 0;

  color: #6b7771;

  font-size: 12px;
  line-height: 1.65;
}


/* ==========================================
   BOTTOM SUMMARY
========================================== */

.staviso-slb-benefits__summary {
  display: grid;

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

  gap: 18px;

  align-items: center;

  margin-top: 20px;
  padding: 19px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}


.staviso-slb-benefits__summary-item {
  text-align: center;
}


.staviso-slb-benefits__summary-item strong {
  display: block;

  margin-bottom: 4px;

  color: #ffffff;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-slb-benefits__summary-item span {
  color: rgba(255, 255, 255, 0.68);

  font-size: 9px;
  line-height: 1.5;
}


.staviso-slb-benefits__summary-divider {
  width: 1px;
  height: 34px;

  background: rgba(255, 255, 255, 0.18);
}


/* ==========================================
   BUYER NOTE
========================================== */

.staviso-slb-benefits__note {
  display: grid;

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

  gap: 14px;

  align-items: center;

  margin-top: 16px;
  padding: 16px 18px;

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

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


.staviso-slb-benefits__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

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

  background: #edf3f0;

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

  color: #1f665a;
}


.staviso-slb-benefits__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-slb-benefits__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-slb-benefits__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-slb-benefits {
    padding: 74px 20px 80px;
  }

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

}


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

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

  .staviso-slb-benefits {
    padding: 58px 15px 64px;
  }

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

    text-align: left;
  }

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

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

    font-size: 13px;
  }

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

    gap: 12px;
  }

  .staviso-slb-benefits__card {
    min-height: 0;

    padding: 20px;
  }

  .staviso-slb-benefits__card-top {
    margin-bottom: 24px;
  }

  .staviso-slb-benefits__summary {
    grid-template-columns: 1fr;

    gap: 13px;

    padding: 18px;
  }

  .staviso-slb-benefits__summary-divider {
    width: 100%;
    height: 1px;
  }

  .staviso-slb-benefits__summary-item {
    text-align: left;
  }

  .staviso-slb-benefits__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-slb-benefits__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

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

  .staviso-slb-benefits__card {
    padding: 18px;
  }

  .staviso-slb-benefits__note {
    grid-template-columns: 1fr;
  }

}


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

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

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

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bfb9a0a *//* ==========================================
   SNAP-LOCK BOTTOM
   PRODUCT SPECIFICATIONS
========================================== */

.staviso-slb-specs {
  position: relative;

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

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

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


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

.staviso-slb-specs::before {
  content: "";

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

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}

.staviso-slb-specs::after {
  content: "";

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

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


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

.staviso-slb-specs__container {
  position: relative;
  z-index: 1;

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

  margin: 0 auto;
}


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

.staviso-slb-specs__header {
  max-width: 790px;

  margin: 0 auto 42px;

  text-align: center;
}


.staviso-slb-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


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

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-specs__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-specs__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

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


/* ==========================================
   TABLE WRAPPER
========================================== */

.staviso-slb-specs__table-wrap {
  width: 100%;

  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.055);
}


/* ==========================================
   TABLE
========================================== */

.staviso-slb-specs__table {
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;

  font-family: inherit;
}


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

.staviso-slb-specs__table thead {
  background: #1f665a;
}


.staviso-slb-specs__table thead th {
  padding: 17px 22px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.08em;

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


.staviso-slb-specs__table thead th:first-child {
  width: 34%;
}


/* ==========================================
   BODY ROWS
========================================== */

.staviso-slb-specs__table tbody tr {
  border-bottom: 1px solid #e4ebe7;

  transition:
    background-color 0.2s ease;
}


.staviso-slb-specs__table tbody tr:last-child {
  border-bottom: 0;
}


.staviso-slb-specs__table tbody tr:nth-child(even) {
  background: #fafbf9;
}


.staviso-slb-specs__table tbody tr:hover {
  background: #f1f6f3;
}


/* ==========================================
   CELLS
========================================== */

.staviso-slb-specs__table tbody th,
.staviso-slb-specs__table tbody td {
  padding: 16px 22px;

  vertical-align: middle;
}


.staviso-slb-specs__table tbody th {
  color: #35423d;

  font-size: 12px;
  font-weight: 730;
  line-height: 1.45;

  text-align: left;
}


.staviso-slb-specs__table tbody td {
  color: #68736e;

  font-size: 12px;
  font-weight: 450;
  line-height: 1.55;
}


/* ==========================================
   SLB TAG
========================================== */

.staviso-slb-specs__value {
  margin-right: 8px;
}


.staviso-slb-specs__tag {
  display: inline-flex;

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

  padding: 4px 7px;

  background: #edf3f0;

  border: 1px solid #d5e2dc;
  border-radius: 5px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.06em;
}


/* ==========================================
   HIGHLIGHT BOTTOM STRUCTURE
========================================== */

.staviso-slb-specs__row--highlight {
  position: relative;

  background:
    linear-gradient(
      90deg,
      #edf3f0 0%,
      #f8faf9 100%
    ) !important;
}


.staviso-slb-specs__row--highlight th {
  color: #1f665a !important;
}


.staviso-slb-specs__row--highlight th:first-child {
  border-left: 4px solid #1f665a;
}


.staviso-slb-specs__bottom-value {
  color: #1f665a;

  font-weight: 780;
}


.staviso-slb-specs__bottom-badge {
  display: inline-flex;

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

  margin-left: 8px;
  padding: 4px 7px;

  background: #1f665a;

  border-radius: 5px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


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

.staviso-slb-specs__note {
  display: grid;

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

  gap: 14px;

  align-items: center;

  margin-top: 18px;
  padding: 18px 20px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


.staviso-slb-specs__note-icon {
  display: flex;

  width: 46px;
  height: 46px;

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

  background: #ffffff;

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

  color: #1f665a;
}


.staviso-slb-specs__note-icon svg {
  width: 22px;
  height: 22px;

  fill: none;

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


.staviso-slb-specs__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-slb-specs__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   SLB VS ALB MINI DIFFERENCE
========================================== */

.staviso-slb-specs__difference {
  display: grid;

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

  gap: 18px;

  align-items: center;

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

  background: #ffffff;

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


.staviso-slb-specs__difference-item {
  display: flex;

  align-items: center;
  gap: 12px;
}


.staviso-slb-specs__difference-item:last-child {
  justify-content: flex-end;

  text-align: right;
}


.staviso-slb-specs__difference-code {
  display: inline-flex;

  min-width: 43px;
  height: 30px;

  flex: 0 0 43px;

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

  background: #1f665a;

  border-radius: 6px;

  color: #ffffff;

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


.staviso-slb-specs__difference-code--alt {
  background: #697872;
}


.staviso-slb-specs__difference-item strong {
  display: block;

  margin-bottom: 2px;

  color: #34423c;

  font-size: 11px;
  font-weight: 750;
  line-height: 1.4;
}


.staviso-slb-specs__difference-item p {
  margin: 0;

  color: #77837d;

  font-size: 9px;
  line-height: 1.45;
}


.staviso-slb-specs__difference-vs {
  color: #9aa49f;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.09em;
}


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

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

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

}


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

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

  .staviso-slb-specs {
    padding: 58px 15px 64px;
  }

  .staviso-slb-specs__header {
    margin-bottom: 30px;

    text-align: left;
  }

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

  .staviso-slb-specs__intro {
    margin-left: 0;

    font-size: 13px;
  }


  /* ==========================================
     MOBILE STACKED TABLE
  =========================================== */

  .staviso-slb-specs__table thead {
    display: none;
  }

  .staviso-slb-specs__table,
  .staviso-slb-specs__table tbody,
  .staviso-slb-specs__table tr,
  .staviso-slb-specs__table th,
  .staviso-slb-specs__table td {
    display: block;

    width: 100%;
  }

  .staviso-slb-specs__table tbody tr {
    padding: 15px 17px;

    border-bottom: 1px solid #e3ebe7;
  }

  .staviso-slb-specs__table tbody th {
    padding: 0 0 5px;

    color: #1f665a;

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

    text-transform: uppercase;
  }

  .staviso-slb-specs__table tbody td {
    padding: 0;

    color: #47554f;

    font-size: 12px;
    font-weight: 550;
  }


  /* Highlight Bottom */
  .staviso-slb-specs__row--highlight {
    padding-top: 18px !important;
    padding-bottom: 18px !important;

    border-left: 3px solid #1f665a;
  }

  .staviso-slb-specs__row--highlight th:first-child {
    border-left: 0;
  }

  .staviso-slb-specs__bottom-badge {
    margin-top: 7px;
    margin-left: 0;
  }


  /* Note */
  .staviso-slb-specs__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-slb-specs__note-icon {
    width: 40px;
    height: 40px;
  }


  /* Difference */
  .staviso-slb-specs__difference {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .staviso-slb-specs__difference-item:last-child {
    justify-content: flex-start;

    text-align: left;
  }

  .staviso-slb-specs__difference-vs {
    padding-left: 55px;
  }

}


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

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

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

  .staviso-slb-specs__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-slb-specs__table tbody tr {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-842a2fb *//* ==========================================
   SNAP-LOCK BOTTOM
   MATERIAL OPTIONS
========================================== */

.staviso-slb-materials {
  position: relative;

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

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

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


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

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

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

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}


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

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

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


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

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

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

  margin: 0 auto;
}


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

.staviso-slb-materials__header {
  max-width: 760px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-slb-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


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

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-materials__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-materials__intro {
  max-width: 700px;

  margin: 18px auto 0;

  color: #66706c;

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


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

.staviso-slb-materials__grid {
  display: grid;

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

  gap: 16px;
}


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

.staviso-slb-materials__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 330px;

  padding: 23px 22px 22px;

  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 10px 28px rgba(40, 52, 46, 0.045);

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


.staviso-slb-materials__card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: #1f665a;

  opacity: 0;

  transform: scaleX(0.35);
  transform-origin: left center;

  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}


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

  box-shadow:
    0 16px 34px rgba(40, 52, 46, 0.075);

  transform: translateY(-4px);
}


.staviso-slb-materials__card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}


/* E-Flute subtle highlight */
.staviso-slb-materials__card--strong {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f3f7f5 100%
    );

  border-color: #cfdfd8;
}


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

.staviso-slb-materials__card-top {
  display: flex;

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

  gap: 15px;

  margin-bottom: 27px;
}


.staviso-slb-materials__number {
  color: #96a19c;

  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
}


/* ==========================================
   MATERIAL CODE
========================================== */

.staviso-slb-materials__material-code {
  display: inline-flex;

  min-height: 26px;

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

  padding: 5px 9px;

  background: #edf3f0;

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

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.06em;
}


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

.staviso-slb-materials__icon {
  display: flex;

  width: 52px;
  height: 52px;

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

  margin-bottom: 28px;

  background: #edf3f0;

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

  color: #1f665a;

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


.staviso-slb-materials__icon svg {
  width: 24px;
  height: 24px;

  fill: none;

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


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

  color: #ffffff;

  transform: translateY(-2px);
}


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

.staviso-slb-materials__content {
  margin-bottom: 22px;
}


.staviso-slb-materials__content h3 {
  margin: 0 0 9px;

  color: #29362f;

  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


.staviso-slb-materials__content p {
  margin: 0;

  color: #6b7771;

  font-size: 11px;
  line-height: 1.65;
}


/* ==========================================
   BEST FOR
========================================== */

.staviso-slb-materials__best-for {
  margin-top: auto;
  padding-top: 15px;

  border-top: 1px solid #e4ebe7;
}


.staviso-slb-materials__best-label {
  display: block;

  margin-bottom: 4px;

  color: #8a9690;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-slb-materials__best-for strong {
  display: block;

  color: #405149;

  font-size: 10px;
  font-weight: 720;
  line-height: 1.45;
}


/* ==========================================
   MATERIAL NOTE
========================================== */

.staviso-slb-materials__note {
  display: grid;

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

  gap: 14px;

  align-items: center;

  margin-top: 20px;
  padding: 18px 20px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


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

  width: 46px;
  height: 46px;

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

  background: #ffffff;

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

  color: #1f665a;
}


.staviso-slb-materials__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-slb-materials__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


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

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

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

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

}


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

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

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

  .staviso-slb-materials__header {
    margin-bottom: 32px;

    text-align: left;
  }

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

  .staviso-slb-materials__intro {
    margin-left: 0;

    font-size: 13px;
  }

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

    gap: 12px;
  }

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

    padding: 20px;
  }

  .staviso-slb-materials__card-top {
    margin-bottom: 22px;
  }

  .staviso-slb-materials__icon {
    margin-bottom: 22px;
  }

  .staviso-slb-materials__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-slb-materials__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

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

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

}


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

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

  .staviso-slb-materials__card,
  .staviso-slb-materials__card::before,
  .staviso-slb-materials__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-166384f *//* ==========================================
   SNAP-LOCK BOTTOM
   PRINTING & FINISHING
========================================== */

.staviso-slb-finish {
  position: relative;

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

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-slb-finish *,
.staviso-slb-finish *::before,
.staviso-slb-finish *::after {
  box-sizing: border-box;
}


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

.staviso-slb-finish::before {
  content: "";

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

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}


.staviso-slb-finish::after {
  content: "";

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

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


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

.staviso-slb-finish__container {
  position: relative;
  z-index: 1;

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

  margin: 0 auto;
}


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

.staviso-slb-finish__header {
  max-width: 780px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-slb-finish__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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-slb-finish__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-finish__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-finish__intro {
  max-width: 720px;

  margin: 18px auto 0;

  color: #66706c;

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


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

.staviso-slb-finish__main {
  display: grid;

  grid-template-columns:
    minmax(0, 1.05fr)
    minmax(390px, 0.95fr);

  gap: 28px;

  align-items: stretch;
}


/* ==========================================
   MAIN IMAGE
========================================== */

.staviso-slb-finish__visual {
  min-width: 0;
}


.staviso-slb-finish__image-card {
  position: relative;

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

  overflow: hidden;

  background: #f2f5f3;

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

  box-shadow:
    0 16px 38px rgba(40, 52, 46, 0.065);
}


.staviso-slb-finish__image-card > img {
  display: block;

  width: 100%;
  height: 100%;

  min-height: 590px;

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


/* ==========================================
   IMAGE OVERLAY
========================================== */

.staviso-slb-finish__image-overlay {
  position: absolute;

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

  padding: 18px 20px;

  background: rgba(24, 51, 43, 0.88);

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

  backdrop-filter: blur(9px);
}


.staviso-slb-finish__image-label {
  display: block;

  margin-bottom: 5px;

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

  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-slb-finish__image-overlay strong {
  display: block;

  margin-bottom: 6px;

  color: #ffffff;

  font-size: 16px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-slb-finish__image-overlay p {
  margin: 0;

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

  font-size: 10px;
  line-height: 1.6;
}


/* ==========================================
   OPTION GROUPS
========================================== */

.staviso-slb-finish__groups {
  display: grid;

  gap: 13px;
}


.staviso-slb-finish__group {
  padding: 22px;

  background: #f8faf9;

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

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


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

  box-shadow:
    0 12px 28px rgba(40, 52, 46, 0.06);

  transform: translateY(-2px);
}


.staviso-slb-finish__group--premium {
  background:
    linear-gradient(
      145deg,
      #edf3f0 0%,
      #f7faf8 100%
    );

  border-color: #cbddd5;
}


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

.staviso-slb-finish__group-head {
  display: flex;

  align-items: center;
  gap: 13px;

  margin-bottom: 17px;
}


.staviso-slb-finish__group-icon {
  display: flex;

  width: 44px;
  height: 44px;

  flex: 0 0 44px;

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

  background: #edf3f0;

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

  color: #1f665a;
}


.staviso-slb-finish__group--premium
.staviso-slb-finish__group-icon {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


.staviso-slb-finish__group-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-slb-finish__group-label {
  display: block;

  margin-bottom: 2px;

  color: #8b9892;

  font-size: 8px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;
}


.staviso-slb-finish__group h3 {
  margin: 0;

  color: #29362f;

  font-size: 17px;
  font-weight: 760;
  line-height: 1.4;
  letter-spacing: -0.02em;
}


/* ==========================================
   OPTION TAGS
========================================== */

.staviso-slb-finish__options {
  display: flex;

  flex-wrap: wrap;

  gap: 7px;
}


.staviso-slb-finish__options span {
  display: inline-flex;

  align-items: center;

  min-height: 31px;

  padding: 7px 10px;

  background: #ffffff;

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

  color: #58665f;

  font-size: 9px;
  font-weight: 650;
  line-height: 1.35;
}


/* ==========================================
   SHOWCASE
========================================== */

.staviso-slb-finish__showcase {
  display: grid;

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

  gap: 13px;

  margin-top: 18px;
}


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

.staviso-slb-finish__showcase-card {
  overflow: hidden;

  background: #ffffff;

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

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


.staviso-slb-finish__showcase-card:hover {
  border-color: rgba(31, 102, 90, 0.27);

  box-shadow:
    0 10px 25px rgba(40, 52, 46, 0.055);

  transform: translateY(-3px);
}


/* ==========================================
   SHOWCASE IMAGE
========================================== */

.staviso-slb-finish__showcase-image {
  width: 100%;
  aspect-ratio: 7 / 5;

  overflow: hidden;

  background: #f3f6f4;
}


.staviso-slb-finish__showcase-image img {
  display: block;

  width: 100%;
  height: 100%;

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

  transition:
    transform 0.4s ease;
}


.staviso-slb-finish__showcase-card:hover
.staviso-slb-finish__showcase-image img {
  transform: scale(1.035);
}


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

.staviso-slb-finish__showcase-content {
  padding: 13px 14px 15px;
}


.staviso-slb-finish__showcase-content span {
  display: block;

  margin-bottom: 4px;

  color: #1f665a;

  font-size: 7px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-slb-finish__showcase-content strong {
  display: block;

  color: #334139;

  font-size: 11px;
  font-weight: 740;
  line-height: 1.45;
}


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

.staviso-slb-finish__note {
  display: grid;

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

  gap: 14px;

  align-items: center;

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

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


.staviso-slb-finish__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

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

  background: #ffffff;

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

  color: #1f665a;
}


.staviso-slb-finish__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-slb-finish__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-slb-finish__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-slb-finish {
    padding: 74px 20px 80px;
  }

  .staviso-slb-finish__main {
    grid-template-columns: 1fr;

    max-width: 820px;

    margin: 0 auto;
  }

  .staviso-slb-finish__image-card,
  .staviso-slb-finish__image-card > img {
    min-height: 500px;
  }

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

    max-width: 820px;

    margin-right: auto;
    margin-left: auto;
  }

  .staviso-slb-finish__note {
    max-width: 820px;

    margin-right: auto;
    margin-left: auto;
  }

}


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

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

  .staviso-slb-finish {
    padding: 58px 15px 64px;
  }

  .staviso-slb-finish__header {
    margin-bottom: 32px;

    text-align: left;
  }

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

  .staviso-slb-finish__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-slb-finish__image-card {
    min-height: 0;

    border-radius: 14px;
  }

  .staviso-slb-finish__image-card > img {
    min-height: 0;

    aspect-ratio: 1 / 1;

    object-fit: cover;
  }

  .staviso-slb-finish__image-overlay {
    right: 12px;
    bottom: 12px;
    left: 12px;

    padding: 15px 16px;
  }

  .staviso-slb-finish__groups {
    gap: 11px;
  }

  .staviso-slb-finish__group {
    padding: 19px;
  }

  .staviso-slb-finish__showcase {
    grid-template-columns: 1fr;

    gap: 11px;
  }

  .staviso-slb-finish__showcase-card {
    display: grid;

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

    align-items: center;
  }

  .staviso-slb-finish__showcase-image {
    height: 100%;

    aspect-ratio: 1 / 1;
  }

  .staviso-slb-finish__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-slb-finish__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-slb-finish {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-slb-finish__showcase-card {
    grid-template-columns:
      100px
      minmax(0, 1fr);
  }

  .staviso-slb-finish__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-slb-finish__group,
  .staviso-slb-finish__showcase-card,
  .staviso-slb-finish__showcase-image img {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45ffd7f5 *//* ==========================================
   STRAIGHT TUCK END
   CUSTOM SIZE + QUOTE FORM
========================================== */

.staviso-ste-size {
  position: relative;

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

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-ste-size *,
.staviso-ste-size *::before,
.staviso-ste-size *::after {
  box-sizing: border-box;
}


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

.staviso-ste-size__container {
  position: relative;
  z-index: 1;

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

  margin: 0 auto;
}


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

.staviso-ste-size__header {
  max-width: 760px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-ste-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-ste-size__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-ste-size__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-ste-size__intro {
  max-width: 700px;

  margin: 18px auto 0;

  color: #66706c;

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


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

.staviso-ste-size__grid {
  display: grid;

  grid-template-columns:
    minmax(0, 0.92fr)
    minmax(440px, 1.08fr);

  gap: 34px;

  align-items: start;
}


/* ==========================================
   LEFT IMAGE
========================================== */

.staviso-ste-size__visual {
  min-width: 0;
}


.staviso-ste-size__image-card {
  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.06);
}


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

.staviso-ste-size__image-header {
  display: flex;

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

  gap: 20px;

  padding: 20px 22px;

  border-bottom: 1px solid #e2e9e5;
}


.staviso-ste-size__image-label {
  display: block;

  margin-bottom: 5px;

  color: #1f665a;

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

  text-transform: uppercase;
}


.staviso-ste-size__image-header h3 {
  margin: 0;

  color: #2c3933;

  font-size: 18px;
  font-weight: 760;
  line-height: 1.35;
}


.staviso-ste-size__unit {
  display: inline-flex;

  min-width: 42px;
  height: 30px;

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

  padding: 0 9px;

  background: #edf3f0;

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

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.05em;
}


/* ==========================================
   IMAGE
========================================== */

.staviso-ste-size__image-wrap {
  width: 100%;

  background: #f6f8f7;
}


.staviso-ste-size__image-wrap img {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 1 / 1;

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


/* ==========================================
   IMAGE NOTE
========================================== */

.staviso-ste-size__image-note {
  display: grid;

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

  gap: 13px;

  align-items: center;

  padding: 17px 20px;

  border-top: 1px solid #e2e9e5;

  background: #f8faf9;
}


.staviso-ste-size__image-note-icon {
  display: flex;

  width: 42px;
  height: 42px;

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

  background: #edf3f0;

  border-radius: 8px;

  color: #1f665a;
}


.staviso-ste-size__image-note-icon svg {
  width: 20px;
  height: 20px;

  fill: none;

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


.staviso-ste-size__image-note strong {
  display: block;

  margin-bottom: 3px;

  color: #34423c;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-ste-size__image-note p {
  margin: 0;

  color: #6c7772;

  font-size: 10px;
  line-height: 1.55;
}


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

.staviso-ste-size__form-card {
  min-width: 0;

  padding: 27px;

  background: #f8faf9;

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

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.055);
}


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

.staviso-ste-size__form-header {
  margin-bottom: 23px;
}


.staviso-ste-size__form-label {
  display: block;

  margin-bottom: 6px;

  color: #1f665a;

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

  text-transform: uppercase;
}


.staviso-ste-size__form-header h3 {
  margin: 0 0 7px;

  color: #29362f;

  font-size: 22px;
  font-weight: 760;
  line-height: 1.3;
  letter-spacing: -0.025em;
}


.staviso-ste-size__form-header p {
  margin: 0;

  color: #69756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   FORM
========================================== */

.staviso-ste-size__form {
  display: grid;

  gap: 16px;
}


/* Two Fields
------------------------------------------ */

.staviso-ste-size__two-fields {
  display: grid;

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

  gap: 12px;
}


/* ==========================================
   FIELD
========================================== */

.staviso-ste-size__field {
  display: grid;

  gap: 7px;
}


.staviso-ste-size__field-label {
  color: #495751;

  font-size: 10px;
  font-weight: 720;
  line-height: 1.4;
}


/* ==========================================
   INPUT
========================================== */

.staviso-ste-size__input-wrap,
.staviso-ste-size__select-wrap {
  position: relative;

  display: flex;

  align-items: center;
}


.staviso-ste-size__input-wrap input,
.staviso-ste-size__select-wrap select {
  width: 100%;
  min-height: 46px;

  margin: 0;

  padding: 11px 13px;

  background: #ffffff;

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

  color: #2f3d37;

  font-family: inherit;
  font-size: 12px;

  outline: none;

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


.staviso-ste-size__input-wrap input:focus,
.staviso-ste-size__select-wrap select:focus {
  border-color: #1f665a;

  box-shadow:
    0 0 0 3px rgba(31, 102, 90, 0.10);
}


.staviso-ste-size__input-wrap input::placeholder {
  color: #a0aaa5;
}


/* Unit
------------------------------------------ */

.staviso-ste-size__input-unit {
  position: absolute;
  right: 13px;

  color: #84908a;

  font-size: 9px;
  font-weight: 700;

  pointer-events: none;
}


.staviso-ste-size__input-wrap input[type="number"] {
  padding-right: 44px;
}


/* ==========================================
   SELECT
========================================== */

.staviso-ste-size__select-wrap select {
  appearance: none;

  padding-right: 40px;

  cursor: pointer;
}


.staviso-ste-size__select-wrap svg {
  position: absolute;
  right: 13px;

  width: 16px;
  height: 16px;

  pointer-events: none;

  fill: none;

  stroke: #6c7973;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


/* ==========================================
   FIELDSET
========================================== */

.staviso-ste-size__fieldset {
  margin: 0;
  padding: 15px;

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


.staviso-ste-size__fieldset legend {
  padding: 0 7px;

  color: #1f665a;

  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;

  text-transform: uppercase;
}


.staviso-ste-size__dimension-fields {
  display: grid;

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

  gap: 10px;
}


/* ==========================================
   SUBMIT BUTTON
========================================== */

.staviso-ste-size__submit {
  display: inline-flex;

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

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

  gap: 9px;

  padding: 12px 18px;

  cursor: pointer;

  background: #1f665a;

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

  color: #ffffff;

  font-family: inherit;
  font-size: 12px;
  font-weight: 760;

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

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


.staviso-ste-size__submit svg {
  width: 18px;
  height: 18px;

  fill: none;

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


.staviso-ste-size__submit:hover {
  background: #174f46;
  border-color: #174f46;

  box-shadow:
    0 11px 25px rgba(31, 102, 90, 0.23);

  transform: translateY(-2px);
}


/* ==========================================
   FORM NOTE
========================================== */

.staviso-ste-size__form-note {
  margin: -3px 0 0;

  color: #818c87;

  font-size: 9px;
  line-height: 1.55;

  text-align: center;
}


/* ==========================================
   HONEYPOT
========================================== */

.staviso-ste-size__honeypot {
  position: absolute !important;

  left: -9999px !important;

  width: 1px;
  height: 1px;

  overflow: hidden;
}


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

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

  .staviso-ste-size {
    padding: 74px 20px 80px;
  }

  .staviso-ste-size__grid {
    grid-template-columns: 1fr;

    max-width: 780px;

    margin: 0 auto;
  }

}


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

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

  .staviso-ste-size {
    padding: 58px 15px 64px;
  }

  .staviso-ste-size__header {
    margin-bottom: 30px;

    text-align: left;
  }

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

  .staviso-ste-size__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-ste-size__image-card,
  .staviso-ste-size__form-card {
    border-radius: 14px;
  }

  .staviso-ste-size__form-card {
    padding: 20px;
  }

  .staviso-ste-size__two-fields {
    grid-template-columns: 1fr;
  }

  .staviso-ste-size__dimension-fields {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-ste-size {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-ste-size__image-header {
    padding: 17px;
  }

  .staviso-ste-size__image-note {
    grid-template-columns: 1fr;

    padding: 16px;
  }

  .staviso-ste-size__form-card {
    padding: 17px;
  }

}


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

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

  .staviso-ste-size__input-wrap input,
  .staviso-ste-size__select-wrap select,
  .staviso-ste-size__submit {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e864ffa *//* ==========================================
   SNAP-LOCK BOTTOM
   COMMON APPLICATIONS
========================================== */

.staviso-slb-applications {
  position: relative;

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

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

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


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

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

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

  width: 410px;
  height: 410px;

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

  pointer-events: none;
}


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

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

  width: 440px;
  height: 440px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


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

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

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

  margin: 0 auto;
}


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

.staviso-slb-applications__header {
  max-width: 790px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-slb-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


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

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-applications__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-applications__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

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


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

.staviso-slb-applications__grid {
  display: grid;

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

  gap: 18px;
}


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

.staviso-slb-applications__card {
  position: relative;

  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 10px 28px rgba(40, 52, 46, 0.045);

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


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

  box-shadow:
    0 17px 36px rgba(40, 52, 46, 0.075);

  transform: translateY(-4px);
}


/* ==========================================
   IMAGE
========================================== */

.staviso-slb-applications__image {
  position: relative;

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

  overflow: hidden;

  background: #f2f5f3;
}


.staviso-slb-applications__image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 55%,
      rgba(21, 42, 35, 0.14) 100%
    );

  pointer-events: none;
}


.staviso-slb-applications__image img {
  display: block;

  width: 100%;
  height: 100%;

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

  transition:
    transform 0.42s ease;
}


.staviso-slb-applications__card:hover
.staviso-slb-applications__image img {
  transform: scale(1.035);
}


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

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

  top: 14px;
  right: 14px;

  display: inline-flex;

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

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

  padding: 0 8px;

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

  border: 1px solid rgba(31, 102, 90, 0.16);
  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.07em;

  backdrop-filter: blur(7px);
}


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

.staviso-slb-applications__content {
  padding: 21px 21px 22px;
}


.staviso-slb-applications__category {
  display: block;

  margin-bottom: 6px;

  color: #1f665a;

  font-size: 8px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-slb-applications__content h3 {
  margin: 0 0 6px;

  color: #28352f;

  font-size: 18px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


.staviso-slb-applications__products {
  margin: 0;

  color: #6b7771;

  font-size: 11px;
  line-height: 1.55;
}


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

.staviso-slb-applications__benefit {
  display: flex;

  align-items: flex-start;
  gap: 8px;

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

  border-top: 1px solid #e5ebe8;

  color: #5f6e67;

  font-size: 9px;
  font-weight: 600;
  line-height: 1.5;
}


.staviso-slb-applications__benefit > span {
  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  margin-top: 4px;

  background: #1f665a;

  border-radius: 50%;
}


/* ==========================================
   CORE POSITIONING
========================================== */

.staviso-slb-applications__positioning {
  display: grid;

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

  gap: 18px;

  align-items: center;

  margin-top: 20px;
  padding: 20px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.13);
}


.staviso-slb-applications__positioning-item {
  display: grid;

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

  gap: 11px;

  align-items: center;
}


.staviso-slb-applications__positioning-icon {
  display: flex;

  width: 38px;
  height: 38px;

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

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

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

  color: #ffffff;
}


.staviso-slb-applications__positioning-icon svg {
  width: 19px;
  height: 19px;

  fill: none;

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


.staviso-slb-applications__positioning-item strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-slb-applications__positioning-item span:not(.staviso-slb-applications__positioning-icon) {
  display: block;

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

  font-size: 9px;
  line-height: 1.45;
}


.staviso-slb-applications__positioning-divider {
  width: 1px;
  height: 40px;

  background: rgba(255, 255, 255, 0.18);
}


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

.staviso-slb-applications__note {
  display: grid;

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

  gap: 14px;

  align-items: center;

  margin-top: 16px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


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

  width: 44px;
  height: 44px;

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

  background: #ffffff;

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

  color: #1f665a;
}


.staviso-slb-applications__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-slb-applications__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-slb-applications__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-slb-applications {
    padding: 74px 20px 80px;
  }

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

  .staviso-slb-applications__positioning {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .staviso-slb-applications__positioning-divider {
    width: 100%;
    height: 1px;
  }

}


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

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

  .staviso-slb-applications {
    padding: 58px 15px 64px;
  }

  .staviso-slb-applications__header {
    margin-bottom: 32px;

    text-align: left;
  }

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

  .staviso-slb-applications__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-slb-applications__grid {
    grid-template-columns: 1fr;

    gap: 13px;
  }

  .staviso-slb-applications__card {
    border-radius: 14px;
  }

  .staviso-slb-applications__content {
    padding: 19px;
  }

  .staviso-slb-applications__positioning {
    padding: 18px;
  }

  .staviso-slb-applications__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-slb-applications__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-slb-applications {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-slb-applications__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-slb-applications__card,
  .staviso-slb-applications__image img {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1da57a92 *//* ==========================================
   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-488d45a1 *//* ==========================================
   SNAP-LOCK BOTTOM
   QUALITY ASSURANCE
========================================== */

.staviso-slb-quality {
  position: relative;

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

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}

.staviso-slb-quality *,
.staviso-slb-quality *::before,
.staviso-slb-quality *::after {
  box-sizing: border-box;
}


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

.staviso-slb-quality::before {
  content: "";

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

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}


.staviso-slb-quality::after {
  content: "";

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

  width: 450px;
  height: 450px;

  background: rgba(31, 102, 90, 0.025);

  border-radius: 50%;

  pointer-events: none;
}


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

.staviso-slb-quality__container {
  position: relative;
  z-index: 1;

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

  margin: 0 auto;
}


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

.staviso-slb-quality__header {
  max-width: 800px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-slb-quality__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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-slb-quality__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-quality__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-quality__intro {
  max-width: 730px;

  margin: 18px auto 0;

  color: #66706c;

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


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

.staviso-slb-quality__grid {
  display: grid;

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

  gap: 16px;
}


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

.staviso-slb-quality__card {
  position: relative;

  display: flex;
  flex-direction: column;

  min-height: 245px;

  padding: 23px 22px 24px;

  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 10px 28px rgba(40, 52, 46, 0.045);

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


.staviso-slb-quality__card::before {
  content: "";

  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 3px;

  background: #1f665a;

  opacity: 0;

  transform: scaleX(0.3);
  transform-origin: left;

  transition:
    opacity 0.24s ease,
    transform 0.24s ease;
}


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

  box-shadow:
    0 16px 34px rgba(40, 52, 46, 0.075);

  transform: translateY(-4px);
}


.staviso-slb-quality__card:hover::before {
  opacity: 1;

  transform: scaleX(1);
}


/* ==========================================
   KEY SNAP-LOCK CARD
========================================== */

.staviso-slb-quality__card--key {
  background:
    linear-gradient(
      145deg,
      #edf3f0 0%,
      #ffffff 100%
    );

  border-color: #bfd7cd;
}


.staviso-slb-quality__card--key::before {
  height: 4px;

  opacity: 1;

  transform: scaleX(1);
}


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

.staviso-slb-quality__card-top {
  display: flex;

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

  gap: 16px;

  margin-bottom: 27px;
}


.staviso-slb-quality__number {
  color: #94a09a;

  font-size: 9px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.08em;
}


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

.staviso-slb-quality__icon {
  display: flex;

  width: 47px;
  height: 47px;

  flex: 0 0 47px;

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

  background: #edf3f0;

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

  color: #1f665a;

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


.staviso-slb-quality__icon svg {
  width: 22px;
  height: 22px;

  fill: none;

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


.staviso-slb-quality__card--key
.staviso-slb-quality__icon {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


.staviso-slb-quality__card:hover
.staviso-slb-quality__icon {
  background: #1f665a;

  color: #ffffff;

  transform: translateY(-2px);
}


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

.staviso-slb-quality__content {
  margin-top: auto;
}


.staviso-slb-quality__key-label {
  display: inline-flex;

  width: fit-content;

  margin-bottom: 8px;
  padding: 4px 7px;

  background: #1f665a;

  border-radius: 5px;

  color: #ffffff;

  font-size: 7px;
  font-weight: 850;
  line-height: 1.2;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-slb-quality__content h3 {
  margin: 0 0 9px;

  color: #29362f;

  font-size: 17px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.02em;
}


.staviso-slb-quality__content p {
  margin: 0;

  color: #6b7771;

  font-size: 11px;
  line-height: 1.65;
}


/* ==========================================
   SNAP-LOCK CHECK BAR
========================================== */

.staviso-slb-quality__snap-check {
  display: grid;

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

  gap: 22px;

  align-items: center;

  margin-top: 20px;
  padding: 20px 22px;

  background: #1f665a;

  border-radius: 13px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.14);
}


/* ==========================================
   SNAP CHECK HEADER
========================================== */

.staviso-slb-quality__snap-check-head {
  display: grid;

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

  gap: 12px;

  align-items: center;
}


.staviso-slb-quality__snap-code {
  display: flex;

  width: 45px;
  height: 36px;

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

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

  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;

  color: #ffffff;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


.staviso-slb-quality__snap-label {
  display: block;

  margin-bottom: 3px;

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

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-slb-quality__snap-check-head strong {
  display: block;

  color: #ffffff;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.4;
}


/* ==========================================
   SNAP FLOW
========================================== */

.staviso-slb-quality__snap-flow {
  display: flex;

  flex-wrap: wrap;

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

  gap: 7px;
}


.staviso-slb-quality__snap-flow span {
  display: inline-flex;

  min-height: 29px;

  align-items: center;

  padding: 6px 9px;

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

  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 5px;

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

  font-size: 8px;
  font-weight: 680;
}


.staviso-slb-quality__snap-flow
.staviso-slb-quality__snap-final {
  background: #ffffff;

  color: #1f665a;

  font-weight: 800;
}


.staviso-slb-quality__snap-flow svg {
  width: 13px;
  height: 13px;

  fill: none;

  stroke: rgba(255, 255, 255, 0.65);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


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

.staviso-slb-quality__note {
  display: grid;

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

  gap: 14px;

  align-items: center;

  margin-top: 16px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


.staviso-slb-quality__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

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

  background: #ffffff;

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

  color: #1f665a;
}


.staviso-slb-quality__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-slb-quality__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-slb-quality__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-slb-quality {
    padding: 74px 20px 80px;
  }

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

  .staviso-slb-quality__snap-check {
    grid-template-columns: 1fr;
  }

  .staviso-slb-quality__snap-flow {
    justify-content: flex-start;
  }

}


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

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

  .staviso-slb-quality {
    padding: 58px 15px 64px;
  }

  .staviso-slb-quality__header {
    margin-bottom: 32px;

    text-align: left;
  }

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

  .staviso-slb-quality__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-slb-quality__grid {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .staviso-slb-quality__card {
    min-height: 0;

    padding: 20px;
  }

  .staviso-slb-quality__card-top {
    margin-bottom: 23px;
  }

  .staviso-slb-quality__snap-check {
    padding: 18px;
  }

  .staviso-slb-quality__snap-flow {
    display: grid;

    grid-template-columns: 1fr;
  }

  .staviso-slb-quality__snap-flow svg {
    margin: 0 auto;

    transform: rotate(90deg);
  }

  .staviso-slb-quality__snap-flow span {
    justify-content: center;

    text-align: center;
  }

  .staviso-slb-quality__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-slb-quality__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-slb-quality {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-slb-quality__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-slb-quality__card,
  .staviso-slb-quality__card::before,
  .staviso-slb-quality__icon {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-47db5fff *//* ==========================================
   SNAP-LOCK BOTTOM VS AUTO-LOCK BOTTOM
========================================== */

.staviso-slb-compare {
  position: relative;

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

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

.staviso-slb-compare *,
.staviso-slb-compare *::before,
.staviso-slb-compare *::after {
  box-sizing: border-box;
}


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

.staviso-slb-compare::before {
  content: "";

  position: absolute;
  top: -200px;
  right: -160px;

  width: 430px;
  height: 430px;

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

  pointer-events: none;
}


.staviso-slb-compare::after {
  content: "";

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

  width: 460px;
  height: 460px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


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

.staviso-slb-compare__container {
  position: relative;
  z-index: 1;

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

  margin: 0 auto;
}


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

.staviso-slb-compare__header {
  max-width: 820px;

  margin: 0 auto 42px;

  text-align: center;
}


.staviso-slb-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-slb-compare__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-compare__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-compare__intro {
  max-width: 740px;

  margin: 18px auto 0;

  color: #66706c;

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


/* ==========================================
   QUICK DIFFERENCE
========================================== */

.staviso-slb-compare__quick {
  display: grid;

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

  gap: 14px;

  align-items: stretch;

  margin-bottom: 20px;
}


.staviso-slb-compare__quick-card {
  padding: 23px 24px;

  background: #ffffff;

  border: 1px solid #cedfd7;
  border-radius: 14px;

  box-shadow:
    0 10px 26px rgba(40, 52, 46, 0.045);
}


.staviso-slb-compare__quick-card--alb {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #edf3f0
    );
}


.staviso-slb-compare__quick-head {
  display: flex;

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

  gap: 15px;

  margin-bottom: 16px;
}


.staviso-slb-compare__code {
  display: inline-flex;

  min-width: 45px;
  height: 30px;

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

  background: #1f665a;

  border-radius: 6px;

  color: #ffffff;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


.staviso-slb-compare__code--alb {
  background: #52675f;
}


.staviso-slb-compare__type {
  color: #8a9690;

  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.07em;

  text-transform: uppercase;
}


.staviso-slb-compare__quick-card h3 {
  margin: 0 0 13px;

  color: #28362f;

  font-size: 19px;
  font-weight: 760;
  line-height: 1.35;
  letter-spacing: -0.025em;
}


.staviso-slb-compare__quick-card > p {
  margin: 15px 0 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


/* ==========================================
   PROCESS
========================================== */

.staviso-slb-compare__process {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 7px;
}


.staviso-slb-compare__process span {
  display: inline-flex;

  align-items: center;

  min-height: 28px;

  padding: 5px 9px;

  background: #edf3f0;

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

  color: #1f665a;

  font-size: 9px;
  font-weight: 750;
}


.staviso-slb-compare__process
.staviso-slb-compare__process-final {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


.staviso-slb-compare__process svg {
  width: 14px;
  height: 14px;

  fill: none;

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


/* ==========================================
   VS
========================================== */

.staviso-slb-compare__vs {
  display: flex;

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


.staviso-slb-compare__vs span {
  display: flex;

  width: 42px;
  height: 42px;

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

  background: #1f665a;

  border: 5px solid #f4eee7;
  border-radius: 50%;

  box-shadow:
    0 5px 15px rgba(31, 102, 90, 0.16);

  color: #ffffff;

  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.06em;
}


/* ==========================================
   TABLE WRAP
========================================== */

.staviso-slb-compare__table-wrap {
  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 14px 34px rgba(40, 52, 46, 0.055);
}


/* ==========================================
   TABLE
========================================== */

.staviso-slb-compare__table {
  width: 100%;

  border-collapse: collapse;
  border-spacing: 0;
}


.staviso-slb-compare__table thead {
  background: #1f665a;
}


.staviso-slb-compare__table thead th {
  padding: 18px 20px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.45;

  text-align: left;
}


.staviso-slb-compare__table thead th:first-child {
  width: 28%;

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

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

  text-transform: uppercase;
}


.staviso-slb-compare__table-code {
  display: inline-flex;

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

  margin-right: 8px;
  padding: 4px 6px;

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

  border: 1px solid rgba(255, 255, 255, 0.19);
  border-radius: 4px;

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;
}


.staviso-slb-compare__table-code--alb {
  background: rgba(255, 255, 255, 0.1);
}


/* ==========================================
   TABLE ROW
========================================== */

.staviso-slb-compare__table tbody tr {
  border-bottom: 1px solid #e4ebe7;

  transition:
    background-color 0.2s ease;
}


.staviso-slb-compare__table tbody tr:last-child {
  border-bottom: 0;
}


.staviso-slb-compare__table tbody tr:nth-child(even) {
  background: #fafbf9;
}


.staviso-slb-compare__table tbody tr:hover {
  background: #f2f6f4;
}


.staviso-slb-compare__table tbody th,
.staviso-slb-compare__table tbody td {
  padding: 16px 20px;

  vertical-align: middle;
}


.staviso-slb-compare__table tbody th {
  color: #36443e;

  font-size: 11px;
  font-weight: 730;
  line-height: 1.45;

  text-align: left;
}


.staviso-slb-compare__table tbody td {
  color: #68746e;

  font-size: 11px;
  line-height: 1.5;
}


.staviso-slb-compare__table tbody td strong {
  color: #315047;

  font-weight: 760;
}


/* ==========================================
   KEY ROWS
========================================== */

.staviso-slb-compare__row--key {
  background:
    linear-gradient(
      90deg,
      #f4f8f6,
      #edf3f0
    ) !important;
}


.staviso-slb-compare__row--best {
  background: #edf3f0 !important;
}


.staviso-slb-compare__row--best th {
  color: #1f665a !important;
}


/* ==========================================
   YES / NO
========================================== */

.staviso-slb-compare__status {
  display: inline-flex;

  min-width: 38px;
  min-height: 25px;

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

  padding: 4px 8px;

  border-radius: 5px;

  font-size: 8px;
  font-weight: 850;
  letter-spacing: 0.05em;

  text-transform: uppercase;
}


.staviso-slb-compare__status--yes {
  background: #1f665a;

  color: #ffffff;
}


.staviso-slb-compare__status--no {
  background: #eef0ef;

  border: 1px solid #d7ddda;

  color: #66726d;
}


/* ==========================================
   CONCLUSIONS
========================================== */

.staviso-slb-compare__conclusions {
  display: grid;

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

  gap: 16px;

  margin-top: 18px;
}


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

.staviso-slb-compare__conclusion {
  padding: 22px;

  background: #ffffff;

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


.staviso-slb-compare__conclusion--slb {
  border-top: 3px solid #1f665a;
}


.staviso-slb-compare__conclusion--alb {
  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f1f5f3
    );

  border-top: 3px solid #667b73;
}


/* ==========================================
   CONCLUSION HEAD
========================================== */

.staviso-slb-compare__conclusion-head {
  display: grid;

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

  gap: 13px;

  align-items: center;

  margin-bottom: 15px;
}


.staviso-slb-compare__conclusion-code {
  display: flex;

  width: 46px;
  height: 38px;

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

  background: #1f665a;

  border-radius: 7px;

  color: #ffffff;

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


.staviso-slb-compare__conclusion-code--alb {
  background: #5d726a;
}


.staviso-slb-compare__conclusion-label {
  display: block;

  margin-bottom: 3px;

  color: #89958f;

  font-size: 7px;
  font-weight: 850;
  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-slb-compare__conclusion h3 {
  margin: 0;

  color: #304039;

  font-size: 14px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-slb-compare__conclusion > p {
  margin: 0;

  color: #67746e;

  font-size: 11px;
  line-height: 1.65;
}


/* ==========================================
   TAGS
========================================== */

.staviso-slb-compare__tags {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;

  margin-top: 15px;
}


.staviso-slb-compare__tags span {
  display: inline-flex;

  align-items: center;

  min-height: 26px;

  padding: 5px 8px;

  background: #edf3f0;

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

  color: #1f665a;

  font-size: 8px;
  font-weight: 700;
}


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

.staviso-slb-compare__note {
  display: grid;

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

  gap: 14px;

  align-items: center;

  margin-top: 16px;
  padding: 17px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;
  border-radius: 12px;
}


.staviso-slb-compare__note-icon {
  display: flex;

  width: 44px;
  height: 44px;

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

  background: #ffffff;

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

  color: #1f665a;
}


.staviso-slb-compare__note-icon svg {
  width: 21px;
  height: 21px;

  fill: none;

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


.staviso-slb-compare__note strong {
  display: block;

  margin-bottom: 4px;

  color: #30423a;

  font-size: 12px;
  font-weight: 760;
  line-height: 1.45;
}


.staviso-slb-compare__note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;
  line-height: 1.6;
}


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

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

  .staviso-slb-compare {
    padding: 74px 20px 80px;
  }

  .staviso-slb-compare__quick {
    grid-template-columns: 1fr;

    gap: 10px;
  }

  .staviso-slb-compare__vs {
    height: 36px;
  }

  .staviso-slb-compare__vs span {
    width: 38px;
    height: 38px;
  }

}


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

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

  .staviso-slb-compare {
    padding: 58px 15px 64px;
  }

  .staviso-slb-compare__header {
    margin-bottom: 31px;

    text-align: left;
  }

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

  .staviso-slb-compare__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-slb-compare__quick-card {
    padding: 20px;
  }


  /* ==========================================
     MOBILE COMPARISON TABLE
  =========================================== */

  .staviso-slb-compare__table-wrap {
    border-radius: 13px;
  }

  .staviso-slb-compare__table thead {
    display: none;
  }

  .staviso-slb-compare__table,
  .staviso-slb-compare__table tbody,
  .staviso-slb-compare__table tr,
  .staviso-slb-compare__table th,
  .staviso-slb-compare__table td {
    display: block;

    width: 100%;
  }

  .staviso-slb-compare__table tbody tr {
    display: grid;

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

    padding: 15px 16px;
  }

  .staviso-slb-compare__table tbody th {
    grid-column: 1 / -1;

    padding: 0 0 10px;

    color: #1f665a;

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

    text-transform: uppercase;
  }

  .staviso-slb-compare__table tbody td {
    position: relative;

    padding: 20px 8px 0;

    font-size: 10px;
  }

  .staviso-slb-compare__table tbody td::before {
    position: absolute;

    top: 0;
    left: 8px;

    color: #929e98;

    font-size: 7px;
    font-weight: 850;
    letter-spacing: 0.07em;

    text-transform: uppercase;
  }

  .staviso-slb-compare__table tbody td:nth-of-type(1)::before {
    content: "Snap-Lock";
  }

  .staviso-slb-compare__table tbody td:nth-of-type(2)::before {
    content: "Auto-Lock";
  }

  .staviso-slb-compare__table tbody td:nth-of-type(2) {
    border-left: 1px solid #e1e8e4;
  }


  /* Conclusions */
  .staviso-slb-compare__conclusions {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .staviso-slb-compare__note {
    grid-template-columns:
      40px
      minmax(0, 1fr);

    padding: 15px;
  }

  .staviso-slb-compare__note-icon {
    width: 40px;
    height: 40px;
  }

}


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

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

  .staviso-slb-compare {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-slb-compare__process {
    gap: 5px;
  }

  .staviso-slb-compare__note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-slb-compare__table tbody tr {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-652e9881 *//* ==========================================
   SNAP-LOCK BOTTOM FAQ
========================================== */

.staviso-slb-faq {
  position: relative;

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

  overflow: hidden;

  background: #f4eee7;

  scroll-margin-top: 100px;
}

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


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

.staviso-slb-faq::before {
  content: "";

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

  width: 420px;
  height: 420px;

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

  pointer-events: none;
}


.staviso-slb-faq::after {
  content: "";

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

  width: 450px;
  height: 450px;

  background: rgba(31, 102, 90, 0.028);

  border-radius: 50%;

  pointer-events: none;
}


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

.staviso-slb-faq__container {
  position: relative;
  z-index: 1;

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

  margin: 0 auto;
}


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

.staviso-slb-faq__header {
  max-width: 780px;

  margin: 0 auto 42px;

  text-align: center;
}


.staviso-slb-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-size: 10px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-slb-faq__eyebrow::before {
  content: "";

  width: 6px;
  height: 6px;

  flex: 0 0 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-slb-faq__header h2 {
  margin: 0;

  color: #1d2623;

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


.staviso-slb-faq__intro {
  max-width: 700px;

  margin: 18px auto 0;

  color: #66706c;

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


/* ==========================================
   FAQ LIST
========================================== */

.staviso-slb-faq__list {
  display: grid;

  gap: 10px;
}


/* ==========================================
   FAQ ITEM
========================================== */

.staviso-slb-faq__item {
  overflow: hidden;

  background: #ffffff;

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

  box-shadow:
    0 7px 20px rgba(40, 52, 46, 0.035);

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


.staviso-slb-faq__item:hover {
  border-color: rgba(31, 102, 90, 0.27);
}


.staviso-slb-faq__item[open] {
  border-color: #bfd6cd;

  box-shadow:
    0 12px 28px rgba(40, 52, 46, 0.055);
}


/* ==========================================
   PRIORITY QUESTIONS
========================================== */

.staviso-slb-faq__item--priority {
  background:
    linear-gradient(
      145deg,
      #ffffff 0%,
      #f3f8f5 100%
    );

  border-color: #c9ddd4;
}


.staviso-slb-faq__item--priority
.staviso-slb-faq__number {
  background: #1f665a;

  border-color: #1f665a;

  color: #ffffff;
}


/* ==========================================
   SUMMARY / QUESTION
========================================== */

.staviso-slb-faq__question {
  display: grid;

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

  gap: 14px;

  align-items: center;

  min-height: 72px;

  padding: 16px 18px;

  cursor: pointer;

  list-style: none;
}


.staviso-slb-faq__question::-webkit-details-marker {
  display: none;
}


.staviso-slb-faq__question::marker {
  display: none;
  content: "";
}


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

.staviso-slb-faq__number {
  display: inline-flex;

  width: 36px;
  height: 28px;

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

  background: #edf3f0;

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

  color: #1f665a;

  font-size: 8px;
  font-weight: 850;
  line-height: 1;
  letter-spacing: 0.06em;
}


/* ==========================================
   QUESTION TEXT
========================================== */

.staviso-slb-faq__question-text {
  color: #2e3b35;

  font-size: 13px;
  font-weight: 730;
  line-height: 1.5;
}


/* ==========================================
   PLUS / MINUS
========================================== */

.staviso-slb-faq__toggle {
  position: relative;

  display: flex;

  width: 34px;
  height: 34px;

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

  background: #f3f6f4;

  border: 1px solid #dce5e1;
  border-radius: 50%;

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


.staviso-slb-faq__toggle span {
  position: absolute;

  width: 11px;
  height: 1.5px;

  background: #1f665a;

  border-radius: 2px;

  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}


.staviso-slb-faq__toggle span:last-child {
  transform: rotate(90deg);
}


.staviso-slb-faq__item[open]
.staviso-slb-faq__toggle {
  background: #1f665a;

  border-color: #1f665a;

  transform: rotate(180deg);
}


.staviso-slb-faq__item[open]
.staviso-slb-faq__toggle span {
  background: #ffffff;
}


.staviso-slb-faq__item[open]
.staviso-slb-faq__toggle span:last-child {
  opacity: 0;

  transform: rotate(0deg);
}


/* ==========================================
   ANSWER
========================================== */

.staviso-slb-faq__answer {
  margin: 0 18px 0 68px;
  padding: 0 48px 20px 0;
}


.staviso-slb-faq__answer::before {
  content: "";

  display: block;

  width: 100%;
  height: 1px;

  margin-bottom: 15px;

  background: #e4ebe7;
}


.staviso-slb-faq__answer p {
  margin: 0;

  color: #68756f;

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


.staviso-slb-faq__answer p + p {
  margin-top: 9px;
}


/* ==========================================
   STRUCTURE SUMMARY
========================================== */

.staviso-slb-faq__summary {
  display: grid;

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

  gap: 15px;

  align-items: center;

  margin-top: 18px;
  padding: 18px 20px;

  background: #1f665a;

  border-radius: 12px;

  box-shadow:
    0 12px 28px rgba(31, 102, 90, 0.14);
}


.staviso-slb-faq__summary-item {
  display: grid;

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

  gap: 11px;

  align-items: center;
}


.staviso-slb-faq__summary-code {
  display: flex;

  width: 44px;
  height: 34px;

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

  background: #ffffff;

  border-radius: 6px;

  color: #1f665a;

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


.staviso-slb-faq__summary-code--alb {
  background: rgba(255, 255, 255, 0.14);

  border: 1px solid rgba(255, 255, 255, 0.2);

  color: #ffffff;
}


.staviso-slb-faq__summary-item strong {
  display: block;

  margin-bottom: 3px;

  color: #ffffff;

  font-size: 11px;
  font-weight: 760;
  line-height: 1.4;
}


.staviso-slb-faq__summary-item span:not(.staviso-slb-faq__summary-code) {
  display: block;

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

  font-size: 8px;
  line-height: 1.45;
}


/* ==========================================
   SUMMARY ARROW
========================================== */

.staviso-slb-faq__summary-arrow {
  display: flex;

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

  color: rgba(255, 255, 255, 0.56);
}


.staviso-slb-faq__summary-arrow svg {
  width: 22px;
  height: 22px;

  fill: none;

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


/* ==========================================
   FOCUS
========================================== */

.staviso-slb-faq__question:focus-visible {
  outline: 3px solid rgba(31, 102, 90, 0.2);
  outline-offset: -3px;

  border-radius: 10px;
}


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

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

  .staviso-slb-faq {
    padding: 74px 20px 80px;
  }

}


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

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

  .staviso-slb-faq {
    padding: 58px 15px 64px;
  }

  .staviso-slb-faq__header {
    margin-bottom: 31px;

    text-align: left;
  }

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

  .staviso-slb-faq__intro {
    margin-left: 0;

    font-size: 13px;
  }

  .staviso-slb-faq__question {
    grid-template-columns:
      32px
      minmax(0, 1fr)
      30px;

    gap: 10px;

    min-height: 68px;

    padding: 14px;
  }

  .staviso-slb-faq__number {
    width: 32px;
    height: 26px;
  }

  .staviso-slb-faq__question-text {
    font-size: 12px;
  }

  .staviso-slb-faq__toggle {
    width: 30px;
    height: 30px;
  }

  .staviso-slb-faq__answer {
    margin-right: 14px;
    margin-left: 56px;

    padding-right: 0;
    padding-bottom: 17px;
  }

  .staviso-slb-faq__answer p {
    font-size: 10px;
  }


  /* Summary */
  .staviso-slb-faq__summary {
    grid-template-columns: 1fr;

    gap: 12px;
  }

  .staviso-slb-faq__summary-arrow {
    justify-content: flex-start;

    padding-left: 11px;
  }

  .staviso-slb-faq__summary-arrow svg {
    transform: rotate(90deg);
  }

}


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

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

  .staviso-slb-faq {
    padding-right: 12px;
    padding-left: 12px;
  }

  .staviso-slb-faq__question {
    grid-template-columns:
      minmax(0, 1fr)
      30px;
  }

  .staviso-slb-faq__number {
    display: none;
  }

  .staviso-slb-faq__answer {
    margin-left: 14px;
  }

}


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

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

  .staviso-slb-faq__item,
  .staviso-slb-faq__toggle,
  .staviso-slb-faq__toggle span {
    transition: none;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-72bf95cf *//* ==========================================
   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 */