.elementor-2530 .elementor-element.elementor-element-c20b58d{--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 container, class: .elementor-element-c20b58d *//* ==========================================
   CUSTOM LIFT-OFF LID RIGID BOX
   GLOBAL SYSTEM
========================================== */

.staviso-lolrb-page,
.staviso-lolrb-hero,
.staviso-lolrb-section,
.staviso-lolrb-cta {
  --lolrb-green: #1f665a;
  --lolrb-green-dark: #174f46;
  --lolrb-text: #1d2623;
  --lolrb-text-2: #59625e;
  --lolrb-muted: #68756f;

  --lolrb-green-soft: #edf3f0;
  --lolrb-green-border: #d7e4de;

  --lolrb-border: #dce5e1;

  --lolrb-warm: #f4eee7;

  --lolrb-white: #ffffff;
}


.staviso-lolrb-hero *,
.staviso-lolrb-section *,
.staviso-lolrb-cta *,
.staviso-lolrb-hero *::before,
.staviso-lolrb-section *::before,
.staviso-lolrb-cta *::before,
.staviso-lolrb-hero *::after,
.staviso-lolrb-section *::after,
.staviso-lolrb-cta *::after {
  box-sizing: border-box;
}


/* ==========================================
   CONTAINERS
========================================== */

.staviso-lolrb-container {
  position: relative;
  z-index: 1;

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

  margin: 0 auto;
}


.staviso-lolrb-container--narrow {
  max-width: 1050px;
}


/* ==========================================
   GENERAL SECTION
========================================== */

.staviso-lolrb-section {
  position: relative;

  width: 100%;

  padding: 92px 20px 98px;

  overflow: hidden;

  background: #ffffff;

  scroll-margin-top: 100px;
}


.staviso-lolrb-section--warm {
  background: #f4eee7;
}


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

.staviso-lolrb-header {
  max-width: 820px;

  margin: 0 auto 44px;

  text-align: center;
}


.staviso-lolrb-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;

  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-lolrb-eyebrow::before {
  content: "";

  width: 6px;

  height: 6px;

  background: #1f665a;

  border-radius: 50%;
}


.staviso-lolrb-header h2 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(36px, 4vw, 52px);

  font-weight: 780;

  line-height: 1.07;

  letter-spacing: -0.04em;
}


.staviso-lolrb-header > p {
  max-width: 750px;

  margin: 18px auto 0;

  color: #66706c;

  font-size: 14px;

  line-height: 1.72;
}


/* ==========================================
   GRIDS
========================================== */

.staviso-lolrb-grid {
  display: grid;

  gap: 16px;
}


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


.staviso-lolrb-grid--4 {
  grid-template-columns:
    repeat(4, minmax(0, 1fr));
}


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

