*, ::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: Manrope, ui-sans-serif, system-ui, sans-serif;
  /* 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;
}

html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

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

  .container {
    max-width: 640px;
  }
}

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

  .container {
    max-width: 768px;
  }
}

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

  .container {
    max-width: 1024px;
  }
}

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

  .container {
    max-width: 1280px;
  }
}

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

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.-left-2 {
  left: -0.5rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

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

.top-full {
  top: 100%;
}

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

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

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

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

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

.z-\[100\] {
  z-index: 100;
}

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

.-m-2 {
  margin: -0.5rem;
}

.m-0 {
  margin: 0px;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

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

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

.-mb-px {
  margin-bottom: -1px;
}

.-mt-\[7\.5rem\] {
  margin-top: -7.5rem;
}

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

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

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

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

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

.mb-8 {
  margin-bottom: 2rem;
}

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

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

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

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

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

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

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

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

.mt-8 {
  margin-top: 2rem;
}

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

.block {
  display: block;
}

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

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}

.aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

.aspect-\[8\/3\] {
  aspect-ratio: 8/3;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-\[75\%\] {
  width: 75%;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

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

.min-w-\[160px\] {
  min-width: 160px;
}

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

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

.max-w-none {
  max-width: none;
}

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

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

.flex-shrink {
  flex-shrink: 1;
}

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.origin-top {
  transform-origin: top;
}

.-translate-y-2 {
  --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));
}

.-translate-y-\[45\%\] {
  --tw-translate-y: -45%;
  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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

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

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

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

.\!items-center {
  align-items: center !important;
}

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

.items-stretch {
  align-items: stretch;
}

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

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

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

.\!gap-2 {
  gap: 0.5rem !important;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

.border-\[0\.5px\] {
  border-width: 0.5px;
}

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

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

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

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

.border-\[\#008084\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 132 / var(--tw-border-opacity, 1));
}

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

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

.border-\[\#bfcbda88\] {
  border-color: #bfcbda88;
}

.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

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

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

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.bg-\[\#006a6e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 110 / var(--tw-bg-opacity, 1));
}

.bg-\[\#008084\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 132 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF5D17\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 93 23 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

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

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[5px\] {
  padding: 5px;
}

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

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

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

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

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

.pr-2 {
  padding-right: 0.5rem;
}

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

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

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[7\.5rem\] {
  padding-top: 7.5rem;
}

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

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

.font-sans {
  font-family: Manrope, ui-sans-serif, system-ui, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-\[\#010E25\] {
  --tw-text-opacity: 1;
  color: rgb(1 14 37 / var(--tw-text-opacity, 1));
}

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

.text-\[\#555757\] {
  --tw-text-opacity: 1;
  color: rgb(85 87 87 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#E85D04\] {
  --tw-text-opacity: 1;
  color: rgb(232 93 4 / var(--tw-text-opacity, 1));
}

.text-\[\#FF5D17\] {
  --tw-text-opacity: 1;
  color: rgb(255 93 23 / var(--tw-text-opacity, 1));
}

.text-\[\#a0a4a8\] {
  --tw-text-opacity: 1;
  color: rgb(160 164 168 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

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

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

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.shadow-\[0_2px_12px_-4px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 2px 12px -4px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 2px 12px -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);
}

.shadow-\[0_2px_8px_rgba\(0\2c 0\2c 0\2c 0\.08\)\2c 0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.06\)\] {
  --tw-shadow: 0 2px 8px rgba(0,0,0,0.08),0 1px 2px rgba(0,0,0,0.06);
  --tw-shadow-colored: 0 2px 8px var(--tw-shadow-color), 0 1px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.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;
}

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

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

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

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

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

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

/* Manrope - default theme font (assets/fonts relative to dist/output.css) */

@font-face {
  font-family: 'Manrope';

  src: url('../assets/fonts/Manrope-ExtraLight.woff2') format('woff2');

  font-weight: 200;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Manrope';

  src: url('../assets/fonts/Manrope-Light.woff2') format('woff2');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Manrope';

  src: url('../assets/fonts/Manrope-Regular.woff2') format('woff2');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Manrope';

  src: url('../assets/fonts/Manrope-Medium.woff2') format('woff2');

  font-weight: 500;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Manrope';

  src: url('../assets/fonts/Manrope-SemiBold.woff2') format('woff2');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Manrope';

  src: url('../assets/fonts/Manrope-Bold.woff2') format('woff2');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Manrope';

  src: url('../assets/fonts/Manrope-ExtraBold.woff2') format('woff2');

  font-weight: 800;

  font-style: normal;

  font-display: swap;
}

/* Hero video: comfortable gap above impact section */

.hero-video-container {
  padding-bottom: 2rem;
}

@media (min-width: 1024px) {
  .hero-video-container {
    padding-bottom: 2rem;
  }
}

/* About page hero image: full width on mobile, 80% on desktop */

.about-hero-image-wrap {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .about-hero-image-wrap {
    width: 80%;
    max-width: 80vw;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

/* Shared section heading + intro: same width so subtext is not pushed in more than heading (impact + portfolio) */

.jt-section-title-block {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  text-align: center;
}

.jt-section-heading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #010E25;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .jt-section-heading {
    font-size: 2.25rem;
  }
}

.jt-section-intro {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #555757;
  margin-bottom: 3rem;
  text-align: center;
  /* Push subtext more inside than heading */
  padding-left:2rem;
  padding-right: 2rem;
}

/* Impact section: balanced padding */

.jt-impact-section {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .jt-impact-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Real Impact stats cards (Our Portfolio page) */

.jt-impact-stat-card--teal {
  background-color: #008084;
}

.jt-impact-stat-card--orange {
  background-color: #FF5D17;
}

.jt-impact-stat-card--grey {
  background-color: #e5e7eb;
}

/* Portfolio section: same padding/spacing as impact section for uniform look */

.jt-portfolio-section {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .jt-portfolio-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

/* Hero section: responsive background pattern - scaled to fill and overflow (clipped at edges) */

.hero-pattern {
  margin-top: -80px;
  transform-origin: center top;
  /* Mobile: larger scale so pattern overflows and cuts off at top, sides, and bottom */
  transform: scale(2.2);
}

.hero-pattern-tile {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  border: 2px solid white;
  background: #f6f6f6;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .hero-pattern {
    transform: scale(1.1);
  }

  .hero-pattern-tile {
    width: 100px;
    height: 100px;
    border-radius: 14px;
  }
}

@media (min-width: 768px) {
  .hero-pattern {
    transform: scale(1.1);
  }

  .hero-pattern-tile {
    width: 140px;
    height: 140px;
    border-radius: 20px;
  }
}

@media (min-width: 1024px) {
  .hero-pattern {
    transform: scale(1.3);
  }

  .hero-pattern-tile {
    width: 180px;
    height: 180px;
    border-radius: 25px;
  }
}

@media (min-width: 1280px) {
  .hero-pattern {
    transform: scale(1.5);
  }

  .hero-pattern-tile {
    width: 210px;
    height: 210px;
    border-radius: 29.91px;
  }
}

/* Contact hero: cross pattern (each tile shows a + cross instead of bordered box) */

.hero-pattern--cross.hero-pattern {
  /* same scaling as default hero-pattern */
}

/* Smaller tiles = crosses closer together (cross % increased to keep same visual size) */

.hero-pattern--cross .hero-pattern-tile {
  border: none;
  background: #f6f6f6;
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 2px;
}

.hero-pattern--cross .hero-pattern-tile::before,
.hero-pattern--cross .hero-pattern-tile::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
}

/* Cross size kept same via higher % on smaller tiles */

.hero-pattern--cross .hero-pattern-tile::before {
  width: 1px;
  height: 60%;
}

.hero-pattern--cross .hero-pattern-tile::after {
  width: 60%;
  height: 1px;
}

@media (min-width: 640px) {
  .hero-pattern--cross .hero-pattern-tile {
    width: 18px;
    height: 18px;
    border-radius: 3px;
  }

  .hero-pattern--cross .hero-pattern-tile::before {
    height: 59%;
  }

  .hero-pattern--cross .hero-pattern-tile::after {
    width: 59%;
  }
}

