/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .contents {
    display: contents;
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --ink: #11221e;
  --muted: #66736f;
  --green: #087c64;
  --green-dark: #075b4b;
  --mint: #def7ee;
  --paper: #fbfcfa;
  --line: #e5ebe7;
  --font-sans: Arial,Helvetica,sans-serif;
  color-scheme: light;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
.container {
  width: min(1060px,calc(100% - 48px));
  margin-inline: auto;
}
.section-pad {
  padding: 104px 0;
}
.offer-strip {
  height: 42px;
  background: var(--green-dark);
  color: #e5fff7;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}
.live-dot {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #87e4b4;
}
.eyebrow {
  font-size: 11px;
  letter-spacing: 1.9px;
  font-weight: 700;
  color: var(--green);
}
.hero {
  overflow: hidden;
  padding-top: 92px;
  padding-bottom: 0;
  background: linear-gradient(180deg,#f7fdf9 0%,#e7faf1 73%,#d2f1e6 100%);
}
.hero-content {
  text-align: center;
}
.hero h1 {
  max-width: 740px;
  margin: 22px auto 14px;
  font-size: clamp(48px,8vw,82px);
  line-height: .99;
  letter-spacing: -5px;
}
.hero h1 span,.section-heading h2 span {
  color: var(--green);
}
.hero-description {
  max-width: 670px;
  margin: 24px auto 30px;
  color: #54635f;
  font-size: clamp(17px,2.7vw,22px);
  line-height: 1.58;
}
.purchase-button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 30px;
  border-radius: 8px;
  background: var(--green);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  transition: background .2s,transform .2s;
}
.purchase-button:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
}
.trust-line {
  margin: 22px auto 0;
  display: flex;
  justify-content: center;
  gap: 28px;
  color: #60736d;
  font-size: 13px;
}
.card-stack {
  position: relative;
  width: min(410px,100%);
  height: 330px;
  margin: 67px auto 0;
  text-align: left;
}
.sample-card {
  position: absolute;
  width: 100%;
  background: #fff;
  border: 1px solid #e6ece9;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 19px 45px #134c3b1a;
}
.card-back {
  top: 0;
  transform: rotate(-6deg) translateX(-27px);
  opacity: .68;
}
.card-front {
  top: 35px;
  transform: rotate(3deg) translateX(15px);
}
.sample-top,.sample-bottom {
  display: flex;
  justify-content: space-between;
  color: #65817a;
  font-weight: 700;
  font-size: 9px;
  letter-spacing: .9px;
}
.sample-card h3 {
  margin: 24px 0 10px;
  font-size: 24px;
  letter-spacing: -.5px;
}
.sample-card>p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.sample-example {
  margin-top: 18px;
  padding: 12px;
  background: #f1faf6;
  border-left: 3px solid #50ab8c;
  font-size: 12px;
  line-height: 1.6;
  color: #415c52;
}
.sample-bottom {
  margin-top: 18px;
  color: var(--green);
}
.section-heading {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 55px;
}
.section-heading h2,.audience-inner h2,.guarantee-inner h2 {
  margin: 16px 0 12px;
  font-size: clamp(34px,5vw,48px);
  line-height: 1.1;
  letter-spacing: -2px;
}
.section-heading>p,.offer-subtitle {
  margin: 0 auto;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}
.receive-section {
  background: #fff;
}
.product-highlight {
  padding: 34px;
  display: flex;
  align-items: center;
  gap: 35px;
  background: #f5faf7;
  border: 1px solid #e5efe9;
  border-radius: 12px;
}
.product-number {
  font-size: 83px;
  font-weight: 800;
  letter-spacing: -8px;
  color: var(--green);
}
.product-number span {
  font-size: 36px;
}
.product-highlight h3 {
  margin: 0 0 8px;
  font-size: 23px;
}
.product-highlight p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.mini-tags {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.mini-tags span {
  padding: 6px 9px;
  background: #e5f3ed;
  color: #37705d;
  border-radius: 4px;
  font-size: 11px;
}
.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 30px;
  margin-top: 55px;
}
.benefit-icon {
  font-size: 25px;
  color: var(--green);
}
.benefit h3 {
  font-size: 16px;
  margin: 12px 0 8px;
}
.benefit p,.bonus-card>p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.topics-section {
  background: #102820;
}
.section-heading.light h2 {
  color: #fff;
}
.section-heading.light>p {
  color: #adc1b8;
}
.section-heading.light .eyebrow {
  color: #80d2ae;
}
.topics-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 12px;
}
.topic {
  min-height: 87px;
  padding: 16px;
  background: #18352b;
  border: 1px solid #284439;
  border-radius: 7px;
  color: #eef7f2;
  font-size: 13px;
  line-height: 1.4;
}
.topic span {
  display: block;
  margin-bottom: 7px;
  color: #79c5a5;
  font-size: 10px;
}
.topics-cta {
  text-align: center;
  margin-top: 42px;
}
.button-light {
  background: #e2f5eb;
  color: #125842;
}
.button-light:hover {
  background: #fff;
}
.bonus-section {
  background: #fff;
}
.bonus-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 19px;
}
.bonus-card {
  padding: 27px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}
