/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@layer properties;
:root, :host {
  --sd-color-gray-100: oklch(96.7% 0.003 264.542);
  --sd-color-gray-200: oklch(92.8% 0.006 264.531);
  --sd-color-gray-300: oklch(87.2% 0.01 258.338);
  --sd-color-gray-400: oklch(70.7% 0.022 261.325);
  --sd-color-black: #000;
  --sd-color-white: #fff;
  --sd-spacing: 0.25rem;
  --sd-text-xs: 0.75rem;
  --sd-text-xs--line-height: calc(1 / 0.75);
  --sd-text-sm: 0.875rem;
  --sd-text-sm--line-height: calc(1.25 / 0.875);
  --sd-font-weight-light: 300;
  --sd-font-weight-normal: 400;
  --sd-font-weight-medium: 500;
  --sd-font-weight-bold: 700;
  --sd-leading-normal: 1.5;
  --sd-radius-3xl: 1.5rem;
  --sd-radius-4xl: 2rem;
  --sd-default-transition-duration: 150ms;
  --sd-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.sd\:sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.sd\:absolute {
  position: absolute;
}
.sd\:fixed {
  position: fixed;
}
.sd\:relative {
  position: relative;
}
.sd\:sticky {
  position: sticky;
}
.sd\:inset-0 {
  inset: calc(var(--sd-spacing) * 0);
}
.sd\:top-0 {
  top: calc(var(--sd-spacing) * 0);
}
.sd\:top-1\/2 {
  top: calc(1/2 * 100%);
}
.sd\:top-4 {
  top: calc(var(--sd-spacing) * 4);
}
.sd\:top-\[13px\] {
  top: 13px;
}
.sd\:top-\[15px\] {
  top: 15px;
}
.sd\:top-\[24px\] {
  top: 24px;
}
.sd\:top-\[43px\] {
  top: 43px;
}
.sd\:top-\[50\%\] {
  top: 50%;
}
.sd\:top-\[62px\] {
  top: 62px;
}
.sd\:top-\[100px\] {
  top: 100px;
}
.sd\:top-\[180px\] {
  top: 180px;
}
.sd\:top-full {
  top: 100%;
}
.sd\:right-0 {
  right: calc(var(--sd-spacing) * 0);
}
.sd\:right-1 {
  right: calc(var(--sd-spacing) * 1);
}
.sd\:right-4 {
  right: calc(var(--sd-spacing) * 4);
}
.sd\:right-\[14px\] {
  right: 14px;
}
.sd\:right-\[16px\] {
  right: 16px;
}
.sd\:right-\[20px\] {
  right: 20px;
}
.sd\:right-\[24px\] {
  right: 24px;
}
.sd\:bottom-0 {
  bottom: calc(var(--sd-spacing) * 0);
}
.sd\:bottom-1 {
  bottom: calc(var(--sd-spacing) * 1);
}
.sd\:bottom-4 {
  bottom: calc(var(--sd-spacing) * 4);
}
.sd\:bottom-\[-110px\] {
  bottom: -110px;
}
.sd\:bottom-\[24px\] {
  bottom: 24px;
}
.sd\:bottom-\[calc\(100\%\+24px\)\] {
  bottom: calc(100% + 24px);
}
.sd\:left-0 {
  left: calc(var(--sd-spacing) * 0);
}
.sd\:left-1\/2 {
  left: calc(1/2 * 100%);
}
.sd\:left-\[12px\] {
  left: 12px;
}
.sd\:left-\[14px\] {
  left: 14px;
}
.sd\:left-\[15px\] {
  left: 15px;
}
.sd\:left-\[16px\] {
  left: 16px;
}
.sd\:left-\[20px\] {
  left: 20px;
}
.sd\:left-\[24px\] {
  left: 24px;
}
.sd\:left-\[50\%\] {
  left: 50%;
}
.sd\:z-10 {
  z-index: 10;
}
.sd\:z-\[-1\] {
  z-index: -1;
}
.sd\:z-\[1\] {
  z-index: 1;
}
.sd\:z-\[2\] {
  z-index: 2;
}
.sd\:z-\[91\] {
  z-index: 91;
}
.sd\:z-\[9999\] {
  z-index: 9999;
}
.sd\:z-\[10000\] {
  z-index: 10000;
}
.sd\:order-1 {
  order: 1;
}
.sd\:order-2 {
  order: 2;
}
.sd\:col-span-1 {
  grid-column: span 1 / span 1;
}
.sd\:col-span-2 {
  grid-column: span 2 / span 2;
}
.sd\:col-span-3 {
  grid-column: span 3 / span 3;
}
.sd\:col-span-4 {
  grid-column: span 4 / span 4;
}
.sd\:col-span-5 {
  grid-column: span 5 / span 5;
}
.sd\:col-span-7 {
  grid-column: span 7 / span 7;
}
.sd\:col-span-8 {
  grid-column: span 8 / span 8;
}
.sd\:col-span-10 {
  grid-column: span 10 / span 10;
}
.sd\:m-0 {
  margin: calc(var(--sd-spacing) * 0);
}
.sd\:mx-auto {
  margin-inline: auto;
}
.sd\:my-0 {
  margin-block: calc(var(--sd-spacing) * 0);
}
.sd\:my-\[5px\] {
  margin-block: 5px;
}
.sd\:my-\[16px\] {
  margin-block: 16px;
}
.sd\:my-\[48px\] {
  margin-block: 48px;
}
.sd\:my-auto {
  margin-block: auto;
}
.sd\:mt-0 {
  margin-top: calc(var(--sd-spacing) * 0);
}
.sd\:mt-\[-1px\] {
  margin-top: -1px;
}
.sd\:mt-\[-120px\] {
  margin-top: -120px;
}
.sd\:mt-\[8px\] {
  margin-top: 8px;
}
.sd\:mt-\[12px\] {
  margin-top: 12px;
}
.sd\:mt-\[13px\] {
  margin-top: 13px;
}
.sd\:mt-\[17px\] {
  margin-top: 17px;
}
.sd\:mt-\[20px\] {
  margin-top: 20px;
}
.sd\:mt-\[24px\] {
  margin-top: 24px;
}
.sd\:mt-\[25px\] {
  margin-top: 25px;
}
.sd\:mt-\[26px\] {
  margin-top: 26px;
}
.sd\:mt-\[40px\] {
  margin-top: 40px;
}
.sd\:mt-\[48px\] {
  margin-top: 48px;
}
.sd\:mt-\[50px\] {
  margin-top: 50px;
}
.sd\:mt-\[72px\] {
  margin-top: 72px;
}
.sd\:mt-\[96px\] {
  margin-top: 96px;
}
.sd\:mt-auto {
  margin-top: auto;
}
.sd\:mr-\[4px\] {
  margin-right: 4px;
}
.sd\:mb-0 {
  margin-bottom: calc(var(--sd-spacing) * 0);
}
.sd\:mb-20 {
  margin-bottom: calc(var(--sd-spacing) * 20);
}
.sd\:mb-\[-1px\] {
  margin-bottom: -1px;
}
.sd\:mb-\[4px\] {
  margin-bottom: 4px;
}
.sd\:mb-\[6px\] {
  margin-bottom: 6px;
}
.sd\:mb-\[8px\] {
  margin-bottom: 8px;
}
.sd\:mb-\[9px\] {
  margin-bottom: 9px;
}
.sd\:mb-\[10px\] {
  margin-bottom: 10px;
}
.sd\:mb-\[12px\] {
  margin-bottom: 12px;
}
.sd\:mb-\[13px\] {
  margin-bottom: 13px;
}
.sd\:mb-\[15px\] {
  margin-bottom: 15px;
}
.sd\:mb-\[16px\] {
  margin-bottom: 16px;
}
.sd\:mb-\[17px\] {
  margin-bottom: 17px;
}
.sd\:mb-\[19px\] {
  margin-bottom: 19px;
}
.sd\:mb-\[20px\] {
  margin-bottom: 20px;
}
.sd\:mb-\[24px\] {
  margin-bottom: 24px;
}
.sd\:mb-\[27px\] {
  margin-bottom: 27px;
}
.sd\:mb-\[28px\] {
  margin-bottom: 28px;
}
.sd\:mb-\[30px\] {
  margin-bottom: 30px;
}
.sd\:mb-\[33px\] {
  margin-bottom: 33px;
}
.sd\:mb-\[40px\] {
  margin-bottom: 40px;
}
.sd\:mb-\[46px\] {
  margin-bottom: 46px;
}
.sd\:mb-\[48px\] {
  margin-bottom: 48px;
}
.sd\:mb-\[64px\] {
  margin-bottom: 64px;
}
.sd\:mb-\[65px\] {
  margin-bottom: 65px;
}
.sd\:mb-\[96px\] {
  margin-bottom: 96px;
}
.sd\:box-border {
  box-sizing: border-box;
}
.sd\:block {
  display: block;
}
.sd\:flex {
  display: flex;
}
.sd\:grid {
  display: grid;
}
.sd\:hidden {
  display: none;
}
.sd\:inline-block {
  display: inline-block;
}
.sd\:inline-flex {
  display: inline-flex;
}
.sd\:aspect-\(--img-ratio\) {
  aspect-ratio: var(--img-ratio);
}
.sd\:aspect-\[1\/0\.8\] {
  aspect-ratio: 1/0.8;
}
.sd\:aspect-\[1\/1\.3\] {
  aspect-ratio: 1/1.3;
}
.sd\:aspect-\[1\/8\.55\] {
  aspect-ratio: 1/8.55;
}
.sd\:aspect-\[165\/131\] {
  aspect-ratio: 165/131;
}
.sd\:aspect-\[258\/430\] {
  aspect-ratio: 258/430;
}
.sd\:aspect-\[264\/264\] {
  aspect-ratio: 264/264;
}
.sd\:aspect-\[306\/245\] {
  aspect-ratio: 306/245;
}
.sd\:aspect-\[320\/248\] {
  aspect-ratio: 320/248;
}
.sd\:aspect-\[367\/286\] {
  aspect-ratio: 367/286;
}
.sd\:aspect-\[381\/286\] {
  aspect-ratio: 381/286;
}
.sd\:aspect-\[399\/496\.5\] {
  aspect-ratio: 399/496.5;
}
.sd\:aspect-\[432\/300\] {
  aspect-ratio: 432/300;
}
.sd\:aspect-\[437\/384\] {
  aspect-ratio: 437/384;
}
.sd\:aspect-\[442\/438\] {
  aspect-ratio: 442/438;
}
.sd\:aspect-\[454\/302\] {
  aspect-ratio: 454/302;
}
.sd\:aspect-\[500\/700\] {
  aspect-ratio: 500/700;
}
.sd\:aspect-\[550\/600\] {
  aspect-ratio: 550/600;
}
.sd\:aspect-square {
  aspect-ratio: 1 / 1;
}
.sd\:h-1\/2 {
  height: calc(1/2 * 100%);
}
.sd\:h-10 {
  height: calc(var(--sd-spacing) * 10);
}
.sd\:h-12 {
  height: calc(var(--sd-spacing) * 12);
}
.sd\:h-\[2px\] {
  height: 2px;
}
.sd\:h-\[5px\] {
  height: 5px;
}
.sd\:h-\[13px\] {
  height: 13px;
}
.sd\:h-\[20px\] {
  height: 20px;
}
.sd\:h-\[23px\] {
  height: 23px;
}
.sd\:h-\[24px\] {
  height: 24px;
}
.sd\:h-\[30px\] {
  height: 30px;
}
.sd\:h-\[32px\] {
  height: 32px;
}
.sd\:h-\[33px\] {
  height: 33px;
}
.sd\:h-\[40px\] {
  height: 40px;
}
.sd\:h-\[45px\] {
  height: 45px;
}
.sd\:h-\[50px\] {
  height: 50px;
}
.sd\:h-\[60px\] {
  height: 60px;
}
.sd\:h-\[62px\] {
  height: 62px;
}
.sd\:h-\[65px\] {
  height: 65px;
}
.sd\:h-\[70px\] {
  height: 70px;
}
.sd\:h-\[90px\] {
  height: 90px;
}
.sd\:h-\[96px\] {
  height: 96px;
}
.sd\:h-\[113px\] {
  height: 113px;
}
.sd\:h-\[143px\] {
  height: 143px;
}
.sd\:h-\[calc\(100\%-188px\)\] {
  height: calc(100% - 188px);
}
.sd\:h-auto {
  height: auto;
}
.sd\:h-full {
  height: 100%;
}
.sd\:max-h-\[41px\] {
  max-height: 41px;
}
.sd\:max-h-full {
  max-height: 100%;
}
.sd\:min-h-\[30px\] {
  min-height: 30px;
}
.sd\:min-h-\[40px\] {
  min-height: 40px;
}
.sd\:min-h-\[60px\] {
  min-height: 60px;
}
.sd\:min-h-\[500px\] {
  min-height: 500px;
}
.sd\:w-10 {
  width: calc(var(--sd-spacing) * 10);
}
.sd\:w-12 {
  width: calc(var(--sd-spacing) * 12);
}
.sd\:w-\[5px\] {
  width: 5px;
}
.sd\:w-\[13px\] {
  width: 13px;
}
.sd\:w-\[20px\] {
  width: 20px;
}
.sd\:w-\[23px\] {
  width: 23px;
}
.sd\:w-\[24px\] {
  width: 24px;
}
.sd\:w-\[30px\] {
  width: 30px;
}
.sd\:w-\[31\%\] {
  width: 31%;
}
.sd\:w-\[32px\] {
  width: 32px;
}
.sd\:w-\[40px\] {
  width: 40px;
}
.sd\:w-\[50px\] {
  width: 50px;
}
.sd\:w-\[60px\] {
  width: 60px;
}
.sd\:w-\[65px\] {
  width: 65px;
}
.sd\:w-\[70px\] {
  width: 70px;
}
.sd\:w-\[90px\] {
  width: 90px;
}
.sd\:w-\[96px\] {
  width: 96px;
}
.sd\:w-\[113px\] {
  width: 113px;
}
.sd\:w-\[calc\(33\.33\%-32px\)\] {
  width: calc(33.33% - 32px);
}
.sd\:w-\[calc\(50\%-18px\)\] {
  width: calc(50% - 18px);
}
.sd\:w-auto {
  width: auto;
}
.sd\:w-full {
  width: 100%;
}
.sd\:max-w-\[23px\] {
  max-width: 23px;
}
.sd\:max-w-\[40px\] {
  max-width: 40px;
}
.sd\:max-w-\[50px\] {
  max-width: 50px;
}
.sd\:max-w-\[58px\] {
  max-width: 58px;
}
.sd\:max-w-\[59\.8\%\] {
  max-width: 59.8%;
}
.sd\:max-w-\[65px\] {
  max-width: 65px;
}
.sd\:max-w-\[66\.5\%\] {
  max-width: 66.5%;
}
.sd\:max-w-\[70px\] {
  max-width: 70px;
}
.sd\:max-w-\[80px\] {
  max-width: 80px;
}
.sd\:max-w-\[87px\] {
  max-width: 87px;
}
.sd\:max-w-\[100px\] {
  max-width: 100px;
}
.sd\:max-w-\[140px\] {
  max-width: 140px;
}
.sd\:max-w-\[150px\] {
  max-width: 150px;
}
.sd\:max-w-\[184px\] {
  max-width: 184px;
}
.sd\:max-w-\[200px\] {
  max-width: 200px;
}
.sd\:max-w-\[202px\] {
  max-width: 202px;
}
.sd\:max-w-\[218px\] {
  max-width: 218px;
}
.sd\:max-w-\[250px\] {
  max-width: 250px;
}
.sd\:max-w-\[266px\] {
  max-width: 266px;
}
.sd\:max-w-\[343px\] {
  max-width: 343px;
}
.sd\:max-w-\[353px\] {
  max-width: 353px;
}
.sd\:max-w-\[369px\] {
  max-width: 369px;
}
.sd\:max-w-\[417px\] {
  max-width: 417px;
}
.sd\:max-w-\[442px\] {
  max-width: 442px;
}
.sd\:max-w-\[448px\] {
  max-width: 448px;
}
.sd\:max-w-\[454px\] {
  max-width: 454px;
}
.sd\:max-w-\[460px\] {
  max-width: 460px;
}
.sd\:max-w-\[480px\] {
  max-width: 480px;
}
.sd\:max-w-\[487px\] {
  max-width: 487px;
}
.sd\:max-w-\[524px\] {
  max-width: 524px;
}
.sd\:max-w-\[550px\] {
  max-width: 550px;
}
.sd\:max-w-\[600px\] {
  max-width: 600px;
}
.sd\:max-w-\[610px\] {
  max-width: 610px;
}
.sd\:max-w-\[666px\] {
  max-width: 666px;
}
.sd\:max-w-\[688px\] {
  max-width: 688px;
}
.sd\:max-w-\[700px\] {
  max-width: 700px;
}
.sd\:max-w-\[717px\] {
  max-width: 717px;
}
.sd\:max-w-\[720px\] {
  max-width: 720px;
}
.sd\:max-w-\[750px\] {
  max-width: 750px;
}
.sd\:max-w-\[814px\] {
  max-width: 814px;
}
.sd\:max-w-\[870px\] {
  max-width: 870px;
}
.sd\:max-w-\[894px\] {
  max-width: 894px;
}
.sd\:max-w-\[978px\] {
  max-width: 978px;
}
.sd\:max-w-\[1100px\] {
  max-width: 1100px;
}
.sd\:max-w-full {
  max-width: 100%;
}
.sd\:min-w-\[20px\] {
  min-width: 20px;
}
.sd\:min-w-\[40px\] {
  min-width: 40px;
}
.sd\:min-w-\[200\%\] {
  min-width: 200%;
}
.sd\:flex-1 {
  flex: 1;
}
.sd\:shrink {
  flex-shrink: 1;
}
.sd\:grow {
  flex-grow: 1;
}
.sd\:basis-\[33\.5\%\] {
  flex-basis: 33.5%;
}
.sd\:basis-\[41\.2\%\] {
  flex-basis: 41.2%;
}
.sd\:basis-\[59\.8\%\] {
  flex-basis: 59.8%;
}
.sd\:basis-\[66\.5\%\] {
  flex-basis: 66.5%;
}
.sd\:basis-\[293px\] {
  flex-basis: 293px;
}
.sd\:basis-\[571px\] {
  flex-basis: 571px;
}
.sd\:basis-\[666px\] {
  flex-basis: 666px;
}
.sd\:basis-\[814px\] {
  flex-basis: 814px;
}
.sd\:translate-\[-50\%\] {
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.sd\:-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.sd\:translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.sd\:-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.sd\:translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.sd\:rotate-90 {
  rotate: 90deg;
}
.sd\:transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.sd\:cursor-move {
  cursor: move;
}
.sd\:cursor-pointer {
  cursor: pointer;
}
.sd\:list-inside {
  list-style-position: inside;
}
.sd\:list-none {
  list-style-type: none;
}
.sd\:appearance-none {
  appearance: none;
}
.sd\:grid-flow-col {
  grid-auto-flow: column;
}
.sd\:grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.sd\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sd\:grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sd\:grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.sd\:grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.sd\:grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.sd\:grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.sd\:grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.sd\:grid-rows-\[1fr_1fr_140px\] {
  grid-template-rows: 1fr 1fr 140px;
}
.sd\:flex-col {
  flex-direction: column;
}
.sd\:flex-col-reverse {
  flex-direction: column-reverse;
}
.sd\:flex-row {
  flex-direction: row;
}
.sd\:flex-wrap {
  flex-wrap: wrap;
}
.sd\:items-center {
  align-items: center;
}
.sd\:items-end {
  align-items: flex-end;
}
.sd\:items-start {
  align-items: flex-start;
}
.sd\:justify-between {
  justify-content: space-between;
}
.sd\:justify-center {
  justify-content: center;
}
.sd\:justify-end {
  justify-content: flex-end;
}
.sd\:justify-items-center {
  justify-items: center;
}
.sd\:gap-2 {
  gap: calc(var(--sd-spacing) * 2);
}
.sd\:gap-\[3px\] {
  gap: 3px;
}
.sd\:gap-\[4px\] {
  gap: 4px;
}
.sd\:gap-\[5px\] {
  gap: 5px;
}
.sd\:gap-\[6px\] {
  gap: 6px;
}
.sd\:gap-\[7px\] {
  gap: 7px;
}
.sd\:gap-\[8px\] {
  gap: 8px;
}
.sd\:gap-\[9px\] {
  gap: 9px;
}
.sd\:gap-\[10px\] {
  gap: 10px;
}
.sd\:gap-\[12px\] {
  gap: 12px;
}
.sd\:gap-\[14px\] {
  gap: 14px;
}
.sd\:gap-\[15px\] {
  gap: 15px;
}
.sd\:gap-\[16px\] {
  gap: 16px;
}
.sd\:gap-\[17px\] {
  gap: 17px;
}
.sd\:gap-\[20px\] {
  gap: 20px;
}
.sd\:gap-\[22px\] {
  gap: 22px;
}
.sd\:gap-\[23px\] {
  gap: 23px;
}
.sd\:gap-\[24px\] {
  gap: 24px;
}
.sd\:gap-\[25px\] {
  gap: 25px;
}
.sd\:gap-\[39px\] {
  gap: 39px;
}
.sd\:gap-\[40px\] {
  gap: 40px;
}
.sd\:gap-\[48px\] {
  gap: 48px;
}
.sd\:gap-\[80px\] {
  gap: 80px;
}
.sd\:gap-x-\[20px\] {
  column-gap: 20px;
}
.sd\:gap-x-\[24px\] {
  column-gap: 24px;
}
.sd\:gap-x-\[31px\] {
  column-gap: 31px;
}
.sd\:gap-y-\[5px\] {
  row-gap: 5px;
}
.sd\:gap-y-\[10px\] {
  row-gap: 10px;
}
.sd\:gap-y-\[12px\] {
  row-gap: 12px;
}
.sd\:gap-y-\[20px\] {
  row-gap: 20px;
}
.sd\:gap-y-\[48px\] {
  row-gap: 48px;
}
.sd\:self-center {
  align-self: center;
}
.sd\:self-end {
  align-self: flex-end;
}
.sd\:\!overflow-visible {
  overflow: visible !important;
}
.sd\:overflow-auto {
  overflow: auto;
}
.sd\:overflow-hidden {
  overflow: hidden;
}
.sd\:overflow-x-auto {
  overflow-x: auto;
}
.sd\:overflow-y-hidden {
  overflow-y: hidden;
}
.sd\:overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.sd\:rounded-3xl {
  border-radius: var(--sd-radius-3xl);
}
.sd\:rounded-4xl {
  border-radius: var(--sd-radius-4xl);
}
.sd\:rounded-\[4px\] {
  border-radius: 4px;
}
.sd\:rounded-\[5px\] {
  border-radius: 5px;
}
.sd\:rounded-\[8px\] {
  border-radius: 8px;
}
.sd\:rounded-\[10px\] {
  border-radius: 10px;
}
.sd\:rounded-\[12px\] {
  border-radius: 12px;
}
.sd\:rounded-\[15px\] {
  border-radius: 15px;
}
.sd\:rounded-\[20px\] {
  border-radius: 20px;
}
.sd\:rounded-\[24px\] {
  border-radius: 24px;
}
.sd\:rounded-\[28px\] {
  border-radius: 28px;
}
.sd\:rounded-\[32px\] {
  border-radius: 32px;
}
.sd\:rounded-\[40px\] {
  border-radius: 40px;
}
.sd\:rounded-\[45px\] {
  border-radius: 45px;
}
.sd\:rounded-\[60px\] {
  border-radius: 60px;
}
.sd\:rounded-\[85px\] {
  border-radius: 85px;
}
.sd\:rounded-\[90px\] {
  border-radius: 90px;
}
.sd\:rounded-\[99px\] {
  border-radius: 99px;
}
.sd\:rounded-\[100px\] {
  border-radius: 100px;
}
.sd\:rounded-\[125px\] {
  border-radius: 125px;
}
.sd\:rounded-full {
  border-radius: calc(infinity * 1px);
}
.sd\:rounded-t-\[30px\] {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.sd\:rounded-t-\[50px\] {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.sd\:rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.sd\:rounded-b-\[30px\] {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
.sd\:rounded-b-\[50px\] {
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
}
.sd\:border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.sd\:border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.sd\:border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.sd\:border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.sd\:border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.sd\:border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.sd\:border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.sd\:border-none {
  --tw-border-style: none;
  border-style: none;
}
.sd\:border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.sd\:border-\(--border-color\) {
  border-color: var(--border-color);
}
.sd\:border-\[\#1A1A1A4D\] {
  border-color: #1A1A1A4D;
}
.sd\:border-\[\#1A1A1ACC\] {
  border-color: #1A1A1ACC;
}
.sd\:border-\[\#1D1D1B\] {
  border-color: #1D1D1B;
}
.sd\:border-\[\#636363\] {
  border-color: #636363;
}
.sd\:border-\[\#17171712\] {
  border-color: #17171712;
}
.sd\:border-\[\#17171733\] {
  border-color: #17171733;
}
.sd\:border-\[\#E1E6EF\] {
  border-color: #E1E6EF;
}
.sd\:border-\[\#EEEDEB\] {
  border-color: #EEEDEB;
}
.sd\:border-\[\#EF6079\] {
  border-color: #EF6079;
}
.sd\:border-\[\#F8F4E9\] {
  border-color: #F8F4E9;
}
.sd\:border-\[\#F8F8F8\] {
  border-color: #F8F8F8;
}
.sd\:border-\[\#FDDA24\] {
  border-color: #FDDA24;
}
.sd\:border-\[\#fff\] {
  border-color: #fff;
}
.sd\:border-\[\#ffffff1a\] {
  border-color: #ffffff1a;
}
.sd\:border-gray-300 {
  border-color: var(--sd-color-gray-300);
}
.sd\:border-transparent {
  border-color: transparent;
}
.sd\:border-white {
  border-color: var(--sd-color-white);
}
.sd\:bg-\(--background-color\) {
  background-color: var(--background-color);
}
.sd\:bg-\(--bg-color\) {
  background-color: var(--bg-color);
}
.sd\:bg-\(--button-color\) {
  background-color: var(--button-color);
}
.sd\:bg-\(--rounded-bg-color\) {
  background-color: var(--rounded-bg-color);
}
.sd\:bg-\[\#1A1A1A4D\] {
  background-color: #1A1A1A4D;
}
.sd\:bg-\[\#1A1A1ACC\] {
  background-color: #1A1A1ACC;
}
.sd\:bg-\[\#1A1A1A\] {
  background-color: #1A1A1A;
}
.sd\:bg-\[\#2AD2C9\] {
  background-color: #2AD2C9;
}
.sd\:bg-\[\#00000040\] {
  background-color: #00000040;
}
.sd\:bg-\[\#11181F\] {
  background-color: #11181F;
}
.sd\:bg-\[\#D9D9D9\] {
  background-color: #D9D9D9;
}
.sd\:bg-\[\#D48BC8\] {
  background-color: #D48BC8;
}
.sd\:bg-\[\#E5E5E5\] {
  background-color: #E5E5E5;
}
.sd\:bg-\[\#EF6079\] {
  background-color: #EF6079;
}
.sd\:bg-\[\#F5B976\] {
  background-color: #F5B976;
}
.sd\:bg-\[\#F6F6F6\] {
  background-color: #F6F6F6;
}
.sd\:bg-\[\#F8F4E9\] {
  background-color: #F8F4E9;
}
.sd\:bg-\[\#F8F8F8\] {
  background-color: #F8F8F8;
}
.sd\:bg-\[\#F8F9FC\] {
  background-color: #F8F9FC;
}
.sd\:bg-\[\#FAF9F5\] {
  background-color: #FAF9F5;
}
.sd\:bg-\[\#FDDA24\] {
  background-color: #FDDA24;
}
.sd\:bg-\[\#FEFAEF\] {
  background-color: #FEFAEF;
}
.sd\:bg-\[\#FFB25B1A\] {
  background-color: #FFB25B1A;
}
.sd\:bg-\[\#FFB25B\] {
  background-color: #FFB25B;
}
.sd\:bg-\[\#FFF\] {
  background-color: #FFF;
}
.sd\:bg-\[\#fff\] {
  background-color: #fff;
}
.sd\:bg-\[\#ffffff6b\] {
  background-color: #ffffff6b;
}
.sd\:bg-\[\#ffffff40\] {
  background-color: #ffffff40;
}
.sd\:bg-black {
  background-color: var(--sd-color-black);
}
.sd\:bg-gray-100 {
  background-color: var(--sd-color-gray-100);
}
.sd\:bg-gray-200 {
  background-color: var(--sd-color-gray-200);
}
.sd\:bg-transparent {
  background-color: transparent;
}
.sd\:bg-white {
  background-color: var(--sd-color-white);
}
.sd\:bg-\(image\:--bg-url\) {
  background-image: var(--bg-url);
}
.sd\:bg-none {
  background-image: none;
}
.sd\:bg-contain {
  background-size: contain;
}
.sd\:bg-cover {
  background-size: cover;
}
.sd\:bg-size-\[70\%\] {
  background-size: 70%;
}
.sd\:bg-size-\[100\%_100\%\] {
  background-size: 100% 100%;
}
.sd\:bg-bottom-left {
  background-position: left bottom;
}
.sd\:bg-center {
  background-position: center;
}
.sd\:bg-position-\[40\%\] {
  background-position: 40%;
}
.sd\:bg-no-repeat {
  background-repeat: no-repeat;
}
.sd\:bg-repeat-x {
  background-repeat: repeat-x;
}
.sd\:fill-white {
  fill: var(--sd-color-white);
}
.sd\:object-contain {
  object-fit: contain;
}
.sd\:object-cover {
  object-fit: cover;
}
.sd\:object-center {
  object-position: center;
}
.sd\:object-right {
  object-position: right;
}
.sd\:p-0 {
  padding: calc(var(--sd-spacing) * 0);
}
.sd\:p-1 {
  padding: calc(var(--sd-spacing) * 1);
}
.sd\:p-2 {
  padding: calc(var(--sd-spacing) * 2);
}
.sd\:p-3 {
  padding: calc(var(--sd-spacing) * 3);
}
.sd\:p-\[2px\] {
  padding: 2px;
}
.sd\:p-\[6px\] {
  padding: 6px;
}
.sd\:p-\[10px\] {
  padding: 10px;
}
.sd\:p-\[11px\] {
  padding: 11px;
}
.sd\:p-\[12px\] {
  padding: 12px;
}
.sd\:p-\[13px\] {
  padding: 13px;
}
.sd\:p-\[16px\] {
  padding: 16px;
}
.sd\:p-\[20px\] {
  padding: 20px;
}
.sd\:p-\[22px\] {
  padding: 22px;
}
.sd\:p-\[24px\] {
  padding: 24px;
}
.sd\:p-\[28px\] {
  padding: 28px;
}
.sd\:p-\[30px\] {
  padding: 30px;
}
.sd\:p-\[40px\] {
  padding: 40px;
}
.sd\:px-4 {
  padding-inline: calc(var(--sd-spacing) * 4);
}
.sd\:px-\[5px\] {
  padding-inline: 5px;
}
.sd\:px-\[10px\] {
  padding-inline: 10px;
}
.sd\:px-\[12px\] {
  padding-inline: 12px;
}
.sd\:px-\[14px\] {
  padding-inline: 14px;
}
.sd\:px-\[15px\] {
  padding-inline: 15px;
}
.sd\:px-\[16px\] {
  padding-inline: 16px;
}
.sd\:px-\[18px\] {
  padding-inline: 18px;
}
.sd\:px-\[20px\] {
  padding-inline: 20px;
}
.sd\:px-\[24px\] {
  padding-inline: 24px;
}
.sd\:px-\[25px\] {
  padding-inline: 25px;
}
.sd\:px-\[26px\] {
  padding-inline: 26px;
}
.sd\:px-\[29px\] {
  padding-inline: 29px;
}
.sd\:px-\[30px\] {
  padding-inline: 30px;
}
.sd\:px-\[33px\] {
  padding-inline: 33px;
}
.sd\:px-\[35px\] {
  padding-inline: 35px;
}
.sd\:px-\[41px\] {
  padding-inline: 41px;
}
.sd\:px-\[46px\] {
  padding-inline: 46px;
}
.sd\:px-\[48px\] {
  padding-inline: 48px;
}
.sd\:py-\[4px\] {
  padding-block: 4px;
}
.sd\:py-\[5px\] {
  padding-block: 5px;
}
.sd\:py-\[6px\] {
  padding-block: 6px;
}
.sd\:py-\[8px\] {
  padding-block: 8px;
}
.sd\:py-\[10px\] {
  padding-block: 10px;
}
.sd\:py-\[11px\] {
  padding-block: 11px;
}
.sd\:py-\[12px\] {
  padding-block: 12px;
}
.sd\:py-\[14px\] {
  padding-block: 14px;
}
.sd\:py-\[15px\] {
  padding-block: 15px;
}
.sd\:py-\[16px\] {
  padding-block: 16px;
}
.sd\:py-\[17px\] {
  padding-block: 17px;
}
.sd\:py-\[19px\] {
  padding-block: 19px;
}
.sd\:py-\[20px\] {
  padding-block: 20px;
}
.sd\:py-\[22px\] {
  padding-block: 22px;
}
.sd\:py-\[24px\] {
  padding-block: 24px;
}
.sd\:py-\[28px\] {
  padding-block: 28px;
}
.sd\:py-\[30px\] {
  padding-block: 30px;
}
.sd\:py-\[40px\] {
  padding-block: 40px;
}
.sd\:py-\[48px\] {
  padding-block: 48px;
}
.sd\:py-\[50px\] {
  padding-block: 50px;
}
.sd\:py-\[60px\] {
  padding-block: 60px;
}
.sd\:py-\[62px\] {
  padding-block: 62px;
}
.sd\:py-\[64px\] {
  padding-block: 64px;
}
.sd\:py-\[72px\] {
  padding-block: 72px;
}
.sd\:py-\[90px\] {
  padding-block: 90px;
}
.sd\:py-\[96px\] {
  padding-block: 96px;
}
.sd\:py-\[120px\] {
  padding-block: 120px;
}
.sd\:pt-0 {
  padding-top: calc(var(--sd-spacing) * 0);
}
.sd\:pt-\[11px\] {
  padding-top: 11px;
}
.sd\:pt-\[13px\] {
  padding-top: 13px;
}
.sd\:pt-\[16px\] {
  padding-top: 16px;
}
.sd\:pt-\[24px\] {
  padding-top: 24px;
}
.sd\:pt-\[25px\] {
  padding-top: 25px;
}
.sd\:pt-\[30px\] {
  padding-top: 30px;
}
.sd\:pt-\[40px\] {
  padding-top: 40px;
}
.sd\:pt-\[56px\] {
  padding-top: 56px;
}
.sd\:pt-\[72px\] {
  padding-top: 72px;
}
.sd\:pt-\[90px\] {
  padding-top: 90px;
}
.sd\:pt-\[96px\] {
  padding-top: 96px;
}
.sd\:pt-\[120px\] {
  padding-top: 120px;
}
.sd\:pt-\[149px\] {
  padding-top: 149px;
}
.sd\:pr-\[50px\] {
  padding-right: 50px;
}
.sd\:pr-\[100px\] {
  padding-right: 100px;
}
.sd\:pb-\[10px\] {
  padding-bottom: 10px;
}
.sd\:pb-\[12px\] {
  padding-bottom: 12px;
}
.sd\:pb-\[29px\] {
  padding-bottom: 29px;
}
.sd\:pb-\[30px\] {
  padding-bottom: 30px;
}
.sd\:pb-\[40px\] {
  padding-bottom: 40px;
}
.sd\:pb-\[48px\] {
  padding-bottom: 48px;
}
.sd\:pb-\[60px\] {
  padding-bottom: 60px;
}
.sd\:pb-\[64px\] {
  padding-bottom: 64px;
}
.sd\:pb-\[70px\] {
  padding-bottom: 70px;
}
.sd\:pb-\[96px\] {
  padding-bottom: 96px;
}
.sd\:pl-\[1px\] {
  padding-left: 1px;
}
.sd\:pl-\[30px\] {
  padding-left: 30px;
}
.sd\:pl-\[50px\] {
  padding-left: 50px;
}
.sd\:text-center {
  text-align: center;
}
.sd\:text-right {
  text-align: right;
}
.sd\:align-middle {
  vertical-align: middle;
}
.sd\:text-sm {
  font-size: var(--sd-text-sm);
  line-height: var(--tw-leading, var(--sd-text-sm--line-height));
}
.sd\:text-xs {
  font-size: var(--sd-text-xs);
  line-height: var(--tw-leading, var(--sd-text-xs--line-height));
}
.sd\:text-\[0px\] {
  font-size: 0px;
}
.sd\:text-\[10px\] {
  font-size: 10px;
}
.sd\:text-\[11\.625px\] {
  font-size: 11.625px;
}
.sd\:text-\[11\.703px\] {
  font-size: 11.703px;
}
.sd\:text-\[11px\] {
  font-size: 11px;
}
.sd\:text-\[12px\] {
  font-size: 12px;
}
.sd\:text-\[13px\] {
  font-size: 13px;
}
.sd\:text-\[14px\] {
  font-size: 14px;
}
.sd\:text-\[15\.469px\] {
  font-size: 15.469px;
}
.sd\:text-\[15\.625px\] {
  font-size: 15.625px;
}
.sd\:text-\[15px\] {
  font-size: 15px;
}
.sd\:text-\[16px\] {
  font-size: 16px;
}
.sd\:text-\[18px\] {
  font-size: 18px;
}
.sd\:text-\[20px\] {
  font-size: 20px;
}
.sd\:text-\[24px\] {
  font-size: 24px;
}
.sd\:text-\[25px\] {
  font-size: 25px;
}
.sd\:text-\[26px\] {
  font-size: 26px;
}
.sd\:text-\[28px\] {
  font-size: 28px;
}
.sd\:text-\[30px\] {
  font-size: 30px;
}
.sd\:text-\[34px\] {
  font-size: 34px;
}
.sd\:text-\[40px\] {
  font-size: 40px;
}
.sd\:text-\[64px\] {
  font-size: 64px;
}
.sd\:leading-0 {
  --tw-leading: calc(var(--sd-spacing) * 0);
  line-height: calc(var(--sd-spacing) * 0);
}
.sd\:leading-\[1\] {
  --tw-leading: 1;
  line-height: 1;
}
.sd\:leading-\[normal\] {
  --tw-leading: normal;
  line-height: normal;
}
.sd\:font-\[300\] {
  --tw-font-weight: 300;
  font-weight: 300;
}
.sd\:font-\[500\] {
  --tw-font-weight: 500;
  font-weight: 500;
}
.sd\:font-\[600\] {
  --tw-font-weight: 600;
  font-weight: 600;
}
.sd\:font-\[700\] {
  --tw-font-weight: 700;
  font-weight: 700;
}
.sd\:font-bold {
  --tw-font-weight: var(--sd-font-weight-bold);
  font-weight: var(--sd-font-weight-bold);
}
.sd\:font-light {
  --tw-font-weight: var(--sd-font-weight-light);
  font-weight: var(--sd-font-weight-light);
}
.sd\:font-medium {
  --tw-font-weight: var(--sd-font-weight-medium);
  font-weight: var(--sd-font-weight-medium);
}
.sd\:font-normal {
  --tw-font-weight: var(--sd-font-weight-normal);
  font-weight: var(--sd-font-weight-normal);
}
.sd\:tracking-\[-\.92px\] {
  --tw-tracking: -.92px;
  letter-spacing: -.92px;
}
.sd\:tracking-\[-0\.42px\] {
  --tw-tracking: -0.42px;
  letter-spacing: -0.42px;
}
.sd\:tracking-\[-0\.54px\] {
  --tw-tracking: -0.54px;
  letter-spacing: -0.54px;
}
.sd\:tracking-\[-0\.72px\] {
  --tw-tracking: -0.72px;
  letter-spacing: -0.72px;
}
.sd\:tracking-\[-0\.72pxx\] {
  --tw-tracking: -0.72pxx;
  letter-spacing: -0.72pxx;
}
.sd\:tracking-\[-1\.2px\] {
  --tw-tracking: -1.2px;
  letter-spacing: -1.2px;
}
.sd\:tracking-\[-1\.2pxpx\] {
  --tw-tracking: -1.2pxpx;
  letter-spacing: -1.2pxpx;
}
.sd\:tracking-\[-1\.92px\] {
  --tw-tracking: -1.92px;
  letter-spacing: -1.92px;
}
.sd\:tracking-\[0\.3px\] {
  --tw-tracking: 0.3px;
  letter-spacing: 0.3px;
}
.sd\:tracking-\[0\.54px\] {
  --tw-tracking: 0.54px;
  letter-spacing: 0.54px;
}
.sd\:tracking-\[3px\] {
  --tw-tracking: 3px;
  letter-spacing: 3px;
}
.sd\:text-nowrap {
  text-wrap: nowrap;
}
.sd\:break-words {
  overflow-wrap: break-word;
}
.sd\:whitespace-nowrap {
  white-space: nowrap;
}
.sd\:text-\(--button-text-color\) {
  color: var(--button-text-color);
}
.sd\:text-\(--link-color\) {
  color: var(--link-color);
}
.sd\:text-\(--text-color\) {
  color: var(--text-color);
}
.sd\:text-\[\#\#11181F\] {
  color: ##11181F;
}
.sd\:text-\[\#000\] {
  color: #000;
}
.sd\:text-\[\#1A1A1A4D\] {
  color: #1A1A1A4D;
}
.sd\:text-\[\#1A1A1ACC\] {
  color: #1A1A1ACC;
}
.sd\:text-\[\#1C1C1C\] {
  color: #1C1C1C;
}
.sd\:text-\[\#4A4A44\] {
  color: #4A4A44;
}
.sd\:text-\[\#4E4F50\] {
  color: #4E4F50;
}
.sd\:text-\[\#555\] {
  color: #555;
}
.sd\:text-\[\#11181F\] {
  color: #11181F;
}
.sd\:text-\[\#121212\] {
  color: #121212;
}
.sd\:text-\[\#161616\] {
  color: #161616;
}
.sd\:text-\[\#171717\] {
  color: #171717;
}
.sd\:text-\[\#444446\] {
  color: #444446;
}
.sd\:text-\[\#868686\] {
  color: #868686;
}
.sd\:text-\[\#EF6079\] {
  color: #EF6079;
}
.sd\:text-\[\#F1F3F9\] {
  color: #F1F3F9;
}
.sd\:text-\[\#F8F4E9\] {
  color: #F8F4E9;
}
.sd\:text-\[\#F8F8F8\] {
  color: #F8F8F8;
}
.sd\:text-\[\#FDDA24\] {
  color: #FDDA24;
}
.sd\:text-\[\#FEFAEF\] {
  color: #FEFAEF;
}
.sd\:text-\[\#FF4D4D\] {
  color: #FF4D4D;
}
.sd\:text-\[\#ef607a\] {
  color: #ef607a;
}
.sd\:text-\[\#fff\] {
  color: #fff;
}
.sd\:text-black {
  color: var(--sd-color-black);
}
.sd\:text-white {
  color: var(--sd-color-white);
}
.sd\:text-white\/50 {
  color: var(--sd-color-white);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--sd-color-white) 50%, transparent);
  }
}
.sd\:uppercase {
  text-transform: uppercase;
}
.sd\:\!no-underline {
  text-decoration-line: none !important;
}
.sd\:line-through {
  text-decoration-line: line-through;
}
.sd\:no-underline {
  text-decoration-line: none;
}
.sd\:opacity-0 {
  opacity: 0%;
}
.sd\:opacity-40 {
  opacity: 40%;
}
.sd\:opacity-45 {
  opacity: 45%;
}
.sd\:opacity-50 {
  opacity: 50%;
}
.sd\:shadow-\[0_0_56px_0_rgba\(0\,0\,0\,0\.20\)\] {
  --tw-shadow: 0 0 56px 0 var(--tw-shadow-color, rgba(0,0,0,0.20));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.sd\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.sd\:shadow-md {
  --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.sd\:transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--sd-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--sd-default-transition-duration));
}
.sd\:transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--sd-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--sd-default-transition-duration));
}
.sd\:transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--sd-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--sd-default-transition-duration));
}
.sd\:transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--sd-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--sd-default-transition-duration));
}
.sd\:duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.sd\:duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.sd\:group-open\:bg-\(--active-color\) {
  &:is(:where(.sd\:group):is([open], :popover-open, :open) *) {
    background-color: var(--active-color);
  }
}
.sd\:group-open\:text-\(--active-text-color\) {
  &:is(:where(.sd\:group):is([open], :popover-open, :open) *) {
    color: var(--active-text-color);
  }
}
.sd\:group-hover\:block {
  &:is(:where(.sd\:group):hover *) {
    @media (hover: hover) {
      display: block;
    }
  }
}
.sd\:group-hover\:hidden {
  &:is(:where(.sd\:group):hover *) {
    @media (hover: hover) {
      display: none;
    }
  }
}
.sd\:placeholder\:text-white {
  &::placeholder {
    color: var(--sd-color-white);
  }
}
.sd\:hover\:border-\[\#D48BC8\] {
  &:hover {
    @media (hover: hover) {
      border-color: #D48BC8;
    }
  }
}
.sd\:hover\:border-gray-400 {
  &:hover {
    @media (hover: hover) {
      border-color: var(--sd-color-gray-400);
    }
  }
}
.sd\:hover\:bg-\(--active-color\) {
  &:hover {
    @media (hover: hover) {
      background-color: var(--active-color);
    }
  }
}
.sd\:hover\:bg-\[\#1A1A1ACC\] {
  &:hover {
    @media (hover: hover) {
      background-color: #1A1A1ACC;
    }
  }
}
.sd\:hover\:bg-\[\#EF6079\] {
  &:hover {
    @media (hover: hover) {
      background-color: #EF6079;
    }
  }
}
.sd\:hover\:bg-black {
  &:hover {
    @media (hover: hover) {
      background-color: var(--sd-color-black);
    }
  }
}
.sd\:hover\:text-\(--active-text-color\) {
  &:hover {
    @media (hover: hover) {
      color: var(--active-text-color);
    }
  }
}
.sd\:hover\:text-\[\#D48BC8\] {
  &:hover {
    @media (hover: hover) {
      color: #D48BC8;
    }
  }
}
.sd\:hover\:text-\[\#fff\] {
  &:hover {
    @media (hover: hover) {
      color: #fff;
    }
  }
}
.sd\:hover\:text-white {
  &:hover {
    @media (hover: hover) {
      color: var(--sd-color-white);
    }
  }
}
.sd\:hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.sd\:hover\:opacity-100 {
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.sd\:aria-disabled\:border-\[\#636363\] {
  &[aria-disabled="true"] {
    border-color: #636363;
  }
}
.sd\:aria-disabled\:opacity-25 {
  &[aria-disabled="true"] {
    opacity: 25%;
  }
}
.sd\:aria-disabled\:opacity-50 {
  &[aria-disabled="true"] {
    opacity: 50%;
  }
}
.sd\:sm\:bg-contain {
  @media (width >= 40rem) {
    background-size: contain;
  }
}
.sd\:sm\:bg-size-\[50\%\] {
  @media (width >= 40rem) {
    background-size: 50%;
  }
}
.sd\:sm\:py-\[50px\] {
  @media (width >= 40rem) {
    padding-block: 50px;
  }
}
.sd\:sm\:pr-\[80px\] {
  @media (width >= 40rem) {
    padding-right: 80px;
  }
}
.sd\:sm\:pl-\[42px\] {
  @media (width >= 40rem) {
    padding-left: 42px;
  }
}
.sd\:sm\:text-\[30px\] {
  @media (width >= 40rem) {
    font-size: 30px;
  }
}
.sd\:md\:absolute {
  @media (width >= 48rem) {
    position: absolute;
  }
}
.sd\:md\:relative {
  @media (width >= 48rem) {
    position: relative;
  }
}
.sd\:md\:sticky {
  @media (width >= 48rem) {
    position: sticky;
  }
}
.sd\:md\:top-0 {
  @media (width >= 48rem) {
    top: calc(var(--sd-spacing) * 0);
  }
}
.sd\:md\:top-\[100px\] {
  @media (width >= 48rem) {
    top: 100px;
  }
}
.sd\:md\:right-\[-60px\] {
  @media (width >= 48rem) {
    right: -60px;
  }
}
.sd\:md\:right-\[48px\] {
  @media (width >= 48rem) {
    right: 48px;
  }
}
.sd\:md\:order-1 {
  @media (width >= 48rem) {
    order: 1;
  }
}
.sd\:md\:order-2 {
  @media (width >= 48rem) {
    order: 2;
  }
}
.sd\:md\:col-span-1 {
  @media (width >= 48rem) {
    grid-column: span 1 / span 1;
  }
}
.sd\:md\:col-span-2 {
  @media (width >= 48rem) {
    grid-column: span 2 / span 2;
  }
}
.sd\:md\:col-span-3 {
  @media (width >= 48rem) {
    grid-column: span 3 / span 3;
  }
}
.sd\:md\:col-span-4 {
  @media (width >= 48rem) {
    grid-column: span 4 / span 4;
  }
}
.sd\:md\:col-span-6 {
  @media (width >= 48rem) {
    grid-column: span 6 / span 6;
  }
}
.sd\:md\:col-span-7 {
  @media (width >= 48rem) {
    grid-column: span 7 / span 7;
  }
}
.sd\:md\:col-span-8 {
  @media (width >= 48rem) {
    grid-column: span 8 / span 8;
  }
}
.sd\:md\:col-span-9 {
  @media (width >= 48rem) {
    grid-column: span 9 / span 9;
  }
}
.sd\:md\:col-start-5 {
  @media (width >= 48rem) {
    grid-column-start: 5;
  }
}
.sd\:md\:mt-0 {
  @media (width >= 48rem) {
    margin-top: calc(var(--sd-spacing) * 0);
  }
}
.sd\:md\:mt-\[48px\] {
  @media (width >= 48rem) {
    margin-top: 48px;
  }
}
.sd\:md\:mt-\[72px\] {
  @media (width >= 48rem) {
    margin-top: 72px;
  }
}
.sd\:md\:mt-\[90px\] {
  @media (width >= 48rem) {
    margin-top: 90px;
  }
}
.sd\:md\:mt-\[112px\] {
  @media (width >= 48rem) {
    margin-top: 112px;
  }
}
.sd\:md\:mt-\[136px\] {
  @media (width >= 48rem) {
    margin-top: 136px;
  }
}
.sd\:md\:mr-\[-20px\] {
  @media (width >= 48rem) {
    margin-right: -20px;
  }
}
.sd\:md\:mb-0 {
  @media (width >= 48rem) {
    margin-bottom: calc(var(--sd-spacing) * 0);
  }
}
.sd\:md\:mb-\[20px\] {
  @media (width >= 48rem) {
    margin-bottom: 20px;
  }
}
.sd\:md\:mb-\[24px\] {
  @media (width >= 48rem) {
    margin-bottom: 24px;
  }
}
.sd\:md\:mb-\[48px\] {
  @media (width >= 48rem) {
    margin-bottom: 48px;
  }
}
.sd\:md\:block {
  @media (width >= 48rem) {
    display: block;
  }
}
.sd\:md\:flex {
  @media (width >= 48rem) {
    display: flex;
  }
}
.sd\:md\:grid {
  @media (width >= 48rem) {
    display: grid;
  }
}
.sd\:md\:hidden {
  @media (width >= 48rem) {
    display: none;
  }
}
.sd\:md\:aspect-\[1\/1\.3\] {
  @media (width >= 48rem) {
    aspect-ratio: 1/1.3;
  }
}
.sd\:md\:aspect-\[1440\/600\] {
  @media (width >= 48rem) {
    aspect-ratio: 1440/600;
  }
}
.sd\:md\:aspect-\[1440\/700\] {
  @media (width >= 48rem) {
    aspect-ratio: 1440/700;
  }
}
.sd\:md\:aspect-\[1440\/923\] {
  @media (width >= 48rem) {
    aspect-ratio: 1440/923;
  }
}
.sd\:md\:h-\[40px\] {
  @media (width >= 48rem) {
    height: 40px;
  }
}
.sd\:md\:h-\[50px\] {
  @media (width >= 48rem) {
    height: 50px;
  }
}
.sd\:md\:h-\[80px\] {
  @media (width >= 48rem) {
    height: 80px;
  }
}
.sd\:md\:h-\[90px\] {
  @media (width >= 48rem) {
    height: 90px;
  }
}
.sd\:md\:h-\[96px\] {
  @media (width >= 48rem) {
    height: 96px;
  }
}
.sd\:md\:min-h-\[65px\] {
  @media (width >= 48rem) {
    min-height: 65px;
  }
}
.sd\:md\:min-h-\[500px\] {
  @media (width >= 48rem) {
    min-height: 500px;
  }
}
.sd\:md\:w-1\/2 {
  @media (width >= 48rem) {
    width: calc(1/2 * 100%);
  }
}
.sd\:md\:w-\[40px\] {
  @media (width >= 48rem) {
    width: 40px;
  }
}
.sd\:md\:w-\[50px\] {
  @media (width >= 48rem) {
    width: 50px;
  }
}
.sd\:md\:w-\[80px\] {
  @media (width >= 48rem) {
    width: 80px;
  }
}
.sd\:md\:w-\[90px\] {
  @media (width >= 48rem) {
    width: 90px;
  }
}
.sd\:md\:max-w-\[34\%\] {
  @media (width >= 48rem) {
    max-width: 34%;
  }
}
.sd\:md\:max-w-\[50px\] {
  @media (width >= 48rem) {
    max-width: 50px;
  }
}
.sd\:md\:max-w-\[66\%\] {
  @media (width >= 48rem) {
    max-width: 66%;
  }
}
.sd\:md\:max-w-\[70\%\] {
  @media (width >= 48rem) {
    max-width: 70%;
  }
}
.sd\:md\:max-w-\[75\%\] {
  @media (width >= 48rem) {
    max-width: 75%;
  }
}
.sd\:md\:max-w-\[80px\] {
  @media (width >= 48rem) {
    max-width: 80px;
  }
}
.sd\:md\:max-w-\[93px\] {
  @media (width >= 48rem) {
    max-width: 93px;
  }
}
.sd\:md\:max-w-\[196px\] {
  @media (width >= 48rem) {
    max-width: 196px;
  }
}
.sd\:md\:max-w-\[242px\] {
  @media (width >= 48rem) {
    max-width: 242px;
  }
}
.sd\:md\:max-w-\[534px\] {
  @media (width >= 48rem) {
    max-width: 534px;
  }
}
.sd\:md\:max-w-full {
  @media (width >= 48rem) {
    max-width: 100%;
  }
}
.sd\:md\:grid-cols-2 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.sd\:md\:grid-cols-3 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sd\:md\:grid-cols-8 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
}
.sd\:md\:grid-cols-10 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
}
.sd\:md\:grid-cols-12 {
  @media (width >= 48rem) {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}
.sd\:md\:flex-row {
  @media (width >= 48rem) {
    flex-direction: row;
  }
}
.sd\:md\:justify-center {
  @media (width >= 48rem) {
    justify-content: center;
  }
}
.sd\:md\:justify-start {
  @media (width >= 48rem) {
    justify-content: flex-start;
  }
}
.sd\:md\:gap-\[10px\] {
  @media (width >= 48rem) {
    gap: 10px;
  }
}
.sd\:md\:gap-\[24px\] {
  @media (width >= 48rem) {
    gap: 24px;
  }
}
.sd\:md\:gap-\[25px\] {
  @media (width >= 48rem) {
    gap: 25px;
  }
}
.sd\:md\:gap-\[28px\] {
  @media (width >= 48rem) {
    gap: 28px;
  }
}
.sd\:md\:gap-\[48px\] {
  @media (width >= 48rem) {
    gap: 48px;
  }
}
.sd\:md\:gap-x-\[24px\] {
  @media (width >= 48rem) {
    column-gap: 24px;
  }
}
.sd\:md\:self-start {
  @media (width >= 48rem) {
    align-self: flex-start;
  }
}
.sd\:md\:rounded-\[100px\] {
  @media (width >= 48rem) {
    border-radius: 100px;
  }
}
.sd\:md\:rounded-t-\[127px\] {
  @media (width >= 48rem) {
    border-top-left-radius: 127px;
    border-top-right-radius: 127px;
  }
}
.sd\:md\:rounded-b-\[127px\] {
  @media (width >= 48rem) {
    border-bottom-right-radius: 127px;
    border-bottom-left-radius: 127px;
  }
}
.sd\:md\:bg-auto {
  @media (width >= 48rem) {
    background-size: auto;
  }
}
.sd\:md\:bg-contain {
  @media (width >= 48rem) {
    background-size: contain;
  }
}
.sd\:md\:bg-center {
  @media (width >= 48rem) {
    background-position: center;
  }
}
.sd\:md\:p-\[24px\] {
  @media (width >= 48rem) {
    padding: 24px;
  }
}
.sd\:md\:p-\[40px\] {
  @media (width >= 48rem) {
    padding: 40px;
  }
}
.sd\:md\:p-\[48px\] {
  @media (width >= 48rem) {
    padding: 48px;
  }
}
.sd\:md\:p-\[60px\] {
  @media (width >= 48rem) {
    padding: 60px;
  }
}
.sd\:md\:px-0 {
  @media (width >= 48rem) {
    padding-inline: calc(var(--sd-spacing) * 0);
  }
}
.sd\:md\:px-\[10px\] {
  @media (width >= 48rem) {
    padding-inline: 10px;
  }
}
.sd\:md\:px-\[20px\] {
  @media (width >= 48rem) {
    padding-inline: 20px;
  }
}
.sd\:md\:px-\[22px\] {
  @media (width >= 48rem) {
    padding-inline: 22px;
  }
}
.sd\:md\:px-\[24px\] {
  @media (width >= 48rem) {
    padding-inline: 24px;
  }
}
.sd\:md\:px-\[48px\] {
  @media (width >= 48rem) {
    padding-inline: 48px;
  }
}
.sd\:md\:px-\[57px\] {
  @media (width >= 48rem) {
    padding-inline: 57px;
  }
}
.sd\:md\:py-\[16px\] {
  @media (width >= 48rem) {
    padding-block: 16px;
  }
}
.sd\:md\:py-\[24px\] {
  @media (width >= 48rem) {
    padding-block: 24px;
  }
}
.sd\:md\:py-\[48px\] {
  @media (width >= 48rem) {
    padding-block: 48px;
  }
}
.sd\:md\:py-\[64px\] {
  @media (width >= 48rem) {
    padding-block: 64px;
  }
}
.sd\:md\:py-\[72px\] {
  @media (width >= 48rem) {
    padding-block: 72px;
  }
}
.sd\:md\:py-\[90px\] {
  @media (width >= 48rem) {
    padding-block: 90px;
  }
}
.sd\:md\:py-\[96px\] {
  @media (width >= 48rem) {
    padding-block: 96px;
  }
}
.sd\:md\:py-\[100px\] {
  @media (width >= 48rem) {
    padding-block: 100px;
  }
}
.sd\:md\:py-\[120px\] {
  @media (width >= 48rem) {
    padding-block: 120px;
  }
}
.sd\:md\:pt-\[60px\] {
  @media (width >= 48rem) {
    padding-top: 60px;
  }
}
.sd\:md\:pr-\[142px\] {
  @media (width >= 48rem) {
    padding-right: 142px;
  }
}
.sd\:md\:pb-\[25px\] {
  @media (width >= 48rem) {
    padding-bottom: 25px;
  }
}
.sd\:md\:pb-\[60px\] {
  @media (width >= 48rem) {
    padding-bottom: 60px;
  }
}
.sd\:md\:pb-\[114px\] {
  @media (width >= 48rem) {
    padding-bottom: 114px;
  }
}
.sd\:md\:pl-\[104px\] {
  @media (width >= 48rem) {
    padding-left: 104px;
  }
}
.sd\:md\:text-left {
  @media (width >= 48rem) {
    text-align: left;
  }
}
.sd\:md\:text-right {
  @media (width >= 48rem) {
    text-align: right;
  }
}
.sd\:md\:text-\[14px\] {
  @media (width >= 48rem) {
    font-size: 14px;
  }
}
.sd\:md\:text-\[16px\] {
  @media (width >= 48rem) {
    font-size: 16px;
  }
}
.sd\:md\:text-\[18px\] {
  @media (width >= 48rem) {
    font-size: 18px;
  }
}
.sd\:md\:text-\[24px\] {
  @media (width >= 48rem) {
    font-size: 24px;
  }
}
.sd\:md\:text-\[40px\] {
  @media (width >= 48rem) {
    font-size: 40px;
  }
}
.sd\:md\:text-\[44px\] {
  @media (width >= 48rem) {
    font-size: 44px;
  }
}
.sd\:md\:text-\[64px\] {
  @media (width >= 48rem) {
    font-size: 64px;
  }
}
.sd\:md\:tracking-\[0\] {
  @media (width >= 48rem) {
    --tw-tracking: 0;
    letter-spacing: 0;
  }
}
.sd\:lg\:col-span-1 {
  @media (width >= 64rem) {
    grid-column: span 1 / span 1;
  }
}
.sd\:lg\:col-span-2 {
  @media (width >= 64rem) {
    grid-column: span 2 / span 2;
  }
}
.sd\:lg\:col-span-4 {
  @media (width >= 64rem) {
    grid-column: span 4 / span 4;
  }
}
.sd\:lg\:col-span-6 {
  @media (width >= 64rem) {
    grid-column: span 6 / span 6;
  }
}
.sd\:lg\:mb-\[48px\] {
  @media (width >= 64rem) {
    margin-bottom: 48px;
  }
}
.sd\:lg\:block {
  @media (width >= 64rem) {
    display: block;
  }
}
.sd\:lg\:grid {
  @media (width >= 64rem) {
    display: grid;
  }
}
.sd\:lg\:hidden {
  @media (width >= 64rem) {
    display: none;
  }
}
.sd\:lg\:w-\[calc\(33\.33\%-18px\)\] {
  @media (width >= 64rem) {
    width: calc(33.33% - 18px);
  }
}
.sd\:lg\:max-w-\[60px\] {
  @media (width >= 64rem) {
    max-width: 60px;
  }
}
.sd\:lg\:max-w-\[250px\] {
  @media (width >= 64rem) {
    max-width: 250px;
  }
}
.sd\:lg\:rotate-0 {
  @media (width >= 64rem) {
    rotate: 0deg;
  }
}
.sd\:lg\:grid-cols-3 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.sd\:lg\:grid-cols-4 {
  @media (width >= 64rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sd\:lg\:flex-row {
  @media (width >= 64rem) {
    flex-direction: row;
  }
}
.sd\:lg\:flex-nowrap {
  @media (width >= 64rem) {
    flex-wrap: nowrap;
  }
}
.sd\:lg\:gap-\[50px\] {
  @media (width >= 64rem) {
    gap: 50px;
  }
}
.sd\:lg\:gap-\[70px\] {
  @media (width >= 64rem) {
    gap: 70px;
  }
}
.sd\:lg\:gap-x-\[24px\] {
  @media (width >= 64rem) {
    column-gap: 24px;
  }
}
.sd\:lg\:p-\[24px\] {
  @media (width >= 64rem) {
    padding: 24px;
  }
}
.sd\:lg\:p-\[30px\] {
  @media (width >= 64rem) {
    padding: 30px;
  }
}
.sd\:lg\:px-\[24px\] {
  @media (width >= 64rem) {
    padding-inline: 24px;
  }
}
.sd\:lg\:py-\[12px\] {
  @media (width >= 64rem) {
    padding-block: 12px;
  }
}
.sd\:lg\:py-\[90px\] {
  @media (width >= 64rem) {
    padding-block: 90px;
  }
}
.sd\:lg\:py-\[100px\] {
  @media (width >= 64rem) {
    padding-block: 100px;
  }
}
.sd\:lg\:py-\[140px\] {
  @media (width >= 64rem) {
    padding-block: 140px;
  }
}
.sd\:lg\:text-\[12px\] {
  @media (width >= 64rem) {
    font-size: 12px;
  }
}
.sd\:lg\:text-\[14px\] {
  @media (width >= 64rem) {
    font-size: 14px;
  }
}
.sd\:lg\:text-\[18px\] {
  @media (width >= 64rem) {
    font-size: 18px;
  }
}
.sd\:lg\:text-\[30px\] {
  @media (width >= 64rem) {
    font-size: 30px;
  }
}
.sd\:lg\:text-\[40px\] {
  @media (width >= 64rem) {
    font-size: 40px;
  }
}
.sd\:lg\:text-\[44px\] {
  @media (width >= 64rem) {
    font-size: 44px;
  }
}
.sd\:lg\:text-\[54px\] {
  @media (width >= 64rem) {
    font-size: 54px;
  }
}
.sd\:xl\:w-\[calc\(20\%-32px\)\] {
  @media (width >= 80rem) {
    width: calc(20% - 32px);
  }
}
.sd\:xl\:w-\[calc\(25\%-18px\)\] {
  @media (width >= 80rem) {
    width: calc(25% - 18px);
  }
}
.sd\:xl\:max-w-\[80px\] {
  @media (width >= 80rem) {
    max-width: 80px;
  }
}
.sd\:xl\:max-w-\[92px\] {
  @media (width >= 80rem) {
    max-width: 92px;
  }
}
.sd\:xl\:max-w-\[160px\] {
  @media (width >= 80rem) {
    max-width: 160px;
  }
}
.sd\:xl\:max-w-\[446px\] {
  @media (width >= 80rem) {
    max-width: 446px;
  }
}
.sd\:xl\:grid-cols-4 {
  @media (width >= 80rem) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.sd\:xl\:gap-\[24px\] {
  @media (width >= 80rem) {
    gap: 24px;
  }
}
.sd\:xl\:gap-\[48px\] {
  @media (width >= 80rem) {
    gap: 48px;
  }
}
.sd\:xl\:gap-\[60px\] {
  @media (width >= 80rem) {
    gap: 60px;
  }
}
.sd\:xl\:gap-\[100px\] {
  @media (width >= 80rem) {
    gap: 100px;
  }
}
.sd\:xl\:p-\[17px\] {
  @media (width >= 80rem) {
    padding: 17px;
  }
}
.sd\:xl\:px-\[24px\] {
  @media (width >= 80rem) {
    padding-inline: 24px;
  }
}
.sd\:xl\:py-\[12px\] {
  @media (width >= 80rem) {
    padding-block: 12px;
  }
}
.sd\:xl\:py-\[142px\] {
  @media (width >= 80rem) {
    padding-block: 142px;
  }
}
.sd\:xl\:py-\[150px\] {
  @media (width >= 80rem) {
    padding-block: 150px;
  }
}
.sd\:xl\:text-\[12px\] {
  @media (width >= 80rem) {
    font-size: 12px;
  }
}
.sd\:xl\:text-\[14px\] {
  @media (width >= 80rem) {
    font-size: 14px;
  }
}
.sd\:xl\:text-\[16px\] {
  @media (width >= 80rem) {
    font-size: 16px;
  }
}
.sd\:xl\:text-\[18px\] {
  @media (width >= 80rem) {
    font-size: 18px;
  }
}
.sd\:xl\:text-\[20px\] {
  @media (width >= 80rem) {
    font-size: 20px;
  }
}
.sd\:xl\:text-\[32px\] {
  @media (width >= 80rem) {
    font-size: 32px;
  }
}
.sd\:xl\:text-\[35px\] {
  @media (width >= 80rem) {
    font-size: 35px;
  }
}
.sd\:xl\:text-\[40px\] {
  @media (width >= 80rem) {
    font-size: 40px;
  }
}
.sd\:xl\:text-\[54px\] {
  @media (width >= 80rem) {
    font-size: 54px;
  }
}
.sd\:xl\:text-\[64px\] {
  @media (width >= 80rem) {
    font-size: 64px;
  }
}
.sd\:2xl\:col-span-3 {
  @media (width >= 96rem) {
    grid-column: span 3 / span 3;
  }
}
.sd\:2xl\:col-span-6 {
  @media (width >= 96rem) {
    grid-column: span 6 / span 6;
  }
}
.sd\:2xl\:col-start-10 {
  @media (width >= 96rem) {
    grid-column-start: 10;
  }
}
.sd\:2xl\:max-w-\[976px\] {
  @media (width >= 96rem) {
    max-width: 976px;
  }
}
.sd\:2xl\:gap-\[24px\] {
  @media (width >= 96rem) {
    gap: 24px;
  }
}
.sd\:2xl\:gap-\[142px\] {
  @media (width >= 96rem) {
    gap: 142px;
  }
}
.sd\:2xl\:p-\[48px\] {
  @media (width >= 96rem) {
    padding: 48px;
  }
}
.sd\:2xl\:text-\[14px\] {
  @media (width >= 96rem) {
    font-size: 14px;
  }
}
.sd\:2xl\:text-\[16px\] {
  @media (width >= 96rem) {
    font-size: 16px;
  }
}
.sd\:2xl\:text-\[18px\] {
  @media (width >= 96rem) {
    font-size: 18px;
  }
}
.sd\:2xl\:text-\[24px\] {
  @media (width >= 96rem) {
    font-size: 24px;
  }
}
.sd\:2xl\:text-\[40px\] {
  @media (width >= 96rem) {
    font-size: 40px;
  }
}
.sd\:2xl\:text-\[64px\] {
  @media (width >= 96rem) {
    font-size: 64px;
  }
}
.sd\:\[\&_\#looxReviews\]\:\!max-w-full {
  & #looxReviews {
    max-width: 100% !important;
  }
}
.sd\:\[\&_\*\]\:\!border-0 {
  & * {
    border-style: var(--tw-border-style) !important;
    border-width: 0px !important;
  }
}
.sd\:\[\&_\*\]\:\!text-\[14px\] {
  & * {
    font-size: 14px !important;
  }
}
.sd\:\[\&_\*\]\:\!text-\[16px\] {
  & * {
    font-size: 16px !important;
  }
}
.sd\:\[\&_\*\]\:text-\[14px\] {
  & * {
    font-size: 14px;
  }
}
.sd\:\[\&_\*\]\:\!leading-\[normal\] {
  & * {
    --tw-leading: normal !important;
    line-height: normal !important;
  }
}
.sd\:\[\&_\*\]\:leading-normal {
  & * {
    --tw-leading: var(--sd-leading-normal);
    line-height: var(--sd-leading-normal);
  }
}
.sd\:\[\&_\*\]\:\!shadow-none {
  & * {
    --tw-shadow: 0 0 #0000 !important;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
  }
}
.sd\:\[\&_\.loox-rating-content\]\:flex\! {
  & .loox-rating-content {
    display: flex !important;
  }
}
.sd\:\[\&_\.loox-rating-label\]\:text-\[14px\] {
  & .loox-rating-label {
    font-size: 14px;
  }
}
.sd\:\[\&_\.loox-rating-label\]\:leading-\[normal\] {
  & .loox-rating-label {
    --tw-leading: normal;
    line-height: normal;
  }
}
.sd\:\[\&_\.loox-rating-label\]\:text-\[\#161616\] {
  & .loox-rating-label {
    color: #161616;
  }
}
.sd\:\[\&_a\]\:text-\[14px\] {
  & a {
    font-size: 14px;
  }
}
.sd\:\[\&_a\]\:text-\[16px\] {
  & a {
    font-size: 16px;
  }
}
.sd\:\[\&_a\]\:font-\[700\] {
  & a {
    --tw-font-weight: 700;
    font-weight: 700;
  }
}
.sd\:\[\&_a\]\:font-normal {
  & a {
    --tw-font-weight: var(--sd-font-weight-normal);
    font-weight: var(--sd-font-weight-normal);
  }
}
.sd\:\[\&_a\]\:whitespace-nowrap {
  & a {
    white-space: nowrap;
  }
}
.sd\:\[\&_a\]\:text-\[\#1A1A1ACC\] {
  & a {
    color: #1A1A1ACC;
  }
}
.sd\:\[\&_a\]\:text-\[\#11181F\] {
  & a {
    color: #11181F;
  }
}
.sd\:\[\&_a\]\:text-\[\#FEFAEF\] {
  & a {
    color: #FEFAEF;
  }
}
.sd\:\[\&_a\]\:no-underline {
  & a {
    text-decoration-line: none;
  }
}
.sd\:\[\&_a\]\:after\:ml-\[8px\] {
  & a {
    &::after {
      content: var(--tw-content);
      margin-left: 8px;
    }
  }
}
.sd\:\[\&_a\]\:after\:inline-flex {
  & a {
    &::after {
      content: var(--tw-content);
      display: inline-flex;
    }
  }
}
.sd\:\[\&_a\]\:after\:h-\[20px\] {
  & a {
    &::after {
      content: var(--tw-content);
      height: 20px;
    }
  }
}
.sd\:\[\&_a\]\:after\:w-\[20px\] {
  & a {
    &::after {
      content: var(--tw-content);
      width: 20px;
    }
  }
}
.sd\:\[\&_a\]\:after\:items-center {
  & a {
    &::after {
      content: var(--tw-content);
      align-items: center;
    }
  }
}
.sd\:\[\&_a\]\:after\:justify-center {
  & a {
    &::after {
      content: var(--tw-content);
      justify-content: center;
    }
  }
}
.sd\:\[\&_a\]\:after\:rounded-full {
  & a {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
}
.sd\:\[\&_a\]\:after\:bg-\[\#D9D9D9\] {
  & a {
    &::after {
      content: var(--tw-content);
      background-color: #D9D9D9;
    }
  }
}
.sd\:\[\&_a\]\:after\:text-center {
  & a {
    &::after {
      content: var(--tw-content);
      text-align: center;
    }
  }
}
.sd\:\[\&_a\]\:after\:text-\[8px\] {
  & a {
    &::after {
      content: var(--tw-content);
      font-size: 8px;
    }
  }
}
.sd\:\[\&_a\]\:after\:leading-0 {
  & a {
    &::after {
      content: var(--tw-content);
      --tw-leading: calc(var(--sd-spacing) * 0);
      line-height: calc(var(--sd-spacing) * 0);
    }
  }
}
.sd\:\[\&_a\]\:after\:font-bold {
  & a {
    &::after {
      content: var(--tw-content);
      --tw-font-weight: var(--sd-font-weight-bold);
      font-weight: var(--sd-font-weight-bold);
    }
  }
}
.sd\:\[\&_a\]\:after\:content-\[\'→\'\] {
  & a {
    &::after {
      --tw-content: '→';
      content: var(--tw-content);
    }
  }
}
.sd\:\[\&_a\]\:hover\:underline {
  & a {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
}
.sd\:\[\&_h3\]\:text-center {
  & h3 {
    text-align: center;
  }
}
.sd\:\[\&_h3\]\:text-\[18px\] {
  & h3 {
    font-size: 18px;
  }
}
.sd\:\[\&_h3\]\:leading-\[normal\] {
  & h3 {
    --tw-leading: normal;
    line-height: normal;
  }
}
.sd\:\[\&_h3\]\:tracking-\[-0\.54px\] {
  & h3 {
    --tw-tracking: -0.54px;
    letter-spacing: -0.54px;
  }
}
.sd\:\[\&_h3\]\:text-\[\#1A1A1ACC\] {
  & h3 {
    color: #1A1A1ACC;
  }
}
.sd\:\[\&_h3\]\:text-\[\#11181F\] {
  & h3 {
    color: #11181F;
  }
}
.sd\:\[\&_img\]\:h-full {
  & img {
    height: 100%;
  }
}
.sd\:\[\&_img\]\:object-cover {
  & img {
    object-fit: cover;
  }
}
.sd\:\[\&_li\]\:mb-\[13px\] {
  & li {
    margin-bottom: 13px;
  }
}
.sd\:\[\&_p\]\:m-0 {
  & p {
    margin: calc(var(--sd-spacing) * 0);
  }
}
.sd\:\[\&_p\]\:my-0 {
  & p {
    margin-block: calc(var(--sd-spacing) * 0);
  }
}
.sd\:\[\&_p\]\:mb-0 {
  & p {
    margin-bottom: calc(var(--sd-spacing) * 0);
  }
}
.sd\:\[\&_p\]\:text-\[12px\] {
  & p {
    font-size: 12px;
  }
}
.sd\:\[\&_p\]\:text-\[14px\] {
  & p {
    font-size: 14px;
  }
}
.sd\:\[\&_p\]\:text-\[16px\] {
  & p {
    font-size: 16px;
  }
}
.sd\:\[\&_p\]\:text-\[18px\] {
  & p {
    font-size: 18px;
  }
}
.sd\:\[\&_p\]\:leading-\[normal\] {
  & p {
    --tw-leading: normal;
    line-height: normal;
  }
}
.sd\:\[\&_p\]\:leading-normal {
  & p {
    --tw-leading: var(--sd-leading-normal);
    line-height: var(--sd-leading-normal);
  }
}
.sd\:\[\&_p\]\:font-\[300\] {
  & p {
    --tw-font-weight: 300;
    font-weight: 300;
  }
}
.sd\:\[\&_p\]\:tracking-\[-0\.54px\] {
  & p {
    --tw-tracking: -0.54px;
    letter-spacing: -0.54px;
  }
}
.sd\:\[\&_p\]\:text-\[\#1A1A1ACC\] {
  & p {
    color: #1A1A1ACC;
  }
}
.sd\:\[\&_p\]\:text-\[\#1A1A1A\] {
  & p {
    color: #1A1A1A;
  }
}
.sd\:\[\&_p\]\:text-\[\#11181F\] {
  & p {
    color: #11181F;
  }
}
.sd\:\[\&_p\]\:text-white {
  & p {
    color: var(--sd-color-white);
  }
}
.sd\:sm\:\[\&_p\]\:text-\[14px\] {
  @media (width >= 40rem) {
    & p {
      font-size: 14px;
    }
  }
}
.sd\:\[\&_p\]\:md\:text-\[18px\] {
  & p {
    @media (width >= 48rem) {
      font-size: 18px;
    }
  }
}
.sd\:md\:\[\&_p\]\:text-\[16px\] {
  @media (width >= 48rem) {
    & p {
      font-size: 16px;
    }
  }
}
.sd\:\[\&_path\]\:fill-\[\#EF6079\] {
  & path {
    fill: #EF6079;
  }
}
.sd\:\[\&_strong\]\:font-\[500\] {
  & strong {
    --tw-font-weight: 500;
    font-weight: 500;
  }
}
.sd\:\[\&_strong\]\:font-\[700\] {
  & strong {
    --tw-font-weight: 700;
    font-weight: 700;
  }
}
.sd\:\[\&_svg\]\:block {
  & svg {
    display: block;
  }
}
.sd\:\[\&_svg\]\:max-w-full {
  & svg {
    max-width: 100%;
  }
}
.sd\:\[\&_ul\]\:m-0 {
  & ul {
    margin: calc(var(--sd-spacing) * 0);
  }
}
.sd\:\[\&_ul\]\:list-inside {
  & ul {
    list-style-position: inside;
  }
}
.sd\:\[\&_ul\]\:list-none {
  & ul {
    list-style-type: none;
  }
}
.sd\:\[\&_ul\]\:p-0 {
  & ul {
    padding: calc(var(--sd-spacing) * 0);
  }
}
.sd\:\[\&_ul\]\:text-\[14px\] {
  & ul {
    font-size: 14px;
  }
}
.sd\:\[\&_ul\]\:leading-\[normal\] {
  & ul {
    --tw-leading: normal;
    line-height: normal;
  }
}
.sd\:\[\&_ul\]\:text-\[\#1A1A1ACC\] {
  & ul {
    color: #1A1A1ACC;
  }
}
.sd\:\[\&\.active\]\:block {
  &.active {
    display: block;
  }
}
.sd\:\[\&\.active\]\:border {
  &.active {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
.sd\:\[\&\.active\]\:border-\[\#D48BC8\] {
  &.active {
    border-color: #D48BC8;
  }
}
.sd\:\[\&\.active\]\:border-\[\#FDDA24\] {
  &.active {
    border-color: #FDDA24;
  }
}
.sd\:\[\&\.active\]\:border-black {
  &.active {
    border-color: var(--sd-color-black);
  }
}
.sd\:\[\&\.active\]\:bg-\[\#EF6079\] {
  &.active {
    background-color: #EF6079;
  }
}
.sd\:\[\&\.active\]\:font-bold {
  &.active {
    --tw-font-weight: var(--sd-font-weight-bold);
    font-weight: var(--sd-font-weight-bold);
  }
}
.sd\:\[\&\.active\]\:text-\[\#1A1A1ACC\] {
  &.active {
    color: #1A1A1ACC;
  }
}
.sd\:\[\&\.active\]\:text-\[\#D48BC8\] {
  &.active {
    color: #D48BC8;
  }
}
.sd\:\[\&\.active\]\:text-white {
  &.active {
    color: var(--sd-color-white);
  }
}
.sd\:\[\&\.active\]\:opacity-100 {
  &.active {
    opacity: 100%;
  }
}
.sd\:\[\&\.active-logo\]\:opacity-100 {
  &.active-logo {
    opacity: 100%;
  }
}
.sd\:\[\&\.swiper-button-disabled\]\:opacity-0 {
  &.swiper-button-disabled {
    opacity: 0%;
  }
}
.sd\:\[\&\.swiper-slide-active\]\:opacity-100 {
  &.swiper-slide-active {
    opacity: 100%;
  }
}
.sd\:\[\.active_\&\]\:block {
  .active & {
    display: block;
  }
}
.sd\:\[\.active_\&\]\:text-\[40px\] {
  .active & {
    font-size: 40px;
  }
}
.sd\:\[\.active_\&\]\:text-\[\#11181F\] {
  .active & {
    color: #11181F;
  }
}
.sd\:\[\.active_\&\]\:text-\[\#D48BC8\] {
  .active & {
    color: #D48BC8;
  }
}
.sd\:\[\.selected-bundle_\&\]\:border-\[\#FDDA24\] {
  .selected-bundle & {
    border-color: #FDDA24;
  }
}
.sd\:\[\.swiper-slide-thumb-active_\&\]\:block {
  .swiper-slide-thumb-active & {
    display: block;
  }
}
.sd\:\[\.swiper-slide-thumb-active_\&\]\:opacity-100 {
  .swiper-slide-thumb-active & {
    opacity: 100%;
  }
}
body {
  font-family: "Instrument Sans", sans-serif;
  font-optical-sizing: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
h1,h2,h3,h4 {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
}
.font-funnel {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
}
.inter {
  font-family: "Inter", sans-serif;
}
.site-container {
  padding: 0 20px;
  max-width: 1568px;
  margin: 0 auto;
}
@media screen and (min-width: 80rem) {
  .site-container {
    padding: 0 48px;
  }
}
.social-icons svg {
  width: 24px;
  height: 24px;
  display: block;
  color: #EF6079;
}
.footer-localization .disclosure__button.localization-form__select {
  background: transparent;
  width: auto;
  height: 48px;
}
.gray-gradient-bg {
  background: linear-gradient(180deg, var(--color-grey-910, rgba(23, 23, 23, 0.10)) 50%, var(--color-grey-940, rgba(23, 23, 23, 0.40)) 100%);
}
.banner-slide-pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.banner-slide-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: transparent;
  opacity: 1;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 !important;
  transition: none;
}
.banner-slide-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}
.banner-slide-pagination .swiper-pagination-bullet svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  pointer-events: none;
  opacity: 0;
}
.banner-slide-pagination .swiper-pagination-bullet-active svg{
  opacity: 1;
}
.banner-slide-pagination .swiper-pagination-bullet .progress-ring-bg {
  stroke: rgba(255, 255, 255, 0.3);
  fill: none;
}
.banner-slide-pagination .swiper-pagination-bullet .progress-ring-fill {
  stroke: #fff;
  fill: none;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.1s linear;
}

@media (max-width:748px) {
  .banner-slide-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .banner-slide-pagination .swiper-pagination-bullet::before {
    width: 4px;
    height: 4px;
  }

}
.videos-slide-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #1A1A1A4D;
  opacity: 1;
}
.videos-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #EF6079;
  background: #1A1A1A4D;
  width: 8px;
  height: 8px;
}
.slide-nav-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #1A1A1A4D;
  opacity: 1;
}
.slide-nav-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #191919;
  background: #fff;
  width: 8px;
  height: 8px;
}
.slider-progress-bar {
  position: relative !important;
  margin-top: 48px;
  height: 2px !important;
  background: #ededed !important;
}
.slider-progress-bar .swiper-pagination-progressbar-fill {
  background: #1A1A1ACC !important;
}
.zoom-image img {
  transition: all ease-in-out 0.3s;
}
.zoom-image:hover img {
  transform: scale(1.05);
}
.show-second-img img {
  transition: all ease-in-out 0.3s;
}
.show-second-img:hover .second-image {
  opacity: 1;
}
product-media-slider .main-slide-pagination {
  position: relative;
  z-index: 3;
  bottom: 0 !important;
  /* padding: 10px 26px; */
}

product-media-slider .main-slide-pagination .swiper-pagination-bullet {
  transform: scale(.6);
  background: rgba(156, 156, 156, 0.20);
  opacity: 1;
}
product-media-slider .main-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 1px solid #000;
  transform: scale(1);
}
product-media-slider.lessthanfive .main-slide-pagination .swiper-pagination-bullet, product-media-slider.lessthanfive .main-slide-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  left: 0 !important;
}
.black-dot-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #000;
  opacity: 1;
}
.black-dot-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #000;
  width: 8px;
  height: 8px;
}
.dropdown-options li {
  color: #11181F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 24px;
}
.dropdown-options li:hover {
  text-decoration: underline;
}
.dropdown-options li.selected {
  color: #11181f8f;
}
.dropdown-options li.selected::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 100%;
  float: right;
  margin-top: 7px;
}
.dropdown-options li:hover::after {
  opacity: 0.4;
}
.dropdown-list.active {
  z-index: 91;
}
.dropdown-icon {
  transition: transform 0.3s ease;
}
.dropdown-icon.active {
  transform: rotate(180deg);
}
.dropdown-options li {
  transition: all 0.2s ease;
}
.nav-list-panel {
  padding-left: 9px;
  margin: 0;
  border-left: 1px solid gba(26, 26, 26, 0.30);
}
.nav-list-panel li a.active, .nav-list-panel li a:hover {
  color: #D48BC8;
}
.nav-list-panel a {
  text-decoration: none;
  color: rgba(26, 26, 26, 0.30);
  font-family: "Funnel Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.54px;
}
.compare-product-card {
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}
.compare-value {
  color: rgba(26, 26, 26, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
span.floating-bg {
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 440px;
  max-width: 100%;
  top: -20%;
  left: -20%;
  background-repeat: no-repeat;
  background-size: contain;
}
.rte p {
  color: rgba(26, 26, 26, 0.80);
  font-family: "Funnel Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.54px;
}
h2.rich-text__heading {
  color: rgba(26, 26, 26, 0.80);
  font-family: "Funnel Display", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.2px;
}
p.rich-text__caption {
  color: rgba(26, 26, 26, 0.80);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-template__content h3, .article-template__content h2 {
  color: #11181F;
  font-family: "Funnel Display";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -1.2px;
}
.article-template__content h4 {
  color: #11181F;
  font-family: "Funnel Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.72px;
}
.article-template__content, .article-template__content p, .article-template__content ul, .article-template__content li {
  color: #11181F;
  font-family: "Instrument Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.article-template__content li > p {
  display: inline;
  margin: 0;
}
.dropdown-hover-effect {
  position: relative;
  overflow: hidden;
}
.dropdown-hover-effect::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 200%;
  border-radius: 100%;
  background: #F8F8F8;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.dropdown-hover-effect:hover::after {
  top: 0%;
  border-radius: 0%;
}
.dropdown-hover-effect:hover .selected-topic {
  color: #11181F;
}
.dropdown-hover-effect:hover svg path {
  stroke: #11181F;
}
.dropdown-hover-effect + .dropdown-list {
  top: 0px;
  right: 0px;
  transform: scale(0.9, 0);
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  transform-origin: top;
  border-radius: 27px;
  width: 100%;
}
.dropdown-hover-effect + .dropdown-list.active {
  transform: scale(1, 1);
}
.dropdown-hover-effect + .dropdown-list * {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dropdown-hover-effect + .dropdown-list.active * {
  opacity: 1;
}
.pdp-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}
.pdp-accordion-content.active {
  max-height: 3400px;
  opacity: 1;
  transition: max-height 0.5s ease-in, opacity 0.3s ease-in 0.1s;
}
.pdp-accordion-content table {
  height: auto !important;
  border: 0;
  box-shadow: none;
}
.pdp-accordion-content tr {
  display: flex;
  height: auto !important;
  gap: 20px;
  margin-bottom: 25px;
  border: 0;
  justify-content: space-between;
  align-items: center;
}
.pdp-accordion-content.product_specifications tr {
  align-items: start;
}
@media screen and (max-width: 80rem) {
  .pdp-accordion-content.product_specifications tr {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.pdp-accordion-content tr td {
  width: auto !important;
  height: auto !important;
  padding: 0;
  border: 0;
}
.pdp-accordion-content.product_specifications tr td:first-of-type {
  width: 65% !important;
}
@media screen and (max-width: 80rem) {
  .pdp-accordion-content.product_specifications tr td:last-of-type {
    text-align: left !important;
  }
}
.pdp-accordion-content tr td:first-of-type {
  text-align: left !important;
  white-space: nowrap;
}
.pdp-accordion-content tr td:last-of-type {
  width: 100% !important;
  text-align: right !important;
}
.pdp-accordion-content tr td * {
  margin: 0 !important;
}
.pdp-accordion-content tr td img {
  width: 50px;
}
.pdp-accordion-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
who-can-join .slider-pagination {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 0 !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 10px;
  margin-top: 48px;
}
who-can-join .slider-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
  border: 2px solid #191919;
  height: 10px;
  width: 10px;
}
who-can-join .slider-pagination span.swiper-pagination-bullet {
  height: 8px;
  width: 8px;
}
.faq-category-nav {
  list-style: none;
  margin: 0;
  padding: 0 0;
  border-top: 1px solid #E1E6EF;
  border-bottom: 1px solid #E1E6EF;
}
@media screen and (min-width: 80rem) {
  .faq-category-nav {
    padding: 22px 0;
  }
}
.faq-category-nav a {
  display: block;
  color: #1A1A1ACC;
  text-decoration: none;
  font-family: "Funnel Display", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.54px;
  border-radius: 5px;
  padding: 18px 24px;
}
@media screen and (min-width: 80rem) {
  .faq-category-nav a {
    font-size: 18px;
  }
}
.faq-category-nav a.active {
  background-color: #EF6079;
  font-weight: 700;
  color: #fff;
}
.policy-content-inner p, .policy-content-inner a {
  color: #1A1A1ACC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.policy-content-inner h2, .policy-content-inner h2 strong {
  font-family: "Funnel Display", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: -0.72px;
}
.policy-content-inner h2 span {
  text-decoration: none !important;
}
.policy-content-inner h3, .policy-content-inner h3 * {
  font-family: "Funnel Display", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.54px;
  font-weight: 700;
  color: #11181F;
}
.policy-content-inner h3 * {
  text-decoration: none !important;
}
.policy-content-inner table {
  display: block;
  width: 100%;
  overflow: auto;
  box-shadow: none;
  border: 0;
}
.policy-content-inner table tbody {
  display: block;
  width: 100%;
}
.policy-content-inner table tr {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #E1E6EF;
}
.policy-content-inner tr td {
  flex-basis: 25%;
  flex-grow: 1;
  word-wrap: break-word;
  border: 0;
}
.policy-content-inner tr td p {
  margin: 0;
}
.product-register-form .globo-form-app {
  max-width: 100% !important;
  border: 0 !important;
  box-shadow: none !important;
}
.product-register-form .globo-form-app form.g-container {
  padding: 0;
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px 24px;
}
@media screen and (min-width: 80rem) {
  .product-register-form .globo-form-app form.g-container .panel.movingIn.block-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control {
  margin: 0;
  padding: 0;
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control.layout-2-column {
  width: 100%;
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control label.globo-label {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 0 12px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transform: translate(0, 0);
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control .globo-form-input {
  border: 1px solid #E1E6EF;
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control input, .product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control textarea, .product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control select {
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  color: #1A1A1ACC;
}
.product-register-form .globo-formbuilder .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control input::placeholder {
  color: #1A1A1A4D !important;
  visibility: visible;
}
.product-register-form .globo-formbuilder .globo-form-app form.g-container button.action.next.submit.material_filled-button.wizard__submit {
  background: #EF6079;
  border: 0;
  border-radius: 60px;
  width: 100%;
  max-width: 343px;
  height: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
#mobile-search .field {
  border-radius: 60px;
  border: 1px solid #000;
  gap: 12px;
  padding: 0 24px;
}
#mobile-search .field__input {
  padding: 0;
}
#mobile-search .field__input::placeholder {
  opacity: 1;
}
#mobile-search .field__input:focus {
  box-shadow: none;
}
#mobile-search .field::before, #mobile-search .field::after {
  display: none;
}
#mobile-search button.search__button {
  background: transparent;
  border: none;
  appearance: none;
  padding: 0;
  margin: 0;
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container small.help-text {
  color: #1A1A1A4D;
  margin-top: 18px;
}
.product-register-form .globo-form-app form.g-container .panel.movingIn.block-container .globo-form-control label.globo-label span.text-danger.text-smaller {
  color: #EF6079;
}
.swym-buttons-loaded .swym-button.swym-add-to-wishlist-view-product {
  width: 20px;
  height: 18px;
}
.swym-buttons-loaded .swym-button.swym-add-to-wishlist-view-product.swym-added::after {
  color: #EF6079 !important;
}
.swym-buttons-loaded .swym-button.swym-add-to-wishlist-view-product.swym-heart:after {
  font-size: 20px;
  color: #EF6079 !important;
  font-weight: 700;
}
.swym-buttons-loaded .hide-on-swym-load {
  display: none !important;
}
a.wishlist-button {
  position: relative;
}
a.wishlist-button span.swym-wishlist-header-counter.show-badge {
  position: absolute;
  background-color: rgb(var(--color-button));
  color: rgb(var(--color-button-text));
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9rem;
  bottom: 0.8rem;
  left: 2.2rem;
  line-height: calc(1 + 0.1 / var(--font-body-scale));
}
span.swym-wishlist-header-counter[data-count="0"] {
  display: none;
}
.slider-nav-float {
  position: absolute;
  top: calc(50% - 100px);
  transform: translateY(-50%);
  z-index: 2;
}
.slider-nav-float.prev {
  left: 15px;
}
.slider-nav-float.next {
  right: 15px;
}
.template-product div#smile-ui-lite-container {
  display: none;
}
#swym-anchor {
  display: none;
}
aside#main-collection-filters {
  position: sticky;
  top: 44px;
  display: block;
  z-index: 91;
  background: #fff;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media screen and (min-width: 80rem) {
  aside#main-collection-filters {
    top: 62px;
    margin-bottom: 48px;
  }
}
.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none;
}
.zoom-scale {
  transition: transform 0.5s ease;
}
.zoom-scale:hover {
  transform: scale(1.05);
}
[loaded="true"] .video-section__poster {
  display: none !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-content: "";
    }
  }
}