@media (min-width: 768px) {
  .hero-pattern--cross .hero-pattern-tile {
    width: 24px;
    height: 24px;
    border-radius: 4px;
  }

  .hero-pattern--cross .hero-pattern-tile::before {
    height: 57%;
  }

  .hero-pattern--cross .hero-pattern-tile::after {
    width: 57%;
  }
}

@media (min-width: 1024px) {
  .hero-pattern--cross .hero-pattern-tile {
    width: 32px;
    height: 32px;
    border-radius: 5px;
  }

  .hero-pattern--cross .hero-pattern-tile::before {
    height: 52%;
  }

  .hero-pattern--cross .hero-pattern-tile::after {
    width: 52%;
  }
}

@media (min-width: 1280px) {
  .hero-pattern--cross .hero-pattern-tile {
    width: 38px;
    height: 38px;
    border-radius: 6px;
  }

  .hero-pattern--cross .hero-pattern-tile::before {
    height: 47%;
  }

  .hero-pattern--cross .hero-pattern-tile::after {
    width: 47%;
  }
}

/* Community hero: wide image box on white container (same style as orange pill wrap) */

.community-hero-image-wrap {
  background: #fff;
  border-radius: 1.5rem;
  padding: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.community-hero-image-wrap > div {
  border-radius: 1.25rem;
  overflow: hidden;
}

.community-hero-image-wrap img {
  border-radius: 1.25rem;
  display: block;
}

/* Investment network hero: full-bleed on mobile, taller aspect ratio */

.jt-investment-hero-image {
  border-radius: 0;
}

@media (min-width: 768px) {
  .jt-investment-hero-image {
    border-radius: 1.5rem;
  }
}

.jt-investment-hero-image > div {
  border-radius: 0;
}

@media (min-width: 768px) {
  .jt-investment-hero-image > div {
    border-radius: 1.25rem;
  }
}

.jt-investment-hero-image img {
  border-radius: 0;
}

@media (min-width: 768px) {
  .jt-investment-hero-image img {
    border-radius: 1.25rem;
  }
}

/* Contact hero pill: white outer pill (slightly bigger) with orange pill on top = white outline effect */

.contact-hero-pill-wrap {
  display: inline-block;
  background: #fff;
  border-radius: 9999px;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  border: none;
}

.contact-hero-pill {
  display: inline-block !important;
  background-color: #FF5D17 !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  border-radius: 9999px;
}

/* Our Team: team image inside white container, same rounded/shadow style as orange pill wrap */

.team-card-pill-wrap {
  background: #fff;
  border-radius: 1.5rem;
  padding: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.team-card-pill-wrap .team-card-pill-inner {
  position: relative;
  aspect-ratio: 3 / 4;
  border-radius: 1.25rem;
}

.team-card-pill-wrap .team-card-pill-img,
.team-card-pill-wrap .team-card-pill-placeholder {
  border-radius: 1.25rem;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-card-pill-wrap .team-card-pill-placeholder {
  min-height: 100%;
}

.team-card-pill-wrap .team-card-overlay {
  min-height: 45%;
  border-radius: 0 0 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* Holistic Leadership / steering cards: white, rounded, shadow (same as team cards); shorter images than main team */

.jt-steering-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}

.jt-steering-card__img-wrap {
  aspect-ratio: 1 / 1;
}

/* Our Team page: leadership cards same size as team cards (3:4 aspect) */

.jt-steering-card--team-page .jt-steering-card__img-wrap {
  aspect-ratio: 3 / 4;
}

.jt-steering-card__img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Our Team: 15px gray "chop" on left and right sides at team grid height */

.team-section-chop {
  position: relative;
}

.team-section-chop .jt-faq-section::before,
.team-section-chop .jt-faq-section::after {
  content: '';
  position: absolute;
  top: 30%;
  height: 55%;
  width: 12px;
  background: #F6F6F6;
  z-index: 100;
  pointer-events: none;
}

.team-section-chop .jt-faq-section::before {
  left: 0;
  border-radius: 0 8px 8px 0;
}

.team-section-chop .jt-faq-section::after {
  right: 0;
  border-radius: 8px 0 0 8px;
}

@media (max-width: 767px) {
  .team-section-chop .jt-faq-section::before,
  .team-section-chop .jt-faq-section::after {
    display: none;
  }
}

/* Our Team: mobile swipe carousel (no auto-scroll) */

@media (max-width: 767px) {
  .team-cards-track {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.5rem;
  }

  .team-cards-track::-webkit-scrollbar {
    display: none;
  }

  .team-card-slide {
    flex: 0 0 auto;
    min-width: 85%;
    max-width: 85%;
    scroll-snap-align: start;
  }

  .team-card-slide .team-card-pill-wrap {
    max-width: 100%;
  }
}

/* Team leadership (Holistic Leadership): mobile swipe carousel – same as team cards above */

@media (max-width: 767px) {
  .jt-steering-cards-track {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.5rem;
  }

  .jt-steering-cards-track::-webkit-scrollbar {
    display: none;
  }

  .jt-steering-card-slide {
    flex: 0 0 auto;
    min-width: 85%;
    max-width: 85%;
    scroll-snap-align: start;
  }
}

/* Where we focus on (Venture Support): sector cards carousel on mobile – same as steering cards */

@media (max-width: 767px) {
  .jt-where-focus-cards-track {
    display: flex;
    flex-direction: row;
    grid-template-columns: unset;
    gap: 1rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.5rem;
    scroll-padding: 0 1.25rem;
  }

  .jt-where-focus-cards-track::-webkit-scrollbar {
    display: none;
  }

  .jt-where-focus-card-slide {
    flex: 0 0 auto;
    min-width: min(85%, 280px);
    max-width: min(85%, 280px);
    scroll-snap-align: start;
  }

  .jt-where-focus-card-slide h3 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .jt-where-focus-cards-track {
    grid-template-columns: repeat(2, 1fr);
  }
}

.jt-where-focus-card-slide {
  display: flex;
  flex-direction: column;
}

.jt-where-focus-card-slide .jt-steering-card__img-wrap {
  flex-shrink: 0;
}

.jt-where-focus-footer {
  min-height: 3.5rem;
}

/* About mission section: primary color bg; pill uses .contact-hero-pill (same as hero) */

.jt-mission-section {
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .jt-mission-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.jt-mission-section .jt-mission-inner {
  max-width: 100%;
}

/* Right column text: color #E8E9E9, 2px smaller than default */

.jt-mission-body {
  color: #E8E9E9;
}

.jt-mission-body p {
  font-size: 14px;
}

@media (min-width: 640px) {
  .jt-mission-body p {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .jt-mission-body > p {
    font-size: 18px;
  }
}

.jt-mission-body h3 {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

@media (min-width: 640px) {
  .jt-mission-body h3 {
    font-size: 18px;
  }
}

.jt-mission-pattern-img {
  display: none;
}

@media (min-width: 768px) {
  .jt-mission-pattern-img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55%;
    max-width: 480px;
    height: auto;
    max-height: 85%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left bottom;
       object-position: left bottom;
    pointer-events: none;
    z-index: 0;
  }
}

/* Nav container: white under-pill (slightly bigger) with shadow, teal nav on top */

.nav-pill-wrap {
  background: #fff;
  border-radius: 0.75rem;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* Nav pill: prevent clipping on iPad / tablet widths */

.nav-pill {
  overflow: visible;
}

/* Reduce ENG container (mobile + desktop) */

.nav-pill .lang-selector {
  padding: 0.35rem 0.6rem;
  gap: 0.35rem;
  font-size: 0.8rem;
}

.nav-pill .lang-selector svg {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  min-height: 1rem;
}

/* Nav pill dropdowns need relative parent */

.nav-pill .nav-dropdown {
  position: relative;
}

/* Ensure all top-level menu links are properly positioned for stacking */

.nav-pill > div > a,
.nav-pill > div > .nav-dropdown {
  position: relative;
  z-index: 1;
}

/* Dropdown menu styling and visibility */

.nav-dropdown-menu {
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-4px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out, visibility 0.15s ease-out;
}

/* Invisible hover bridge above dropdown to prevent accidental close */

.nav-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}

/* Show dropdown on hover */

.nav-dropdown:hover .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

/* Submenu items: single line (no wrap) */

.nav-dropdown-menu > a {
  white-space: nowrap;
  font-size: 1.0625rem;
}

/* Submenu dividers: faint gray line between items, 95% width, centered (when more than one) */

.nav-dropdown-menu > a + a {
  position: relative;
}

.nav-dropdown-menu > a + a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 1px;
  background: #e5e7eb;
}

/* Mobile menu dropdown: smooth slide + fade animation */

#mobile-menu-dropdown {
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out;
  transform-origin: top;
}

#mobile-menu-dropdown:not(.is-open) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-8px);
}

#mobile-menu-dropdown.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile menu: accordion submenus – hidden by default, smooth expand on click */

.mobile-nav-sub-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease-out;
}

.mobile-nav-sub-wrap > * {
  min-height: 0;
  overflow: hidden;
}

.mobile-nav-has-children.is-open .mobile-nav-sub-wrap {
  grid-template-rows: 1fr;
}

.mobile-nav-has-children.is-open .mobile-nav-arrow {
  transform: rotate(90deg);
}

/* Mobile submenu: single line + faint gray dividers (95% width, centered) */

#mobile-menu-dropdown .sub-menu li a {
  white-space: nowrap;
  font-size: 15px;
}