.bonus-head {
  display: flex;
  justify-content: space-between;
  color: var(--green);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
}
.bonus-head span:last-child {
  color: #8a9891;
}
.bonus-card h3 {
  margin: 23px 0 9px;
  font-size: 21px;
  letter-spacing: -.4px;
}
.bonus-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  margin-top: 22px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.bonus-value strong {
  padding: 6px 9px;
  border-radius: 4px;
  background: #e8f5ec;
  color: #208056;
  font-size: 10px;
}
.audience-section {
  background: #f1f7f3;
}
.audience-inner {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 85px;
}
.audience-list>div {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #dce8df;
}
.audience-list>div:first-child {
  padding-top: 0;
}
.audience-list span {
  font-weight: 700;
  color: var(--green);
  font-size: 12px;
}
.audience-list p {
  margin: 0;
  color: #41514b;
  line-height: 1.65;
  font-size: 15px;
}
.offer-section {
  background: #fff;
}
.offer-card {
  max-width: 620px;
  margin: auto;
  padding: 48px;
  background: #f7fbf8;
  border: 1px solid #dbe8df;
  border-radius: 13px;
  text-align: center;
}
.offer-label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 4px;
  background: #e5f4ea;
  color: var(--green);
  font-size: 11px;
  letter-spacing: 1.4px;
  font-weight: 700;
}
.offer-card h2 {
  margin: 23px auto 12px;
  max-width: 470px;
  font-size: 39px;
  line-height: 1.13;
  letter-spacing: -1.7px;
}
.offer-subtitle {
  font-size: 15px;
}
.offer-checklist {
  text-align: left;
  margin: 30px 0 26px;
  padding: 22px;
  border-top: 1px solid #e0eae3;
  border-bottom: 1px solid #e0eae3;
}
.offer-checklist div {
  padding: 6px 0;
  font-size: 14px;
  color: #385047;
}
.price-anchor {
  font-size: 14px;
  color: var(--muted);
}
.price {
  font-size: 82px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -5px;
  color: var(--green);
}
.price span {
  font-size: 33px;
  letter-spacing: -1px;
}
.price-note,.offer-trust {
  font-size: 12px;
  color: var(--muted);
}
.final-button {
  width: 100%;
  margin-top: 24px;
}
.offer-trust {
  margin-top: 14px;
}
.guarantee-section {
  background: #e8f6ed;
}
.guarantee-inner {
  max-width: 780px;
  display: flex;
  align-items: center;
  gap: 45px;
}
.guarantee-seal {
  flex: 0 0 134px;
  height: 134px;
  border: 2px solid #19805f;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 700;
  color: var(--green);
}
.guarantee-seal span {
  font-size: 63px;
  line-height: .9;
  letter-spacing: -2px;
}
.guarantee-inner h2 {
  font-size: 35px;
}
.guarantee-inner p {
  color: #52665b;
  line-height: 1.7;
}
.faq-section {
  background: #fff;
}
.faq-inner {
  max-width: 790px;
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 21px 0;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary span {
  font-size: 23px;
  color: var(--green);
}
.faq-item[open] summary span {
  transform: rotate(45deg);
}
.faq-item>p {
  margin: 0 0 20px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}
footer {
  padding: 38px 0;
  background: #12241f;
  color: #dce8e2;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  font-size: 12px;
}
footer strong {
  font-size: 13px;
}
footer span {
  color: #9eb0a7;
}
@media (max-width:760px) {
  .section-pad {
    padding: 76px 0;
  }
  .container {
    width: calc(100% - 36px);
  }
  .hero {
    padding-top: 76px;
    padding-bottom: 0;
  }
  .hero h1 {
    font-size: 58px;
    letter-spacing: -3.5px;
  }
  .hero-description {
    font-size: 18px;
  }
  .trust-line {
    gap: 17px;
    font-size: 11px;
  }
  .card-stack {
    height: 325px;
    margin-top: 56px;
    width: min(355px,calc(100% - 35px));
  }
  .sample-card {
    padding: 20px;
  }
  .section-heading {
    margin-bottom: 38px;
  }
  .section-heading h2,.audience-inner h2 {
    font-size: 36px;
  }
  .section-heading>p {
    font-size: 16px;
  }
  .product-highlight {
    padding: 24px;
    display: block;
  }
  .product-number {
    font-size: 73px;
    margin-bottom: 8px;
  }
  .product-highlight h3 {
    font-size: 20px;
  }
  .benefits-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 30px 20px;
    margin-top: 39px;
  }
  .topics-grid {
    grid-template-columns: repeat(2,1fr);
  }
  .topic {
    min-height: 78px;
  }
  .bonus-grid {
    grid-template-columns: 1fr;
  }
  .audience-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .offer-card {
    padding: 31px 20px;
  }
  .offer-card h2 {
    font-size: 33px;
  }
  .offer-checklist {
    padding: 17px 5px;
  }
  .final-button {
    font-size: 13px;
    padding: 0 12px;
  }
  .guarantee-inner {
    display: block;
    text-align: center;
  }
  .guarantee-seal {
    height: 108px;
    width: 108px;
    margin: 0 auto 22px;
  }
  .guarantee-inner h2 {
    font-size: 32px;
  }
  footer .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width:390px) {
  .hero h1 {
    font-size: 49px;
  }
  .hero-description {
    font-size: 16px;
  }
  .purchase-button {
    font-size: 14px;
    padding: 0 18px;
  }
  .mini-tags {
    flex-wrap: wrap;
  }
  .sample-card h3 {
    font-size: 21px;
  }
  .benefits-grid {
    gap: 24px 14px;
  }
  .benefit h3 {
    font-size: 14px;
  }
  .benefit p {
    font-size: 12px;
  }
  .topic {
    font-size: 12px;
  }
  .offer-card h2 {
    font-size: 29px;
  }
  .price {
    font-size: 70px;
  }
}
.preview-section {
  overflow: hidden;
  background: linear-gradient(180deg,#f1f8f4 0%,#e4f3ec 100%);
}
.cards-carousel {
  position: relative;
  width: min(760px,100%);
  margin: 0 auto;
  padding: 0 82px 18px;
}
.carousel-stage {
  width: min(390px,100%);
  aspect-ratio: .69;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 28px 65px #123b2d24;
  border: 1px solid #d5e5dc;
  touch-action: pan-y;
  user-select: none;
}
.carousel-stage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-arrow {
  position: absolute;
  top: 43%;
  z-index: 2;
  width: 52px;
  height: 52px;
  border: 1px solid #c8ddd2;
  border-radius: 50%;
  background: #fff;
  color: var(--green-dark);
  font-size: 39px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 25px #173a2c1c;
  transition: transform .2s,background .2s,color .2s;
}
.carousel-arrow:hover {
  transform: scale(1.06);
  background: var(--green);
  color: #fff;
}
.carousel-prev {
  left: 5px;
}
.carousel-next {
  right: 5px;
}
.carousel-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 13px;
}
.carousel-meta strong {
  color: var(--green-dark);
  font-size: 15px;
}
.carousel-numbers {
  display: flex;
  gap: 7px;
  overflow-x: auto;
  margin: 18px auto 0;
  padding: 4px 2px 10px;
  scrollbar-width: thin;
  scrollbar-color: #a8cabb transparent;
}
.carousel-numbers button {
  flex: 0 0 34px;
  height: 34px;
  border: 1px solid #cbded4;
  border-radius: 50%;
  background: #f9fcfa;
  color: #567067;
  font-weight: 700;
  font-size: 11px;
  cursor: pointer;
}
.carousel-numbers button.active {
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}
.swipe-hint {
  text-align: center;
  margin: 8px 0 0;
  color: #71847d;
  font-size: 12px;
}
.preview-cta {
  text-align: center;
  margin-top: 28px;
}
@media (max-width:760px) {
  .cards-carousel {
    padding: 0 44px 12px;
  }
  .carousel-stage {
    border-radius: 13px;
  }
  .carousel-arrow {
    top: 42%;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }
  .carousel-prev {
    left: -3px;
  }
  .carousel-next {
    right: -3px;
  }
  .carousel-numbers {
    width: calc(100% + 70px);
    margin-left: -35px;
  }
  .preview-cta .purchase-button {
    width: 100%;
  }
}
.cards-carousel {
  width: min(920px,100%);
  padding-inline: 58px;
}
.carousel-infinite {
  position: relative;
  width: 100%;
  max-width: none;
  height: 570px;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.carousel-card {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d5e5dc;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 58px #123b2d21;
  transition: transform .35s ease,opacity .35s ease,filter .35s ease;
  cursor: pointer;
}
.carousel-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-card-current {
  z-index: 3;
  left: 50%;
  width: 390px;
  height: 570px;
  transform: translate(-50%,-50%);
  cursor: default;
}
.carousel-card-prev,.carousel-card-next {
  z-index: 1;
  width: 300px;
  height: 450px;
  opacity: .44;
  filter: saturate(.72);
  border: 0;
}
.carousel-card-prev {
  left: 0;
  transform: translate(-36%,-50%) rotate(-3deg);
}
.carousel-card-next {
  right: 0;
  transform: translate(36%,-50%) rotate(3deg);
}
.carousel-card-prev:hover {
  opacity: .7;
  transform: translate(-32%,-50%) rotate(-2deg);
}
.carousel-card-next:hover {
  opacity: .7;
  transform: translate(32%,-50%) rotate(2deg);
}
.carousel-arrow {
  top: 45%;
  z-index: 5;
}
.carousel-prev {
  left: 0;
}
.carousel-next {
  right: 0;
}
.carousel-numbers {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  overflow: visible;
  margin-inline: auto;
  padding-inline: 0;
}
.carousel-numbers button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (max-width:760px) {
  .cards-carousel {
    padding-inline: 34px;
  }
  .carousel-infinite {
    height: 505px;
  }
  .carousel-card-current {
    width: min(325px,82vw);
    height: 488px;
  }
  .carousel-card-prev,.carousel-card-next {
    width: 230px;
    height: 355px;
    opacity: .3;
  }
  .carousel-card-prev {
    left: 0;
    transform: translate(-72%,-50%) rotate(-3deg);
  }
  .carousel-card-next {
    right: 0;
    transform: translate(72%,-50%) rotate(3deg);
  }
  .carousel-card-prev:hover {
    transform: translate(-72%,-50%) rotate(-3deg);
  }
  .carousel-card-next:hover {
    transform: translate(72%,-50%) rotate(3deg);
  }
  .carousel-prev {
    left: -4px;
  }
  .carousel-next {
    right: -4px;
  }
  .carousel-numbers {
    width: 100%;
    margin-left: auto;
    gap: 5px;
  }
  .carousel-numbers button {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
