@charset "UTF-8";
.is-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.row-gutter-120 {
  margin: 0 -60px;
}
.row-gutter-120 > [class^=col] {
  padding: 0 60px;
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

.ls-widget .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.ls-widget .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.ls-widget .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.ls-widget .swiper-android .swiper-slide,
.ls-widget .swiper-ios .swiper-slide,
.ls-widget .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.ls-widget .swiper-horizontal {
  touch-action: pan-y;
}
.ls-widget .swiper-vertical {
  touch-action: pan-x;
}
.ls-widget .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.ls-widget .swiper-slide-invisible-blank {
  visibility: hidden;
}
.ls-widget .swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.ls-widget .clr-picker {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 205px;
  z-index: 1000;
  direction: ltr;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
  border-radius: 16px;
}
.ls-widget .clr-picker.clr-open,
.ls-widget .clr-picker[data-inline=true] {
  display: flex;
}
.ls-widget .clr-picker[data-inline=true] {
  position: relative;
}
.ls-widget .clr-gradient {
  position: relative;
  width: 100%;
  height: 190px;
  border-radius: 12px;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #000), linear-gradient(90deg, #fff, currentColor);
  cursor: pointer;
  margin: 0 0 4px;
}
.ls-widget .clr-marker {
  position: absolute;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
  border: 2px solid #f4f4f6;
  border-radius: 50%;
  background-color: currentColor;
  cursor: pointer;
}
.ls-widget .clr-picker input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
}
.ls-widget .clr-picker input[type=range]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
}
.ls-widget .clr-picker input[type=range]::-moz-range-track {
  width: 100%;
  height: 16px;
  border: 0;
}
.ls-widget .clr-picker input[type=range]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border: 0;
}
.ls-widget .clr-hue {
  background-image: linear-gradient(to right, #f00 0%, #ff0 16.66%, #0f0 33.33%, #0ff 50%, #00f 66.66%, #f0f 83.33%, #f00 100%);
}
.ls-widget .clr-hue,
.ls-widget .clr-alpha {
  position: relative;
  width: 100%;
  height: 12px;
  border-radius: 8px;
  margin: 0 0 4px;
}
.ls-widget .clr-alpha span {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), currentColor);
}
.ls-widget .clr-hue input[type=range],
.ls-widget .clr-alpha input[type=range] {
  position: absolute;
  width: calc(100% + 32px);
  height: 16px;
  left: -16px;
  top: -4px;
  margin: 0;
  background-color: transparent;
  opacity: 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.ls-widget .clr-hue div,
.ls-widget .clr-alpha div {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  margin-left: -8px;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: currentColor;
  pointer-events: none;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
}
.ls-widget .clr-alpha div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: currentColor;
}
.ls-widget .clr-format {
  display: none;
  order: 1;
  width: 100%;
  margin: 0 0 12px;
}
.ls-widget .clr-segmented {
  display: flex;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #ddd;
  border-radius: 15px;
  box-sizing: border-box;
  color: #999;
  font-size: 12px;
}
.ls-widget .clr-segmented input,
.ls-widget .clr-segmented legend {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.ls-widget .clr-segmented label {
  flex-grow: 1;
  margin: 0;
  padding: 4px 0;
  font-size: inherit;
  font-weight: normal;
  line-height: initial;
  text-align: center;
  cursor: pointer;
}
.ls-widget .clr-segmented label:first-of-type {
  border-radius: 10px 0 0 10px;
}
.ls-widget .clr-segmented label:last-of-type {
  border-radius: 0 10px 10px 0;
}
.ls-widget .clr-segmented input:checked + label {
  color: #fff;
  background-color: #666;
}
.ls-widget .clr-swatches {
  order: 2;
  width: 100%;
  margin: 0;
}
.ls-widget .clr-swatches::before {
  content: "Недавние";
  display: block;
  font-size: 13px;
  line-height: 1.333;
  font-weight: 400;
  margin: 0 0 8px;
  color: #070707;
}
.ls-widget .clr-swatches div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 8px;
}
.ls-widget .clr-swatches button {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 4px;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.ls-widget .clr-swatches button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: none;
}
.ls-widget input.clr-color {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  order: 1;
  width: 100%;
  height: 32px;
  margin: 0 0 12px;
  padding: 0 8px;
  background: #f3f4f6;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #070707;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  text-align: right;
  box-shadow: none;
  transition: border-color 0.4s;
}
.ls-widget input.clr-color:focus {
  outline: none;
  border-color: var(--ls-color-focus);
}
.ls-widget .clr-close,
.ls-widget .clr-clear {
  display: none;
  order: 2;
  height: 24px;
  margin: 0 20px 20px;
  padding: 0 20px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background-color: #666;
  font-family: inherit;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
}
.ls-widget .clr-close {
  display: block;
  margin: 0 20px 20px auto;
}
.ls-widget .clr-preview {
  position: relative;
  width: 32px;
  height: 32px;
  margin: 15px 0 20px 20px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
}
.ls-widget .clr-preview:before,
.ls-widget .clr-preview:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  border: 1px solid #fff;
  border-radius: 50%;
}
.ls-widget .clr-preview:after {
  border: 0;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.ls-widget .clr-preview button {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  outline-offset: -2px;
  background-color: transparent;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
}
.ls-widget .clr-marker,
.ls-widget .clr-hue div,
.ls-widget .clr-alpha div,
.ls-widget .clr-color {
  box-sizing: border-box;
}
.ls-widget .clr-field {
  display: inline-block;
  position: relative;
  color: transparent;
}
.ls-widget .clr-field input {
  margin: 0;
  direction: ltr;
}
.ls-widget .clr-field.clr-rtl input {
  text-align: right;
}
.ls-widget .clr-field button {
  position: absolute;
  top: 50%;
  left: 8px;
  right: auto;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  transform: none;
  margin: -12px 0 0;
  padding: 0;
  border: 0;
  color: inherit;
  text-indent: -1000px;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
}
.ls-widget .clr-field.clr-rtl button {
  right: auto;
  left: 0;
}
.ls-widget .clr-field button:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: inherit;
  background-color: currentColor;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.04);
}
.ls-widget .clr-alpha,
.ls-widget .clr-alpha div,
.ls-widget .clr-swatches button,
.ls-widget .clr-preview:before,
.ls-widget .clr-field button {
  background-image: repeating-linear-gradient(45deg, #aaa 25%, transparent 25%, transparent 75%, #aaa 75%, #aaa), repeating-linear-gradient(45deg, #aaa 25%, #fff 25%, #fff 75%, #aaa 75%, #aaa);
  background-position: 0 0, 4px 4px;
  background-size: 8px 8px;
}
.ls-widget .clr-marker:focus {
  outline: none;
}
.ls-widget .clr-keyboard-nav .clr-marker:focus,
.ls-widget .clr-keyboard-nav .clr-hue input:focus + div,
.ls-widget .clr-keyboard-nav .clr-alpha input:focus + div,
.ls-widget .clr-keyboard-nav .clr-segmented input:focus + label {
  outline: none;
  box-shadow: 0 0 0 2px #1e90ff, 0 0 2px 2px #fff;
}
.ls-widget .clr-picker[data-alpha=false] .clr-alpha {
  display: none;
}
.ls-widget .clr-picker[data-minimal=true] {
  padding-top: 16px;
}
.ls-widget .clr-picker[data-minimal=true] .clr-gradient,
.ls-widget .clr-picker[data-minimal=true] .clr-hue,
.ls-widget .clr-picker[data-minimal=true] .clr-alpha,
.ls-widget .clr-picker[data-minimal=true] .clr-color,
.ls-widget .clr-picker[data-minimal=true] .clr-preview {
  display: none;
}
.ls-widget {
  /** Dark theme **/
}
.ls-widget .clr-dark {
  background-color: #444;
}
.ls-widget .clr-dark .clr-segmented {
  border-color: #777;
}
.ls-widget .clr-dark .clr-swatches button:after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
}
.ls-widget .clr-dark input.clr-color {
  color: #fff;
  border-color: #777;
  background-color: #555;
}
.ls-widget .clr-dark input.clr-color:focus {
  border-color: #1e90ff;
}
.ls-widget .clr-dark .clr-preview:after {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.ls-widget .clr-dark .clr-alpha,
.ls-widget .clr-dark .clr-alpha div,
.ls-widget .clr-dark .clr-swatches button,
.ls-widget .clr-dark .clr-preview:before {
  background-image: repeating-linear-gradient(45deg, #666 25%, transparent 25%, transparent 75%, #888 75%, #888), repeating-linear-gradient(45deg, #888 25%, #444 25%, #444 75%, #888 75%, #888);
}
.ls-widget {
  /** Polaroid theme **/
}
.ls-widget .clr-picker.clr-polaroid {
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 5px 30px rgba(0, 0, 0, 0.2);
}
.ls-widget .clr-picker.clr-polaroid:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 10px;
  left: 20px;
  top: -10px;
  border: solid transparent;
  border-width: 0 8px 10px 8px;
  border-bottom-color: currentColor;
  box-sizing: border-box;
  color: #fff;
  filter: drop-shadow(0 -4px 3px rgba(0, 0, 0, 0.1));
  pointer-events: none;
}
.ls-widget .clr-picker.clr-polaroid.clr-dark:before {
  color: #444;
}
.ls-widget .clr-picker.clr-polaroid.clr-left:before {
  left: auto;
  right: 20px;
}
.ls-widget .clr-picker.clr-polaroid.clr-top:before {
  top: auto;
  bottom: -10px;
  transform: rotateZ(180deg);
}
.ls-widget .clr-polaroid .clr-gradient {
  width: calc(100% - 20px);
  height: 120px;
  margin: 10px;
  border-radius: 3px;
}
.ls-widget .clr-polaroid .clr-hue,
.ls-widget .clr-polaroid .clr-alpha {
  width: calc(100% - 30px);
  height: 10px;
  margin: 6px 15px;
  border-radius: 5px;
}
.ls-widget .clr-polaroid .clr-hue div,
.ls-widget .clr-polaroid .clr-alpha div {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.ls-widget .clr-polaroid .clr-format {
  width: calc(100% - 20px);
  margin: 0 10px 15px;
}
.ls-widget .clr-polaroid .clr-swatches {
  width: calc(100% - 12px);
  margin: 0 6px;
}
.ls-widget .clr-polaroid .clr-swatches div {
  padding-bottom: 10px;
}
.ls-widget .clr-polaroid .clr-swatches button {
  width: 22px;
  height: 22px;
}
.ls-widget .clr-polaroid input.clr-color {
  width: calc(100% - 60px);
  margin: 10px 10px 15px auto;
}
.ls-widget .clr-polaroid .clr-clear {
  margin: 0 10px 15px 10px;
}
.ls-widget .clr-polaroid .clr-close {
  margin: 0 10px 15px auto;
}
.ls-widget .clr-polaroid .clr-preview {
  margin: 10px 0 15px 10px;
}
.ls-widget {
  /** Large theme **/
}
.ls-widget .clr-picker.clr-large {
  width: 275px;
}
.ls-widget .clr-large .clr-gradient {
  height: 150px;
}
.ls-widget .clr-large .clr-swatches button {
  width: 22px;
  height: 22px;
}
.ls-widget {
  /** Pill (horizontal) theme **/
}
.ls-widget .clr-picker.clr-pill {
  width: 380px;
  padding-left: 180px;
  box-sizing: border-box;
}
.ls-widget .clr-pill .clr-gradient {
  position: absolute;
  width: 180px;
  height: 100%;
  left: 0;
  top: 0;
  margin-bottom: 0;
  border-radius: 3px 0 0 3px;
}
.ls-widget .clr-pill .clr-hue {
  margin-top: 20px;
}

.ls-link {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: color 0.4s;
}
.ls-link img,
.ls-link svg {
  display: block;
  flex: 0 0 auto;
}
.ls-link:hover {
  text-decoration: none;
}
.ls-link--grey {
  color: rgba(7, 7, 7, 0.4);
}
.ls-link--grey:hover {
  color: #070707;
}

.ls-btn {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  height: 50px;
  border-radius: 12px;
  padding: 8px 20px;
  cursor: pointer;
  font-family: var(--ls-font-family);
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  gap: 8px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-btn:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-btn svg {
  display: block;
  flex: 0 0 auto;
}
.ls-btn:hover {
  text-decoration: none;
}
.ls-btn--primary {
  background: var(--ls-button-primary-bg);
  color: var(--ls-button-primary-text);
}
.ls-btn--dark {
  background: var(--widget-color-controls);
  color: #fff;
}
.ls-btn--secondary {
  background: var(--ls-button-secondary-bg);
  color: var(--ls-button-secondary-text);
}
.ls-btn--light {
  background: var(--widget-button-bg);
  color: var(--widget-button-text);
}
.ls-btn--grey {
  background: #f6f7fa;
  color: #5c5d5f;
}
.ls-btn--fullwidth {
  width: 100%;
}
.ls-btn--h42 {
  height: 42px;
}
.ls-btn--h46 {
  height: 46px;
}

.ls-fieldset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-top: 1px solid #f3f4f6;
  padding: 24px 0 0;
  margin: 24px 0 0;
}
.ls-fieldset:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
@media (min-width: 768px) {
  .ls-fieldset {
    margin: 32px 0 0;
    padding: 32px 0 0;
  }
}

.ls-legend {
  display: block;
  margin: 0 0 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ls-legend {
    margin: 0 0 24px;
  }
}

.ls-label {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 400;
}

.ls-checklist {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 0;
}
.ls-checklist > li {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 12px 0;
}
.ls-checklist .ls-checklist {
  padding-left: 8px;
  margin-left: 16px;
  border-left: 1px solid #e4e5e7;
  grid-column: 1/-1;
  min-height: 0;
}
.ls-checklist .ls-check:has(:checked) ~ .ls-collapse {
  grid-template-rows: 1fr;
  opacity: 1;
  visibility: visible;
}
.ls-checklist .ls-collapse {
  display: grid;
  grid-template-rows: 0fr;
  grid-column: 1/-1;
  transition: 0.4s;
  min-height: 0;
  opacity: 0;
  visibility: hidden;
}
.ls-checklist .ls-collapse .ls-checklist {
  grid-column: unset;
}
.ls-checklist:last-child {
  margin-bottom: 0;
}
.ls-checklist:has(.ls-check__card) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 12px;
}
@media (min-width: 768px) {
  .ls-checklist {
    gap: 12px 0;
    margin: 0 0 32px;
  }
  .ls-checklist:has(.ls-check__card) {
    gap: 20px 12px;
  }
}

.ls-field {
  position: relative;
}

.ls-prepend {
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px 0 12px;
  pointer-events: none;
}
.ls-prepend svg {
  display: block;
}
.ls-prepend ~ .ls-input {
  padding-left: 44px;
}
@media (min-width: 768px) {
  .ls-prepend {
    width: 36px;
  }
  .ls-prepend ~ .ls-input {
    padding-left: 36px;
  }
}

.ls-input {
  width: 100%;
  height: 46px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #f4f4f6;
  padding: 8px 16px;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
  border-radius: 12px;
  transition: border-color 0.4s, background 0.4s;
  cursor: pointer;
}
.ls-input[type=number] {
  width: 112px;
}
.ls-input {
  font-size: 16px;
}
.ls-input:hover, .ls-input:focus {
  border-color: var(--ls-color-focus);
}
@media (min-width: 768px) {
  .ls-input {
    height: 36px;
    border-radius: 8px;
    font-size: 15px;
  }
}

.ls-select {
  display: inline-flex;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  text-align: right;
  color: #070707;
}
.ls-select--font-family {
  font-family: var(--widget-font-family);
}
.ls-select--font-weight {
  font-family: var(--widget-font-family);
  font-weight: var(--widget-font-weight);
}
.ls-select--font-style {
  font-family: var(--widget-font-family);
  font-style: var(--widget-font-style);
}
.ls-select--font-face {
  min-width: 136px;
}
@media (min-width: 768px) {
  .ls-select--font-face {
    min-width: 112px;
  }
}
.ls-select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 42px;
  background: #ffffff;
  border: 1px solid #f4f4f6;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
  border-radius: 12px;
  cursor: pointer;
  text-align: inherit;
  padding: 0 32px 0 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.25829 9.75825L9.41663 11.9166C9.74163 12.2416 10.2666 12.2416 10.5916 11.9166L12.75 9.75825C13.275 9.23325 12.9 8.33325 12.1583 8.33325H7.84163C7.09996 8.33325 6.73329 9.23325 7.25829 9.75825Z' fill='%235C5D5F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 20px 20px;
}
.ls-select .selectric-wrapper {
  position: relative;
  cursor: pointer;
  width: 100%;
}
.ls-select .selectric {
  background: #ffffff;
  border: 1px solid #f4f4f6;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
  border-radius: 12px;
  position: relative;
  isolation: isolate;
  padding: 0 32px 0 16px;
  display: flex;
  align-items: center;
  height: 42px;
  overflow: hidden;
  transition: border-color 0.4s;
}
.ls-select .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.ls-select .selectric svg {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  margin: -10px 0 0 0;
  width: 20px;
  height: 20px;
  transition: transform 0.4s;
}
.ls-select .selectric-items {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  z-index: 100;
  width: auto !important;
  min-width: 250px;
  border: 1px solid var(--ls-color-focus);
  background: #fff;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
  padding: 8px;
  margin: 4px 0;
  border-radius: 8px;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
  display: block;
  display: none;
}
.ls-select .selectric-items .selectric-scroll {
  max-height: 240px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.ls-select .selectric-items .selectric-scroll::-webkit-scrollbar {
  display: none;
}
.ls-select .selectric-items ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ls-select .selectric-items li {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-select .selectric-items li:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-select .selectric-items li:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-select .selectric-items li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 8px;
  gap: 8px;
  min-height: 32px;
  overflow: hidden;
}
.ls-select .selectric-items li .selectric-radio {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  margin: 0 0 0 auto;
  border-radius: 50%;
  position: relative;
  display: block;
}
.ls-select .selectric-items li .selectric-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: currentColor;
  transition: opacity 0.4s;
  opacity: 0;
  border-radius: 50%;
}
.ls-select .selectric-items li.selected .selectric-radio::after {
  opacity: 1;
}
.ls-select .selectric-items li.disabled {
  pointer-events: none;
  display: none;
}
.ls-select .selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.ls-select .selectric-hide-select select {
  position: absolute;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.ls-select .selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.ls-select .selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}
