/*!
Theme Name: ss_theme
Theme URI: https://underscoretw.com/
Author: SmartSites
Author URI: https://www.smartsites.com/
Description: A custom WordPress theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ss_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ss_theme is based on _tw https://underscoretw.com/, (C) 2021-2024 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/* Icomoon */

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

  src:  url('fonts/icomoon.eot?egu2eq');

  src:  url('fonts/icomoon.eot?egu2eq#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?egu2eq') format('truetype'),
    url('fonts/icomoon.woff?egu2eq') format('woff'),
    url('fonts/icomoon.svg?egu2eq#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
  content: "\e906";
}

.icon-see-password:before {
  content: "\e90a";
}

.icon-thumbs-down:before {
  content: "\e90b";
}

.icon-thumbs-up:before {
  content: "\e90c";
}

.icon-upload:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e90f";
}

.icon-minus:before {
  content: "\e912";
}

.icon-heart:before {
  content: "\e928";
}

.icon-arrow-left:before {
  content: "\e933";
}

.icon-arrow-right:before {
  content: "\e936";
}

.icon-oil-barrel:before {
  content: "\e900";
}

.icon-hoses:before {
  content: "\e901";
}

.icon-auto-electrical:before {
  content: "\e902";
}

.icon-transmission:before {
  content: "\e903";
}

.icon-vehicle-inspection:before {
  content: "\e904";
}

.icon-shocks:before {
  content: "\e905";
}

.icon-mechanic:before {
  content: "\e907";
}

.icon-link:before {
  content: "\e908";
}

.icon-announce:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-comment:before {
  content: "\e910";
}

.icon-more:before {
  content: "\e911";
}

.icon-service:before {
  content: "\e913";
}

.icon-steering-wheel:before {
  content: "\e914";
}

.icon-tune-Up:before {
  content: "\e915";
}

.icon-tire:before {
  content: "\e916";
}

.icon-suspension:before {
  content: "\e917";
}

.icon-factory:before {
  content: "\e918";
}

.icon-electrical:before {
  content: "\e919";
}

.icon-brake:before {
  content: "\e91a";
}

.icon-battery:before {
  content: "\e91b";
}

.icon-chevron-down:before {
  content: "\e91c";
}

.icon-angle-down:before {
  content: "\e91d";
}

.icon-print:before {
  content: "\e91e";
}

.icon-towing:before {
  content: "\e91f";
}

.icon-tires-sales:before {
  content: "\e920";
}

.icon-charging:before {
  content: "\e921";
}

.icon-radiator:before {
  content: "\e922";
}

.icon-injection:before {
  content: "\e923";
}

.icon-filter:before {
  content: "\e924";
}

.icon-muffer-system:before {
  content: "\e925";
}

.icon-engine-service:before {
  content: "\e926";
}

.icon-general-auto-care:before {
  content: "\e927";
}

.icon-joint-repari:before {
  content: "\e929";
}

.icon-wd-repair:before {
  content: "\e92a";
}

.icon-phone:before {
  content: "\e92b";
}

.icon-pin:before {
  content: "\e92c";
}

.icon-mail:before {
  content: "\e92d";
}

.icon-facebook:before {
  content: "\e92e";
}

.icon-twitter:before {
  content: "\e92f";
}

.icon-linkedin:before {
  content: "\e930";
}

.icon-check-fill:before {
  content: "\e931";
}

.icon-quote:before {
  content: "\e932";
}

.icon-adas:before {
  content: "\e934";
}

.icon-ac:before {
  content: "\e935";
}

.icon-arrow-long-left:before {
  content: "\e937";
}

.icon-arrow-long-right:before {
  content: "\e939";
}

.icon-clock:before {
  content: "\e938";
}

.icon-phone-alt:before {
  content: "\e93a";
}

.icon-android:before {
  content: "\e93c";
}

.icon-apple:before {
  content: "\e93d";
}

.icon-ss-instagram:before {
  content: "\e93b";
}

.icon-rss:before {
  content: "\e93e";
}

.icon-yelp:before {
  content: "\e93f";
}

.icon-download:before {
  content: "\e940";
}

.icon-arrow-alt-left:before {
  content: "\e941";
}

.icon-arrow-alt-right:before {
  content: "\e942";
}

.icon-star:before {
  content: "\e943";
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

*, ::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.17 | 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%;
  width: 100%;
}

body {
  margin: 0px;
  min-width: 320px;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1310px) {
  body {
    line-height: 1.625;
  }
}

picture,
	figure {
  margin-bottom: 1rem;
  display: block;
  vertical-align: middle;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}

.site-wrapper {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

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

.site-header,
	.site-content,
	.site-footer {
  flex-shrink: 0;
}

p {
  margin-bottom: 1rem;
}

a {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  color: rgb(136 24 30 / 0.8);
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h1, .h1, h2, .h2,  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  h1, .h1, h2, .h2,  h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1rem;
  }
}

h1, .h1 {
  font-size: 2.25rem;
  text-transform: capitalize;
  line-height: 1.1;
}

@media (min-width: 992px) {
  h1, .h1 {
    font-size: 2.75rem;
  }
}

@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

@media (min-width: 1310px) {
  h1, .h1 {
    font-size: 4.75rem;
  }
}

h2, .h2 {
  font-size: 1.75rem;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

@media (min-width: 1310px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}

h3, .h3 {
  font-size: 1.375rem;
}

@media (min-width: 992px) {
  h3, .h3 {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1310px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  h4, .h4 {
    font-size: 1.375rem;
  }
}

@media (min-width: 1310px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.125rem;
}

@media (min-width: 1310px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}

h6, .h6 {
  font-size: 0.875rem;
}

@media (min-width: 992px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

@media (min-width: 1310px) {
  h6, .h6 {
    font-size: 1.125rem;
  }
}

/* Lists Default Styling */

ul, ol {
  margin-bottom: 1rem;
  margin-left: 1.125rem;
}

ul > :not([hidden]) ~ :not([hidden]), ol > :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));
}