.staviso-lolrb-card {
  position: relative;

  min-height: 220px;

  padding: 22px;

  background: #ffffff;

  border: 1px solid #dce5e1;

  border-radius: 14px;

  box-shadow:
    0 9px 26px rgba(40, 52, 46, 0.04);

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


.staviso-lolrb-card:hover {
  transform: translateY(-4px);

  border-color: rgba(31, 102, 90, 0.28);

  box-shadow:
    0 15px 32px rgba(40, 52, 46, 0.07);
}


.staviso-lolrb-card--key {
  background:
    linear-gradient(
      145deg,
      #edf3f0 0%,
      #ffffff 100%
    );

  border-color: #bfd7cc;
}


.staviso-lolrb-number {
  display: inline-flex;

  min-width: 32px;

  min-height: 28px;

  align-items: center;

  justify-content: center;

  padding: 4px 8px;

  background: #edf3f0;

  border: 1px solid #d7e4de;

  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;

  font-weight: 850;

  letter-spacing: 0.06em;
}


.staviso-lolrb-card h3 {
  margin: 26px 0 9px;

  color: #2d3a34;

  font-size: 17px;

  font-weight: 760;

  line-height: 1.4;
}


.staviso-lolrb-card p {
  margin: 0;

  color: #68756f;

  font-size: 11px;

  line-height: 1.65;
}


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

.staviso-lolrb-notes {
  display: grid;

  gap: 10px;

  margin-top: 15px;
}


.staviso-lolrb-note {
  display: grid;

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

  gap: 12px;

  align-items: center;

  margin-top: 15px;

  padding: 16px 18px;

  background: #edf3f0;

  border: 1px solid #d7e4de;

  border-radius: 11px;
}


.staviso-lolrb-note > span {
  display: flex;

  width: 38px;

  height: 38px;

  align-items: center;

  justify-content: center;

  background: #ffffff;

  border: 1px solid #d7e4de;

  border-radius: 8px;

  color: #1f665a;

  font-size: 12px;

  font-weight: 800;
}


.staviso-lolrb-note p {
  margin: 0;

  color: #68756f;

  font-size: 11px;

  line-height: 1.6;
}


.staviso-lolrb-note--warning {
  background: #f4eee7;

  border-color: #e4dacf;
}


/* ==========================================
   SUMMARY / PROCESS
========================================== */

.staviso-lolrb-summary,
.staviso-lolrb-process {
  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  margin-top: 20px;

  padding: 18px 20px;

  background: #1f665a;

  border-radius: 12px;

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


.staviso-lolrb-summary > div {
  min-width: 150px;

  text-align: center;
}


.staviso-lolrb-summary span {
  display: block;

  margin-bottom: 3px;

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

  font-size: 7px;

  font-weight: 800;

  letter-spacing: 0.07em;

  text-transform: uppercase;
}


.staviso-lolrb-summary strong,
.staviso-lolrb-process span {
  color: #ffffff;

  font-size: 10px;

  font-weight: 720;
}


.staviso-lolrb-summary b,
.staviso-lolrb-process b {
  color: rgba(255, 255, 255, 0.55);

  font-size: 12px;
}


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

.staviso-lolrb-hero {
  position: relative;

  width: 100%;

  padding: 70px 20px 78px;

  overflow: hidden;

  background:
    radial-gradient(
      circle at 8% 10%,
      rgba(31, 102, 90, 0.08),
      transparent 31%
    ),
    linear-gradient(
      135deg,
      #f4eee7 0%,
      #f7f8f5 48%,
      #edf3f0 100%
    );

  scroll-margin-top: 100px;
}


.staviso-lolrb-hero__container {
  display: grid;

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

  gap: 62px;

  align-items: center;
}


/* MAIN IMAGE */

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

  aspect-ratio: 1 / 1;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #d7e4de;

  border-radius: 20px;

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


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

  width: 100%;

  height: 100%;

  object-fit: cover;
}


/* HERO BADGE */

.staviso-lolrb-hero__badge {
  position: absolute;

  top: 18px;

  left: 18px;

  padding: 8px 11px;

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

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

  border-radius: 7px;

  color: #1f665a;

  font-size: 9px;

  font-weight: 820;

  text-transform: uppercase;
}


/* IMAGE NOTE */

.staviso-lolrb-hero__image-note {
  position: absolute;

  right: 18px;

  bottom: 18px;

  left: 18px;

  display: flex;

  align-items: center;

  gap: 8px;

  padding: 12px 14px;

  background: rgba(30, 43, 38, 0.82);

  border-radius: 8px;

  color: #ffffff;

  font-size: 9px;
}


.staviso-lolrb-hero__image-note > span {
  width: 7px;

  height: 7px;

  flex: 0 0 7px;

  background: #ffffff;

  border-radius: 50%;
}


/* THUMBS */

.staviso-lolrb-hero__thumbs {
  display: grid;

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

  gap: 10px;

  margin-top: 11px;
}


.staviso-lolrb-hero__thumbs figure {
  position: relative;

  aspect-ratio: 1 / 1;

  margin: 0;

  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;

  border-radius: 10px;
}


.staviso-lolrb-hero__thumbs img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}