.ls-select .selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  background: none !important;
  display: none !important;
}
.ls-select .selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
.ls-select .selectric-reverse .selectric-items {
  top: auto;
  bottom: 100%;
}
.ls-select .selectric-hover .selectric {
  border-color: var(--ls-color-focus);
}
.ls-select .selectric-open {
  z-index: 500;
}
.ls-select .selectric-open .selectric {
  border-color: var(--ls-color-focus);
}
.ls-select .selectric-open .selectric svg {
  transform: rotate(180deg);
}
.ls-select .selectric-open .selectric-items {
  display: block;
}
.ls-select .selectric-disabled {
  opacity: 0.4;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 768px) {
  .ls-select select {
    height: 32px;
    border-radius: 8px;
    padding-left: 12px;
  }
  .ls-select .selectric {
    height: 32px;
    border-radius: 8px;
    padding-left: 12px;
  }
}

.ls-check {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.ls-check:hover .ls-check__card-preview {
  border-color: var(--ls-color-focus);
}
.ls-check:has(.ls-check__card) {
  width: 100%;
  height: 100%;
}
.ls-check:has(:checked) .ls-check__card-preview {
  border-color: var(--ls-color-theme);
}
.ls-check:has(:checked) .ls-check__card-preview::before {
  opacity: 0.2;
}
.ls-check:has(:checked) .ls-check__card-caption {
  color: var(--ls-color-theme);
  opacity: 1;
}
.ls-check:has(:checked) .ls-check__switch {
  background: var(--ls-color-theme);
}
.ls-check:has(:checked) .ls-check__switch::before {
  transform: translate(19px, 0);
}
@media (min-width: 768px) {
  .ls-check:has(:checked) .ls-check__switch::before {
    transform: translate(15px, 0);
  }
}

.ls-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}

