/*
! 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: Urbanist, ui-sans-serif, system-ui, sans-serif;
  /* 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: 960px) {
  .container {
    max-width: 960px;
  }
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.right-\[-40px\] {
  right: -40px;
}

.top-\[-90px\] {
  top: -90px;
}

.right-\[-120px\] {
  right: -120px;
}

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

.left-0 {
  left: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.top-\[3\%\] {
  top: 3%;
}

.bottom-\[1\%\] {
  bottom: 1%;
}

.right-\[4\%\] {
  right: 4%;
}

.right-4 {
  right: 1rem;
}

.top-4 {
  top: 1rem;
}

.-left-3 {
  left: -0.75rem;
}

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

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

.-right-3 {
  right: -0.75rem;
}

.left-auto {
  left: auto;
}

.top-full {
  top: 100%;
}

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

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

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

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

.m-8 {
  margin: 2rem;
}

.m-0 {
  margin: 0px;
}

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

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

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

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

.h-1 {
  height: 0.25rem;
}

.h-full {
  height: 100%;
}

.h-auto {
  height: auto;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-10 {
  height: 2.5rem;
}

.h-5 {
  height: 1.25rem;
}

.h-20 {
  height: 5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-3 {
  height: 0.75rem;
}

.max-h-16 {
  max-height: 4rem;
}

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

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

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

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

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

.min-h-0 {
  min-height: 0px;
}

.w-full {
  width: 100%;
}

.w-16 {
  width: 4rem;
}

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

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

.w-44 {
  width: 11rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.w-1 {
  width: 0.25rem;
}

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-10 {
  width: 2.5rem;
}

.w-5 {
  width: 1.25rem;
}

.w-14 {
  width: 3.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.-translate-x-\[18\%\] {
  --tw-translate-x: -18%;
  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-\[19\%\] {
  --tw-translate-y: 19%;
  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-x-\[20\%\] {
  --tw-translate-x: -20%;
  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-\[55\%\] {
  --tw-translate-y: -55%;
  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-x-\[6\%\] {
  --tw-translate-x: -6%;
  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-x-1\/3 {
  --tw-translate-x: -33.333333%;
  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-\[20\%\] {
  --tw-translate-y: -20%;
  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-x-1\/4 {
  --tw-translate-x: 25%;
  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-1\/4 {
  --tw-translate-y: -25%;
  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-x-\[76\%\] {
  --tw-translate-x: 76%;
  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;
}

.\!list-none {
  list-style-type: none !important;
}

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-dark-navy {
  --tw-border-opacity: 1;
  border-color: rgb(11 60 93 / var(--tw-border-opacity));
}

.border-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(79 163 209 / var(--tw-border-opacity));
}

.border-dark-green {
  --tw-border-opacity: 1;
  border-color: rgb(46 107 82 / var(--tw-border-opacity));
}

.border-warm-sand {
  --tw-border-opacity: 1;
  border-color: rgb(232 176 74 / var(--tw-border-opacity));
}

.border-light-navy {
  --tw-border-opacity: 1;
  border-color: rgb(60 110 143 / var(--tw-border-opacity));
}

.border-sky-blue {
  --tw-border-opacity: 1;
  border-color: rgb(167 211 234 / var(--tw-border-opacity));
}

.border-sage-green {
  --tw-border-opacity: 1;
  border-color: rgb(143 191 165 / var(--tw-border-opacity));
}

.border-soft-gold {
  --tw-border-opacity: 1;
  border-color: rgb(244 210 138 / var(--tw-border-opacity));
}

.border-light-blue\/40 {
  border-color: rgb(79 163 209 / 0.4);
}

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

.bg-dark-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(11 60 93 / var(--tw-bg-opacity));
}

.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(79 163 209 / var(--tw-bg-opacity));
}

.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(46 107 82 / var(--tw-bg-opacity));
}

.bg-warm-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(232 176 74 / var(--tw-bg-opacity));
}

.bg-light-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(60 110 143 / var(--tw-bg-opacity));
}

.bg-sky-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(167 211 234 / var(--tw-bg-opacity));
}

.bg-sage-green {
  --tw-bg-opacity: 1;
  background-color: rgb(143 191 165 / var(--tw-bg-opacity));
}

.bg-soft-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(244 210 138 / var(--tw-bg-opacity));
}

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

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

.bg-warm-sand\/90 {
  background-color: rgb(232 176 74 / 0.9);
}

.bg-sky-blue\/25 {
  background-color: rgb(167 211 234 / 0.25);
}

.bg-warm-sand\/95 {
  background-color: rgb(232 176 74 / 0.95);
}

.bg-light-navy\/70 {
  background-color: rgb(60 110 143 / 0.7);
}

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

.fill-dark-navy {
  fill: #0B3C5D;
}

.fill-light-blue {
  fill: #4fa3d1;
}

.fill-dark-green {
  fill: #2e6b52;
}

.fill-warm-sand {
  fill: #e8b04a;
}

.fill-light-navy {
  fill: #3c6e8f;
}

.fill-sky-blue {
  fill: #a7d3ea;
}

.fill-sage-green {
  fill: #8fbfa5;
}

.fill-soft-gold {
  fill: #f4d28a;
}

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

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

.p-8 {
  padding: 2rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-1 {
  padding: 0.25rem;
}

.p-0 {
  padding: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

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

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

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

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

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

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.text-dark-navy {
  --tw-text-opacity: 1;
  color: rgb(11 60 93 / var(--tw-text-opacity));
}

.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(79 163 209 / var(--tw-text-opacity));
}

.text-dark-green {
  --tw-text-opacity: 1;
  color: rgb(46 107 82 / var(--tw-text-opacity));
}

.text-warm-sand {
  --tw-text-opacity: 1;
  color: rgb(232 176 74 / var(--tw-text-opacity));
}

.text-light-navy {
  --tw-text-opacity: 1;
  color: rgb(60 110 143 / var(--tw-text-opacity));
}

.text-sky-blue {
  --tw-text-opacity: 1;
  color: rgb(167 211 234 / var(--tw-text-opacity));
}

.text-sage-green {
  --tw-text-opacity: 1;
  color: rgb(143 191 165 / var(--tw-text-opacity));
}

.text-soft-gold {
  --tw-text-opacity: 1;
  color: rgb(244 210 138 / var(--tw-text-opacity));
}

.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-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-dark-navy\/70 {
  color: rgb(11 60 93 / 0.7);
}

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

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

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

.\!no-underline {
  text-decoration-line: none !important;
}

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

.opacity-0 {
  opacity: 0;
}

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

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

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

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

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

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

.ring-inset {
  --tw-ring-inset: inset;
}

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

.ring-light-blue {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 163 209 / var(--tw-ring-opacity));
}

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

.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: 1280px !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;
}

/**
 * Theme webfonts.
 *
 * Paths are relative to the compiled stylesheet in /css/, hence the ../fonts/ prefix.
 *
 * Lato    — headings (h1–h3), buttons, nav.
 * Urbanist — body copy. Shipped as a variable font, so a single face covers 100–900.
 */

