*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: "PP Neue Montreal", serif;
  letter-spacing: 0;
}

.ptf-pointer-events-none {
  pointer-events: none;
}

.ptf-absolute {
  position: absolute;
}

.ptf-relative {
  position: relative;
}

.ptf-sticky {
  position: sticky;
}

.ptf-inset-0 {
  inset: 0px;
}

.\!-ptf-left-\[50px\] {
  left: -50px !important;
}

.\!-ptf-right-\[50px\] {
  right: -50px !important;
}

.\!ptf-top-\[37\%\] {
  top: 37% !important;
}

.-ptf-left-\[1px\] {
  left: -1px;
}

.-ptf-left-\[311px\] {
  left: -311px;
}

.-ptf-left-\[318px\] {
  left: -318px;
}

.-ptf-left-\[347px\] {
  left: -347px;
}

.-ptf-left-\[359px\] {
  left: -359px;
}

.-ptf-left-\[383px\] {
  left: -383px;
}

.-ptf-left-\[425px\] {
  left: -425px;
}

.-ptf-top-\[124px\] {
  top: -124px;
}

.-ptf-top-\[1px\] {
  top: -1px;
}

.-ptf-top-\[50\%\] {
  top: -50%;
}

.-ptf-top-\[66\%\] {
  top: -66%;
}

.ptf--bottom-\[32px\] {
  bottom: -32px;
}

.ptf-bottom-0 {
  bottom: 0px;
}

.ptf-bottom-\[10px\] {
  bottom: 10px;
}

.ptf-left-0 {
  left: 0px;
}

.ptf-left-1\/2 {
  left: 50%;
}

.ptf-left-\[6\%\] {
  left: 6%;
}

.ptf-right-0 {
  right: 0px;
}

.ptf-right-20 {
  right: 5rem;
}

.ptf-right-6 {
  right: 1.5rem;
}

.ptf-top-0 {
  top: 0px;
}

.ptf-top-40 {
  top: 10rem;
}

.ptf-top-5 {
  top: 1.25rem;
}

.ptf-top-\[25\%\] {
  top: 25%;
}

.ptf-top-\[50\%\] {
  top: 50%;
}

.ptf-top-full {
  top: 100%;
}

.ptf-z-0 {
  z-index: 0;
}

.ptf-z-10 {
  z-index: 10;
}

.ptf-z-40 {
  z-index: 40;
}

.ptf-z-50 {
  z-index: 50;
}

.ptf-z-\[1\] {
  z-index: 1;
}

.ptf-z-\[2\] {
  z-index: 2;
}

.ptf-m-0 {
  margin: 0px;
}

.ptf-m-auto {
  margin: auto;
}

.\!ptf-mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.ptf-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ptf-mt-2 {
  margin-top: -0.5rem;
}

.-ptf-mt-\[20px\] {
  margin-top: -20px;
}

.-ptf-mt-\[44px\] {
  margin-top: -44px;
}

.ptf-mb-0 {
  margin-bottom: 0px;
}

.ptf-mb-1 {
  margin-bottom: 0.25rem;
}

.ptf-mb-1\.5 {
  margin-bottom: 0.375rem;
}

.ptf-mb-10 {
  margin-bottom: 2.5rem;
}

.ptf-mb-2\.5 {
  margin-bottom: 0.625rem;
}

.ptf-mb-3 {
  margin-bottom: 0.75rem;
}

.ptf-mb-5 {
  margin-bottom: 1.25rem;
}

.ptf-mb-7 {
  margin-bottom: 1.75rem;
}

.ptf-mb-\[30px\] {
  margin-bottom: 30px;
}

.ptf-ml-8 {
  margin-left: 2rem;
}

.ptf-mr-8 {
  margin-right: 2rem;
}

.ptf-mt-0\.5 {
  margin-top: 0.125rem;
}

.ptf-mt-2\.5 {
  margin-top: 0.625rem;
}

.ptf-mt-4 {
  margin-top: 1rem;
}

.ptf-mt-6 {
  margin-top: 1.5rem;
}

.\!ptf-block {
  display: block !important;
}

.ptf-block {
  display: block;
}

.ptf-flex {
  display: flex;
}

.ptf-grid {
  display: grid;
}

.ptf-hidden {
  display: none;
}

.ptf-aspect-\[335\/357\] {
  aspect-ratio: 335/357;
}

.ptf-aspect-\[335\/426\] {
  aspect-ratio: 335/426;
}

.ptf-aspect-square {
  aspect-ratio: 1 / 1;
}

.ptf-h-\[105px\] {
  height: 105px;
}

.ptf-h-\[126px\] {
  height: 126px;
}

.ptf-h-\[135px\] {
  height: 135px;
}

.ptf-h-\[17px\] {
  height: 17px;
}

.ptf-h-\[18px\] {
  height: 18px;
}

.ptf-h-\[3px\] {
  height: 3px;
}

.ptf-h-\[4px\] {
  height: 4px;
}

.ptf-h-\[58px\] {
  height: 58px;
}

.ptf-h-\[5px\] {
  height: 5px;
}

.ptf-h-\[62px\] {
  height: 62px;
}

.ptf-h-auto {
  height: auto;
}

.ptf-h-full {
  height: 100%;
}

.ptf-max-h-0 {
  max-height: 0px;
}

.ptf-min-h-\[115px\] {
  min-height: 115px;
}

.ptf-min-h-\[300px\] {
  min-height: 300px;
}

.ptf-min-h-\[44px\] {
  min-height: 44px;
}

.\!ptf-w-auto {
  width: auto !important;
}

.ptf-w-6 {
  width: 1.5rem;
}

.ptf-w-\[105px\] {
  width: 105px;
}

.ptf-w-\[10px\] {
  width: 10px;
}

.ptf-w-\[122px\] {
  width: 122px;
}

.ptf-w-\[130px\] {
  width: 130px;
}

.ptf-w-\[132px\] {
  width: 132px;
}

.ptf-w-\[150px\] {
  width: 150px;
}

.ptf-w-\[164px\] {
  width: 164px;
}

.ptf-w-\[18px\] {
  width: 18px;
}

.ptf-w-\[200px\] {
  width: 200px;
}

.ptf-w-\[204px\] {
  width: 204px;
}

.ptf-w-\[240px\] {
  width: 240px;
}

.ptf-w-\[25px\] {
  width: 25px;
}

.ptf-w-\[260px\] {
  width: 260px;
}

.ptf-w-\[290px\] {
  width: 290px;
}

.ptf-w-\[30px\] {
  width: 30px;
}

.ptf-w-\[312px\] {
  width: 312px;
}

.ptf-w-\[319px\] {
  width: 319px;
}

.ptf-w-\[335px\] {
  width: 335px;
}

.ptf-w-\[348px\] {
  width: 348px;
}

.ptf-w-\[360px\] {
  width: 360px;
}

.ptf-w-\[384px\] {
  width: 384px;
}

.ptf-w-\[40px\] {
  width: 40px;
}

.ptf-w-\[452px\] {
  width: 452px;
}

.ptf-w-\[479px\] {
  width: 479px;
}

.ptf-w-\[49px\] {
  width: 49px;
}

.ptf-w-\[50px\] {
  width: 50px;
}

.ptf-w-\[51px\] {
  width: 51px;
}

.ptf-w-\[52px\] {
  width: 52px;
}

.ptf-w-\[53px\] {
  width: 53px;
}

.ptf-w-\[56px\] {
  width: 56px;
}

.ptf-w-\[58px\] {
  width: 58px;
}

.ptf-w-\[5px\] {
  width: 5px;
}

.ptf-w-\[70px\] {
  width: 70px;
}

.ptf-w-\[904px\] {
  width: 904px;
}

.ptf-w-\[98px\] {
  width: 98px;
}

.ptf-w-auto {
  width: auto;
}

.ptf-w-full {
  width: 100%;
}

.ptf-min-w-0 {
  min-width: 0px;
}

.ptf-max-w-\[122px\] {
  max-width: 122px;
}

.ptf-max-w-\[1280px\] {
  max-width: 1280px;
}

.ptf-max-w-\[135px\] {
  max-width: 135px;
}

.ptf-max-w-\[140px\] {
  max-width: 140px;
}

.ptf-max-w-\[1440px\] {
  max-width: 1440px;
}

.ptf-max-w-\[180px\] {
  max-width: 180px;
}

.ptf-max-w-\[193px\] {
  max-width: 193px;
}

.ptf-max-w-\[200px\] {
  max-width: 200px;
}

.ptf-max-w-\[277px\] {
  max-width: 277px;
}

.ptf-max-w-\[300px\] {
  max-width: 300px;
}

.ptf-max-w-\[335px\] {
  max-width: 335px;
}

.ptf-max-w-\[391px\] {
  max-width: 391px;
}

.ptf-max-w-\[440px\] {
  max-width: 440px;
}