.ls-check__switch {
  width: 48px;
  height: 29px;
  border-radius: 100px;
  background: #f3f4f6;
  position: relative;
  transition: background 0.4s;
}
.ls-check__switch::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 3px 8px rgba(0, 0, 0, 0.15), 0px 3px 1px rgba(0, 0, 0, 0.06);
  border-radius: 100px;
  transition: transform 0.4s;
}
@media (min-width: 768px) {
  .ls-check__switch {
    width: 38px;
    height: 23px;
  }
  .ls-check__switch::before {
    width: 19px;
    height: 19px;
  }
}

.ls-check__card {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ls-check__card-preview {
  display: block;
  width: 100%;
  border: 1px solid #f3f4f6;
  background: #f3f4f6;
  border-radius: 12px;
  position: relative;
}
.ls-check__card-preview::before {
  content: "";
  display: block;
  position: absolute;
  inset: -3px;
  border: 3px solid var(--ls-color-theme);
  opacity: 0;
  border-radius: inherit;
  transition: opacity 0.4s;
}
.ls-check__card-preview {
  transition: border-color 0.4s, box-shadow 0.4s;
}
.ls-check__card-preview img,
.ls-check__card-preview svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  transition: transform 0.4s;
  transform-origin: top left;
  border-radius: inherit;
  aspect-ratio: 164/113;
}

.ls-check__card-caption {
  display: block;
  color: #070707;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 600;
  text-align: center;
  opacity: 0.4;
  transition: color 0.4s, opacity 0.4s;
}

.ls-color {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 122px;
}
.ls-color button {
  border: none;
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -12px 0 0;
  display: block;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  background: currentColor;
  cursor: pointer;
  transform: none;
}
.ls-color button::before, .ls-color button::after {
  display: none;
}
.ls-color input {
  padding-left: 40px;
  padding-right: 8px;
}
@media (min-width: 768px) {
  .ls-color button {
    left: 8px;
  }
  .ls-color input {
    padding-left: 40px;
    padding-right: 8px;
  }
}

.ls-color__preview {
  display: block;
  border-radius: 6px;
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  background: #f3f4f6;
}

.ls-color__value {
  flex: 1;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 400;
  text-transform: uppercase;
  color: #070707;
}

.ls-photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-photo:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-photo:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-photo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(var(--widget-border-radius) * 0.333);
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  background: #f3f4f6;
  aspect-ratio: 1/1;
  font-size: 24px;
  line-height: 1.333;
  font-weight: 600;
  color: #959597;
  text-decoration: none;
  --widget-ripple-bg: rgba(0, 0, 0, 0.4);
  transition: box-shadow 0.4s;
}
.ls-photo::after {
  z-index: 100;
}
.ls-photo:hover {
  text-decoration: none;
}
.ls-photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ls-photo[data-swiper-gallery-thumb] {
  cursor: pointer;
}
.ls-photo[data-swiper-gallery-thumb].is-active {
  box-shadow: 0 0 0 2px var(--widget-color-controls);
}
.ls-photo:has(img) {
  color: #fff;
}

.ls-photo__counter {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(4.45px);
          backdrop-filter: blur(4.45px);
  border-radius: inherit;
}

.ls-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-card:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-card:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-card {
  --widget-ripple-bg: rgba(0, 0, 0, 0.02);
  padding: 20px;
  border-radius: 20px;
  border-radius: calc(var(--widget-border-radius) * 0.833);
  background: #f3f4f6;
  color: #070707;
  display: flex;
  gap: 12px;
  height: 100%;
  text-decoration: none;
}
.ls-card:hover {
  text-decoration: none;
}
.ls-card > * {
  min-width: 0;
}
.ls-card--full .ls-card__body p,
.ls-card--full .ls-card__text {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: hidden;
  max-height: unset;
}

.ls-card__aside {
  flex: 0 0 auto;
  width: 32px;
}

.ls-card__main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ls-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  margin: 0 0 12px;
}

.ls-card__body {
  flex: 1;
  margin: 0 0 16px;
  display: block;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  font-style: var(--widget-font-style);
  clear: both;
}
.ls-card__body p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: unset;
  overflow: hidden;
  margin: 0;
}

.ls-card__readmore {
  color: var(--widget-color-controls);
  font-weight: 600;
  text-decoration: none;
}
.ls-card__readmore:hover {
  text-decoration: none;
}

.ls-card__foot {
  margin: auto 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ls-card__url {
  position: absolute;
  inset: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}

.ls-card__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: auto;
  position: relative;
  background: #e5e5e5;
  aspect-ratio: 1/1;
  font-size: 24px;
  line-height: 1.333;
  font-weight: 600;
  color: #959597;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.33;
  font-weight: 600;
  text-transform: uppercase;
}
.ls-card__photo:hover {
  text-decoration: none;
}
.ls-card__photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ls-card__stars {
  --star-size: 18px;
  --star-color: var(--widget-color-stars);
  --star-background: #e5e5e5;
  display: inline-flex;
  vertical-align: top;
  width: calc(var(--star-size) * 5);
  height: var(--star-size);
  background-color: var(--star-background);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2041_2691)'%3E%3Cpath d='M11.1432 1.42372C11.5319 0.777902 12.4681 0.777901 12.8568 1.42372L15.7315 6.20042C15.8711 6.43243 16.0988 6.5979 16.3626 6.65899L21.7939 7.91688C22.5282 8.08695 22.8175 8.97742 22.3234 9.54662L18.6688 13.7567C18.4913 13.9612 18.4043 14.2289 18.4277 14.4987L18.9098 20.0528C18.9749 20.8037 18.2174 21.354 17.5234 21.06L12.3901 18.8853C12.1408 18.7796 11.8592 18.7796 11.6099 18.8853L6.47659 21.06C5.78256 21.354 5.02508 20.8037 5.09025 20.0528L5.57227 14.4987C5.59568 14.2289 5.50869 13.9612 5.33118 13.7567L1.67659 9.54662C1.18248 8.97742 1.47182 8.08695 2.20613 7.91688L7.63735 6.65899C7.90116 6.5979 8.12891 6.43243 8.26853 6.20042L11.1432 1.42372Z' fill='%23F7BF11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2041_2691'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2041_2691)'%3E%3Cpath d='M11.1432 1.42372C11.5319 0.777902 12.4681 0.777901 12.8568 1.42372L15.7315 6.20042C15.8711 6.43243 16.0988 6.5979 16.3626 6.65899L21.7939 7.91688C22.5282 8.08695 22.8175 8.97742 22.3234 9.54662L18.6688 13.7567C18.4913 13.9612 18.4043 14.2289 18.4277 14.4987L18.9098 20.0528C18.9749 20.8037 18.2174 21.354 17.5234 21.06L12.3901 18.8853C12.1408 18.7796 11.8592 18.7796 11.6099 18.8853L6.47659 21.06C5.78256 21.354 5.02508 20.8037 5.09025 20.0528L5.57227 14.4987C5.59568 14.2289 5.50869 13.9612 5.33118 13.7567L1.67659 9.54662C1.18248 8.97742 1.47182 8.08695 2.20613 7.91688L7.63735 6.65899C7.90116 6.5979 8.12891 6.43243 8.26853 6.20042L11.1432 1.42372Z' fill='%23F7BF11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2041_2691'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: var(--star-size);
          mask-size: var(--star-size);
  background: linear-gradient(90deg, var(--star-color) calc(var(--rating) / 5 * 100%), var(--star-background) calc(var(--rating) / 5 * 100%));
  margin: 0;
  flex: 0 0 auto;
}

.ls-card__name {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.333;
  font-weight: var(--widget-font-weight);
  text-wrap: balance;
  flex: 1;
}

.ls-card__text {
  display: block;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  font-style: var(--widget-font-style);
  overflow: hidden;
  clear: both;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 57px;
}

.ls-card__photos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: var(--widget-display-photo);
  flex-wrap: wrap;
  gap: 4px;
}
.ls-card__photos > li {
  width: 40px;
  flex: 0 0 auto;
}
.ls-card__photos .ls-photo {
  background: #e5e5e5;
  position: relative;
  z-index: 20;
}

.ls-card__info {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: rgba(7, 7, 7, 0.4);
}
.ls-card__info img,
.ls-card__info svg {
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.ls-follow {
  display: grid;
  grid-template-columns: 1fr;
  margin: auto 0 0 0;
}
@media (min-width: 768px) {
  .ls-follow {
    padding: 0 0 0 80px;
    display: block;
  }
}

.ls-gallery .swiper {
  overflow: unset;
}
.ls-gallery .swiper-nav {
  display: none;
}
.ls-gallery .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  gap: 8px;
}
.ls-gallery .swiper-pagination.swiper-pagination-lock {
  display: none;
}
.ls-gallery .swiper-pagination-bullet {
  display: block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  transition: opacity 0.4s;
  opacity: 0.3;
  cursor: pointer;
}
.ls-gallery .swiper-pagination-bullet-active {
  opacity: 1;
}
.ls-gallery picture {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  background: #f3f4f6;
  border-radius: calc(var(--widget-border-radius) * 0.8333);
  overflow: hidden;
  height: 500px;
  max-height: calc(100svh - 200px);
}
.ls-gallery img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ls-gallery .swiper {
    overflow: hidden;
    border-radius: 24px;
  }
  .ls-gallery .swiper-nav {
    display: block;
  }
  .ls-gallery .swiper-circle {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    --ripple-x: 50%;
    --ripple-y: 50%;
    --ripple-size: 0;
    --ripple-opacity: 0;
    --ripple-duration: 0.5s;
  }
  .ls-gallery .swiper-circle:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background: var(--widget-ripple-bg);
    border-radius: 50%;
    pointer-events: none;
    top: var(--ripple-y);
    left: var(--ripple-x);
    width: var(--ripple-size);
    height: var(--ripple-size);
    opacity: var(--ripple-opacity);
    transform: translate(-50%, -50%) scale(0);
    transition: var(--ripple-duration) ease-out;
  }
  .ls-gallery .swiper-circle:hover::after {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }
  .ls-gallery .swiper-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin: -22px 0 0 0;
    transition: opacity 0.4s;
    background: #ffffff;
    color: #5c5d5f;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08), 0px 4px 80px rgba(0, 0, 0, 0.2);
  }
  .ls-gallery .swiper-circle svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .ls-gallery .swiper-circle--prev {
    left: 12px;
  }
  .ls-gallery .swiper-circle--next {
    right: 12px;
  }
  .ls-gallery .swiper-circle.swiper-button-disabled {
    opacity: 1;
    pointer-events: auto;
  }
  .ls-gallery picture {
    border-radius: calc(var(--widget-border-radius));
    aspect-ratio: unset;
    min-height: 500px;
    height: calc(100svh - 240px);
    max-height: 784px;
  }
  .ls-gallery img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.container,