#mobile-menu-dropdown .sub-menu li + li {
  position: relative;
}

#mobile-menu-dropdown .sub-menu li + li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
}

/* Menu text: color, weight medium (500), size, line-height, no wrap */

.nav-pill .nav-link,
.nav-pill > div > a {
  color: #CFCFCF;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  white-space: nowrap;
}

/* Top-level menu links (inside list items; items_wrap is %3$s so no ul) */

.nav-pill > div > li > a {
  color: #CFCFCF;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  white-space: nowrap;
}

/* Reusable impact card: image + title + subtext (single source of truth) */

.impact-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.impact-card__media {
  width: 100%;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}

.impact-card__media-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #e5e5e5;
  flex-shrink: 0;
}

.impact-card__body {
  padding: 1.5rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.impact-card__title {
  color: #010E25;
  font-weight: 600;
  font-size: 24px;
  line-height: 46px;
  margin: 0 0 0.5rem 0;
}

.impact-card__subtext {
  color: #555757;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

/* Blog listing cards: image (with category tag overlay), title, date; whole card clickable */

.blog-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.08), 0 1px 2px -1px rgb(0 0 0 / 0.08);
  transition: box-shadow 0.2s ease;
}

.blog-card:hover {
  box-shadow: 0 4px 12px 0 rgb(0 0 0 / 0.12), 0 2px 4px -2px rgb(0 0 0 / 0.08);
}

.blog-card__link {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
  text-decoration: none;
  color: inherit;
}

.blog-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3;
  flex-shrink: 0;
  overflow: hidden;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-card__image-placeholder {
  width: 100%;
  height: 100%;
  background: #e5e7eb;
  flex-shrink: 0;
}

.blog-card__tag {
  position: absolute;
  left: 0.75rem;
  bottom: 0.75rem;
  padding: 0.25rem 0.75rem;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.25;
  background: rgba(255, 255, 255, 0.9);
  color: #374151;
}

.blog-card__tag--orange {
  background: #f97316;
  color: #fff;
}

.blog-card__tag--purple {
  background: rgba(124, 58, 237, 0.9);
  color: #fff;
}

.blog-card__body {
  padding: calc(1.25rem - 10px) 1rem 1.25rem 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-width: 0;
}

.blog-card__title {
  color: #010E25;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 calc(0.5rem + 5px) 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card__meta {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
}

/* Single post/article body text */

.single-article-content,
.single-article-content p,
.single-article-content li {
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  line-height: 32px;
  color: #011010;
}

.single-article-content p {
  margin-bottom: 1.25em;
}

.single-article-content p:last-child {
  margin-bottom: 0;
}

/* Paragraph spacing for entry content (pages, posts) - Tailwind Preflight resets p margins */

.entry-content p,
.contact-page-content p,
.prose p {
  margin-bottom: 1.25em;
}

.entry-content p:last-child,
.contact-page-content p:last-child,
.prose p:last-child {
  margin-bottom: 0;
}

/* Links in entry content: visible styling (Tailwind Preflight resets link styles) */

.entry-content a,
.single-article-content a,
.contact-page-content a,
.prose a {
  color: #008084;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}

.entry-content a:hover,
.single-article-content a:hover,
.contact-page-content a:hover,
.prose a:hover {
  color: #006a6e;
}

/* WordPress block content links */

.wp-block-paragraph a,
.wp-block-list a,
.wp-block-heading a {
  color: #008084;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.15s ease;
}

.wp-block-paragraph a:hover,
.wp-block-list a:hover,
.wp-block-heading a:hover {
  color: #006a6e;
}

/* WordPress button blocks: override link styles */

.wp-block-button a,
.wp-block-button__link,
.wp-block-buttons a {
  color: #fff !important;
  text-decoration: none !important;
}

.wp-block-button a:hover,
.wp-block-button__link:hover,
.wp-block-buttons a:hover {
  color: #fff !important;
  text-decoration: none !important;
}

/* ========================================
   WordPress Block Content Typography
   (Tailwind Preflight resets all these)
   ======================================== */

/* Headings in WordPress content */

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.single-article-content h1,
.single-article-content h2,
.single-article-content h3,
.single-article-content h4,
.single-article-content h5,
.single-article-content h6,
.wp-block-heading {
  font-weight: 600;
  line-height: 1.3;
  color: #010E25;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
}

.entry-content h1,
.single-article-content h1 {
  font-size: 2.25rem;
}

.entry-content h2,
.single-article-content h2,
h2.wp-block-heading {
  font-size: 1.875rem;
}

.entry-content h3,
.single-article-content h3,
h3.wp-block-heading {
  font-size: 1.5rem;
}

.entry-content h4,
.single-article-content h4,
h4.wp-block-heading {
  font-size: 1.25rem;
}

.entry-content h5,
.single-article-content h5,
h5.wp-block-heading {
  font-size: 1.125rem;
}

.entry-content h6,
.single-article-content h6,
h6.wp-block-heading {
  font-size: 1rem;
}

/* First heading shouldn't have top margin */

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.single-article-content > h1:first-child,
.single-article-content > h2:first-child,
.single-article-content > h3:first-child,
.single-article-content > h4:first-child,
.single-article-content > h5:first-child,
.single-article-content > h6:first-child {
  margin-top: 0;
}

/* Lists in WordPress content */

.entry-content ul,
.entry-content ol,
.single-article-content ul,
.single-article-content ol,
.wp-block-list {
  margin: 1.25em 0;
  padding-left: 1.5em;
}

.entry-content ul,
.single-article-content ul,
ul.wp-block-list {
  list-style-type: disc;
}

.entry-content ol,
.single-article-content ol,
ol.wp-block-list {
  list-style-type: decimal;
}

.entry-content li,
.single-article-content li,
.wp-block-list li {
  margin-bottom: 0.5em;
  line-height: 1.6;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul,
.single-article-content ul ul,
.single-article-content ol ol,
.single-article-content ul ol,
.single-article-content ol ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* WordPress embed blocks (YouTube, etc.) */

.wp-block-embed {
  margin: 1.5em 0;
}

.wp-block-embed__wrapper {
  position: relative;
}

.wp-block-embed-youtube .wp-block-embed__wrapper,
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe,
.wp-block-embed.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* WordPress image blocks */

.wp-block-image {
  margin: 1.5em 0;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-image figcaption {
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #555757;
  text-align: center;
}

/* WordPress alignment classes */

.aligncenter,
.has-text-align-center {
  text-align: center;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1em;
}

.alignwide {
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: calc(100% + 2rem);
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

/* Center-aligned buttons */

.wp-block-buttons.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}

.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}

.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}

/* WordPress spacer blocks */

.wp-block-spacer {
  clear: both;
}

/* WordPress separator/hr blocks */

.wp-block-separator,
.entry-content hr,
.single-article-content hr {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 2em 0;
}

.wp-block-separator.has-alpha-channel-opacity {
  opacity: 1;
}

/* WordPress blockquote */

.entry-content blockquote,
.single-article-content blockquote,
.wp-block-quote {
  border-left: 4px solid #008084;
  padding-left: 1.5em;
  margin: 1.5em 0;
  font-style: italic;
  color: #555757;
}

.wp-block-quote cite,
.entry-content blockquote cite,
.single-article-content blockquote cite {
  display: block;
  margin-top: 0.75em;
  font-size: 0.875rem;
  font-style: normal;
  color: #6b7280;
}

/* WordPress social links */

.wp-block-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  padding: 0;
  margin: 1em 0;
  list-style: none;
}

