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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::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] {
  display: none;
}

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

::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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 600px) {
  .container {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.right-6 {
  right: 1.5rem;
}

.left-4 {
  left: 1rem;
}

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

.right-4 {
  right: 1rem;
}

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

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

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

.m-8 {
  margin: 2rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.\!ml-auto {
  margin-left: auto !important;
}

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

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

.mt-36 {
  margin-top: 9rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!ml-0 {
  margin-left: 0px !important;
}

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

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

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

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

.h-1 {
  height: 0.25rem;
}

.h-auto {
  height: auto;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-4 {
  height: 1rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3 {
  height: 0.75rem;
}

.h-full {
  height: 100%;
}

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

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

.h-8 {
  height: 2rem;
}

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

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

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-4 {
  width: 1rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.w-28 {
  width: 7rem;
}

.w-64 {
  width: 16rem;
}

.w-32 {
  width: 8rem;
}

.w-40 {
  width: 10rem;
}

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

.w-auto {
  width: auto;
}

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

.max-w-screen-xl {
  max-width: 1440px;
}

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

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

.max-w-\[calc\(100\%-7rem\)\] {
  max-width: calc(100% - 7rem);
}

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

.gap-6 {
  gap: 1.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-12 {
  gap: 3rem;
}

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

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

.border-dashed {
  border-style: dashed;
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

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

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

.border-current {
  border-color: currentColor;
}

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

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

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

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 89 255 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#0059FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 89 255 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-12 {
  padding-top: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-tight {
  line-height: 1.25;
}

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

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

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

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

.-tracking-\[0\.02em\] {
  letter-spacing: -0.02em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

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

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

.text-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.text-gray-3 {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity));
}

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

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

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

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

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

.opacity-20 {
  opacity: 0.2;
}

.opacity-0 {
  opacity: 0;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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-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-transform {
  transition-property: transform;
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1440px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

/*article > *:not(.entry-content),*/

/*.entry-content > * {*/

/*    @apply mx-auto max-w-content;*/

/*}*/

/* ─── Site header ─────────────────────────────────────────────── */

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 1.25rem 0;
  transition: padding 0.4s ease-in-out;
}

#site-header .header-inner {
  max-width: 1440px;
  border-radius: 0;
  transition:
        background-color 0.4s ease-in-out,
        border-radius    0.4s ease-in-out,
        box-shadow       0.4s ease-in-out,
        max-width        0.4s ease-in-out,
        padding          0.4s ease-in-out;
}

#site-header.is-scrolled {
  padding: 0.625rem 0;
}

#site-header.is-scrolled .header-inner {
  background-color: #ffffff;
  border-radius: 9999px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 0.625rem 1.5rem;
  max-width: 1064px;
}

/* Header: Navigation block links */

#site-header .wp-block-navigation a,
#site-header .wp-block-navigation-item__content {
  color: #1f2937;
  font-size: 0.875rem;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

#site-header .wp-block-navigation a:hover,
#site-header .wp-block-navigation-item__content:hover {
  color: #0059FF;
}

#site-header .current-menu-item .wp-block-navigation-item__content,
#site-header .wp-block-navigation-item.current-menu-item a {
  color: #0059FF;
}

/* Header: CTA button */

.header-cta-btn .wp-block-button__link {
  background-color: #0059FF !important;
  color: #ffffff !important;
  border-radius: 9999px !important;
  padding: 0.625rem 1.25rem !important;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
  border: none !important;
  transition: opacity 0.2s ease;
}

.header-cta-btn .wp-block-button__link:hover {
  opacity: 0.9;
}

/* ─── Mobile menu overlay ────────────────────────────────────── */

/* Hamburger toggle */

#site-header .wp-block-navigation__responsive-container-open {
  color: #1f2937;
  padding: 0.5rem;
  transition: color 0.2s ease;
}

#site-header .wp-block-navigation__responsive-container-open:hover {
  color: #0059FF;
}

#site-header .wp-block-navigation__responsive-container-open svg {
  width: 28px;
  height: 28px;
}

/* Open overlay panel */

#site-header .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #ffffff;
  background-image: linear-gradient(180deg, #ffffff 0%, #f4f7ff 100%);
  padding: 0;
  align-items: stretch;
}

/* Strip the default dialog spacing so the close button aligns with the header */

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-close,
#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-dialog {
  margin: 0;
  padding: 0;
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  /* Override the cascading right-align coming from the parent group */
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: stretch;
  justify-content: flex-start;
  align-items: stretch;
  padding: 6rem 2rem 2.5rem;
  width: 100%;
  max-width: 512px;
  margin: 0 auto;
}