/* -------------------------------------------------------------------------- */

/* Lato                                                                        */

/* -------------------------------------------------------------------------- */

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

  src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../fonts/Lato/Lato-LightItalic.ttf') format('truetype');

  font-weight: 300;

  font-style: italic;

  font-display: swap;
}

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

  src: url('../fonts/Lato/Lato-Regular.ttf') format('truetype');

  font-weight: 400;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../fonts/Lato/Lato-Italic.ttf') format('truetype');

  font-weight: 400;

  font-style: italic;

  font-display: swap;
}

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

  src: url('../fonts/Lato/Lato-Bold.ttf') format('truetype');

  font-weight: 700;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../fonts/Lato/Lato-BoldItalic.ttf') format('truetype');

  font-weight: 700;

  font-style: italic;

  font-display: swap;
}

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

  src: url('../fonts/Lato/Lato-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../fonts/Lato/Lato-BlackItalic.ttf') format('truetype');

  font-weight: 900;

  font-style: italic;

  font-display: swap;
}

/* -------------------------------------------------------------------------- */

/* Urbanist (variable)                                                         */

/* -------------------------------------------------------------------------- */

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

  src: url('../fonts/Urbanist/Urbanist-VariableFont_wght.ttf') format('truetype-variations'),
         url('../fonts/Urbanist/Urbanist-VariableFont_wght.ttf') format('truetype');

  font-weight: 100 900;

  font-style: normal;

  font-display: swap;
}

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

  src: url('../fonts/Urbanist/Urbanist-Italic-VariableFont_wght.ttf') format('truetype-variations'),
         url('../fonts/Urbanist/Urbanist-Italic-VariableFont_wght.ttf') format('truetype');

  font-weight: 100 900;

  font-style: italic;

  font-display: swap;
}