.wp-block-social-links.aligncenter {
  justify-content: center;
}

/* WordPress columns */

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin: 1.5em 0;
}

.wp-block-column {
  flex: 1;
  min-width: 0;
}

@media (max-width: 767px) {
  .wp-block-columns {
    flex-direction: column;
  }

  .wp-block-column {
    flex-basis: 100% !important;
  }
}

/* WordPress table blocks */

.wp-block-table {
  margin: 1.5em 0;
  overflow-x: auto;
}

.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}

.wp-block-table th,
.wp-block-table td {
  padding: 0.75em 1em;
  border: 1px solid #e5e7eb;
  text-align: left;
}

.wp-block-table th {
  background: #f6f6f6;
  font-weight: 600;
}

/* WordPress code blocks */

.wp-block-code,
.entry-content pre,
.single-article-content pre {
  background: #1e1e1e;
  color: #f8f8f2;
  padding: 1.25em;
  border-radius: 0.5rem;
  overflow-x: auto;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
  font-size: 0.875rem;
  line-height: 1.6;
  margin: 1.5em 0;
}

.entry-content code,
.single-article-content code {
  background: #f3f4f6;
  color: #e11d48;
  padding: 0.125em 0.375em;
  border-radius: 0.25rem;
  font-family: 'Fira Code', 'Monaco', 'Consolas', monospace;
  font-size: 0.875em;
}

.entry-content pre code,
.single-article-content pre code {
  background: transparent;
  color: inherit;
  padding: 0;
}

/* Blog listing: numbered pagination below the grid */

.blog-pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Keep pagination and "Go to page" on one line: pagination only as wide as its content */

.blog-pagination-row .blog-pagination {
  width: auto;
}

.blog-pagination .navigation.pagination {
  margin: 0;
}

.blog-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-pagination .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #010E25;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  text-decoration: none;
  transition: border-color 0.15s, background 0.15s;
}

.blog-pagination .nav-links .page-numbers:hover,
.blog-pagination .nav-links .page-numbers:focus {
  border-color: #008084;
  background: #f0fafa;
  color: #008084;
}

.blog-pagination .nav-links .page-numbers.current {
  border-color: #008084;
  background: #008084;
  color: #fff;
}

.blog-pagination .nav-links .page-numbers.dots {
  border: none;
  background: transparent;
  min-width: auto;
}

/* Go to page select: custom arrow with padding so arrow isn’t flush to right edge */

.blog-goto-page__select {
  padding-left: 0.75rem;
  padding-right: 2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234b5563'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1.25rem 1.25rem;
}

.blog-goto-page__select::-ms-expand {
  display: none;
}

/* Portfolio / companies logo grid cards: compact, 5 per line, consistent image fit */

.portfolio-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0.375rem 0.5rem;
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

/* Fixed-size image area so different-sized logos fit consistently */

.portfolio-logo-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  flex-shrink: 0;
}

.portfolio-logo-card__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.portfolio-logo-card__placeholder {
  width: 100%;
  height: 32px;
  background: #e5e5e5;
  border-radius: 4px;
  flex-shrink: 0;
}

.portfolio-logo-card__name {
  margin: 0.25rem 0 0 0;
  color: #010E25;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

/* FAQ section: gray full-width strip; teal block sits on top with side gap so gray shows through (responsive like impact/portfolio) */

.jt-faq-section-wrap {
  width: 100%;
  background: #F6F6F6;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .jt-faq-section-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .jt-faq-section-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.jt-faq-section {
  background: #008084;
  margin-left: 0;
  margin-right: 0;
  border-radius: 15px;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .jt-faq-section {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  .jt-faq-section {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }
}

/* Orange banner section: hero-style grid pattern at half size, on gray with 20px side margin */

.jt-orange-banner-wrap {
  width: 100%;
  background: #F6F6F6;
  padding: 2rem 40px;
  box-sizing: border-box;
}

@media (min-width: 640px) {
  .jt-orange-banner-wrap {
    padding: 2.5rem 56px;
  }
}

@media (min-width: 1024px) {
  .jt-orange-banner-wrap {
    padding: 3rem 72px;
  }
}

.jt-orange-banner {
  position: relative;
  background: #FF5D17;
  border-radius: 24px;
  overflow: hidden;
  min-height: 320px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .jt-orange-banner {
    min-height: 380px;
    border-radius: 28px;
  }
}

.jt-orange-banner-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.jt-orange-banner-pattern-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
}

.jt-orange-banner-pattern-tile {
  width: 110px;
  height: 110px;
  border-radius: 22px;
  border: 2px solid #FFFFFF1A;
  background: transparent;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .jt-orange-banner-pattern-tile {
    width: 130px;
    height: 130px;
    border-radius: 26px;
  }
}

@media (min-width: 768px) {
  .jt-orange-banner-pattern-tile {
    width: 152px;
    height: 152px;
    border-radius: 30px;
  }
}

@media (min-width: 1280px) {
  .jt-orange-banner-pattern-tile {
    width: 176px;
    height: 176px;
    border-radius: 36px;
  }
}

.jt-orange-banner-inner {
  position: relative;
  z-index: 1;
  padding: 3rem 1.5rem;
  text-align: center;
  width: 100%;
}

.jt-orange-banner-heading {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.5rem;
}

@media (min-width: 640px) {
  .jt-orange-banner-heading {
    font-size: 1.75rem;
  }
}

@media (min-width: 768px) {
  .jt-orange-banner-heading {
    font-size: 2rem;
  }
}

.jt-orange-banner-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 0.9375rem;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .jt-orange-banner-text {
    font-size: 1.0625rem;
  }
}

.jt-orange-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.jt-orange-banner-btn {
  display: inline-block;
  padding: 0.75rem 1.75rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.jt-orange-banner-btn-primary {
  background: #008084;
  color: #fff;
}

.jt-orange-banner-btn-primary:hover {
  background: #006a6e;
}

.jt-orange-banner-btn-secondary {
  background: #fff;
  color: #008084;
  border: 1px solid #008084;
}

.jt-orange-banner-btn-secondary:hover {
  background: #f0fafa;
}

.jt-faq-container {
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

@media (min-width: 640px) {
  .jt-faq-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .jt-faq-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.jt-faq-tag {
  display: inline-block;
  background: #FF5D17;
  color: #fff;
  font-size: 14px;
  line-height: 160%;
  font-weight: 500;
  font-style: normal;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}

.jt-faq-heading {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 768px) {
  .jt-faq-heading {
    font-size: 2.25rem;
  }
}

@media (min-width: 1024px) {
  .jt-faq-heading {
    font-size: 3rem;
    line-height: 160%;
  }
}

.jt-faq-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin: 0 0 2rem 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .jt-faq-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .jt-faq-subtitle {
    font-size: 1.5rem;
    line-height: 180%;
    margin-bottom: 3rem;
  }
}

.jt-faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 2.5rem;
  text-align: left;
}

@media (min-width: 768px) {
  .jt-faq-accordion {
    gap: 1.25rem;
    margin-bottom: 3rem;
  }
}

.jt-faq-item {
  background: #fff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.08);
}

.jt-faq-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  font-weight: 600;
  color: #010E25;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .jt-faq-summary {
    gap: 1rem;
    padding: 0.75rem 1.5rem;
  }
}

.jt-faq-summary::-webkit-details-marker,
.jt-faq-summary::marker {
  display: none;
  content: none;
}