.container-fluid,
.container-hd,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 420px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1320px;
  }
}

@media (min-width: 420px) {
  .container-xs {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container-hd {
    max-width: 1320px;
  }
}
.ls-row {
  --bs-gutter-x: 12px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.ls-row > * {
  position: relative;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.ls-col {
  flex: 1 1 0;
  max-width: 100%;
}

.ls-col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}

.ls-col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.ls-col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.ls-col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.ls-col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}

.ls-col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.ls-col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}

.ls-col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}

.ls-col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.ls-col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}

.ls-col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}

.ls-col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.ls-col-auto {
  flex: 0 0 auto;
  width: auto;
}

.ls-offset-1 {
  margin-left: 8.3333333333%;
}

.ls-offset-2 {
  margin-left: 16.6666666667%;
}

.ls-offset-3 {
  margin-left: 25%;
}

.ls-offset-4 {
  margin-left: 33.3333333333%;
}

.ls-offset-5 {
  margin-left: 41.6666666667%;
}

.ls-offset-6 {
  margin-left: 50%;
}

.ls-offset-7 {
  margin-left: 58.3333333333%;
}

.ls-offset-8 {
  margin-left: 66.6666666667%;
}

.ls-offset-9 {
  margin-left: 75%;
}

.ls-offset-10 {
  margin-left: 83.3333333333%;
}