article > *:not(.entry-content),
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}

.site-content h1, .block-editor-block-list__layout h1, .site-footer-wrap h1 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 54px;
  /* identical to box height */
  text-transform: uppercase;
}

.site-content h2, .block-editor-block-list__layout h2, .site-footer-wrap h2 {
  /* H2 */
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 42px;
  /* identical to box height */
  text-transform: uppercase;
}

.site-content h3, .block-editor-block-list__layout h3, .site-footer-wrap h3 {
  /* H3 */
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  text-transform: uppercase;
}

.site-content p, .site-content ul, .site-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol, .site-footer-wrap p, .site-footer-wrap ul, .site-footer-wrap ol {
  font-family: 'Urbanist', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
}

.site-content p a, .site-content ul a, .site-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-wrap p a, .site-footer-wrap ul a, .site-footer-wrap ol a {
  text-decoration-line: underline;
}

.site-content p a:hover, .site-content ul a:hover, .site-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-wrap p a:hover, .site-footer-wrap ul a:hover, .site-footer-wrap ol a:hover {
  text-decoration-line: none;
}

.site-content p + *, .block-editor-block-list__layout p + *, .site-footer-wrap p + * {
  margin-top: 1rem;
}

.site-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-wrap ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-type: disc;
}

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

/*
     * The p / ul / ol rule above is more specific than a bare Tailwind size
     * utility, so a `text-sm` on a paragraph would otherwise be ignored.
     * Values are written out rather than @applied — applying a utility inside a
     * rule that already carries its class is a circular dependency in Tailwind.
     */