.staviso-lolrb-hero__thumbs figure::after {
  content: "";

  position: absolute;

  inset: 0;

  background:
    linear-gradient(
      180deg,
      transparent 50%,
      rgba(20, 35, 30, 0.58) 100%
    );
}


.staviso-lolrb-hero__thumbs figcaption {
  position: absolute;

  z-index: 2;

  right: 7px;

  bottom: 7px;

  left: 7px;

  color: #ffffff;

  font-size: 7px;

  font-weight: 750;

  text-align: center;
}


/* HERO CONTENT */

.staviso-lolrb-hero__content h1 {
  margin: 0;

  color: #1d2623;

  font-size: clamp(44px, 5vw, 66px);

  font-weight: 790;

  line-height: 0.98;

  letter-spacing: -0.048em;
}


.staviso-lolrb-hero__subtitle {
  margin: 21px 0 0;

  color: #34483f;

  font-size: 17px;

  font-weight: 650;

  line-height: 1.52;
}


.staviso-lolrb-hero__description {
  margin: 14px 0 0;

  color: #66706c;

  font-size: 13px;

  line-height: 1.7;
}


/* CORE */

.staviso-lolrb-hero__core {
  margin-top: 23px;

  padding: 17px 18px;

  background:
    linear-gradient(
      135deg,
      #edf3f0,
      #f7faf8
    );

  border: 1px solid #cfe0d8;

  border-radius: 12px;
}


.staviso-lolrb-hero__core-head {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 15px;

  margin-bottom: 12px;
}