.ptf-max-w-\[446px\] {
  max-width: 446px;
}

.ptf-max-w-\[60\%\] {
  max-width: 60%;
}

.ptf-max-w-md {
  max-width: 28rem;
}

.ptf-flex-1 {
  flex: 1 1 0%;
}

.ptf-flex-none {
  flex: none;
}

.ptf-flex-shrink-0 {
  flex-shrink: 0;
}

.ptf-shrink-0 {
  flex-shrink: 0;
}

.ptf-flex-grow {
  flex-grow: 1;
}

.ptf-grow {
  flex-grow: 1;
}

.-ptf-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.ptf-animate-\[spin_20s_linear_infinite\] {
  animation: ptf-spin 20s linear infinite;
}

.ptf-cursor-pointer {
  cursor: pointer;
}

.ptf-list-decimal {
  list-style-type: decimal;
}

.ptf-list-disc {
  list-style-type: disc;
}

.ptf-list-none {
  list-style-type: none;
}

.ptf-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.ptf-flex-row {
  flex-direction: row;
}

.ptf-flex-col {
  flex-direction: column;
}

.ptf-flex-wrap {
  flex-wrap: wrap;
}

.ptf-flex-nowrap {
  flex-wrap: nowrap;
}

.ptf-items-start {
  align-items: flex-start;
}

.ptf-items-center {
  align-items: center;
}

.ptf-justify-start {
  justify-content: flex-start;
}

.ptf-justify-end {
  justify-content: flex-end;
}

.ptf-justify-center {
  justify-content: center;
}

.ptf-justify-between {
  justify-content: space-between;
}

.ptf-gap-0\.5 {
  gap: 0.125rem;
}

.ptf-gap-1 {
  gap: 0.25rem;
}

.ptf-gap-1\.5 {
  gap: 0.375rem;
}

.ptf-gap-10 {
  gap: 2.5rem;
}

.ptf-gap-2 {
  gap: 0.5rem;
}

.ptf-gap-2\.5 {
  gap: 0.625rem;
}

.ptf-gap-3 {
  gap: 0.75rem;
}

.ptf-gap-4 {
  gap: 1rem;
}

.ptf-gap-5 {
  gap: 1.25rem;
}

.ptf-gap-6 {
  gap: 1.5rem;
}

.ptf-gap-7 {
  gap: 1.75rem;
}

.ptf-gap-\[17px\] {
  gap: 17px;
}

.ptf-gap-\[18px\] {
  gap: 18px;
}

.ptf-gap-\[30px\] {
  gap: 30px;
}

.ptf-gap-\[60px\] {
  gap: 60px;
}

.ptf-gap-x-\[49px\] {
  -moz-column-gap: 49px;
       column-gap: 49px;
}

.ptf-gap-y-\[47px\] {
  row-gap: 47px;
}

.ptf-space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.ptf-self-center {
  align-self: center;
}

.ptf-self-stretch {
  align-self: stretch;
}

.ptf-overflow-hidden {
  overflow: hidden;
}

.ptf-overflow-x-auto {
  overflow-x: auto;
}

.ptf-whitespace-nowrap {
  white-space: nowrap;
}

.ptf-rounded-\[100px\] {
  border-radius: 100px;
}

.ptf-rounded-\[10px\] {
  border-radius: 10px;
}

.ptf-rounded-\[20px\] {
  border-radius: 20px;
}

.ptf-rounded-\[2px\] {
  border-radius: 2px;
}

.ptf-rounded-\[4px\] {
  border-radius: 4px;
}

.ptf-rounded-\[8px\] {
  border-radius: 8px;
}

.ptf-rounded-\[8px_8px_8px_0\] {
  border-radius: 8px 8px 8px 0;
}

.ptf-rounded-full {
  border-radius: 9999px;
}

.ptf-border {
  border-width: 1px;
}

.ptf-border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.ptf-border-b {
  border-bottom-width: 1px;
}

.ptf-border-b-2 {
  border-bottom-width: 2px;
}

.ptf-border-l-2 {
  border-left-width: 2px;
}

.ptf-border-r {
  border-right-width: 1px;
}

.ptf-border-t {
  border-top-width: 1px;
}

.ptf-border-solid {
  border-style: solid;
}

.ptf-border-\[\#182743\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 39 67 / var(--tw-border-opacity, 1));
}

.ptf-border-\[\#1D1D1B\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 29 27 / var(--tw-border-opacity, 1));
}

.ptf-border-\[\#555555\] {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
}

.ptf-border-\[\#6b7897\] {
  --tw-border-opacity: 1;
  border-color: rgb(107 120 151 / var(--tw-border-opacity, 1));
}

.ptf-border-\[\#F7EBD2\] {
  --tw-border-opacity: 1;
  border-color: rgb(247 235 210 / var(--tw-border-opacity, 1));
}

.ptf-border-\[rgba\(255\,255\,255\,0\.20\)\] {
  border-color: rgba(255,255,255,0.20);
}

.ptf-border-\[rgba\(28\,49\,101\,0\.6\)\] {
  border-color: rgba(28,49,101,0.6);
}

.ptf-border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.ptf-border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.ptf-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.ptf-bg-\[\#181818\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 24 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#1A1A1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#1c1c1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#6b7897\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 120 151 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#E6E3D7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 227 215 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#EDE8DE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 232 222 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#EFECE5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 236 229 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#F7EBD2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 235 210 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#FBEFD5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 239 213 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[\#dcd5c8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 213 200 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[rgba\(239\,236\,229\,0\.80\)\] {
  background-color: rgba(239,236,229,0.80);
}

.ptf-bg-\[rgba\(245\,245\,245\,0\.70\)\] {
  background-color: rgba(245,245,245,0.70);
}

.ptf-bg-\[rgba\(28\,49\,101\,0\.6\)\] {
  background-color: rgba(28,49,101,0.6);
}

.ptf-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.ptf-bg-transparent {
  background-color: transparent;
}

.ptf-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.ptf-bg-\[linear-gradient\(0deg\,\#1C1C1C_0\%\,\#1C1C1C_100\%\)\] {
  background-image: linear-gradient(0deg,#1C1C1C 0%,#1C1C1C 100%);
}

.ptf-bg-\[linear-gradient\(0deg\,\#EFECE5_0\%\,\#EFECE5_100\%\)\] {
  background-image: linear-gradient(0deg,#EFECE5 0%,#EFECE5 100%);
}

.ptf-bg-\[linear-gradient\(180deg\,\#D6AB4A_-104\.44\%\,\#FFD56A_37\.76\%\,\#F8E48D_166\.63\%\)\] {
  background-image: linear-gradient(180deg,#D6AB4A -104.44%,#FFD56A 37.76%,#F8E48D 166.63%);
}

.ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-footer-bg-mb\.webp\)\] {
  background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-footer-bg-mb.webp);
}

.ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-footer-bg-mb\.webp\?v\=1773820955\)\] {
  background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-footer-bg-mb.webp?v=1773820955);
}

.ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-ing-hero-img-mb\.webp\)\] {
  background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-ing-hero-img-mb.webp);
}

.ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-prod-sec3-bg-mb\.webp\)\] {
  background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-prod-sec3-bg-mb.webp);
}

.ptf-bg-\[length\:contain\] {
  background-size: contain;
}

.ptf-bg-cover {
  background-size: cover;
}

.ptf-bg-\[center_bottom\] {
  background-position: center bottom;
}

.ptf-bg-\[center_top\] {
  background-position: center top;
}

.ptf-bg-no-repeat {
  background-repeat: no-repeat;
}

.ptf-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ptf-p-0 {
  padding: 0px;
}

.ptf-p-10 {
  padding: 2.5rem;
}

.ptf-p-20 {
  padding: 5rem;
}

.ptf-p-5 {
  padding: 1.25rem;
}

.ptf-p-\[0_14px_0_20px\] {
  padding: 0 14px 0 20px;
}

.ptf-p-\[10px_0_5px\] {
  padding: 10px 0 5px;
}

.ptf-p-\[10px_10px_10px_0\] {
  padding: 10px 10px 10px 0;
}

.ptf-p-\[10px_20px\] {
  padding: 10px 20px;
}

.ptf-p-\[19px_100px\] {
  padding: 19px 100px;
}

.ptf-p-\[20px_10px\] {
  padding: 20px 10px;
}

.ptf-p-\[20px_20px_40px\] {
  padding: 20px 20px 40px;
}

.ptf-p-\[3px_9px_3px_4px\] {
  padding: 3px 9px 3px 4px;
}

.ptf-p-\[8px_0\] {
  padding: 8px 0;
}

.ptf-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.ptf-px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.ptf-px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ptf-px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.ptf-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ptf-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.ptf-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.ptf-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ptf-px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.ptf-px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.ptf-px-\[53\.5px\] {
  padding-left: 53.5px;
  padding-right: 53.5px;
}

.ptf-px-\[72px\] {
  padding-left: 72px;
  padding-right: 72px;
}

