/*
! tailwindcss v3.0.18 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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-size: 100%;
  /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

h1 {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

h2 {
  font-size: 3rem;
  line-height: 1;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

h4 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

h6 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

.pryg-btn {
  border-radius: 9999px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .pryg-btn {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .pryg-btn {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .pryg-btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .pryg-btn {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .pryg-btn {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .pryg-btn {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pryg-container {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .pryg-container {
    max-width: 56rem;
  }
}

@media (min-width: 1280px) {
  .pryg-container {
    max-width: 64rem;
  }
}

@media (min-width: 1536px) {
  .pryg-container {
    max-width: 80rem;
  }
}

main a {
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(39 142 179 / var(--tw-text-opacity));
}

.view-grid:hover a {
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

div[aria-label='Error message'] {
  width: 100%;
}

@media (min-width: 640px) {
  div[aria-label='Error message'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  div[aria-label='Error message'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  div[aria-label='Error message'] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  div[aria-label='Error message'] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  div[aria-label='Error message'] {
    max-width: 1536px;
  }
}

div[aria-label='Error message'] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  padding: 1.25rem;
  text-align: center;
}

div[aria-label='Status message'] {
  width: 100%;
}

@media (min-width: 640px) {
  div[aria-label='Status message'] {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  div[aria-label='Status message'] {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  div[aria-label='Status message'] {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  div[aria-label='Status message'] {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  div[aria-label='Status message'] {
    max-width: 1536px;
  }
}

div[aria-label='Status message'] {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
  padding: 1.25rem;
  text-align: center;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

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

.bottom-14 {
  bottom: 3.5rem;
}

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.right-5 {
  right: 1.25rem;
}

.right-10 {
  right: 2.5rem;
}

.-top-32 {
  top: -8rem;
}

.top-20 {
  top: 5rem;
}

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-7 {
  grid-column: span 7 / span 7;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.m-4 {
  margin: 1rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mt-20 {
  margin-top: 5rem;
}

.ml-40 {
  margin-left: 10rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

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

.ml-20 {
  margin-left: 5rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.ml-80 {
  margin-left: 20rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1\/2 {
  height: 50%;
}

.h-16 {
  height: 4rem;
}

.h-screen {
  height: 100vh;
}

.h-80 {
  height: 20rem;
}

.h-56 {
  height: 14rem;
}

.h-40 {
  height: 10rem;
}

.h-8 {
  height: 2rem;
}

.h-60 {
  height: 15rem;
}

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

.h-5 {
  height: 1.25rem;
}

.h-96 {
  height: 24rem;
}

.h-72 {
  height: 18rem;
}

.h-32 {
  height: 8rem;
}

.h-12 {
  height: 3rem;
}

.w-24 {
  width: 6rem;
}

.w-full {
  width: 100%;
}

.w-2\/4 {
  width: 50%;
}

.w-40 {
  width: 10rem;
}

.w-80 {
  width: 20rem;
}

.w-8 {
  width: 2rem;
}

.w-36 {
  width: 9rem;
}

.w-9\/12 {
  width: 75%;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-64 {
  width: 16rem;
}

.w-32 {
  width: 8rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-lg {
  max-width: 32rem;
}

.rotate-12 {
  --tw-rotate: 12deg;
  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));
}

.skew-y-1 {
  --tw-skew-y: 1deg;
  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));
}

.-skew-y-1 {
  --tw-skew-y: -1deg;
  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));
}

.transform {
  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));
}

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

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

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

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

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

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

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

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

.place-items-center {
  place-items: center;
}

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

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

.justify-self-end {
  justify-self: end;
}

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}

.border-2 {
  border-width: 2px;
}

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

.border-l-\[20px\] {
  border-left-width: 20px;
}

.border-pryg-blue-v2 {
  --tw-border-opacity: 1;
  border-color: rgb(41 65 75 / var(--tw-border-opacity));
}

.border-pryg-white-v1 {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-pryg-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(248 188 40 / var(--tw-border-opacity));
}

.border-pryg-blue-v1 {
  --tw-border-opacity: 1;
  border-color: rgb(39 142 179 / var(--tw-border-opacity));
}

.border-pryg-gray-v1 {
  --tw-border-opacity: 1;
  border-color: rgb(99 116 128 / var(--tw-border-opacity));
}

.border-pryg-orange {
  --tw-border-opacity: 1;
  border-color: rgb(233 91 29 / var(--tw-border-opacity));
}

.bg-pryg-white-v2 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}

.bg-pryg-white-v1 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-pryg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(248 188 40 / var(--tw-bg-opacity));
}

.bg-pryg-blue-v1 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 142 179 / var(--tw-bg-opacity));
}

.bg-pryg-blue-v2 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 65 75 / var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.bg-pryg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(233 91 29 / var(--tw-bg-opacity));
}

.bg-pryg-gray-v1 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 116 128 / var(--tw-bg-opacity));
}

.bg-hero-pattern {
  background-image: url('https://images.unsplash.com/photo-1464972377689-e7674c48d806?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=2055&q=80');
}

.bg-\[url\(\'https\:\/\/images\.unsplash\.com\/photo-1614761064673-d8cb9645e715\?ixlib\=rb-1\.2\.1\&ixid\=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8\&auto\=format\&fit\=crop\&w\=1167\&q\=80\'\)\] {
  background-image: url('https://images.unsplash.com/photo-1614761064673-d8cb9645e715?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1167&q=80');
}

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

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

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.p-16 {
  padding: 4rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-7 {
  padding: 0.85rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

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

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.pt-56 {
  padding-top: 14rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

.pl-10 {
  padding-left: 2.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

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

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

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

.align-bottom {
  vertical-align: bottom;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  margin-left: 50px;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 0.9rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-extralight {
  font-weight: 200;
}

.font-semibold {
  font-weight: 600;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-pryg-gray-v1 {
  --tw-text-opacity: 1;
  color: rgb(99 116 128 / var(--tw-text-opacity));
}

.text-pryg-white-v2 {
  --tw-text-opacity: 1;
  color: rgb(243 243 243 / var(--tw-text-opacity));
}

.text-pryg-white-v1 {
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-pryg-blue-v2 {
  --tw-text-opacity: 1;
  color: rgb(41 65 75 / var(--tw-text-opacity));
}

.text-pryg-blue-v1 {
  --tw-text-opacity: 1;
  color: rgb(39 142 179 / var(--tw-text-opacity));
}

.text-pryg-orange {
  --tw-text-opacity: 1;
  color: rgb(233 91 29 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.text-pryg-yellow {
  --tw-text-opacity: 1;
  color: rgb(248 188 40 / var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-pryg-gray-v1 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 116 128 / var(--tw-ring-opacity));
}

.ring-offset-8 {
  --tw-ring-offset-width: 8px;
}

.ring-offset-1 {
  --tw-ring-offset-width: 1px;
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.splide__slide img {
  width: 100%;
  height: auto;
}

.vertical_writing_mode {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}

.hover\:border-2:hover {
  border-width: 2px;
}

.hover\:border-solid:hover {
  border-style: solid;
}

.hover\:border-pryg-gray-v1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 116 128 / var(--tw-border-opacity));
}

.hover\:border-pryg-blue-v1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 142 179 / var(--tw-border-opacity));
}

.hover\:border-pryg-white-v1:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.hover\:bg-pryg-blue-v1:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 142 179 / var(--tw-bg-opacity));
}

.hover\:bg-pryg-blue-v2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 65 75 / var(--tw-bg-opacity));
}

.hover\:bg-pryg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 91 29 / var(--tw-bg-opacity));
}

.hover\:bg-pryg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 188 40 / var(--tw-bg-opacity));
}

.hover\:font-extrabold:hover {
  font-weight: 800;
}

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

.hover\:text-pryg-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(248 188 40 / var(--tw-text-opacity));
}

.hover\:text-pryg-white-v1:hover {
  --tw-text-opacity: 1;
  color: rgb(249 249 249 / var(--tw-text-opacity));
}

.hover\:text-pryg-blue-v1:hover {
  --tw-text-opacity: 1;
  color: rgb(39 142 179 / var(--tw-text-opacity));
}

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

.hover\:text-pryg-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(233 91 29 / var(--tw-text-opacity));
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

@media (min-width: 640px) {
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

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

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

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

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-20 {
    margin-left: 5rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

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

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

  .md\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

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

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

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

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

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

  .lg\:p-3 {
    padding: 0.75rem;
  }

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

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

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

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pr-32 {
    padding-right: 8rem;
  }

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

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:hover\:-translate-y-2:hover {
    --tw-translate-y: -0.5rem;
    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));
  }
}

@media (min-width: 1280px) {
  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:mx-60 {
    margin-left: 15rem;
    margin-right: 15rem;
  }

  .xl\:ml-56 {
    margin-left: 14rem;
  }

  .xl\:ml-\[36rem\] {
    margin-left: 36rem;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:w-\[500px\] {
    width: 500px;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .xl\:pr-48 {
    padding-right: 12rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pl-72 {
    padding-left: 18rem;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-56 {
    left: 14rem;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:pr-52 {
    padding-right: 1rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\32xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

/* Responsive Structural Realignment for Mobile and Tablet Viewports */
@media (max-width: 1023px) {
  
  /* 1. Reset the outer grid framework to stack elements vertically */
  .pryg-container .grid.grid-cols-6 {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Horizontally centers all child blocks */
    gap: 0 !important; /* Removes layout gaps for unified card aesthetic */
    background-color: #ffffff !important; /* Extends clean white bg behind image */
    border-radius: 1rem !important;
    overflow: hidden !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
  }

  /* Force container items to assume identical full widths */
  .pryg-container .col-span-1,
  .pryg-container .col-span-5,
  .pryg-container .col-span-3 {
    width: 100% !important;
    display: block !important;
  }

  /* 2. Center and adjust the Profile Picture box */
  .pryg-container .bg-pryg-gray-v1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 1.5rem 1rem 0 1rem !important; /* Top-weighted breathing space */
    background-color: transparent !important;
  }

  /* Set boundaries so image size looks balanced on mobile viewports */
  .pryg-container .bg-pryg-gray-v1 img {
    width: 100% !important;
    max-width: 240px !important;
    height: auto !important;
    border-radius: 1rem !important;
  }

  /* 3. Re-align the text layout elements underneath the image */
  .pryg-container .bg-pryg-white-v2 {
    padding: 1.25rem !important;
    text-align: left !important; /* Preserves natural, comfortable text reading direction */
  }

  /* Turn the nested columns (Name -> Bio -> Email) into a clean row sequence */
  .pryg-container .bg-pryg-white-v2 .grid.grid-cols-4 {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem !important; /* Even spacing between individual items */
  }

  /* Normalize headings and eliminate desktop-wide margins */
  .pryg-container h4 {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
    margin-bottom: 0.25rem !important;
  }
  
  .pryg-container p.text-2xl {
    font-size: 1.15rem !important; /* Shrinks designation size nicely for phone screens */
    margin-bottom: 0.5rem !important;
  }

  /* Enforce line break constraints on long email addresses */
  .pryg-container .break-all {
    word-break: break-all !important;
    line-height: 1.4 !important;
    border-top: 1px solid #f3f4f6 !important; /* Soft line above contact details */
    padding-top: 0.75rem !important;
  }
}