.site-content p.text-xs, .site-content li.text-xs, .block-editor-block-list__layout p.text-xs, .block-editor-block-list__layout li.text-xs, .site-footer-wrap p.text-xs, .site-footer-wrap li.text-xs {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

.site-content p.text-sm, .site-content li.text-sm, .block-editor-block-list__layout p.text-sm, .block-editor-block-list__layout li.text-sm, .site-footer-wrap p.text-sm, .site-footer-wrap li.text-sm {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.site-content p.text-base, .site-content li.text-base, .block-editor-block-list__layout p.text-base, .block-editor-block-list__layout li.text-base, .site-footer-wrap p.text-base, .site-footer-wrap li.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.site-content p.text-lg, .block-editor-block-list__layout p.text-lg, .site-footer-wrap p.text-lg {
  font-size: 1.125rem;
  line-height: 1.625rem;
}

.site-content p.text-xl, .block-editor-block-list__layout p.text-xl, .site-footer-wrap p.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.site-content p.text-2xl, .block-editor-block-list__layout p.text-2xl, .site-footer-wrap p.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.site-content .prose-glue.text-sm p, .site-content .prose-glue.text-sm li, .block-editor-block-list__layout .prose-glue.text-sm p, .block-editor-block-list__layout .prose-glue.text-sm li, .site-footer-wrap .prose-glue.text-sm p, .site-footer-wrap .prose-glue.text-sm li {
  font-size: 0.875rem;
  line-height: 1.375rem;
}

.site-content .prose-glue.text-xs p, .site-content .prose-glue.text-xs li, .block-editor-block-list__layout .prose-glue.text-xs p, .block-editor-block-list__layout .prose-glue.text-xs li, .site-footer-wrap .prose-glue.text-xs p, .site-footer-wrap .prose-glue.text-xs li {
  font-size: 0.75rem;
  line-height: 1.125rem;
}

/* Copy blocks keep their lists indented so bullets are not clipped. */

.site-content .prose-glue ul, .site-content .prose-glue ol, .block-editor-block-list__layout .prose-glue ul, .block-editor-block-list__layout .prose-glue ol, .site-footer-wrap .prose-glue ul, .site-footer-wrap .prose-glue ol {
  padding-left: 1.25rem;
}

.site-content .prose-glue > * + *, .block-editor-block-list__layout .prose-glue > * + *, .site-footer-wrap .prose-glue > * + * {
  margin-top: 1rem;
}

/* -------------------------------------------------------------------------- */

/* Headings on small screens                                                   */

/*                                                                             */

/* The brand sizes are set for desktop; uppercase Lato at 45px overflows a      */

/* phone, so step them down below the sm breakpoint.                           */

/* -------------------------------------------------------------------------- */

@media (max-width: 599px) {
  .site-content h1, .site-footer h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .site-content h2, .site-footer h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .site-content h3, .site-footer h3 {
    font-size: 21px;
    line-height: 26px;
  }
}

/* -------------------------------------------------------------------------- */

/* Site header                                                                 */

/* -------------------------------------------------------------------------- */

/* The uploaded logo is much larger than it is used at, so pin the height
       and let the width follow. */

.site-header .site-header__brand img {
  height: 2.25rem;
  width: auto;
}

@media (min-width: 960px) {
  .site-header .site-header__brand img {
    height: 2.5rem;
  }
}

/* Closed by default; the desktop rules below take over at the nav breakpoint. */

.site-header__nav .sub-menu {
  display: none;
  list-style-type: none;
  padding-left: 1rem;
}

.site-header__nav .menu-item-has-children.is-open > .sub-menu {
  display: block;
}

.site-header__nav .sub-menu li {
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.site-header__nav .sub-menu a {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.site-header__nav .sub-menu-toggle {
  margin-left: 0.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  vertical-align: middle;
  --tw-text-opacity: 1;
  color: rgb(11 60 93 / var(--tw-text-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.site-header__nav .menu-item-has-children.is-open > .sub-menu-toggle {
  --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));
}

/* Matches the `lg` breakpoint (theme.json contentSize), where the nav switches
   from the stacked mobile panel to the horizontal bar. */

@media (min-width: 960px) {
  .site-header__nav .menu-item-has-children {
    position: relative;
  }

  /*
         * Right-aligned to the parent item. An absolutely positioned dropdown
         * still counts toward the document's scrollable width even while it is
         * hidden, so anchoring it left would push the page wider than the
         * viewport for any item near the right-hand edge of the nav.
         */

  .site-header__nav .sub-menu {
    visibility: hidden;
    position: absolute;
    left: auto;
    right: 0px;
    top: 100%;
    z-index: 50;
    margin-top: 0.5rem;
    display: block;
    min-width: 220px;
    border-radius: 0.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0px;
    opacity: 0;
    --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);
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  /* Bridges the gap under the parent item so the pointer can travel into
           the dropdown without it closing. */

  .site-header__nav .sub-menu::before {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: -0.75rem;
    height: 0.75rem;
  }

  .site-header__nav .menu-item-has-children:hover > .sub-menu,
        .site-header__nav .menu-item-has-children:focus-within > .sub-menu {
    visibility: visible;
    opacity: 1;
  }

  .site-header__nav .sub-menu a {
    white-space: nowrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .site-header__nav .sub-menu a:hover {
    --tw-text-opacity: 1;
    color: rgb(60 110 143 / var(--tw-text-opacity));
  }

  .site-header__nav .sub-menu-toggle {
    display: none;
  }
}

/* -------------------------------------------------------------------------- */

/* Page builder components                                                     */

/* -------------------------------------------------------------------------- */

/* The accent rule beside a text/image split — a real element rather than a
   border, so it can carry the drop shadow the design shows. */

.glue-accent-rule {
  box-shadow: 3px 3px 6px rgb(0 0 0 / 0.25);
}

/* Copy on a dark panel: links need to stay legible. */

.prose-glue--invert a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.prose-glue--invert a:hover {
  text-decoration-line: none;
}

/* Contact form — the accent colour is set on the wrapper so the headings pick
   it up; body copy stays navy. */

.contact-form__intro p, .contact-form__intro li {
  --tw-text-opacity: 1;
  color: rgb(11 60 93 / var(--tw-text-opacity));
}

/* FAQ accordions */

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

.faq summary::marker {
  content: '';
}

/* Tabs — the active state is toggled in JS, this just softens the change. */

.glue-tab:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-inset: inset;
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

/* -------------------------------------------------------------------------- */

/* Full-screen modals (pb/icon_row.php + resources/js/modal.js)                */

/*                                                                             */

/* The dialog fills the viewport so an embedded flipbook gets the whole page.   */

/* Sizing lives here rather than in utilities because the UA stylesheet's       */

/* dialog rules (auto margins, max-height: calc(100% - 6px)) would win.         */

/* -------------------------------------------------------------------------- */

.glue-modal {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: 0px;
  height: 100%;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  max-width: none;
  max-height: none;
}

.glue-modal::backdrop {
  background: rgb(0 0 0 / 0.8);
}

.glue-modal:not([open]) {
  display: none;
}

/* Embeds fill the panel — a flipbook iframe rarely sets a useful height. */

.glue-modal .glue-modal__body {
  /* Anything that is not an embed still needs to be readable. */
}

.glue-modal .glue-modal__body > iframe,
        .glue-modal .glue-modal__body > p > iframe,
        .glue-modal .glue-modal__body > video {
  display: block;
  height: 100%;
  width: 100%;
  border-width: 0px;
}

.glue-modal .glue-modal__body {
  overflow: auto;
}

/* The page behind a modal must not scroll with it. */

.glue-modal-is-open {
  overflow: hidden;
}

/* -------------------------------------------------------------------------- */

/* Free Tools (inc/free-tools.php + resources/js/tools.js)                     */

/* -------------------------------------------------------------------------- */

/*
 * The framed tool reports its own height and the iframe is set to match, so the
 * frame never scrolls on its own. The height in the inline style is the
 * starting figure the editor set — it only shows for the moment before the
 * first measurement arrives, or for good if scripting is off.
 */

.glue-tool-frame {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 48rem;
}

.glue-tool-frame iframe {
  display: block;
  width: 100%;
  border-width: 0px;
  transition: height 150ms ease-out;
}

/* Category filter buttons on the listing page. */

.glue-tool-filter {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(11 60 93 / var(--tw-border-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Lato, ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(11 60 93 / var(--tw-text-opacity));
  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;
}

.site-content p.glue-tool-filter, .site-content li.glue-tool-filter, .block-editor-block-list__layout p.glue-tool-filter, .block-editor-block-list__layout li.glue-tool-filter, .site-footer-wrap p.glue-tool-filter, .site-footer-wrap li.glue-tool-filter {
  font-size: 1rem;
  line-height: 1.5rem;
}

.glue-tool-filter:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(11 60 93 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.glue-tool-filter:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 163 209 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 2px;
}

.glue-tool-filter.is-active {
  --tw-bg-opacity: 1;
  background-color: rgb(11 60 93 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* The card heading is a link; it should not pick up the body link underline. */

.glue-tool-card h3 a {
  text-decoration-line: none;
}

.glue-tool-card:hover h3 a {
  text-decoration-line: underline;
}

/* -------------------------------------------------------------------------- */

/* Slick                                                                       */

/* -------------------------------------------------------------------------- */

/* Equal-height testimonial panels. */

.glue-testimonial-carousel .slick-track {
  display: flex;
}

.glue-testimonial-carousel .slick-slide {
  height: auto;
}

.glue-testimonial-carousel .slick-slide > div {
  height: 100%;
}

/* The quote marks and the panel shadow both sit outside the panel box, so
       pad the carousel viewport out and pull the same amount back in. */

.glue-testimonial-carousel .slick-list {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.glue-testimonial-carousel .slick-dots {
  position: relative;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.glue-testimonial-carousel .slick-dots li {
  margin: 0px;
  height: 0.75rem;
  width: 0.75rem;
  list-style-type: none;
  padding: 0px;
}

.glue-testimonial-carousel .slick-dots li button {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(46 107 82 / var(--tw-border-opacity));
  padding: 0px;
  color: transparent;
}

.glue-testimonial-carousel .slick-dots li button::before {
  content: none;
}

.glue-testimonial-carousel .slick-dots li.slick-active button {
  --tw-bg-opacity: 1;
  background-color: rgb(46 107 82 / var(--tw-bg-opacity));
}

/* Logo ticker — linear motion, no easing steps. */

.glue-logo-carousel .slick-track {
  display: flex;
  align-items: center;
  transition-timing-function: linear !important;
}

.glue-logo-carousel .slick-slide {
  height: auto;
}

/* -------------------------------------------------------------------------- */

/* Forminator inside a page builder panel                                      */

/*                                                                             */

/* Forminator prints its own design stylesheet, whose selectors out-specify a  */

/* plain utility class, so the overrides that it would otherwise win are       */

/* marked important. Layout (rows / columns) is left to the plugin.            */

/* -------------------------------------------------------------------------- */

.contact-form__panel .forminator-label,
    .contact-form__panel .forminator-checkbox,
    .contact-form__panel .forminator-radio,
    .contact-form__panel .forminator-description {
  color: #fff !important;
  font-family: 'Urbanist', sans-serif !important;
  font-size: 1rem !important;
}

.contact-form__panel .forminator-input,
    .contact-form__panel .forminator-input-with-suffix,
    .contact-form__panel .forminator-select .selection .select2-selection,
    .contact-form__panel select.forminator-select2 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 60 93 / var(--tw-text-opacity));
  border: 0 !important;
  border-radius: 9999px !important;
  height: auto !important;
  padding: 0.625rem 1.25rem !important;
  font-size: 1rem !important;
}

.contact-form__panel .forminator-textarea {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(11 60 93 / var(--tw-text-opacity));
  border: 0 !important;
  border-radius: 1rem !important;
  padding: 0.75rem 1.25rem !important;
  font-size: 1rem !important;
}

.contact-form__panel .forminator-checkbox input,
    .contact-form__panel .forminator-radio input {
  accent-color: #fff;
}

.contact-form__panel .forminator-button-submit {
  cursor: pointer;
  background: #3c6e8f !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 9999px !important;
  padding: 0.625rem 2rem !important;
  font-family: 'Urbanist', sans-serif !important;
  font-size: 1rem !important;
}

.contact-form__panel .forminator-button-submit:hover,
        .contact-form__panel .forminator-button-submit:focus {
  background: #4fa3d1 !important;
}

.contact-form__panel .forminator-error-message,
    .contact-form__panel .forminator-response-message {
  color: #e8b04a !important;
  font-size: 1rem !important;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -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));
}

.hover\:bg-light-navy:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(60 110 143 / var(--tw-bg-opacity));
}

.hover\:bg-light-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 163 209 / 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\:\!underline:hover {
  text-decoration-line: underline !important;
}

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

.group[open] .group-open\:inline {
  display: inline;
}

.group[open] .group-open\:hidden {
  display: none;
}

.group:hover .group-hover\:bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(79 163 209 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-light-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(60 110 143 / var(--tw-bg-opacity));
}

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

@media (min-width: 600px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .sm\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

@media (min-width: 782px) {
  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

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

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

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

@media (min-width: 960px) {
  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-\[39\.5\%\] {
    width: 39.5%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:max-w-\[460px\] {
    max-width: 460px;
  }

  .xl\:gap-10 {
    gap: 2.5rem;
  }
}
