/* libs */
*, ::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;
}
input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
select:where([multiple]),select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
input:where([type='checkbox']),input:where([type='radio']) {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
input:where([type='checkbox']) {
  border-radius: 0px;
}
input:where([type='radio']) {
  border-radius: 100%;
}
input:where([type='checkbox']):focus,input:where([type='radio']):focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
input:where([type='checkbox']):checked,input:where([type='radio']):checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
input:where([type='checkbox']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  input:where([type='checkbox']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='radio']):checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  input:where([type='radio']):checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='checkbox']):indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  input:where([type='checkbox']):indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
input:where([type='file']) {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
input:where([type='file']):focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
body {
    font-family: 'proxima-nova', sans-serif;
  }
.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.site-main {
  flex-grow: 1;
}
/* Front page: no top spacing so hero video sits under the header */
.site .site-main--front {
  margin-top: 0px;
  padding-top: 0px;
}
.site .site-main--front > *:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
/* Assume non-semantic lists in wizzy class defaults */
.wizzy ul {
    list-style-type: none;
  }
.prose ul {
    list-style-type: disc;
  }
.wizzy ol,
  .prose ol {
    list-style-type: decimal;
  }
.prose ol,
  .prose ul {
    padding-inline-start: 1.5rem;
  }
.wizzy li,
  .prose li {
    margin-bottom: 0.5rem;
    page-break-inside: avoid;
  }
.wizzy ul li,
  .prose ul li {
    position: relative;
  }
.wizzy ul li {
    padding-left: 19px;
  }
.wizzy ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 9px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Cpath d='M9 4.7627L5.05058e-07 9.52584L9.21465e-07 -0.000444806L9 4.7627Z' fill='%234096D2'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
  }
/* Small custom marker, not native- nested will break */
.wizzy.li-sm ul,
  .prose.li-sm ul {
    padding-top: 0.75rem;
    list-style-type: none;
    padding-inline-start: 0.5rem;
  }
.wizzy.li-sm li,
  .prose.li-sm li {
    padding-left: 1rem;
    position: relative;
  }
.wizzy.li-sm ul li::before,
  .prose.li-sm ul li::before {
    content: '\2022';
    position: absolute;
    left: 0;
  }
