@import "animate.min.css";

[ll-modal-content],
[ll-submit-popup] {
  transition: 0.1s ease-in-out;
  opacity: 0;
}

div[data-gjs-type="icon"] {
  width: 30px;
  height: 30px;
}
.ll-countdown *,
.ll-form,
[ll-modal-content],
[ll-modal-wrapper] * {
  box-sizing: border-box;
}
.ll-empty-block,
[data-ll-rating],
[ll-navbar="true"],
div.bg-overlay,
footer.bg-overlay,
section.bg-overlay {
  position: relative;
}
.ll-container,
.ll-empty-block,
.ll-section {
  background-repeat: no-repeat;
}
[data-gjs-type="row"] {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
[data-gjs-type="row-col"] {
  padding: 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
}
[data-desktop-cols="1"] {
  grid-column: span 1;
}
.ll-form[data-form-layout="horizontal"] .ll-form__input-w--ch,
.ll-form[data-form-layout="horizontal"] .ll-form__input-w--r,
.ll-form[data-form-layout="horizontal"] [data-input-wrapper="html"],
.ll-form[data-form-layout="horizontal"] button,
[data-desktop-cols="2"] {
  grid-column: span 2;
}
[data-desktop-cols="3"] {
  grid-column: span 3;
}
[data-desktop-cols="4"] {
  grid-column: span 4;
}
[data-desktop-cols="5"] {
  grid-column: span 5;
}
[data-desktop-cols="6"] {
  grid-column: span 6;
}
[data-desktop-cols="7"] {
  grid-column: span 7;
}
[data-desktop-cols="8"] {
  grid-column: span 8;
}
[data-desktop-cols="9"] {
  grid-column: span 9;
}
[data-desktop-cols="10"] {
  grid-column: span 10;
}
[data-desktop-cols="11"] {
  grid-column: span 11;
}
[data-desktop-cols="12"] {
  grid-column: span 12;
}
@media (max-width: 576px) {
  [data-gjs-type="row-col"][data-mobile-cols="1"] {
    grid-column: span 1;
  }
  [data-gjs-type="row-col"][data-mobile-cols="2"] {
    grid-column: span 2;
  }
  [data-gjs-type="row-col"][data-mobile-cols="3"] {
    grid-column: span 3;
  }
  [data-gjs-type="row-col"][data-mobile-cols="4"] {
    grid-column: span 4;
  }
  [data-gjs-type="row-col"][data-mobile-cols="5"] {
    grid-column: span 5;
  }
  [data-gjs-type="row-col"][data-mobile-cols="6"] {
    grid-column: span 6;
  }
  [data-gjs-type="row-col"][data-mobile-cols="7"] {
    grid-column: span 7;
  }
  [data-gjs-type="row-col"][data-mobile-cols="8"] {
    grid-column: span 8;
  }
  [data-gjs-type="row-col"][data-mobile-cols="9"] {
    grid-column: span 9;
  }
  [data-gjs-type="row-col"][data-mobile-cols="10"] {
    grid-column: span 10;
  }
  [data-gjs-type="row-col"][data-mobile-cols="11"] {
    grid-column: span 11;
  }
  [data-gjs-type="row-col"][data-mobile-cols="12"] {
    grid-column: span 12;
  }
}
.ll-section {
  padding: 0;
  padding-inline: 2%;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ll-section * {
  max-width: 100%;
}

.ll-section .ll-container:not(:first-child) {
  margin-top: 20px;
}
.ll-section img {
  max-width: 100%;
  object-fit: cover;
  object-position: center center;
}
.ll-gallery-image {
  height: 300px;
  width: auto;
}
.ll-container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
.ll-collapse-body *,
.ll-container [data-gjs-type="button"],
.ll-container [data-gjs-type="ll-form"],
.ll-container > *,
[data-gjs-type="grid"] [data-gjs-type="grid-cell"] > *,
[ll-modal-content] *,
[ll-navbar-full="true"] [ll-navbar-container] {
  max-width: 100%;
}
.ll-container h1,
.ll-container h2,
.ll-container h3,
.ll-container h4,
.ll-container h5,
.ll-container h6,
.ll-container p {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong,
p b,
p strong,
span b,
span strong {
  font-weight: 700 !important;
}
.rte-text-left {
  text-align: left !important;
}
.rte-text-right {
  text-align: right !important;
}
.rte-text-center {
  text-align: center !important;
}
@media screen and (min-width: 577px) and (max-width: 993px) {
  [data-ll-hidden-device*="t"] {
    display: none !important;
  }
}
@media screen and (min-width: 993px) {
  [data-ll-hidden-device*="d"] {
    display: none !important;
  }
  .ll-container--big {
    width: 90%;
    max-width: 90%;
  }
}
.ll-text-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 10px;
}
.ll-empty-block[empty="true"] {
  padding: 20px;
  height: max-content;
  width: 100%;
}
.ll-form[data-form-size="s"] .ll-form__input-textarea,
[ll-submit-popup] svg {
  height: 60px;
}
.ll-empty-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
[ll-navbar-position="fixed"].bg-overlay {
  position: fixed;
}
div.bg-overlay::before,
footer.bg-overlay::before,
section.bg-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: inherit;
}
div.bg-overlay > *,
footer.bg-overlay > *,
section.bg-overlay > * {
  z-index: 2;
  position: relative;
}
.ll-gallery__images__image,
.ll-image {
  display: inline-block;
  width: 100%;
  object-fit: cover;
  height: auto;
}
div[data-gjs-type="icon"] svg {
  height: 100%;
  width: 100%;
}
.landerlab-form[form-labels] [form-input-label],
.ll-collapse.expanded > .ll-collapse-body,
[ll-modal-wrapper].visible [ll-modal-backdrop],
[ll-modal-wrapper].visible [ll-modal-close] {
  display: block;
}
[data-gjs-type="emoji"] {
  height: 44px;
  width: min-content;
  padding: 3px;
  display: inline-block;
}
[data-gjs-type="emoji"] svg {
  display: inline-block;
  width: auto;
  height: 100%;
}
[ll-modal-wrapper] h1,
[ll-modal-wrapper] h2,
[ll-modal-wrapper] h3,
[ll-modal-wrapper] h4,
[ll-modal-wrapper] h5,
[ll-modal-wrapper] h6,
[ll-modal-wrapper] p,
[ll-submit-popup] * {
  margin: 0;
}
body:has([ll-modal-wrapper].visible) {
  overflow: hidden;
}
[ll-modal-wrapper] {
  height: 0;
  width: 0;
}
[ll-modal-close] {
  position: fixed;
  z-index: 1002;
  right: 20px;
  top: 20px;
  height: 27px;
  width: 27px;
  display: none;
  cursor: pointer;
}
[ll-modal-close] svg {
  height: 100%;
  width: auto;
}
[ll-modal-wrapper] [ll-modal-backdrop] {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
}
[ll-modal-content].bg-overlay {
  position: absolute !important;
}
[ll-modal-content] {
  position: fixed !important;
  z-index: 10001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  max-height: calc(100vh - 70px) !important;
  max-width: calc(100vw - 100px) !important;
  min-height: 100px !important;
  min-width: 250px !important;
  height: max-content;
  overflow-x: auto;
  overflow-y: auto;
  background-color: #fff;
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.15) 0 4px 12px;
  display: flex;
  flex-direction: row;
  padding: 10px;
  visibility: hidden;
}
.ll-form__input-ch,
.ll-form__input-l-ch input,
.ll-form__input-l-r input {
  transform: scale(1.2);
}
.landerlab-form,
.ll-form {
  text-align: start;
  background-color: transparent;
  min-width: min-content;
}
[ll-modal-wrapper].visible [ll-modal-content] {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}
.landerlab-form *,
.ll-form * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.landerlab-form {
  border-radius: 5px;
  padding: 10px;
  font-family: inherit, sans-serif;
  color: #00f;
  max-width: 100%;
  font-size: 14px;
  width: 100%;
}
.landerlab-form [form-wrapper] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.landerlab-form [form-input-wrapper] {
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}
.landerlab-form [form-input]::placeholder {
  color: #d3d3d3;
}
.landerlab-form [form-input-label] {
  color: currentColor;
}
.landerlab-form [form-input-label][required]::after {
  content: "*";
}
.landerlab-form [form-input-checkbox] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px !important;
  color: #1e1e1e;
}
.landerlab-form [form-input-checkbox] input {
  transform: scale(1.1);
  margin-left: 3px;
  width: auto;
}
.landerlab-form [form-input-checkbox] [form-input-label] {
  color: currentColor;
  text-align: start;
}
.landerlab-form [form-input-radio] {
  display: flex;
  flex-direction: column;
}
.landerlab-form [form-input-radio] input {
  transform: scale(1.1);
  width: auto;
}
.landerlab-form [form-input-radio-title] {
  margin: 0 0 6px;
}
.landerlab-form [form-input-radio-wrapper] {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 3px;
  color: currentColor;
}
.landerlab-form [form-input-radio-inline] {
  display: flex;
  gap: 5px;
  color: #1e1e1e;
}
.landerlab-form [form-input] {
  width: 100%;
  padding-inline: 16px !important;
  padding-block: 10px !important;
  border-radius: 4px;
  font-size: inherit;
  border: 1px solid #dcdcdc;
  color: #1e1e1e;
}
.landerlab-form [form-input]:focus-visible {
  outline: 0;
}
.landerlab-form select option {
  color: #1e1e1e;
}
.landerlab-form [form-input-label] {
  display: none;
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.landerlab-form [form-input-checkbox] [form-input-label],
.landerlab-form [form-input-radio] [form-input-label] {
  display: inline-block;
}
.left-labels [form-input-label] {
  width: 25%;
  min-width: 25%;
}
.left-labels [form-input-radio] [form-input-label] {
  width: auto;
  max-width: auto;
  min-width: auto;
}
.left-labels [form-input-wrapper][form-input-radio] {
  flex-direction: column;
  gap: 0 !important;
}
.left-labels [form-input-wrapper] {
  display: flex;
  flex-direction: row;
}
.landerlab-form[form-size="l"].left-labels [form-input-wrapper],
.landerlab-form[form-size="m"].left-labels [form-input-wrapper],
.landerlab-form[form-size="s"].left-labels [form-input-wrapper] {
  gap: 10px !important;
}
.landerlab-form[form-size="s"] [form-wrapper] {
  gap: 10px;
}
.landerlab-form[form-size="s"] [form-input-wrapper] {
  gap: 3px !important;
}
.landerlab-form[form-size="s"] [form-input-label],
.landerlab-form[form-size="s"] [form-input] {
  font-size: inherit;
}
.landerlab-form[form-size="m"] [form-wrapper],
.landerlab-newsletter[ll-newsletter-size="l"] {
  gap: 20px;
}
.landerlab-form[form-size="m"] [form-input-wrapper] {
  gap: 5px !important;
}
.landerlab-form[form-size="l"] [form-wrapper] {
  gap: 24px;
}
.landerlab-form[form-size="l"] [form-input-wrapper] {
  gap: 7px !important;
}
.ll-form {
  --iti-flag-sprite-width: none;
  width: 100%;
  padding: 0;
  max-width: 100%;
  font-family: inherit;
  font-size: 16px;
  display: grid;
  grid-template-columns: 1fr;
  color: #1e1e1e;
  gap: 14px;
  font-weight: 400;
}
.ll-form[data-form-layout="horizontal"],
[data-gjs-type="rsoc-cols"] {
  grid-template-columns: 1fr 1fr;
}
.ll-form .ll-btn {
  padding: 13px 32px;
  font-size: 16px;
  background-color: #1e1e1e;
}
.ll-form button[type="submit"][disabled] {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
}
.ll-form__input-w {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.ll-form__input-l-ch,
.ll-form__input-w--ch {
  display: flex;
  align-items: center;
  width: 100%;
}
.ll-form__input-w--ch {
  justify-content: flex-start;
}
.ll-form__input-w--ch .ll-form__input-l,
.ll-form__input-w--ch-g .ll-form__input-l-ch .ll-form__input-l {
  margin: 0 0 0 10px;
  font-family: inherit;
}
.ll-form__input-w--ch-g,
.ll-form__input-w--r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 20px;
}
.ll-form__input-l-ch {
  margin-bottom: 5px;
}
.ll-form__input-l-ch:last-of-type {
  margin-bottom: 0;
}
.ll-form__input-l {
  color: currentColor;
  width: 100% !important;
  margin-bottom: 4px;
  font-size: 16px;
  font-family: inherit;
}
.ll-form__input-date,
.ll-form__input-i,
.ll-form__input-textarea {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #1e1e1e;
  font-family: inherit;
  font-size: 16px;
}
.ll-form__input-i::placeholder,
.ll-form__input-textarea::placeholder {
  color: #d3d3d3;
  font-weight: 300;
}
.ll-form__input-textarea {
  resize: none;
  height: 80px;
}
.ll-form__input-date:active,
.ll-form__input-date:focus,
.ll-form__input-date:focus-visible,
.ll-form__input-i:active,
.ll-form__input-i:focus,
.ll-form__input-i:focus-visible,
.ll-form__input-textarea:active,
.ll-form__input-textarea:focus,
.ll-form__input-textarea:focus-visible {
  outline: 0;
  border-color: #00f !important;
}
.ll-form__input-l-r {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  font-family: inherit;
}
[data-gjs-type="nav"][data-logo-enabled="false"] [data-gjs-type="nav-logo"],
[data-input-wrapper="hidden"] {
  display: none !important;
}
.ll-form__input-w--ch > .ll-form__input-l,
.ll-form__input-w--r > * :not(first-child) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ll-countdown [data-countdown-group-hidden],
.ll-countdown[data-countdown-no-label] [data-countdown-label],
.ll-form[data-form-label="false"] .ll-form__input-w .ll-form__input-l,
[data-spinner-target],
[ll-navbar-nologo="true"] [ll-navbar-logo],
[ll-navbar="true"] [expanded="true"] [ll-navbar-toggler] .bar2 {
  display: none;
}
.ll-form[data-form-size="s"] {
  gap: 13px;
}
.ll-form[data-form-size="s"] .ll-form__input-l {
  font-size: 14px;
  font-weight: 400;
}
.ll-form[data-form-size="s"] .ll-form__input-date,
.ll-form[data-form-size="s"] .ll-form__input-i,
.ll-form[data-form-size="s"] .ll-form__input-textarea {
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
}
.ll-form[data-form-size="s"] .ll-btn {
  padding: 10px 32px;
  font-size: 14px;
}
.ll-form[data-form-size="l"] {
  gap: 22px;
}
.ll-form[data-form-size="l"] .ll-btn {
  padding: 15px 32px;
  font-size: 18px;
}
.ll-form[data-form-size="l"] .ll-form__input-l {
  font-size: 18px;
}
.ll-form[data-form-size="l"] .ll-form__input-date,
.ll-form[data-form-size="l"] .ll-form__input-i,
.ll-form[data-form-size="l"] .ll-form__input-textarea {
  font-size: 16px;
  padding: 12px;
}
.ll-form[data-form-size="l"] .ll-form__input-textarea {
  height: 100px;
}
.ll-form[data-from-theme="bordered"] .ll-form__input-date,
.ll-form[data-from-theme="bordered"] .ll-form__input-i,
.ll-form[data-from-theme="bordered"] .ll-form__input-textarea {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b6b6b6;
  padding-inline: 0;
}
[ll-submit-popup] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: grid;
  place-content: center;
  z-index: 1000;
}
.ll-countdown.ll-countdown-visible > div,
[ll-submit-popup].visible {
  opacity: 1;
}
[ll-submit-popup] svg {
  width: auto;
  margin-bottom: 10px;
}
[ll-submit-popup] > div {
  padding: 35px 50px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-width: 300px;
  min-height: 180px;
  text-align: center;
  margin: 0 15px;
  transform: scale(0);
  transition: 0.1s ease-in-out;
}
[ll-submit-popup].visible > div {
  transform: scale(1);
}
[ll-submit-popup] h3 {
  font-size: 23px;
  color: #222;
}
[ll-submit-popup] p {
  font-size: 16px;
  color: #555;
}
.iti {
  width: 100%;
}
[data-ll-rating],
[ll-rating-wrapper="true"] {
  display: inline-block;
  width: min-content;
  padding: 0;
}
[ll-navbar-logo],
[ll-navbar] [ll-navbar-logo-wrapper] {
  width: auto;
  height: 44px;
}
.iti .iti__flag-box {
  margin-left: 10px;
}
.iti.iti--fullscreen-popup {
  z-index: 99999 !important;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 250px !important;
}
.iti__dropdown-content {
  border: none !important;
  min-width: 263px;
}
.iti__dropdown-content .iti__search-input {
  padding: 16px 20px !important;
  border-bottom: 1px solid #d7d7ec;
}
.iti__dropdown-content li {
  font-family: inherit;
  padding: 10.5px 20px;
  font-size: 14px;
  height: unset !important;
  overflow: hidden;
  color: #000 !important;
  transition: none;
}
.iti__dropdown-content li:hover {
  background: #ececec;
}
[ll-rating-wrapper="true"] {
  box-sizing: unset;
  color: #d1b000;
  height: auto;
}
[data-ll-rating] {
  color: inherit;
  height: min-content;
}
[data-ll-rating] [ll-rating-filled] {
  width: 92%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
[data-ll-rating] > div {
  display: flex;
  gap: 10px;
}
[data-ll-rating] [ll-rating-default] > div,
[data-ll-rating] [ll-rating-filled] > div {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  background: currentColor;
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}
[data-ll-rating] [ll-rating-default] > div {
  opacity: 0.3;
}
[ll-navbar="true"] {
  width: 100%;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-size: 16px;
}
[ll-navbar-logo] {
  max-height: 44px;
}
[ll-navbar-nologo="true"] [ll-navbar-logo-wrapper] {
  height: 44px;
  width: 44px;
}
[ll-navbar-shadow="true"] {
  box-shadow: 0 1px 25px 1px rgba(69, 65, 78, 0.15);
}
[ll-navbar-position="fixed"] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
[ll-navbar-position="overlay"] {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  z-index: 1000;
}
[ll-navbar="true"] [ll-navbar-container] {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 20px;
}
[ll-navbar-size="s"] [ll-navbar-container] {
  padding: 5px 20px !important;
}
[ll-navbar-size="m"] [ll-navbar-container] {
  padding: 15px 20px !important;
}
[ll-navbar-size="l"] [ll-navbar-container] {
  padding: 25px 20px !important;
}
[ll-navbar="true"] [ll-navbar-wrapper] {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
[ll-navbar="true"] [ll-navbar-header] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[ll-navbar="true"] [ll-navbar-header] a {
  display: flex;
  align-items: center;
  justify-content: center;
}
[ll-navbar-links-wrapper] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
[ll-navbar-link] {
  color: currentColor;
  text-decoration: none;
  font-size: inherit;
  cursor: pointer;
  padding: 5px;
}
[ll-navbar-fixed-div="s"] {
  height: 54px;
  background-color: transparent;
}
[ll-navbar-fixed-div="m"] {
  height: 74px;
  background-color: transparent;
}
[ll-navbar-fixed-div="l"] {
  height: 94px;
  background-color: transparent;
}
[ll-navbar="true"] [ll-navbar-toggler] {
  display: none;
  cursor: pointer;
  padding: 8px 0;
  color: currentColor;
}
[ll-navbar="true"] [ll-navbar-toggler] > div {
  width: 28px;
  height: 2px;
  background: currentColor;
  margin: 5px 0;
  transition: 0.4s;
  color: currentColor;
  pointer-events: none;
}
[ll-navbar="true"] [expanded="true"] [ll-navbar-toggler] .bar1 {
  transform: rotate(45deg);
  margin-bottom: -15px;
}
[ll-navbar="true"] [expanded="true"] [ll-navbar-toggler] .bar3 {
  transform: rotate(-45deg);
  margin-top: 13px;
}
[ll-navbar-layout="left"] [ll-navbar-wrapper] {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.ll-btn,
[data-gjs-type="llbutton"] {
  max-width: 100%;
  width: max-content;
  font-size: 16px;
  transition: box-shadow 0.15s ease-in-out;
  text-align: center;
  cursor: pointer;
}
[data-gjs-type="llbutton"] {
  min-width: max-content;
  position: relative;
  background-color: transparent;
  border-radius: 5px;
  border: 1px solid transparent;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  min-height: min-content;
}
[data-gjs-type="llbutton"][ll-btn-type="fill"] {
  background-color: #007aff;
  color: #fff;
}
[data-gjs-type="llbutton"][ll-btn-type="outline"] {
  background-color: transparent;
  color: #007aff;
  border: 1px solid #007aff;
}
[data-gjs-type="llbutton"]:hover {
  box-shadow: inset 0 0 10000px rgba(105, 75, 75, 0.1);
}
[data-gjs-type="llbutton"][ll-btn-type="link"] {
  color: #007aff;
}
[data-gjs-type="llbutton"][ll-btn-fullwidth="true"] {
  min-width: 100%;
}
.ll-btn {
  min-width: min-content;
  min-height: min-content;
  text-decoration: none !important;
  background-color: #00f;
  color: #fff;
  border-radius: 5px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 12px 40px;
}
.landerlab-newsletter,
.ll-newsletter {
  font-family: inherit;
  min-height: min-content;
  max-width: 100% !important;
  display: flex;
  box-sizing: border-box;
  min-width: min-content;
}
.ll-btn.ll-btn--full,
.ll-full-width {
  width: 100% !important;
}
.ll-btn:focus,
.ll-btn:hover {
  color: #fff;
  box-shadow: inset 0 0 10000px rgba(0, 0, 0, 0.1);
}
.ll-btn div[data-gjs-type="icon"] {
  height: 28px;
  width: 28px;
  flex-shrink: 0;
}
.landerlab-newsletter *,
.ll-newsletter * {
  box-sizing: border-box;
  margin: 0;
}
.landerlab-newsletter__btn,
.landerlab-newsletter__input {
  font-size: 16px;
  height: 40px !important;
  margin: 0 !important;
}
.landerlab-newsletter {
  padding: 10px;
  align-items: center;
  gap: 10px;
  width: 100%;
  background-color: transparent;
}
.landerlab-newsletter__input {
  flex-grow: 1;
  flex-shrink: 1;
  background-color: #fff;
  transition: 0.1s;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  color: #1e1e1e;
  font-family: inherit;
}
.landerlab-newsletter__input::placeholder {
  color: #d3d3d3;
}
.landerlab-newsletter__input:active,
.landerlab-newsletter__input:focus,
.landerlab-newsletter__input:focus-visible {
  outline: 0;
  border-color: #00f !important;
}
.landerlab-newsletter__btn {
  padding: 10px 22px;
  background-color: #1e1e1e;
}
.landerlab-newsletter[ll-newsletter-size="s"] {
  gap: 6px;
}
.landerlab-newsletter[ll-newsletter-size="s"] .landerlab-newsletter__input {
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  height: 35px !important;
}
.landerlab-newsletter[ll-newsletter-size="s"] .landerlab-newsletter__btn {
  padding: 8px 20px;
  font-size: 14px;
  height: 35px !important;
}
.landerlab-newsletter[ll-newsletter-size="l"] .landerlab-newsletter__input {
  font-size: 18px;
  font-weight: 400;
  padding: 12px;
  height: 45px !important;
}
.landerlab-newsletter[ll-newsletter-size="l"] .landerlab-newsletter__btn {
  padding: 12px 28px;
  font-size: 18px;
  height: 45px !important;
}
.landerlab-newsletter[data-from-theme="bordered"] .landerlab-newsletter__input {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #b6b6b6;
  padding-inline: 0;
}
.ll-newsletter {
  padding: 12px;
  border-radius: 0;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  width: 100%;
}
.ll-newsletter button,
.ll-newsletter-input {
  height: 100%;
  padding: 9px 25px;
  font-size: 16px;
}
.ll-newsletter-input {
  flex-grow: 1;
  flex-shrink: 1;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  transition: 0.1s;
  border-radius: 0;
  width: 100%;
}
.ll-newsletter-input:focus,
.ll-newsletter-input:focus-visible,
.ll-newsletter-input:hover {
  outline: rgb(149, 213, 255) solid 1px;
}
.ll-newsletter button {
  border-radius: 0;
  background-color: #e06a8a;
  font-weight: 400;
  width: 100px;
}
.ll-collapse * {
  box-sizing: border-box;
  font-family: sans-serif;
}
.ll-collapse {
  overflow: hidden;
  height: min-content;
  width: 100%;
  margin-block: 10px;
}
.ll-collapse-header {
  display: flex;
  align-items: center;
  padding: 12px 14px;
  background-color: #f3f3f3;
  cursor: pointer;
  width: 100%;
  position: relative;
  z-index: 5;
  outline-offset: -2px !important;
}
.ll-collapse-header > * {
  max-width: calc(100% - 40px);
}
.ll-collapse-heading {
  padding: 0;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
}
.ll-collapse .ll-collapse-close-icon[data-gjs-type="icon"] {
  position: absolute;
  right: 20px;
  height: 20px;
  width: 20px;
  max-height: 35px !important;
  max-width: 35px !important;
  transition: 0.2s;
}
.ll-collapse .ll-collapse-close-icon[data-gjs-type="icon"] svg {
  height: 100% !important;
  width: auto !important;
}
.ll-collapse-body {
  flex-direction: column;
  margin: 0;
  border: 1px solid #f3f3f3;
  padding: 14px;
  display: none;
  transition: 0.2s;
  outline-offset: -2px !important;
}
.ll-collapse.expanded
  > .ll-collapse-header
  > .ll-collapse-close-icon[data-gjs-type="icon"] {
  transform: rotate(-90deg);
}
.ll-collapse-body-text,
.ll-countdown p {
  margin: 0;
  padding: 0;
}
[data-gjs-type="sticky-bar"] {
  position: fixed !important;
  min-height: max-content !important;
  z-index: 999 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  font-family: inherit;
}
[data-gjs-type="sticky-bar"][data-sticky-bar-full] {
  width: 100vw !important;
  left: 0 !important;
  right: 0 !important;
}
[data-gjs-type="sticky-bar"][data-sticky-bar-vertical="top"] {
  top: 0 !important;
}
[data-gjs-type="sticky-bar"][data-sticky-bar-vertical="bottom"] {
  bottom: 0 !important;
}
[data-gjs-type="sticky-bar"][data-sticky-bar-horizontal="left"] {
  left: 0 !important;
}
[data-gjs-type="sticky-bar"][data-sticky-bar-horizontal="center"] {
  left: 50% !important;
  transform: translateX(-50%);
}
[data-gjs-type="sticky-bar"][data-sticky-bar-horizontal="right"] {
  right: 0 !important;
}
[data-sticky-bar-container="true"] {
  max-width: 100%;
  width: 96% !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
[data-sticky-bar-scroll] {
  transition: 0.25s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
[data-sticky-bar-scroll][data-sticky-bar-vertical="bottom"][data-sticky-bar-horizontal="center"] {
  transform: translateY(100%) translateX(-50%);
}
[data-sticky-bar-scroll][data-sticky-bar-vertical="bottom"][data-sticky-bar-horizontal="center"].visible,
[data-sticky-bar-scroll][data-sticky-bar-vertical="top"][data-sticky-bar-horizontal="center"].visible {
  transform: translateY(0) translateX(-50%);
}
[data-sticky-bar-scroll][data-sticky-bar-vertical="bottom"][data-sticky-bar-horizontal="left"],
[data-sticky-bar-scroll][data-sticky-bar-vertical="bottom"][data-sticky-bar-horizontal="right"] {
  transform: translateY(100%);
}
[data-sticky-bar-scroll][data-sticky-bar-vertical="bottom"][data-sticky-bar-horizontal="left"].visible,
[data-sticky-bar-scroll][data-sticky-bar-vertical="bottom"][data-sticky-bar-horizontal="right"].visible,
[data-sticky-bar-scroll][data-sticky-bar-vertical="top"][data-sticky-bar-horizontal="left"].visible,
[data-sticky-bar-scroll][data-sticky-bar-vertical="top"][data-sticky-bar-horizontal="right"].visible {
  transform: translateY(0);
}
[data-sticky-bar-scroll][data-sticky-bar-vertical="top"][data-sticky-bar-horizontal="center"] {
  transform: translateY(-100%) translateX(-50%);
}
[data-sticky-bar-scroll][data-sticky-bar-vertical="top"][data-sticky-bar-horizontal="left"],
[data-sticky-bar-scroll][data-sticky-bar-vertical="top"][data-sticky-bar-horizontal="right"] {
  transform: translateY(-100%);
}
.ll-sticky-bar--1 {
  background-color: #fce801;
  padding-top: 17px;
  padding-bottom: 17px;
  width: 700px;
  text-align: center;
}
.ll-sticky-bar--1 h1,
.ll-sticky-bar--1 h2,
.ll-sticky-bar--1 h3,
.ll-sticky-bar--1 h4,
.ll-sticky-bar--1 h5,
.ll-sticky-bar--1 h6,
.ll-sticky-bar--1 p {
  margin: 0;
}
.ll-sticky-bar--1-container {
  gap: 17px;
}
.ll-sticky-bar--1-btn {
  padding: 10px 25px;
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 5px;
  width: max-content;
}
[data-sticky-bar-scroll].visible {
  opacity: 1 !important;
  pointer-events: all;
}
[data-gjs-type="grid"] {
  width: 100%;
  display: grid;
  grid-template-columns: 6fr 6fr;
  height: auto;
  padding: 15px;
  gap: 12px;
  align-items: center;
  box-sizing: border-box;
}
[data-gjs-type="grid"] [data-gjs-type="grid-cell"] {
  min-height: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  box-sizing: border-box;
}
[data-gjs-type="grid"][data-columns="12"] {
  grid-template-columns: minmax(0, 12fr);
}
[data-gjs-type="grid"][data-columns="6-6"] {
  grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
}
[data-gjs-type="grid"][data-columns="4-4-4"] {
  grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr);
}
[data-gjs-type="grid"][data-columns="3-3-3-3"] {
  grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr) minmax(
      0,
      3fr
    );
}
[data-gjs-type="grid"][data-columns="2-2-2-2-2-2"] {
  grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 2fr) minmax(
      0,
      2fr
    ) minmax(0, 2fr) minmax(0, 2fr);
}
[data-gjs-type="grid"][data-columns="3-9"] {
  grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
}
[data-gjs-type="grid"][data-columns="9-3"] {
  grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
}
@media screen and (max-width: 992px) {
  .ll-section {
    padding-inline: 2%;
  }
  [ll-modal-content] {
    max-width: calc(100vw - 70px) !important;
  }
  [ll-navbar="true"] [ll-navbar-toggler] {
    display: inline-block;
  }
  [ll-navbar="true"] [data-gjs-type="llbutton"] {
    max-width: min-content !important;
  }
  [ll-navbar="true"] [ll-navbar-container] {
    max-width: 100%;
  }
  [ll-navbar="true"] [ll-navbar-container][expanded="true"] {
    height: 100%;
  }
  [ll-navbar-size="s"] [ll-navbar-container][expanded="true"] {
    height: calc(100vh - 10px);
  }
  [ll-navbar-size="m"] [ll-navbar-container][expanded="true"] {
    height: calc(100vh - 30px);
  }
  [ll-navbar-size="l"] [ll-navbar-container][expanded="true"] {
    height: calc(100vh - 50px);
  }
  [ll-navbar="true"] [ll-navbar-header] {
    width: 100%;
  }
  [ll-navbar="true"] [ll-navbar-links] {
    display: none;
  }
  [ll-navbar="true"] [expanded="true"] [ll-navbar-links] {
    display: block;
  }
  [ll-navbar-links] {
    height: calc(100vh - 88px);
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  [ll-navbar] [ll-navbar-wrapper] {
    flex-direction: column;
  }
  [ll-navbar-links-wrapper] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 50px 0;
  }
  [ll-navbar-link] {
    font-size: 22px;
    padding: 0;
  }
  [ll-navbar-layout="left"] [ll-navbar-wrapper] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  [ll-navbar-layout="left"] [ll-navbar-header] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  [data-gjs-type="sticky-bar"] {
    width: 100vw !important;
  }
  [data-gjs-type="grid"][data-columns-t="12"] {
    grid-template-columns: minmax(0, 12fr);
  }
  [data-gjs-type="grid"][data-columns-t="6-6"] {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  }
  [data-gjs-type="grid"][data-columns-t="4-4-4"] {
    grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr);
  }
  [data-gjs-type="grid"][data-columns-t="3-3-3-3"] {
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr) minmax(
        0,
        3fr
      );
  }
  [data-gjs-type="grid"][data-columns-t="2-2-2-2-2-2"] {
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 2fr) minmax(
        0,
        2fr
      ) minmax(0, 2fr) minmax(0, 2fr);
  }
  [data-gjs-type="grid"][data-columns-t="3-9"] {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  }
  [data-gjs-type="grid"][data-columns-t="9-3"] {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  }
}
.ll-section.ll-section__grid {
  padding-top: 20px;
  padding-bottom: 20px;
}
.ll-container.ll-container__grid {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
[data-gjs-type="date-picker"] {
  font-size: 16px;
  max-width: 100%;
  min-width: min-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
.ll-countdown {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: min-content;
  min-height: max-content;
  width: max-content;
}
.ll-countdown [data-countdown-label] {
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}
.ll-countdown [data-countdown-value] {
  display: grid;
  place-content: center;
}
.ll-countdown > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: min-content;
  flex: 1;
  opacity: 0;
}
[data-countdown-size="s"] {
  gap: 0;
  padding: 5px;
}
[data-countdown-size="s"] [data-countdown-label] {
  font-size: 12px;
  font-weight: 400;
}
[data-countdown-size="s"] [data-countdown-value] {
  font-size: 25px;
  font-weight: 700;
  padding: 5px;
  width: 50px;
  height: 50px;
}
[data-countdown-size="s"] [data-countdown-group] {
  gap: 3px;
  width: 55px;
}
[data-countdown-size="l"],
[data-countdown-size="m"] {
  gap: 10px;
  padding: 10px;
}
[data-countdown-size="m"] [data-countdown-label] {
  font-size: 15px;
  font-weight: 400;
}
[data-countdown-size="m"] [data-countdown-value] {
  font-size: 35px;
  font-weight: 700;
  padding: 10px;
  width: 70px;
  height: 70px;
}
[data-countdown-size="m"] [data-countdown-group] {
  gap: 3px;
  width: 70px;
}
[data-countdown-size="l"] [data-countdown-label] {
  font-size: 16px;
  font-weight: 400;
}
[data-countdown-size="l"] [data-countdown-value] {
  font-size: 55px;
  font-weight: 700;
  padding: 12px;
  width: 100px;
  height: 100px;
}
[data-countdown-size="l"] [data-countdown-group] {
  gap: 3px;
  width: 100px;
}
.ll-countdown[data-countdown-theme="border-circle"],
.ll-countdown[data-countdown-theme="border-round"],
.ll-countdown[data-countdown-theme="border-square"],
.ll-countdown[data-countdown-theme="fill-circle"],
.ll-countdown[data-countdown-theme="fill-round"],
.ll-countdown[data-countdown-theme="fill-square"] {
  color: #181823;
}
.ll-countdown[data-countdown-theme="border-round"] [data-countdown-value] {
  border: 2px solid #181823;
  background-color: transparent;
  border-radius: 7px;
}
.ll-countdown[data-countdown-theme="border-square"] [data-countdown-value] {
  border: 2px solid #181823;
  background-color: transparent;
  border-radius: 0;
}
.ll-countdown[data-countdown-theme="border-circle"] [data-countdown-value] {
  border: 2px solid #181823;
  background-color: transparent;
  border-radius: 50%;
}
.ll-countdown[data-countdown-theme="fill-round"] [data-countdown-value] {
  border: none;
  color: #fff;
  background-color: #181823;
  border-radius: 7px;
}
.ll-countdown[data-countdown-theme="fill-square"] [data-countdown-value] {
  border: none;
  color: #fff;
  background-color: #181823;
  border-radius: 0;
}
.ll-countdown[data-countdown-theme="fill-circle"] [data-countdown-value] {
  border: none;
  color: #fff;
  background-color: #181823;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  [data-ll-hidden-device*="m"] {
    display: none !important;
  }
  .ll-section {
    padding-inline: 4%;
  }
  [ll-modal-content] {
    max-width: calc(100vw - 20px) !important;
    width: 100% !important;
  }
  .ll-form[data-form-layout="horizontal"] {
    grid-template-columns: 1fr !important;
  }
  .ll-form[data-form-layout="horizontal"] .ll-form__input-w--ch,
  .ll-form[data-form-layout="horizontal"] .ll-form__input-w--r,
  .ll-form[data-form-layout="horizontal"] [data-input-wrapper="html"],
  .ll-form[data-form-layout="horizontal"] button {
    grid-column: 1 !important;
  }
  .ll-btn {
    gap: 5px;
  }
  [data-sticky-bar-container="true"] {
    width: 94% !important;
  }
  .ll-sticky-bar--1-container {
    flex-direction: column;
  }
  [data-gjs-type="grid"][data-columns-m="12"] {
    grid-template-columns: minmax(0, 12fr);
  }
  [data-gjs-type="grid"][data-columns-m="6-6"] {
    grid-template-columns: minmax(0, 6fr) minmax(0, 6fr);
  }
  [data-gjs-type="grid"][data-columns-m="4-4-4"] {
    grid-template-columns: minmax(0, 4fr) minmax(0, 4fr) minmax(0, 4fr);
  }
  [data-gjs-type="grid"][data-columns-m="3-3-3-3"] {
    grid-template-columns: minmax(0, 3fr) minmax(0, 3fr) minmax(0, 3fr) minmax(
        0,
        3fr
      );
  }
  [data-gjs-type="grid"][data-columns-m="2-2-2-2-2-2"] {
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(0, 2fr) minmax(
        0,
        2fr
      ) minmax(0, 2fr) minmax(0, 2fr);
  }
  [data-gjs-type="grid"][data-columns-m="3-9"] {
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
  }
  [data-gjs-type="grid"][data-columns-m="9-3"] {
    grid-template-columns: minmax(0, 8fr) minmax(0, 4fr);
  }
  [data-countdown-size="l"],
  [data-countdown-size="m"] {
    gap: 10px;
    padding: 10px;
  }
  [data-countdown-size="l"] [data-countdown-label],
  [data-countdown-size="m"] [data-countdown-label] {
    font-size: 15px;
    font-weight: 400;
  }
  [data-countdown-size="l"] [data-countdown-value],
  [data-countdown-size="m"] [data-countdown-value] {
    font-size: 35px;
    font-weight: 700;
    padding: 10px;
    width: 70px;
    height: 70px;
  }
  [data-countdown-size="l"] [data-countdown-group],
  [data-countdown-size="m"] [data-countdown-group] {
    gap: 3px;
  }
}
.ll-horizontal-line {
  border: 1px solid #444;
  min-width: 20px;
  max-width: 100%;
  margin: 0;
}
.ll-spinner {
  height: 450px;
  width: 450px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.ll-spinner > img {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ll-spinner--spin > img {
  transform-origin: center;
  transition: 5s cubic-bezier(0.44, -0.205, 0, 1.13);
}
.ll-spinner__arrow,
.ll-spinner__arrow i {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.ll-spinner__arrow {
  height: 23%;
  width: auto;
  aspect-ratio: 1;
  background-color: currentColor;
  border-radius: 50%;
}
.ll-spinner__arrow::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20%;
  height: 20%;
  rotate: 45deg;
  background-color: currentColor;
}
.ll-spinner__arrow i {
  height: 50%;
  width: 50%;
}
.ll-spinner__arrow i svg {
  height: 100%;
  width: auto;
}
[data-gjs-type="ll-video"] {
  height: auto;
  width: 100%;
  max-width: 100%;
}
[data-gjs-type="ll-video"] iframe,
[data-gjs-type="ll-video"] video {
  width: 100%;
  min-width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0 !important;
  outline: 0 !important;
}
[data-ll-event] {
  cursor: pointer;
}
div[data-gjs-type="custom-code"] {
  width: 100%;
  height: auto;
  max-width: 100%;
}
[data-ll-link] {
  text-decoration: none;
  color: unset;
  width: 100%;
}
[data-gjs-type="text"].text-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
[data-gjs-type="rsoc-cols"] {
  display: grid;
  gap: 10px;
  padding-block: 10px;
  width: 100%;
}
[data-gjs-type="rsoc-cols"] > div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 993px) {
  [data-gjs-type="rsoc-cols"] {
    display: grid;
    grid-template-columns: 1fr;
  }
} /*! HTML LIST COMPONENT - list */
[list-style-type="decimal"] {
  list-style-type: decimal;
}
[list-style-type="circle"] {
  list-style-type: circle;
}
[list-style-type="disc"] {
  list-style-type: disc;
}
[list-style-type="lower-alpha"] {
  list-style-type: lower-alpha;
}
[list-style-type="upper-alpha"] {
  list-style-type: upper-alpha;
}
[list-style-type="✅"] {
  list-style-type: "✅ ";
}
[list-style-type="❌"] {
  list-style-type: "❌ ";
}
[list-style-type="none"] {
  list-style-type: none;
}
/*! LIST COMPONENT - custom-list */

[data-gjs-type="custom-list"]{
  display:flex;
  flex-direction:column;
  row-gap:10px;
  column-gap:10px;
  align-items:start;
  width:100%;
  text-align:start;
  margin-block-start:0px;
  margin-block-end:0px;
  margin-inline-start:0px;
  margin-inline-end:0px;
  --marker-spacing:12px;
  --marker-width:1.5em;
  max-width:100% !important;
  min-width:min-content !important;
}
[data-marker-type] li, li[data-marker-type]{
  position:relative;
  padding-left:0px;
}
[data-marker-type="standard"][data-marker-value="disc"] li:not([data-marker-type]), li[data-marker-type="standard"][data-marker-value="disc"]{
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
[data-marker-type="standard"][data-marker-value="disc"] li:not([data-marker-type])::before, li[data-marker-type="standard"][data-marker-value="disc"]::before{
  content: "\2022";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:center;
  color:inherit;
}
[data-marker-type="standard"][data-marker-value="circle"] li:not([data-marker-type]), li[data-marker-type="standard"][data-marker-value="circle"]{
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
[data-marker-type="standard"][data-marker-value="circle"] li:not([data-marker-type])::before, li[data-marker-type="standard"][data-marker-value="circle"]::before{
  content: "\25CB";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:center;
  color:inherit;
}
[data-marker-type="standard"][data-marker-value="decimal"]{
  counter-reset:list-counter 0;
}
[data-marker-type="standard"][data-marker-value="decimal"] li:not([data-marker-type]){
  counter-increment:list-counter 1;
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
[data-marker-type="standard"][data-marker-value="decimal"] li:not([data-marker-type])::before{
  content:counter(list-counter) ".";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:right;
  color:inherit;
}
li[data-marker-type="standard"][data-marker-value="decimal"]{
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
li[data-marker-type="standard"][data-marker-value="decimal"]::before{
  content:"1.";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:right;
  color:inherit;
}
[data-marker-type="standard"][data-marker-value="lower-alpha"]{
  counter-reset:list-counter 0;
}
[data-marker-type="standard"][data-marker-value="lower-alpha"] li:not([data-marker-type]){
  counter-increment:list-counter 1;
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
[data-marker-type="standard"][data-marker-value="lower-alpha"] li:not([data-marker-type])::before{
  content:counter(list-counter, lower-alpha) ".";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:right;
  color:inherit;
}
li[data-marker-type="standard"][data-marker-value="lower-alpha"]{
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
li[data-marker-type="standard"][data-marker-value="lower-alpha"]::before{
  content:"a.";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:right;
  color:inherit;
}
[data-marker-type="standard"][data-marker-value="upper-alpha"]{
  counter-reset:list-counter 0;
}
[data-marker-type="standard"][data-marker-value="upper-alpha"] li:not([data-marker-type]){
  counter-increment:list-counter 1;
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
[data-marker-type="standard"][data-marker-value="upper-alpha"] li:not([data-marker-type])::before{
  content:counter(list-counter, upper-alpha) ".";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:right;
  color:inherit;
}
li[data-marker-type="standard"][data-marker-value="upper-alpha"]{
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
li[data-marker-type="standard"][data-marker-value="upper-alpha"]::before{
  content:"A.";
  position:absolute;
  left:0px;
  top:0px;
  width:var(--marker-width);
  text-align:right;
  color:inherit;
}
[data-marker-type="emoji"] li:not([data-marker-type]), li[data-marker-type="emoji"]{
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
[data-marker-type="emoji"] li:not([data-marker-type])::before, li[data-marker-type="emoji"]::before{
  content:var(--marker, "•");
  position:absolute;
  left:0px;
  top:0px;
  font-size:1em;
  line-height:inherit;
  width:var(--marker-width);
  text-align:center;
  color:inherit;
}
[data-marker-type="icon"] li:not([data-marker-type]), li[data-marker-type="icon"]{
  padding-left:calc(var(--marker-width) + var(--marker-spacing));
}
[data-marker-type="icon"] li:not([data-marker-type])::before, li[data-marker-type="icon"]::before{
  content:"";
  position:absolute;
  left:0px;
  width:1.4em;
  height:1.1em;
  mask-image:var(--marker);
  mask-size:contain;
  mask-repeat:no-repeat;
  -webkit-mask-position-x:50%;
  -webkit-mask-position-y:50%;
  background-color:currentcolor;
}
[data-marker-type], [data-marker-type] li, li[data-marker-type]{
  list-style-position:initial !important;
  list-style-image:initial !important;
  list-style-type:none !important;
}
[data-marker-type] li::marker, li[data-marker-type]::marker{
  content:none !important;
  display:none !important;
}
[data-marker-type]{
  padding-left:0px;
  margin-left:0px;
}
/*! NAV COMPONENT - nav */
[data-gjs-type="nav"] {
  width: 100%;
  padding-inline: 2% !important;
  background-color: #fff;
  padding: 4px 0;
  z-index: 1000;
}
[data-gjs-type="nav"] .ll-nav__container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-gjs-type="nav"] .ll-nav__logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
[data-gjs-type="nav"] [data-gjs-type="nav-logo"] {
  height: 40px;
  width: auto;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
[data-gjs-type="nav"] [data-gjs-type="nav-toggle"] {
  all: unset;
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 1001;
  color: currentColor;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
[data-gjs-type="nav"] .ll-nav__close-icon,
[data-gjs-type="nav"] .ll-nav__menu-icon {
  position: absolute;
  transition: opacity 0.3s, transform 0.3s;
  height: 100%;
  width: 100%;
}
[data-gjs-type="nav"] .ll-nav__close-icon {
  opacity: 0;
  transform: rotate(90deg);
}
[data-gjs-type="nav"][data-expanded="true"] .ll-nav__close-icon {
  opacity: 1;
  transform: rotate(0);
}
[data-gjs-type="nav"][data-expanded="true"] .ll-nav__menu-icon {
  opacity: 0;
  transform: rotate(-90deg);
}
[data-gjs-type="nav"] [data-gjs-type="nav-links"] {
  display: flex;
  list-style: none;
  flex-direction: row;
  align-items: center;
  margin: 0;
  padding: 0;
  overflow-x: auto;
  max-width: 94%;
  gap: 20px;
}
[data-gjs-type="nav"] [data-gjs-type="nav-links"] a {
  text-decoration: none;
  color: currentColor;
}
@media (min-width: 992px) {
  [data-gjs-type="nav"][data-align="left"] .ll-nav__container {
    flex-direction: row-reverse;
  }
  [data-gjs-type="nav"][data-align="left"] [data-gjs-type="nav-links"] {
    justify-content: flex-start;
  }
  [data-gjs-type="nav"][data-align="center"] .ll-nav__container {
    flex-direction: row;
    justify-content: space-between;
    position: relative;
  }
  [data-gjs-type="nav"][data-align="center"] [data-gjs-type="nav-links"] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  [data-gjs-type="nav"][data-align="right"] .ll-nav__container {
    flex-direction: row;
  }
  [data-gjs-type="nav"][data-align="right"] [data-gjs-type="nav-links"] {
    justify-content: flex-end;
    margin-left: auto;
  }
  [data-gjs-type="nav"][data-nav-fixed-position="true"] {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (max-width: 992px) {
  [data-tablet-cols="1"] {
    grid-column: span 1;
  }
  [data-tablet-cols="2"] {
    grid-column: span 2;
  }
  [data-tablet-cols="3"] {
    grid-column: span 3;
  }
  [data-tablet-cols="4"] {
    grid-column: span 4;
  }
  [data-tablet-cols="5"] {
    grid-column: span 5;
  }
  [data-tablet-cols="6"] {
    grid-column: span 6;
  }
  [data-tablet-cols="7"] {
    grid-column: span 7;
  }
  [data-tablet-cols="8"] {
    grid-column: span 8;
  }
  [data-tablet-cols="9"] {
    grid-column: span 9;
  }
  [data-tablet-cols="10"] {
    grid-column: span 10;
  }
  [data-tablet-cols="11"] {
    grid-column: span 11;
  }
  [data-tablet-cols="12"] {
    grid-column: span 12;
  }
  [data-gjs-type="nav"][data-align="center"] .ll-nav__container,
  [data-gjs-type="nav"][data-align="left"] .ll-nav__container,
  [data-gjs-type="nav"][data-align="right"] .ll-nav__container {
    flex-direction: row;
    justify-content: space-between;
  }
  [data-gjs-type="nav"][data-align="center"] .ll-nav__logo,
  [data-gjs-type="nav"][data-align="left"] [data-gjs-type="nav-toggle"],
  [data-gjs-type="nav"][data-align="right"] .ll-nav__logo {
    order: 1;
  }
  [data-gjs-type="nav"][data-align="center"] [data-gjs-type="nav-toggle"],
  [data-gjs-type="nav"][data-align="left"] .ll-nav__logo,
  [data-gjs-type="nav"][data-align="right"] [data-gjs-type="nav-toggle"] {
    order: 2;
  }
  [data-gjs-type="nav"] .ll-nav__overlay,
  [data-gjs-type="nav"] [data-gjs-type="nav-links"] {
    position: fixed;
    top: 0;
    height: 100vh;
  }
  [data-gjs-type="nav"] [data-gjs-type="nav-toggle"] {
    display: flex !important;
  }
  [data-gjs-type="nav"] [data-gjs-type="nav-logo"] {
    height: 35px;
  }
  [data-gjs-type="nav"] [data-gjs-type="nav-links"] {
    right: 0;
    width: 80%;
    max-width: 360px;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start !important;
    padding: 45px 2rem 2rem;
    gap: 1rem;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    left: auto;
    overflow-y: auto;
    z-index: 1000;
    visibility: hidden;
    transform: translateX(100%);
    min-height: 100vh;
    display: flex;
  }
  [data-gjs-type="nav"] [data-gjs-type="nav-links"]::before {
    content: "";
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(50vh - 10rem);
  }
  [data-gjs-type="nav"] [data-gjs-type="nav-links"] a {
    display: block;
    margin: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  [data-gjs-type="nav"][data-expanded="true"] [data-gjs-type="nav-links"] {
    transform: translateX(0);
    visibility: visible;
  }
  [data-gjs-type="nav"] .ll-nav__overlay {
    display: none;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  [data-gjs-type="nav"][data-expanded="true"] .ll-nav__overlay {
    display: block;
  }
}
/*! LINE COMPONENT - line */
[data-gjs-type="line"] {
  box-sizing:border-box;
  display:flex;
  align-items:center;
  padding-block-start: 10px;
  padding-block-end: 10px;
  width:100%;
  max-width:100%;
  justify-content:left;
  margin-bottom:3px;
  margin-top:3px;
}

/* New line styles after the theme */
.ll-line[data-gjs-type="line"]  {
  color: var(--ll-color-primary, #525252);
}

[data-gjs-type="line"] svg {
  display: block;
  flex-shrink: 0;
}

/*! ACCORDION COMPONENT - list collapse */
[data-gjs-type="accordion"] {
  /* Editor-controlled variables (DO NOT MODIFY) */
  --accordion-gap: 12px;
  --accordion-inner-space: 18px;
  --accordion-border-radius: 12px;
  --accordion-background: #00000010;
  --accordion-border-color: #e0e0e0;
  --accordion-border-width: 1px;
  --accordion-border-style: solid;

  /* Internal variables (derived from editor values) */
  --accordion-transition-duration: 0.35s;
  --accordion-transition-easing: cubic-bezier(0.4, 0, 0.2, 1);
  --accordion-icon-transition: calc(var(--accordion-transition-duration) * 1.14);
  --accordion-icon-size: 18px;
  --accordion-content-opacity: 80%;

  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: min-content;
  max-width: 100%;
  font-family: inherit;
}

/* New accordions styles after the theme */
.ll-accordion[data-gjs-type="accordion"] {
  color: var(--ll-color-text-primary, #1a1a1a);
}

.ll-accordion[data-gjs-type="accordion"] [data-accordion-content] p {
  color: var(--ll-color-text-secondary, currentColor);
  line-height: 1.6;
  width: fit-content;
}

[data-gjs-type="accordion"][data-preset="bordered"],
[data-gjs-type="accordion"][data-preset="solid"],
[data-gjs-type="accordion"][data-preset="simple"] {
  gap: var(--accordion-gap);
}

[data-gjs-type="accordion"][data-preset="line-bottom"] {
  gap: 0;
}

[data-accordion-item] {
  display: flex;
  flex-direction: column;
  background: transparent;
  overflow: hidden;
  transition: background-color var(--accordion-transition-duration) var(--accordion-transition-easing);
}
[data-gjs-type="accordion"][data-preset="line-bottom"] [data-accordion-item] {
  border-bottom: var(--accordion-border-width) var(--accordion-border-style) var(--accordion-border-color);
}

[data-gjs-type="accordion"][data-preset="line-bottom"] [data-accordion-header] {
  padding-top: var(--accordion-inner-space);
}

[data-gjs-type="accordion"][data-preset="line-bottom"] [data-accordion-content] {
  padding-bottom: var(--accordion-inner-space);
}
[data-gjs-type="accordion"][data-preset="bordered"] [data-accordion-item] {
  border: var(--accordion-border-width) var(--accordion-border-style) var(--accordion-border-color);
  border-radius: var(--accordion-border-radius);
}

[data-gjs-type="accordion"][data-preset="bordered"] [data-accordion-header] {
  padding: var(--accordion-inner-space);
  padding-bottom: 0;
}

[data-gjs-type="accordion"][data-preset="bordered"] [data-accordion-content] {
  padding: 0 var(--accordion-inner-space) var(--accordion-inner-space);
}
[data-gjs-type="accordion"][data-preset="solid"] [data-accordion-item] {
  background: var(--accordion-background);
  border-radius: var(--accordion-border-radius);
}

[data-gjs-type="accordion"][data-preset="solid"] [data-accordion-header] {
  padding: var(--accordion-inner-space);
  padding-bottom: 0;
}

[data-gjs-type="accordion"][data-preset="solid"] [data-accordion-content] {
  padding: 0 var(--accordion-inner-space) var(--accordion-inner-space);
}


[data-accordion-header] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  width: 100%;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.2s ease;
}

[data-accordion-header]:hover {
  opacity: 0.85;
}

[data-accordion-header]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

[data-accordion-title] {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  color: currentColor;
  line-height: 1.4;
  width: fit-content;
}

[data-accordion-trigger] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: var(--accordion-icon-size);
  width: auto;
  color: currentColor;
  cursor: pointer;
  transition: transform var(--accordion-icon-transition) var(--accordion-transition-easing);
}

[data-accordion-trigger] svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

/* Icon rotation states */
[data-accordion-item][data-open="true"] [data-accordion-trigger] {
  transform: rotate(180deg);
}

[data-toggle-type="plus"] [data-accordion-item][data-open="true"] [data-accordion-trigger] {
  transform: rotate(135deg);
}

[data-accordion-content] {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  background: transparent;
  visibility: hidden;
  padding: 0;
  transition:
    grid-template-rows var(--accordion-transition-duration) var(--accordion-transition-easing),
    padding var(--accordion-transition-duration) var(--accordion-transition-easing),
    visibility 0s linear var(--accordion-transition-duration);
}

[data-accordion-content] > * {
  min-height: 0;
  overflow: hidden;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

[data-accordion-item][data-open="true"] [data-accordion-content] {
  grid-template-rows: 1fr;
  visibility: visible;
  padding-top: 0.4em;
  transition:
    grid-template-rows var(--accordion-transition-duration) var(--accordion-transition-easing),
    padding var(--accordion-transition-duration) var(--accordion-transition-easing),
    visibility 0s linear 0s;
}

[data-accordion-content] p {
  margin: 0;
  font-size: 16px;
  color: color-mix(in srgb, currentColor var(--accordion-content-opacity), transparent);
  line-height: 1.6;
  width: fit-content;
}

@media (prefers-reduced-motion: reduce) {
  [data-accordion-trigger],
  [data-accordion-content],
  [data-accordion-item] {
    transition-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  [data-accordion-item] {
    border-color: currentColor;
  }
}

/* ---------------------------------------------- */
/* ----- Cta Button Styles, Link and Button ----- */
/* ---------------------------------------------- */
.ll-btn-temp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background-color: var(--ll-color-primary, #3b82f6);
  color: var(--ll-color-background, #ffffff);
  font-family: var(--ll-font-body, inherit);
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: colors 0.3s ease;
  overflow: hidden;
  position: relative;
}

.ll-btn-temp:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ---------------------------------------------- */
/* ------------ Newsletter Component ------------ */
/* ---------------------------------------------- */
[data-gjs-type="ll-newsletter"] {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
}

[data-gjs-type="ll-newsletter"] * {
  box-sizing: border-box;
}

@media (max-width: 576px) {
  [data-gjs-type="ll-newsletter"] {
    flex-direction: column;
    justify-content: center;
  }
}

[data-gjs-type="ll-newsletter"] input {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: white;
  font-size: inherit;
  width: 100%;
}

[data-gjs-type="ll-newsletter"] input:focus-visible,
[data-gjs-type="ll-newsletter"] input:focus {
  outline: none;
}

[data-gjs-type="ll-newsletter"] input::placeholder {
  color: var(--ll-color-text-secondary);
}

[data-gjs-type="ll-newsletter"] button {
  padding: 12px 18px;
}

@media (max-width: 576px) {
  [data-gjs-type="ll-newsletter"] button {
    width: 100%;
  }
}

/* ------------------------------------------------- */
/* ------------ New Video Component ---------------- */
/* ------------------------------------------------- */
[data-gjs-type="llvideo"]:empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  background: #eeeeee;
}

[data-gjs-type="llvideo"]:empty::after {
  content: "";
  width: 60px;
  height: 60px;
  background-image: url("");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}


/* ------------------------------------------------- */
/* ------------ New Countdown Component ------------ */
/* ------------------------------------------------- */

/* COUNTDOWN CONTAINER */
[data-gjs-type="llcountdown"] {
  /* Editor-controlled variables (DO NOT MODIFY) */
  --countdown-border-radius: 12px;
  --countdown-border-width: 1px;
  --countdown-border-color: #d6d6d6;
  --countdown-background: var(--ll-color-primary);
  --countdown-padding: .38em .55em;
  font-family: var(--ll-font-body);

  /* Font-size on the container drives everything.
     Change font-size to scale the entire component. */
  font-size: 30px;

  /* Structure */
  display: flex;
  align-items: flex-start;
  width: fit-content;
  min-width: min-content;
  max-width: 100%;
  color: var(--ll-color-text-primary, #1a1a1a);
}

/* Full width: items stretch equally */
[data-gjs-type="llcountdown"][data-full-width="true"] {
  width: 100%;
}

/* COUNTDOWN ITEM */
[data-countdown-item] {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-width: 1.5em;
}

[data-countdown-item][data-hidden="true"] {
  display: none;
}

[data-countdown-value] {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  color: currentColor;
  font-variant-numeric: tabular-nums;
}

[data-countdown-label] {
  font-size: clamp(10px, 0.3em, 18px);
  font-weight: 400;
  color: color-mix(in srgb, currentColor 55%, transparent);
  margin-top: 0.15em;
  line-height: 1.2;
}

[data-countdown-label][data-hidden="true"] {
  display: none;
}

/* When a label inside an item is hidden, hide the adjacent separator too */
[data-countdown-item][data-hidden="true"] + [data-countdown-separator] {
  display: none;
}
/* SEPARATOR (colon) */
[data-countdown-separator] {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  padding: 0 0.08em;
  user-select: none;
}

[data-countdown-separator][data-hidden="true"] {
  display: none;
}

/* VISIBILITY: Container-level — hide ALL labels at once */
[data-gjs-type="llcountdown"][data-hide-labels="true"] [data-countdown-label] {
  display: none;
}

/* VISIBILITY: Container-level — hide ALL separators at once */
[data-gjs-type="llcountdown"][data-hide-separators="true"] [data-countdown-separator] {
  display: none;
}

/* PRESET: SIMPLE */
[data-gjs-type="llcountdown"][data-preset="simple"] {
  gap: 0.08em;
  align-items: baseline;
}

[data-preset="simple"] [data-countdown-item] {
  padding: var(--countdown-padding, 0.16em 0.25em);
}

/* PRESET: BORDERED */
[data-gjs-type="llcountdown"][data-preset="bordered"] {
  gap: 0.33em;
}

[data-preset="bordered"] [data-countdown-separator] {
  display: none;
}

[data-preset="bordered"] [data-countdown-item] {
  padding: var(--countdown-padding, 0.42em 0.5em);
  border: var(--countdown-border-width) solid var(--countdown-border-color);
  border-radius: var(--countdown-border-radius);
}

/* PRESET: SOLID */
[data-gjs-type="llcountdown"][data-preset="solid"] {
  gap: 0;
  background: var(--countdown-background);
  border-radius: var(--countdown-border-radius);
  overflow: hidden;
  color: #ffffff;
}

[data-preset="solid"] [data-countdown-separator] {
  display: none;
}

[data-preset="solid"] [data-countdown-item] {
  padding: var(--countdown-padding, 0.42em 0.5em);
  position: relative;
}

[data-preset="solid"] [data-countdown-item]::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: color-mix(in srgb, #ffffff 25%, transparent);
}

[data-preset="solid"] [data-countdown-item]:first-child::before,
[data-preset="solid"] [data-countdown-item][data-first-visible="true"]::before {
  display: none;
}

[data-preset="solid"] [data-countdown-label] {
  color: color-mix(in srgb, #ffffff 70%, transparent);
}

/* ACCESSIBILITY */
@media (prefers-reduced-motion: reduce) {
  [data-gjs-type="llcountdown"] * {
    transition-duration: 0.01ms !important;
  }
}

/* ===================================================== */
/* ----------- NEW STICKY BAR COMPONENT ---------------- */
/* ===================================================== */
[data-gjs-type="llstickybar"] {
  --sticky-bar-bg: var(--ll-color-primary);
  --sticky-bar-color: #ffffff;
  --sticky-bar-padding: 12px 16px;
  --sticky-bar-z-index: 9999;
  --sticky-bar-close-size: 16px;

  position: fixed;
  left: 0;
  right: 0;
  z-index: var(--sticky-bar-z-index);
  background: var(--sticky-bar-bg);
  color: var(--sticky-bar-color);
  padding: var(--sticky-bar-padding);
  font-family: var(--ll-font-body);
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  width: 100%;
  display: none;
}

/* Placement */
[data-gjs-type="llstickybar"][data-placement="top"] {
  top: 0;
}

[data-gjs-type="llstickybar"][data-placement="bottom"] {
  bottom: 0;
}

/* Default visibility
   — hidden by default; only load + none is visible without JS */
[data-gjs-type="llstickybar"][data-show-on="load"][data-animation="none"] {
  display: block;
}

[data-gjs-type="llstickybar"][data-visible] {
  display: block;
}

/* Close button — positioned on the bar itself (far right) */
[data-gjs-type="llstickybar"] [data-sticky-bar-close] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.15);
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  transition: background 0.2s ease;
  line-height: 1;
}

[data-gjs-type="llstickybar"][data-dismissible="true"] [data-sticky-bar-close] {
  display: flex;
}

[data-gjs-type="llstickybar"] [data-sticky-bar-close]:hover {
  background: rgba(0, 0, 0, 0.3);
}

[data-gjs-type="llstickybar"] [data-sticky-bar-close] svg {
  width: var(--sticky-bar-close-size);
  height: var(--sticky-bar-close-size);
  display: block;
}

/* Visibility states */
[data-gjs-type="llstickybar"][data-visible="false"] {
  pointer-events: none;
}

/* ---- slide animation ---- */
[data-gjs-type="llstickybar"][data-animation="slide"] {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-gjs-type="llstickybar"][data-animation="slide"][data-placement="top"][data-visible="false"] {
  transform: translateY(-100%);
}

[data-gjs-type="llstickybar"][data-animation="slide"][data-placement="bottom"][data-visible="false"] {
  transform: translateY(100%);
}

[data-gjs-type="llstickybar"][data-animation="slide"][data-visible="true"] {
  transform: translateY(0);
}

/* ---- fade animation ---- */
[data-gjs-type="llstickybar"][data-animation="fade"] {
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

[data-gjs-type="llstickybar"][data-animation="fade"][data-visible="false"] {
  opacity: 0;
}

[data-gjs-type="llstickybar"][data-animation="fade"][data-visible="true"] {
  opacity: 1;
}

/* ---- no animation ---- */
[data-gjs-type="llstickybar"][data-animation="none"][data-visible="false"] {
  display: none;
}

[data-gjs-type="llstickybar"][data-animation="none"][data-visible="true"] {
  display: block;
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  [data-gjs-type="llstickybar"][data-animation="slide"],
  [data-gjs-type="llstickybar"][data-animation="fade"] {
    transition: none;
  }
}

/* ===================================================== */
/* ------------- SOCIALS COMPONENT STYLES ------------- */
/* ===================================================== */
[data-gjs-type="socials"] {
  width: min-content;
  height: auto;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  padding: 3px;
  color: var(--ll-color-primary);
}

[data-gjs-type="socials"] a {
  display: none;
  color: inherit !important;
}

[data-gjs-type="socials"] a {
  display: none;
}

[data-gjs-type="socials"] a[visible="true"] {
  display: block;
}
[data-gjs-type="socials"][size="s"] a {
  height: 30px;
  width: 30px;
}
[data-gjs-type="socials"][size="m"] a {
  height: 40px;
  width: 40px;
}

[data-gjs-type="socials"][size="l"] a {
  height: 60px;
  width: 60px;
}

[data-gjs-type="socials"] svg {
  height: 100%;
  width: 100%;
  color: inherit !important;
}

[data-gjs-type="socials"] a[visible="true"] {
  display: block;
}

/* For Backwards Compatibility (old socials component used img tags) */
[data-gjs-type="socials"] a img {
  display: block;
  width: 100%;
  height: 100%;
}

/* ===================================================== */
/* ------------- RATING COMPONENT STYLES --------------- */
/* ===================================================== */
[data-gjs-type="llrating"] {
  display: inline-grid !important;
  color: var(--ll-color-primary);
  --spacing: 4px;
}

[data-gjs-type="llrating"] [data-stars] {
  display: flex !important;
  flex-direction: row !important;
  gap: var(--spacing) !important;
  align-items: center;
  grid-area: 1 / 1;
}

[data-gjs-type="llrating"] [data-star] {
  display: flex;
  line-height: 0;
}

[data-gjs-type="llrating"] [data-star] svg {
  width: 100%;
  height: 100%;
  color: inherit !important;
}

/* ---- Size variants ---- */
[data-gjs-type="llrating"][size="s"] [data-star] {
  width: 20px;
  height: 20px;
}

[data-gjs-type="llrating"][size="m"] [data-star] {
  width: 30px;
  height: 30px;
}

[data-gjs-type="llrating"][size="l"] [data-star] {
  width: 40px;
  height: 40px;
}

/* ---- Unfilled layer (transparent) ---- */
[data-gjs-type="llrating"] [data-stars="unfilled"] {
  opacity: 0.25;
}

/* ---- Filled layer (clipped per-star) ---- */
[data-gjs-type="llrating"] [data-stars="filled"] [data-star]:nth-child(1) { --star-value: 1; }
[data-gjs-type="llrating"] [data-stars="filled"] [data-star]:nth-child(2) { --star-value: 2; }
[data-gjs-type="llrating"] [data-stars="filled"] [data-star]:nth-child(3) { --star-value: 3; }
[data-gjs-type="llrating"] [data-stars="filled"] [data-star]:nth-child(4) { --star-value: 4; }
[data-gjs-type="llrating"] [data-stars="filled"] [data-star]:nth-child(5) { --star-value: 5; }

[data-gjs-type="llrating"] [data-stars="filled"] [data-star] {
  clip-path: inset(0 clamp(0%, calc((var(--star-value) - var(--rating)) * 100%), 100%) 0 0);
}


/* ===================================================== */
/* ------------- POPUP V2 COMPONENT STYLES ------------- */
/* ===================================================== */
[data-popup-el="root"] {
  --popup-z-index: 10000;
  --popup-backdrop-bg: rgba(0, 0, 0, 0.5);
  --popup-backdrop-blur: 0px;

  --popup-box-max-width: 100%;
  --popup-box-width: 600px;
  /* `100vh` on mobile (iOS Safari especially) includes the area behind the
     URL bar, so the box can be taller than the visible viewport and never
     trigger its internal scroll. `dvh` tracks the *visible* viewport and
     fixes the "no scrollbar on small screens" bug. */
  --popup-box-max-height: calc(100vh - 64px);
  --popup-box-max-height: calc(100dvh - 64px);

  --popup-close-size: 16px;
  --popup-close-bg: rgba(0, 0, 0, 0.08);
  --popup-close-color: #161616;
  --popup-close-offset: 10px;

  --popup-transition-duration: 0.4s;
}

[data-popup-el="root"] {
  position: fixed;
  inset: 0;
  z-index: var(--popup-z-index);
  display: flex;
  padding: 22px;
  box-sizing: border-box;
  visibility: hidden;
  pointer-events: none;

  /* Delay visibility:hidden until the backdrop tint + box animation finish */
  transition: visibility 0s var(--popup-transition-duration);
}

[data-popup-el="root"][data-popup-open="true"] {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s 0s;
}

[data-popup-el="root"][data-popup-position="center"] {
  justify-content: center;
  align-items: center;
}

[data-popup-el="root"][data-popup-position="top-left"] {
  justify-content: flex-start;
  align-items: flex-start;
}

[data-popup-el="root"][data-popup-position="top-center"] {
  justify-content: center;
  align-items: flex-start;
}

[data-popup-el="root"][data-popup-position="top-right"] {
  justify-content: flex-end;
  align-items: flex-start;
}

[data-popup-el="root"][data-popup-position="left-center"] {
  justify-content: flex-start;
  align-items: center;
}

[data-popup-el="root"][data-popup-position="right-center"] {
  justify-content: flex-end;
  align-items: center;
}

[data-popup-el="root"][data-popup-position="bottom-left"] {
  justify-content: flex-start;
  align-items: flex-end;
}

[data-popup-el="root"][data-popup-position="bottom-center"] {
  justify-content: center;
  align-items: flex-end;
}

[data-popup-el="root"][data-popup-position="bottom-right"] {
  justify-content: flex-end;
  align-items: flex-end;
}

[data-popup-el="backdrop"] {
  position: absolute;
  inset: 0;
  background-color: transparent;
  pointer-events: all !important;
  /* Blur is applied the instant the overlay becomes visible and removed the
     instant it hides — no transition. Only the tint color fades. */
  backdrop-filter: blur(var(--popup-backdrop-blur));
  -webkit-backdrop-filter: blur(var(--popup-backdrop-blur));
  transition: background-color var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

[data-popup-el="root"][data-popup-open="true"] [data-popup-el="backdrop"] {
  background-color: var(--popup-backdrop-bg);
}

[data-popup-el="backdrop"][data-popup-visible="false"] {
  opacity: 0;
}

[data-popup-el="box"] {
  position: relative;
  overflow: visible;
  padding: 0;
  z-index: 1;
  box-sizing: border-box;
  max-width: var(--popup-box-max-width);
  width: var(--popup-box-width);
  max-height: var(--popup-box-max-height);
  display: flex;
  flex-direction: column;
}

[data-popup-el="content"] {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 18px;
  border-radius: inherit;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: #ffffff;
  font-family: var(--ll-font-body);
  color: var(--ll-color-text-primary);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  gap: 0;
}

[data-popup-el="content"]::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

[data-popup-el="root"][data-popup-animation="scale"] [data-popup-el="box"] {
  transition: transform var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1),
              opacity var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

[data-popup-el="root"][data-popup-animation="scale"]:not([data-popup-open="true"]) [data-popup-el="box"] {
  transform: scale(0.85);
  opacity: 0;
}

[data-popup-el="root"][data-popup-animation="scale"][data-popup-open="true"] [data-popup-el="box"] {
  transform: scale(1);
  opacity: 1;
}

[data-popup-el="root"][data-popup-animation="fade"] [data-popup-el="box"] {
  transition: opacity var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

[data-popup-el="root"][data-popup-animation="fade"]:not([data-popup-open="true"]) [data-popup-el="box"] {
  opacity: 0;
}

[data-popup-el="root"][data-popup-animation="fade"][data-popup-open="true"] [data-popup-el="box"] {
  opacity: 1;
}

[data-popup-el="root"][data-popup-animation="slide-up"] [data-popup-el="box"] {
  transition: transform var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1),
              opacity var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

[data-popup-el="root"][data-popup-animation="slide-up"]:not([data-popup-open="true"]) [data-popup-el="box"] {
  transform: translateY(40px);
  opacity: 0;
}

[data-popup-el="root"][data-popup-animation="slide-up"][data-popup-open="true"] [data-popup-el="box"] {
  transform: translateY(0);
  opacity: 1;
}

[data-popup-el="root"][data-popup-animation="slide-down"] [data-popup-el="box"] {
  transition: transform var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1),
              opacity var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

[data-popup-el="root"][data-popup-animation="slide-down"]:not([data-popup-open="true"]) [data-popup-el="box"] {
  transform: translateY(-40px);
  opacity: 0;
}

[data-popup-el="root"][data-popup-animation="slide-down"][data-popup-open="true"] [data-popup-el="box"] {
  transform: translateY(0);
  opacity: 1;
}

@keyframes popupBounceIn {
  0%   { transform: scale(0.3); opacity: 0; }
  50%  { transform: scale(1.05); opacity: 1; }
  70%  { transform: scale(0.95); }
  100% { transform: scale(1); }
}

[data-popup-el="root"][data-popup-animation="bounce"] [data-popup-el="box"] {
  transition: transform var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1),
              opacity var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1);
}

[data-popup-el="root"][data-popup-animation="bounce"]:not([data-popup-open="true"]) [data-popup-el="box"] {
  transform: scale(0.3);
  opacity: 0;
}

[data-popup-el="root"][data-popup-animation="bounce"][data-popup-open="true"] [data-popup-el="box"] {
  animation: popupBounceIn var(--popup-transition-duration) cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

[data-popup-el="close"] {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: var(--popup-close-size);
  box-sizing: content-box;
  width: var(--popup-close-size);
  height: var(--popup-close-size);
  padding: 0.4em;
  border: none;
  cursor: pointer;
  background: var(--popup-close-bg);
  color: var(--popup-close-color) !important;
  z-index: 2;
  transition: background 0.2s ease;
  line-height: 0;
}

[data-popup-el="close"]:hover {
  background: color-mix(in srgb, var(--popup-close-bg) 95%, #000000 5%);
  color: color-mix(in srgb, var(--popup-close-color) 95%, #000000 5%);
}

[data-popup-el="close"] > [data-popup-el="close-bar"] {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--popup-close-size);
  height: 2px;
  background: currentColor;
  border-radius: 1px;
  transform: translate(-50%, -50%) rotate(45deg);
}

[data-popup-el="close"] > [data-popup-el="close-bar"]:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ---- Close button visibility ---- */
[data-popup-el="close"][data-popup-visible="false"] {
  display: none;
}

/* ---- Close button shape: circle ---- */
[data-popup-el="close"][data-popup-shape="circle"] {
  border-radius: 50%;
}

/* ---- Close button shape: square ---- */
[data-popup-el="close"][data-popup-shape="square"] {
  border-radius: 4px;
}

/* ---- Close button shape: none ---- */
[data-popup-el="close"][data-popup-shape="none"] {
  background: transparent;
}

[data-popup-el="close"][data-popup-shape="none"]:hover {
  background: transparent;
  opacity: 0.6;
}

/* ---- Close button position: inside ---- */
[data-popup-el="close"][data-popup-position="inside"] {
  top: var(--popup-close-offset);
  right: var(--popup-close-offset);
}

/* ---- Close button position: outside ---- */
[data-popup-el="close"][data-popup-position="outside"] {
  bottom: calc(100% + var(--popup-close-offset));
  left: calc(100% + var(--popup-close-offset));
  z-index: 10001;
}


body:has([data-popup-el="root"][data-popup-open="true"]) {
  overflow: hidden;
}

@media (max-width: 991px) {
  [data-popup-el="root"] {
    padding: 16px;
  }
}

@media (max-width: 575px) {
  [data-popup-el="root"] {
    padding: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-popup-el="root"],
  [data-popup-el="root"] [data-popup-el="box"],
  [data-popup-el="backdrop"] {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

@media (prefers-contrast: high) {
  [data-popup-el="box"] {
    border: 2px solid currentColor;
  }

  [data-popup-el="close"] {
    border: 1px solid currentColor;
  }
}


/* ===================================================== */
/* --------------- AI IMAGE BADGE STYLES --------------- */
/* ===================================================== */
[data-ll-ai-image] {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding: 0;
  line-height: 0;
  overflow: hidden;
  container-type: inline-size; /* size reference for the badge */
}

/* Inner image fills the wrapper (its width/margins live on the wrapper) */
[data-ll-ai-image]>img {
  display: block;
  width: 100%;
  height: 100%;
}

/* Badge base */
[data-ll-ai-badge] {
  position: absolute;
  z-index: 2;
  display: inline-block;
  pointer-events: none;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.02em;
  white-space: nowrap;

  /* only the badge size scales, with a readable minimum */
  font-size: 12px;                    /* fallback: no container-query support */
  font-size: clamp(9px, 4cqw, 12px);
}

/* Position (default: top-right) — fixed 12px offset */
[data-ll-ai-badge] {
  top: 12px;
  right: 12px;
}

[data-ll-ai-badge-position="top-left"] {
  top: 12px;
  left: 12px;
  right: auto;
}

[data-ll-ai-badge-position="top-right"] {
  top: 12px;
  right: 12px;
}

[data-ll-ai-badge-position="bottom-left"] {
  top: auto;
  bottom: 12px;
  left: 12px;
  right: auto;
}

[data-ll-ai-badge-position="bottom-right"] {
  top: auto;
  bottom: 12px;
  right: 12px;
}

/* Style: plain — white text, dark shadow keeps it readable on any image */
[data-ll-ai-badge-variant="plain"] {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), 0 0 8px rgba(0, 0, 0, 0.5);
}

/* Style: solid (default) — dark pill, guaranteed contrast */
[data-ll-ai-badge-variant="solid"],
[data-ll-ai-badge]:not([data-ll-ai-badge-variant]) {
  padding: 0.3em 0.7em;              /* em-based → scales with font-size */
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.72);
}


/* ===================================================================== */
/* -------- STRIPE CHECKOUT (page runtime: js/stripe-checkout.js) ------- */
/* ===================================================================== */
/*
 * Everything the Stripe Checkout runtime renders OUTSIDE the Stripe iframe:
 * the product/price header, email field, pay button, error and note lines,
 * loading skeleton, success card, static fallback summary, and the
 * payment-button overlay and toast. The runtime stamps
 * data-ll-sc-theme="<theme>" (and data-ll-sc-base="light|dark" for the
 * "page" theme) on the .ll-stripe-checkout root; every theme below is a set
 * of custom properties on that root and the component rules only read them.
 * Names are deliberately disjoint from the quiz block's
 * (.ll-quiz-stripe-checkout__*, --ll-sc-*, ll-sc-* keyframes).
 * The inside of the Stripe iframe is styled by Stripe's Appearance API from
 * the runtime and cannot be reached from here.
 */

/* ----- Theme tokens ------------------------------------------------- */

/* The host element the editor sizes: never wider than its container, so a
   pixel width chosen on desktop fills a phone instead of overflowing it. */
[data-ll-stripe-checkout] {
  box-sizing: border-box;
  max-width: 100%;
}

/* Minimal — the default, and the light base of the "page" theme. */
.ll-stripe-checkout {
  --ll-psc-text: #171717;
  --ll-psc-card-bg: transparent;
  --ll-psc-card-border: 0;
  --ll-psc-card-radius: 0;
  --ll-psc-card-padding: 0;
  --ll-psc-success-padding: 20px 0;
  --ll-psc-input-bg: #ffffff;
  --ll-psc-input-border: 1px solid #e5e7eb;
  --ll-psc-input-text: #171717;
  --ll-psc-placeholder: #9ca3af;
  --ll-psc-input-radius: 8px;
  --ll-psc-button-bg: #171717;
  --ll-psc-button-text: #ffffff;
  --ll-psc-button-radius: 8px;
  --ll-psc-accent: #171717;
  --ll-psc-error: #b91c1c;
  --ll-psc-skeleton: rgba(0, 0, 0, 0.06);
  --ll-psc-summary-border: rgba(0, 0, 0, 0.1);

  display: block;
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
  text-align: left;
  color: var(--ll-psc-text);
  font-family: inherit;
  line-height: 1.4;
}

.ll-stripe-checkout[data-ll-sc-theme="night"] {
  --ll-psc-text: #ffffff;
  --ll-psc-card-bg: #1a1b25;
  --ll-psc-card-border: 1px solid rgba(255, 255, 255, 0.08);
  --ll-psc-card-radius: 12px;
  --ll-psc-card-padding: 20px;
  --ll-psc-success-padding: 28px 20px;
  --ll-psc-input-bg: #30313d;
  --ll-psc-input-border: 1px solid #424253;
  --ll-psc-input-text: #ffffff;
  --ll-psc-placeholder: #8d8d97;
  --ll-psc-input-radius: 6px;
  --ll-psc-button-bg: #ffffff;
  --ll-psc-button-text: #1a1b25;
  --ll-psc-button-radius: 6px;
  --ll-psc-accent: #ffffff;
  --ll-psc-error: #fe87a1;
  --ll-psc-skeleton: rgba(255, 255, 255, 0.08);
  --ll-psc-summary-border: rgba(255, 255, 255, 0.14);
}

.ll-stripe-checkout[data-ll-sc-theme="flat"] {
  --ll-psc-text: #30313d;
  --ll-psc-card-bg: transparent;
  --ll-psc-card-border: 0;
  --ll-psc-card-radius: 0;
  --ll-psc-card-padding: 0;
  --ll-psc-success-padding: 20px 0;
  --ll-psc-input-bg: #f2f2f2;
  --ll-psc-input-border: 1px solid transparent;
  --ll-psc-input-text: #30313d;
  --ll-psc-placeholder: #737373;
  --ll-psc-input-radius: 4px;
  --ll-psc-button-bg: #0570de;
  --ll-psc-button-text: #ffffff;
  --ll-psc-button-radius: 4px;
  --ll-psc-accent: #0570de;
  --ll-psc-error: #df1b41;
  --ll-psc-skeleton: rgba(0, 0, 0, 0.06);
  --ll-psc-summary-border: rgba(0, 0, 0, 0.1);
}

.ll-stripe-checkout[data-ll-sc-theme="bubble-gum"] {
  --ll-psc-text: #500724;
  --ll-psc-card-bg: #fdf2f8;
  --ll-psc-card-border: 1px solid #fbcfe8;
  --ll-psc-card-radius: 16px;
  --ll-psc-card-padding: 20px;
  --ll-psc-success-padding: 28px 20px;
  --ll-psc-input-bg: #ffffff;
  --ll-psc-input-border: 1px solid #f9a8d4;
  --ll-psc-input-text: #500724;
  --ll-psc-placeholder: #d6a5bd;
  --ll-psc-input-radius: 12px;
  --ll-psc-button-bg: #ec4899;
  --ll-psc-button-text: #ffffff;
  --ll-psc-button-radius: 999px;
  --ll-psc-accent: #ec4899;
  --ll-psc-error: #be123c;
  --ll-psc-skeleton: rgba(190, 24, 93, 0.09);
  --ll-psc-summary-border: rgba(190, 24, 93, 0.18);
}

.ll-stripe-checkout[data-ll-sc-theme="dark-blue"] {
  --ll-psc-text: #f1f5f9;
  --ll-psc-card-bg: #0a2540;
  --ll-psc-card-border: 1px solid #1e4976;
  --ll-psc-card-radius: 12px;
  --ll-psc-card-padding: 20px;
  --ll-psc-success-padding: 28px 20px;
  --ll-psc-input-bg: #123a5c;
  --ll-psc-input-border: 1px solid #275a86;
  --ll-psc-input-text: #f1f5f9;
  --ll-psc-placeholder: #7f9cb8;
  --ll-psc-input-radius: 8px;
  --ll-psc-button-bg: #3b82f6;
  --ll-psc-button-text: #ffffff;
  --ll-psc-button-radius: 8px;
  --ll-psc-accent: #60a5fa;
  --ll-psc-error: #fca5a5;
  --ll-psc-skeleton: rgba(255, 255, 255, 0.08);
  --ll-psc-summary-border: rgba(255, 255, 255, 0.14);
}

/* Page theme: the page paints its own background and text color, the runtime
   only picks a light (minimal) or dark (night) base for inputs and buttons. */
.ll-stripe-checkout[data-ll-sc-theme="page"] {
  --ll-psc-text: currentColor;
  --ll-psc-input-text: currentColor;
  --ll-psc-card-bg: transparent;
  --ll-psc-card-border: 0;
  --ll-psc-card-radius: 0;
  --ll-psc-card-padding: 0;
  --ll-psc-success-padding: 20px 0;
  color: inherit;
}

.ll-stripe-checkout[data-ll-sc-theme="page"][data-ll-sc-base="dark"] {
  --ll-psc-input-bg: #30313d;
  --ll-psc-input-border: 1px solid #424253;
  --ll-psc-placeholder: #8d8d97;
  --ll-psc-input-radius: 6px;
  --ll-psc-button-bg: #ffffff;
  --ll-psc-button-text: #1a1b25;
  --ll-psc-button-radius: 6px;
  --ll-psc-accent: #ffffff;
  --ll-psc-error: #fe87a1;
  --ll-psc-skeleton: rgba(255, 255, 255, 0.08);
  --ll-psc-summary-border: rgba(255, 255, 255, 0.14);
}

/* ----- Static fallback summary (checkout unavailable, duplicate id, editor
   live preview) ---------------------------------------------------------- */

.ll-stripe-checkout__summary {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border: 1px solid var(--ll-psc-summary-border);
  border-radius: var(--ll-psc-input-radius);
}

.ll-stripe-checkout.is-summary .ll-stripe-checkout__summary {
  display: flex;
}

.ll-stripe-checkout__product {
  font-weight: 600;
}

.ll-stripe-checkout__description {
  opacity: 0.7;
  font-size: 0.9em;
}

/* A long product name wraps inside its column instead of pushing the price out. */
.ll-stripe-checkout__header-text,
.ll-stripe-checkout__product,
.ll-stripe-checkout__description {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Product image (data-ll-image) and the name/description column beside it.
   Absent attribute = no .ll-stripe-checkout__image node and no .has-image. */
.ll-stripe-checkout__lead {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ll-stripe-checkout__image {
  flex: none;
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: var(--ll-psc-input-radius);
  background: var(--ll-psc-input-bg);
}

/* A tall image would drag a baseline-aligned price down with it. */
.ll-stripe-checkout__summary.has-image,
.ll-stripe-checkout__header.has-image {
  align-items: center;
}

@media (max-width: 480px) {
  .ll-stripe-checkout__image {
    width: 44px;
    height: 44px;
  }
}

.ll-stripe-checkout__price {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 500;
  white-space: nowrap;
}

.ll-stripe-checkout__note {
  margin-top: 8px;
  font-size: 0.85em;
  opacity: 0.7;
}

.ll-stripe-checkout__note:empty {
  display: none;
}

.ll-stripe-checkout__checkout {
  margin-top: 12px;
}

.ll-stripe-checkout__checkout:empty {
  display: none;
}

/* ----- Loading skeleton --------------------------------------------- */

.ll-stripe-checkout__skeleton {
  background: var(--ll-psc-card-bg);
  border: var(--ll-psc-card-border);
  border-radius: var(--ll-psc-card-radius);
  padding: var(--ll-psc-card-padding);
}

.ll-stripe-checkout__skeleton-bar {
  height: 46px;
  border-radius: var(--ll-psc-input-radius);
  background: var(--ll-psc-skeleton);
  animation: ll-psc-pulse 1.4s ease-in-out infinite;
}

.ll-stripe-checkout__skeleton-bar + .ll-stripe-checkout__skeleton-bar {
  margin-top: 12px;
}

/* ----- Themed elements form ----------------------------------------- */

.ll-stripe-checkout__elements {
  display: none;
  text-align: left;
  color: var(--ll-psc-text);
  background: var(--ll-psc-card-bg);
  border: var(--ll-psc-card-border);
  border-radius: var(--ll-psc-card-radius);
  padding: var(--ll-psc-card-padding);
}

.ll-stripe-checkout__elements.is-ready {
  display: block;
}

/* Name and price share a line while they fit; on a narrow element the price
   wraps under the name instead of squeezing it. */
.ll-stripe-checkout__header {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px 12px;
  margin-bottom: 14px;
  color: var(--ll-psc-input-text);
}

.ll-stripe-checkout__currency.is-ready {
  margin-bottom: 12px;
}

.ll-stripe-checkout__label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--ll-psc-input-text);
}

.ll-stripe-checkout__section-title {
  margin: 18px 0 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--ll-psc-input-text);
}

.ll-stripe-checkout__section-title.is-first {
  margin-top: 4px;
}

.ll-stripe-checkout__section-title[hidden] {
  display: none;
}

.ll-stripe-checkout__email,
.ll-stripe-checkout__quantity-input,
.ll-stripe-checkout__promo-input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding: 10px 12px;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.4;
  color: var(--ll-psc-input-text);
  background: var(--ll-psc-input-bg);
  border: var(--ll-psc-input-border);
  border-radius: var(--ll-psc-input-radius);
  outline: none;
  box-shadow: none;
  transition: border-color 0.15s ease;
}

.ll-stripe-checkout__email::placeholder,
.ll-stripe-checkout__quantity-input::placeholder,
.ll-stripe-checkout__promo-input::placeholder {
  color: var(--ll-psc-placeholder);
  opacity: 1;
}

.ll-stripe-checkout__email:focus,
.ll-stripe-checkout__quantity-input:focus,
.ll-stripe-checkout__promo-input:focus {
  border-color: var(--ll-psc-accent);
}

.ll-stripe-checkout__billing {
  margin-top: 12px;
}

/* ----- Quantity, shipping, promo, totals ----------------------------- */

.ll-stripe-checkout__quantity {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px 12px;
  margin-bottom: 12px;
  color: var(--ll-psc-input-text);
  font-size: 14px;
}

.ll-stripe-checkout__quantity.is-visible {
  display: flex;
}

.ll-stripe-checkout__quantity[aria-busy="true"] {
  opacity: 0.6;
}

.ll-stripe-checkout__quantity-controls {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ll-stripe-checkout__quantity-btn {
  width: 34px;
  height: 34px;
  padding: 0;
  border: var(--ll-psc-input-border);
  border-radius: var(--ll-psc-input-radius);
  background: var(--ll-psc-input-bg);
  color: var(--ll-psc-input-text);
  font-size: 18px;
  font-family: inherit;
  line-height: 1;
  cursor: pointer;
}

.ll-stripe-checkout__quantity-btn:hover:not(:disabled) {
  border-color: var(--ll-psc-accent);
}

.ll-stripe-checkout__quantity-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.ll-stripe-checkout__quantity-input {
  width: 64px;
  margin: 0;
  padding: 7px 8px;
  text-align: center;
  -moz-appearance: textfield;
  appearance: textfield;
}

.ll-stripe-checkout__quantity-input::-webkit-inner-spin-button,
.ll-stripe-checkout__quantity-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ll-stripe-checkout__shipping-address {
  display: none;
  margin-bottom: 12px;
}

.ll-stripe-checkout__shipping-address.is-visible {
  display: block;
}

.ll-stripe-checkout__shipping-options {
  display: none;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}

.ll-stripe-checkout__shipping-options.is-visible {
  display: flex;
}

.ll-stripe-checkout__shipping-options[aria-busy="true"] {
  opacity: 0.6;
}

.ll-stripe-checkout__shipping-option {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border: var(--ll-psc-input-border);
  border-radius: var(--ll-psc-input-radius);
  background: var(--ll-psc-input-bg);
  color: var(--ll-psc-input-text);
  font-size: 14px;
  cursor: pointer;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.ll-stripe-checkout__shipping-option.is-selected {
  border-color: var(--ll-psc-accent);
  box-shadow: inset 0 0 0 1px var(--ll-psc-accent);
}

.ll-stripe-checkout__shipping-option-radio {
  flex: none;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--ll-psc-accent);
}

.ll-stripe-checkout__shipping-option-text {
  flex: 1;
  min-width: 0;
  overflow-wrap: anywhere;
}

.ll-stripe-checkout__shipping-option-estimate {
  color: var(--ll-psc-placeholder);
  font-size: 0.9em;
}

.ll-stripe-checkout__shipping-option-amount {
  margin-left: auto;
  font-weight: 500;
  white-space: nowrap;
}

.ll-stripe-checkout__promo {
  margin-top: 12px;
}

.ll-stripe-checkout__promo-form {
  display: flex;
  gap: 8px;
}

.ll-stripe-checkout__promo.has-code .ll-stripe-checkout__promo-form,
.ll-stripe-checkout__promo:not(.is-open):not(.has-code) .ll-stripe-checkout__promo-form {
  display: none;
}

.ll-stripe-checkout__promo-toggle {
  padding: 0;
  border: 0;
  background: none;
  color: var(--ll-psc-accent);
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  line-height: 1.4;
  cursor: pointer;
}

.ll-stripe-checkout__promo.is-open .ll-stripe-checkout__promo-toggle,
.ll-stripe-checkout__promo.has-code .ll-stripe-checkout__promo-toggle {
  display: none;
}

.ll-stripe-checkout__express[hidden] {
  display: none;
}

.ll-stripe-checkout__divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 12px 0;
  color: var(--ll-psc-placeholder);
  font-size: 13px;
}

.ll-stripe-checkout__divider::before,
.ll-stripe-checkout__divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.4;
}

.ll-stripe-checkout__same-as-shipping {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: var(--ll-psc-input-text);
  font-size: 14px;
  cursor: pointer;
}

.ll-stripe-checkout__same-as-shipping input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--ll-psc-accent);
}

.ll-stripe-checkout__promo-input {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.ll-stripe-checkout__promo-apply {
  flex: none;
  padding: 0 14px;
  border: 1px solid var(--ll-psc-accent);
  border-radius: var(--ll-psc-input-radius);
  background: transparent;
  color: var(--ll-psc-accent);
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
}

.ll-stripe-checkout__promo-apply:disabled {
  opacity: 0.6;
  cursor: default;
}

.ll-stripe-checkout__promo-chip {
  display: none;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: var(--ll-psc-input-border);
  border-radius: var(--ll-psc-input-radius);
  background: var(--ll-psc-input-bg);
  color: var(--ll-psc-input-text);
  font-size: 14px;
}

.ll-stripe-checkout__promo.has-code .ll-stripe-checkout__promo-chip {
  display: flex;
}

.ll-stripe-checkout__promo-chip-code {
  flex: 1;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.ll-stripe-checkout__promo-remove {
  padding: 0;
  border: 0;
  background: none;
  color: var(--ll-psc-placeholder);
  font-size: 13px;
  font-family: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.ll-stripe-checkout__promo-remove:hover:not(:disabled) {
  color: var(--ll-psc-input-text);
}

.ll-stripe-checkout__promo-error {
  display: none;
  margin-top: 6px;
  color: var(--ll-psc-error);
  font-size: 0.9em;
}

.ll-stripe-checkout__promo-error.is-visible {
  display: block;
}

.ll-stripe-checkout__totals {
  display: none;
  margin-top: 14px;
  color: var(--ll-psc-input-text);
  font-size: 14px;
}

.ll-stripe-checkout__totals.is-visible {
  display: block;
}

.ll-stripe-checkout__totals-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
}

.ll-stripe-checkout__totals-label {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ll-stripe-checkout__totals-amount {
  white-space: nowrap;
}

.ll-stripe-checkout__totals-row.is-total {
  position: relative;
  margin-top: 4px;
  padding-top: 8px;
  font-weight: 600;
}

.ll-stripe-checkout__totals-row.is-total::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--ll-psc-placeholder);
  opacity: 0.4;
}

.ll-stripe-checkout__error {
  display: none;
  margin-top: 10px;
  color: var(--ll-psc-error);
  font-size: 0.9em;
}

.ll-stripe-checkout__error.is-visible {
  display: block;
}

.ll-stripe-checkout__pay {
  display: block;
  width: 100%;
  margin: 14px 0 0;
  padding: 12px 16px;
  border: 0;
  border-radius: var(--ll-psc-button-radius);
  background: var(--ll-psc-button-bg);
  color: var(--ll-psc-button-text);
  font-weight: 600;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.4;
  text-align: center;
  overflow-wrap: anywhere;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.05s ease;
}

.ll-stripe-checkout__pay:hover:not(:disabled) {
  filter: brightness(1.08);
}

.ll-stripe-checkout__pay:active:not(:disabled) {
  transform: translateY(1px);
}

.ll-stripe-checkout__pay:focus-visible {
  outline: 2px solid var(--ll-psc-accent);
  outline-offset: 2px;
}

.ll-stripe-checkout__pay:disabled {
  opacity: 0.75;
  cursor: default;
}

.ll-stripe-checkout__pay-spinner {
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.2em;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: ll-psc-spin 0.7s linear infinite;
}

.ll-stripe-checkout__footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 6px 10px;
  margin-top: 14px;
  font-size: 12px;
  color: var(--ll-psc-placeholder);
}

.ll-stripe-checkout__footer-link {
  display: flex;
  align-items: center;
  gap: 5px;
  color: inherit;
  text-decoration: none;
}

.ll-stripe-checkout__footer-link:hover {
  text-decoration: underline;
}

.ll-stripe-checkout__footer-sep {
  width: 1px;
  height: 14px;
  background: currentColor;
  opacity: 0.35;
}

.ll-stripe-checkout__wordmark {
  display: block;
  height: 14px;
  width: auto;
}

/* ----- Success card ------------------------------------------------- */

.ll-stripe-checkout__success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  color: var(--ll-psc-input-text);
  background: var(--ll-psc-card-bg);
  border: var(--ll-psc-card-border);
  border-radius: var(--ll-psc-card-radius);
  padding: var(--ll-psc-success-padding);
  animation: ll-psc-success-in 0.4s ease-out both;
}

.ll-stripe-checkout__success-badge {
  display: block;
  overflow: visible;
  animation: ll-psc-badge-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both 0.1s;
}

.ll-stripe-checkout__success-ring {
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: ll-psc-ring 0.6s ease-out forwards 0.5s;
}

.ll-stripe-checkout__success-check {
  stroke-dasharray: 36;
  stroke-dashoffset: 36;
  animation: ll-psc-check-draw 0.3s ease-out forwards 0.45s;
}

.ll-stripe-checkout__success-message {
  font-weight: 600;
  font-size: 1.05em;
}

/* The new-tab redirect's fallback link (popup blockers). */
.ll-stripe-checkout__success-link {
  display: inline-block;
  margin-top: 2px;
  color: var(--ll-psc-accent);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ----- Keyframes (page-runtime prefixed so quiz CSS can never restyle
   them) -------------------------------------------------------------- */

@keyframes ll-psc-spin {
  to { transform: rotate(360deg); }
}

@keyframes ll-psc-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.55; }
}

@keyframes ll-psc-success-in {
  from { opacity: 0; transform: translateY(8px); }
}

@keyframes ll-psc-badge-pop {
  from { transform: scale(0); }
}

@keyframes ll-psc-check-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes ll-psc-ring {
  0% { opacity: 0.45; transform: scale(1); }
  100% { opacity: 0; transform: scale(1.4); }
}

@media (prefers-reduced-motion: reduce) {
  .ll-stripe-checkout__success,
  .ll-stripe-checkout__success-badge,
  .ll-stripe-checkout__success-ring {
    animation: none;
  }

  .ll-stripe-checkout__success-check {
    animation: none;
    stroke-dashoffset: 0;
  }

  .ll-stripe-checkout__pay-spinner {
    animation: ll-psc-pulse 1.4s ease-in-out infinite;
  }
}