.ls-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 420px) {
  .ls-col-xs {
    flex: 1 1 0;
    max-width: 100%;
  }
  .ls-col-xs-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ls-col-xs-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ls-col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ls-col-xs-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ls-col-xs-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ls-col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ls-col-xs-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ls-col-xs-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ls-col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ls-col-xs-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ls-col-xs-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ls-col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ls-col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ls-offset-xs-0 {
    margin-left: 0;
  }
  .ls-offset-xs-1 {
    margin-left: 8.3333333333%;
  }
  .ls-offset-xs-2 {
    margin-left: 16.6666666667%;
  }
  .ls-offset-xs-3 {
    margin-left: 25%;
  }
  .ls-offset-xs-4 {
    margin-left: 33.3333333333%;
  }
  .ls-offset-xs-5 {
    margin-left: 41.6666666667%;
  }
  .ls-offset-xs-6 {
    margin-left: 50%;
  }
  .ls-offset-xs-7 {
    margin-left: 58.3333333333%;
  }
  .ls-offset-xs-8 {
    margin-left: 66.6666666667%;
  }
  .ls-offset-xs-9 {
    margin-left: 75%;
  }
  .ls-offset-xs-10 {
    margin-left: 83.3333333333%;
  }
  .ls-offset-xs-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 576px) {
  .ls-col-sm {
    flex: 1 1 0;
    max-width: 100%;
  }
  .ls-col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ls-col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ls-col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ls-col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ls-col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ls-col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ls-col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ls-col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ls-col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ls-col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ls-col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ls-col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ls-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ls-offset-sm-0 {
    margin-left: 0;
  }
  .ls-offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .ls-offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .ls-offset-sm-3 {
    margin-left: 25%;
  }
  .ls-offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .ls-offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .ls-offset-sm-6 {
    margin-left: 50%;
  }
  .ls-offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .ls-offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .ls-offset-sm-9 {
    margin-left: 75%;
  }
  .ls-offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .ls-offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .ls-col-md {
    flex: 1 1 0;
    max-width: 100%;
  }
  .ls-col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ls-col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ls-col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ls-col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ls-col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ls-col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ls-col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ls-col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ls-col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ls-col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ls-col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ls-col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ls-col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ls-offset-md-0 {
    margin-left: 0;
  }
  .ls-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .ls-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .ls-offset-md-3 {
    margin-left: 25%;
  }
  .ls-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .ls-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .ls-offset-md-6 {
    margin-left: 50%;
  }
  .ls-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .ls-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .ls-offset-md-9 {
    margin-left: 75%;
  }
  .ls-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .ls-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .ls-col-lg {
    flex: 1 1 0;
    max-width: 100%;
  }
  .ls-col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ls-col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ls-col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ls-col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ls-col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ls-col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ls-col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ls-col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ls-col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ls-col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ls-col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ls-col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ls-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ls-offset-lg-0 {
    margin-left: 0;
  }
  .ls-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .ls-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .ls-offset-lg-3 {
    margin-left: 25%;
  }
  .ls-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .ls-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .ls-offset-lg-6 {
    margin-left: 50%;
  }
  .ls-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .ls-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .ls-offset-lg-9 {
    margin-left: 75%;
  }
  .ls-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .ls-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .ls-col-xl {
    flex: 1 1 0;
    max-width: 100%;
  }
  .ls-col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ls-col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ls-col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ls-col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ls-col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ls-col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ls-col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ls-col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ls-col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ls-col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ls-col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ls-col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ls-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ls-offset-xl-0 {
    margin-left: 0;
  }
  .ls-offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .ls-offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .ls-offset-xl-3 {
    margin-left: 25%;
  }
  .ls-offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .ls-offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .ls-offset-xl-6 {
    margin-left: 50%;
  }
  .ls-offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .ls-offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .ls-offset-xl-9 {
    margin-left: 75%;
  }
  .ls-offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .ls-offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .ls-col-hd {
    flex: 1 1 0;
    max-width: 100%;
  }
  .ls-col-hd-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ls-col-hd-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ls-col-hd-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ls-col-hd-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ls-col-hd-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ls-col-hd-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ls-col-hd-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ls-col-hd-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ls-col-hd-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ls-col-hd-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ls-col-hd-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ls-col-hd-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ls-col-hd-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .ls-offset-hd-0 {
    margin-left: 0;
  }
  .ls-offset-hd-1 {
    margin-left: 8.3333333333%;
  }
  .ls-offset-hd-2 {
    margin-left: 16.6666666667%;
  }
  .ls-offset-hd-3 {
    margin-left: 25%;
  }
  .ls-offset-hd-4 {
    margin-left: 33.3333333333%;
  }
  .ls-offset-hd-5 {
    margin-left: 41.6666666667%;
  }
  .ls-offset-hd-6 {
    margin-left: 50%;
  }
  .ls-offset-hd-7 {
    margin-left: 58.3333333333%;
  }
  .ls-offset-hd-8 {
    margin-left: 66.6666666667%;
  }
  .ls-offset-hd-9 {
    margin-left: 75%;
  }
  .ls-offset-hd-10 {
    margin-left: 83.3333333333%;
  }
  .ls-offset-hd-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 420px) {
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 1.25rem;
  }
}
@media (min-width: 576px) {
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 1.25rem;
  }
}
@media (min-width: 768px) {
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 1.25rem;
  }
}
@media (min-width: 992px) {
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 1.25rem;
  }
}
@media (min-width: 1440px) {
  .g-hd-0,
  .gx-hd-0 {
    --bs-gutter-x: 0;
  }
  .g-hd-0,
  .gy-hd-0 {
    --bs-gutter-y: 0;
  }
  .g-hd-1,
  .gx-hd-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-hd-1,
  .gy-hd-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-hd-2,
  .gx-hd-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-hd-2,
  .gy-hd-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-hd-3,
  .gx-hd-3 {
    --bs-gutter-x: 0.75rem;
  }
  .g-hd-3,
  .gy-hd-3 {
    --bs-gutter-y: 0.75rem;
  }
  .g-hd-4,
  .gx-hd-4 {
    --bs-gutter-x: 1rem;
  }
  .g-hd-4,
  .gy-hd-4 {
    --bs-gutter-y: 1rem;
  }
  .g-hd-5,
  .gx-hd-5 {
    --bs-gutter-x: 1.25rem;
  }
  .g-hd-5,
  .gy-hd-5 {
    --bs-gutter-y: 1.25rem;
  }
}
@media (min-width: 420px) {
  .ls-order-xs-first {
    order: -1;
  }
  .ls-order-xs-0 {
    order: 0;
  }
  .ls-order-xs-1 {
    order: 1;
  }
  .ls-order-xs-2 {
    order: 2;
  }
  .ls-order-xs-3 {
    order: 3;
  }
  .ls-order-xs-4 {
    order: 4;
  }
  .ls-order-xs-5 {
    order: 5;
  }
  .ls-order-xs-last {
    order: 6;
  }
}
@media (min-width: 576px) {
  .ls-order-sm-first {
    order: -1;
  }
  .ls-order-sm-0 {
    order: 0;
  }
  .ls-order-sm-1 {
    order: 1;
  }
  .ls-order-sm-2 {
    order: 2;
  }
  .ls-order-sm-3 {
    order: 3;
  }
  .ls-order-sm-4 {
    order: 4;
  }
  .ls-order-sm-5 {
    order: 5;
  }
  .ls-order-sm-last {
    order: 6;
  }
}
@media (min-width: 768px) {
  .ls-order-md-first {
    order: -1;
  }
  .ls-order-md-0 {
    order: 0;
  }
  .ls-order-md-1 {
    order: 1;
  }
  .ls-order-md-2 {
    order: 2;
  }
  .ls-order-md-3 {
    order: 3;
  }
  .ls-order-md-4 {
    order: 4;
  }
  .ls-order-md-5 {
    order: 5;
  }
  .ls-order-md-last {
    order: 6;
  }
}
@media (min-width: 992px) {
  .ls-order-lg-first {
    order: -1;
  }
  .ls-order-lg-0 {
    order: 0;
  }
  .ls-order-lg-1 {
    order: 1;
  }
  .ls-order-lg-2 {
    order: 2;
  }
  .ls-order-lg-3 {
    order: 3;
  }
  .ls-order-lg-4 {
    order: 4;
  }
  .ls-order-lg-5 {
    order: 5;
  }
  .ls-order-lg-last {
    order: 6;
  }
}
@media (min-width: 1200px) {
  .ls-order-xl-first {
    order: -1;
  }
  .ls-order-xl-0 {
    order: 0;
  }
  .ls-order-xl-1 {
    order: 1;
  }
  .ls-order-xl-2 {
    order: 2;
  }
  .ls-order-xl-3 {
    order: 3;
  }
  .ls-order-xl-4 {
    order: 4;
  }
  .ls-order-xl-5 {
    order: 5;
  }
  .ls-order-xl-last {
    order: 6;
  }
}
@media (min-width: 1440px) {
  .ls-order-hd-first {
    order: -1;
  }
  .ls-order-hd-0 {
    order: 0;
  }
  .ls-order-hd-1 {
    order: 1;
  }
  .ls-order-hd-2 {
    order: 2;
  }
  .ls-order-hd-3 {
    order: 3;
  }
  .ls-order-hd-4 {
    order: 4;
  }
  .ls-order-hd-5 {
    order: 5;
  }
  .ls-order-hd-last {
    order: 6;
  }
}
@media (min-width: 420px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-hd-none {
    display: none !important;
  }
  .d-hd-inline {
    display: inline !important;
  }
  .d-hd-inline-block {
    display: inline-block !important;
  }
  .d-hd-block {
    display: block !important;
  }
  .d-hd-grid {
    display: grid !important;
  }
  .d-hd-table {
    display: table !important;
  }
  .d-hd-table-row {
    display: table-row !important;
  }
  .d-hd-table-cell {
    display: table-cell !important;
  }
  .d-hd-flex {
    display: flex !important;
  }
  .d-hd-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 420px) {
  .push-xs-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .pull-xs-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .push-xs-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .pull-xs-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .push-xs-3 {
    position: relative;
    left: 25%;
  }
  .pull-xs-3 {
    position: relative;
    right: 25%;
  }
  .push-xs-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .pull-xs-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .push-xs-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .pull-xs-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .push-xs-6 {
    position: relative;
    left: 50%;
  }
  .pull-xs-6 {
    position: relative;
    right: 50%;
  }
  .push-xs-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .pull-xs-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .push-xs-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .pull-xs-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .push-xs-9 {
    position: relative;
    left: 75%;
  }
  .pull-xs-9 {
    position: relative;
    right: 75%;
  }
  .push-xs-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .pull-xs-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .push-xs-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .pull-xs-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .push-xs-12 {
    position: relative;
    left: 100%;
  }
  .pull-xs-12 {
    position: relative;
    right: 100%;
  }
}
@media (min-width: 576px) {
  .push-sm-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .pull-sm-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .push-sm-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .pull-sm-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .push-sm-3 {
    position: relative;
    left: 25%;
  }
  .pull-sm-3 {
    position: relative;
    right: 25%;
  }
  .push-sm-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .pull-sm-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .push-sm-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .pull-sm-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .push-sm-6 {
    position: relative;
    left: 50%;
  }
  .pull-sm-6 {
    position: relative;
    right: 50%;
  }
  .push-sm-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .pull-sm-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .push-sm-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .pull-sm-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .push-sm-9 {
    position: relative;
    left: 75%;
  }
  .pull-sm-9 {
    position: relative;
    right: 75%;
  }
  .push-sm-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .pull-sm-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .push-sm-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .pull-sm-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .push-sm-12 {
    position: relative;
    left: 100%;
  }
  .pull-sm-12 {
    position: relative;
    right: 100%;
  }
}
@media (min-width: 768px) {
  .push-md-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .pull-md-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .push-md-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .pull-md-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .push-md-3 {
    position: relative;
    left: 25%;
  }
  .pull-md-3 {
    position: relative;
    right: 25%;
  }
  .push-md-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .pull-md-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .push-md-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .pull-md-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .push-md-6 {
    position: relative;
    left: 50%;
  }
  .pull-md-6 {
    position: relative;
    right: 50%;
  }
  .push-md-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .pull-md-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .push-md-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .pull-md-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .push-md-9 {
    position: relative;
    left: 75%;
  }
  .pull-md-9 {
    position: relative;
    right: 75%;
  }
  .push-md-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .pull-md-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .push-md-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .pull-md-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .push-md-12 {
    position: relative;
    left: 100%;
  }
  .pull-md-12 {
    position: relative;
    right: 100%;
  }
}
@media (min-width: 992px) {
  .push-lg-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .pull-lg-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .push-lg-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .pull-lg-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .push-lg-3 {
    position: relative;
    left: 25%;
  }
  .pull-lg-3 {
    position: relative;
    right: 25%;
  }
  .push-lg-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .pull-lg-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .push-lg-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .pull-lg-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .push-lg-6 {
    position: relative;
    left: 50%;
  }
  .pull-lg-6 {
    position: relative;
    right: 50%;
  }
  .push-lg-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .pull-lg-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .push-lg-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .pull-lg-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .push-lg-9 {
    position: relative;
    left: 75%;
  }
  .pull-lg-9 {
    position: relative;
    right: 75%;
  }
  .push-lg-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .pull-lg-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .push-lg-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .pull-lg-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .push-lg-12 {
    position: relative;
    left: 100%;
  }
  .pull-lg-12 {
    position: relative;
    right: 100%;
  }
}
@media (min-width: 1200px) {
  .push-xl-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .pull-xl-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .push-xl-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .pull-xl-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .push-xl-3 {
    position: relative;
    left: 25%;
  }
  .pull-xl-3 {
    position: relative;
    right: 25%;
  }
  .push-xl-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .pull-xl-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .push-xl-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .pull-xl-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .push-xl-6 {
    position: relative;
    left: 50%;
  }
  .pull-xl-6 {
    position: relative;
    right: 50%;
  }
  .push-xl-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .pull-xl-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .push-xl-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .pull-xl-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .push-xl-9 {
    position: relative;
    left: 75%;
  }
  .pull-xl-9 {
    position: relative;
    right: 75%;
  }
  .push-xl-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .pull-xl-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .push-xl-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .pull-xl-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .push-xl-12 {
    position: relative;
    left: 100%;
  }
  .pull-xl-12 {
    position: relative;
    right: 100%;
  }
}
@media (min-width: 1440px) {
  .push-hd-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .pull-hd-1 {
    position: relative;
    right: 8.3333333333%;
  }
  .push-hd-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .pull-hd-2 {
    position: relative;
    right: 16.6666666667%;
  }
  .push-hd-3 {
    position: relative;
    left: 25%;
  }
  .pull-hd-3 {
    position: relative;
    right: 25%;
  }
  .push-hd-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .pull-hd-4 {
    position: relative;
    right: 33.3333333333%;
  }
  .push-hd-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .pull-hd-5 {
    position: relative;
    right: 41.6666666667%;
  }
  .push-hd-6 {
    position: relative;
    left: 50%;
  }
  .pull-hd-6 {
    position: relative;
    right: 50%;
  }
  .push-hd-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .pull-hd-7 {
    position: relative;
    right: 58.3333333333%;
  }
  .push-hd-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .pull-hd-8 {
    position: relative;
    right: 66.6666666667%;
  }
  .push-hd-9 {
    position: relative;
    left: 75%;
  }
  .pull-hd-9 {
    position: relative;
    right: 75%;
  }
  .push-hd-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .pull-hd-10 {
    position: relative;
    right: 83.3333333333%;
  }
  .push-hd-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .pull-hd-11 {
    position: relative;
    right: 91.6666666667%;
  }
  .push-hd-12 {
    position: relative;
    left: 100%;
  }
  .pull-hd-12 {
    position: relative;
    right: 100%;
  }
}
.ls-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.ls-loading::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #eee;
  border-top-color: var(--ls-color-theme);
  border-radius: 50%;
  animation: ls-spin 0.8s linear infinite;
}
.ls-loading.is-active {
  opacity: 1;
  visibility: visible;
}

@keyframes ls-spin {
  to {
    transform: rotate(360deg);
  }
}
.ls-nav {
  position: fixed;
  top: 66.666%;
  left: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 58px;
  background: #ffffff;
  box-shadow: 0px 0px 42px rgba(67, 67, 70, 0.04), 0px 0px 8px rgba(67, 67, 70, 0.08);
  border-radius: 0 8px 8px 0;
  overflow: hidden;
  transform: translate(0, -50%);
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
}

.ls-nav__menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ls-nav__menu > li:not(:last-child) {
  border-bottom: 1px solid #f3f4f6;
}

.ls-nav__btn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-nav__btn:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-nav__btn:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-nav__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-height: 56px;
  padding: 12px;
  font-size: 9px;
  line-height: 11px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #070707;
}
.ls-nav__btn svg {
  display: block;
  width: 24px;
  height: 24px;
}
.ls-nav__btn:hover {
  color: #070707;
}

:has(.ls-settings.is-open) body {
  overflow: hidden;
}
:has(.ls-settings.is-open) .ls-nav {
  transform: translate(-100%, -50%);
}