.ptf-py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.ptf-py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.ptf-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.ptf-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ptf-py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.ptf-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.ptf-py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.ptf-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.ptf-py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.ptf-pb-1 {
  padding-bottom: 0.25rem;
}

.ptf-pb-10 {
  padding-bottom: 2.5rem;
}

.ptf-pb-2\.5 {
  padding-bottom: 0.625rem;
}

.ptf-pb-4 {
  padding-bottom: 1rem;
}

.ptf-pb-5 {
  padding-bottom: 1.25rem;
}

.ptf-pb-8 {
  padding-bottom: 2rem;
}

.ptf-pb-\[140px\] {
  padding-bottom: 140px;
}

.ptf-pb-\[20px\] {
  padding-bottom: 20px;
}

.ptf-pl-3\.5 {
  padding-left: 0.875rem;
}

.ptf-pl-5 {
  padding-left: 1.25rem;
}

.ptf-pl-6 {
  padding-left: 1.5rem;
}

.ptf-pr-2\.5 {
  padding-right: 0.625rem;
}

.ptf-pr-\[15px\] {
  padding-right: 15px;
}

.ptf-pt-0 {
  padding-top: 0px;
}

.ptf-pt-10 {
  padding-top: 2.5rem;
}

.ptf-pt-16 {
  padding-top: 4rem;
}

.ptf-pt-28 {
  padding-top: 7rem;
}

.ptf-pt-5 {
  padding-top: 1.25rem;
}

.ptf-pt-\[104px\] {
  padding-top: 104px;
}

.ptf-text-center {
  text-align: center;
}

.ptf-font-bebasneue {
  font-family: "Bebas Neue", sans-serif;
}

.ptf-font-bevietnam {
  font-family: "Be Vietnam", sans-serif;
}

.ptf-font-fustat {
  font-family: "Fustat", sans-serif;
}

.ptf-font-helveticaneueltstd {
  font-family: "Helvetica Neue LT Std", sans-serif;
}

.ptf-font-inter {
  font-family: "Inter", sans-serif;
}

.ptf-font-ppneuemontreal {
  font-family: "PP Neue Montreal", sans-serif;
}

.ptf-font-pppangaia {
  font-family: "PP Pangaia", sans-serif;
}

.ptf-font-suisseintl {
  font-family: "Suisse Intl", sans-serif;
}

.ptf-font-worksans {
  font-family: "Work Sans", sans-serif;
}

.ptf-text-\[11px\] {
  font-size: 11px;
}

.ptf-text-\[12px\] {
  font-size: 12px;
}

.ptf-text-\[14px\] {
  font-size: 14px;
}

.ptf-text-\[16px\] {
  font-size: 16px;
}

.ptf-text-\[18px\] {
  font-size: 18px;
}

.ptf-text-\[20px\] {
  font-size: 20px;
}

.ptf-text-\[22px\] {
  font-size: 22px;
}

.ptf-text-\[24px\] {
  font-size: 24px;
}

.ptf-text-\[30px\] {
  font-size: 30px;
}

.ptf-text-\[32px\] {
  font-size: 32px;
}

.ptf-text-\[36px\] {
  font-size: 36px;
}

.ptf-text-\[38px\] {
  font-size: 38px;
}

.ptf-text-\[40px\] {
  font-size: 40px;
}

.ptf-text-\[48px\] {
  font-size: 48px;
}

.ptf-font-bold {
  font-weight: 700;
}

.ptf-font-light {
  font-weight: 300;
}

.ptf-font-medium {
  font-weight: 500;
}

.ptf-font-normal {
  font-weight: 400;
}

.ptf-uppercase {
  text-transform: uppercase;
}

.ptf-capitalize {
  text-transform: capitalize;
}

.ptf-italic {
  font-style: italic;
}

.ptf-leading-\[0\.32px\] {
  line-height: 0.32px;
}

.ptf-leading-\[100\%\] {
  line-height: 100%;
}

.ptf-leading-\[11px\] {
  line-height: 11px;
}

.ptf-leading-\[120\%\] {
  line-height: 120%;
}

.ptf-leading-\[12px\] {
  line-height: 12px;
}

.ptf-leading-\[140\%\] {
  line-height: 140%;
}

.ptf-leading-\[145\%\] {
  line-height: 145%;
}

.ptf-leading-\[15\.6px\] {
  line-height: 15.6px;
}

.ptf-leading-\[15px\] {
  line-height: 15px;
}

.ptf-leading-\[160\%\] {
  line-height: 160%;
}

.ptf-leading-\[16px\] {
  line-height: 16px;
}

.ptf-leading-\[17px\] {
  line-height: 17px;
}

.ptf-leading-\[20px\] {
  line-height: 20px;
}

.ptf-leading-\[23px\] {
  line-height: 23px;
}

.ptf-leading-\[24px\] {
  line-height: 24px;
}

.ptf-leading-\[26px\] {
  line-height: 26px;
}

.ptf-leading-\[28px\] {
  line-height: 28px;
}

.ptf-leading-\[30px\] {
  line-height: 30px;
}

.ptf-leading-\[34px\] {
  line-height: 34px;
}

.ptf-leading-\[35px\] {
  line-height: 35px;
}

.ptf-leading-\[36px\] {
  line-height: 36px;
}

.ptf-leading-\[43px\] {
  line-height: 43px;
}

.ptf-leading-\[48px\] {
  line-height: 48px;
}

.ptf-leading-\[56px\] {
  line-height: 56px;
}

.ptf-leading-\[5px\] {
  line-height: 5px;
}

.ptf-leading-\[60px\] {
  line-height: 60px;
}

.ptf-leading-\[62px\] {
  line-height: 62px;
}

.ptf-leading-\[90\%\] {
  line-height: 90%;
}

.ptf-leading-\[normal\] {
  line-height: normal;
}

.-ptf-tracking-\[0\.54px\] {
  letter-spacing: -0.54px;
}

.-ptf-tracking-\[0\.64px\] {
  letter-spacing: -0.64px;
}

.-ptf-tracking-\[0\.72px\] {
  letter-spacing: -0.72px;
}

.ptf-tracking-\[0\.16px\] {
  letter-spacing: 0.16px;
}

.ptf-tracking-\[0\.18px\] {
  letter-spacing: 0.18px;
}

.ptf-tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}

.ptf-tracking-\[0\.28px\] {
  letter-spacing: 0.28px;
}

.ptf-tracking-\[0\.2px\] {
  letter-spacing: 0.2px;
}

.ptf-tracking-\[0\.32px\] {
  letter-spacing: 0.32px;
}

.ptf-tracking-\[0\.36px\] {
  letter-spacing: 0.36px;
}

.ptf-tracking-\[0\.3px\] {
  letter-spacing: 0.3px;
}

.ptf-tracking-\[0\.45px\] {
  letter-spacing: 0.45px;
}

.ptf-tracking-\[0\.48px\] {
  letter-spacing: 0.48px;
}

.ptf-tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.ptf-tracking-\[0\.51px\] {
  letter-spacing: 0.51px;
}

.ptf-tracking-\[0\.54px\] {
  letter-spacing: 0.54px;
}

.ptf-tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}

.ptf-tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}