@media (min-width: 992px) {
  ul > :not([hidden]) ~ :not([hidden]), ol > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

strong,b {
  font-weight: 700;
}

/* Table */

table {
  width: 100%;
  border-collapse: collapse;
}

caption {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

th, td {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  font-weight: 700;
}

dl dd {
  margin-left: 1rem;
}

blockquote {
  margin-bottom: 1rem;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  background-color: rgb(136 24 30 / 0.1);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-style: italic;
}

abbr, acronym, dfn {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

pre {
  margin-bottom: 1rem;
  background-color: rgb(136 24 30 / 0.05);
  padding: 1rem;
}

code, tt {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

kbd {
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

var, samp {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

address {
  margin-bottom: 1rem;
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

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

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"], [class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}

.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.prose .wp-block-table td, .prose .wp-block-table th {
  border: 0;
}

.prose .wp-block-table thead, .prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}

.prose .wp-block-table thead {
  border-bottom-width: 1px;
}

.prose .wp-block-table tfoot {
  border-top-width: 1px;
}

.site-header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 99;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 2px 4px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 2px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.site-nav ul {
  margin: 0px;
  list-style-type: none;
}

.site-header .navbar-brand {
  margin-right: 0.5rem;
  display: inline-block;
  max-width: 12.5rem;
  flex: none;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 576px) {
  .site-header .navbar-brand {
    margin-right: 1.5rem;
    max-width: 13.75rem;
  }
}

@media (min-width: 1200px) {
  .site-header .navbar-brand {
    max-width: 15.5rem;
  }
}

.site-header .navbar-brand figure {
  margin-bottom: 0px;
}

.site-header .navbar-nav {
  row-gap: 0.5rem;
}

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

@media (min-width: 1200px) {
  .site-header .navbar-nav {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}

@media (min-width: 1310px) {
  .site-header .navbar-nav {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.site-header .navbar-nav .nav-link {
  display: block;
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-color: rgb(255 255 255 / 0.3);
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.site-header .navbar-nav .nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 1;
}

@media (min-width: 1200px) {
  .site-header .navbar-nav .nav-link {
    width: auto;
    border-bottom-width: 0px;
    padding: 0px;
  }
}

@media (min-width: 1310px) {
  .site-header .navbar-nav .nav-link {
    font-size: 1.125rem;
  }
}

/* navbar collapse */

.site-header .navbar-collapse {
  width: 100%;
  gap: 1rem;
}

@media not all and (min-width: 1200px) {
  .site-header .navbar-collapse {
    position: fixed;
    left: -17.5rem;
    top: 0px;
    bottom: 0px;
    z-index: 10000;
    height: auto;
    width: 100%;
    max-width: 15.5rem;
    overflow-y: auto;
    background-color: rgb(28 28 28 / 0.9);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    --tw-shadow: 0 0 25px rgba(0,0,0,.2);
    --tw-shadow-colored: 0 0 25px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-backdrop-blur: blur(4px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (min-width: 1200px) {
  .site-header .navbar-collapse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    --tw-bg-opacity: 1;
    background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
    padding-top: 1rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

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

@media not all and (min-width: 1200px) {
  .site-header .navbar-collapse.show {
    left: 0px;
  }
}

.site-header .menu-item-has-children {
  position: relative;
}

.site-header .menu-item-has-children .nav-link {
  padding-right: 2.75rem;
}

@media (min-width: 1200px) {
  .site-header .menu-item-has-children .nav-link {
    padding-right: 0.875rem;
  }
}

.site-header .current-menu-item>.dropdown-item {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px) {
  .site-header .current-menu-item>.dropdown-item {
    font-weight: 500;
  }

  .site-header .navbar-nav>.menu-item-has-children>.caret {
    pointer-events: none;
  }
}

.site-header .menu-item-has-children .caret {
  position: absolute;
  top: 0px;
  right: 0px;
  display: grid;
  width: 3.3125rem;
  height: 3.3125rem;
  place-items: center;
  font-size: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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: 5ms;
}

@media (min-width: 1200px) {
  .site-header .menu-item-has-children .caret {
    top: 0.5625rem;
    width: auto;
    height: auto;
    font-size: 0.5rem;
  }
}

@media (min-width: 1310px) {
  .site-header .menu-item-has-children .caret {
    top: 0.6875rem;
  }
}

/* Dropdown-menu */

.site-header .menu-item .dropdown-menu {
  line-height: 1.4;
}

@media not all and (min-width: 1200px) {
  .site-header .menu-item .dropdown-menu {
    display: none;
  }
}

@media (min-width: 1200px) {
  .site-header .menu-item .dropdown-menu {
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: -1rem;
    min-width: 220px;
    font-size: 1rem;
    opacity: 0;
    --tw-shadow: 0px 2px 15px 0px rgba(0,0,0,0.20);
    --tw-shadow-colored: 0px 2px 15px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: 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: 500ms;
  }
}

.site-header .menu-item .dropdown-menu .menu-item:hover>.dropdown-item,
	.site-header .menu-item .dropdown-menu .menu-item:focus>.dropdown-item {
  text-decoration-line: none;
}

@media (min-width: 1200px) {
  .site-header .menu-item .dropdown-menu .menu-item:hover>.dropdown-item,
	.site-header .menu-item .dropdown-menu .menu-item:focus>.dropdown-item {
    --tw-bg-opacity: 1;
    background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .site-header .menu-item-has-children:hover>.dropdown-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
  }

  .site-header .menu-item .dropdown-menu .menu-item-has-children:hover .dropdown-menu {
    top: 0px;
  }
}

.site-header .menu-item .dropdown-menu .menu-item-has-children .dropdown-item {
  padding-right: 2.5rem !important;
}

.site-header .menu-item .dropdown-menu .menu-item .dropdown-item {
  display: block;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

@media (min-width: 1200px) {
  .site-header .menu-item .dropdown-menu .menu-item .dropdown-item {
    font-size: 0.9375rem;
  }
}

@media not all and (min-width: 1200px) {
  .site-header .menu-item .dropdown-menu .menu-item .dropdown-menu .dropdown-item {
    padding-left: 1.75rem;
  }
}

.site-header .menu-item .dropdown-menu .menu-item:last-child .dropdown-item {
  border-bottom-width: 1px;
}

@media (min-width: 1200px) {
  .site-header .menu-item .dropdown-menu .menu-item-has-children:hover  .caret {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.site-header .menu-item .dropdown-menu .caret {
  top: -0.25rem;
  right: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

@media (min-width: 1200px) {
  .site-header .menu-item .dropdown-menu .caret {
    top: 1.25rem;
    right: 0.5rem;
    --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));
    --tw-text-opacity: 1;
    color: rgb(28 28 28 / var(--tw-text-opacity, 1));
  }

  .site-header .menu-item .dropdown-menu .dropdown-menu {
    left: 100.5%;
    right: auto;
    top: 5px;
  }

  .site-header .menu-item .dropdown-menu .dropdown-menu:nth-last-child(-n+3) {
    left: 100.5% !important;
    right: auto !important;
  }
}

/* Hamburger Menu Icon */

.site-header .navbar-toggler {
  position: relative;
  display: block;
  height: 2.375rem;
  width: 2.75rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1200px) {
  .site-header .navbar-toggler {
    display: none;
  }
}

.site-header .navbar-toggler span {
  display: block;
  height: 0.1875rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .navbar-toggler span:nth-child(2) {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  width: calc(100% - 8px);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .navbar-toggler span:nth-child(3) {
  width: calc(100% - 15px);
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .navbar-toggler.collapsed span:first-child {
  width: 100%;
  --tw-translate-y: 9px;
  --tw-rotate: 45deg;
  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));
  transition-property: all;
  transition-delay: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .navbar-toggler.collapsed span:nth-child(2) {
  visibility: hidden;
  width: 0px;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.site-header .navbar-toggler.collapsed span:last-child {
  width: 100%;
  --tw-translate-y: -7px;
  --tw-rotate: 130deg;
  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));
  transition-property: all;
  transition-delay: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.btn {
  display: inline-flex;
  min-width: 150px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .btn {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 1310px) {
  .btn {
    min-width: 196px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.btn-outline {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outline:hover i {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outline i {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.btn-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

.btn-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outlineWhite {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-outlineWhite:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

.btn-disabled {
  pointer-events: none;
  opacity: 0.5;
}

/*------- Gravity Form Default Styling -------*/

/* ---------------- Gravity Forms Wrapper ---------------- */

.gform_wrapper {
  max-width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* Hide hidden labels */

.gform_wrapper .hidden_label label:not(.gform-field-label--type-inline),
.gform_wrapper .hidden_label legend.gfield_label,
.gform_wrapper .gform_required_legend {
  display: none;
}

/* Labels */

.gform_wrapper label:not(.gform-field-label--type-inline),
.gform_wrapper legend.gfield_label {
  margin-bottom: 0.75rem;
  display: block;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .gform_wrapper label:not(.gform-field-label--type-inline),
.gform_wrapper legend.gfield_label {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1200px) {
  .gform_wrapper label:not(.gform-field-label--type-inline),
.gform_wrapper legend.gfield_label {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1310px) {
  .gform_wrapper label:not(.gform-field-label--type-inline),
.gform_wrapper legend.gfield_label {
    margin-bottom: 1.5rem;
  }
}

/* Required asterisk */

.gform_wrapper .gfield_required {
  margin-left: 0.125rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

/* ---------------- Layout ---------------- */

.gform_wrapper .gform_fields {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.25rem;
}

@media (min-width: 768px) {
  .gform_wrapper .gform_fields {
    row-gap: 1.5rem;
  }
}

.gform_wrapper .gfield {
  width: 100%;
  flex-grow: 1;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

/* ---------------- Width Classes ---------------- */

@media (min-width: 768px) {
  .gform_wrapper .gfield--width-half {
    width: 50%;
  }

  .gform_wrapper .gfield--width-third {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .gform_wrapper .gfield--width-third {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .gform_wrapper .gfield--width-quarter {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .gform_wrapper .gfield--width-quarter {
    width: 25%;
  }
}

/* ---------------- Inputs / Select / Textarea ---------------- */

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.gform_wrapper select,
.gform_wrapper textarea {
  height: 3rem;
  width: 100%;
  resize: none;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(36 36 36 / 0.15);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9375rem;
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder {
  color: rgb(36 36 36 / 0.85);
  opacity: 0.7;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  color: rgb(36 36 36 / 0.85);
  opacity: 0.7;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --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 (min-width: 992px) {
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.gform_wrapper select,
.gform_wrapper textarea {
    height: 3.5rem;
    font-size: 1rem;
  }
}

@media (min-width: 1200px) {
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.gform_wrapper select,
.gform_wrapper textarea {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 1310px) {
  .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.gform_wrapper select,
.gform_wrapper textarea {
    height: 3.875rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    font-size: 1.125rem;
  }
}

/* Select dropdown */

.gform_wrapper select {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M.428%201.003a1%201%200%200%201%201.414%200l5.293%205.293%205.293-5.293a1%201%200%201%201%201.414%201.414l-6%206a1%201%200%200%201-1.414%200l-6-6a1%201%200%200%201%200-1.414%22%20fill%3D%22%236b7280%22%2F%3E%3C%2Fsvg%3E');
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  padding-right: 2.5rem;
  color: rgb(36 36 36 / 0.85);
  opacity: 0.7;
}

@media (min-width: 1310px) {
  .gform_wrapper select {
    background-position: calc(100% - 28px) center;
    padding-right: 3.5rem;
  }
}

/* Textarea */

.gform_wrapper textarea {
  min-height: 6.75rem;
}

/* File upload */

.gform_wrapper .gfield--type-fileupload input {
  height: auto !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  background-color: transparent !important;
  padding: 0px !important;
}

.gform_wrapper .gfield--type-fileupload .gform_fileupload_multifile {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

/* ---------------- List Field ---------------- */

.gform_wrapper .gfield_list {
  width: 100%;
}

.gform_wrapper .gfield_list thead th {
  padding-bottom: 0.25rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.gform_wrapper .gfield_list td input {
  height: 2.5rem;
}

/* ---------------- Consent Field ---------------- */

.gform_wrapper .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.gform_wrapper .ginput_container_consent input {
  position: relative;
  top: 0.3125rem;
  width: 1rem;
  height: 1rem;
  flex: none;
  --tw-hue-rotate: hue-rotate(180deg);
  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);
}

.gform_wrapper .ginput_container_consent label,
.gform_wrapper .ginput_container_consent input {
  cursor: pointer;
}

/* ---------------- Radio & Checkbox ---------------- */

.gform_wrapper .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.gform_wrapper .gchoice input {
  position: relative;
  top: 0.25rem;
  width: 1rem;
  height: 1rem;
  flex: none;
}

.gform_wrapper .gchoice label,
.gform_wrapper .gchoice input {
  cursor: pointer;
}

.gform_wrapper .gfield.inline-choices .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.625rem;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

@media (min-width: 1310px) {
  .gform_wrapper .gfield.inline-choices .gfield_radio {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }
}

/* --------- custom-radio ------------------- */

.gform_wrapper .gfield_radio .gchoice {
  gap: 0px;
}

.gform_wrapper .gfield_radio .gchoice input {
  visibility: hidden;
  width: 0px;
  height: 0px;
  opacity: 0;
}

.gform_wrapper .gfield_radio .gchoice label {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gform_wrapper .gfield_radio .gchoice label::before {
  position: relative;
  display: flex;
  width: 1rem;
  height: 1rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  border-color: rgb(28 28 28 / 0.5);
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  content: var(--tw-content);
  transition-timing-function: linear;
}

.gform_wrapper .gfield_radio .gchoice label::after {
  position: absolute;
  left: 0.25rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  --tw-translate-y: -50%;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1310px) {
  .gform_wrapper .gfield_radio .gchoice label {
    gap: 1rem;
  }

  .gform_wrapper .gfield_radio .gchoice label::before {
    content: var(--tw-content);
    width: 1.25rem;
    height: 1.25rem;
  }

  .gform_wrapper .gfield_radio .gchoice label::after {
    content: var(--tw-content);
    left: 0.375rem;
  }
}

.gform_wrapper .gfield_radio .gchoice input:checked + label::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}

.gform_wrapper .gfield_radio .gchoice input:checked + label::after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  content: var(--tw-content);
  opacity: 1;
}

.gform_wrapper .gfield_radio .gchoice input:checked + label::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
}

.gform_wrapper .gfield_radio .gchoice input:checked + label::after {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
  content: var(--tw-content);
  opacity: 1;
}

/* ---------------- Validation & Errors ---------------- */

.gform_wrapper .gform_submission_error {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.gform_wrapper .validation_message {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.gform_validation_errors .validation_error {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

/* ---------------- Confirmation ---------------- */

.gform_confirmation_message {
  display: inline-block;
  width: 100%;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* ---------------- Footer ---------------- */

.gform_footer {
  position: relative;
  margin-top: 1.25rem;
}

.gform_button {
  display: inline-flex;
  min-width: 150px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.gform_button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .gform_button {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 1310px) {
  .gform_button {
    min-width: 196px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.default-block a:not(.gform_button):not(.wp-element-button) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.default-block a:not(.gform_button):not(.wp-element-button):hover {
  text-decoration-line: underline;
}

.gform_footer .button {
  text-transform: none;
}

.gform-button--width-full {
  width: 100%;
}

.newsletter-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  height: 3rem;
  width: 100%;
  border-radius: 0.125rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.newsletter-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-moz-placeholder {
  color: rgb(0 0 0 / 0.4);
}

.newsletter-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder {
  color: rgb(0 0 0 / 0.4);
}

@media (min-width: 1200px) {
  .newsletter-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    padding-right: 6rem;
  }
}

.newsletter-form form {
  position: relative;
}

.newsletter-form .gform_footer {
  margin-top: 0.75rem;
}

@media (min-width: 1200px) {
  .newsletter-form .gform_footer {
    position: absolute;
    right: 0.375rem;
    top: 0.375rem;
    margin-top: 0px;
  }
}

.newsletter-form .gform_button {
  width: 100%;
  min-width: auto;
  border-radius: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 1200px) {
  .newsletter-form .gform_button {
    width: auto;
  }
}

.newsletter-form .gform_wrapper .gform_submission_error {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/*------- End Gravity Form Default Styling -------*/

/*---------- Start ui-datepicker-----------*/

.ui-datepicker {
  z-index: 10 !important;
}

.ginput_container_date {
  position: relative;
}

.gdatepicker_with_icon {
  padding-right: 3.5rem !important;
}

.ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  --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));
}

@media not all and (min-width: 1310px) {
  .ui-datepicker-trigger {
    height: 6px;
    width: 12px;
  }
}

.ui-datepicker {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 0.75rem;
}

.ui-datepicker a {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ui-datepicker-header {
  display: flex;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ui-datepicker-header a {
  margin-bottom: 1px;
  width: 49.8%;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  padding: 5px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-datepicker-header a:not(:last-of-type) {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.ui-datepicker-header a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 28 28 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 5px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  padding: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar td.ui-state-disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-active {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar td:not(.ui-state-disabled):hover {
  cursor: pointer;
  background-color: rgb(136 24 30 / 0.6);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar td:not(.ui-state-disabled):hover a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar td.ui-datepicker-today {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1)) !important;
}

.ui-datepicker-calendar td.ui-datepicker-today a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar td.ui-datepicker-week-end {
  background-color: rgb(136 24 30 / .1);
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.ui-datepicker-calendar td.ui-datepicker-current-day a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.ui-datepicker-title {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 100%;
}

.ui-datepicker-title select {
  width: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-bottom-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%229%22%20viewBox%3D%220%200%2015%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M.428%201.003a1%201%200%200%201%201.414%200l5.293%205.293%205.293-5.293a1%201%200%201%201%201.414%201.414l-6%206a1%201%200%200%201-1.414%200l-6-6a1%201%200%200%201%200-1.414%22%20fill%3D%22%237f7f7f%22%2F%3E%3C%2Fsvg%3E');
  background-size: 14px;
  background-position: calc(100% - 16px) center;
  background-repeat: no-repeat;
  padding: 3px;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 0.8125rem;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

.ui-datepicker-title select::-ms-expand {
  display: none;
}

.ui-datepicker-title select:first-child {
  border-right-width: 0px;
}

.ui-datepicker-title select:focus {
  outline-width: 0px;
}

/*---------- End ui-datepicker -----------*/

/* ------- Start search-form ------- */

form[role="search"] {
  position: relative;
  display: flex;
}

.search-form > label {
  flex-shrink: 0;
  flex-grow: 1;
  flex-basis: 0px;
}

.search-form input[type="search"],
.search-form input[type="text"] {
  height: 50px;
  width: 100%;
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 576px) {
  .search-form input[type="search"],
.search-form input[type="text"] {
    border-right-width: 0px;
  }
}

@media (min-width: 992px) {
  .search-form input[type="search"],
.search-form input[type="text"] {
    height: 52px;
  }
}

@media (min-width: 1310px) {
  .search-form input[type="search"],
.search-form input[type="text"] {
    height: 60px;
  }
}

.search-form input[type="submit"] {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  display: inline-flex;
  min-width: 150px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.search-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .search-form input[type="submit"] {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 1310px) {
  .search-form input[type="submit"] {
    min-width: 196px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.default-block a:not(.search-form input[type="submit"]):not(.wp-element-button) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.default-block a:not(.search-form input[type="submit"]):not(.wp-element-button):hover {
  text-decoration-line: underline;
}

.search-no-results input[type="submit"] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.search-no-results input[type="submit"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

/* ------- End search-form ------- */

/* ------- Start comment-form ------- */

.comment-form textarea,
.comment-form
	input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.comment-form input[type="submit"] {
  display: inline-flex;
  min-width: 150px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.comment-form input[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .comment-form input[type="submit"] {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 1310px) {
  .comment-form input[type="submit"] {
    min-width: 196px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.default-block a:not(.comment-form input[type="submit"]):not(.wp-element-button) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.default-block a:not(.comment-form input[type="submit"]):not(.wp-element-button):hover {
  text-decoration-line: underline;
}

.comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

/* ------- End comment-form ------- */

/* Header Styles */

/* ------- default-block starts ------- */

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

@media (min-width: 576px) {
  .default-block blockquote {
    margin-bottom: 2rem;
  }
}

@media (min-width: 1310px) {
  .default-block blockquote {
    margin-bottom: 3rem;
  }
}

.default-block blockquote p:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 1310px) {
  .default-block p + p {
    margin-top: 1.25rem;
  }
}

.default-block ul > :not([hidden]) ~ :not([hidden]),
.default-block ol > :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));
}

.default-block ul li *::marker,
.default-block ol li *::marker {
  color: inherit;
}

.default-block ul li::marker,
.default-block ol li::marker {
  color: inherit;
}

.default-block ul a,
.default-block ol a,
.default-block p a {
  color: inherit;
  text-decoration-line: underline;
}

.default-block ul a:hover,
.default-block ol a:hover,
.default-block p a:hover {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

.default-block :is(h1,h2,h3,h4,h5,h6) {
  margin-bottom: 1rem;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .default-block :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1310px) {
  .default-block :is(h1,h2,h3,h4,h5,h6) {
    margin-bottom: 1.5rem;
  }
}

.default-block :is(p,ol,ul,blockquote) + :is(h1,h2,h3,h4,h5,h6) {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .default-block :is(p,ol,ul,blockquote) + :is(h1,h2,h3,h4,h5,h6) {
    margin-top: 2rem;
  }
}

@media (min-width: 1310px) {
  .default-block :is(p,ol,ul,blockquote) + :is(h1,h2,h3,h4,h5,h6) {
    margin-top: 2.5rem;
  }
}

.default-block p + .wp-block-buttons,
.default-block .wp-block-buttons + p {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .default-block p + .wp-block-buttons,
.default-block .wp-block-buttons + p {
    margin-top: 2rem;
  }
}

@media (min-width: 1310px) {
  .default-block p + .wp-block-buttons,
.default-block .wp-block-buttons + p {
    margin-top: 2.5rem;
  }
}

.default-block .wp-block-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 576px) {
  .default-block .wp-block-image {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .default-block .wp-block-image {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

.default-block .wp-block-image img {
  margin-left: auto;
  margin-right: auto;
}

.default-block .wp-block-column {
  padding-left: 1rem;
  padding-right: 1rem;
}

.default-block .wp-block-column:nth-child(2n) {
  margin-left: 0px;
}

.default-block .wp-block-column .wp-block-image {
  margin-top: 0px;
}

@media not all and (min-width: 576px) {
  .default-block .wp-block-column .wp-block-image {
    margin-top: 0.5rem;
  }
}

@media (min-width: 768px) {
  .default-block .wp-block-column .wp-block-image {
    margin-bottom: 1.5rem;
  }
}

.default-block .wp-block-columns {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
  align-items: center !important;
}

@media not all and (min-width: 576px) {
  .default-block .wp-block-columns {
    display: block;
  }
}

@media (min-width: 768px) {
  .default-block .wp-block-columns {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) {
  .default-block .wp-block-columns {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 1310px) {
  .default-block .wp-block-columns {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.default-block .wp-block-columns .wp-block-gallery,
.default-block .wp-block-columns .blocks-gallery-item {
  margin: 0px;
  padding: 0px;
}

.default-block .wp-block-columns .wp-block-gallery {
  list-style-type: none;
}

.default-block .wp-block-columns .blocks-gallery-item::before {
  content: var(--tw-content);
  display: none;
}

.default-block .wp-block-button__link {
  display: inline-flex;
  min-width: 150px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.default-block .wp-block-button__link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .default-block .wp-block-button__link {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }
}

@media (min-width: 1310px) {
  .default-block .wp-block-button__link {
    min-width: 196px;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

.default-block a:not(.default-block .wp-block-button__link):not(.wp-element-button) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.default-block a:not(.default-block .wp-block-button__link):not(.wp-element-button):hover {
  text-decoration-line: underline;
}

.default-block a:not(.btn):not(.wp-element-button) {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.default-block a:not(.btn):not(.wp-element-button):hover {
  text-decoration-line: underline;
}

.comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

/* ------- search-result-article ------- */

.search-result-article {
  margin-bottom: 1rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  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;
}

.search-result-article:hover {
  background-color: rgb(136 24 30 / .1);
}

@media (min-width: 576px) {
  .search-result-article {
    margin-bottom: 2rem;
    padding: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.search-result-article>*:empty {
  display: none;
}

.search-result-article p a {
  margin-left: 0.25rem;
}

.entry-footer > *,
.entry-meta > * {
  margin-right: 0.5rem;
  border-right-width: 1px;
  border-right-color: rgb(148 163 184 / 0.8);
  padding-right: 0.5rem;
}

.entry-footer > *:last-child,
.entry-meta > *:last-child {
  margin-right: 0px;
  border-width: 0px;
  padding-right: 0px;
}

/* pagination */

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.75rem;
}

.pagination .page-numbers {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: inline-block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.pagination .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

@media (min-width: 576px) {
  .pagination .page-numbers {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.pagination .page-numbers.current {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

section[class^='bg-']:not(.banner) + section[class*='bg-'],
section[class*=' bg-']:not(.banner) + section[class*=' bg-'] {
  padding-top: 0px;
}

.slick-list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.slide-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* .slick-arrow */

.slick-arrow {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
  font-size: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.slick-arrow::before {
  z-index: -1;
  display: inline-block;
  font-family: icomoon;
  content: var(--tw-content);
  font-size: 1.25rem;
}

@media not all and (min-width: 992px) {
  .slick-arrow {
    bottom: 0px;
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }
}

@media (min-width: 992px) {
  .slick-arrow {
    top: 50%;
    --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));
  }
}

@media (min-width: 1310px) {
  .slick-arrow {
    width: 2.75rem;
    height: 2.75rem;
  }

  .slick-arrow::before {
    content: var(--tw-content);
    font-size: 1.5rem;
  }
}

.slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  opacity: 0.95;
}

.slick-arrow:not(.slick-disabled):hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 12px 40px rgba(17,51,60,.16);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.slick-prev::before {
  --tw-content: '\e941';
  content: var(--tw-content);
}

@media not all and (min-width: 992px) {
  .slick-prev {
    left: auto;
    right: 50%;
  }
}

@media (min-width: 992px) {
  .slick-prev {
    left: 0px;
  }
}

.slick-next::before {
  --tw-content: '\e942';
  content: var(--tw-content);
}

@media not all and (min-width: 992px) {
  .slick-next {
    right: auto;
    left: 50%;
  }
}

@media (min-width: 992px) {
  .slick-next {
    right: 0px;
  }
}

.arrow-white .slick-arrow {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.arrow-white .slick-arrow:not(.slick-disabled):hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity, 1));
}

/* Start slick-dots style */

.slick-dots {
  margin: 0px;
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
}

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

.slick-dots {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  font-size: 0px;
}

@media (min-width: 992px) {
  .slick-dots {
    gap: 0.625rem;
    padding-top: 2rem;
  }
}

@media (min-width: 1310px) {
  .slick-dots {
    padding-top: 3.875rem;
  }
}

.slick-dots:has(>li:only-child) {
  padding-top: 0px !important;
}

.slick-dots button {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.slick-dots button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.slick-dots .slick-active button {
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1310px) {
  .slick-dots .slick-active button {
    width: 68px;
  }
}

.slick-dots > li:only-child {
  display: none;
}

/* Start slick arrow and dots hidden class */

.arrows-none .slick-arrow {
  display: none !important;
}

.dots-none .slick-dots {
  display: none !important;
}

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

.dots-white .slick-dots .slick-active button {
  width: 1.125rem;
  height: 1.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

/* End slick arrow and dots hidden class */

/* CLS Fix */

[class^="slider-col-"],
[class*="slider-col-"] {
  visibility: hidden;
  display: flex;
}

[class^="slider-col-"].slick-slider,
[class*="slider-col-"].slick-slider {
  visibility: visible;
  display: block;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

.block-title h2 > span {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

/* list-icon */

ul.list-icon,
.list-icon ul {
  margin-left: 0px;
  list-style-type: none;
}

ul.list-icon li,
.list-icon ul li {
  position: relative;
  padding-left: 1.5rem;
}

ul.list-icon li::before,
.list-icon ul li::before {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: icomoon;
  --tw-content: '\e931';
  content: var(--tw-content);
}

@media (min-width: 1310px) {
  ul.list-icon li,
.list-icon ul li {
    padding-left: 1.75rem;
  }
}

ul.list-circle,
.list-circle ul {
  margin-left: 0px;
  list-style-type: none;
}

ul.list-circle li,
.list-circle ul li {
  position: relative;
  padding-left: 1.5rem;
}

ul.list-circle li::before,
.list-circle ul li::before {
  position: absolute;
  top: 5px;
  left: 0px;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  content: var(--tw-content);
  font-family: icomoon;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-2 {
  left: 0.5rem;
}

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[1\.3125rem\] {
  right: 1.3125rem;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-\[0\.9375rem\] {
  top: 0.9375rem;
}

.top-\[1\.375rem\] {
  top: 1.375rem;
}

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-4 {
  margin: 1rem;
}

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

.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

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

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

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

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

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

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

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

.-mr-\[4\.5rem\] {
  margin-right: -4.5rem;
}

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

.mb-0\.5 {
  margin-bottom: 0.125rem;
}

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

.mb-\[1\.125rem\] {
  margin-bottom: 1.125rem;
}

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

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

.mr-12 {
  margin-right: 3rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

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

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

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

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

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

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

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-24 {
  width: 6rem;
  height: 6rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-\[6\.25rem\] {
  width: 6.25rem;
  height: 6.25rem;
}

.h-12 {
  height: 3rem;
}

.h-48 {
  height: 12rem;
}

.h-\[12\.5rem\] {
  height: 12.5rem;
}

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

.h-\[5\.375rem\] {
  height: 5.375rem;
}

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

.h-\[inherit\] {
  height: inherit;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.w-\[6\.25rem\] {
  width: 6.25rem;
}

.w-\[8\.4375rem\] {
  width: 8.4375rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

.max-w-\[41\.25rem\] {
  max-width: 41.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

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

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

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

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

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

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

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

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * 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));
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-\[5rem\] {
  border-radius: 5rem;
}

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

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

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

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

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

.rounded-bl-\[30px\] {
  border-bottom-left-radius: 30px;
}

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

.rounded-tr-\[30px\] {
  border-top-right-radius: 30px;
}

.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-t {
  border-top-width: 1px;
}

.border-\[rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  border-color: rgba(0,0,0,0.1);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

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

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
}

.border-secondary-700\/20 {
  border-color: rgb(51 51 51 / 0.2);
}

.border-secondary-700\/\[\.16\] {
  border-color: rgb(51 51 51 / .16);
}

.border-secondary-800\/10 {
  border-color: rgb(36 36 36 / 0.1);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

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

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.bg-secondary-700\/10 {
  background-color: rgb(51 51 51 / 0.1);
}

.bg-secondary-700\/\[\.08\] {
  background-color: rgb(51 51 51 / .08);
}

.bg-secondary-700\/\[\.12\] {
  background-color: rgb(51 51 51 / .12);
}

.bg-secondary-700\/\[0\.08\] {
  background-color: rgb(51 51 51 / 0.08);
}

.bg-secondary\/\[\.08\] {
  background-color: rgb(28 28 28 / .08);
}

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

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

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'images\/stair-bg-img\.png\'\)\] {
  background-image: url('images/stair-bg-img.png');
}

.bg-\[url\(\.\/images\/clipped-service-icon\.png\)\] {
  background-image: url(./images/clipped-service-icon.png);
}

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

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

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-\[calc\(100\%-14px\)_89\%\] {
  background-position: calc(100% - 14px) 89%;
}

.bg-\[calc\(100\%-20px\)_bottom\] {
  background-position: calc(100% - 20px) bottom;
}

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

.bg-right-bottom {
  background-position: right bottom;
}

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.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-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

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

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

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

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

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

.pe-\[7\.5rem\] {
  padding-inline-end: 7.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

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

.pr-\[7\.5rem\] {
  padding-right: 7.5rem;
}

.ps-12 {
  padding-inline-start: 3rem;
}

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

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

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

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

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

.pt-\[1\.375rem\] {
  padding-top: 1.375rem;
}

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

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

.font-primary {
  font-family: 'Source Sans 3', sans-serif;
}

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

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

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

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

.text-\[0\.875rem\] {
  font-size: 0.875rem;
}

.text-\[0\.9375rem\] {
  font-size: 0.9375rem;
}

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

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

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

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

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

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

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

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

.text-\[2\.25rem\] {
  font-size: 2.25rem;
}

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

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

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

.text-\[6\.25rem\] {
  font-size: 6.25rem;
}

.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-bold {
  font-weight: 700;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

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

.leading-\[1\.142857142857143\] {
  line-height: 1.142857142857143;
}

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

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

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

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

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

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

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

.text-\[inherit\] {
  color: inherit;
}

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

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

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

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

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

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

.text-secondary-700\/50 {
  color: rgb(51 51 51 / 0.5);
}

.text-secondary-700\/70 {
  color: rgb(51 51 51 / 0.7);
}

.text-ss-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(255 193 7 / var(--tw-text-opacity, 1));
}

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

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

.opacity-\[\.06\] {
  opacity: .06;
}

.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-\[0px_5px_16px_0px_rgba\(0\2c 0\2c 0\2c 0\.10\)\] {
  --tw-shadow: 0px 5px 16px 0px rgba(0,0,0,0.10);
  --tw-shadow-colored: 0px 5px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

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

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

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.stretched-link::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
}

.title-white :is(h1,h2,h3,h4,h5,h6) {
  color: #ffffff;
}

.counter-wrap {
  counter-reset: counter-count 0;
}

.counter-count:before {
  content: counter(counter-count, decimal-leading-zero);
  counter-increment: counter-count;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.placeholder\:text-secondary-700\/50::-moz-placeholder {
  color: rgb(51 51 51 / 0.5);
}

.placeholder\:text-secondary-700\/50::placeholder {
  color: rgb(51 51 51 / 0.5);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:right-4::after {
  content: var(--tw-content);
  right: 1rem;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:top-\[1\.125rem\]::after {
  content: var(--tw-content);
  top: 1.125rem;
}

.after\:z-\[-1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:bg-black\/75::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.75);
}

.after\:bg-black\/80::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.8);
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:bg-gradient-to-br::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

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

.after\:from-black\/70::after {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:from-black\/90::after {
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:via-black\/60::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.after\:to-black::after {
  content: var(--tw-content);
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.after\:to-black\/0::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.after\:to-black\/30::after {
  content: var(--tw-content);
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}

.after\:font-icomoon::after {
  content: var(--tw-content);
  font-family: icomoon;
}

.after\:text-\[0\.875rem\]::after {
  content: var(--tw-content);
  font-size: 0.875rem;
}

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

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:content-\[\'\\e91c\'\]::after {
  --tw-content: '\e91c';
  content: var(--tw-content);
}

.checked\:border-primary:checked {
  --tw-border-opacity: 1;
  border-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
}

.checked\:bg-primary:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:shadow-\[0_4px_8px_rgba\(0\2c 0\2c 0\2c 0\.5\)\]:hover {
  --tw-shadow: 0 4px 8px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.hover\:title-white:hover :is(h1,h2,h3,h4,h5,h6) {
  color: #ffffff;
}

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

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

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

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1310px) {
  .max-2xl\:justify-center {
    justify-content: center;
  }
}

@media not all and (min-width: 1200px) {
  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:justify-end {
    justify-content: flex-end;
  }

  .max-xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media not all and (min-width: 992px) {
  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:justify-center {
    justify-content: center;
  }

  .max-lg\:text-center {
    text-align: center;
  }

  .max-lg\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

  .max-md\:cursor-pointer {
    cursor: pointer;
  }

  .max-md\:flex-col {
    flex-direction: column;
  }

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

  .max-md\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .max-md\:p-4 {
    padding: 1rem;
  }

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

@media not all and (min-width: 576px) {
  .max-sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

  .max-sm\:flex-col {
    flex-direction: column;
  }

  .max-sm\:items-center {
    align-items: center;
  }

  .max-sm\:text-\[0\.9375rem\] {
    font-size: 0.9375rem;
  }
}

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

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:top-11 {
    top: 2.75rem;
  }

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

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

  .sm\:-ml-\[3\.125rem\] {
    margin-left: -3.125rem;
  }

  .sm\:ml-\[3\.125rem\] {
    margin-left: 3.125rem;
  }

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

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

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

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

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

  .sm\:flex-\[0_0_auto\] {
    flex: 0 0 auto;
  }

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

  .sm\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

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

  .sm\:p-6 {
    padding: 1.5rem;
  }

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

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

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

  .sm\:\!pl-0 {
    padding-left: 0px !important;
  }

  .sm\:text-right {
    text-align: right;
  }

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

@media (min-width: 768px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }

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

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

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

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

  .md\:\!block {
    display: block !important;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-\[42\.4\%\] {
    width: 42.4%;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 992px) {
  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

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

  .lg\:-ml-\[4\.375rem\] {
    margin-left: -4.375rem;
  }

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

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

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

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

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

  .lg\:ml-\[4\.375rem\] {
    margin-left: 4.375rem;
  }

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

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

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

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

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

  .lg\:size-9 {
    width: 2.25rem;
    height: 2.25rem;
  }

  .lg\:size-\[8\.75rem\] {
    width: 8.75rem;
    height: 8.75rem;
  }

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

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

  .lg\:w-\[32\.7\%\] {
    width: 32.7%;
  }

  .lg\:w-\[33\.2\%\] {
    width: 33.2%;
  }

  .lg\:w-\[35\.2\%\] {
    width: 35.2%;
  }

  .lg\:w-\[40\.6\%\] {
    width: 40.6%;
  }

  .lg\:w-\[48\.3\%\] {
    width: 48.3%;
  }

  .lg\:w-\[51\.7\%\] {
    width: 51.7%;
  }

  .lg\:w-\[59\.4\%\] {
    width: 59.4%;
  }

  .lg\:w-\[64\.8\%\] {
    width: 64.8%;
  }

  .lg\:w-\[66\.8\%\] {
    width: 66.8%;
  }

  .lg\:w-\[67\.3\%\] {
    width: 67.3%;
  }

  .lg\:w-\[calc\(100\%-200px\)\] {
    width: calc(100% - 200px);
  }

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

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

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

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

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

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

  .lg\:flex-\[0_0_200px\] {
    flex: 0 0 200px;
  }

  .lg\:flex-\[0_0_400px\] {
    flex: 0 0 400px;
  }

  .lg\:flex-\[0_0_auto\] {
    flex: 0 0 auto;
  }

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

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

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

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

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
  }

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

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

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

  .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\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-primary {
    --tw-border-opacity: 1;
    border-right-color: rgb(136 24 30 / var(--tw-border-opacity, 1));
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

  .lg\:p-\[1\.875rem\] {
    padding: 1.875rem;
  }

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

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .lg\:px-\[1\.75rem\] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

  .lg\:pl-12 {
    padding-left: 3rem;
  }

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

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

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

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

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

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

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

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

@media (min-width: 1200px) {
  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

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

  .xl\:my-\[5\.25rem\] {
    margin-top: 5.25rem;
    margin-bottom: 5.25rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

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

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

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

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

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:hidden {
    display: none;
  }

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

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

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-1\/6 {
    width: 16.666667%;
  }

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

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

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

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

  .xl\:w-full {
    width: 100%;
  }

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

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

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

  .xl\:gap-y-6 {
    row-gap: 1.5rem;
  }

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

  .xl\:\!py-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

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

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

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

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

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

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

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

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

@media (min-width: 1310px) {
  .\32xl\:bottom-8 {
    bottom: 2rem;
  }

  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:top-5 {
    top: 1.25rem;
  }

  .\32xl\:top-7 {
    top: 1.75rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

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

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .\32xl\:-ml-\[5\.75rem\] {
    margin-left: -5.75rem;
  }

  .\32xl\:-mr-20 {
    margin-right: -5rem;
  }

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

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

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

  .\32xl\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

  .\32xl\:mb-\[0\.9375rem\] {
    margin-bottom: 0.9375rem;
  }

  .\32xl\:mb-\[1\.375rem\] {
    margin-bottom: 1.375rem;
  }

  .\32xl\:mb-\[1\.625rem\] {
    margin-bottom: 1.625rem;
  }

  .\32xl\:mb-\[2\.375rem\] {
    margin-bottom: 2.375rem;
  }

  .\32xl\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }

  .\32xl\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }

  .\32xl\:mb-\[7\.1875rem\] {
    margin-bottom: 7.1875rem;
  }

  .\32xl\:ml-\[5\.75rem\] {
    margin-left: 5.75rem;
  }

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

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

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

  .\32xl\:mt-20 {
    margin-top: 5rem;
  }

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

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

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

  .\32xl\:mt-\[1\.375rem\] {
    margin-top: 1.375rem;
  }

  .\32xl\:mt-\[187px\] {
    margin-top: 187px;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:size-10 {
    width: 2.5rem;
    height: 2.5rem;
  }

  .\32xl\:size-16 {
    width: 4rem;
    height: 4rem;
  }

  .\32xl\:size-4 {
    width: 1rem;
    height: 1rem;
  }

  .\32xl\:size-\[11\.5rem\] {
    width: 11.5rem;
    height: 11.5rem;
  }

  .\32xl\:size-\[120px\] {
    width: 120px;
    height: 120px;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-\[244px\] {
    height: 244px;
  }

  .\32xl\:h-\[8\.3125rem\] {
    height: 8.3125rem;
  }

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

  .\32xl\:w-\[12\.4375rem\] {
    width: 12.4375rem;
  }

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

  .\32xl\:max-w-\[1280px\] {
    max-width: 1280px;
  }

  .\32xl\:gap-3 {
    gap: 0.75rem;
  }

  .\32xl\:gap-3\.5 {
    gap: 0.875rem;
  }

  .\32xl\:gap-5 {
    gap: 1.25rem;
  }

  .\32xl\:gap-6 {
    gap: 1.5rem;
  }

  .\32xl\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

  .\32xl\:gap-x-14 {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

  .\32xl\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .\32xl\:gap-x-\[3\.125rem\] {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }

  .\32xl\:gap-x-\[3\.75rem\] {
    -moz-column-gap: 3.75rem;
         column-gap: 3.75rem;
  }

  .\32xl\:gap-y-12 {
    row-gap: 3rem;
  }

  .\32xl\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

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

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

  .\32xl\:rounded-bl-\[1\.875rem\] {
    border-bottom-left-radius: 1.875rem;
  }

  .\32xl\:rounded-tr-\[1\.875rem\] {
    border-top-right-radius: 1.875rem;
  }

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

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

  .\32xl\:p-3\.5 {
    padding: 0.875rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:\!py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }

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

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

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

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

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:px-\[2\.125rem\] {
    padding-left: 2.125rem;
    padding-right: 2.125rem;
  }

  .\32xl\:px-\[72px\] {
    padding-left: 72px;
    padding-right: 72px;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

  .\32xl\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

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

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

  .\32xl\:py-\[3\.25rem\] {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\32xl\:\!pr-\[3\.75rem\] {
    padding-right: 3.75rem !important;
  }

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

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

  .\32xl\:pb-\[2\.75rem\] {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pb-\[3\.375rem\] {
    padding-bottom: 3.375rem;
  }

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

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

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

  .\32xl\:pl-\[2\.0625rem\] {
    padding-left: 2.0625rem;
  }

  .\32xl\:pl-\[9\.75rem\] {
    padding-left: 9.75rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pr-\[2\.125rem\] {
    padding-right: 2.125rem;
  }

  .\32xl\:pr-\[8\.75rem\] {
    padding-right: 8.75rem;
  }

  .\32xl\:pr-\[8rem\] {
    padding-right: 8rem;
  }

  .\32xl\:ps-14 {
    padding-inline-start: 3.5rem;
  }

  .\32xl\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .\32xl\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .\32xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

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

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

  .\32xl\:text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

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

  .\32xl\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

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

  .\32xl\:text-\[6\.25rem\] {
    font-size: 6.25rem;
  }

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

  .\32xl\:text-\[9\.375rem\] {
    font-size: 9.375rem;
  }

  .\32xl\:leading-\[1\.3\] {
    line-height: 1.3;
  }

  .\32xl\:leading-\[1\.583333333333333\] {
    line-height: 1.583333333333333;
  }

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

  .\32xl\:leading-snug {
    line-height: 1.375;
  }
}

.\[\&\+figure\]\:mt-4+figure {
  margin-top: 1rem;
}

.\[\&\.active\]\:pb-2\.5.active {
  padding-bottom: 0.625rem;
}

.after\:\[\&\.active\]\:top-3\.5.active::after {
  content: var(--tw-content);
  top: 0.875rem;
}

.after\:\[\&\.active\]\:rotate-180.active::after {
  content: var(--tw-content);
  --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));
}

@media (min-width: 1310px) {
  .\32xl\:\[\&\.active\]\:pb-3\.5.active {
    padding-bottom: 0.875rem;
  }
}

.\[\&\.active_i\]\:rotate-180.active i {
  --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));
}

.\[\&\.active_i\]\:border-transparent.active i {
  border-color: transparent;
}

.\[\&\.active_i\]\:before\:content-\[\'\\e912\'\].active i::before {
  --tw-content: '\e912';
  content: var(--tw-content);
}

.\[\&\.btn-outlineWhite\]\:flex-row-reverse.btn-outlineWhite {
  flex-direction: row-reverse;
}

.\[\&\.disabled\]\:pointer-events-none.disabled {
  pointer-events: none;
}

.\[\&\.disabled\]\:opacity-80.disabled {
  opacity: 0.8;
}

.\[\&\.itemActive\]\:bg-primary.itemActive {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.\[\&\.itemActive\]\:text-white.itemActive {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&\.itemActive\]\:title-white.itemActive :is(h1,h2,h3,h4,h5,h6) {
  color: #ffffff;
}

.\[\&\.list-icon_ul\]\:text-\[1\.125rem\].list-icon ul {
  font-size: 1.125rem;
}

@media (min-width: 576px) {
  .sm\:\[\&\.list-icon_ul\]\:text-\[1\.25rem\].list-icon ul {
    font-size: 1.25rem;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&\.list-icon_ul\]\:text-\[1\.375rem\].list-icon ul {
    font-size: 1.375rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&\.list-icon_ul\]\:text-\[1\.5rem\].list-icon ul {
    font-size: 1.5rem;
  }
}

.\[\&\.list-icon_ul_li\]\:pl-6.list-icon ul li {
  padding-left: 1.5rem;
}

@media (min-width: 576px) {
  .sm\:\[\&\.list-icon_ul_li\]\:pl-8.list-icon ul li {
    padding-left: 2rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&\.list-icon_ul_li\]\:pl-10.list-icon ul li {
    padding-left: 2.5rem;
  }
}

.\[\&\:not\(\.itemActive\)\]\:border:not(.itemActive) {
  border-width: 1px;
}

.\[\&\:not\(\.itemActive\)\]\:border-secondary-700\/20:not(.itemActive) {
  border-color: rgb(51 51 51 / 0.2);
}

.\[\&\:not\(\:hover\)\]\:text-black:not(:hover) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&\:not\(\:hover\)\]\:text-inherit:not(:hover) {
  color: inherit;
}

.\[\&\:not\(\:hover\)\]\:text-secondary-700\/50:not(:hover) {
  color: rgb(51 51 51 / 0.5);
}

.\[\&\:not\(\:hover\)_span\]\:underline:not(:hover) span {
  text-decoration-line: underline;
}

.last\:\[\&\:nth-child\(even\)\>div\]\:pl-4:nth-child(even)>div:last-child {
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .lg\:last\:\[\&\:nth-child\(even\)\>div\]\:pr-8:nth-child(even)>div:last-child {
    padding-right: 2rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:last\:\[\&\:nth-child\(even\)\>div\]\:pr-20:nth-child(even)>div:last-child {
    padding-right: 5rem;
  }
}

.\[\&\>\*\]\:mb-0>* {
  margin-bottom: 0px;
}

.last\:\[\&\>\*\]\:mb-0>*:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .\[\&\>div\:first-of-type\]\:lg\:mb-16>div:first-of-type {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1200px) {
  .\[\&\>div\:first-of-type\]\:xl\:mb-20>div:first-of-type {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1310px) {
  .\[\&\>div\:first-of-type\]\:2xl\:mb-24>div:first-of-type {
    margin-bottom: 6rem;
  }
}

.even\:\[\&\>div\]\:flex-row-reverse>div:nth-child(even) {
  flex-direction: row-reverse;
}

.\[\&\>figure\]\:mb-0>figure {
  margin-bottom: 0px;
}

.\[\&\>figure\]\:w-full>figure {
  width: 100%;
}

.\[\&\>figure\]\:flex-none>figure {
  flex: none;
}

@media (min-width: 992px) {
  .lg\:\[\&\>figure\]\:w-\[35\%\]>figure {
    width: 35%;
  }

  .lg\:\[\&\>figure\]\:pr-8>figure {
    padding-right: 2rem;
  }

  .lg\:\[\&\>figure_img\]\:w-full>figure img {
    width: 100%;
  }
}

.\[\&\>span\]\:flex>span {
  display: flex;
}

.\[\&\>span\]\:flex-wrap>span {
  flex-wrap: wrap;
}

.\[\&\>span\]\:items-center>span {
  align-items: center;
}

.\[\&\>span\]\:justify-center>span {
  justify-content: center;
}

.\[\&\>span\]\:gap-2>span {
  gap: 0.5rem;
}

.\[\&_\.fancybox-button\]\:rounded-bl-md .fancybox-button {
  border-bottom-left-radius: 0.375rem;
}

.\[\&_\.fancybox-button\]\:bg-white .fancybox-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_\.slick-arrow\]\:\!hidden .slick-arrow {
  display: none !important;
}

@media not all and (min-width: 992px) {
  .max-lg\:\[\&_\.slick-arrow\]\:bottom-4 .slick-arrow {
    bottom: 1rem;
  }
}

.\[\&_\.slick-dots\]\:\!hidden .slick-dots {
  display: none !important;
}

.\[\&_\.slick-list\]\:-mx-2 .slick-list {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.\[\&_\.slick-list\]\:-mx-3 .slick-list {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

@media (min-width: 1200px) {
  .xl\:\[\&_\.slick-list\]\:-mx-5 .slick-list {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_\.slick-list\]\:-mx-7 .slick-list {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&_\.slick-next\]\:right-6 .slick-next {
    right: 1.5rem;
  }

  .lg\:\[\&_\.slick-prev\]\:left-6 .slick-prev {
    left: 1.5rem;
  }
}

.\[\&_\.slick-slide\]\:h-\[inherit\] .slick-slide {
  height: inherit;
}

.\[\&_\.slick-track\]\:flex .slick-track {
  display: flex;
}

.\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\:not\(\:first-child\)\]\:mt-6 :is(h2,h3,h4,h5,h6):not(:first-child) {
  margin-top: 1.5rem;
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\:not\(\:first-child\)\]\:mt-10 :is(h2,h3,h4,h5,h6):not(:first-child) {
    margin-top: 2.5rem;
  }
}

.\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\:not\(first-child\)\]\:mt-6 :is(h2,h3,h4,h5,h6):not(first-child) {
  margin-top: 1.5rem;
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\:not\(first-child\)\]\:mt-10 :is(h2,h3,h4,h5,h6):not(first-child) {
    margin-top: 2.5rem;
  }
}

.\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\]\:text-\[1\.375rem\] :is(h2,h3,h4,h5,h6) {
  font-size: 1.375rem;
}

@media (min-width: 992px) {
  .lg\:\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\]\:text-\[1\.5625rem\] :is(h2,h3,h4,h5,h6) {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\]\:mb-6 :is(h2,h3,h4,h5,h6) {
    margin-bottom: 1.5rem;
  }

  .\32xl\:\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\)\]\:text-\[1\.75rem\] :is(h2,h3,h4,h5,h6) {
    font-size: 1.75rem;
  }
}

.\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\2c p\)\+ul\]\:mt-5 :is(h2,h3,h4,h5,h6,p)+ul {
  margin-top: 1.25rem;
}

@media (min-width: 992px) {
  .lg\:\[\&_\:is\(h2\2c h3\2c h4\2c h5\2c h6\2c p\)\+ul\]\:mt-7 :is(h2,h3,h4,h5,h6,p)+ul {
    margin-top: 1.75rem;
  }
}

.\[\&_\:is\(h3\2c h4\2c h5\2c h6\)\:not\(\:first-child\)\]\:mt-6 :is(h3,h4,h5,h6):not(:first-child) {
  margin-top: 1.5rem;
}

@media (min-width: 992px) {
  .lg\:\[\&_\:is\(h3\2c h4\2c h5\2c h6\)\:not\(\:first-child\)\]\:mt-8 :is(h3,h4,h5,h6):not(:first-child) {
    margin-top: 2rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_\:is\(h3\2c h4\2c h5\2c h6\)\:not\(\:first-child\)\]\:mt-12 :is(h3,h4,h5,h6):not(:first-child) {
    margin-top: 3rem;
  }
}

.\[\&_\:is\(h3\2c h4\2c h5\2c h6\)\]\:text-black :is(h3,h4,h5,h6) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_\:is\(ul\2c ol\)\]\:ml-5 :is(ul,ol) {
  margin-left: 1.25rem;
}

.\[\&_a\:not\(\.btn\)\]\:text-white a:not(.btn) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\:not\(\.btn\)\]\:text-inherit a:not(.btn) {
  color: inherit;
}

.\[\&_a\:not\(\.btn\)\]\:underline a:not(.btn) {
  text-decoration-line: underline;
}

.hover\:\[\&_a\:not\(\.btn\)\]\:underline a:not(.btn):hover {
  text-decoration-line: underline;
}

.hover\:\[\&_a\:not\(\.btn\)\]\:no-underline a:not(.btn):hover {
  text-decoration-line: none;
}

.hover\:\[\&_a\:not\(\.btn\)\]\:opacity-80 a:not(.btn):hover {
  opacity: 0.8;
}

.\[\&_a\:not\(\:hover\)\]\:text-secondary-700 a:not(:hover) {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:grid a {
  display: grid;
}

.\[\&_a\]\:size-8 a {
  width: 2rem;
  height: 2rem;
}

.\[\&_a\]\:place-items-center a {
  place-items: center;
}

.\[\&_a\]\:rounded-full a {
  border-radius: 9999px;
}

.\[\&_a\]\:bg-ss-gray-100\/20 a {
  background-color: rgb(253 245 245 / 0.2);
}

.\[\&_a\]\:text-\[0\.75rem\] a {
  font-size: 0.75rem;
}

.\[\&_a\]\:font-semibold a {
  font-weight: 600;
}

.\[\&_a\]\:text-inherit a {
  color: inherit;
}

.\[\&_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 !important;
}

.hover\:\[\&_a\]\:bg-primary a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_a\]\:text-primary a:hover {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_a\]\:text-white a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:\[\&_a\]\:underline a:hover {
  text-decoration-line: underline;
}

@media not all and (min-width: 1310px) {
  .max-2xl\:\[\&_br\]\:hidden br {
    display: none;
  }
}

@media not all and (min-width: 992px) {
  .max-lg\:\[\&_br\]\:hidden br {
    display: none;
  }
}

.\[\&_button\]\:flex button {
  display: flex;
}

.\[\&_button\]\:w-full button {
  width: 100%;
}

.\[\&_button\]\:min-w-\[auto\] button {
  min-width: auto;
}

.\[\&_button\]\:items-center button {
  align-items: center;
}

.\[\&_button\]\:gap-2 button {
  gap: 0.5rem;
}

.\[\&_button\]\:border button {
  border-width: 1px;
}

.\[\&_button\]\:border-secondary-700 button {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}

.\[\&_button\]\:bg-white button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_button\]\:px-3\.5 button {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.\[\&_button\]\:px-5 button {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\[\&_button\]\:py-2 button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_button\]\:font-semibold button {
  font-weight: 600;
}

.\[\&_button\]\:text-secondary-700 button {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

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

.\[\&_button\]\:duration-300 button {
  transition-duration: 300ms;
}

.first\:\[\&_button\]\:rounded-l-\[5rem\] button:first-child {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}

.last\:\[\&_button\]\:rounded-r-\[5rem\] button:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.last\:\[\&_button\]\:border-l-0 button:last-child {
  border-left-width: 0px;
}

.hover\:\[\&_button\]\:border-transparent button:hover {
  border-color: transparent;
}

.hover\:\[\&_button\]\:bg-primary button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 24 30 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_button\]\:text-white button:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_button\]\:py-3\.5 button {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.\[\&_h2\]\:mb-1\.5 h2 {
  margin-bottom: 0.375rem;
}

.\[\&_h3\]\:mb-1\.5 h3 {
  margin-bottom: 0.375rem;
}

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

@media (min-width: 1310px) {
  .\32xl\:\[\&_h3\]\:text-\[34px\] h3 {
    font-size: 34px;
  }
}

.\[\&_h5\]\:text-right h5 {
  text-align: right;
}

.\[\&_h5_a\]\:text-inherit h5 a {
  color: inherit;
}

.\[\&_h6\]\:font-semibold h6 {
  font-weight: 600;
}

.\[\&_h6\]\:text-primary h6 {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

.\[\&_i\]\:mt-3 i {
  margin-top: 0.75rem;
}

.\[\&_i\]\:inline-block i {
  display: inline-block;
}

.\[\&_i\]\:flex-none i {
  flex: none;
}

.\[\&_i\]\:-rotate-90 i {
  --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));
}

.\[\&_i\]\:text-\[1\.125rem\] i {
  font-size: 1.125rem;
}

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

.\[\&_i\]\:text-\[5\.875rem\] i {
  font-size: 5.875rem;
}

.\[\&_i\]\:text-primary i {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_i\]\:text-\[1\.25rem\] i {
    font-size: 1.25rem;
  }
}

.\[\&_iframe\]\:h-\[220px\] iframe {
  height: 220px;
}

.\[\&_iframe\]\:h-\[25rem\] iframe {
  height: 25rem;
}

.\[\&_iframe\]\:h-\[320px\] iframe {
  height: 320px;
}

.\[\&_iframe\]\:h-\[400px\] iframe {
  height: 400px;
}

.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}

.\[\&_iframe\]\:rounded-lg iframe {
  border-radius: 0.5rem;
}

.\[\&_iframe\]\:rounded-xl iframe {
  border-radius: 0.75rem;
}

@media (min-width: 992px) {
  .lg\:\[\&_iframe\]\:h-\[38\.75rem\] iframe {
    height: 38.75rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_iframe\]\:h-\[46\.375rem\] iframe {
    height: 46.375rem;
  }

  .\32xl\:\[\&_iframe\]\:h-\[492px\] iframe {
    height: 492px;
  }

  .\32xl\:\[\&_iframe\]\:h-\[589px\] iframe {
    height: 589px;
  }
}

.\[\&_img\]\:ml-auto img {
  margin-left: auto;
}

.\[\&_img\]\:aspect-\[270\/220\] img {
  aspect-ratio: 270/220;
}

.\[\&_img\]\:aspect-\[379\/250\] img {
  aspect-ratio: 379/250;
}

.\[\&_img\]\:aspect-video img {
  aspect-ratio: 16 / 9;
}

.\[\&_img\]\:size-full img {
  width: 100%;
  height: 100%;
}

.\[\&_img\]\:max-h-\[100px\] img {
  max-height: 100px;
}

.\[\&_img\]\:max-h-\[162px\] img {
  max-height: 162px;
}

.\[\&_img\]\:max-h-\[177px\] img {
  max-height: 177px;
}

.\[\&_img\]\:max-h-\[80px\] img {
  max-height: 80px;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:max-w-\[115px\] img {
  max-width: 115px;
}

.\[\&_img\]\:max-w-\[130px\] img {
  max-width: 130px;
}

.\[\&_img\]\:max-w-\[251px\] img {
  max-width: 251px;
}

.\[\&_img\]\:max-w-\[262px\] img {
  max-width: 262px;
}

.\[\&_img\]\:max-w-\[40px\] img {
  max-width: 40px;
}

.\[\&_img\]\:rounded-lg img {
  border-radius: 0.5rem;
}

.\[\&_img\]\:rounded-xl img {
  border-radius: 0.75rem;
}

.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_img\]\:object-center img {
  -o-object-position: center;
     object-position: center;
}

.\[\&_img\]\:object-right-bottom img {
  -o-object-position: right bottom;
     object-position: right bottom;
}

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

.\[\&_img\]\:duration-300 img {
  transition-duration: 300ms;
}

.group:hover .group-hover\:\[\&_img\]\:scale-105 img {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:\[\&_img\]\:scale-110 img {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:\[\&_img\]\:scale-125 img {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 576px) {
  .sm\:\[\&_img\]\:max-w-\[130px\] img {
    max-width: 130px;
  }
}

@media (min-width: 768px) {
  .md\:\[\&_img\]\:h-\[15\.625rem\] img {
    height: 15.625rem;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&_img\]\:max-h-\[120px\] img {
    max-height: 120px;
  }

  .lg\:\[\&_img\]\:max-w-\[152px\] img {
    max-width: 152px;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_img\]\:max-h-\[140px\] img {
    max-height: 140px;
  }

  .\32xl\:\[\&_img\]\:max-w-\[333px\] img {
    max-width: 333px;
  }
}

.\[\&_li\]\:px-1\.5 li {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.\[\&_li\]\:capitalize li {
  text-transform: capitalize;
}

.before\:\[\&_li\]\:text-\[1\.125rem\] li::before {
  content: var(--tw-content);
  font-size: 1.125rem;
}

.before\:\[\&_li\]\:text-primary li::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_li\]\:px-3 li {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_li\]\:\!pl-\[1\.9375rem\] li {
    padding-left: 1.9375rem !important;
  }
}

.\[\&_li_\:is\(ul\2c ol\)\]\:mt-4 li :is(ul,ol) {
  margin-top: 1rem;
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_p\]\:mb-2 p {
  margin-bottom: 0.5rem;
}

.\[\&_p\]\:line-clamp-2 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\[\&_p\]\:line-clamp-5 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.last\:\[\&_p\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.last-of-type\:\[\&_p\]\:mb-0 p:last-of-type {
  margin-bottom: 0px;
}

.\[\&_p_a\:not\(\:hover\)\]\:text-inherit p a:not(:hover) {
  color: inherit;
}

.\[\&_p_a\:not\(\:hover\)\]\:underline p a:not(:hover) {
  text-decoration-line: underline;
}

.before\:\[\&_q\]\:hidden q::before {
  content: var(--tw-content);
  display: none;
}

.after\:\[\&_q\]\:hidden q::after {
  content: var(--tw-content);
  display: none;
}

.\[\&_span\]\:flex span {
  display: flex;
}

.\[\&_span\]\:inline-flex span {
  display: inline-flex;
}

.\[\&_span\]\:gap-2 span {
  gap: 0.5rem;
}

.\[\&_span\]\:font-normal span {
  font-weight: 400;
}

.\[\&_span\]\:text-primary span {
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_span\]\:gap-4 span {
    gap: 1rem;
  }
}

.\[\&_span_strong\]\:font-semibold span strong {
  font-weight: 600;
}

.\[\&_span_strong\]\:text-black span strong {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_strong\]\:font-semibold strong {
  font-weight: 600;
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_strong\]\:text-\[1\.25rem\] strong {
    font-size: 1.25rem;
  }
}

.\[\&_ul\]\:mb-0 ul {
  margin-bottom: 0px;
}

.\[\&_ul\]\:ml-0 ul {
  margin-left: 0px;
}

.\[\&_ul\]\:mt-4 ul {
  margin-top: 1rem;
}

.\[\&_ul\]\:list-none ul {
  list-style-type: none;
}

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

.\[\&_ul\]\:space-y-2 ul > :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));
}

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

.\[\&_ul\]\:text-\[1\.125rem\] ul {
  font-size: 1.125rem;
}

.\[\&_ul\]\:leading-tight ul {
  line-height: 1.25;
}

.\[\&_ul\]\:text-black ul {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_ul\]\:text-\[1\.25rem\] ul {
    font-size: 1.25rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_ul\]\:mt-6 ul {
    margin-top: 1.5rem;
  }

  .\32xl\:\[\&_ul\]\:space-y-4 ul > :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));
  }

  .\32xl\:\[\&_ul\]\:space-y-\[1\.25rem\] ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .\32xl\:\[\&_ul\]\:text-\[1\.5rem\] ul {
    font-size: 1.5rem;
  }
}

.\[\&_ul_li\]\:before\:text-primary ul li::before {
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(136 24 30 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_ul_li\]\:pl-\[2\.625rem\] ul li {
    padding-left: 2.625rem;
  }
}