.ls-settings {
  position: relative;
  isolation: isolate;
  z-index: 200;
}
.ls-settings * {
  min-width: 0;
}
.ls-settings.is-open .ls-settings__overlay {
  opacity: 1;
  visibility: visible;
}
.ls-settings.is-open .ls-settings__offcanvas {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.ls-settings__overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

.ls-settings__offcanvas {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  border-radius: 24px 24px 0 0;
  max-height: calc(100svh - 64px);
  display: flex;
  flex-direction: column;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 100%);
}
.ls-settings__offcanvas.is-dragging {
  transition: none;
}
@media (min-width: 768px) {
  .ls-settings__offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 420px;
    max-width: 100%;
    max-height: unset;
    border-radius: 0;
    transform: translate(-100%, 0%);
  }
}

.ls-settings__draggable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 16px;
  cursor: pointer;
  touch-action: none;
}
.ls-settings__draggable::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 5px;
  border-radius: 100px;
  margin: -2.5px 0 0 -18px;
  background: #cccccc;
}
.ls-settings__draggable::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -24px;
}
@media (min-width: 768px) {
  .ls-settings__draggable {
    display: none;
  }
}

.ls-settings__head {
  position: relative;
  flex: 0 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .ls-settings__head {
    display: none;
  }
}

.ls-settings__body {
  position: relative;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  overscroll-behavior: none;
  padding: 16px;
  padding: 50px 16px 98px;
}
.ls-settings__body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .ls-settings__body {
    padding: 24px 32px 106px;
  }
}

.ls-settings__foot {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  padding: 16px;
  flex: 0 0 auto;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(4.45px);
          backdrop-filter: blur(4.45px);
  height: 98px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
}
@media (min-width: 768px) {
  .ls-settings__foot {
    padding: 32px;
    height: 106px;
  }
}

.ls-settings__form {
  position: relative;
}

.ls-settings__close {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-settings__close:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-settings__close:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-settings__close {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: -22px 0 0 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(120, 120, 128, 0.16);
  color: #727272;
  cursor: pointer;
  overflow: hidden;
}
.ls-settings__close svg {
  display: block;
  width: 18px;
  height: 18px;
}

.ls-settings__title {
  display: block;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

:has(.ls-patterns.is-open) body {
  overflow: hidden;
}
:has(.ls-patterns.is-open) .ls-nav {
  transform: translate(-100%, -50%);
}

.ls-patterns {
  position: relative;
  isolation: isolate;
  z-index: 200;
}
.ls-patterns * {
  min-width: 0;
}
.ls-patterns.is-open .ls-patterns__overlay {
  opacity: 1;
  visibility: visible;
}
.ls-patterns.is-open .ls-patterns__offcanvas {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 0%);
}

.ls-patterns__overlay {
  position: fixed;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

.ls-patterns__offcanvas {
  position: fixed;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #fff;
  border-radius: 24px 24px 0 0;
  max-height: calc(100svh - 64px);
  display: flex;
  flex-direction: column;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0%, 100%);
}
.ls-patterns__offcanvas.is-dragging {
  transition: none;
}
@media (min-width: 768px) {
  .ls-patterns__offcanvas {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
    width: 420px;
    max-width: 100%;
    max-height: unset;
    border-radius: 0;
    transform: translate(-100%, 0%);
  }
}

.ls-patterns__draggable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 16px;
  cursor: pointer;
  touch-action: none;
}
.ls-patterns__draggable::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 5px;
  border-radius: 100px;
  margin: -2.5px 0 0 -18px;
  background: #cccccc;
}
.ls-patterns__draggable::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -24px;
}
@media (min-width: 768px) {
  .ls-patterns__draggable {
    display: none;
  }
}

.ls-patterns__head {
  position: relative;
  flex: 0 0 auto;
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 768px) {
  .ls-patterns__head {
    display: none;
  }
}

.ls-patterns__body {
  position: relative;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  overscroll-behavior: none;
  padding: 16px;
  padding: 50px 16px 98px;
}
.ls-patterns__body::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .ls-patterns__body {
    padding: 24px 32px 106px;
  }
}

.ls-patterns__foot {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  padding: 16px;
  flex: 0 0 auto;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.12);
  -webkit-backdrop-filter: blur(4.45px);
          backdrop-filter: blur(4.45px);
  height: 98px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1200;
}
@media (min-width: 768px) {
  .ls-patterns__foot {
    padding: 32px;
    height: 106px;
  }
}

.ls-patterns__form {
  position: relative;
}