/* Menu list */

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
  gap: 0;
  width: 100%;
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
  width: 100%;
  border-bottom: 1px solid rgba(0, 89, 255, 0.1);
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item:first-child {
  border-top: 1px solid rgba(0, 89, 255, 0.1);
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.25rem 0.25rem !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #1f2937;
  transition: color 0.2s ease, padding 0.2s ease;
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content::after {
  content: '↗';
  font-size: 1.125rem;
  color: #0059FF;
  opacity: 0;
  transform: translateX(-0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover {
  color: #0059FF;
  padding-left: 0.75rem !important;
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content:hover::after {
  opacity: 1;
  transform: translateX(0);
}

#site-header .wp-block-navigation__responsive-container.is-menu-open .current-menu-item .wp-block-navigation-item__content {
  color: #0059FF;
}

/* Close button — sits in the same spot as the open hamburger */

#site-header .wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  padding: 0.5rem;
  line-height: 0;
  color: #1f2937;
  transition: color 0.2s ease, transform 0.2s ease;
}

#site-header .wp-block-navigation__responsive-container-close:hover {
  color: #0059FF;
  transform: rotate(90deg);
}

#site-header .wp-block-navigation__responsive-container-close svg {
  width: 28px;
  height: 28px;
}

/* ─── Footer ──────────────────────────────────────────────────── */

/* Let's Chat heading */