/* TK */
/* Responsive Mobile Header, Logo, and Interactive Drawer Layout */
@media (max-width: 1023px) {
  
  /* 1. Normalize Header Area & Align Logo properly */
  header, .region-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 1rem !important;
    width: 100% !important;
    min-height: 70px !important;
    position: relative !important;
    background-color: #ffffff !important;
  }

  /* Force the Logo container to center on screens and stay proportional */
  header img[alt*="logo" i], 
  header .site-logo,
  header img:first-of-type {
    max-height: 50px !important;
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* 2. Position the Hamburger Switch Icon perfectly to the top right */
  #pryg-hamburger {
    display: block !important;
    position: absolute !important;
    top: 1rem !important;
    right: 1.25rem !important;
    z-index: 999 !important;
    background: transparent !important;
    border: none !important;
    color: #1e3a8a !important; /* Matches your 'text-pryg-blue-v2' profile color */
    cursor: pointer !important;
    outline: none !important;
    transition: transform 0.2s ease !important;
  }

  #pryg-hamburger.active {
    transform: rotate(90deg) !important;
  }

  /* 3. Hide list items by default and structure them as a clean dropdown block */
  .text-pryg-white-v2.uppercase,
  .text-pryg-gray-v1.uppercase {
    display: none !important; /* Concealed until toggle */
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    background-color: #ffffff !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05) !important;
    padding: 1rem 0 !important;
    margin: 0.5rem 0 0 0 !important;
    gap: 0 !important;
    border-top: 1px solid #f3f4f6 !important;
  }

  /* Target state: Activated toggle class assigned via JavaScript snippet above */
  .text-pryg-white-v2.uppercase.mobile-menu-open,
  .text-pryg-gray-v1.uppercase.mobile-menu-open {
    display: flex !important; /* Instantly slides down inside layout flow */
  }

  /* 4. Formatting Menu Choice Rows */
  .text-pryg-white-v2.uppercase li,
  .text-pryg-gray-v1.uppercase li {
    width: 100% !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
  }

  /* Expand clickable link elements across full screen margins for thumb taps */
  .text-pryg-white-v2.uppercase li a,
  .text-pryg-gray-v1.uppercase li a {
    display: block !important;
    width: 100% !important;
    padding: 0.85rem 0 !important;
    font-size: 1rem !important;
    color: #1e3a8a !important; /* Enforces readable contrast color over white dropdown box */
    border-bottom: 1px solid #f9fafb !important;
  }

  /* Active states inside drawer */
  .text-pryg-white-v2.uppercase li a:hover,
  .text-pryg-gray-v1.uppercase li a:hover {
    background-color: #f3f4f6 !important;
  }
}

/* Base Desktop rules hide our generated switch selector natively */
@media (min-width: 1024px) {
  #pryg-hamburger {
    display: none !important;
  }
}
/* END */