.wizzy a,
  .prose a {
  --tw-text-opacity: 1;
  color: rgb(14 86 163 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
@media (hover: hover) and (pointer: fine) {
  .wizzy a:hover,
  .prose a:hover {
    --tw-text-opacity: 1;
    color: rgb(30 34 82 / var(--tw-text-opacity, 1));
  }
}
.wizzy p,
  .prose p {
  margin-bottom: 21px;
}
.wizzy table td,
  .prose table td {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(49 49 49 / var(--tw-border-opacity, 1)) !important;
  padding: 0.5rem !important;
}
img {
  max-width: 100%;
}
pre {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
hr {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
[x-cloak] {
  display: none !important;
}
.sr-only {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
html,
  body {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
/* H1 — Type scale. */
.heading-1 {
  font-family: futura-pt, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .heading-1 {
    font-size: 64px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}
/* H2 — Type scale. */
.heading-2 {
  font-family: futura-pt, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .heading-2 {
    font-size: 56px;
    line-height: 1.5;
  }
}
/* H3 — Type scale. */
.heading-3 {
  font-family: futura-pt, sans-serif;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .heading-3 {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 2px;
  }
}
/* H4 — Type scale. */
.heading-4 {
  font-family: futura-pt, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 768px) {
  .heading-4 {
    font-size: 24px;
    line-height: 32px;
  }
}
/* H5 — Type scale. */
.heading-5 {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .heading-5 {
    font-size: 18px;
    line-height: 22px;
  }
}
/* H6 — Type scale. */
.heading-6 {
  font-family: proxima-nova, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
}
@media (min-width: 768px) {
  .heading-6 {
    font-size: 28px;
    line-height: 34px;
  }
}
.body-lg {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .body-lg {
    font-size: 24px;
    line-height: 32px;
  }
}
.\!body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .\!body {
    font-size: 18px;
    line-height: 32px;
  }
}
.body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .body {
    font-size: 18px;
    line-height: 32px;
  }
}
.body-sm {
  font-family: proxima-nova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
@media (min-width: 768px) {
  .body-sm {
    font-size: 16px;
    line-height: 28px;
  }
}
.button-text {
  font-family: futura-pt, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 18px;
  letter-spacing: 2.8px;
}
@media (min-width: 768px) {
  .button-text {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 3.6px;
  }
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
@media (min-width: 575px) {
  .container {
    max-width: 575px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding-right: 82px;
    padding-left: 82px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
button {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-decoration-line: none;
  cursor: pointer;
  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: 200ms;
}
.button:focus {
      outline: none;
    }
.button .button-arrow-box {
  display: inline-flex;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.button:hover .button-arrow-box {
      transform: translateX(15px);
    }
/* Override wp-core-ui button styles in the block editor */
.wp-core-ui .editor-styles-wrapper .button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-width: 0px;
  background-color: transparent;
  text-decoration-line: 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);
      background: transparent !important;
      border: 0 !important;
      border-radius: 0 !important;
      box-shadow: none !important;
      color: inherit !important;
      line-height: normal !important;
      min-height: 0 !important;
      padding: 0.5rem 0 !important;
      text-decoration: none !important;
      vertical-align: baseline !important;
}
/* Transparent background, dark text + red arrow box */
.button-light {
  border-width: 0px;
  background-color: transparent;
}
.button-light .button-text {
  --tw-text-opacity: 1;
  color: rgb(30 34 82 / var(--tw-text-opacity, 1));
}
/* Transparent background, white text + white arrow box (for use on dark backgrounds) */
.button-dark {
  border-width: 0px;
  background-color: transparent;
      /* &:focus {
        box-shadow: 0 0 0 2px theme(colors.white/60);
      } */
}
.button-dark .button-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.wp-core-ui .editor-styles-wrapper .button-light,
  .wp-core-ui .editor-styles-wrapper .button-dark {
  border-width: 0px;
  background-color: transparent;
    background: transparent !important;
    border: 0 !important;
}
.all-projects__search-input::-webkit-search-cancel-button {
    margin-right: 16px;
  }
.all-projects__search-input::-moz-search-clear {
    margin-right: 16px;
  }
.carimus-gravity-form .gform_wrapper .gform-field-label,
  .carimus-gravity-form .gform_wrapper .gfield_label {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .carimus-gravity-form .gform_wrapper .gform-field-label,
  .carimus-gravity-form .gform_wrapper .gfield_label {
    font-size: 18px;
    line-height: 22px;
  }
}
.carimus-gravity-form .gform_wrapper .gform-field-label,
  .carimus-gravity-form .gform_wrapper .gfield_label {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(30 34 82 / var(--tw-text-opacity, 1));
}
.carimus-gravity-form .gform_wrapper .gfield_label .gfield_required,
  .carimus-gravity-form .gform_wrapper .gform-field-label .gfield_required {
    display: inline;
    font-size: 0;
    position: relative;
  }
.carimus-gravity-form .gform_wrapper .gfield_label .gfield_required_text::before,
  .carimus-gravity-form .gform_wrapper .gform-field-label .gfield_required_text::before {
    content: '*';
    font-size: 18px;
    line-height: 22px;
    color: #1e2252;
    position: absolute;
  }
.carimus-gravity-form .gform_wrapper .gform_body .gform_fields {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
/* Keep Gravity Forms anti-spam honeypot hidden when theme styles override defaults. */
.carimus-gravity-form .gform_wrapper .gfield--type-honeypot,
  .carimus-gravity-form .gform_wrapper .gform_validation_container {
    display: none !important;
  }
.carimus-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input,
  .carimus-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container select,
  .carimus-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
  height: 50px;
  width: 100%;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(30 34 82 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
    margin-top: 5px;
}
.carimus-gravity-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container textarea {
    height: 150px;
    min-height: 150px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 13px;
    resize: vertical;
  }
.carimus-gravity-form .gform_wrapper .gform_footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
    padding-top: 40px;
}
.carimus-gravity-form .gform_wrapper .gform_footer .gform_button,
  .carimus-gravity-form .gform_wrapper .gform_footer button.gform_button,
  .carimus-gravity-form .gform_wrapper .gform_footer input[type='submit'].gform_button {
    background: transparent;
    border: 0;
    padding: 0;
  }
.carimus-gravity-form .gform_wrapper .gform_confirmation_message {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .carimus-gravity-form .gform_wrapper .gform_confirmation_message {
    font-size: 18px;
    line-height: 32px;
  }
}
.carimus-gravity-form .gform_wrapper .gform_confirmation_message {
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity, 1));
}
.carimus-gravity-form .gform_wrapper .gform_submission_error {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .carimus-gravity-form .gform_wrapper .gform_submission_error {
    font-size: 18px;
    line-height: 32px;
  }
}
.carimus-gravity-form .gform_wrapper .gform_submission_error {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.carimus-gravity-form .gform_wrapper .gfield_validation_message {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .carimus-gravity-form .gform_wrapper .gfield_validation_message {
    font-size: 18px;
    line-height: 32px;
  }
}
.carimus-gravity-form .gform_wrapper .gfield_validation_message {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
a {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
a:focus-visible {
      outline: thin dotted #9ca3af;
    }
.link {
  display: inline-flex;
  align-items: center;
  font-family: proxima-nova, sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
  text-decoration-line: none;
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.link svg {
  width: 1rem;
}
.link svg:first-child {
  margin-right: 0.5rem;
}
.link svg:last-child {
  margin-left: 0.5rem;
}
.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;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-right-\[452px\] {
  right: -452px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-\[120px\] {
  bottom: 120px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-4 {
  right: 1rem;
}
.right-6 {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-6 {
  top: 1.5rem;
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-gap-0 {
  margin-bottom: 0;
}
.-mb-gap-lg {
  margin-bottom: -150px;
}
.-mb-gap-md {
  margin-bottom: -100px;
}
.-mb-gap-sm {
  margin-bottom: -2rem;
}
.-mt-gap-0 {
  margin-top: 0;
}
.-mt-gap-lg {
  margin-top: -150px;
}
.-mt-gap-md {
  margin-top: -100px;
}
.-mt-gap-sm {
  margin-top: -2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[12\.5px\] {
  margin-bottom: 12.5px;
}
.mb-\[46px\] {
  margin-bottom: 46px;
}
.mb-gap-0 {
  margin-bottom: 0;
}
.mb-gap-lg {
  margin-bottom: 150px;
}
.mb-gap-md {
  margin-bottom: 100px;
}
.mb-gap-sm {
  margin-bottom: 2rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[125px\] {
  margin-top: 125px;
}
.mt-\[1em\] {
  margin-top: 1em;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mt-\[77px\] {
  margin-top: 77px;
}
.mt-auto {
  margin-top: auto;
}
.mt-gap-0 {
  margin-top: 0;
}
.mt-gap-lg {
  margin-top: 150px;
}
.mt-gap-md {
  margin-top: 100px;
}
.mt-gap-sm {
  margin-top: 2rem;
}
.\!block {
  display: block !important;
}
.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-\[1\] {
  aspect-ratio: 1;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-\[622\/302\] {
  aspect-ratio: 622/302;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-40 {
  height: 10rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[152px\] {
  height: 152px;
}
.h-\[172px\] {
  height: 172px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[202px\] {
  height: 202px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[302px\] {
  height: 302px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[59px\] {
  height: 59px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[648px\] {
  max-height: 648px;
}
.max-h-\[calc\(100vh-96px\)\] {
  max-height: calc(100vh - 96px);
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[100svh\] {
  min-height: 100svh;
}
.min-h-\[36px\] {
  min-height: 36px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[calc\(100vh-172px\)\] {
  min-height: calc(100vh - 172px);
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-24 {
  width: 6rem;
}
.w-3\/4 {
  width: 75%;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[119px\] {
  width: 119px;
}
.w-\[126px\] {
  width: 126px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[202px\] {
  width: 202px;
}
.w-\[226px\] {
  width: 226px;
}
.w-\[235px\] {
  width: 235px;
}
.w-\[273px\] {
  width: 273px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[60px\] {
  width: 60px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[112px\] {
  min-width: 112px;
}
.min-w-\[36px\] {
  min-width: 36px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-\[1276px\] {
  max-width: 1276px;
}
.max-w-\[326px\] {
  max-width: 326px;
}
.max-w-\[706px\] {
  max-width: 706px;
}
.max-w-\[763px\] {
  max-width: 763px;
}
.max-w-md {
  max-width: 28rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-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-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-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.resize {
  resize: both;
}
.-scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.-scroll-mb-gap-lg {
  scroll-margin-bottom: -150px;
}
.-scroll-mb-gap-md {
  scroll-margin-bottom: -100px;
}
.-scroll-mb-gap-sm {
  scroll-margin-bottom: -2rem;
}
.-scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.-scroll-mt-gap-lg {
  scroll-margin-top: -150px;
}
.-scroll-mt-gap-md {
  scroll-margin-top: -100px;
}
.-scroll-mt-gap-sm {
  scroll-margin-top: -2rem;
}
.scroll-mb-gap-0 {
  scroll-margin-bottom: 0;
}
.scroll-mb-gap-lg {
  scroll-margin-bottom: 150px;
}
.scroll-mb-gap-md {
  scroll-margin-bottom: 100px;
}
.scroll-mb-gap-sm {
  scroll-margin-bottom: 2rem;
}
.scroll-mt-gap-0 {
  scroll-margin-top: 0;
}
.scroll-mt-gap-lg {
  scroll-margin-top: 150px;
}
.scroll-mt-gap-md {
  scroll-margin-top: 100px;
}
.scroll-mt-gap-sm {
  scroll-margin-top: 2rem;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 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-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[11\.5px\] {
  gap: 11.5px;
}
.gap-\[111\.5px\] {
  gap: 111.5px;
}
.gap-\[15\.5px\] {
  gap: 15.5px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[36\.5px\] {
  gap: 36.5px;
}
.gap-\[37px\] {
  gap: 37px;
}
.gap-\[39px\] {
  gap: 39px;
}
.gap-\[43px\] {
  gap: 43px;
}
.gap-\[46px\] {
  gap: 46px;
}
.gap-\[55px\] {
  gap: 55px;
}
.gap-\[60px\] {
  gap: 60px;
}
.gap-\[68px\] {
  gap: 68px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-x-\[61px\] {
  -moz-column-gap: 61px;
       column-gap: 61px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.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-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;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-none {
  border-style: none;
}
.\!border-blue {
  --tw-border-opacity: 1 !important;
  border-color: rgb(14 86 163 / var(--tw-border-opacity, 1)) !important;
}
.border-navy {
  --tw-border-opacity: 1;
  border-color: rgb(30 34 82 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.\!bg-navy {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(30 34 82 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#221F1F\]\/55 {
  background-color: rgb(34 31 31 / 0.55);
}
.bg-\[\#2F2F2F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity, 1));
}
.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(14 86 163 / var(--tw-bg-opacity, 1));
}
.bg-carbon {
  --tw-bg-opacity: 1;
  background-color: rgb(34 31 31 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(49 49 49 / var(--tw-bg-opacity, 1));
}
.bg-dark-grey\/20 {
  background-color: rgb(49 49 49 / 0.2);
}
.bg-dark-grey\/30 {
  background-color: rgb(49 49 49 / 0.3);
}
.bg-dark-grey\/50 {
  background-color: rgb(49 49 49 / 0.5);
}
.bg-dark-grey\/55 {
  background-color: rgb(49 49 49 / 0.55);
}
.bg-light-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(64 150 210 / var(--tw-bg-opacity, 1));
}
.bg-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.bg-navy {
  --tw-bg-opacity: 1;
  background-color: rgb(30 34 82 / var(--tw-bg-opacity, 1));
}
.bg-navy\/75 {
  background-color: rgb(30 34 82 / 0.75);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-dark-vertical {
  background-image: var(--Gradient---Dark-Vertical, linear-gradient(180deg, #4096D2 0%, #0E56A3 54.1%, #1E2252 100%));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[10px\] {
  padding: 10px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[17\.5px\] {
  padding-bottom: 17.5px;
}
.pb-\[18px\] {
  padding-bottom: 18px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-16 {
  padding-right: 4rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-\[60px\] {
  padding-right: 60px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-\[14px\] {
  padding-top: 14px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[38px\] {
  padding-top: 38px;
}
.pt-\[53px\] {
  padding-top: 53px;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.font-body {
  font-family: proxima-nova, sans-serif;
}
.font-heading {
  font-family: futura-pt, sans-serif;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[clamp\(40px\2c 8vw\2c 80px\)\] {
  font-size: clamp(40px, 8vw, 80px);
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.\!normal-case {
  text-transform: none !important;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[56px\] {
  line-height: 56px;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[2\.8px\] {
  letter-spacing: 2.8px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue {
  --tw-text-opacity: 1;
  color: rgb(14 86 163 / var(--tw-text-opacity, 1));
}
.text-carbon {
  --tw-text-opacity: 1;
  color: rgb(34 31 31 / var(--tw-text-opacity, 1));
}
.text-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity, 1));
}
.text-dark-grey\/50 {
  color: rgb(49 49 49 / 0.5);
}
.text-dark-grey\/75 {
  color: rgb(49 49 49 / 0.75);
}
.text-inherit {
  color: inherit;
}
.text-navy {
  --tw-text-opacity: 1;
  color: rgb(30 34 82 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.underline-offset-\[7px\] {
  text-underline-offset: 7px;
}
.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}
.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-90 {
  opacity: 0.9;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 24px 80px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 24px 80px 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;
}
.outline {
  outline-style: solid;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-\[500ms\] {
  transition-duration: 500ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
/* base */
/**
 * Heading styles — NorthStar Solutions
 * Match Figma: https://www.figma.com/design/D8uW7cBPGGhSk7MyYSoQyn/Northstar-Energy-Solutions-Website-Designs?node-id=10-187&p=f&t=tz1SfQJzicNVbj6U-0
 * If specs differ, update values below from Figma (font, size, weight, line-height, letter-spacing).
 */
/* components */
/**
 * Optimized Scroll Animation Styles
 * 
 * Adds a subtle blur back in for entrance effect.
 * Still uses will-change for optimization.
 * Short duration for snappy feel.
 */
/* Initial hidden state - includes subtle blur */
[data-animate-order] {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(6px);
    transition:
      opacity 350ms ease-out,
      transform 350ms ease-out,
      filter 350ms ease-out;
    /* will-change tells browser to optimize these properties */
    will-change: opacity, transform, filter;
}
/* Animated state - clear blur after animates in */
[data-animate-order].animate-in {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
    /* Remove will-change after animation completes */
    transition:
      opacity 350ms ease-out,
      transform 350ms ease-out,
      filter 350ms ease-out,
      will-change 0s 350ms;
    will-change: auto;
}
/* Optional animation types */
[data-animate-type="fade"][data-animate-order] {
    transform: none;
}
[data-animate-type="slide-left"][data-animate-order] {
    transform: translateX(30px);
}
[data-animate-type="slide-right"][data-animate-order] {
    transform: translateX(-30px);
}
[data-animate-type="slide-down"][data-animate-order] {
    transform: translateY(-24px);
}
[data-animate-type="scale"][data-animate-order] {
    transform: scale(0.96);
}
/* Pop-in: subtle scale + blur, fast (250ms), scale from center */
[data-animate-type="pop"][data-animate-order],
[data-animate-type="pop-in"][data-animate-order] {
    transform: scale(0.94);
    transform-origin: center;
    transition:
      opacity 250ms ease-out,
      transform 250ms ease-out,
      filter 250ms ease-out;
    will-change: opacity, transform, filter;
}
[data-animate-type="pop"].animate-in,
[data-animate-type="pop-in"].animate-in {
    transform: scale(1);
    transform-origin: center;
    filter: blur(0);
    transition:
      opacity 250ms ease-out,
      transform 250ms ease-out,
      filter 250ms ease-out,
      will-change 0s 250ms;
    will-change: auto;
}
/* Reset transforms and filter when animated */
[data-animate-type].animate-in {
    transform: translate(0) scale(1);
    filter: blur(0);
}
/* Schedule accordion: waterfall/stagger when panel opens (day, slot, track) */
.accordion-stagger > * {
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.accordion-stagger.accordion-open > * {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--stagger-index, 0) * 40ms);
}
/* ── Home Hero entrance animation ───────────────────────────────────────────
 *
 * Sequence (coordinated with header drop-in at ~200ms):
 *   0ms   — overlay fades in, background begins subtle zoom-out
 *   300ms — headline rises up through overflow mask
 *   750ms — copy fades up
 *   1000ms+ — cards slide in from the right, staggered
 *
 * JS (home-hero-animation.js) wraps .hero-headline in .hero-mask and
 * triggers timed class additions. CSS owns all initial states so there
 * is no flash-of-visible-content before JS runs.
 */
/* Overlay: fades in automatically (no JS needed) */
.hero-overlay {
  opacity: 0;
  animation: hero-overlay-in 0.7s ease-out 0.1s both;
}
@keyframes hero-overlay-in {
  to {
    opacity: 1;
  }
}
/* Mask wrapper added by JS — clips the rising headline */
.hero-mask {
  display: block;
  overflow: hidden;
}
/* Headline: starts below the mask, invisible */
.hero-headline {
  display: block;
  opacity: 0;
  transform: translateY(112%);
  will-change: opacity, transform;
}
/* Copy: starts hidden below */
.hero-copy {
  opacity: 0;
  transform: translateY(24px);
  will-change: opacity, transform;
}
/* Cards: start hidden off to the right */
[data-hero-card]:not(.is-visible) {
  opacity: 0;
  transform: translateX(64px);
  will-change: opacity, transform;
}
.\[\&_a\]\:body a {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .\[\&_a\]\:body a {
    font-size: 18px;
    line-height: 32px;
  }
}
.\[\&_li\]\:body-lg li {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .\[\&_li\]\:body-lg li {
    font-size: 24px;
    line-height: 32px;
  }
}
.\[\&_p\]\:body-lg p {
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
@media (min-width: 768px) {
  .\[\&_p\]\:body-lg p {
    font-size: 24px;
    line-height: 32px;
  }
}
.last\:border-0:last-child {
  border-width: 0px;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
@media (hover: hover) and (pointer: fine) {
  .hover\:-translate-x-\[452px\]:hover {
    --tw-translate-x: -452px;
    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\:border-navy:hover {
    --tw-border-opacity: 1;
    border-color: rgb(30 34 82 / var(--tw-border-opacity, 1));
  }
  .hover\:bg-light-grey:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
  }
  .hover\:text-blue:hover {
    --tw-text-opacity: 1;
    color: rgb(14 86 163 / var(--tw-text-opacity, 1));
  }
  .hover\:text-light-grey:hover {
    --tw-text-opacity: 1;
    color: rgb(244 244 244 / var(--tw-text-opacity, 1));
  }
  .hover\:text-navy:hover {
    --tw-text-opacity: 1;
    color: rgb(30 34 82 / var(--tw-text-opacity, 1));
  }
  .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.focus\:-translate-x-\[452px\]:focus {
  --tw-translate-x: -452px;
  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));
}
.focus\:bg-light-grey:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}
.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + 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);
}
@media not all and (min-width: 992px) {
  .max-lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 575px) {
  .sm\:hidden {
    display: none;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .sm\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .md\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:-mb-gap-lg {
    margin-bottom: -150px;
  }
  .md\:-mb-gap-md {
    margin-bottom: -100px;
  }
  .md\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .md\:-mt-gap-0 {
    margin-top: 0;
  }
  .md\:-mt-gap-lg {
    margin-top: -150px;
  }
  .md\:-mt-gap-md {
    margin-top: -100px;
  }
  .md\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .md\:mb-gap-0 {
    margin-bottom: 0;
  }
  .md\:mb-gap-lg {
    margin-bottom: 150px;
  }
  .md\:mb-gap-md {
    margin-bottom: 100px;
  }
  .md\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-gap-0 {
    margin-top: 0;
  }
  .md\:mt-gap-lg {
    margin-top: 150px;
  }
  .md\:mt-gap-md {
    margin-top: 100px;
  }
  .md\:mt-gap-sm {
    margin-top: 2rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:aspect-\[706\/374\] {
    aspect-ratio: 706/374;
  }
  .md\:h-\[229px\] {
    height: 229px;
  }
  .md\:h-\[320px\] {
    height: 320px;
  }
  .md\:w-\[266px\] {
    width: 266px;
  }
  .md\:w-\[301px\] {
    width: 301px;
  }
  .md\:min-w-44 {
    min-width: 11rem;
  }
  .md\:max-w-56 {
    max-width: 14rem;
  }
  .md\:max-w-\[301px\] {
    max-width: 301px;
  }
  .md\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -150px;
  }
  .md\:-scroll-mb-gap-md {
    scroll-margin-bottom: -100px;
  }
  .md\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .md\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:-scroll-mt-gap-lg {
    scroll-margin-top: -150px;
  }
  .md\:-scroll-mt-gap-md {
    scroll-margin-top: -100px;
  }
  .md\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .md\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .md\:scroll-mb-gap-lg {
    scroll-margin-bottom: 150px;
  }
  .md\:scroll-mb-gap-md {
    scroll-margin-bottom: 100px;
  }
  .md\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .md\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .md\:scroll-mt-gap-lg {
    scroll-margin-top: 150px;
  }
  .md\:scroll-mt-gap-md {
    scroll-margin-top: 100px;
  }
  .md\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-\[100px\] {
    gap: 100px;
  }
  .md\:gap-\[46px\] {
    gap: 46px;
  }
  .md\: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));
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-\[82px\] {
    padding-left: 82px;
    padding-right: 82px;
  }
  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:pb-12 {
    padding-bottom: 3rem;
  }
  .md\:pb-\[50px\] {
    padding-bottom: 50px;
  }
  .md\:pt-36 {
    padding-top: 9rem;
  }
  .md\:pt-\[42px\] {
    padding-top: 42px;
  }
  .md\:text-\[80px\] {
    font-size: 80px;
  }
  .md\:leading-\[96px\] {
    line-height: 96px;
  }
}
@media (min-width: 992px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:-mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:-mb-gap-lg {
    margin-bottom: -150px;
  }
  .lg\:-mb-gap-md {
    margin-bottom: -100px;
  }
  .lg\:-mb-gap-sm {
    margin-bottom: -2rem;
  }
  .lg\:-mt-gap-0 {
    margin-top: 0;
  }
  .lg\:-mt-gap-lg {
    margin-top: -150px;
  }
  .lg\:-mt-gap-md {
    margin-top: -100px;
  }
  .lg\:-mt-gap-sm {
    margin-top: -2rem;
  }
  .lg\:mb-gap-0 {
    margin-bottom: 0;
  }
  .lg\:mb-gap-lg {
    margin-bottom: 150px;
  }
  .lg\:mb-gap-md {
    margin-bottom: 100px;
  }
  .lg\:mb-gap-sm {
    margin-bottom: 2rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mt-gap-0 {
    margin-top: 0;
  }
  .lg\:mt-gap-lg {
    margin-top: 150px;
  }
  .lg\:mt-gap-md {
    margin-top: 100px;
  }
  .lg\:mt-gap-sm {
    margin-top: 2rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-\[622\/596\] {
    aspect-ratio: 622/596;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-\[301px\] {
    height: 301px;
  }
  .lg\:min-h-full {
    min-height: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-\[272px\] {
    width: 272px;
  }
  .lg\:w-\[301px\] {
    width: 301px;
  }
  .lg\:w-\[354px\] {
    width: 354px;
  }
  .lg\:w-\[400px\] {
    width: 400px;
  }
  .lg\:w-\[513px\] {
    width: 513px;
  }
  .lg\:w-\[564px\] {
    width: 564px;
  }
  .lg\:w-\[622px\] {
    width: 622px;
  }
  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }
  .lg\:max-w-\[499px\] {
    max-width: 499px;
  }
  .lg\:max-w-\[513px\] {
    max-width: 513px;
  }
  .lg\:max-w-\[625px\] {
    max-width: 625px;
  }
  .lg\:max-w-\[664px\] {
    max-width: 664px;
  }
  .lg\:max-w-\[796px\] {
    max-width: 796px;
  }
  .lg\:max-w-\[863px\] {
    max-width: 863px;
  }
  .lg\:-scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:-scroll-mb-gap-lg {
    scroll-margin-bottom: -150px;
  }
  .lg\:-scroll-mb-gap-md {
    scroll-margin-bottom: -100px;
  }
  .lg\:-scroll-mb-gap-sm {
    scroll-margin-bottom: -2rem;
  }
  .lg\:-scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:-scroll-mt-gap-lg {
    scroll-margin-top: -150px;
  }
  .lg\:-scroll-mt-gap-md {
    scroll-margin-top: -100px;
  }
  .lg\:-scroll-mt-gap-sm {
    scroll-margin-top: -2rem;
  }
  .lg\:scroll-mb-gap-0 {
    scroll-margin-bottom: 0;
  }
  .lg\:scroll-mb-gap-lg {
    scroll-margin-bottom: 150px;
  }
  .lg\:scroll-mb-gap-md {
    scroll-margin-bottom: 100px;
  }
  .lg\:scroll-mb-gap-sm {
    scroll-margin-bottom: 2rem;
  }
  .lg\:scroll-mt-gap-0 {
    scroll-margin-top: 0;
  }
  .lg\:scroll-mt-gap-lg {
    scroll-margin-top: 150px;
  }
  .lg\:scroll-mt-gap-md {
    scroll-margin-top: 100px;
  }
  .lg\:scroll-mt-gap-sm {
    scroll-margin-top: 2rem;
  }
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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-\[minmax\(0\2c 320px\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,320px) minmax(0,1fr);
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-\[128px\] {
    gap: 128px;
  }
  .lg\:gap-\[138px\] {
    gap: 138px;
  }
  .lg\:px-\[115px\] {
    padding-left: 115px;
    padding-right: 115px;
  }
  .lg\:px-\[125px\] {
    padding-left: 125px;
    padding-right: 125px;
  }
  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .lg\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  .lg\:pb-\[150px\] {
    padding-bottom: 150px;
  }
  .lg\:pb-\[155px\] {
    padding-bottom: 155px;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pl-\[100px\] {
    padding-left: 100px;
  }
  .lg\:pr-20 {
    padding-right: 5rem;
  }
  .lg\:pr-\[50px\] {
    padding-right: 50px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-\[161px\] {
    padding-top: 161px;
  }
  .lg\:pt-\[210px\] {
    padding-top: 210px;
  }
  .lg\:focus-within\:-translate-x-\[452px\]:focus-within {
    --tw-translate-x: -452px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1200px) {
  .xl\:ml-\[178px\] {
    margin-left: 178px;
  }
  .xl\:w-52 {
    width: 13rem;
  }
  .xl\:max-w-\[1080px\] {
    max-width: 1080px;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:items-start {
    align-items: flex-start;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:gap-\[111\.5px\] {
    gap: 111.5px;
  }
  .xl\:gap-\[141px\] {
    gap: 141px;
  }
  .xl\:px-\[82px\] {
    padding-left: 82px;
    padding-right: 82px;
  }
  .xl\:pb-\[108px\] {
    padding-bottom: 108px;
  }
  .xl\:pl-\[82px\] {
    padding-left: 82px;
  }
  .xl\:pr-\[46px\] {
    padding-right: 46px;
  }
  .xl\:pt-\[51px\] {
    padding-top: 51px;
  }
}
@media (min-width: 1600px) {
  .\33xl\:flex {
    display: flex;
  }
  .\33xl\:hidden {
    display: none;
  }
  .\33xl\:pt-\[211px\] {
    padding-top: 211px;
  }
}
.\[\&_a\]\:font-bold a {
  font-weight: 700;
}
.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
@media (min-width: 768px) {
  .md\:\[\&_li\]\:min-w-\[186px\] li {
    min-width: 186px;
  }
}
.\[\&_p\]\:m-0 p {
  margin: 0px;
}
.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}
.\[\&_span\.button-text\]\:text-white span.button-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.\[\&_svg\]\:h-4 svg {
  height: 1rem;
}
.\[\&_svg\]\:w-4 svg {
  width: 1rem;
}
