/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme {
  :root, :host {
    --pbstw-color-black: #000;
    --pbstw-color-white: #fff;
    --pbstw-spacing: 0.25rem;
    --pbstw-text-xs: 0.75rem;
    --pbstw-text-xs--line-height: calc(1 / 0.75);
    --pbstw-text-sm: 0.875rem;
    --pbstw-text-sm--line-height: calc(1.25 / 0.875);
    --pbstw-text-lg: 1.125rem;
    --pbstw-text-lg--line-height: calc(1.75 / 1.125);
    --pbstw-text-xl: 1.25rem;
    --pbstw-text-xl--line-height: calc(1.75 / 1.25);
    --pbstw-text-2xl: 1.5rem;
    --pbstw-text-2xl--line-height: calc(2 / 1.5);
    --pbstw-font-weight-medium: 500;
    --pbstw-font-weight-bold: 700;
    --pbstw-font-weight-extrabold: 800;
    --pbstw-radius-sm: 0.25rem;
    --pbstw-radius-md: 0.375rem;
    --pbstw-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --pbstw-default-transition-duration: 150ms;
    --pbstw-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --pbstw-text-4xs: 0.375rem;
    --pbstw-text-2xs: 0.625rem;
    --pbstw-text-md: var(--text-base);
    --pbstw-font-pbs: "Sarabun", "sans-serif";
    --pbstw-color-pbs-primary: #007d8f;
    --pbstw-color-pbs-secondary: #003d37;
    --pbstw-color-pbs-subtitle: #7a7a7a;
    --pbstw-color-pbs-selected: #1aaeb7;
  }
}
@layer utilities;
@font-face {
  font-family: Sarabun;
  src: url("../fonts/sarabun/Sarabun-Regular.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-Bold.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-BoldItalic.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-ExtraBold.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-ExtraLight.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-ExtraLightItalic.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-Italic.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-Light.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-LightItalic.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-Medium.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-MediumItalic.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-SemiBold.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-SemiBoldItalic.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-Thin.ttf") format("truetype"), url("../fonts/sarabun/Sarabun-ThinItalic.ttf") format("truetype");
}
.pledg-widget {
  position: relative;
  margin-block: calc(var(--pbstw-spacing) * 3);
  align-items: center;
  border-radius: var(--pbstw-radius-sm);
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--pbstw-color-pbs-selected);
  padding: calc(var(--pbstw-spacing) * 3);
  padding-top: calc(var(--pbstw-spacing) * 5);
  font-family: var(--pbstw-font-pbs);
  color: var(--pbstw-color-black);
}
.pledg-widget-hook-hookDisplayProductPriceBlock {
  width: fit-content;
}
.pledg-widget-hook-hookDisplayProductAdditionalInfo {
  width: fit-content;
}
.pledg-widget-cart {
  margin: calc(var(--pbstw-spacing) * 4);
  width: auto;
}
.pledg-overlay-content {
  display: none;
}
.pledg-widget-modal-btn {
  margin-top: calc(var(--pbstw-spacing) * 1);
  margin-left: calc(var(--pbstw-spacing) * 2);
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  color: var(--pbstw-color-pbs-primary);
}
.pledg-widget-modal-btn-icon {
  height: calc(var(--pbstw-spacing) * 5);
  width: calc(var(--pbstw-spacing) * 5);
}
.pledg-widget-caption {
  margin-bottom: calc(var(--pbstw-spacing) * 0);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  font-size: var(--pbstw-text-sm);
  line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
}
.pledg-widget-product .pledg-widget-caption {
  margin: calc(var(--pbstw-spacing) * 0);
}
.pledg-widget-logo-img {
  width: calc(var(--pbstw-spacing) * 6);
  height: calc(var(--pbstw-spacing) * 6);
  @media (width >= 20rem) {
    width: calc(var(--pbstw-spacing) * 6);
    height: calc(var(--pbstw-spacing) * 6);
  }
  @media (width >= 30rem) {
    width: calc(var(--pbstw-spacing) * 6);
    height: calc(var(--pbstw-spacing) * 6);
  }
}
.pledg-widget-nav .pledg-line {
  display: none;
}
.pledg-widget .pledg-widget-title {
  position: absolute;
  margin-top: calc(var(--pbstw-spacing) * -8);
  border-radius: var(--pbstw-radius-sm);
  background-color: var(--pbstw-color-pbs-primary);
  padding-block: 1px;
  padding-right: calc(var(--pbstw-spacing) * 3);
  padding-left: 1px;
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-white);
  font-style: italic;
}
.pledg-widget-title-picto {
  display: inline;
  width: calc(var(--pbstw-spacing) * 5);
  height: calc(var(--pbstw-spacing) * 5);
}
.pledg-popup-footer .pledg-widget-title {
  width: 100%;
  text-align: center;
  font-size: var(--pbstw-text-lg);
  line-height: var(--tw-leading, var(--pbstw-text-lg--line-height));
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-white);
  font-style: italic;
}
.pledg-popup-footer .pledg-widget-title .pledg-widget-title-picto {
  width: calc(var(--pbstw-spacing) * 8);
  height: calc(var(--pbstw-spacing) * 8);
}
.pledg-popup-widget {
  position: relative;
  margin-inline: auto;
  margin-block: 5%;
  width: calc(3/4 * 100%);
  padding: calc(var(--pbstw-spacing) * 0);
  font-family: var(--pbstw-font-pbs);
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--pbstw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--pbstw-default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--pbstw-ease-in-out);
  transition-timing-function: var(--pbstw-ease-in-out);
  @media (width >= 40rem) {
    width: calc(3/4 * 100%);
  }
  @media (width >= 64rem) {
    width: calc(3/5 * 100%);
  }
  @media (width >= 80rem) {
    width: calc(1/2 * 100%);
  }
}
.pledg-popup-header {
  border-top-left-radius: var(--pbstw-radius-md);
  border-top-right-radius: var(--pbstw-radius-md);
  padding-inline: calc(var(--pbstw-spacing) * 3);
  padding-block: calc(var(--pbstw-spacing) * 3);
  @media (width >= 20rem) {
    padding-block: calc(var(--pbstw-spacing) * 3);
  }
  @media (width >= 30rem) {
    padding-block: calc(var(--pbstw-spacing) * 4);
  }
  background-color: var(--pbstw-color-pbs-primary);
}
.pledg-popup-btn-close {
  cursor: pointer;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-outline-style: none;
  outline-style: none;
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
  position: absolute;
  top: calc(var(--pbstw-spacing) * 1);
  right: calc(var(--pbstw-spacing) * 1);
  border-radius: calc(infinity * 1px);
  border-color: var(--pbstw-color-pbs-primary);
  background-color: var(--pbstw-color-pbs-primary);
  font-size: var(--pbstw-text-2xl);
  line-height: var(--tw-leading, var(--pbstw-text-2xl--line-height));
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-white);
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  &:hover {
    @media (hover: hover) {
      background-color: var(--pbstw-color-pbs-primary);
    }
  }
  @media (width >= 20rem) {
    top: calc(var(--pbstw-spacing) * 2);
  }
  @media (width >= 30rem) {
    right: calc(var(--pbstw-spacing) * 2);
  }
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--pbstw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--pbstw-default-transition-duration));
  --tw-duration: 250ms;
  transition-duration: 250ms;
  &:hover {
    @media (hover: hover) {
      rotate: 90deg;
    }
  }
}
.pledg-widget-nav {
  margin-top: calc(var(--pbstw-spacing) * 1);
  display: flex;
  width: 100%;
  flex-direction: column;
  padding: calc(var(--pbstw-spacing) * 0);
}
#pledg-primary-widget.pledg-widget-nav {
  margin-bottom: calc(var(--pbstw-spacing) * 0);
}
.pledg-popup-header .pledg-widget-nav {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.pledg-widget-nav-list {
  display: flex;
  flex-direction: row;
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--pbstw-spacing) * 1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--pbstw-spacing) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }
  @media (width >= 30rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--pbstw-spacing) * 2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--pbstw-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  @media (width >= 48rem) {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--pbstw-spacing) * 3) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--pbstw-spacing) * 3) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
}
.pledg-widget-nav-list > li {
  display: inline;
}
.pledg-widget-nav-btn {
  width: calc(var(--pbstw-spacing) * 6);
  height: calc(var(--pbstw-spacing) * 6);
  cursor: pointer;
  border-radius: calc(infinity * 1px);
  background-color: #47bbc5;
  padding-bottom: 5px;
  text-align: center;
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  --tw-leading: calc(var(--pbstw-spacing) * 5);
  line-height: calc(var(--pbstw-spacing) * 5);
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-pbs-secondary);
  font-style: italic;
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  --tw-outline-style: none;
  outline-style: none;
  padding-top: 1px;
  @media (width >= 20rem) {
    width: calc(var(--pbstw-spacing) * 8);
    height: calc(var(--pbstw-spacing) * 8);
  }
  @media (width >= 20rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
  @media (width >= 30rem) {
    width: calc(var(--pbstw-spacing) * 10);
    height: calc(var(--pbstw-spacing) * 10);
  }
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-md);
  }
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--pbstw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--pbstw-default-transition-duration));
  --tw-duration: 500ms;
  transition-duration: 500ms;
  &:hover {
    @media (hover: hover) {
      --tw-font-weight: var(--pbstw-font-weight-bold);
      font-weight: var(--pbstw-font-weight-bold);
    }
  }
  &:hover {
    @media (hover: hover) {
      color: var(--pbstw-color-pbs-secondary);
    }
  }
  &:hover {
    @media (hover: hover) {
      opacity: 50%;
    }
  }
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.merchantIcon.active > .pledg-widget-nav-btn {
  background-color: var(--pbstw-color-pbs-selected);
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-white);
  opacity: 100%;
}
.pledg-popup-content {
  position: relative;
  background-color: var(--pbstw-color-white);
  padding: calc(var(--pbstw-spacing) * 2);
  @media (width >= 30rem) {
    padding: calc(var(--pbstw-spacing) * 4);
  }
}
.pledg-popup-caption {
  margin-top: calc(var(--pbstw-spacing) * 0);
  margin-bottom: calc(var(--pbstw-spacing) * 2);
  text-align: center;
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 20rem) {
    margin-bottom: calc(var(--pbstw-spacing) * 2);
  }
  @media (width >= 40rem) {
    margin-bottom: calc(var(--pbstw-spacing) * 6);
  }
}
.pledg-popup-caption > h2 {
  margin-bottom: calc(var(--pbstw-spacing) * 0);
  text-align: center;
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-md);
  --tw-leading: calc(var(--pbstw-spacing) * 4);
  line-height: calc(var(--pbstw-spacing) * 4);
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  font-style: italic;
  @media (width >= 20rem) {
    font-size: var(--pbstw-text-lg);
    line-height: var(--tw-leading, var(--pbstw-text-lg--line-height));
  }
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-xl);
    line-height: var(--tw-leading, var(--pbstw-text-xl--line-height));
  }
}
.pledg-bnpl-caption {
  text-align: center;
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-pbs-subtitle);
  font-style: italic;
  @media (width >= 20rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-md);
  }
}
.pledg-fees-caption {
  text-align: center;
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-pbs-subtitle);
  font-style: italic;
  @media (width >= 20rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-md);
  }
}
.pledg-popup-caption > p {
  margin-top: 1px;
  @media (width >= 20rem) {
    margin-top: calc(var(--pbstw-spacing) * 1);
  }
}
.pledg-popup-container {
  margin-block: calc(var(--pbstw-spacing) * 2);
  display: flex;
  flex-direction: column;
  @media (width >= 30rem) {
    flex-direction: row;
  }
  @media (width >= 40rem) {
    margin-block: calc(var(--pbstw-spacing) * 4);
  }
  @media (width >= 40rem) {
    margin-block: calc(var(--pbstw-spacing) * 4);
  }
  @media (width >= 48rem) {
    margin-block: calc(var(--pbstw-spacing) * 6);
  }
}
.pledg-popup-container-divider {
  max-width: 100%;
  background-color: var(--pbstw-color-black);
  @media (width >= 20rem) {
    width: 1px;
  }
  @media (width >= 40rem) {
    max-width: 1px;
  }
}
.pledg-popup-separation {
  max-width: 100%;
  background-color: var(--pbstw-color-black);
  @media (width >= 40rem) {
    max-width: 1px;
  }
}
.pledg-popup-howto {
  display: grid;
  display: none;
  flex-grow: 1;
  padding-inline: calc(var(--pbstw-spacing) * 2);
  @media (width >= 30rem) {
    display: block;
  }
  @media (width >= 30rem) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 48rem) {
    display: block;
  }
}
.pledg-popup-step {
  display: flex;
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-pbs-subtitle);
  font-style: italic;
  @media (width >= 30rem) {
    padding-right: calc(var(--pbstw-spacing) * 2);
  }
}
.pledg-popup-step:last-child:before {
  --tw-border-style: none;
  border-style: none;
  padding-left: 2px;
  --tw-content: '';
  content: var(--tw-content);
}
.pledg-popup-step:before {
  margin-top: calc(var(--pbstw-spacing) * 1);
  margin-left: 11px;
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
  border-color: var(--pbstw-color-black);
  --tw-content: '';
  content: var(--tw-content);
}
.pledg-popup-between-step {
  margin-left: 11px;
  height: calc(var(--pbstw-spacing) * 1);
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
  border-color: var(--pbstw-color-black);
  @media (width >= 30rem) {
    height: calc(var(--pbstw-spacing) * 5);
  }
}
.pledg-popup-bullet {
  position: absolute;
  margin-left: 2px;
  width: calc(var(--pbstw-spacing) * 5);
  height: calc(var(--pbstw-spacing) * 5);
  border-radius: calc(infinity * 1px);
  background-color: var(--pbstw-color-pbs-primary);
  padding-top: 1px;
  padding-right: 2px;
  text-align: center;
  vertical-align: middle;
  color: var(--pbstw-color-white);
}
.step-text {
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-xs);
    line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  }
  @media (width >= 40rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--pbstw-text-md);
  }
  margin-left: calc(var(--pbstw-spacing) * 5);
  @media (width >= 40rem) {
    --tw-leading: 1;
    line-height: 1;
  }
}
.pledg-popup-payment-schedule {
  margin-inline: calc(var(--pbstw-spacing) * 2);
  display: flex;
  place-items: start;
  padding: calc(var(--pbstw-spacing) * 0);
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  color: var(--pbstw-color-pbs-subtitle);
  font-style: italic;
  @media (width >= 20rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
  @media (width >= 30rem) {
    margin: calc(var(--pbstw-spacing) * 0);
  }
  @media (width >= 30rem) {
    width: calc(1/2 * 100%);
  }
  @media (width >= 30rem) {
    align-content: flex-start;
  }
  @media (width >= 30rem) {
    padding-inline: calc(var(--pbstw-spacing) * 2);
  }
  @media (width >= 30rem) {
    padding-block: calc(var(--pbstw-spacing) * 0);
  }
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-md);
  }
  @media (width >= 40rem) {
    font-size: var(--pbstw-text-lg);
    line-height: var(--tw-leading, var(--pbstw-text-lg--line-height));
  }
}
.installment-statement:first-child {
  margin-top: calc(var(--pbstw-spacing) * 0);
}
.pledg-schedule {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: calc(var(--pbstw-spacing) * 2);
  padding-top: calc(var(--pbstw-spacing) * 0);
}
.installment-statement {
  clear: both;
  margin-top: calc(var(--pbstw-spacing) * 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--pbstw-spacing) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--pbstw-spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }
}
.installment-statement > span:first-child {
  @media (width >= 20rem) {
    margin-right: calc(var(--pbstw-spacing) * 5);
  }
}
.pledg-popup-footer {
  width: 100%;
  border-bottom-right-radius: var(--pbstw-radius-md);
  border-bottom-left-radius: var(--pbstw-radius-md);
  background-color: var(--pbstw-color-pbs-primary);
  padding: calc(var(--pbstw-spacing) * 3);
  text-align: center;
  --tw-leading: 1;
  line-height: 1;
  @media (width >= 48rem) {
    padding: calc(var(--pbstw-spacing) * 4);
  }
}
.pledg-legal-mentions {
  margin-bottom: calc(var(--pbstw-spacing) * 2);
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-4xs);
  --tw-leading: calc(var(--pbstw-spacing) * 3);
  line-height: calc(var(--pbstw-spacing) * 3);
  --tw-font-weight: var(--pbstw-font-weight-bold);
  font-weight: var(--pbstw-font-weight-bold);
  color: var(--pbstw-color-white);
  font-style: italic;
}
.pledg-popup-overlay {
  visibility: hidden;
  position: fixed;
  top: calc(var(--pbstw-spacing) * 0);
  right: calc(var(--pbstw-spacing) * 0);
  bottom: calc(var(--pbstw-spacing) * 0);
  left: calc(var(--pbstw-spacing) * 0);
  z-index: 999;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: #000000b3;
  opacity: 0%;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--pbstw-default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--pbstw-default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.pledg-popup-overlay.show {
  visibility: visible;
  opacity: 100%;
}
.installment-statement-label, .deferred-statement-label {
  --tw-font-weight: var(--pbstw-font-weight-medium);
  font-weight: var(--pbstw-font-weight-medium);
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-xs);
    line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  }
  @media (width >= 40rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--pbstw-text-md);
  }
}
.installment-statement-amount {
  text-align: right;
  --tw-font-weight: var(--pbstw-font-weight-extrabold);
  font-weight: var(--pbstw-font-weight-extrabold);
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-xs);
    line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  }
  @media (width >= 40rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--pbstw-text-md);
  }
}
.installment-statement-fees, .deferred-statement-fees {
  text-align: right;
  font-size: var(--pbstw-text-2xs);
  @media (width >= 30rem) {
    font-size: var(--pbstw-text-2xs);
  }
  @media (width >= 40rem) {
    font-size: var(--pbstw-text-xs);
    line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--pbstw-text-sm);
    line-height: var(--tw-leading, var(--pbstw-text-sm--line-height));
  }
}
.installment-statement-space {
  height: calc(var(--pbstw-spacing) * 1);
}
.pledg-payment-image, .payment-option label img[src*="pledgbysofinco"] {
  max-height: calc(var(--pbstw-spacing) * 8);
  min-height: calc(var(--pbstw-spacing) * 8);
  max-width: calc(var(--pbstw-spacing) * 8);
  min-width: calc(var(--pbstw-spacing) * 8);
  object-fit: contain;
}
.payment-option label img[src*="pledgbysofinco"] {
  margin-inline: calc(var(--pbstw-spacing) * 2);
  display: inline;
}
.pledg-payment-box {
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-xs);
  line-height: var(--tw-leading, var(--pbstw-text-xs--line-height));
  font-style: italic;
  border-radius: var(--pbstw-radius-sm);
  border-style: var(--tw-border-style);
  border-width: 2px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--pbstw-color-pbs-selected);
  color: var(--pbstw-color-black);
  margin-inline: calc(var(--pbstw-spacing) * 0);
  margin-bottom: calc(var(--pbstw-spacing) * 4);
  padding: calc(var(--pbstw-spacing) * 3);
}
p:has(~ .pledg-payment-box) {
  text-align: justify;
  font-family: var(--pbstw-font-pbs);
  font-size: var(--pbstw-text-md);
  font-style: italic;
}
.pledg-payment-detail-container {
  margin: calc(var(--pbstw-spacing) * 0);
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border;
}
.spinner-parent {
  text-align: center;
}
.pledgContainer {
  margin-inline: auto;
  margin-top: calc(var(--pbstw-spacing) * 6);
  margin-bottom: calc(var(--pbstw-spacing) * 10);
  width: 650px;
  max-width: calc(var(--pbstw-spacing) * 650);
  border-radius: var(--pbstw-radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  --tw-border-style: solid;
  border-style: solid;
  border-color: var(--pbstw-color-pbs-secondary);
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: initial;
      --tw-ease: 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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-leading: initial;
      --tw-content: "";
    }
  }
}