.ptf-text-\[\#071A2B\] {
  --tw-text-opacity: 1;
  color: rgb(7 26 43 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#0B1328\] {
  --tw-text-opacity: 1;
  color: rgb(11 19 40 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#1C1C1C\] {
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#1C3165\] {
  --tw-text-opacity: 1;
  color: rgb(28 49 101 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#2E2D29\] {
  --tw-text-opacity: 1;
  color: rgb(46 45 41 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#5F6061\] {
  --tw-text-opacity: 1;
  color: rgb(95 96 97 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#5b5b5b\] {
  --tw-text-opacity: 1;
  color: rgb(91 91 91 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#F7EBD2\] {
  --tw-text-opacity: 1;
  color: rgb(247 235 210 / var(--tw-text-opacity, 1));
}

.ptf-text-\[\#FDF9EE\] {
  --tw-text-opacity: 1;
  color: rgb(253 249 238 / var(--tw-text-opacity, 1));
}

.ptf-text-\[rgba\(0\,0\,0\,0\.80\)\] {
  color: rgba(0,0,0,0.80);
}

.ptf-text-\[rgba\(182\,38\,48\,1\)\] {
  color: rgba(182,38,48,1);
}

.ptf-text-\[rgba\(247\,235\,210\,0\.80\)\] {
  color: rgba(247,235,210,0.80);
}

.ptf-text-\[rgba\(255\,255\,255\,0\.70\)\] {
  color: rgba(255,255,255,0.70);
}

.ptf-text-\[rgba\(255\,255\,255\,0\.90\)\] {
  color: rgba(255,255,255,0.90);
}

.ptf-text-\[rgba\(29\,29\,27\,0\.80\)\] {
  color: rgba(29,29,27,0.80);
}

.ptf-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ptf-text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.ptf-text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.ptf-text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.ptf-text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.ptf-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ptf-text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.ptf-text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.ptf-no-underline {
  text-decoration-line: none;
}

.\!ptf-opacity-100 {
  opacity: 1 !important;
}

.\!ptf-opacity-60 {
  opacity: 0.6 !important;
}

.ptf-opacity-0 {
  opacity: 0;
}

.ptf-opacity-100 {
  opacity: 1;
}

.ptf-bg-blend-multiply {
  background-blend-mode: multiply;
}

.ptf-shadow-\[0_6px_6px_0_rgba\(204\,225\,135\,0\.15\)\] {
  --tw-shadow: 0 6px 6px 0 rgba(204,225,135,0.15);
  --tw-shadow-colored: 0 6px 6px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ptf-drop-shadow-\[0_5px_10px_rgba\(0\,0\,0\,0\.25\)\] {
  --tw-drop-shadow: drop-shadow(0 5px 10px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.ptf-backdrop-blur-\[10px\] {
  --tw-backdrop-blur: blur(10px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.ptf-backdrop-blur-\[4px\] {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.ptf-backdrop-blur-\[50px\] {
  --tw-backdrop-blur: blur(50px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.ptf-transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ptf-transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ptf-transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ptf-transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ptf-duration-300 {
  transition-duration: 300ms;
}

.ptf-duration-500 {
  transition-duration: 500ms;
}

.ptf-duration-\[\.2s\] {
  transition-duration: .2s;
}

.ptf-duration-\[\.3s\] {
  transition-duration: .3s;
}

.ptf-ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ptf-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.swiper-button-prev>svg, .swiper-button-next>svg {
  display: none;
}

.sliding-icons .swiper-wrapper {
  transition-timing-function: linear;
}

#fbslider .fbSlider-pagination {
  border-radius: 2px;
}

#fbslider .fbSlider-pagination .swiper-pagination-bullet {
  border-radius: 0px;
  background: #D1D1D1;
  opacity: 1;
  transition: background 0.3s;
}

#fbslider .fbSlider-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.ing-supp-modal .suppmodal-wrapper {
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ing-supp-modal .suppmodal-wrapper.is-open {
  width: 100%;
  max-width: 640px;
}

.ing-supp-modal .supp-modal {
  transition: max-height 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ing-supp-modal .supp-modal.is-open {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.ing-supp-modal .supp-modal-dialogue {
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ing-supp-modal .supp-modal.is-open .supp-modal-dialogue {
  transform: translateY(0);
}

.ing-supp-modal .suppmodal-wrapper.is-open .arrow-icon {
  transform: rotate(90deg);
}

.ing-supp-modal .arrow-icon {
  transition: transform 0.3s ease;
}

.ing-supp-modal .supp-modal-trigger {
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.ing-supp-modal .suppmodal-wrapper.is-open .supp-modal-trigger {
  width: 100%;
}

.prod-supp-modal .suppmodal-wrapper {
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.prod-supp-modal .supp-modal.is-open {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.prod-supp-modal .supp-modal-dialogue {
  transform: translateY(-100%);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.prod-supp-modal .supp-modal.is-open .supp-modal-dialogue {
  transform: translateY(0);
}

.prod-supp-modal .suppmodal-wrapper.is-open .arrow-icon {
  transform: rotate(90deg);
}

.prod-supp-modal .arrow-icon {
  transition: transform 0.3s ease;
}

.prod-supp-modal .supp-modal-trigger {
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.prod-supp-modal .suppmodal-wrapper.is-open .supp-modal-trigger {
  width: 100%;
  border-bottom: 0;
}

#faqs .tab-btn.active {
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

#faqs .accordion-item.active .accordion-icon {
  transform: rotate(45deg);
}

@media (min-width: 768px) {
  .prod-supp-modal .supp-modal.is-open {
    max-height: none;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .ing-supp-modal .supp-modal-trigger,
  .ing-supp-modal .suppmodal-wrapper.is-open .supp-modal-trigger {
    width: 335px;
  }

  .ing-supp-modal .supp-modal.is-open {
    max-height: none;
    pointer-events: auto;
  }

  .ing-supp-modal .supp-modal-dialogue {
    transform: translateX(100%);
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .ing-supp-modal .supp-modal.is-open .supp-modal-dialogue {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  #faqs .tab-btn.active {
    color: rgba(0, 0, 0, 0.50);
    font-weight: 700;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes iconscrolling {
  0% {
    transform: translate(0);
  }

  100% {
    transform: translate(-50%);
  }
}

.\*\:ptf-font-bevietnam > * {
  font-family: "Be Vietnam", sans-serif;
}

.\*\:ptf-text-\[12px\] > * {
  font-size: 12px;
}

.\*\:ptf-text-\[16px\] > * {
  font-size: 16px;
}

.\*\:ptf-font-normal > * {
  font-weight: 400;
}

.\*\:ptf-leading-\[24px\] > * {
  line-height: 24px;
}

.\*\:ptf-leading-\[normal\] > * {
  line-height: normal;
}

.\*\:ptf-text-black\/80 > * {
  color: rgb(0 0 0 / 0.8);
}

.\*\:ptf-text-white\/80 > * {
  color: rgb(255 255 255 / 0.8);
}

.placeholder\:ptf-font-ppneuemontreal::-moz-placeholder {
  font-family: "PP Neue Montreal", sans-serif;
}

.placeholder\:ptf-font-ppneuemontreal::placeholder {
  font-family: "PP Neue Montreal", sans-serif;
}

.placeholder\:ptf-text-\[16px\]::-moz-placeholder {
  font-size: 16px;
}

.placeholder\:ptf-text-\[16px\]::placeholder {
  font-size: 16px;
}

.placeholder\:ptf-font-normal::-moz-placeholder {
  font-weight: 400;
}

.placeholder\:ptf-font-normal::placeholder {
  font-weight: 400;
}

.placeholder\:ptf-leading-\[100\%\]::-moz-placeholder {
  line-height: 100%;
}

.placeholder\:ptf-leading-\[100\%\]::placeholder {
  line-height: 100%;
}

.placeholder\:ptf-text-black\/80::-moz-placeholder {
  color: rgb(0 0 0 / 0.8);
}

.placeholder\:ptf-text-black\/80::placeholder {
  color: rgb(0 0 0 / 0.8);
}

.first\:ptf-border-t:first-child {
  border-top-width: 1px;
}

.first\:ptf-pl-0:first-child {
  padding-left: 0px;
}

.last\:ptf-border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:ptf-border-r-0:last-child {
  border-right-width: 0px;
}

.last\:ptf-pb-0:last-child {
  padding-bottom: 0px;
}

.hover\:ptf-bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:ptf-px-\[52px\]:hover {
  padding-left: 52px;
  padding-right: 52px;
}

.hover\:ptf-px-\[86px\]:hover {
  padding-left: 86px;
  padding-right: 86px;
}

.hover\:ptf-pl-1:hover {
  padding-left: 0.25rem;
}

.ptf-group:hover .group-hover\:ptf-block {
  display: block;
}

.ptf-group:hover .group-hover\:ptf-hidden {
  display: none;
}

.ptf-group:hover .group-hover\:ptf-rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.ptf-group.swiper-pagination-bullet-active .group-\[\.swiper-pagination-bullet-active\]\:ptf-w-\[60px\] {
  width: 60px;
}

.ptf-group.swiper-pagination-bullet-active .group-\[\.swiper-pagination-bullet-active\]\:ptf-w-\[76px\] {
  width: 76px;
}

.ptf-group.active .group-\[\.active\]\:ptf-border-0 {
  border-width: 0px;
}

.ptf-group.active .group-\[\.active\]\:ptf-opacity-100 {
  opacity: 1;
}

.ptf-group[data-active="true"] .group-data-\[active\=true\]\:ptf-block {
  display: block;
}

.ptf-group[data-active="true"] .group-data-\[active\=true\]\:ptf-hidden {
  display: none;
}

@media not all and (min-width: 1024px) {
  .max-lg\:ptf-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:ptf-mb-4 {
    margin-bottom: 1rem;
  }

  .max-lg\:ptf-ml-10 {
    margin-left: 2.5rem;
  }

  .max-lg\:ptf-mt-10 {
    margin-top: 2.5rem;
  }

  .max-lg\:ptf-mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-lg\:ptf-flex {
    display: flex;
  }

  .max-lg\:ptf-hidden {
    display: none;
  }

  .max-lg\:ptf-animate-\[iconscrolling_7s_linear_infinite\] {
    animation: iconscrolling 7s linear infinite;
  }

  .max-lg\:ptf-flex-col {
    flex-direction: column;
  }

  .max-lg\:ptf-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .max-lg\:ptf-gap-10 {
    gap: 2.5rem;
  }

  .max-lg\:ptf-gap-12 {
    gap: 3rem;
  }

  .max-lg\:ptf-gap-5 {
    gap: 1.25rem;
  }

  .max-lg\:ptf-rounded-\[100px\] {
    border-radius: 100px;
  }

  .max-lg\:ptf-border {
    border-width: 1px;
  }

  .max-lg\:ptf-border-x {
    border-left-width: 1px;
    border-right-width: 1px;
  }

  .max-lg\:ptf-border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .max-lg\:\!ptf-border-b {
    border-bottom-width: 1px !important;
  }

  .max-lg\:ptf-border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .max-lg\:ptf-p-\[20px_20px_40px\] {
    padding: 20px 20px 40px;
  }

  .max-lg\:ptf-px-\[45px\] {
    padding-left: 45px;
    padding-right: 45px;
  }

  .max-lg\:ptf-py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-lg\:ptf-pb-10 {
    padding-bottom: 2.5rem;
  }

  .max-lg\:ptf-pb-5 {
    padding-bottom: 1.25rem;
  }

  .max-lg\:ptf-text-center {
    text-align: center;
  }

  .placeholder\:max-lg\:ptf-text-center::-moz-placeholder {
    text-align: center;
  }

  .placeholder\:max-lg\:ptf-text-center::placeholder {
    text-align: center;
  }

  .ptf-group:hover .max-lg\:group-hover\:ptf-block {
    display: block;
  }

  .ptf-group:hover .max-lg\:group-hover\:ptf-hidden {
    display: none;
  }

  .ptf-group:hover .max-lg\:group-hover\:ptf-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .ptf-group:hover .max-lg\:group-hover\:ptf-text-\[\#2E2D29\] {
    --tw-text-opacity: 1;
    color: rgb(46 45 41 / var(--tw-text-opacity, 1));
  }
}

@media not all and (min-width: 768px) {
  .max-md\:\!ptf-relative {
    position: relative !important;
  }

  .max-md\:ptf-mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .max-md\:ptf-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-md\:ptf-mb-10 {
    margin-bottom: 2.5rem;
  }

  .max-md\:ptf-mb-5 {
    margin-bottom: 1.25rem;
  }

  .max-md\:ptf-mt-\[90px\] {
    margin-top: 90px;
  }

  .max-md\:ptf-mt-auto {
    margin-top: auto;
  }

  .max-md\:ptf-hidden {
    display: none;
  }

  .max-md\:ptf-w-\[18px\] {
    width: 18px;
  }

  .max-md\:ptf-w-\[80px\] {
    width: 80px;
  }

  .max-md\:ptf-max-w-\[140px\] {
    max-width: 140px;
  }

  .max-md\:ptf-max-w-\[235px\] {
    max-width: 235px;
  }

  .max-md\:ptf-max-w-\[274px\] {
    max-width: 274px;
  }

  .max-md\:ptf-max-w-\[312px\] {
    max-width: 312px;
  }

  .max-md\:ptf-max-w-\[335px\] {
    max-width: 335px;
  }

  .max-md\:ptf-flex-col {
    flex-direction: column;
  }

  .max-md\:ptf-justify-between {
    justify-content: space-between;
  }

  .max-md\:ptf-gap-10 {
    gap: 2.5rem;
  }

  .max-md\:ptf-border {
    border-width: 1px;
  }

  .max-md\:\!ptf-border-b {
    border-bottom-width: 1px !important;
  }

  .max-md\:ptf-border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .max-md\:ptf-bg-\[\#EFECE5\] {
    --tw-bg-opacity: 1;
    background-color: rgb(239 236 229 / var(--tw-bg-opacity, 1));
  }

  .max-md\:ptf-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-md\:ptf-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-md\:ptf-pb-10 {
    padding-bottom: 2.5rem;
  }

  .max-md\:ptf-pl-1 {
    padding-left: 0.25rem;
  }

  .max-md\:ptf-pr-0 {
    padding-right: 0px;
  }

  .max-md\:ptf-text-center {
    text-align: center;
  }

  .max-md\:-ptf-tracking-\[0\.9px\] {
    letter-spacing: -0.9px;
  }

  .max-md\:ptf-tracking-\[0\.1px\] {
    letter-spacing: 0.1px;
  }

  .\*\:max-md\:ptf-mb-2\.5 > * {
    margin-bottom: 0.625rem;
  }

  .max-md\:hover\:ptf-px-2:hover {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .max-md\:hover\:ptf-font-bold:hover {
    font-weight: 700;
  }

  .max-md\:hover\:ptf-text-black\/50:hover {
    color: rgb(0 0 0 / 0.5);
  }

  .ptf-group:hover .max-md\:group-hover\:ptf-block {
    display: block;
  }

  .ptf-group:hover .max-md\:group-hover\:ptf-hidden {
    display: none;
  }

  .ptf-group:hover .max-md\:group-hover\:ptf-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .ptf-group:hover .max-md\:group-hover\:ptf-text-\[\#2E2D29\] {
    --tw-text-opacity: 1;
    color: rgb(46 45 41 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 768px) {
  .md\:ptf-pointer-events-none {
    pointer-events: none;
  }

  .md\:ptf-absolute {
    position: absolute;
  }

  .md\:ptf-relative {
    position: relative;
  }

  .md\:ptf-inset-0 {
    inset: 0px;
  }

  .md\:ptf-bottom-0 {
    bottom: 0px;
  }

  .md\:ptf-left-0 {
    left: 0px;
  }

  .md\:ptf-top-0 {
    top: 0px;
  }

  .md\:ptf-z-\[2\] {
    z-index: 2;
  }

  .md\:ptf-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:-ptf-mt-2\.5 {
    margin-top: -0.625rem;
  }

  .md\:-ptf-mt-\[45px\] {
    margin-top: -45px;
  }

  .md\:-ptf-mt-\[62px\] {
    margin-top: -62px;
  }

  .md\:ptf-mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ptf-mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ptf-mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .md\:ptf-mb-20 {
    margin-bottom: 5rem;
  }

  .md\:ptf-mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ptf-mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:ptf-mr-7 {
    margin-right: 1.75rem;
  }

  .md\:ptf-mt-0 {
    margin-top: 0px;
  }

  .md\:ptf-mt-10 {
    margin-top: 2.5rem;
  }

  .md\:ptf-mt-2\.5 {
    margin-top: 0.625rem;
  }

  .md\:ptf-mt-28 {
    margin-top: 7rem;
  }

  .md\:ptf-box-border {
    box-sizing: border-box;
  }

  .md\:ptf-block {
    display: block;
  }

  .md\:ptf-flex {
    display: flex;
  }

  .md\:ptf-hidden {
    display: none;
  }

  .md\:ptf-aspect-\[560\/540\] {
    aspect-ratio: 560/540;
  }

  .md\:ptf-aspect-square {
    aspect-ratio: 1 / 1;
  }

  .md\:ptf-h-full {
    height: 100%;
  }

  .md\:ptf-max-h-none {
    max-height: none;
  }

  .md\:ptf-min-h-0 {
    min-height: 0px;
  }

  .md\:ptf-min-h-\[280px\] {
    min-height: 280px;
  }

  .md\:ptf-min-h-\[302px\] {
    min-height: 302px;
  }

  .md\:ptf-min-h-\[537px\] {
    min-height: 537px;
  }

  .md\:ptf-min-h-\[62px\] {
    min-height: 62px;
  }

  .md\:ptf-w-\[1159px\] {
    width: 1159px;
  }

  .md\:ptf-w-\[259px\] {
    width: 259px;
  }

  .md\:ptf-w-\[300px\] {
    width: 300px;
  }

  .md\:ptf-w-\[373px\] {
    width: 373px;
  }

  .md\:ptf-w-\[400px\] {
    width: 400px;
  }

  .md\:ptf-w-\[620px\] {
    width: 620px;
  }

  .md\:ptf-w-\[77px\] {
    width: 77px;
  }

  .md\:ptf-w-full {
    width: 100%;
  }

  .md\:ptf-max-w-\[1276px\] {
    max-width: 1276px;
  }

  .md\:ptf-max-w-\[1280px\] {
    max-width: 1280px;
  }

  .md\:ptf-max-w-\[1440px\] {
    max-width: 1440px;
  }

  .md\:ptf-max-w-\[276px\] {
    max-width: 276px;
  }

  .md\:ptf-max-w-\[289px\] {
    max-width: 289px;
  }

  .md\:ptf-max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:ptf-max-w-\[414px\] {
    max-width: 414px;
  }

  .md\:ptf-max-w-\[452px\] {
    max-width: 452px;
  }

  .md\:ptf-max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:ptf-max-w-\[547px\] {
    max-width: 547px;
  }

  .md\:ptf-max-w-\[560px\] {
    max-width: 560px;
  }

  .md\:ptf-max-w-\[620px\] {
    max-width: 620px;
  }

  .md\:ptf-max-w-\[730px\] {
    max-width: 730px;
  }

  .md\:ptf-max-w-\[861px\] {
    max-width: 861px;
  }

  .md\:ptf-max-w-full {
    max-width: 100%;
  }

  .md\:ptf-flex-1 {
    flex: 1 1 0%;
  }

  .md\:ptf-flex-none {
    flex: none;
  }

  .md\:ptf-cursor-pointer {
    cursor: pointer;
  }

  .md\:ptf-flex-row {
    flex-direction: row;
  }

  .md\:ptf-flex-col {
    flex-direction: column;
  }

  .md\:ptf-items-start {
    align-items: flex-start;
  }

  .md\:ptf-items-center {
    align-items: center;
  }

  .md\:ptf-items-stretch {
    align-items: stretch;
  }

  .md\:ptf-justify-start {
    justify-content: flex-start;
  }

  .md\:ptf-justify-center {
    justify-content: center;
  }

  .md\:ptf-justify-between {
    justify-content: space-between;
  }

  .md\:ptf-gap-10 {
    gap: 2.5rem;
  }

  .md\:ptf-gap-11 {
    gap: 2.75rem;
  }

  .md\:ptf-gap-16 {
    gap: 4rem;
  }

  .md\:ptf-gap-2\.5 {
    gap: 0.625rem;
  }

  .md\:ptf-gap-20 {
    gap: 5rem;
  }

  .md\:ptf-gap-5 {
    gap: 1.25rem;
  }

  .md\:ptf-gap-6 {
    gap: 1.5rem;
  }

  .md\:ptf-gap-\[114px\] {
    gap: 114px;
  }

  .md\:ptf-gap-\[117px\] {
    gap: 117px;
  }

  .md\:ptf-gap-\[50px\] {
    gap: 50px;
  }

  .md\:ptf-gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:ptf-self-start {
    align-self: flex-start;
  }

  .md\:ptf-self-end {
    align-self: flex-end;
  }

  .md\:ptf-self-center {
    align-self: center;
  }

  .md\:ptf-self-stretch {
    align-self: stretch;
  }

  .md\:ptf-overflow-visible {
    overflow: visible;
  }

  .md\:ptf-rounded-full {
    border-radius: 9999px;
  }

  .md\:ptf-border {
    border-width: 1px;
  }

  .md\:ptf-border-b {
    border-bottom-width: 1px;
  }

  .md\:ptf-border-r-0 {
    border-right-width: 0px;
  }

  .md\:ptf-border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .md\:ptf-border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .md\:ptf-bg-\[rgba\(245\2c 245\2c 245\2c 0\.50\)\] {
    background-color: rgba(245,245,245,0.50);
  }

  .md\:ptf-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .md\:ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-footer-bg\.webp\)\] {
    background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-footer-bg.webp);
  }

  .md\:ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-footer-bg\.webp\?v\=1773820955\)\] {
    background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-footer-bg.webp?v=1773820955);
  }

  .md\:ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-ing-hero-img\.webp\)\] {
    background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-ing-hero-img.webp);
  }

  .md\:ptf-bg-\[url\(https\:\/\/cdn\.shopify\.com\/s\/files\/1\/0707\/5682\/7302\/files\/ptf-prod-sec3-bg\.webp\)\] {
    background-image: url(https://cdn.shopify.com/s/files/1/0707/5682/7302/files/ptf-prod-sec3-bg.webp);
  }

  .md\:ptf-bg-\[length\:1020px\] {
    background-size: 1020px;
  }

  .md\:ptf-p-20 {
    padding: 5rem;
  }

  .md\:ptf-p-5 {
    padding: 1.25rem;
  }

  .md\:ptf-p-\[0_74px_0_40px\] {
    padding: 0 74px 0 40px;
  }

  .md\:ptf-p-\[10px_30px_10px_0\] {
    padding: 10px 30px 10px 0;
  }

  .md\:ptf-p-\[20px_40px_20px_20px\] {
    padding: 20px 40px 20px 20px;
  }

  .md\:ptf-p-\[24px_24px_32px\] {
    padding: 24px 24px 32px;
  }

  .md\:ptf-p-\[25px\] {
    padding: 25px;
  }

  .md\:ptf-p-\[4px_36px_4px_5px\] {
    padding: 4px 36px 4px 5px;
  }

  .md\:ptf-p-\[50px\] {
    padding: 50px;
  }

  .md\:ptf-px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:ptf-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:ptf-px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:ptf-py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:ptf-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:ptf-py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .md\:ptf-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:ptf-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:ptf-py-\[120px\] {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:ptf-pb-0 {
    padding-bottom: 0px;
  }

  .md\:ptf-pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:ptf-pb-12 {
    padding-bottom: 3rem;
  }

  .md\:ptf-pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:ptf-pb-20 {
    padding-bottom: 5rem;
  }

  .md\:ptf-pb-\[170px\] {
    padding-bottom: 170px;
  }

  .md\:ptf-pb-\[51px\] {
    padding-bottom: 51px;
  }

  .md\:ptf-pl-11 {
    padding-left: 2.75rem;
  }

  .md\:ptf-pl-20 {
    padding-left: 5rem;
  }

  .md\:ptf-pl-5 {
    padding-left: 1.25rem;
  }

  .md\:ptf-pl-\[60px\] {
    padding-left: 60px;
  }

  .md\:ptf-pr-3\.5 {
    padding-right: 0.875rem;
  }

  .md\:ptf-pr-6 {
    padding-right: 1.5rem;
  }

  .md\:ptf-pt-10 {
    padding-top: 2.5rem;
  }

  .md\:ptf-pt-2\.5 {
    padding-top: 0.625rem;
  }

  .md\:ptf-pt-20 {
    padding-top: 5rem;
  }

  .md\:ptf-pt-40 {
    padding-top: 10rem;
  }

  .md\:ptf-text-center {
    text-align: center;
  }

  .md\:ptf-text-\[14px\] {
    font-size: 14px;
  }

  .md\:ptf-text-\[16px\] {
    font-size: 16px;
  }

  .md\:ptf-text-\[18px\] {
    font-size: 18px;
  }

  .md\:ptf-text-\[20px\] {
    font-size: 20px;
  }

  .md\:ptf-text-\[24px\] {
    font-size: 24px;
  }

  .md\:ptf-text-\[32px\] {
    font-size: 32px;
  }

  .md\:ptf-text-\[40px\] {
    font-size: 40px;
  }

  .md\:ptf-text-\[48px\] {
    font-size: 48px;
  }

  .md\:ptf-text-\[64px\] {
    font-size: 64px;
  }

  .md\:ptf-text-\[9px\] {
    font-size: 9px;
  }

  .md\:ptf-capitalize {
    text-transform: capitalize;
  }

  .md\:ptf-leading-\[0\.36px\] {
    line-height: 0.36px;
  }

  .md\:ptf-leading-\[140\%\] {
    line-height: 140%;
  }

  .md\:ptf-leading-\[26px\] {
    line-height: 26px;
  }

  .md\:ptf-leading-\[34px\] {
    line-height: 34px;
  }

  .md\:ptf-leading-\[35px\] {
    line-height: 35px;
  }

  .md\:ptf-leading-\[36px\] {
    line-height: 36px;
  }

  .md\:ptf-leading-\[40\.5px\] {
    line-height: 40.5px;
  }

  .md\:ptf-leading-\[40px\] {
    line-height: 40px;
  }

  .md\:ptf-leading-\[45px\] {
    line-height: 45px;
  }

  .md\:ptf-leading-\[50px\] {
    line-height: 50px;
  }

  .md\:ptf-leading-\[56px\] {
    line-height: 56px;
  }

  .md\:ptf-leading-\[60px\] {
    line-height: 60px;
  }

  .md\:ptf-leading-\[62px\] {
    line-height: 62px;
  }

  .md\:ptf-leading-\[normal\] {
    line-height: normal;
  }

  .md\:ptf-tracking-\[0\.28px\] {
    letter-spacing: 0.28px;
  }

  .md\:ptf-tracking-\[0\.2px\] {
    letter-spacing: 0.2px;
  }

  .md\:ptf-tracking-\[0\.32px\] {
    letter-spacing: 0.32px;
  }

  .md\:ptf-tracking-\[0\.48px\] {
    letter-spacing: 0.48px;
  }

  .md\:ptf-tracking-\[0\.64px\] {
    letter-spacing: 0.64px;
  }

  .md\:ptf-tracking-\[1px\] {
    letter-spacing: 1px;
  }

  .md\:ptf-tracking-\[normal\] {
    letter-spacing: normal;
  }

  .md\:ptf-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:ptf-backdrop-blur-\[35px\] {
    --tw-backdrop-blur: blur(35px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }

  .md\:ptf-transition-none {
    transition-property: none;
  }

  .md\:last\:ptf-pb-0:last-child {
    padding-bottom: 0px;
  }

  .hover\:md\:ptf-p-\[10px_50px_10px_20px\]:hover {
    padding: 10px 50px 10px 20px;
  }

  .md\:hover\:ptf-px-\[86px\]:hover {
    padding-left: 86px;
    padding-right: 86px;
  }

  .ptf-group:hover .md\:group-hover\:ptf-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .ptf-group:hover .md\:group-hover\:ptf-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .ptf-group.swiper-pagination-bullet-active .md\:group-\[\.swiper-pagination-bullet-active\]\:ptf-w-\[132px\] {
    width: 132px;
  }
}

@media (min-width: 1024px) {
  .lg\:ptf-pointer-events-none {
    pointer-events: none;
  }

  .lg\:ptf-absolute {
    position: absolute;
  }

  .lg\:ptf-relative {
    position: relative;
  }

  .lg\:ptf-sticky {
    position: sticky;
  }

  .lg\:ptf-inset-0 {
    inset: 0px;
  }

  .lg\:ptf-bottom-0 {
    bottom: 0px;
  }

  .lg\:ptf-left-\[593px\] {
    left: 593px;
  }

  .lg\:ptf-top-0 {
    top: 0px;
  }

  .lg\:ptf-top-20 {
    top: 5rem;
  }

  .lg\:ptf-left-0 {
    left: 0px;
  }

  .lg\:ptf-z-\[0\] {
    z-index: 0;
  }

  .lg\:ptf-z-\[1\] {
    z-index: 1;
  }

  .lg\:ptf-z-\[2\] {
    z-index: 2;
  }

  .lg\:ptf-mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ptf-mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ptf-mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ptf-ml-4 {
    margin-left: 1rem;
  }

  .lg\:ptf-ml-auto {
    margin-left: auto;
  }

  .lg\:ptf-mr-\[58px\] {
    margin-right: 58px;
  }

  .lg\:ptf-mr-\[60px\] {
    margin-right: 60px;
  }

  .lg\:ptf-mr-\[84px\] {
    margin-right: 84px;
  }

  .lg\:ptf-box-border {
    box-sizing: border-box;
  }

  .lg\:ptf-block {
    display: block;
  }

  .lg\:ptf-flex {
    display: flex;
  }

  .lg\:ptf-hidden {
    display: none;
  }

  .lg\:ptf-h-\[695px\] {
    height: 695px;
  }

  .lg\:ptf-h-full {
    height: 100%;
  }

  .lg\:ptf-max-h-none {
    max-height: none;
  }

  .lg\:ptf-min-h-\[280px\] {
    min-height: 280px;
  }

  .lg\:ptf-min-h-0 {
    min-height: 0px;
  }

  .lg\:ptf-w-\[160px\] {
    width: 160px;
  }

  .lg\:ptf-w-\[182px\] {
    width: 182px;
  }

  .lg\:ptf-w-\[200px\] {
    width: 200px;
  }

  .lg\:ptf-w-\[413px\] {
    width: 413px;
  }

  .lg\:ptf-w-\[533px\] {
    width: 533px;
  }

  .lg\:ptf-w-\[60px\] {
    width: 60px;
  }

  .lg\:ptf-w-\[75px\] {
    width: 75px;
  }

  .lg\:ptf-w-full {
    width: 100%;
  }

  .lg\:ptf-max-w-\[210px\] {
    max-width: 210px;
  }

  .lg\:ptf-max-w-\[285px\] {
    max-width: 285px;
  }

  .lg\:ptf-max-w-\[350px\] {
    max-width: 350px;
  }

  .lg\:ptf-max-w-\[380px\] {
    max-width: 380px;
  }

  .lg\:ptf-max-w-\[400px\] {
    max-width: 400px;
  }

  .lg\:ptf-max-w-\[477px\] {
    max-width: 477px;
  }

  .lg\:ptf-max-w-\[480px\] {
    max-width: 480px;
  }

  .lg\:ptf-max-w-\[504px\] {
    max-width: 504px;
  }

  .lg\:ptf-max-w-\[505px\] {
    max-width: 505px;
  }

  .lg\:ptf-max-w-\[640px\] {
    max-width: 640px;
  }

  .lg\:ptf-max-w-\[658px\] {
    max-width: 658px;
  }

  .lg\:ptf-max-w-\[672px\] {
    max-width: 672px;
  }

  .lg\:ptf-max-w-\[560px\] {
    max-width: 560px;
  }

  .lg\:ptf-max-w-full {
    max-width: 100%;
  }

  .lg\:ptf-flex-none {
    flex: none;
  }

  .lg\:ptf-cursor-pointer {
    cursor: pointer;
  }

  .lg\:ptf-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:ptf-flex-row {
    flex-direction: row;
  }

  .lg\:ptf-flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:ptf-flex-col {
    flex-direction: column;
  }

  .lg\:ptf-flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:ptf-items-center {
    align-items: center;
  }

  .lg\:ptf-justify-center {
    justify-content: center;
  }

  .lg\:ptf-justify-between {
    justify-content: space-between;
  }

  .lg\:ptf-gap-10 {
    gap: 2.5rem;
  }

  .lg\:ptf-gap-2\.5 {
    gap: 0.625rem;
  }

  .lg\:ptf-gap-5 {
    gap: 1.25rem;
  }

  .lg\:ptf-gap-8 {
    gap: 2rem;
  }

  .lg\:ptf-gap-\[68px\] {
    gap: 68px;
  }

  .lg\:ptf-gap-\[89px\] {
    gap: 89px;
  }

  .lg\:ptf-gap-x-\[120px\] {
    -moz-column-gap: 120px;
         column-gap: 120px;
  }

  .lg\:ptf-border {
    border-width: 1px;
  }

  .lg\:ptf-border-r {
    border-right-width: 1px;
  }

  .lg\:ptf-border-b {
    border-bottom-width: 1px;
  }

  .lg\:ptf-border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .lg\:ptf-bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:ptf-p-5 {
    padding: 1.25rem;
  }

  .lg\:ptf-py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:ptf-py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:ptf-pl-20 {
    padding-left: 5rem;
  }

  .lg\:ptf-pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:ptf-pt-\[26px\] {
    padding-top: 26px;
  }

  .lg\:ptf-text-\[13px\] {
    font-size: 13px;
  }

  .lg\:ptf-text-\[24px\] {
    font-size: 24px;
  }

  .lg\:ptf-text-\[48px\] {
    font-size: 48px;
  }

  .lg\:ptf-text-\[64px\] {
    font-size: 64px;
  }

  .lg\:ptf-leading-\[100\%\] {
    line-height: 100%;
  }

  .lg\:ptf-leading-\[15px\] {
    line-height: 15px;
  }

  .lg\:ptf-tracking-\[0\.48px\] {
    letter-spacing: 0.48px;
  }

  .lg\:ptf-tracking-\[normal\] {
    letter-spacing: normal;
  }

  .lg\:ptf-blur-\[45px\] {
    --tw-blur: blur(45px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:ptf-transition-none {
    transition-property: none;
  }

  .placeholder\:lg\:ptf-text-\[18px\]::-moz-placeholder {
    font-size: 18px;
  }

  .placeholder\:lg\:ptf-text-\[18px\]::placeholder {
    font-size: 18px;
  }

  .odd\:lg\:ptf-border-l:nth-child(odd) {
    border-left-width: 1px;
  }

  .ptf-group:hover .lg\:group-hover\:ptf-bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .ptf-group:hover .lg\:group-hover\:ptf-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1441px) {
  .min-\[1441px\]\:ptf-max-w-\[1541px\] {
    max-width: 1541px;
  }
}

.\[\&\.active\]\:ptf-border-x-\[\#FFF3CD\].active {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 243 205 / var(--tw-border-opacity, 1));
  border-right-color: rgb(255 243 205 / var(--tw-border-opacity, 1));
}

.\[\&\.active\]\:ptf-bg-\[\#FFF3CD\].active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 205 / var(--tw-bg-opacity, 1));
}

.first\:\[\&\.active\]\:ptf-border-t-\[\#FFF3CD\].active:first-child {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 243 205 / var(--tw-border-opacity, 1));
}

.last\:\[\&\.active\]\:ptf-border-b-\[\#FFF3CD\].active:last-child {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 243 205 / var(--tw-border-opacity, 1));
}

@media not all and (min-width: 768px) {
  .max-md\:\[\&\>\.itemwrap\:not\(\:first-child\)_\.itemmedia\]\:ptf-pt-10>.itemwrap:not(:first-child) .itemmedia {
    padding-top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .md\:\[\&\>\.itemwrap\:not\(\:first-child\)_\.itemmedia\]\:ptf-py-2\.5>.itemwrap:not(:first-child) .itemmedia {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

  .md\:\[\&\>\.itemwrap\:not\(\:first-child\)_\.itemtext\]\:ptf-py-10>.itemwrap:not(:first-child) .itemtext {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.\[\&\>li\>a\]\:ptf-text-\[\#00E\]>li>a {
  --tw-text-opacity: 1;
  color: rgb(0 0 238 / var(--tw-text-opacity, 1));
}

.\[\&\>li\>a\]\:ptf-underline>li>a {
  text-decoration-line: underline;
}

.\[\&\>li\>span\]\:ptf-font-medium>li>span {
  font-weight: 500;
}

.\[\&\>li\]\:ptf-font-ppneuemontreal>li {
  font-family: "PP Neue Montreal", sans-serif;
}

.\[\&\>li\]\:ptf-text-\[16px\]>li {
  font-size: 16px;
}

.\[\&\>li\]\:ptf-text-\[18px\]>li {
  font-size: 18px;
}

.\[\&\>li\]\:ptf-font-normal>li {
  font-weight: 400;
}

.\[\&\>li\]\:ptf-leading-\[140\%\]>li {
  line-height: 140%;
}

.\[\&\>li\]\:ptf-leading-\[normal\]>li {
  line-height: normal;
}

.\[\&\>li\]\:ptf-tracking-\[0\.36px\]>li {
  letter-spacing: 0.36px;
}

.\[\&\>li\]\:ptf-text-\[\#1D1D1F\]>li {
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity, 1));
}

.\[\&\>li\]\:ptf-text-black\/80>li {
  color: rgb(0 0 0 / 0.8);
}

@media (min-width: 768px) {
  .md\:\[\&\>li\]\:ptf-text-\[18px\]>li {
    font-size: 18px;
  }
}

.\[\&\>p\>a\]\:ptf-underline>p>a {
  text-decoration-line: underline;
}

.\[\&\>p\>span\]\:ptf-font-medium>p>span {
  font-weight: 500;
}

.\[\&\>p\]\:ptf-font-ppneuemontreal>p {
  font-family: "PP Neue Montreal", sans-serif;
}

.\[\&\>p\]\:ptf-text-\[18px\]>p {
  font-size: 18px;
}

.\[\&\>p\]\:ptf-font-normal>p {
  font-weight: 400;
}

.\[\&\>p\]\:ptf-leading-\[normal\]>p {
  line-height: normal;
}

.\[\&\>p\]\:ptf-tracking-\[0\.36px\]>p {
  letter-spacing: 0.36px;
}

.\[\&\>p\]\:ptf-text-black\/80>p {
  color: rgb(0 0 0 / 0.8);
}

.\[\&\>span\]\:ptf-font-pppangaia>span {
  font-family: "PP Pangaia", sans-serif;
}

.\[\&\>span\]\:ptf-font-medium>span {
  font-weight: 500;
}

.\[\&\>span\]\:ptf-italic>span {
  font-style: italic;
}

.\[\&\>span\]\:ptf-tracking-\[1\.44px\]>span {
  letter-spacing: 1.44px;
}

@media (min-width: 768px) {
  .md\:\[\&\>span\]\:ptf-font-bold>span {
    font-weight: 700;
  }

  .md\:\[\&\>span\]\:ptf-tracking-\[2\.56px\]>span {
    letter-spacing: 2.56px;
  }

  .md\:\[\&_div\]\:ptf-mt-1 div {
    margin-top: 0.25rem;
  }
}

.\[\&_h5\]\:ptf-text-left h5 {
  text-align: left;
}

.\[\&_h5\]\:ptf-text-\[20px\] h5 {
  font-size: 20px;
}

.\[\&_h5\]\:ptf-font-normal h5 {
  font-weight: 400;
}

.\[\&_h5\]\:ptf-leading-\[normal\] h5 {
  line-height: normal;
}

.\[\&_h5\]\:ptf-tracking-\[0\.3px\] h5 {
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .md\:\[\&_h5\]\:ptf-grow h5 {
    flex-grow: 1;
  }

  .md\:\[\&_h5\]\:ptf-text-\[24px\] h5 {
    font-size: 24px;
  }
}

.\[\&_p\>em\]\:ptf-text-\[rgba\(247\2c 235\2c 210\2c 0\.80\)\] p>em {
  color: rgba(247,235,210,0.80);
}

.\[\&_p\>strong\]\:ptf-font-medium p>strong {
  font-weight: 500;
}

.\[\&_p\>strong\]\:ptf-capitalize p>strong {
  text-transform: capitalize;
}

.\[\&_p\]\:ptf-font-ppneuemontreal p {
  font-family: "PP Neue Montreal", sans-serif;
}

.\[\&_p\]\:ptf-text-\[18px\] p {
  font-size: 18px;
}

.\[\&_p\]\:ptf-text-\[20px\] p {
  font-size: 20px;
}

.\[\&_p\]\:ptf-text-\[24px\] p {
  font-size: 24px;
}

.\[\&_p\]\:ptf-text-\[32px\] p {
  font-size: 32px;
}

.\[\&_p\]\:ptf-font-normal p {
  font-weight: 400;
}

.\[\&_p\]\:ptf-leading-\[16px\] p {
  line-height: 16px;
}

.\[\&_p\]\:ptf-leading-\[24px\] p {
  line-height: 24px;
}

.\[\&_p\]\:ptf-leading-\[normal\] p {
  line-height: normal;
}

.\[\&_p\]\:ptf-tracking-\[0\.24px\] p {
  letter-spacing: 0.24px;
}

.\[\&_p\]\:ptf-tracking-\[0\.2px\] p {
  letter-spacing: 0.2px;
}

.\[\&_p\]\:ptf-tracking-\[0\.36px\] p {
  letter-spacing: 0.36px;
}

.\[\&_p\]\:ptf-tracking-\[0\.64px\] p {
  letter-spacing: 0.64px;
}

.\[\&_p\]\:ptf-tracking-\[0\.9px\] p {
  letter-spacing: 0.9px;
}

.\[\&_p\]\:ptf-text-\[rgba\(255\2c 255\2c 255\2c 0\.80\)\] p {
  color: rgba(255,255,255,0.80);
}

.\[\&_p\]\:ptf-text-black\/80 p {
  color: rgb(0 0 0 / 0.8);
}

.\[\&_p\]\:ptf-text-black\/90 p {
  color: rgb(0 0 0 / 0.9);
}

.\[\&_p\]\:ptf-text-white\/90 p {
  color: rgb(255 255 255 / 0.9);
}

@media (min-width: 768px) {
  .\[\&_p\]\:md\:ptf-tracking-\[0\.48px\] p {
    letter-spacing: 0.48px;
  }

  .md\:\[\&_p\]\:ptf-tracking-\[0\.48px\] p {
    letter-spacing: 0.48px;
  }
}

@media (min-width: 1024px) {
  .\[\&_p\]\:lg\:ptf-text-\[24px\] p {
    font-size: 24px;
  }
}

.\[\&_span\]\:ptf-mr-4 span {
  margin-right: 1rem;
}

.\[\&_span\]\:ptf-font-pppangaia span {
  font-family: "PP Pangaia", sans-serif;
}

.\[\&_span\]\:ptf-text-\[22px\] span {
  font-size: 22px;
}

.\[\&_span\]\:ptf-font-medium span {
  font-weight: 500;
}

.\[\&_span\]\:ptf-leading-\[normal\] span {
  line-height: normal;
}

.\[\&_span\]\:ptf-tracking-\[0\.96px\] span {
  letter-spacing: 0.96px;
}

.\[\&_span\]\:ptf-text-\[\#0F8C00\] span {
  --tw-text-opacity: 1;
  color: rgb(15 140 0 / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:ptf-text-\[\#333333\] span {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.\[\&_span\]\:ptf-text-\[\#F7EBD2\] span {
  --tw-text-opacity: 1;
  color: rgb(247 235 210 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:\[\&_span\]\:ptf-mr-2\.5 span {
    margin-right: 0.625rem;
  }

  .md\:\[\&_span\]\:ptf-mt-1\.5 span {
    margin-top: 0.375rem;
  }

  .md\:\[\&_span\]\:ptf-w-\[42px\] span {
    width: 42px;
  }

  .\[\&_span\]\:md\:ptf-pl-36 span {
    padding-left: 9rem;
  }

  .md\:\[\&_span\]\:ptf-leading-\[17px\] span {
    line-height: 17px;
  }

  .md\:\[\&_span\]\:-ptf-tracking-\[0\.8px\] span {
    letter-spacing: -0.8px;
  }

  .md\:\[\&_span\]\:ptf-tracking-\[0\.96px\] span {
    letter-spacing: 0.96px;
  }
}

.\[\&_span_i\]\:ptf-font-pppangaia span i {
  font-family: "PP Pangaia", sans-serif;
}

.\[\&_span_i\]\:ptf-font-medium span i {
  font-weight: 500;
}

.\[\&_strong\]\:ptf-font-pppangaia strong {
  font-family: "PP Pangaia", sans-serif;
}

.\[\&_strong\]\:ptf-font-medium strong {
  font-weight: 500;
}