.jt-faq-question {
  flex: 1;
  min-width: 0;
  text-align: left;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .jt-faq-question {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.jt-faq-icon {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #008084;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              background-color 0.2s ease;
  will-change: transform;
}

.jt-faq-icon::before {
  content: '+';
  display: block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.jt-faq-item.jt-faq-open .jt-faq-icon {
  transform: rotate(180deg);
}

.jt-faq-item.jt-faq-open .jt-faq-icon::before {
  content: '−';
}

/* Smooth height animation: grid 0fr → 1fr with buttery GPU-accelerated transitions */

.jt-faq-answer-wrap {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: grid-template-rows;
}

.jt-faq-item.jt-faq-open .jt-faq-answer-wrap {
  grid-template-rows: 1fr;
}

.jt-faq-answer {
  min-height: 0;
  overflow: hidden;
  padding: 0 1rem 1rem 1rem;
  border-top: 1px solid #e5e7eb;
  margin-top: 0;
  padding-top: 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #555757;
  line-height: 1.6;
  margin: 0;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.05s,
              transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
  will-change: opacity, transform;
}

@media (min-width: 768px) {
  .jt-faq-answer {
    padding: 0 1.5rem 1.25rem 1.5rem;
    padding-top: 1rem;
    font-size: 0.9375rem;
  }
}

.jt-faq-item.jt-faq-open .jt-faq-answer {
  opacity: 1;
  transform: translateY(0);
}

/* Closing animation: fade out faster than height collapse */

.jt-faq-item:not(.jt-faq-open) .jt-faq-answer {
  transition: opacity 0.15s cubic-bezier(0.4, 0, 1, 1),
              transform 0.15s cubic-bezier(0.4, 0, 1, 1);
}

.jt-faq-cta {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  margin: 0;
  padding: 0.75rem 1rem;
  line-height: 1.5;
  border: 0.5px solid #fff;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .jt-faq-cta {
    text-align: left;
    font-size: 1rem;
    padding: 1rem;
  }
}

.jt-faq-cta a {
  color: #00D1D8;
  text-decoration: underline;
  font-weight: 500;
}

.jt-faq-cta a:hover {
  color: #00D1D8;
  opacity: 0.9;
}

/* Testimonials section: What Our Community Is Saying */

.jt-testimonials-section {
  width: 100%;
  background: #F6F6F6;
  padding-top: 3rem;
  padding-bottom: 4rem;
}

@media (min-width: 768px) {
  .jt-testimonials-section {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}

.jt-testimonials-section--compact-bottom {
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .jt-testimonials-section--compact-bottom {
    padding-bottom: 2rem;
  }
}

/* Testimonials heading inherits spacing from container + jt-section-title-block (same as Impact/Portfolio) */

.jt-testimonials-heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  color: #010E25;
  margin: 0 0 0.75rem 0;
  text-align: center;
}

@media (min-width: 768px) {
  .jt-testimonials-heading {
    font-size: 2.25rem;
  }
}

.jt-testimonials-heading-highlight {
  color: #E85D04;
}

.jt-testimonials-subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #555757;
  margin: 0 0 2rem 0;
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 768px) {
  .jt-testimonials-subtitle {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

/* Carousel: edge to edge, full width */

.jt-testimonials-carousel-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

.jt-testimonials-carousel-track {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 0.5rem;
  animation: jt-testimonials-scroll 40s linear infinite;
  width: -moz-max-content;
  width: max-content;
}

@media (min-width: 768px) {
  .jt-testimonials-carousel-track {
    padding-left: max(1.5rem, calc((100vw - 72rem) / 2 + 1.5rem));
    padding-right: max(1.5rem, calc((100vw - 72rem) / 2 + 1.5rem));
  }
}

.jt-testimonials-carousel-wrap:hover .jt-testimonials-carousel-track {
  animation-play-state: paused;
}

@keyframes jt-testimonials-scroll {
  0% {
    transform: translateX(0);
  }

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

/* Duplicate cards for infinite loop: same 3 cards repeated */

.jt-testimonials-carousel-track .jt-testimonial-card {
  flex-shrink: 0;
}

.jt-testimonial-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 8px;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  width: 440px;
  text-align: left;
}

.jt-testimonial-card-inner {
  background: #f6f6f6;
  margin: 0;
  border-radius: 0.5rem;
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

@media (min-width: 768px) {
  .jt-testimonial-card {
    width: 560px;
  }
}

/* Venture Support: pill wrap = white container under primary pill */

.jt-venture-focuses-pill-wrap {
  background: #fff;
  border-radius: 9999px;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
}

/* Venture Support: pill + title on top, then cards side by side left to right */

.jt-venture-focuses .jt-venture-focuses-cards,
.jt-membership-benefits .jt-membership-benefits-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

@media (max-width: 639px) {
  .jt-venture-focuses .jt-venture-focuses-cards,
  .jt-membership-benefits .jt-membership-benefits-cards {
    grid-template-columns: 1fr;
  }
}

.jt-venture-focuses .jt-venture-focus-card.jt-testimonial-card,
.jt-membership-benefits .jt-venture-focus-card.jt-testimonial-card {
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
}

.jt-membership-who .jt-membership-who-left {
  padding-left: 0;
}

@media (min-width: 768px) {
  .jt-membership-who .jt-membership-who-left {
    padding-left: 4rem;
  }
}

.jt-membership-who .jt-membership-who-left .jt-section-heading {
  text-align: left;
  text-indent: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.jt-membership-who .jt-membership-who-left p {
  text-indent: 0;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.jt-membership-who .jt-membership-who-card.jt-testimonial-card {
  width: 100%;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
}

.jt-membership-who .jt-membership-who-card .jt-testimonial-card-inner {
  padding: 0.5rem 0.75rem;
}

.jt-venture-focus-card .jt-testimonial-card-inner {
  padding: 0.875rem 1rem;
}

/* Venture focus card icon: white container like taxonomy section */

.jt-venture-focus-icon-wrap {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jt-venture-focus-icon-wrap .jt-venture-focus-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

/* Our Programs: What We Focus On - program cards with attributes (same outer/inner structure as venture focus) */

.jt-program-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #010E25;
  margin: 0 0 0.5rem 0;
}

.jt-program-card-desc {
  font-size: 0.875rem;
  color: #555757;
  line-height: 1.5;
  margin: 0 0 1rem 0;
}

.jt-program-card-divider {
  height: 1px;
  background: #e5e7eb;
  margin: 0 0 1rem 0;
}

.jt-program-card-attrs {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.jt-program-card-attr {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.jt-program-card-attr-icon {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jt-program-card-attr-icon svg,
.jt-program-card-attr-icon .jt-program-card-attr-svg {
  width: 1.25rem;
  height: 1.25rem;
  color: #E85D04;
}

.jt-program-card-attr-icon .jt-program-card-attr-svg {
  opacity: 1;
}

.jt-program-card-attr-text {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  min-width: 0;
}

.jt-program-card-attr-label {
  font-size: 0.75rem;
  font-weight: 700;
  color: #010E25;
}

.jt-program-card-attr-value {
  font-size: 0.8125rem;
  color: #555757;
  line-height: 1.4;
}

.jt-programs-focus .jt-program-card.jt-testimonial-card {
  min-height: 0;
}

/* Our Programs: How to apply - 5 step cards (3 top, 2 centered bottom) */

.jt-programs-apply-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1rem;
  min-width: 0;
}

.jt-programs-apply-grid .jt-apply-step-card:nth-child(1) {
  grid-column: 1 / 3;
}

.jt-programs-apply-grid .jt-apply-step-card:nth-child(2) {
  grid-column: 3 / 5;
}

.jt-programs-apply-grid .jt-apply-step-card:nth-child(3) {
  grid-column: 5 / 7;
}

.jt-programs-apply-grid .jt-apply-step-card:nth-child(4) {
  grid-column: 2 / 4;
}

.jt-programs-apply-grid .jt-apply-step-card:nth-child(5) {
  grid-column: 4 / 6;
}

@media (max-width: 767px) {
  .jt-programs-apply-grid {
    grid-template-columns: 1fr;
  }

  .jt-programs-apply-grid .jt-apply-step-card:nth-child(n) {
    grid-column: 1 / -1;
  }
}

.jt-programs-apply .jt-apply-step-card.jt-testimonial-card {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
}

.jt-apply-step-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.jt-apply-step-icon {
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #E85D04;
}

.jt-apply-step-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

.jt-apply-step-num {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.jt-apply-step-title {
  font-size: 1rem;
  font-weight: 700;
  color: #010E25;
  margin: 0 0 0.5rem 0;
}

.jt-apply-step-desc {
  font-size: 0.875rem;
  color: #555757;
  line-height: 1.5;
  margin: 0;
}

.jt-testimonial-quote-icon {
  color: #008084;
  display: block;
  margin-bottom: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}

.jt-testimonial-quote {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.6;
  color: #010E25;
  margin: 0 0 0.75rem 0;
  flex: 1;
  min-height: 0;
}

.jt-testimonial-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: auto;
}

.jt-testimonial-author-left {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.jt-testimonial-avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: #e5e7eb;
  flex-shrink: 0;
  overflow: hidden;
}

.jt-testimonial-avatar-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.jt-testimonial-avatar-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  color: #008084;
  background: #e0f2f2;
}

.jt-testimonial-author-info {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.jt-testimonial-name {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #010E25;
}

.jt-testimonial-title {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #555757;
}

.jt-testimonial-logo-img {
  flex-shrink: 0;
  height: 1.75rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Taxonomy section (About page): testimonial-style cards, no scroll, 3 top + 2 wider bottom, pills with primary bg */

.jt-taxonomy-section {
  width: 100%;
  background: #F6F6F6;
  padding-top: 3rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px) {
  .jt-taxonomy-section {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
  }
}

.jt-taxonomy-section--tight {
  padding-top: 1.5rem;
}

@media (min-width: 768px) {
  .jt-taxonomy-section--tight {
    padding-top: 2rem;
  }
}

.jt-taxonomy-container {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px) {
  .jt-taxonomy-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.jt-taxonomy-section .jt-section-title-block {
  text-align: center;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .jt-taxonomy-section .jt-section-title-block {
    margin-bottom: 2.5rem;
  }
}

.jt-taxonomy-heading {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  color: #010E25;
  margin: 0 0 0.75rem 0;
}

@media (min-width: 768px) {
  .jt-taxonomy-heading {
    font-size: 2.25rem;
  }
}

.jt-taxonomy-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 768px) {
  .jt-taxonomy-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
  }
}

/* Membership: Platform members - reduce container padding so cards take more width */

.jt-membership-members .jt-taxonomy-container {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

@media (min-width: 768px) {
  .jt-membership-members .jt-taxonomy-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Membership: Platform members - center filter selectors with padding */

.jt-membership-members .jt-portfolio-filters-inner {
  padding-left: 4rem;
  padding-right: 4rem;
  justify-content: center;
}

@media (min-width: 1024px) {
  .jt-membership-members .jt-portfolio-filters-inner {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

/* Membership: Mission section (below Platform Members) */

.jt-membership-mission {
  background: #f6f6f6;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .jt-membership-mission {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.jt-membership-members {
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .jt-membership-members {
    padding-bottom: 1.5rem;
  }
}

.jt-membership-mission-inner {
  text-align: center;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .jt-membership-mission-inner {
    padding: 0 2rem;
  }
}

.jt-membership-mission-pill {
  display: inline-block;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 30px;
  color: #fff;
  background: #E85D04;
  border-radius: 9999px;
  margin-bottom: 1rem;
}

.jt-membership-mission-text {
  font-weight: 600;
  line-height: 50px;
  font-size: 30px;
  color: #555757;
  max-width: 56rem;
  margin: 0 auto;
}

.jt-membership-mission-orange {
  color: #E85D04;
}

.jt-membership-mission-primary {
  color: #008084;
}

/* Membership: Platform members 4x3 grid */

.jt-membership-members .jt-membership-members-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .jt-membership-members .jt-membership-members-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.jt-membership-members .jt-membership-member-card {
  grid-column: span 1 !important;
}

.jt-membership-members .jt-taxonomy-card-inner {
  padding: 0.375rem 0.5rem;
}

.jt-taxonomy-card {
  background: #fff;
  border-radius: 0.75rem;
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

@media (min-width: 768px) {
  .jt-taxonomy-card:not(.jt-taxonomy-card-wide) {
    grid-column: span 2;
  }

  .jt-taxonomy-card-wide {
    grid-column: span 3;
  }
}

.jt-taxonomy-card-inner {
  background: #f6f6f6;
  margin: 0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.jt-taxonomy-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
}

.jt-taxonomy-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  color: #010E25;
  margin: 0 0 0.5rem 0;
}

.jt-taxonomy-card-desc {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.6;
  color: #555757;
  margin: 0 0 1rem 0;
  flex: 1;
  min-height: 0;
}

.jt-taxonomy-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
}

.jt-taxonomy-pill {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background: #008084;
  border-radius: 9999px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (max-width: 639px) {
  .jt-taxonomy-pill {
    padding: 0.2rem 0.5rem;
    font-size: 0.625rem;
  }

  .jt-taxonomy-pill-meta {
    padding: 0.15rem 0.5rem;
    font-size: 0.5625rem;
  }
}

/* Portfolio company logo in taxonomy card (replace default icon) */

.jt-portfolio-company-logo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Section divider line (Library, Portfolio) */

.jt-section-divider {
  border-top: 1px solid #555757;
  margin: 2rem 0;
}

/* Portfolio filters: dropdowns above cards */

.jt-portfolio-filters {
  border-top: 1px solid #555757;
  border-bottom: 1px solid #555757;
  padding: 1.25rem 0;
  margin-bottom: 1.5rem;
}

.jt-portfolio-filters-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
}

@media (max-width: 639px) {
  .jt-portfolio-filters-inner {
    flex-direction: column;
  }

  .jt-portfolio-filter {
    width: 100%;
    max-width: 100%;
  }
}

.jt-portfolio-filter {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 2rem 0.5rem 0.75rem;
  font-size: 0.9375rem;
  color: #555757;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  cursor: pointer;
}

.jt-portfolio-filter:focus {
  outline: none;
  border-color: #008084;
}

.jt-portfolio-filter option {
  color: #010E25;
}

.jt-taxonomy-pills-meta {
  margin-top: 0.75rem;
}

.jt-taxonomy-pill-meta {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  color: #555757;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 9999px;
}

.jt-taxonomy-pill-visit {
  display: inline-block;
  padding: 0.2rem 0.6rem;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  background: #E85D04;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.15s ease;
}

.jt-taxonomy-pill-visit:hover {
  background: #d14e00;
  color: #fff;
}

/* Portfolio logo grid with hover cards (our-portfolio page) */

.jt-portfolio-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .jt-portfolio-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 640px) {
  .jt-portfolio-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.625rem;
  }
}

@media (min-width: 768px) {
  .jt-portfolio-logo-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  .jt-portfolio-logo-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .jt-portfolio-logo-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}

.jt-portfolio-logo-item {
  position: relative;
}

.jt-portfolio-logo-item:hover {
  z-index: 100;
}

.jt-portfolio-logo-item.jt-portfolio-logo-hidden {
  display: none;
}

.jt-portfolio-logo-item.jt-portfolio-logo-filtered {
  display: none !important;
}

/* Hover card popup */

.jt-portfolio-hover-card {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 280px;
  max-width: 90vw;
  background: #fff;
  border-radius: 0.75rem;
  padding: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 200;
}

@media (min-width: 640px) {
  .jt-portfolio-hover-card {
    width: 320px;
  }
}

.jt-portfolio-logo-item:hover .jt-portfolio-hover-card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(4px);
}

/* Adjust hover card position for items near edges (JS adds these classes) */

.jt-portfolio-logo-item.jt-hover-align-left .jt-portfolio-hover-card {
  left: 0;
  right: auto;
  transform: translateX(0) translateY(8px);
}

.jt-portfolio-logo-item.jt-hover-align-left:hover .jt-portfolio-hover-card {
  transform: translateX(0) translateY(4px);
}

.jt-portfolio-logo-item.jt-hover-align-right .jt-portfolio-hover-card {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(8px);
}

.jt-portfolio-logo-item.jt-hover-align-right:hover .jt-portfolio-hover-card {
  transform: translateX(0) translateY(4px);
}

.jt-portfolio-hover-card-inner {
  background: #f6f6f6;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.jt-portfolio-hover-card-inner .jt-taxonomy-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
}

.jt-portfolio-hover-card-inner .jt-taxonomy-card-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #010E25;
  margin: 0 0 0.5rem 0;
}

.jt-portfolio-hover-card-inner .jt-taxonomy-card-desc {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555757;
  margin: 0 0 0.75rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jt-portfolio-hover-card-inner .jt-taxonomy-pills {
  gap: 0.375rem;
}

.jt-portfolio-hover-card-inner .jt-taxonomy-pill {
  font-size: 0.625rem;
  padding: 0.2rem 0.5rem;
}

.jt-portfolio-hover-card-inner .jt-taxonomy-pills-meta {
  margin-top: 0.5rem;
}

/* Load more button */

.jt-portfolio-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.jt-portfolio-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #008084;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.jt-portfolio-load-more-btn:hover {
  background: #006a6e;
}

.jt-portfolio-load-more-btn:active {
  transform: scale(0.98);
}

.jt-portfolio-load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.jt-portfolio-load-more-btn.jt-hidden {
  display: none;
}

/* Platform Members logo grid with hover cards (membership page) */

.jt-platform-members-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}

@media (min-width: 480px) {
  .jt-platform-members-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 640px) {
  .jt-platform-members-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.625rem;
  }
}

@media (min-width: 768px) {
  .jt-platform-members-logo-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (min-width: 1024px) {
  .jt-platform-members-logo-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .jt-platform-members-logo-grid {
    grid-template-columns: repeat(8, 1fr);
  }
}

.jt-platform-member-logo-item {
  position: relative;
}

.jt-platform-member-logo-item:hover {
  z-index: 100;
}

.jt-platform-member-logo-item.jt-platform-member-hidden {
  display: none;
}

.jt-platform-member-logo-item.jt-platform-member-filtered {
  display: none !important;
}

/* Platform member logo card - matches portfolio logo card styling */

.platform-member-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 0.375rem 0.5rem;
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.platform-member-logo-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 32px;
  flex-shrink: 0;
}

.platform-member-logo-card__image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.platform-member-logo-card__placeholder {
  width: 100%;
  height: 32px;
  background: #e5e5e5;
  border-radius: 4px;
  flex-shrink: 0;
}

.platform-member-logo-card__name {
  margin: 0.25rem 0 0 0;
  color: #010E25;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.3;
  text-align: center;
}

/* Platform member hover card popup */

.jt-platform-member-hover-card {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 280px;
  max-width: 90vw;
  background: #fff;
  border-radius: 0.75rem;
  padding: 8px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18), 0 2px 8px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 200;
}

@media (min-width: 640px) {
  .jt-platform-member-hover-card {
    width: 320px;
  }
}

.jt-platform-member-logo-item:hover .jt-platform-member-hover-card {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(4px);
}

/* Adjust hover card position for items near edges */

.jt-platform-member-logo-item.jt-hover-align-left .jt-platform-member-hover-card {
  left: 0;
  right: auto;
  transform: translateX(0) translateY(8px);
}

.jt-platform-member-logo-item.jt-hover-align-left:hover .jt-platform-member-hover-card {
  transform: translateX(0) translateY(4px);
}

.jt-platform-member-logo-item.jt-hover-align-right .jt-platform-member-hover-card {
  left: auto;
  right: 0;
  transform: translateX(0) translateY(8px);
}

.jt-platform-member-logo-item.jt-hover-align-right:hover .jt-platform-member-hover-card {
  transform: translateX(0) translateY(4px);
}

.jt-platform-member-hover-card-inner {
  background: #f6f6f6;
  border-radius: 0.5rem;
  padding: 0.75rem;
}

.jt-platform-member-hover-card-inner .jt-taxonomy-card-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  background: #fff;
  flex-shrink: 0;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.jt-platform-member-hover-card-inner .jt-taxonomy-card-icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.jt-platform-member-hover-card-inner .jt-taxonomy-card-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  color: #010E25;
  margin: 0 0 0.5rem 0;
}

.jt-platform-member-hover-card-inner .jt-taxonomy-card-desc {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555757;
  margin: 0 0 0.75rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jt-platform-member-hover-card-inner .jt-taxonomy-pills {
  gap: 0.375rem;
}

.jt-platform-member-hover-card-inner .jt-taxonomy-pill {
  font-size: 0.625rem;
  padding: 0.2rem 0.5rem;
}

.jt-platform-member-hover-card-inner .jt-taxonomy-pills-meta {
  margin-top: 0.5rem;
}

/* Platform members load more button */

.jt-platform-members-load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.jt-platform-members-load-more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 2rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #008084;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.1s ease;
}

.jt-platform-members-load-more-btn:hover {
  background: #006a6e;
}

.jt-platform-members-load-more-btn:active {
  transform: scale(0.98);
}

.jt-platform-members-load-more-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.jt-platform-members-load-more-btn.jt-hidden {
  display: none;
}

/* Footer: site-wide teal footer */

.jobtech-footer {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 639px) {
  .jobtech-footer {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/* Footer newsletter column: tablet-specific width */

@media (min-width: 768px) and (max-width: 1023px) {
  .jobtech-footer__newsletter-col {
    width: 55%;
    flex-shrink: 0;
  }
}

.jobtech-footer__section-heading {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.jobtech-footer__social-sep {
  display: inline-block;
  width: 2px;
  height: 1.25rem;
  background-color: rgba(255, 255, 255, 0.8);
  flex-shrink: 0;
}

.jobtech-footer__menu a {
  font-weight: 500;
  font-size: 16px;
  transition: opacity 0.15s ease;
}

/* Newsletter: button inside the input (single combined control) */

.jobtech-footer__newsletter-input-wrap {
  display: flex;
  align-items: stretch;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.375rem;
  background: #fff;
  overflow: hidden;
}

.jobtech-footer__newsletter-input-wrap:focus-within {
  border-color: #fff;
  outline: none;
}

.jobtech-footer__newsletter-input {
  flex: 1;
  min-width: 0;
  padding: 0.5rem 1rem;
  padding-right: 0.25rem;
  background: #fff;
  border: none;
  color: #000;
  font: inherit;
}

.jobtech-footer__newsletter-input::-moz-placeholder {
  color: #000;
}

.jobtech-footer__newsletter-input::placeholder {
  color: #000;
}

.jobtech-footer__newsletter-input:focus {
  outline: none;
}

.jobtech-footer__newsletter-submit {
  flex-shrink: 0;
  padding: 0.5rem 1.25rem;
  margin: 2px;
  background: #008084;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background 0.15s ease;
}

.jobtech-footer__newsletter-submit:hover {
  background: #006b6f;
}

/* Footer HubSpot form: input + button on same line */

.jobtech-footer__newsletter .hs-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 0.5rem;
}

.jobtech-footer__newsletter .hs-form fieldset {
  display: contents;
}

.jobtech-footer__newsletter .hs-form .hs-form-field {
  flex: 1;
  min-width: 160px;
  margin-bottom: 0;
}

.jobtech-footer__newsletter .hs-form .hs-form-field > label {
  display: none;
}

.jobtech-footer__newsletter .hs-form .hs-form-field .input {
  margin: 0;
}

.jobtech-footer__newsletter .hs-form .hs-input {
  width: 100%;
  padding: 0.625rem 1rem;
  font-size: 0.9375rem;
  color: #010E25;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 0.375rem;
}

.jobtech-footer__newsletter .hs-form .hs-input::-moz-placeholder {
  color: #757575;
}

.jobtech-footer__newsletter .hs-form .hs-input::placeholder {
  color: #757575;
}

.jobtech-footer__newsletter .hs-form .hs-input:focus {
  outline: none;
  border-color: #fff;
}

.jobtech-footer__newsletter .hs-form .hs_submit,
.jobtech-footer__newsletter .hs-form .hs-submit {
  flex-shrink: 0;
  margin: 0;
}

.jobtech-footer__newsletter .hs-form .hs-button {
  padding: 0.625rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  color: #fff;
  background: #006a6e;
  border: none;
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background 0.15s ease;
  white-space: nowrap;
}

.jobtech-footer__newsletter .hs-form .hs-button:hover {
  background: #005558;
}

.jobtech-footer__newsletter .hs-form .hs-error-msgs {
  display: none;
}

.jobtech-footer__newsletter .hs-form .submitted-message {
  color: #fff;
  font-size: 0.9375rem;
}

/* Contact page form: "Send us a message" */

.jt-contact-form-wrap {
  border: 1px solid rgba(85, 87, 87, 0.3);
  border-radius: 1.6rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  padding: 1.5rem;
}

@media (max-width: 639px) {
  .jt-contact-form-wrap {
    padding: 0.5rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media (min-width: 768px) {
  .jt-contact-form-wrap {
    padding: 1.75rem;
  }
}

.jt-contact-form-inner {
  border: 0.4px solid rgba(150, 152, 155, 0.3);
  border-radius: 1.6rem;
  padding: 2rem;
  margin: 0 10px 5px 10px;
}

@media (max-width: 639px) {
  .jt-contact-form-inner {
    padding: 0.375rem;
    margin: 0 0 5px;
  }
}

@media (min-width: 768px) {
  .jt-contact-form-inner {
    padding: 2.5rem;
  }
}

.jt-contact-form-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 1.125rem 0 2.25rem;
  padding: 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
  color: #555757;
  min-width: 0;
}

.jt-contact-form-title::before,
.jt-contact-form-title::after {
  content: '';
  flex: 0 0 2rem;
  height: 1px;
  background: #d1d5db;
  min-width: 0;
}

@media (min-width: 640px) {
  .jt-contact-form-title {
    gap: 1rem;
    font-size: 1.125rem;
  }

  .jt-contact-form-title::before,
  .jt-contact-form-title::after {
    flex: 0 0 4rem;
  }
}

@media (min-width: 768px) {
  .jt-contact-form-title {
    font-size: 1.25rem;
  }

  .jt-contact-form-title::before,
  .jt-contact-form-title::after {
    flex: 0 0 4rem;
  }
}

.jt-contact-form-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.jt-contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

@media (max-width: 639px) {
  .jt-contact-form-row {
    grid-template-columns: 1fr;
  }
}

.jt-contact-form-field {
  margin: 0 0 1.25rem;
}

.jt-contact-form-field label {
  display: block;
  margin-bottom: 0.375rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #374151;
}

.jt-contact-form-field input,
.jt-contact-form-field textarea {
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #111;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.jt-contact-form-field input::-moz-placeholder, .jt-contact-form-field textarea::-moz-placeholder {
  color: #9ca3af;
}

.jt-contact-form-field input::placeholder,
.jt-contact-form-field textarea::placeholder {
  color: #9ca3af;
}

.jt-contact-form-field input:focus,
.jt-contact-form-field textarea:focus {
  outline: none;
  border-color: #008084;
  box-shadow: 0 0 0 3px rgba(0, 128, 132, 0.15);
}

.jt-contact-form-field textarea {
  min-height: 120px;
  resize: vertical;
}

.jt-contact-form-submit {
  margin: 1.5rem 0 0;
  text-align: right;
}

.jt-contact-form-btn {
  display: inline-block;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: #008084;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 128, 132, 0.3);
  cursor: pointer;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.jt-contact-form-btn:hover {
  background: #006a6e;
  box-shadow: 0 2px 8px rgba(0, 128, 132, 0.35);
}

/* Investment Network: Why section – wider intro text */

.jt-investment-why .jt-section-title-block {
  max-width: 56rem;
}

/* Investment Network: Who section – wider intro text */

.jt-investment-who .jt-section-title-block {
  max-width: 56rem;
}

/* Investment Network: Who is part of the Network – carousel with pagination dots */

.jt-investment-who {
  background: #f6f6f6;
}

.jt-investment-who-carousel {
  position: relative;
  margin-top: 0;
}

.jt-investment-who-carousel-inner {
  position: relative;
  width: 100%;
}

.jt-investment-who-carousel-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 4/3;
}

@media (min-width: 640px) {
  .jt-investment-who-carousel-viewport {
    aspect-ratio: 16/9;
  }
}

@media (min-width: 768px) {
  .jt-investment-who-carousel-viewport {
    aspect-ratio: 8/3;
  }
}

.jt-investment-who-carousel-track {
  display: flex;
  width: calc(100% * var(--slide-count, 1));
  height: 100%;
  transition: transform 0.5s ease-in-out;
  will-change: transform;
}

.jt-investment-who-slide {
  flex: 0 0 calc(100% / var(--slide-count, 1));
  width: calc(100% / var(--slide-count, 1));
  min-width: 0;
  height: 100%;
}

.jt-investment-who-slide > div {
  width: 100%;
  height: 100%;
}

.jt-investment-who-slide .community-hero-image-wrap {
  height: 100%;
}

.jt-investment-who-slide .community-hero-image-wrap > div {
  aspect-ratio: auto;
  height: 100%;
}

.jt-investment-who-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jt-investment-who-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 9999px;
  z-index: 10;
}

.jt-investment-who-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}

.jt-investment-who-dot:hover {
  background: rgba(255, 255, 255, 0.8);
}

.jt-investment-who-dot.is-active {
  background: #fff;
}

/* Investment Network: How to apply? */

.jt-investment-apply {
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  .jt-investment-apply {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }
}

.jt-investment-apply-inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.jt-investment-apply-heading {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  color: #010E25;
  margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
  .jt-investment-apply-heading {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
  }
}

.jt-investment-apply-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  margin: 0 0 1rem 0;
}

.jt-investment-apply-text:last-child {
  margin-bottom: 0;
}

/* Footer newsletter: responsive input + button */

.footer-newsletter-form {
  position: relative;
}

.footer-newsletter-input {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  transition: border-color 0.3s ease;
}

.footer-newsletter-btn {
  background-color: #237a8a;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  width: 100%;
  margin-top: 0.5rem;
}

@media (min-width: 480px) {
  .footer-newsletter-input {
    padding-right: 140px;
  }

  .footer-newsletter-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin-top: 0;
    z-index: 10;
  }
}

/* Scroll to top button: visible when scrolled */

.scroll-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.placeholder\:text-\[\#757575\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#757575\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(117 117 117 / var(--tw-text-opacity, 1));
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

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

.hover\:border-\[\#008084\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 132 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#006568\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 101 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#006a6e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 106 110 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#008084\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 132 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e55415\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 84 21 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e5e5e5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f0fafa\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f8fafa\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 250 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:text-\[\#008084\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 128 132 / var(--tw-text-opacity, 1));
}

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

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.12\)\]:hover {
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 4px 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);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-\[\#008084\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 128 132 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --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);
}

.focus\:ring-2:focus {
  --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);
}