.staviso-lolrb-hero__core-head span {
  color: #1f665a;

  font-size: 7px;

  font-weight: 850;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-lolrb-hero__core-head strong {
  color: #3a4b44;

  font-size: 10px;
}


.staviso-lolrb-flow-chips {
  display: flex;

  flex-wrap: wrap;

  align-items: center;

  gap: 7px;
}


.staviso-lolrb-flow-chips span {
  padding: 7px 9px;

  background: #ffffff;

  border: 1px solid #d4e2dc;

  border-radius: 6px;

  color: #1f665a;

  font-size: 8px;

  font-weight: 750;
}


.staviso-lolrb-flow-chips b {
  color: #82918a;
}


.staviso-lolrb-hero__core p {
  margin: 11px 0 0;

  color: #69766f;

  font-size: 10px;

  line-height: 1.55;
}


/* SPECS */

.staviso-lolrb-hero__specs {
  display: grid;

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

  gap: 8px;

  margin-top: 18px;
}


.staviso-lolrb-hero__specs > div {
  padding: 11px 12px;

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

  border: 1px solid #dce5e1;

  border-radius: 8px;
}


.staviso-lolrb-hero__specs span {
  display: block;

  margin-bottom: 3px;

  color: #8a9690;

  font-size: 7px;

  font-weight: 800;

  letter-spacing: 0.07em;

  text-transform: uppercase;
}


.staviso-lolrb-hero__specs strong {
  display: block;

  color: #394841;

  font-size: 9px;

  line-height: 1.45;
}


.staviso-lolrb-hero__specs .is-key {
  background: #edf3f0;

  border-color: #c9ddd4;
}


.staviso-lolrb-hero__specs .is-key span,
.staviso-lolrb-hero__specs .is-key strong {
  color: #1f665a;
}


.staviso-lolrb-hero__specs .is-wide {
  grid-column: 1 / -1;
}


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

.staviso-lolrb-actions {
  display: flex;

  flex-wrap: wrap;

  gap: 10px;

  margin-top: 20px;
}


.staviso-lolrb-button {
  display: inline-flex;

  min-height: 46px;

  align-items: center;

  justify-content: center;

  gap: 8px;

  padding: 10px 16px;

  border-radius: 7px;

  font-size: 10px;

  font-weight: 760;

  text-decoration: none;

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


.staviso-lolrb-button:hover {
  transform: translateY(-2px);
}


.staviso-lolrb-button--primary {
  background: #1f665a;

  border: 1px solid #1f665a;

  color: #ffffff;
}


.staviso-lolrb-button--primary:hover {
  background: #174f46;
}


.staviso-lolrb-button--secondary {
  background: #ffffff;

  border: 1px solid #ccd9d3;

  color: #34483f;
}


.staviso-lolrb-button--secondary:hover {
  border-color: #1f665a;

  color: #1f665a;
}


/* ==========================================
   APPLICATION CARDS
========================================== */

.staviso-lolrb-application-card {
  display: flex;

  min-height: 240px;

  flex-direction: column;

  padding: 22px;

  background: #ffffff;

  border: 1px solid #dce5e1;

  border-radius: 14px;

  color: inherit;

  text-decoration: none;

  box-shadow:
    0 9px 26px rgba(40, 52, 46, 0.04);

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


.staviso-lolrb-application-card:hover {
  transform: translateY(-4px);

  border-color: rgba(31, 102, 90, 0.3);
}


.staviso-lolrb-application-card > span {
  color: #1f665a;

  font-size: 8px;

  font-weight: 850;
}


.staviso-lolrb-application-card strong {
  display: block;

  margin-top: 28px;

  color: #29362f;

  font-size: 18px;

  line-height: 1.35;
}


.staviso-lolrb-application-card p {
  margin: 9px 0 22px;

  color: #68756f;

  font-size: 11px;

  line-height: 1.65;
}


.staviso-lolrb-application-card em {
  margin-top: auto;

  color: #1f665a;

  font-size: 9px;

  font-style: normal;

  font-weight: 750;
}


/* ==========================================
   FINISHING
========================================== */

.staviso-lolrb-finish__main {
  display: grid;

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

  gap: 24px;

  align-items: stretch;
}


.staviso-lolrb-finish__visual {
  position: relative;

  min-height: 520px;

  overflow: hidden;

  border-radius: 16px;
}


.staviso-lolrb-finish__visual > img {
  display: block;

  width: 100%;

  height: 100%;

  object-fit: cover;
}


.staviso-lolrb-finish__overlay {
  position: absolute;

  right: 18px;

  bottom: 18px;

  left: 18px;

  padding: 18px;

  background: rgba(28, 43, 37, 0.86);

  border-radius: 10px;

  color: #ffffff;
}


.staviso-lolrb-finish__overlay span {
  display: block;

  margin-bottom: 5px;

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

  font-size: 7px;

  font-weight: 800;

  letter-spacing: 0.08em;

  text-transform: uppercase;
}


.staviso-lolrb-finish__overlay strong {
  display: block;

  font-size: 14px;

  line-height: 1.4;
}


.staviso-lolrb-finish__overlay p {
  margin: 7px 0 0;

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

  font-size: 10px;

  line-height: 1.6;
}


.staviso-lolrb-finish__groups {
  display: grid;

  gap: 12px;
}


.staviso-lolrb-finish__group {
  padding: 20px;

  background: #ffffff;

  border: 1px solid #dce5e1;

  border-radius: 13px;
}


.staviso-lolrb-finish__group--key {
  background: #edf3f0;

  border-color: #c6dbd2;
}


.staviso-lolrb-finish__group h3 {
  margin: 15px 0 12px;

  color: #2c3933;

  font-size: 16px;
}


.staviso-lolrb-finish__group > div {
  display: flex;

  flex-wrap: wrap;

  gap: 6px;
}


.staviso-lolrb-finish__group > div span {
  padding: 6px 8px;

  background: #f6f8f7;

  border: 1px solid #e0e7e4;

  border-radius: 5px;

  color: #596862;

  font-size: 8px;
}


.staviso-lolrb-finish__showcase {
  display: grid;

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

  gap: 12px;

  margin-top: 18px;
}


.staviso-lolrb-finish__showcase article {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;

  border-radius: 12px;
}


.staviso-lolrb-finish__showcase img {
  display: block;

  width: 100%;

  aspect-ratio: 1.35 / 1;

  object-fit: cover;
}


.staviso-lolrb-finish__showcase article > div {
  padding: 15px;
}


.staviso-lolrb-finish__showcase span {
  color: #1f665a;

  font-size: 7px;

  font-weight: 800;

  text-transform: uppercase;
}


.staviso-lolrb-finish__showcase strong {
  display: block;

  margin-top: 4px;

  color: #30423a;

  font-size: 11px;
}


.staviso-lolrb-finish__showcase p {
  margin: 7px 0 0;

  color: #68756f;

  font-size: 9px;

  line-height: 1.55;
}


/* ==========================================
   REVIEW
========================================== */

.staviso-lolrb-review__steps {
  display: grid;

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

  gap: 16px;

  margin: 0;

  padding: 0;

  list-style: none;
}


.staviso-lolrb-review__steps li {
  min-height: 240px;

  padding: 22px;

  background: #ffffff;

  border: 1px solid #dce5e1;

  border-radius: 14px;
}


.staviso-lolrb-review__steps h3 {
  margin: 28px 0 9px;

  color: #29362f;

  font-size: 17px;
}


.staviso-lolrb-review__steps p {
  margin: 0;

  color: #68756f;

  font-size: 11px;

  line-height: 1.65;
}


/* ==========================================
   FAQ
========================================== */

.staviso-lolrb-faq__list {
  display: grid;

  gap: 10px;
}


.staviso-lolrb-faq__list details {
  overflow: hidden;

  background: #ffffff;

  border: 1px solid #dce5e1;

  border-radius: 12px;
}


.staviso-lolrb-faq__list summary {
  display: grid;

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

  gap: 13px;

  align-items: center;

  min-height: 70px;

  padding: 16px 18px;

  cursor: pointer;

  list-style: none;
}


.staviso-lolrb-faq__list summary::-webkit-details-marker {
  display: none;
}


.staviso-lolrb-faq__list summary > span {
  display: flex;

  width: 38px;

  height: 34px;

  align-items: center;

  justify-content: center;

  background: #edf3f0;

  border: 1px solid #d7e4de;

  border-radius: 7px;

  color: #1f665a;

  font-size: 8px;

  font-weight: 850;
}


.staviso-lolrb-faq__list summary strong {
  color: #2d3a34;

  font-size: 13px;

  line-height: 1.5;
}


.staviso-lolrb-faq__list summary i {
  position: relative;

  width: 32px;

  height: 32px;

  background: #f6f8f7;

  border-radius: 7px;
}


.staviso-lolrb-faq__list summary i::before,
.staviso-lolrb-faq__list summary i::after {
  content: "";

  position: absolute;

  top: 50%;

  left: 50%;

  width: 12px;

  height: 1px;

  background: #1f665a;

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


.staviso-lolrb-faq__list summary i::after {
  transform:
    translate(-50%, -50%)
    rotate(90deg);

  transition: transform 0.2s ease;
}


.staviso-lolrb-faq__list details[open]
summary i::after {
  transform:
    translate(-50%, -50%)
    rotate(0);
}


.staviso-lolrb-faq__list details > div {
  margin: 0 18px 18px 69px;

  padding: 15px 17px;

  background: #f7f9f8;

  border: 1px solid #e0e8e4;

  border-radius: 8px;
}


.staviso-lolrb-faq__list details > div p {
  margin: 0;

  color: #65716b;

  font-size: 11px;

  line-height: 1.68;
}


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

.staviso-lolrb-cta {
  position: relative;

  width: 100%;

  padding: 70px 20px;

  background: #1f665a;
}


.staviso-lolrb-cta__container {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 50px;
}


.staviso-lolrb-cta__container > div {
  max-width: 750px;
}


.staviso-lolrb-cta__container > div > span {
  display: block;

  margin-bottom: 10px;

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

  font-size: 8px;

  font-weight: 800;

  letter-spacing: 0.09em;

  text-transform: uppercase;
}


.staviso-lolrb-cta h2 {
  margin: 0;

  color: #ffffff;

  font-size: clamp(34px, 4vw, 48px);

  font-weight: 770;

  line-height: 1.08;

  letter-spacing: -0.035em;
}


.staviso-lolrb-cta p {
  margin: 14px 0 0;

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

  font-size: 12px;

  line-height: 1.65;
}


.staviso-lolrb-cta__button {
  display: inline-flex;

  min-height: 48px;

  flex: 0 0 auto;

  align-items: center;

  justify-content: center;

  gap: 9px;

  padding: 11px 17px;

  background: #ffffff;

  border-radius: 7px;

  color: #1f665a;

  font-size: 10px;

  font-weight: 780;

  text-decoration: none;

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


.staviso-lolrb-cta__button:hover {
  gap: 12px;

  transform: translateY(-2px);
}


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

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

  .staviso-lolrb-hero__container,
  .staviso-lolrb-finish__main {
    grid-template-columns: 1fr;
  }


  .staviso-lolrb-hero__container {
    max-width: 820px;
  }


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


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


  .staviso-lolrb-summary,
  .staviso-lolrb-process {
    flex-wrap: wrap;
  }

}


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

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

  .staviso-lolrb-section {
    padding: 58px 15px 64px;
  }


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


  .staviso-lolrb-header {
    margin-bottom: 31px;

    text-align: left;
  }


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


  .staviso-lolrb-header > p {
    margin-left: 0;

    font-size: 13px;
  }


  .staviso-lolrb-grid--3,
  .staviso-lolrb-grid--4,
  .staviso-lolrb-review__steps,
  .staviso-lolrb-finish__showcase {
    grid-template-columns: 1fr;
  }


  .staviso-lolrb-card {
    min-height: 0;
  }


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


  .staviso-lolrb-hero__subtitle {
    font-size: 15px;
  }


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


  .staviso-lolrb-hero__specs .is-wide {
    grid-column: auto;
  }


  .staviso-lolrb-actions {
    display: grid;

    grid-template-columns: 1fr;
  }


  .staviso-lolrb-button {
    width: 100%;
  }


  .staviso-lolrb-summary,
  .staviso-lolrb-process {
    display: grid;

    grid-template-columns: 1fr;

    text-align: center;
  }


  .staviso-lolrb-summary > div {
    min-width: 0;
  }


  .staviso-lolrb-summary > b,
  .staviso-lolrb-process > b {
    transform: rotate(90deg);
  }


  .staviso-lolrb-finish__visual {
    min-height: 430px;
  }


  .staviso-lolrb-faq__list summary {
    grid-template-columns:
      34px minmax(0, 1fr) 30px;

    gap: 9px;

    padding: 14px;
  }


  .staviso-lolrb-faq__list summary strong {
    font-size: 11px;
  }


  .staviso-lolrb-faq__list details > div {
    margin: 0 14px 14px;

    padding: 14px;
  }


  .staviso-lolrb-cta {
    padding: 58px 15px;
  }


  .staviso-lolrb-cta__container {
    display: grid;

    grid-template-columns: 1fr;
  }


  .staviso-lolrb-cta__button {
    width: 100%;
  }

}


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

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

  .staviso-lolrb-hero,
  .staviso-lolrb-section,
  .staviso-lolrb-cta {
    padding-right: 12px;

    padding-left: 12px;
  }


  .staviso-lolrb-flow-chips {
    display: grid;

    grid-template-columns: 1fr;

    text-align: center;
  }


  .staviso-lolrb-flow-chips b {
    text-align: center;
  }


  .staviso-lolrb-flow-chips span {
    justify-content: center;
  }


  .staviso-lolrb-note {
    grid-template-columns: 1fr;
  }

}


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

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

  .staviso-lolrb-card,
  .staviso-lolrb-application-card,
  .staviso-lolrb-button,
  .staviso-lolrb-cta__button {
    transition: none;
  }

}/* End custom CSS */