.ls-patterns__close {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-patterns__close:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-patterns__close:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-patterns__close {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: -22px 0 0 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(120, 120, 128, 0.16);
  color: #727272;
  cursor: pointer;
  overflow: hidden;
}
.ls-patterns__close svg {
  display: block;
  width: 18px;
  height: 18px;
}

.ls-patterns__title {
  display: block;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

.ls-reviews {
  font-family: var(--widget-font-family);
  background: #fff;
  padding: 16px;
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 0 0 40px;
}
.ls-reviews:last-child {
  margin-bottom: 0;
}
.ls-reviews * {
  min-width: 0;
}
@media (min-width: 768px) {
  .ls-reviews {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .ls-reviews[data-view=slider] .ls-reviews__head {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title title" "rating action";
    gap: 24px 12px;
  }
  .ls-reviews[data-view=slider] .ls-reviews__head > * {
    margin: 0;
  }
  .ls-reviews[data-view=slider] .ls-reviews__title {
    grid-area: title;
  }
  .ls-reviews[data-view=slider] .ls-reviews__rating {
    grid-area: rating;
  }
  .ls-reviews[data-view=slider] .ls-reviews__action {
    grid-area: action;
  }
}
@media (min-width: 768px) {
  .ls-reviews[data-view=list] .ls-reviews__head {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title origin" "rating origin" "action origin";
    gap: 24px 12px;
  }
  .ls-reviews[data-view=list] .ls-reviews__head > * {
    margin: 0;
  }
  .ls-reviews[data-view=list] .ls-reviews__title {
    grid-area: title;
  }
  .ls-reviews[data-view=list] .ls-reviews__origin {
    grid-area: origin;
  }
  .ls-reviews[data-view=list] .ls-reviews__rating {
    grid-area: rating;
  }
  .ls-reviews[data-view=list] .ls-reviews__rating-origin {
    flex: 0 0 100%;
  }
  .ls-reviews[data-view=list] .ls-reviews__action {
    grid-area: action;
  }
  .ls-reviews[data-view=list] .ls-reviews__foot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .ls-reviews[data-view=list] .ls-reviews__rating-origin img {
    display: none;
  }
}
.ls-reviews[data-view=card] {
  background: none;
  padding: 0;
  gap: 8px;
}
.ls-reviews[data-view=card] .ls-reviews__aside,
.ls-reviews[data-view=card] .ls-reviews__main,
.ls-reviews[data-view=card] .ls-reviews__foot {
  padding: 16px;
  background: #fff;
}
.ls-reviews[data-view=card] .ls-reviews__aside {
  border-radius: 24px;
}
.ls-reviews[data-view=card] .ls-reviews__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
}
.ls-reviews[data-view=card] .ls-reviews__foot {
  border-radius: 0 0 24px 24px;
  margin: -16px 0 0;
}
.ls-reviews[data-view=card] .ls-reviews__title {
  margin: 0;
}
@media (min-width: 768px) {
  .ls-reviews[data-view=card] {
    display: grid;
    grid-template-columns: 303px 1fr;
    grid-template-areas: "aside main" "foot main";
    grid-template-rows: 1fr auto;
    gap: 0 12px;
  }
  .ls-reviews[data-view=card] .ls-reviews__aside {
    grid-area: aside;
    padding: 24px;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .ls-reviews[data-view=card] .ls-reviews__aside > * {
    margin: 0;
  }
  .ls-reviews[data-view=card] .ls-reviews__main {
    grid-area: main;
    padding: 24px;
    border-radius: 24px;
    gap: 40px;
  }
  .ls-reviews[data-view=card] .ls-reviews__foot {
    grid-area: foot;
    padding: 24px;
  }
  .ls-reviews[data-view=card] .ls-reviews__origin {
    min-width: auto;
  }
  .ls-reviews[data-view=card] .ls-reviews__action .ls-btn {
    width: 100%;
  }
  .ls-reviews[data-view=card] .ls-reviews__head {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .ls-reviews[data-view=card] .ls-reviews__rating-origin img {
    display: none;
  }
  .ls-reviews[data-view=card] .ls-reviews__rating {
    margin-bottom: auto;
  }
  .ls-reviews[data-view=card] .ls-reviews__origin {
    margin-top: auto;
  }
  .ls-reviews[data-view=card] .ls-reviews__counter {
    flex: 0 0 auto;
  }
}

.ls-reviews__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .ls-reviews__body {
    gap: 40px;
  }
}

.ls-reviews__foot {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.ls-reviews__title {
  display: block;
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.333;
  font-weight: 600;
}
.ls-reviews__title:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ls-reviews__title {
    font-size: 32px;
    margin: 0 0 24px;
  }
}

.ls-reviews__rating {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.ls-reviews__rating-value {
  display: block;
  flex: 0 0 auto;
  font-size: 24px;
  line-height: 1.333;
  font-weight: 600;
}
@media (min-width: 768px) {
  .ls-reviews__rating-value {
    font-size: 32px;
  }
}

.ls-reviews__rating-stars {
  --star-size: 24px;
  --star-color: var(--widget-color-stars, #f7bf11);
  --star-background: #f3f4f6;
  display: inline-block;
  vertical-align: top;
  width: calc(var(--star-size) * 5);
  height: var(--star-size);
  background-color: var(--star-background);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2041_2691)'%3E%3Cpath d='M11.1432 1.42372C11.5319 0.777902 12.4681 0.777901 12.8568 1.42372L15.7315 6.20042C15.8711 6.43243 16.0988 6.5979 16.3626 6.65899L21.7939 7.91688C22.5282 8.08695 22.8175 8.97742 22.3234 9.54662L18.6688 13.7567C18.4913 13.9612 18.4043 14.2289 18.4277 14.4987L18.9098 20.0528C18.9749 20.8037 18.2174 21.354 17.5234 21.06L12.3901 18.8853C12.1408 18.7796 11.8592 18.7796 11.6099 18.8853L6.47659 21.06C5.78256 21.354 5.02508 20.8037 5.09025 20.0528L5.57227 14.4987C5.59568 14.2289 5.50869 13.9612 5.33118 13.7567L1.67659 9.54662C1.18248 8.97742 1.47182 8.08695 2.20613 7.91688L7.63735 6.65899C7.90116 6.5979 8.12891 6.43243 8.26853 6.20042L11.1432 1.42372Z' fill='%23F7BF11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2041_2691'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2041_2691)'%3E%3Cpath d='M11.1432 1.42372C11.5319 0.777902 12.4681 0.777901 12.8568 1.42372L15.7315 6.20042C15.8711 6.43243 16.0988 6.5979 16.3626 6.65899L21.7939 7.91688C22.5282 8.08695 22.8175 8.97742 22.3234 9.54662L18.6688 13.7567C18.4913 13.9612 18.4043 14.2289 18.4277 14.4987L18.9098 20.0528C18.9749 20.8037 18.2174 21.354 17.5234 21.06L12.3901 18.8853C12.1408 18.7796 11.8592 18.7796 11.6099 18.8853L6.47659 21.06C5.78256 21.354 5.02508 20.8037 5.09025 20.0528L5.57227 14.4987C5.59568 14.2289 5.50869 13.9612 5.33118 13.7567L1.67659 9.54662C1.18248 8.97742 1.47182 8.08695 2.20613 7.91688L7.63735 6.65899C7.90116 6.5979 8.12891 6.43243 8.26853 6.20042L11.1432 1.42372Z' fill='%23F7BF11'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2041_2691'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-size: var(--star-size);
          mask-size: var(--star-size);
  background: linear-gradient(90deg, var(--star-color) calc(var(--rating) / 5 * 100%), var(--star-background) calc(var(--rating) / 5 * 100%));
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .ls-reviews__rating-stars {
    --star-size: 38px;
  }
}

.ls-reviews__rating-origin {
  flex: 0 0 100%;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 400;
  margin: 0;
}
.ls-reviews__rating-origin img {
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .ls-reviews__rating-origin {
    flex: 1 1 auto;
  }
}

.ls-reviews__action {
  display: grid;
  grid-template-columns: 1fr;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .ls-reviews__action {
    flex: 0 0 auto;
    display: block;
  }
}

.ls-reviews__origin {
  display: none;
}
@media (min-width: 768px) {
  .ls-reviews__origin {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    --ripple-x: 50%;
    --ripple-y: 50%;
    --ripple-size: 0;
    --ripple-opacity: 0;
    --ripple-duration: 0.5s;
  }
  .ls-reviews__origin:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background: var(--widget-ripple-bg);
    border-radius: 50%;
    pointer-events: none;
    top: var(--ripple-y);
    left: var(--ripple-x);
    width: var(--ripple-size);
    height: var(--ripple-size);
    opacity: var(--ripple-opacity);
    transform: translate(-50%, -50%) scale(0);
    transition: var(--ripple-duration) ease-out;
  }
  .ls-reviews__origin:hover::after {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }
  .ls-reviews__origin {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 313px;
    max-width: 100%;
    padding: 20px 48px 20px 20px;
    border-radius: 20px;
    background: #f3f4f6;
    color: #070707;
    position: relative;
    text-decoration: none;
    margin: 0 0 24px;
  }
  .ls-reviews__origin:hover {
    text-decoration: none;
    color: #070707;
  }
  .ls-reviews__origin::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    width: 24px;
    height: 24px;
    margin: -12px 0 0 0;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.28953 8.12002L13.1695 12L9.28953 15.88C8.89953 16.27 8.89953 16.9 9.28953 17.29C9.67953 17.68 10.3095 17.68 10.6995 17.29L15.2895 12.7C15.6795 12.31 15.6795 11.68 15.2895 11.29L10.6995 6.70002C10.3095 6.31002 9.67953 6.31002 9.28953 6.70002C8.90953 7.09002 8.89953 7.73002 9.28953 8.12002Z' fill='%235C5D5F'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain;
  }
}

.ls-reviews__origin-image {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0;
  flex: 0 0 auto;
  overflow: hidden;
}
.ls-reviews__origin-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ls-reviews__origin-desc {
  flex: 1;
  font-size: 15px;
  line-height: 1.333;
  font-weight: 400;
}

.ls-reviews__origin-title {
  display: flex;
  align-items: center;
  margin: 0 0 2px;
  gap: 4px;
  font-weight: 600;
}
.ls-reviews__origin-title svg {
  display: block;
  width: 18px;
  height: 18px;
  color: #f7bf11;
  color: var(--widget-color-stars);
}

.ls-reviews__origin-text {
  display: block;
  margin: 0;
  color: rgba(7, 7, 7, 0.4);
}

.ls-reviews__photos .swiper {
  margin: 0 -4px;
  overflow: unset;
}
.ls-reviews__photos .swiper-nav {
  display: none;
}
.ls-reviews__photos .swiper-slide {
  padding: 0 4px;
  width: 76px;
  flex: 0 0 auto;
}
.ls-reviews__photos .swiper-more {
  padding: 12px 0 0;
  margin: 0 4px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}
.ls-reviews__photos .ls-photo {
  border-radius: calc(var(--widget-border-radius) * 0.333);
}
@media (min-width: 768px) {
  .ls-reviews__photos .swiper-slide {
    width: 120px;
  }
  .ls-reviews__photos .ls-photo {
    border-radius: calc(var(--widget-border-radius) * 0.833);
  }
  .ls-reviews__photos .swiper-nav {
    display: block;
  }
  .ls-reviews__photos .swiper-circle {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    --ripple-x: 50%;
    --ripple-y: 50%;
    --ripple-size: 0;
    --ripple-opacity: 0;
    --ripple-duration: 0.5s;
  }
  .ls-reviews__photos .swiper-circle:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background: var(--widget-ripple-bg);
    border-radius: 50%;
    pointer-events: none;
    top: var(--ripple-y);
    left: var(--ripple-x);
    width: var(--ripple-size);
    height: var(--ripple-size);
    opacity: var(--ripple-opacity);
    transform: translate(-50%, -50%) scale(0);
    transition: var(--ripple-duration) ease-out;
  }
  .ls-reviews__photos .swiper-circle:hover::after {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }
  .ls-reviews__photos .swiper-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin: -22px 0 0 0;
    transition: opacity 0.4s;
    background: #ffffff;
    color: #5c5d5f;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08), 0px 4px 80px rgba(0, 0, 0, 0.2);
  }
  .ls-reviews__photos .swiper-circle svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .ls-reviews__photos .swiper-circle--prev {
    left: -12px;
  }
  .ls-reviews__photos .swiper-circle--next {
    right: -12px;
  }
  .ls-reviews__photos .swiper-circle.swiper-button-disabled {
    opacity: 0;
  }
}

.ls-reviews__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media (min-width: 768px) {
  .ls-reviews__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (min-width: 992px) {
  .ls-reviews__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.ls-reviews__cards {
  margin: 0;
}
.ls-reviews__cards .swiper {
  margin: 0 -4px;
  overflow: unset;
}
.ls-reviews__cards .swiper-nav {
  display: none;
}
.ls-reviews__cards .swiper-slide {
  padding: 0 4px;
  width: 348px;
  max-width: 100%;
  flex: 0 0 auto;
  height: auto;
}
.ls-reviews__cards .swiper-control {
  margin: 12px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ls-reviews__cards .swiper-control:has(.swiper-button-lock), .ls-reviews__cards .swiper-control:has(.swiper-scrollbar-lock) {
  display: none;
}
.ls-reviews__cards .swiper-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.4s;
  color: var(--widget-color-controls);
}
.ls-reviews__cards .swiper-scrollbar {
  display: block;
  flex: 1;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #f3f4f6;
  position: relative;
}
.ls-reviews__cards .swiper-scrollbar-drag {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  border-radius: inherit;
  background: var(--widget-color-controls);
  cursor: pointer;
}
.ls-reviews__cards .swiper-button-disabled {
  opacity: 0.4;
  pointer-events: none;
}
@media (min-width: 768px) {
  .ls-reviews__cards .swiper-nav {
    display: block;
  }
  .ls-reviews__cards .swiper-circle {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    --ripple-x: 50%;
    --ripple-y: 50%;
    --ripple-size: 0;
    --ripple-opacity: 0;
    --ripple-duration: 0.5s;
  }
  .ls-reviews__cards .swiper-circle:after {
    content: "";
    position: absolute;
    z-index: -1;
    display: block;
    background: var(--widget-ripple-bg);
    border-radius: 50%;
    pointer-events: none;
    top: var(--ripple-y);
    left: var(--ripple-x);
    width: var(--ripple-size);
    height: var(--ripple-size);
    opacity: var(--ripple-opacity);
    transform: translate(-50%, -50%) scale(0);
    transition: var(--ripple-duration) ease-out;
  }
  .ls-reviews__cards .swiper-circle:hover::after {
    transform: translate(-50%, -50%) scale(2);
    opacity: 1;
  }
  .ls-reviews__cards .swiper-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 100;
    margin: -22px 0 0 0;
    transition: opacity 0.4s;
    background: #ffffff;
    color: #5c5d5f;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08), 0px 4px 80px rgba(0, 0, 0, 0.2);
  }
  .ls-reviews__cards .swiper-circle svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .ls-reviews__cards .swiper-circle--prev {
    left: -12px;
  }
  .ls-reviews__cards .swiper-circle--next {
    right: -12px;
  }
  .ls-reviews__cards .swiper-circle.swiper-button-disabled {
    opacity: 0;
  }
}

.ls-reviews__more {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: -16px 0 16px;
}
@media (min-width: 768px) {
  .ls-reviews__more {
    display: block;
    margin: 0;
    width: auto;
  }
}

.ls-reviews__dev {
  display: var(--widget-display-logo);
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  color: #939395;
}
.ls-reviews__dev svg {
  display: block;
}
.ls-reviews__dev a {
  transition: 0.4s;
  display: block;
  transform-origin: left bottom;
}
.ls-reviews__dev a:hover {
  transform: scale(1.2);
}

.ls-reviews__counter {
  display: none;
}
@media (min-width: 768px) {
  .ls-reviews__counter {
    display: block;
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 500;
    color: #939395;
  }
}

:has(.ls-modal.is-open) body {
  overflow: hidden;
}

.ls-modal {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  max-height: unset;
  max-width: unset;
  padding: 0;
  margin: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  touch-action: none;
  overscroll-behavior: contain;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  isolation: isolate;
}
.ls-modal * {
  min-width: 0;
}
.ls-modal.is-dragging .ls-modal__offcanvas {
  transition: none;
}
.ls-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.ls-modal.is-open .ls-modal__offcanvas {
  transform: translate(0, 0);
}
.ls-modal--single .ls-modal__close {
  display: none;
}
@media (min-width: 768px) {
  .ls-modal {
    padding: 40px 24px;
  }
  .ls-modal--single .ls-modal__offcanvas {
    max-width: 800px;
  }
  .ls-modal--single .ls-modal__close {
    display: flex;
  }
  .ls-modal--single .ls-modal__title {
    display: none;
  }
  .ls-modal--single:has(.ls-gallery) .ls-modal__offcanvas {
    max-width: 1920px;
  }
}

.ls-modal__offcanvas {
  margin: auto auto 0;
  background: #fff;
  border-radius: 24px 24px 0 0;
  max-height: calc(100svh - 64px);
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1520px;
  overflow: hidden;
  transition: transform 0.4s;
  transform: translate(0, 100%);
  box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .ls-modal__offcanvas {
    border-radius: 24px;
    margin: auto;
    transform: translate(0, 5%);
  }
}

.ls-modal__draggable {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 16px;
}
.ls-modal__draggable::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 5px;
  border-radius: 100px;
  margin: -2.5px 0 0 -18px;
  background: #cccccc;
}
.ls-modal__draggable::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -24px;
}
@media (min-width: 768px) {
  .ls-modal__draggable {
    display: none;
  }
}