.footer-cta-row {
  padding-top: 4rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-cta-heading {
  font-size: clamp(2.5rem, 5vw, 4rem) !important;
  font-weight: 300 !important;
  color: #ffffff !important;
  line-height: 1.2;
  margin: 0 !important;
}

.footer-cta-heading a {
  color: inherit !important;
  text-decoration: none;
}

.footer-cta-heading a:hover {
  opacity: 0.8;
}

/* Footer nav columns */

.footer-columns {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  width: 50%;
}

@media(max-width: 767px) {
  .footer-columns {
    width: 100%;
  }

  .footer-columns-container{
    flex-direction: column;
  }
}

.footer-col-heading {
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}

/* Footer navigation (Navigation block) */

.site-footer .wp-block-navigation,
.site-footer .wp-block-navigation a {
  color: #ffffff;
}

.site-footer .wp-block-navigation-item__content {
  color: #ffffff !important;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: none !important;
  padding: 0 !important;
  transition: opacity 0.2s ease;
}

.site-footer .wp-block-navigation-item__content:hover {
  opacity: 0.7;
}

/* Footer bottom bar */

.footer-bottom-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.footer-copyright {
  color: #ffffff !important;
  font-size: 0.875rem;
  font-weight: 300;
  margin: 0 !important;
}

/* Footer social icons */

.footer-social.wp-block-social-links {
  gap: 0.75rem;
}

.footer-social .wp-block-social-link {
  background-color: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 9999px;
  width: 2.25rem;
  height: 2.25rem;
  transition: border-color 0.2s ease;
}

.footer-social .wp-block-social-link:hover {
  border-color: #ffffff;
}

.footer-social .wp-block-social-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.footer-social .wp-block-social-link svg {
  width: 1rem;
  height: 1rem;
}

.dm-sans{
  font-family: "DM Sans", sans-serif;
}

.entry-content h1, .entry-content .h1, .block-editor-block-list__layout h1, .block-editor-block-list__layout .h1, .site-footer h1, .site-footer .h1, .wp-block-group h1, .wp-block-group .h1 {
  /* H1 */
  font-family: 'DM Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: clamp(40px, calc(40px + 12 * (100vw - 320px) / 1120), 52px);
  line-height: 58px;
  /* or 112% */
  /* Gray 1 */
  color: #333333;
}

.entry-content h2, .block-editor-block-list__layout h2, .site-footer h2, .wp-block-group h2 {
  line-height: 1.1;
}

.entry-content h3, .block-editor-block-list__layout h3, .site-footer h3, .wp-block-group h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol, .site-footer p, .site-footer ul, .site-footer ol, .wp-block-group p, .wp-block-group ul, .wp-block-group ol {
  font-weight: 300;
  line-height: 1.25;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a, .site-footer p a, .site-footer ul a, .site-footer ol a, .wp-block-group p a, .wp-block-group ul a, .wp-block-group ol a {
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover, .site-footer p a:hover, .site-footer ul a:hover, .site-footer ol a:hover, .wp-block-group p a:hover, .wp-block-group ul a:hover, .wp-block-group ol a:hover {
  text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol, .site-footer p, .site-footer ul, .site-footer ol, .wp-block-group p, .wp-block-group ul, .wp-block-group ol {
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li, .site-footer ul:not(.block-editor-block-variation-picker__variations) li, .wp-block-group ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li, .site-footer ol li, .wp-block-group ol li {
  list-style-type: decimal;
}

.entry-content .btn,.block-editor-block-list__layout .btn,.site-footer .btn,.wp-block-group .btn{
  /* Frame 3 */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 32px;
  gap: 10px;
  border: 1.2px solid #0059FF;
  border-radius: 50px;
  color: #0059FF;
  text-decoration: none;
  font-weight: 300;
  font-size: 18px;
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
}

.is-layout-constrained {
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 480px) {
  .is-layout-constrained {
    max-width: 480px;
  }
}

@media (min-width: 600px) {
  .is-layout-constrained {
    max-width: 600px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 782px) {
  .is-layout-constrained {
    max-width: 782px;
  }
}

@media (min-width: 990px) {
  .is-layout-constrained {
    max-width: 990px;
  }
}

@media (min-width: 1440px) {
  .is-layout-constrained {
    max-width: 1440px;
  }
}

.is-layout-constrained {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-navigation__container{
  margin-bottom: 0!important;
}

.sr-only {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}

/*@media(max-width: 1440px){*/

/*    .is-layout-constrained{*/

/*        padding-left: 2rem;*/

/*        padding-right: 2rem;*/

/*    }*/

/*}*/

/* ─── Quick Links pattern ─────────────────────────────────────── */

.glue-block-quick-links {
  margin-top: 120px;
}

.glue-block-quick-links > .wp-block-heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  color: #333333;
  font-family: 'DM Sans', sans-serif;
}

.glue-block-quick-links__list {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

/* Row */

.glue-block-quick-links__row {
  position: relative;
  display: flex !important;
  align-items: center !important;
  gap: 1.5rem !important;
  padding: 1.25rem 1.5rem;
  border-radius: 9999px;
  transition: background-color 0.2s ease;
  margin-top: 0!important;
}

.glue-block-quick-links__row:has(a:hover) {
  background-color: #0059FF;
}

/* Arrow — rendered via ::after so no extra markup is needed */

.glue-block-quick-links__row::after {
  content: '';
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  background-color: #9ca3af;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
  transition: background-color 0.2s ease;
  display: none;
}

.glue-block-quick-links__row:has(a:hover)::after {
  background-color: #ffffff;
  display: block;
}

/* Label */

.glue-block-quick-links__label {
  width: 10rem;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: 300;
  color: #4F4F4F;
  margin: 0 !important;
  transition: color 0.2s ease;
}

@media (min-width: 782px) {
  .glue-block-quick-links__label {
    width: 14rem;
  }
}

.glue-block-quick-links__row:has(a:hover) .glue-block-quick-links__label {
  color: #ffffff;
}

.glue-block-quick-links__label a {
  color: inherit;
  text-decoration: none!important;
}

/* Stretched link — makes the entire row clickable via the label anchor */

.glue-block-quick-links__label a::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 9999px;
}

/* Description */

.glue-block-quick-links__description {
  flex: 1;
  font-size: 24px;
  font-weight: 300;
  color: #828282;
  margin: 0 !important;
  transition: color 0.2s ease;
}

.glue-block-quick-links__row:has(a:hover) .glue-block-quick-links__description {
  color: #ffffff;
}

/* Separator — reset WordPress block defaults */

.wp-block-separator.glue-block-quick-links__sep {
  border: none !important;
  border-top: 1px solid #e5e7eb !important;
  margin: 0 !important;
  max-width: none !important;
  background: none !important;
  height: auto !important;
  width: 100% !important;
}

@media(max-width: 767px) {
  .glue-block-quick-links__row {
    flex-direction: column;
    align-items: flex-start !important;
    padding-left:0;
    padding-right:0;
  }

  .glue-block-quick-links__row:has(a:hover) {
    background-color: transparent;
  }

  .glue-block-quick-links__row:has(a:hover) .glue-block-quick-links__label {
    color: initial;
  }

  .glue-block-quick-links__row:has(a:hover) .glue-block-quick-links__description {
    color: initial;
  }

  .glue-block-quick-links__description{
    font-size: 18px;
  }

  .glue-block-quick-links__label{
    font-size: 24px;
  }

  .glue-block-quick-links__row:has(a)::after {
    background-color: #4F4F4F;
    display: block;
    position: absolute;
    right: 0
  }

  .glue-block-quick-links__row:has(a:hover)::after {
    background-color: #333333;
  }
}

/* ─── Call to Action pattern ─────────────────────────────────── */

.glue-block-cta {
  margin-top: 80px;
  margin-bottom: 80px;
}

.glue-block-cta__pill {
  display: flex !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 1.5rem !important;
  border-radius: 9999px;
  padding: 1.25rem 2rem;
}

@media (min-width: 782px) {
  .glue-block-cta__pill {
    padding: 1.5rem 2.5rem;
  }
}

/* Icon */

.glue-block-cta__icon {
  width: 2.5rem !important;
  height: 2.5rem !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
}

.glue-block-cta__icon img {
  width: 2.5rem;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) invert(1);
}

/* Title */

.glue-block-cta__title {
  flex: 1;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 !important;
}

@media (min-width: 782px) {
  .glue-block-cta__title {
    font-size: 1.125rem;
  }
}

/* Button wrapper — prevent the buttons block from growing */

.glue-block-cta__actions {
  flex-shrink: 0;
}

/* Button link */

.glue-block-cta__button .wp-block-button__link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem;
  background-color: #111827 !important;
  color: #ffffff !important;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 9999px !important;
  padding: 0.75rem 1.5rem !important;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.glue-block-cta__button .wp-block-button__link:hover {
  background-color: #1f2937 !important;
}

/* Arrow icon appended to button text via ::after */

.glue-block-cta__button .wp-block-button__link::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  background-color: #ffffff;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='%23000'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 19.5l15-15m0 0H8.25m11.25 0v11.25'/%3E%3C/svg%3E");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
}

@media (max-width: 782px) {
  .glue-block-cta__pill {
    flex-direction: column;
    gap: 0.5rem!important;
  }
}

/* ─── Video Player ───────────────────────────────────────────── */

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

.wp-block-video video {
  display: block;
  width: 100%;
}

/* Lozenge button */

.glue-video-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.125rem;
  background-color: #ffffff;
  border: none;
  border-radius: 9999px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.2s ease;
}

.glue-video-btn:hover {
  background-color: rgba(255, 255, 255, 0.85);
}

/* Shared icon base */

.glue-video-btn__icon {
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #0059FF !important;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-position: center;
  -webkit-mask-position: center;
}

/* Play icon — solid triangle */

.glue-video-btn__icon--play {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}

/* Pause icon — two solid bars */

.glue-video-btn__icon--pause {
  display: none;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000'%3E%3Cpath d='M6 19h4V5H6v14zm8-14v14h4V5h-4z'/%3E%3C/svg%3E");
}

/* Playing state — swap icons */

.glue-video-btn.is-playing .glue-video-btn__icon--play {
  display: none;
}

.glue-video-btn.is-playing .glue-video-btn__icon--pause {
  display: block;
}

.archive-work-loop ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-work-loop ul li{
  -webkit-margin-before: 0!important;
          margin-block-start: 0!important;
  margin-bottom: 3.25rem;
  list-style: none!important;
  flex-basis: 100%;
}

.archive-work-loop ul li img{
  aspect-ratio: 1;
}

@media (min-width: 768px){
  .archive-work-loop ul li:nth-child(6n+1){
    flex-basis: 50%;
    padding-right: 1rem;
  }

  .archive-work-loop ul li:nth-child(6n+1) img{
    aspect-ratio: 1;
  }

  .archive-work-loop ul li:nth-child(6n+2){
    flex-basis: 40%;
    padding-left: 5rem;
  }

  .archive-work-loop ul li:nth-child(6n+2) img{
    aspect-ratio: 1;
  }

  .archive-work-loop ul li:nth-child(6n+3){
    flex-basis: 100%;
    margin-top: 1rem;
    padding-right: 5rem;
  }

  .archive-work-loop ul li:nth-child(6n+3) img{
    aspect-ratio: 2;
  }

  .archive-work-loop ul li:nth-child(6n+4){
    flex-basis: 50%;
    margin-top: 1rem;
    padding-right: 5rem;
  }

  .archive-work-loop ul li:nth-child(6n+4) img{
    aspect-ratio: 1;
    width: 80%;
  }

  .archive-work-loop ul li:nth-child(6n+5){
    flex-basis: 50%;
    margin-top: 1rem;
    padding-left: 5rem;
  }

  .archive-work-loop ul li:nth-child(6n+5) img{
    aspect-ratio: 1;
  }

  .archive-work-loop ul li:nth-child(6n+6){
    flex-basis: 100%;
    margin-top: 1rem;
    padding-left: 5rem;
  }

  .archive-work-loop ul li:nth-child(6n+6) img{
    aspect-ratio: 2;
  }
}

.work-tile{
  margin-bottom: 3.25rem;
}

.work-tile a{
  text-decoration: none!important;
}

.work-tile_excerpt{
  margin-bottom: 0!important;
}

.work-tile_excerpt p{
  margin-bottom: 0!important;
}

/* Growth */

.glue-insight-tile{
  padding-bottom: 3rem;
  border-bottom: 1px solid #E0E0E0;
  padding-top: 1.5rem;
}

@media(min-width: 783px) {
  .glue-insight-tile_image-container {
    padding-right: 5rem;
  }
}

.glue-insight-tile_tags {
  font-weight: 300;
  line-height: 21px;
}

.glue-insight-tile_tags a{
  text-decoration: none!important;
}

.glue-insight-tile_text-stack{
  height: 100%;
}

.glue-insight-tile_meta{
  align-items: flex-end!important;
  width: 100%;
  margin-top: auto!important;
}

.glue-insight-tile_meta *{
  margin-bottom: 0!important;
}

/* ─── Service Panel pattern ─────────────────────────────────────── */

.glue-block-service-panel {
  padding-top: 3rem;
}

/* Remove default column gap */

.glue-block-service-panel__grid {
  gap: 0 !important;
}

/* Image column */

.glue-block-service-panel__image-col {
  display: flex;
  flex-direction: column;
}

.glue-block-service-panel__image-col .wp-block-image {
  flex: 1;
}

.glue-block-service-panel__image-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 329px;
  margin-left: auto;
  margin-right: auto;
}

/* Content column */

.glue-block-service-panel__content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 4rem 2.5rem;
}

@media (min-width: 768px) {
  .glue-block-service-panel__content-col {
    padding: 4rem;
  }
}

/* Title */

.glue-block-service-panel__title {
  font-size: 40px !important;
  line-height: 50px !important;
  letter-spacing: -0.02em !important;
  margin-bottom: 1.5rem !important;
}

/* Body */

.glue-block-service-panel__body {
  font-size: 1rem;
  line-height: 1.625;
  margin-top: 0 !important;
  margin-bottom: 2.5rem !important;
}

/* Line items */

.glue-block-service-panel__line-items {
  margin-top: auto;
}

.glue-block-service-panel__line-item {
  padding: 1rem 0;
  font-size: 1rem;
  margin: 0 !important;
}

.glue-block-service-panel__line-item a {
  color: inherit;
  text-decoration: none;
  display: block;
  transition: opacity 0.2s ease;
}

.glue-block-service-panel__line-item a:hover {
  opacity: 0.6;
}

/* Separators — reset WordPress block defaults */

.wp-block-separator.glue-block-service-panel__sep {
  border: none !important;
  border-top: 1px solid currentColor !important;
  opacity: 0.2;
  margin: 0 !important;
  max-width: none !important;
  background: none !important;
  height: auto !important;
}

/* Caption */

.glue-block-service-panel__caption {
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  margin-top: 0 !important;
}

.service-grid a{
  position: relative;
}

.service-grid a:after{
  content: '';
  background: url('../img/service-grid-arrow.svg') no-repeat center center / contain;
  position: absolute;
  right: -20px;
  top: 0;
  width: 12px;
  height: 12px;
}

.wp-block-query.post-grid ul{
  display: grid;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 4rem;
}

.wp-block-query.post-grid ul li{
  margin-top: 0!important;
  list-style: none;
}

.wp-block-query.post-grid ul li a{
  text-decoration: none!important;
}

@media(max-width: 900px) {
  .wp-block-query.post-grid ul {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }
}

@media(max-width: 600px) {
  .wp-block-query.post-grid ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.wpcf7-form-control-wrap{
  width: 100%;
  margin-bottom: 1rem;
  display: block;
  /* Rectangle 45 */
}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap select, .wpcf7-form-control-wrap textarea {
  display: block;
  width: 100%;
  padding: 1rem;
  border-radius: 9999px;
  color: #333;
}

.wpcf7-form-control-wrap textarea{
  border-radius: 2rem;
}

.wpcf7-submit {
  background: #0059FF;
  border-radius: 40px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height, or 117% */
  text-align: center;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  padding: 20px 35px;
  display: block;
  margin: auto;
}

.second-contact-column{
  display: flex;
  flex-direction: column;
}

.final-contact-box{
  height: 100%;
}

@media(max-width: 783px){
  .contact-grid-columns{
    gap: 0!important;
  }

  .contact-grid-columns .wp-block-columns{
    gap: 0.44rem!important;
  }
}

.post-author-date .wp-block-post-author__avatar img{
  border-radius: 100%;
}

.post-author-date .wp-block-post-author__name{
  font-size: 18px;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  color: #333333;
}

.post-author-date .wp-block-post-author__bio{
  font-size: 18px;
  font-weight:700;
  font-family: 'DM Sans', sans-serif;
  color: #333333;
}

.post-author-date .wp-block-post-date{
  margin-top: 0;
  margin-left: 4rem;
  font-size: 18px;
  font-weight: 300;
  font-family: 'DM Sans', sans-serif;
  color: #333333;
  opacity: 0.33;
}

.post-author-date p{
  margin: 0;
}

.single-post-content p{
  font-size: 18px;
  line-height: 34px;
}

.single-post-content h2{
  font-size: 40px;
}

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

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

.hover\:bg-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 89 255 / var(--tw-bg-opacity));
}

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

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

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

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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);
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 782px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:\!inline-flex {
    display: inline-flex !important;
  }

  .md\:\!hidden {
    display: none !important;
  }

  .md\:aspect-\[16\/9\] {
    aspect-ratio: 16/9;
  }

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

  .md\:h-auto {
    height: auto;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-56 {
    width: 14rem;
  }

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

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

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

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

@media (min-width: 990px) {
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