.focus\:ring-\[\#008084\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 128 132 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.group:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.group:hover .group-hover\:bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.group:hover .group-hover\:bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.group:hover .group-hover\:text-\[\#008084\] {
  --tw-text-opacity: 1;
  color: rgb(0 128 132 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:left-0 {
    left: 0px;
  }

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

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

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

  .sm\:h-28 {
    height: 7rem;
  }

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

  .sm\:w-auto {
    width: auto;
  }

  .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\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

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

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

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

  .sm\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

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

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

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

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

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

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

  .sm\:leading-snug {
    line-height: 1.375;
  }
}

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

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

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

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

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

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

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

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

  .md\:aspect-\[8\/3\] {
    aspect-ratio: 8/3;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-28 {
    height: 7rem;
  }

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

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

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

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

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

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

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

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

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

  .md\:pt-0 {
    padding-top: 0px;
  }

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

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:text-right {
    text-align: right;
  }

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

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

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

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

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

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

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

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

  .md\:leading-\[1\.45\] {
    line-height: 1.45;
  }

  .md\:leading-\[1\.6\] {
    line-height: 1.6;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:w-auto {
    width: auto;
  }

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

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

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

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

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

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

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

  .lg\:text-\[23px\] {
    font-size: 23px;
  }

  .lg\:leading-\[1\.2\] {
    line-height: 1.2;
  }

  .lg\:leading-\[1\.5\] {
    line-height: 1.5;
  }

  .lg\:leading-\[46px\] {
    line-height: 46px;
  }
}

@media (min-width: 1280px) {
  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:text-\[62px\] {
    font-size: 62px;
  }

  .xl\:leading-\[90px\] {
    line-height: 90px;
  }

  .xl\:leading-tight {
    line-height: 1.25;
  }
}

.\[\&\>svg\]\:h-5>svg {
  height: 1.25rem;
}

.\[\&\>svg\]\:h-6>svg {
  height: 1.5rem;
}

.\[\&\>svg\]\:w-5>svg {
  width: 1.25rem;
}

.\[\&\>svg\]\:w-6>svg {
  width: 1.5rem;
}