.ls-modal__head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 76px;
  padding: 16px 60px;
  flex: 0 0 auto;
}
@media (min-width: 768px) {
  .ls-modal__head {
    padding: 40px 40px 24px;
    min-height: auto;
    justify-content: flex-start;
  }
}

.ls-modal__close {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-modal__close:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-modal__close:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-modal__close {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: -22px 0 0 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(120, 120, 128, 0.16);
  color: #727272;
  cursor: pointer;
  overflow: hidden;
  cursor: pointer;
}
.ls-modal__close svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .ls-modal__close {
    position: absolute;
    top: 12px;
    left: auto;
    right: 12px;
    width: 28px;
    height: 28px;
    margin: 0;
  }
  .ls-modal__close svg {
    width: 20px;
    height: 20px;
  }
}

.ls-modal__back {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-modal__back:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-modal__back:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-modal__back {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: -22px 0 0 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(120, 120, 128, 0.16);
  color: #727272;
  cursor: pointer;
  overflow: hidden;
  cursor: pointer;
}
.ls-modal__back svg {
  display: block;
  width: 32px;
  height: 32px;
}
.ls-modal__back span {
  display: none;
}
@media (min-width: 768px) {
  .ls-modal__back {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: auto;
    height: auto;
    border-radius: 0;
    display: inline-flex;
    vertical-align: top;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    color: #070707;
    background: transparent;
    border-radius: unset;
    transition: color 0.4s;
  }
  .ls-modal__back::before, .ls-modal__back::after {
    display: none;
  }
  .ls-modal__back span {
    display: block;
  }
  .ls-modal__back svg {
    width: 24px;
    height: 24px;
  }
  .ls-modal__back:hover {
    color: rgba(7, 7, 7, 0.4);
  }
}

.ls-modal__title {
  display: block;
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 768px) {
  .ls-modal__title {
    font-size: 32px;
    text-align: left;
  }
}

.ls-modal__body {
  flex: 1;
  overflow: hidden;
  height: 100%;
}
.ls-modal__body > .swiper {
  width: 100%;
  height: 100%;
  padding: 0 16px 20px;
}
.ls-modal__body > .swiper > .swiper-wrapper > .swiper-slide {
  height: auto;
}
.ls-modal__body > .swiper > .swiper-control {
  display: none;
}
@media (min-width: 768px) {
  .ls-modal__body > .swiper {
    padding: 0 40px 40px;
  }
  .ls-modal__body > .swiper > .swiper-control {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 24px;
    z-index: 100;
    width: 8px;
  }
  .ls-modal__body > .swiper > .swiper-control:has(.swiper-scrollbar-lock) {
    display: none;
  }
  .ls-modal__body > .swiper > .swiper-control > .swiper-scrollbar {
    width: 8px;
    border-radius: 8px;
    flex: 1;
    background: #f3f4f6;
    position: relative;
  }
  .ls-modal__body > .swiper > .swiper-control > .swiper-scrollbar > .swiper-scrollbar-drag {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: inherit;
    background: var(--widget-color-controls);
    cursor: pointer;
  }
  .ls-modal__body > .swiper > .swiper-control > .swiper-prev, .ls-modal__body > .swiper > .swiper-control > .swiper-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    background: none;
    cursor: pointer;
    width: 8px;
    height: 6px;
    color: var(--widget-color-controls);
    position: relative;
    z-index: 100;
    transition: opacity 0.4s;
  }
  .ls-modal__body > .swiper > .swiper-control > .swiper-prev svg, .ls-modal__body > .swiper > .swiper-control > .swiper-next svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .ls-modal__body > .swiper > .swiper-control > .swiper-prev.swiper-button-disabled, .ls-modal__body > .swiper > .swiper-control > .swiper-next.swiper-button-disabled {
    opacity: 0.4;
  }
}

.ls-modal__photos {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4px;
}
@media (min-width: 768px) {
  .ls-modal__photos {
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
  }
}

.ls-modal__photo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  --ripple-x: 50%;
  --ripple-y: 50%;
  --ripple-size: 0;
  --ripple-opacity: 0;
  --ripple-duration: 0.5s;
}
.ls-modal__photo:after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  background: var(--widget-ripple-bg);
  border-radius: 50%;
  pointer-events: none;
  top: var(--ripple-y);
  left: var(--ripple-x);
  width: var(--ripple-size);
  height: var(--ripple-size);
  opacity: var(--ripple-opacity);
  transform: translate(-50%, -50%) scale(0);
  transition: var(--ripple-duration) ease-out;
}
.ls-modal__photo:hover::after {
  transform: translate(-50%, -50%) scale(2);
  opacity: 1;
}
.ls-modal__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 117/156;
  border-radius: 12px;
  background: #f3f4f6;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  --widget-ripple-bg: rgba(0, 0, 0, 0.4);
}
.ls-modal__photo::after {
  z-index: 100;
}
.ls-modal__photo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .ls-modal__photo {
    aspect-ratio: 1/1;
    border-radius: 20px;
  }
}

.ls-modal__single {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ls-modal__single .ls-card {
  height: auto;
}
.ls-modal__single .ls-card__photos {
  display: none;
}
.ls-modal__single .ls-card__foot {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .ls-modal__single .ls-card {
    background: transparent;
  }
  .ls-modal__single .ls-card::before, .ls-modal__single .ls-card::after {
    display: none;
  }
  .ls-modal__single .ls-card__photos {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
  }
  .ls-modal__single .ls-card__photos > li {
    width: auto;
  }
  .ls-modal__single .ls-card__aside {
    width: 48px;
  }
  .ls-modal__single:has(.ls-gallery) {
    display: grid;
    grid-template-columns: 1046fr 724fr;
    gap: 24px;
  }
}

.ls-modal__single-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.ls-modal__single-main .ls-photo {
  border-radius: calc(var(--widget-border-radius) * 0.8333);
}

:has([style*="--widget-display-photo: none"]) .ls-modal .ls-follow {
  padding-left: 20px;
}

html,
body {
  scrollbar-gutter: stable;
  overscroll-behavior: none;
}

.ls-widget {
  --ls-font-family: "Inter", sans-serif;
  --ls-color-focus: #d9d9d9;
  --ls-color-theme: #105cda;
  --ls-button-primary-bg: #105cda;
  --ls-button-primary-text: #fff;
  --ls-button-secondary-bg: #ecf2fc;
  --ls-button-secondary-text: #105cda;
  --widget-font-family: "Inter", sans-serif;
  --widget-font-weight: 700;
  --widget-font-style: normal;
  --widget-border-radius: 24px;
  --widget-color-controls: #105cda;
  --widget-color-stars: #f7bf11;
  --widget-button-bg: #ecf2fc;
  --widget-button-text: #105cda;
  --widget-display-photo: block;
  --widget-display-logo: flex;
  --widget-autoplay: 0;
  --widget-duration: 0;
  --widget-ripple-bg: rgba(0, 0, 0, 0.04);
  font-family: var(--ls-font-family);
  font-size: 15px;
  line-height: 1.333;
  font-weight: 400;
  overflow: hidden;
  padding: 16px;
  color: #070707;
}
.ls-widget *,
.ls-widget *::before,
.ls-widget *::after {
  box-sizing: border-box;
  outline: none;
}
.ls-widget [hidden] {
  display: none;
}
.ls-widget::-moz-selection {
  background: var(--widget-color-controls);
  color: #fff;
}
.ls-widget::selection {
  background: var(--widget-color-controls);
  color: #fff;
}
@media (min-width: 768px) {
  .ls-widget {
    padding: 24px;
  }
}

.ls-sr-only {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}