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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

html,
  body {
  height: 100%;
  /* margin: 0; */
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html, body {
    scroll-behavior: auto;
  }
}

:root {
  /* PirateGray */
  --dot-color: #828383;
  /* --dot-size: 1.75px; */
  --border-color: #fecd06;
}

.section-title {
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(1.375rem, 1rem + 2.5vw, 3.6rem);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  /* start hidden so we can fade in */
  /* opacity: 0; */
  /* animate using the keyframes you defined in tailwind.config.js */
  /* @apply animate-fade-in; */
  /* delay it until after the dots draw (800ms) */
  /* animation-delay: 0.8s; */
}

/* .section-title.aos-animate {
    @apply animate-fade-in;
  } */

.section-title.gold {
  --tw-text-opacity: 1;
  color: rgb(253 206 7 / var(--tw-text-opacity, 1));
}

.section-title.charcoal {
  --tw-text-opacity: 1;
  color: rgb(40 41 41 / var(--tw-text-opacity, 1));
}

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

/* consistent spacing after headings */

.section-header {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 3rem;
  }
}

.section-subhead {
  position: relative;
  font-family: "Dela Gothic One", sans-serif;
  font-size: clamp(1.125rem, 0.875rem + 1vw, 1.78rem);
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: .05rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* .section-subhead::after {
    content: "";
    @apply absolute bottom-[-0.3125rem] left-0 block h-[0.25rem] w-20 bg-PirateGold;
  } */

.section-subhead-underline {
  margin-bottom: 0.825rem;
  margin-top: .05rem;
  height: 0.25rem;
  width: 5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(253 206 7 / var(--tw-bg-opacity, 1));
}

.body-block {
  margin-bottom: 3rem;
}

/* 1) Big gap between any two direct children of .body-block */

.body-block>*+* {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  .body-block>*+* {
    margin-top: 3rem;
  }
}

.body-block>*+* {
  /* e.g. 3rem → 4rem */
}

/* 2) Tight gap between consecutive paragraphs anywhere inside */

.body-block p+p {
  margin-top: 1.5rem;
  /* e.g. 1.5rem → 2rem */
}

/* .toc-link {
    @apply px-1 py-2 flex items-start gap-3;
  } */

.toc-link {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/* .toc-link-number {
    @apply text-darkGold font-semibold text-[1.05rem] transition-colors duration-200;
  } */

.toc-link-number {
  font-size: 1.05rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(199 155 0 / var(--tw-text-opacity, 1));
  transition: color 260ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* .toc-link-text {
    @apply relative pb-0.5 transition-colors duration-200;
  } */

.toc-link-text {
  position: relative;
  padding-bottom: 0.125rem;
  /* 2px-ish underline offset */
  transition: color 260ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* .toc-link-text::after {
    content: '';
    @apply absolute left-0 bottom-0 h-[2px] w-full bg-PirateGold origin-left;
    transform: scaleX(0);
    transition: transform 200ms ease-in-out;
  } */

.toc-link-text::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: #fdce07;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

/* .toc-link:hover .toc-link-number {
  color: theme('colors.PirateGold');
}

.toc-link:hover .toc-link-text::after,
.toc-link:focus-visible .toc-link-text::after {
  transform: scaleX(1);
} */

.toc-link:hover .toc-link-number,
  .toc-link:focus-visible .toc-link-number {
  color: #fdce07;
}

.toc-link:hover .toc-link-text::after,
  .toc-link:focus-visible .toc-link-text::after {
  transform: scaleX(1);
}

@media (prefers-reduced-motion: reduce) {
  .toc-link-number,
    .toc-link-text {
    transition: none !important;
  }

  .toc-link-text::after {
    transform: scaleX(1) !important;
    transition: none !important;
  }
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-top-\[\.35em\] {
  top: -.35em;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-5 {
  bottom: 1.25rem;
}

.left-0 {
  left: 0px;
}

.left-6 {
  left: 1.5rem;
}

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

.left-\[28\.7\%\] {
  left: 28.7%;
}

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

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

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

.left-\[76\.3\%\] {
  left: 76.3%;
}

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

.right-0 {
  right: 0px;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-10 {
  top: 2.5rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-\[2\.2rem\] {
  top: 2.2rem;
}

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-0 {
  margin: 0px;
}

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

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

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.-mt-\[0\.4rem\] {
  margin-top: -0.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

.ml-7 {
  margin-left: 1.75rem;
}

.ml-\[214px\] {
  margin-left: 214px;
}

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

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

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

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

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

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

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

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

.mt-\[\.65rem\] {
  margin-top: .65rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[10\/21\] {
  aspect-ratio: 10/21;
}

.aspect-\[11\/21\] {
  aspect-ratio: 11/21;
}

.aspect-\[141\/115\] {
  aspect-ratio: 141/115;
}

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

.h-12 {
  height: 3rem;
}

.h-32 {
  height: 8rem;
}

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

.h-\[1rem\] {
  height: 1rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

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

.w-24 {
  width: 6rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-6 {
  width: 1.5rem;
}

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

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

.w-\[11rem\] {
  width: 11rem;
}

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

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

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

.w-\[76\.5\%\] {
  width: 76.5%;
}

.w-\[clamp\(7ch\2c 15vw\2c 18ch\)\] {
  width: clamp(7ch, 15vw, 18ch);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.min-w-\[17rem\] {
  min-width: 17rem;
}

.min-w-\[20rem\] {
  min-width: 20rem;
}

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

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

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

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

.max-w-\[10rem\] {
  max-width: 10rem;
}

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

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

.max-w-\[30rem\] {
  max-width: 30rem;
}

.max-w-\[36rem\] {
  max-width: 36rem;
}

.max-w-\[40\.65rem\] {
  max-width: 40.65rem;
}

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

.max-w-\[55rem\] {
  max-width: 55rem;
}

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

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

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

.max-w-\[65ch\] {
  max-width: 65ch;
}

.max-w-\[65rem\] {
  max-width: 65rem;
}

.max-w-\[70rem\] {
  max-width: 70rem;
}

.max-w-\[85ch\] {
  max-width: 85ch;
}

.max-w-prose {
  max-width: 65ch;
}

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

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

.basis-\[calc\(100\%_-_524px\)\] {
  flex-basis: calc(100% - 524px);
}

.origin-bottom-right {
  transform-origin: bottom right;
}

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

.translate-y-full {
  --tw-translate-y: 100%;
  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));
}

.scale-\[1\.04\] {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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));
}

.scale-\[1\.55\] {
  --tw-scale-x: 1.55;
  --tw-scale-y: 1.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));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[2rem\] {
  gap: 2rem;
}

.gap-\[3rem\] {
  gap: 3rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-\[5\%\] {
  -moz-column-gap: 5%;
       column-gap: 5%;
}

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

.gap-y-4 {
  row-gap: 1rem;
}

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

.space-x-\[30px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(30px * var(--tw-space-x-reverse));
  margin-left: calc(30px * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

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

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

.border-b-\[1\.75px\] {
  border-bottom-width: 1.75px;
}

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

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

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

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

.border-PirateGold {
  --tw-border-opacity: 1;
  border-color: rgb(253 206 7 / var(--tw-border-opacity, 1));
}

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

.border-\[\#ffcd00\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 205 0 / var(--tw-border-opacity, 1));
}

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

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

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

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

.bg-MainCharcoal {
  --tw-bg-opacity: 1;
  background-color: rgb(40 41 41 / var(--tw-bg-opacity, 1));
}

.bg-PirateGold {
  --tw-bg-opacity: 1;
  background-color: rgb(253 206 7 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#7CA28B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(124 162 139 / var(--tw-bg-opacity, 1));
}

.bg-\[\#88A2B1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 162 177 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C8911E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 145 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D7C7A3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(215 199 163 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e7e4de\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 228 222 / var(--tw-bg-opacity, 1));
}

.bg-\[\#eaeceb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 236 235 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fdfbee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 251 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fecd06\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 6 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fecd06\]\/50 {
  background-color: rgb(254 205 6 / 0.5);
}

.bg-\[\#fecd06\]\/75 {
  background-color: rgb(254 205 6 / 0.75);
}

.bg-\[\#ffce06\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 206 6 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-\[url\(\'https\:\/\/www\.southwestern\.edu\/live\/resource\/image\/_ingredients\/themes\/global\/assets\/images\/icon_facebookGray\.svg\'\)\] {
  background-image: url('https://www.southwestern.edu/live/resource/image/_ingredients/themes/global/assets/images/icon_facebookGray.svg');
}

.bg-\[url\(\'https\:\/\/www\.southwestern\.edu\/live\/resource\/image\/_ingredients\/themes\/global\/assets\/images\/icon_instagramGray\.svg\'\)\] {
  background-image: url('https://www.southwestern.edu/live/resource/image/_ingredients/themes/global/assets/images/icon_instagramGray.svg');
}

.bg-\[url\(\'https\:\/\/www\.southwestern\.edu\/live\/resource\/image\/_ingredients\/themes\/global\/assets\/images\/icon_twitterGray\.svg\'\)\] {
  background-image: url('https://www.southwestern.edu/live/resource/image/_ingredients/themes/global/assets/images/icon_twitterGray.svg');
}

.bg-\[length\:15\%\] {
  background-size: 15%;
}

.bg-\[length\:32\%\] {
  background-size: 32%;
}

.bg-center {
  background-position: center;
}

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

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

.object-\[50\%_22\%\] {
  -o-object-position: 50% 22%;
     object-position: 50% 22%;
}

.object-\[50\%_42\%\] {
  -o-object-position: 50% 42%;
     object-position: 50% 42%;
}

.object-\[50\%_94\%\] {
  -o-object-position: 50% 94%;
     object-position: 50% 94%;
}

.object-\[60\%_100\%\] {
  -o-object-position: 60% 100%;
     object-position: 60% 100%;
}

.object-\[75\%\] {
  -o-object-position: 75%;
     object-position: 75%;
}

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

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[2\.2rem\] {
  padding-top: 2.2rem;
}

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

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

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

.font-cabin {
  font-family: cabin, sans-serif;
}

.font-headline {
  font-family: "Dela Gothic One", sans-serif;
}

.font-hk {
  font-family: "HK Grotesk", Arial, sans-serif;
}

.font-roboto {
  font-family: roboto, sans-serif;
}

.font-serif {
  font-family: "Libre Caslon Text", serif;
}

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

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

.text-\[\.7rem\] {
  font-size: .7rem;
}

.text-\[1\.4rem\] {
  font-size: 1.4rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

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

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

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

.text-\[4rem\] {
  font-size: 4rem;
}

.text-\[70\%\] {
  font-size: 70%;
}

.text-\[clamp\(1\.9rem\2c 6vw\2c 4rem\)\] {
  font-size: clamp(1.9rem, 6vw, 4rem);
}

.text-\[clamp\(1rem\2c 3\.35vw\2c 2\.3rem\)\] {
  font-size: clamp(1rem, 3.35vw, 2.3rem);
}

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

.text-base\/\[1\.7\] {
  font-size: 1rem;
  line-height: 1.7;
}

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

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

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

.font-\[600\] {
  font-weight: 600;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.75\] {
  line-height: 1.75;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

.leading-\[2\.08\] {
  line-height: 2.08;
}

.leading-loose {
  line-height: 2;
}

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

.leading-normal {
  line-height: 1.5;
}

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

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

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

.tracking-\[\.035rem\] {
  letter-spacing: .035rem;
}

.tracking-\[\.15rem\] {
  letter-spacing: .15rem;
}

.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}

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

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

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

.text-MainCharcoal {
  --tw-text-opacity: 1;
  color: rgb(40 41 41 / var(--tw-text-opacity, 1));
}

.text-MainCharcoal\/80 {
  color: rgb(40 41 41 / 0.8);
}

.text-PirateGold {
  --tw-text-opacity: 1;
  color: rgb(253 206 7 / var(--tw-text-opacity, 1));
}

.text-PirateGray {
  --tw-text-opacity: 1;
  color: rgb(130 131 131 / var(--tw-text-opacity, 1));
}

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

.text-\[\#fecd06\] {
  --tw-text-opacity: 1;
  color: rgb(254 205 6 / var(--tw-text-opacity, 1));
}

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

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.opacity-20 {
  opacity: 0.2;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-\[0\.55\] {
  opacity: 0.55;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition-\[border-color\] {
  transition-property: border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

.ease-\[cubic-bezier\(\.25\2c \.1\2c \.25\2c 1\)\] {
  transition-timing-function: cubic-bezier(.25,.1,.25,1);
}

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

.will-change-transform {
  will-change: transform;
}

.dotted-divider {
  /* 1) Dot diameter: min 7px, fluid at 1.75vw, max 12px */
  --dot-size: clamp(10px, 1vw, 11px);
  /* 2) Cell width (dot + gap): min 9px, fluid at 3vw, max 20px */
  --dot-cell: clamp(7px, 1vw, 15px);
  /* 3) Divider height = one dot tall */
  height: var(--dot-size);
  /* 4) Draw a perfect circle in each cell */
  background-image: radial-gradient(circle closest-side,
        /* circle radius = half the smaller dimension */
        var(--dot-color, currentColor) 50%,
        /* solid inside circle */
        transparent 51%
        /* transparent outside */
      );
  /* 5) Tile that cell across, force only whole repeats */
  background-size: var(--dot-cell) var(--dot-size);
  background-repeat: round no-repeat;
  background-position: 0 50%;
  /* 6) (optional) vertical spacing below */
  margin-bottom: clamp(1rem, 2vw, 1.7rem);
  width: 40%;
}

.dotted-divider.gold {
  /* using PirateGold (#fdce07) for the dotted line */
  /* background-image: radial-gradient(circle at center, #fdce07 3px, transparent 1px); */
  --dot-color: #fdce07;
}

.dotted-divider.darkGold {
  /* using PirateGold (#fdce07) for the dotted line */
  /* background-image: radial-gradient(circle at center, #fdce07 3px, transparent 1px); */
  --dot-color: #c79b00;
}

.dotted-divider.charcoal {
  /* using MainCharcoal (#282929) for the dotted line */
  /* background-image: radial-gradient(circle at center, #282929 3px, transparent 1px); */
  --dot-color: #282929;
}

.dotted-divider.white {
  /* background-image: radial-gradient(circle at center, #fff 3px, transparent 1px); */
  --dot-color: #fff;
}

.dotted-divider.wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 85ch;
  /* using MainCharcoal (#282929) for the dotted line  
    background-image: radial-gradient(circle at center, #282929 3px, transparent 1px); */
  width: 100%;
}

.custom-dotted-border {
  position: relative;
}

.custom-dotted-border::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-repeat: round;
  background: radial-gradient(circle, var(--border-color) 1.5px, transparent 1.5px) border-box;
  background-size: 9px 9px;
  padding: 8px;
  -webkit-mask:
      linear-gradient(#000 0 0) content-box,
      linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.custom-dotted-border.charcoal::before {
  --border-color: #282929;
}

@theme {
  --breakpoint-md-lg: 57.5rem;
}

/* 1. Start the divider at 0 width, then animate to 40% */

/* .dotted-divider { */

/* width: 0; */

/* opacity: 0; */

/* animation: drawDots 0.8s ease-out forwards; */

/* @apply animate-draw-dots; */

/* } */

/* .dotted-divider.aos-animate { */

/* when AOS fires, animate to full width */

/* @apply animate-draw-dots; */

/* make sure it's visible */

/* opacity: 1; */

/* } */

/* .dotted-divider { */

/* width: 40%;                */

/* final size */

/* transform: scaleX(0);      */

/* collapsed */

/* transform-origin: left;    */

/* grow from left edge */

/* will-change: transform;    */

/* hint to browser */

/* transition: transform .25s ease-out; */

/* } */

/* .dotted-divider.aos-animate { */

/* transform: scaleX(1); */

/* } */

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

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#ffcd00\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 205 0 / var(--tw-text-opacity, 1));
}

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

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

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

.focus-visible\:ring-PirateGold:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 206 7 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-\[\#ffcd00\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 205 0 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-\[\#363535\]:focus-visible {
  --tw-ring-offset-color: #363535;
}

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

@media (max-width: 1439px) {
  .max-\[1439px\]\:ml-\[126px\] {
    margin-left: 126px;
  }

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

  .max-\[1439px\]\:basis-\[calc\(100\%_-_326px\)\] {
    flex-basis: calc(100% - 326px);
  }

  .max-\[1439px\]\:justify-start {
    justify-content: flex-start;
  }
}

@media (max-width: 1179px) {
  .max-\[1179px\]\:ml-0 {
    margin-left: 0px;
  }

  .max-\[1179px\]\:mt-\[100px\] {
    margin-top: 100px;
  }

  .max-\[1179px\]\:basis-auto {
    flex-basis: auto;
  }

  .max-\[1179px\]\:flex-col {
    flex-direction: column;
  }
}

@media (max-width: 879px) {
  .max-\[879px\]\:mt-\[45px\] {
    margin-top: 45px;
  }

  .max-\[879px\]\:mt-\[57px\] {
    margin-top: 57px;
  }

  .max-\[879px\]\:mt-\[65px\] {
    margin-top: 65px;
  }

  .max-\[879px\]\:block {
    display: block;
  }

  .max-\[879px\]\:flex-col {
    flex-direction: column;
  }

  .max-\[879px\]\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

  .max-\[879px\]\:pb-\[68px\] {
    padding-bottom: 68px;
  }
}

@media (max-width: 599px) {
  .max-\[599px\]\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-\[599px\]\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .max-\[599px\]\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .max-\[599px\]\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }

  .max-\[599px\]\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}

@media (min-width: 480px) {
  .min-\[480px\]\:min-w-\[20rem\] {
    min-width: 20rem;
  }
}

@media (min-width: 640px) {
  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:w-32 {
    width: 8rem;
  }

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

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

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

  .sm\:gap-\[3rem\] {
    gap: 3rem;
  }

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

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:text-\[1\.45rem\] {
    font-size: 1.45rem;
  }

  .sm\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }

  .sm\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

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

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

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

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

  .md\:row-start-2 {
    grid-row-start: 2;
  }

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

  .md\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

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

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

  .md\:items-baseline {
    align-items: baseline;
  }

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

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

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

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

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

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

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

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

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

  .md\:justify-self-start {
    justify-self: start;
  }

  .md\:object-\[100\%_30\%\] {
    -o-object-position: 100% 30%;
       object-position: 100% 30%;
  }

  .md\:object-\[100\%_37\%\] {
    -o-object-position: 100% 37%;
       object-position: 100% 37%;
  }

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

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

  .md\:text-\[1\.45rem\] {
    font-size: 1.45rem;
  }

  .md\:text-\[3\.25rem\] {
    font-size: 3.25rem;
  }

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

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

@media (min-width: 920px) {
  .min-\[920px\]\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .min-\[920px\]\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .min-\[920px\]\:object-\[50\%_77\%\] {
    -o-object-position: 50% 77%;
       object-position: 50% 77%;
  }
}

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

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

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

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:h-\[30rem\] {
    height: 30rem;
  }

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

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

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

  .lg\:grid-cols-\[1fr_2\.5fr\] {
    grid-template-columns: 1fr 2.5fr;
  }

  .lg\:grid-cols-\[40\%_60\%\] {
    grid-template-columns: 40% 60%;
  }

  .lg\:grid-cols-\[65\%_35\%\] {
    grid-template-columns: 65% 35%;
  }

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

  .lg\:gap-\[4rem\] {
    gap: 4rem;
  }

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

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

  .lg\:object-\[50\%_100\%\] {
    -o-object-position: 50% 100%;
       object-position: 50% 100%;
  }

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

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

  .lg\:text-\[0\.8125rem\] {
    font-size: 0.8125rem;
  }
}

@media (min-width: 1080px) {
  .min-\[1080px\]\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[25rem\] {
    height: 25rem;
  }

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

  .xl\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

  .\32xl\:grid {
    display: grid;
  }

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

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

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:rounded {
    border-radius: 0.25rem;
  }

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

  .\32xl\:shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .\32xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}