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

@font-face {
  font-family: 'Bebas Neue';

  src: url('fonts/BebasNeueBold.eot');

  src: url('fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueBold.woff2') format('woff2'),
        url('fonts/BebasNeueBold.woff') format('woff');

  font-weight: bold;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';

  src: url('fonts/BebasNeue.eot');

  src: url('fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeue.woff2') format('woff2'),
        url('fonts/BebasNeue.woff') format('woff');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue';

  src: url('fonts/BebasNeueLight.eot');

  src: url('fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/BebasNeueLight.woff2') format('woff2'),
        url('fonts/BebasNeueLight.woff') format('woff');

  font-weight: 300;

  font-style: normal;

  font-display: swap;
}

/* icomoon  */

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

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

  src:  url('fonts/icomoon.eot?4wivwg#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?4wivwg') format('truetype'),
    url('fonts/icomoon.woff?4wivwg') format('woff'),
    url('fonts/icomoon.svg?4wivwg#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-phone:before {
  content: "\e900";
}

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

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

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

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

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

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

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

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

.icon-arrow-up-alt:before {
  content: "\e909";
}

.icon-arrow-down-alt:before {
  content: "\e90a";
}

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

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

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

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

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

.icon-haircut-beard-trim:before {
  content: "\e910";
}

.icon-trim-cut-wash:before {
  content: "\e911";
}

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

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

.icon-paint-brush:before {
  content: "\e914";
}

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

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

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

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

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

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

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

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

.icon-scissor-comb:before {
  content: "\e91d";
}

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

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

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

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

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

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

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

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

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

/**
 * 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: Lato, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 1310px) {
  body {
    font-size: 1.125rem;
    line-height: 1.555555555555556;
  }
}

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(48 92 222 / 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(48 92 222 / 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-family: Bebas Neue, Arial Narrow, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(19 21 23 / 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.125rem;
}

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

@media (min-width: 1310px) {
  h1,
	.h1 {
    font-size: 4.375rem;
    line-height: 1.542857142857143;
  }
}

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

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

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

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

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

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

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

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

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

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

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(48 92 222 / var(--tw-border-opacity, 1));
  background-color: rgb(48 92 222 / 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(48 92 222 / 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%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.site-header.stickyHeader {
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 23 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 15px rgba(0,0,0,.2);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

@media (min-width: 1200px) {
  .site-nav {
    -moz-column-gap: 3.125rem;
         column-gap: 3.125rem;
  }
}

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

.site-header .navbar-brand {
  display: inline-flex;
  width: 160px;
  flex: none;
  justify-content: center;
  line-height: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.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;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}

.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-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.125rem;
  text-transform: uppercase;
  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(48 92 222 / 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.375rem;
  }
}

.site-header .current-menu-item .nav-link {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.site-header .navbar-nav > .menu-item-has-children:hover>.caret {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.site-header .navbar-nav > .menu-item-has-children:hover>.nav-link:after {
  width: 100%;
}

.site-header .navbar-nav > .menu-item-has-children:hover>.nav-link {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

/* navbar collapse */

.site-header .navbar-collapse {
  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(19 21 23 / 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: space-between;
    gap: 2rem;
  }
}

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

.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: 1.125rem;
  }
}

.site-header .current-menu-item > .dropdown-item {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / 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.5rem;
    width: auto;
    height: auto;
  }
}

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

/* 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(48 92 222 / 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(48 92 222 / 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;
}

@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;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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));
  }

  .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(48 92 222 / 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: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  --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(19 21 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .btn {
    font-size: 1.25rem;
  }
}

@media (min-width: 1310px) {
  .btn {
    min-width: 120px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.btn-outline {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

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

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

/*------- 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,
.gform_wrapper .hidden_label legend.gfield_label {
  display: none;
}

/* Labels */

.gform_wrapper label,
.gform_wrapper legend.gfield_label {
  margin-bottom: 0.75rem;
  display: block;
  font-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(19 21 23 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  .gform_wrapper label,
.gform_wrapper legend.gfield_label {
    font-size: 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));
  display: none;
}

/* ---------------- 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: 2rem;
  }
}

.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.25rem;
  border-width: 1px;
  --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));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 18px !important;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / 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 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.gform_wrapper
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.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(48 92 222 / 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);
}

/* 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;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

/* Textarea */

.gform_wrapper textarea {
  min-height: 180px;
}

/* 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;
  --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 .gchoice label,
.gform_wrapper .gchoice input {
  cursor: pointer;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: none;
}

/* ---------------- 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 {
  display: none;
  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(239 68 68 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.gfield_error
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::-moz-placeholder, .gfield_error select::-moz-placeholder, .gfield_error textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.gfield_error
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"])::placeholder,
.gfield_error select::placeholder,
.gfield_error textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-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(48 92 222 / 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_footer .button {
  width: 100%;
  line-height: 2rem;
  display: inline-flex;
  min-width: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  --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_footer .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .gform_footer .button {
    font-size: 1.25rem;
  }
}

@media (min-width: 1310px) {
  .gform_footer .button {
    min-width: 120px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.gform_footer .button:hover {
  background-color: rgb(48 92 222 / 0.8);
}

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

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

/* ----------- Start gform-icon -------------- */

.gform_wrapper .gform-icon .ginput_container {
  position: relative;
}

.gform_wrapper .gform-icon .ginput_container::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  --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));
  font-family: icomoon;
  font-size: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.gform_wrapper .gform-icon .ginput_container input {
  padding-right: 2.5rem !important;
}

@media (min-width: 1310px) {
  .gform_wrapper .gform-icon .ginput_container input {
    padding-right: 2.75rem !important;
  }
}

.gform_wrapper .gform-icon .ginput_container textarea {
  padding-top: 0.875rem;
}

@media (min-width: 1310px) {
  .gform_wrapper .gform-icon .ginput_container textarea {
    padding-right: 2.75rem !important;
  }
}

.gform_wrapper .gform-icon .ginput_container.ginput_container_textarea::after {
  top: 1.25rem;
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.gform_wrapper .gform-icon.gform-icon--calendar .ginput_container::after {
  --tw-content: '\e929';
  content: var(--tw-content);
}

.gform_wrapper .gform-icon.gform-icon--phone .ginput_container::after {
  --tw-content: '\e90d';
  content: var(--tw-content);
}

.gform_wrapper .gform-icon.gform-icon--email .ginput_container::after {
  --tw-content: '\e90e';
  content: var(--tw-content);
}

/* -----------End gform-icon -------------- */

/*---------- 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(48 92 222 / 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(48 92 222 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / 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(19 21 23 / 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(48 92 222 / 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(48 92 222 / var(--tw-text-opacity, 1));
}

.ui-datepicker-calendar td:not(.ui-state-disabled):hover {
  cursor: pointer;
  background-color: rgb(48 92 222 / 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(48 92 222 / 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(48 92 222 / .1);
}

.ui-datepicker-calendar td.ui-datepicker-current-day {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / 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(48 92 222 / 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(48 92 222 / 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(48 92 222 / 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: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  --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(19 21 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

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

.search-no-results input[type="submit"]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / 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: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  --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(19 21 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

.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 ------- */

/* -------- Start form-underline ----------*/

.form-underline .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form-underline .gform_wrapper select,
.form-underline .gform_wrapper textarea {
  border-radius: 0px;
  border-color: transparent;
  border-bottom-color: rgb(156 163 175 / 0.5);
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.form-underline
	.gform_wrapper
	input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.form-underline .gform_wrapper select {
  height: auto;
}

/* -------- End form-underline ----------*/

/*Start forms-newsletter */

.forms-newsletter form {
  display: flex;
  border-width: 1px !important;
  border-color: rgb(255 255 255 / 0.4);
  padding: 0.25rem;
}

.forms-newsletter .gform_body {
  flex-grow: 1;
}

.forms-newsletter input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
  border-style: none;
  background-color: transparent !important;
  font-size: 1rem !important;
  color: rgb(255 255 255 / 0.8);
}

@media not all and (min-width: 1310px) {
  .forms-newsletter input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    height: 2.625rem;
  }
}

@media (min-width: 1310px) {
  .forms-newsletter input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    font-size: 1.125rem !important;
  }
}

.forms-newsletter .gform_footer {
  position: static;
  margin-top: 0px !important;
}

.gform_wrapper .gchoice label {
  transform: none;
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

/*End forms-newsletter */

/* 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(48 92 222 / var(--tw-text-opacity, 1));
}

.default-block p+h1,
.default-block p+h2,
.default-block p+h3,
.default-block p+h4,
.default-block p+h5,
.default-block p+h6,
.default-block blockquote+h1,
.default-block blockquote+h2,
.default-block blockquote+h3,
.default-block blockquote+h4,
.default-block blockquote+h5,
.default-block blockquote+h6 {
  margin-top: 1.25rem;
}

.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: 100px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  --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(19 21 23 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .default-block .wp-block-button__link {
    font-size: 1.25rem;
  }
}

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

.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(48 92 222 / 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(48 92 222 / .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(48 92 222 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.pagination .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / 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(48 92 222 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}

.nav-links a span:last-child {
  font-family: Bebas Neue, Arial Narrow, sans-serif;
}

@media (min-width: 768px) {
  .nav-links a span:last-child {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

main:has(.massageExperienceSection:last-child) {
  margin-bottom: -16.25rem;
}

main:has(.massageExperienceSection:last-child) + footer {
  padding-top: 21.25rem;
}

@media (min-width: 992px) {
  main:has(.massageExperienceSection:last-child) + footer {
    padding-top: 23rem;
  }
}

.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: 2rem;
  height: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / 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: 1rem;
}

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

.slick-arrow.slick-disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  --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));
  opacity: 0.95;
}

.slick-arrow:not(.slick-disabled):hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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: '\e907';
  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: '\e908';
  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;
  }
}

/* Start slick-dots style */

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

.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: 1310px) {
  .slick-dots {
    padding-top: 2rem;
  }
}

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

.slick-dots button {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  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(48 92 222 / var(--tw-bg-opacity, 1));
}

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

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

/* End slick arrow and dots hidden class */

/* CLS Fix */

[class^="slider-col-"],
[class*="slider-col-"], .servicesSyncMain {
  /* Ensure navigation and sliders are visible and use flex layout */
  visibility: visible;
  display: flex;
}

.servicesSyncNav {
  visibility: visible !important;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

/* When slick is applied, keep visibility */

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

/* Service card slide items should stretch to equal height */

.servicesSyncMain .slide-item {
  display: flex;
  flex-direction: column;
}

.servicesSyncMain .slide-item .counter-wrap {
  flex-grow: 1;
}

.servicesSyncNav .slick-track {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  transform: none !important;
  width: 100% !important;
}

/**
 * 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  */

.block-title > small.subtitle {
  margin-bottom: 0.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: Bebas Neue, Arial Narrow, sans-serif;
  font-size: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.block-title > small.subtitle::after {
  height: 1px;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

@media (min-width: 1310px) {
  .block-title > small.subtitle {
    font-size: 1.375rem;
  }
}

.block-title > small.left.subtitle::before {
  height: 1px;
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.block-title > small.subtitle--alt {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.block-title > small.subtitle--alt::after {
  content: var(--tw-content);
  display: none;
}

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

.title-white .block-title > small.subtitle::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/**
 * 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;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-bottom-\[210px\] {
  bottom: -210px;
}

.-bottom-\[3\.25rem\] {
  bottom: -3.25rem;
}

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

.-left-24 {
  left: -6rem;
}

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

.-right-24 {
  right: -6rem;
}

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-8 {
  left: 2rem;
}

.right-0 {
  right: 0px;
}

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

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.right-\[1\.125rem\] {
  right: 1.125rem;
}

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

.top-2 {
  top: 0.5rem;
}

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

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-7 {
  top: 1.75rem;
}

.top-\[0\.6875rem\] {
  top: 0.6875rem;
}

.top-\[28\.4\%\] {
  top: 28.4%;
}

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

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

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

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

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

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

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

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

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

.-m-\[2px\] {
  margin: -2px;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

.\!mb-0 {
  margin-bottom: 0px !important;
}

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

.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-7 {
  margin-bottom: 1.75rem;
}

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

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[0\.5625rem\] {
  margin-bottom: 0.5625rem;
}

.mb-\[1\.625rem\] {
  margin-bottom: 1.625rem;
}

.mb-\[4\.3125rem\] {
  margin-bottom: 4.3125rem;
}

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

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

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

.mr-4 {
  margin-right: 1rem;
}

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

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

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

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

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

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

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

.mt-\[1\.625rem\] {
  margin-top: 1.625rem;
}

.mt-\[2\.125rem\] {
  margin-top: 2.125rem;
}

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

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

.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-12 {
  width: 3rem;
  height: 3rem;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

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

.size-\[1\.375rem\] {
  width: 1.375rem;
  height: 1.375rem;
}

.size-\[3\.125rem\] {
  width: 3.125rem;
  height: 3.125rem;
}

.size-\[3\.5rem\] {
  width: 3.5rem;
  height: 3.5rem;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-3 {
  height: 0.75rem;
}

.h-\[0\.1875rem\] {
  height: 0.1875rem;
}

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

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

.h-full {
  height: 100%;
}

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

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

.min-h-52 {
  min-height: 13rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-\[21\.8125rem\] {
  min-height: 21.8125rem;
}

.min-h-\[25\.8125rem\] {
  min-height: 25.8125rem;
}

.min-h-\[31\.75rem\] {
  min-height: 31.75rem;
}

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

.w-0 {
  width: 0px;
}

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

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

.w-full {
  width: 100%;
}

.min-w-44 {
  min-width: 11rem;
}

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

.max-w-40 {
  max-width: 10rem;
}

.max-w-9 {
  max-width: 2.25rem;
}

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

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

.max-w-\[37\.4375rem\] {
  max-width: 37.4375rem;
}

.max-w-\[41\.75rem\] {
  max-width: 41.75rem;
}

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

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

.max-w-\[71\.8125rem\] {
  max-width: 71.8125rem;
}

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

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

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

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

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

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

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

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

.translate-y-2 {
  --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));
}

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

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

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

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[0\.1875rem\] {
  gap: 0.1875rem;
}

.gap-\[1\.25rem\] {
  gap: 1.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.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-x-\[1\.625rem\] {
  -moz-column-gap: 1.625rem;
       column-gap: 1.625rem;
}

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

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

.divide-white\/\[13\%\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 13%);
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.rounded-\[100\%\] {
  border-radius: 100%;
}

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

.border {
  border-width: 1px;
}

.border-y-\[0\.625rem\] {
  border-top-width: 0.625rem;
  border-bottom-width: 0.625rem;
}

.border-y-\[0\.75rem\] {
  border-top-width: 0.75rem;
  border-bottom-width: 0.75rem;
}

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

.border-l {
  border-left-width: 1px;
}

.border-l-\[1\.25rem\] {
  border-left-width: 1.25rem;
}

.border-l-\[1rem\] {
  border-left-width: 1rem;
}

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

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

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

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

.border-\[\#3d3d3d\] {
  --tw-border-opacity: 1;
  border-color: rgb(61 61 61 / var(--tw-border-opacity, 1));
}

.border-\[\#D4D4D8\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

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

.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(48 92 222 / var(--tw-border-opacity, 1));
}

.border-primary\/30 {
  border-color: rgb(48 92 222 / 0.3);
}

.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}

.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 113 / var(--tw-border-opacity, 1));
}

.border-secondary\/20 {
  border-color: rgb(19 21 23 / 0.2);
}

.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}

.border-ss-slate-800\/20 {
  border-color: rgb(40 53 61 / 0.2);
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

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

.border-y-transparent {
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.border-l-primary\/30 {
  border-left-color: rgb(48 92 222 / 0.3);
}

.border-l-secondary\/20 {
  border-left-color: rgb(19 21 23 / 0.2);
}

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

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

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

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.bg-primary\/5 {
  background-color: rgb(48 92 222 / 0.05);
}

.bg-primary\/\[32\%\] {
  background-color: rgb(48 92 222 / 32%);
}

.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 23 / var(--tw-bg-opacity, 1));
}

.bg-secondary\/\[3\%\] {
  background-color: rgb(19 21 23 / 3%);
}

.bg-ss-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(173 194 255 / var(--tw-bg-opacity, 1));
}

.bg-ss-indigo-400\/30 {
  background-color: rgb(133 161 243 / 0.3);
}

.bg-ss-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-ss-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 45 / var(--tw-bg-opacity, 1));
}

.bg-ss-zinc-800\/\[0\.07\] {
  background-color: rgb(39 42 45 / 0.07);
}

.bg-ss-zinc-800\/\[94\] {
  background-color: rgb(39 42 45 / 94);
}

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

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

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

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-\[linear-gradient\(90deg\2c _\#305CDE_0\%\2c _\#1A3278_100\%\)\] {
  background-image: linear-gradient(90deg, #305CDE 0%, #1A3278 100%);
}

.bg-\[linear-gradient\(90deg\2c rgba\(124\2c 186\2c 237\2c 0\)_0\%\2c \#B1DCFF_50\.96\%\2c rgba\(124\2c 186\2c 237\2c 0\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(124,186,237,0) 0%,#B1DCFF 50.96%,rgba(124,186,237,0) 100%);
}

.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 255\2c 255\2c 0\)_0\%\2c \#ffffff_50\.96\%\2c rgba\(255\2c 255\2c 255\2c 0\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(255,255,255,0) 0%,#ffffff 50.96%,rgba(255,255,255,0) 100%);
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-transparent {
  --tw-gradient-from: transparent 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);
}

.from-\[5\%\] {
  --tw-gradient-from-position: 5%;
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-\[50\%\] {
  --tw-gradient-via-position: 50%;
}

.to-secondary {
  --tw-gradient-to: #131517 var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-\[95\%\] {
  --tw-gradient-to-position: 95%;
}

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

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

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

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

.px-\[1\.375rem\] {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.px-\[2\.125rem\] {
  padding-left: 2.125rem;
  padding-right: 2.125rem;
}

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

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

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

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

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

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

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

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

.py-\[6rem\] {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

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

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

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

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

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

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

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

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

.font-primary {
  font-family: Lato, sans-serif;
}

.font-secondary {
  font-family: Bebas Neue, Arial Narrow, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[3\.125rem\] {
  font-size: 3.125rem;
}

.text-\[3\.375rem\] {
  font-size: 3.375rem;
}

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[1\.028571\] {
  line-height: 1.028571;
}

.leading-\[1\.033333\] {
  line-height: 1.033333;
}

.leading-\[1\.08\] {
  line-height: 1.08;
}

.leading-\[1\.115384615384615\] {
  line-height: 1.115384615384615;
}

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

.leading-\[1\.222222222222222\] {
  line-height: 1.222222222222222;
}

.leading-\[1\.222\] {
  line-height: 1.222;
}

.leading-\[1\.333333333333333\] {
  line-height: 1.333333333333333;
}

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

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

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

.tracking-\[0\.0875em\] {
  letter-spacing: 0.0875em;
}

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

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

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1)) !important;
}

.\!text-secondary\/80 {
  color: rgb(19 21 23 / 0.8) !important;
}

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

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

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

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(19 21 23 / var(--tw-text-opacity, 1));
}

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

.text-ss-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(133 161 243 / var(--tw-text-opacity, 1));
}

.text-ss-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity, 1));
}

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

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

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

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

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

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

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

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

.blur-\[0\.125rem\] {
  --tw-blur: blur(0.125rem);
  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);
}

.blur-\[0\.375rem\] {
  --tw-blur: blur(0.375rem);
  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);
}

.blur-\[0\.625rem\] {
  --tw-blur: blur(0.625rem);
  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);
}

.blur-\[0\.675rem\] {
  --tw-blur: blur(0.675rem);
  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);
}

.blur-\[11px\] {
  --tw-blur: blur(11px);
  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);
}

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

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -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);
}

.backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -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 {
  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;
}

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

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

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

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

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

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

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.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
 */

/* Footer: no-newsletter layout overrides */

@media (min-width: 1024px) {
  .footer-no-newsletter .footer-links-col {
    width: 32%;
  }

  .footer-no-newsletter .footer-contact-col {
    width: 32%;
  }
}

@media (min-width: 1280px) {
  .footer-no-newsletter .footer-links-col {
    width: 32.35%;
  }

  .footer-no-newsletter .footer-contact-col {
    width: 32.35%;
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}

.before\:-left-24::before {
  content: var(--tw-content);
  left: -6rem;
}

.before\:-right-24::before {
  content: var(--tw-content);
  right: -6rem;
}

.before\:bottom-2\.5::before {
  content: var(--tw-content);
  bottom: 0.625rem;
}

.before\:right-3::before {
  content: var(--tw-content);
  right: 0.75rem;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:top-2\.5::before {
  content: var(--tw-content);
  top: 0.625rem;
}

.before\:-z-\[1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:z-\[1\]::before {
  content: var(--tw-content);
  z-index: 1;
}

.before\:inline-block::before {
  content: var(--tw-content);
  display: inline-block;
}

.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:w-10::before {
  content: var(--tw-content);
  width: 2.5rem;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}

.before\:rounded-\[100\%\]::before {
  content: var(--tw-content);
  border-radius: 100%;
}

.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.before\:bg-primary\/\[93\%\]::before {
  content: var(--tw-content);
  background-color: rgb(48 92 222 / 93%);
}

.before\:bg-\[linear-gradient\(180deg\2c _rgba\(0\2c _0\2c _0\2c _0\.00\)_20\.28\%\2c _\#000_62\.54\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 20.28%, #000 62.54%);
}

.before\:bg-\[linear-gradient\(90deg\2c _\#305CDE_0\%\2c _\#1A3278_100\%\)\]::before {
  content: var(--tw-content);
  background-image: linear-gradient(90deg, #305CDE 0%, #1A3278 100%);
}

.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.before\:font-icomoon::before {
  content: var(--tw-content);
  font-family: icomoon;
}

.before\:text-\[0\.75rem\]::before {
  content: var(--tw-content);
  font-size: 0.75rem;
}

.before\:leading-none::before {
  content: var(--tw-content);
  line-height: 1;
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:opacity-\[96\%\]::before {
  content: var(--tw-content);
  opacity: 96%;
}

.before\:blur-\[0\.375rem\]::before {
  content: var(--tw-content);
  --tw-blur: blur(0.375rem);
  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);
}

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

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:content-\[\'\\e920\'\]::before {
  --tw-content: '\e920';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-inset-3::after {
  content: var(--tw-content);
  inset: -0.75rem;
}

.after\:-inset-\[62\.4375rem\]::after {
  content: var(--tw-content);
  inset: -62.4375rem;
}

.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}

.after\:-inset-x-\[999px\]::after {
  content: var(--tw-content);
  left: -999px;
  right: -999px;
}

.after\:-left-12::after {
  content: var(--tw-content);
  left: -3rem;
}

.after\:-right-12::after {
  content: var(--tw-content);
  right: -3rem;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:bottom-2\.5::after {
  content: var(--tw-content);
  bottom: 0.625rem;
}

.after\:bottom-\[20\%\]::after {
  content: var(--tw-content);
  bottom: 20%;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:top-2\.5::after {
  content: var(--tw-content);
  top: 0.625rem;
}

.after\:top-\[82\%\]::after {
  content: var(--tw-content);
  top: 82%;
}

.after\:-z-\[1\]::after {
  content: var(--tw-content);
  z-index: -1;
}

.after\:-z-\[2\]::after {
  content: var(--tw-content);
  z-index: -2;
}

.after\:-z-\[3\]::after {
  content: var(--tw-content);
  z-index: -3;
}

.after\:z-\[1\]::after {
  content: var(--tw-content);
  z-index: 1;
}

.after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

.after\:w-\[25\%\]::after {
  content: var(--tw-content);
  width: 25%;
}

.after\:w-\[498px\]::after {
  content: var(--tw-content);
  width: 498px;
}

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

.after\:rounded-\[100\%\]::after {
  content: var(--tw-content);
  border-radius: 100%;
}

.after\:border-t::after {
  content: var(--tw-content);
  border-top-width: 1px;
}

.after\:border-t-\[\#2a2c2e\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-top-color: rgb(42 44 46 / var(--tw-border-opacity, 1));
}

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

.after\:bg-black\/40::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}

.after\:bg-black\/90::after {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.9);
}

.after\:bg-primary\/60::after {
  content: var(--tw-content);
  background-color: rgb(48 92 222 / 0.6);
}

.after\:bg-secondary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(19 21 23 / var(--tw-bg-opacity, 1));
}

.after\:bg-secondary-950::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(11 14 16 / var(--tw-bg-opacity, 1));
}

.after\:bg-secondary\/60::after {
  content: var(--tw-content);
  background-color: rgb(19 21 23 / 0.6);
}

.after\:bg-ss-indigo-300::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(173 194 255 / var(--tw-bg-opacity, 1));
}

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

.after\:bg-\[linear-gradient\(180deg\2c rgba\(19\2c 21\2c 23\2c 0\)_0\%\2c \#131517_100\%\)\]::after {
  content: var(--tw-content);
  background-image: linear-gradient(180deg,rgba(19,21,23,0) 0%,#131517 100%);
}

.after\:bg-\[linear-gradient\(182deg\2c _rgba\(11\2c 14\2c 16\2c 0\.82\)_6\.9\%\2c _rgba\(11\2c 14\2c 16\2c 0\.08\)_116\.98\%\)\]::after {
  content: var(--tw-content);
  background-image: linear-gradient(182deg, rgba(11,14,16,0.82) 6.9%, rgba(11,14,16,0.08) 116.98%);
}

.after\:bg-\[linear-gradient\(270deg\2c _rgba\(19\2c 21\2c 23\2c 0\.00\)_28\.71\%\2c _\#131517_100\%\)\]::after {
  content: var(--tw-content);
  background-image: linear-gradient(270deg, rgba(19,21,23,0.00) 28.71%, #131517 100%);
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent 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\:to-secondary-950::after {
  content: var(--tw-content);
  --tw-gradient-to: #0B0E10 var(--tw-gradient-to-position);
}

.after\:opacity-0::after {
  content: var(--tw-content);
  opacity: 0;
}

.after\:opacity-\[0\.98\]::after {
  content: var(--tw-content);
  opacity: 0.98;
}

.after\:blur-\[0\.625rem\]::after {
  content: var(--tw-content);
  --tw-blur: blur(0.625rem);
  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);
}

.after\:blur-\[1\.0625rem\]::after {
  content: var(--tw-content);
  --tw-blur: blur(1.0625rem);
  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);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:mb-0:last-child {
  margin-bottom: 0px;
}

.hover\:border-none:hover {
  border-style: none;
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:\!bg-primary\/80:hover {
  background-color: rgb(48 92 222 / 0.8) !important;
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.hover\:bg-none:hover {
  background-image: none;
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(19 21 23 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:before\:bg-secondary\/85:hover::before {
  content: var(--tw-content);
  background-color: rgb(19 21 23 / 0.85);
}

.after\:hover\:bg-secondary\/50:hover::after {
  content: var(--tw-content);
  background-color: rgb(19 21 23 / 0.5);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:invisible {
  visibility: hidden;
}

.group:hover .group-hover\:max-h-40 {
  max-height: 10rem;
}

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

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

.group:hover .group-hover\:\!bg-primary\/80 {
  background-color: rgb(48 92 222 / 0.8) !important;
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-secondary-600\/70 {
  color: rgb(51 51 51 / 0.7);
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-90 {
  opacity: 0.9;
}

.group:hover .group-hover\:opacity-95 {
  opacity: 0.95;
}

.group.active .group-\[\.active\]\:-rotate-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.active .group-\[\.active\]\:\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1)) !important;
}

.group.active .group-\[\.active\]\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / 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(48 92 222 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1310px) {
  .max-2xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
}

@media not all and (min-width: 1200px) {
  .max-xl\:\!hidden {
    display: none !important;
  }

  .max-xl\:hidden {
    display: none;
  }

  .max-xl\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }

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

@media not all and (min-width: 992px) {
  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .max-lg\:flex {
    display: flex;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:max-w-\[27\.5rem\] {
    max-width: 27.5rem;
  }

  .max-lg\:flex-col {
    flex-direction: column;
  }

  .max-lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .max-lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .max-lg\:text-center {
    text-align: center;
  }

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

@media not all and (min-width: 768px) {
  .max-md\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .max-md\:flex-col {
    flex-direction: column;
  }

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

  .max-md\:bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(48 92 222 / var(--tw-bg-opacity, 1));
  }

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

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

  .max-md\:pl-3 {
    padding-left: 0.75rem;
  }

  .max-md\:pr-8 {
    padding-right: 2rem;
  }

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

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

@media not all and (min-width: 576px) {
  .max-sm\:hidden {
    display: none;
  }
}

@media (min-width: 576px) {
  .sm\:mt-12 {
    margin-top: 3rem;
  }

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

  .sm\:hidden {
    display: none;
  }

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

@media (min-width: 768px) {
  .md\:pointer-events-none {
    pointer-events: none;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:\!mb-0 {
    margin-bottom: 0px !important;
  }

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

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

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

  .md\:mb-\[2\.125rem\] {
    margin-bottom: 2.125rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

  .md\:\!block {
    display: block !important;
  }

  .md\:max-h-\[450px\] {
    max-height: 450px;
  }

  .md\:min-h-96 {
    min-height: 24rem;
  }

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

  .md\:w-1\/3 {
    width: 33.333333%;
  }

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

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

  .md\:w-\[calc\(38\%-14px\)\] {
    width: calc(38% - 14px);
  }

  .md\:w-\[calc\(42\.1\%-14px\)\] {
    width: calc(42.1% - 14px);
  }

  .md\:w-\[calc\(45\%-8px\)\] {
    width: calc(45% - 8px);
  }

  .md\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .md\:w-\[calc\(50\%-8px\)\] {
    width: calc(50% - 8px);
  }

  .md\:w-\[calc\(55\%-8px\)\] {
    width: calc(55% - 8px);
  }

  .md\:w-\[calc\(57\.9\%-14px\)\] {
    width: calc(57.9% - 14px);
  }

  .md\:w-\[calc\(62\%-14px\)\] {
    width: calc(62% - 14px);
  }

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

  .md\:columns-2 {
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

  .md\:p-\[30px\] {
    padding: 30px;
  }

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

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

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

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

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

  .md\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .md\:before\:opacity-100::before {
    content: var(--tw-content);
    opacity: 1;
  }

  .md\:after\:opacity-100::after {
    content: var(--tw-content);
    opacity: 1;
  }
}

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

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

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

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

  .lg\:\!-mb-\[3\.0625rem\] {
    margin-bottom: -3.0625rem !important;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-ml-\[3\.625rem\] {
    margin-left: -3.625rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mr-\[3\.625rem\] {
    margin-right: -3.625rem;
  }

  .lg\:-mt-\[2\.0625rem\] {
    margin-top: -2.0625rem;
  }

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

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

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

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

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

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

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

  .lg\:mt-\[2\.125rem\] {
    margin-top: 2.125rem;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

  .lg\:w-\[31\.7\%\] {
    width: 31.7%;
  }

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

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

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

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

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

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

  .lg\:w-\[46\.7\%\] {
    width: 46.7%;
  }

  .lg\:w-\[47\.5\%\] {
    width: 47.5%;
  }

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

  .lg\:w-\[53\.3\%\] {
    width: 53.3%;
  }

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

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

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

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

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

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

  .lg\:w-\[68\.3\%\] {
    width: 68.3%;
  }

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

  .lg\:w-\[calc\(42\.1\%-38px\)\] {
    width: calc(42.1% - 38px);
  }

  .lg\:w-\[calc\(45\%-32px\)\] {
    width: calc(45% - 32px);
  }

  .lg\:w-\[calc\(50\%-15px\)\] {
    width: calc(50% - 15px);
  }

  .lg\:w-\[calc\(55\%-32px\)\] {
    width: calc(55% - 32px);
  }

  .lg\:w-\[calc\(57\.9\%-38px\)\] {
    width: calc(57.9% - 38px);
  }

  .lg\:max-w-\[20\.0625rem\] {
    max-width: 20.0625rem;
  }

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

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

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

  .lg\:-rotate-\[9deg\] {
    --tw-rotate: -9deg;
    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));
  }

  .lg\:rotate-\[-9deg\] {
    --tw-rotate: -9deg;
    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));
  }

  .lg\:rotate-\[9deg\] {
    --tw-rotate: 9deg;
    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));
  }

  .lg\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

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

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-\[76px\] {
    gap: 76px;
  }

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

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

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

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

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

  .lg\:py-\[2\.875rem\] {
    padding-top: 2.875rem;
    padding-bottom: 2.875rem;
  }

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

  .lg\:pb-40 {
    padding-bottom: 10rem;
  }

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

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

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pr-\[17\.375rem\] {
    padding-right: 17.375rem;
  }

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

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

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

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

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

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

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

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:after\:bottom-\[37\.6\%\]::after {
    content: var(--tw-content);
    bottom: 37.6%;
  }
}

@media (min-width: 1200px) {
  .xl\:top-12 {
    top: 3rem;
  }

  .xl\:top-2\.5 {
    top: 0.625rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

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

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

  .xl\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .xl\:flex {
    display: flex;
  }

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

  .xl\:hidden {
    display: none;
  }

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

  .xl\:w-\[14\.2\%\] {
    width: 14.2%;
  }

  .xl\:w-\[22\.5\%\] {
    width: 22.5%;
  }

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

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

  .xl\:w-\[35\.3\%\] {
    width: 35.3%;
  }

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

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

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

  .xl\:w-\[calc\(33\.333\%-11px\)\] {
    width: calc(33.333% - 11px);
  }

  .xl\:w-\[calc\(50\%-128px\)\] {
    width: calc(50% - 128px);
  }

  .xl\:w-\[calc\(50\%-160px\)\] {
    width: calc(50% - 160px);
  }

  .xl\:w-\[calc\(50\%-40px\)\] {
    width: calc(50% - 40px);
  }

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

  .xl\:gap-\[80px\] {
    gap: 80px;
  }

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

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

  .xl\:pb-20 {
    padding-bottom: 5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

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

  .xl\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

  .xl\:text-\[3\.875rem\] {
    font-size: 3.875rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:right-6 {
    right: 1.5rem;
  }

  .\32xl\:top-12 {
    top: 3rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .\32xl\:my-\[100px\] {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .\32xl\:my-\[6\.25rem\] {
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }

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

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

  .\32xl\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:mb-\[1\.375rem\] {
    margin-bottom: 1.375rem;
  }

  .\32xl\:mb-\[1\.625rem\] {
    margin-bottom: 1.625rem;
  }

  .\32xl\:mb-\[1\.875rem\] {
    margin-bottom: 1.875rem;
  }

  .\32xl\:mb-\[2\.875rem\] {
    margin-bottom: 2.875rem;
  }

  .\32xl\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }

  .\32xl\:mb-\[3\.375rem\] {
    margin-bottom: 3.375rem;
  }

  .\32xl\:mb-\[3\.5rem\] {
    margin-bottom: 3.5rem;
  }

  .\32xl\:mb-\[3\.6875rem\] {
    margin-bottom: 3.6875rem;
  }

  .\32xl\:mb-\[4\.625rem\] {
    margin-bottom: 4.625rem;
  }

  .\32xl\:mb-\[5\.875rem\] {
    margin-bottom: 5.875rem;
  }

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

  .\32xl\:mt-28 {
    margin-top: 7rem;
  }

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

  .\32xl\:mt-\[3\.125rem\] {
    margin-top: 3.125rem;
  }

  .\32xl\:size-20 {
    width: 5rem;
    height: 5rem;
  }

  .\32xl\:size-\[3\.75rem\] {
    width: 3.75rem;
    height: 3.75rem;
  }

  .\32xl\:size-\[5\.625rem\] {
    width: 5.625rem;
    height: 5.625rem;
  }

  .\32xl\:min-h-\[26\.8125rem\] {
    min-height: 26.8125rem;
  }

  .\32xl\:min-h-\[717px\] {
    min-height: 717px;
  }

  .\32xl\:w-\[46\%\] {
    width: 46%;
  }

  .\32xl\:w-\[54\%\] {
    width: 54%;
  }

  .\32xl\:max-w-12 {
    max-width: 3rem;
  }

  .\32xl\:max-w-\[8\.875rem\] {
    max-width: 8.875rem;
  }

  .\32xl\:gap-4 {
    gap: 1rem;
  }

  .\32xl\:gap-\[1\.4375rem\] {
    gap: 1.4375rem;
  }

  .\32xl\:gap-\[1\.625rem\] {
    gap: 1.625rem;
  }

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

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

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

  .\32xl\:border-y-\[1rem\] {
    border-top-width: 1rem;
    border-bottom-width: 1rem;
  }

  .\32xl\:border-l-\[1\.5rem\] {
    border-left-width: 1.5rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

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

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

  .\32xl\:px-\[2\.625rem\] {
    padding-left: 2.625rem;
    padding-right: 2.625rem;
  }

  .\32xl\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:py-\[2\.125rem\] {
    padding-top: 2.125rem;
    padding-bottom: 2.125rem;
  }

  .\32xl\:py-\[6\.25rem\] {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .\32xl\:\!pt-\[6\.1875rem\] {
    padding-top: 6.1875rem !important;
  }

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

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

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pl-\[1\.875rem\] {
    padding-left: 1.875rem;
  }

  .\32xl\:pl-\[2\.875rem\] {
    padding-left: 2.875rem;
  }

  .\32xl\:pl-\[3\.375rem\] {
    padding-left: 3.375rem;
  }

  .\32xl\:pl-\[3\.5rem\] {
    padding-left: 3.5rem;
  }

  .\32xl\:pl-\[3\.75rem\] {
    padding-left: 3.75rem;
  }

  .\32xl\:pl-\[30px\] {
    padding-left: 30px;
  }

  .\32xl\:pl-\[5\.625rem\] {
    padding-left: 5.625rem;
  }

  .\32xl\:pl-\[7\.1875rem\] {
    padding-left: 7.1875rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pr-36 {
    padding-right: 9rem;
  }

  .\32xl\:pr-\[2\.375rem\] {
    padding-right: 2.375rem;
  }

  .\32xl\:pr-\[4\.6875rem\] {
    padding-right: 4.6875rem;
  }

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

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

  .\32xl\:pt-\[1\.625rem\] {
    padding-top: 1.625rem;
  }

  .\32xl\:pt-\[3\.0625rem\] {
    padding-top: 3.0625rem;
  }

  .\32xl\:pt-\[3\.75rem\] {
    padding-top: 3.75rem;
  }

  .\32xl\:\!text-\[1\.5625rem\] {
    font-size: 1.5625rem !important;
  }

  .\32xl\:\!text-\[1\.6875rem\] {
    font-size: 1.6875rem !important;
  }

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

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

  .\32xl\:text-\[1\.3125rem\] {
    font-size: 1.3125rem;
  }

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

  .\32xl\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

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

  .\32xl\:text-\[4\.125rem\] {
    font-size: 4.125rem;
  }

  .\32xl\:text-\[4\.375rem\] {
    font-size: 4.375rem;
  }

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

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

  .\32xl\:text-\[9\.375rem\] {
    font-size: 9.375rem;
  }

  .\32xl\:leading-\[1\.66667\] {
    line-height: 1.66667;
  }

  .\32xl\:leading-\[1\.6667\] {
    line-height: 1.6667;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625;
  }
}

.\[\&\&_img\]\:w-full.\[\&\&_img\]\:w-full img {
  width: 100%;
}

.\[\&\+figure\]\:mt-4+figure {
  margin-top: 1rem;
}

.\[\&\.active\]\:\!text-primary.active {
  --tw-text-opacity: 1 !important;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1)) !important;
}

.before\:\[\&\.active\]\:rotate-180.active::before {
  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));
}

.\[\&\.itemActive\]\:border-primary.itemActive {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

.\[\&\.slide-item\.slick-active\]\:\!opacity-100.slide-item.slick-active {
  opacity: 1 !important;
}

.\[\&\:not\(\:hover\)\]\:underline:not(:hover) {
  text-decoration-line: underline;
}

@media (min-width: 992px) {
  .lg\:\[\&\>\*\:nth-child\(5\)\]\:col-span-2>*:nth-child(5) {
    grid-column: span 2 / span 2;
  }
}

.\[\&\>\*\]\:mb-0>* {
  margin-bottom: 0px;
}

.last\:\[\&\>\*\]\:mb-0>*:last-child {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .lg\:first\:\[\&\>\*\]\:col-span-2>*:first-child {
    grid-column: span 2 / span 2;
  }
}

.\[\&\>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%;
  }
}

.last\:\[\&\>p\]\:mb-0>p:last-child {
  margin-bottom: 0px;
}

.last-of-type\:\[\&\>p\]\:mb-0>p:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 1310px) {
  .\32xl\:last-of-type\:\[\&\>p\]\:mb-6>p:last-of-type {
    margin-bottom: 1.5rem;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&\>picture\:first-child\]\:-ml-5>picture:first-child {
    margin-left: -1.25rem;
  }

  .lg\:\[\&\>picture\:first-child\]\:-mr-5>picture:first-child {
    margin-right: -1.25rem;
  }

  .lg\:\[\&\>picture\:first-child\]\:-mt-\[2\.0625rem\]>picture:first-child {
    margin-top: -2.0625rem;
  }

  .lg\:\[\&\>picture\:nth-child\(2\)\]\:-mb-\[3\.0625rem\]>picture:nth-child(2) {
    margin-bottom: -3.0625rem;
  }

  .lg\:\[\&\>picture\:nth-child\(2\)\]\:-ml-\[3\.625rem\]>picture:nth-child(2) {
    margin-left: -3.625rem;
  }

  .lg\:\[\&\>picture\:nth-child\(2\)\]\:-mr-\[3\.625rem\]>picture:nth-child(2) {
    margin-right: -3.625rem;
  }
}

.\[\&\>span\]\:flex>span {
  display: flex;
}

.\[\&\>span\]\:flex-wrap>span {
  flex-wrap: wrap;
}

.\[\&\>span\]\:justify-center>span {
  justify-content: center;
}

.\[\&\>span\]\:gap-2>span {
  gap: 0.5rem;
}

.\[\&_\.breadcrumb\\_last\]\:\!text-primary .breadcrumb_last {
  --tw-text-opacity: 1 !important;
  color: rgb(48 92 222 / var(--tw-text-opacity, 1)) !important;
}

@media not all and (min-width: 768px) {
  .max-md\:\[\&_\.gform\\_wrapper_legend\.gfield_label\]\:\!text-\[1\.375rem\] .gform_wrapper legend.gfield label {
    font-size: 1.375rem !important;
  }
}

.\[\&_\.separator\]\:text-white\/80 .separator {
  color: rgb(255 255 255 / 0.8);
}

.\[\&_\.slick-arrow\]\:top-1\/2 .slick-arrow {
  top: 50%;
}

.\[\&_\.slick-arrow\]\:-translate-y-1\/2 .slick-arrow {
  --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: 992px) {
  .max-lg\:\[\&_\.slick-arrow\]\:bottom-auto .slick-arrow {
    bottom: auto;
  }
}

.\[\&_\.slick-list\]\:mx-0 .slick-list {
  margin-left: 0px;
  margin-right: 0px;
}

.\[\&_\.slick-next\]\:\!-right-\[1\.125rem\] .slick-next {
  right: -1.125rem !important;
}

.\[\&_\.slick-next\]\:-right-\[38px\] .slick-next {
  right: -38px;
}

.\[\&_\.slick-next\]\:bottom-\[5px\] .slick-next {
  bottom: 5px;
}

.\[\&_\.slick-next\]\:left-auto .slick-next {
  left: auto;
}

@media not all and (min-width: 992px) {
  .max-lg\:\[\&_\.slick-next\]\:left-auto .slick-next {
    left: auto;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&_\.slick-next\]\:-right-3 .slick-next {
    right: -0.75rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_\.slick-next\]\:-right-5 .slick-next {
    right: -1.25rem;
  }
}

.\[\&_\.slick-prev\]\:\!-left-\[1\.125rem\] .slick-prev {
  left: -1.125rem !important;
}

.\[\&_\.slick-prev\]\:-left-\[38px\] .slick-prev {
  left: -38px;
}

.\[\&_\.slick-prev\]\:bottom-\[5px\] .slick-prev {
  bottom: 5px;
}

@media not all and (min-width: 992px) {
  .max-lg\:\[\&_\.slick-prev\]\:right-0 .slick-prev {
    right: 0px;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&_\.slick-prev\]\:-left-3 .slick-prev {
    left: -0.75rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_\.slick-prev\]\:-left-5 .slick-prev {
    left: -1.25rem;
  }
}

.\[\&_\.slick-track\]\:flex .slick-track {
  display: flex;
}

.\[\&_\.slide-item\.slick-current_\.tabBtn\]\:before\:opacity-100 .slide-item.slick-current .tabBtn::before {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_\.slide-item\.slick-current_\.tabBtn\]\:after\:opacity-100 .slide-item.slick-current .tabBtn::after {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_\.slide-item\]\:flex .slide-item {
  display: flex;
}

.\[\&_\.slide-item\]\:h-auto .slide-item {
  height: auto;
}

.\[\&_\.slide-item\]\:px-0 .slide-item {
  padding-left: 0px;
  padding-right: 0px;
}

.\[\&_\.tab-btn\.active\]\:border-primary .tab-btn.active {
  --tw-border-opacity: 1;
  border-color: rgb(48 92 222 / var(--tw-border-opacity, 1));
}

.\[\&_\.tab-btn\]\:cursor-pointer .tab-btn {
  cursor: pointer;
}

.\[\&_\.tabBtn\.active\]\:before\:opacity-100 .tabBtn.active::before {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_\.tabBtn\.active\]\:after\:opacity-100 .tabBtn.active::after {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_\.tabBtn\]\:relative .tabBtn {
  position: relative;
}

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

.\[\&_\.tabBtn\]\:flex .tabBtn {
  display: flex;
}

.\[\&_\.tabBtn\]\:h-full .tabBtn {
  height: 100%;
}

.\[\&_\.tabBtn\]\:items-center .tabBtn {
  align-items: center;
}

.\[\&_\.tabBtn\]\:justify-center .tabBtn {
  justify-content: center;
}

.\[\&_\.tabBtn\]\:border .tabBtn {
  border-width: 1px;
}

.\[\&_\.tabBtn\]\:border-ss-zinc-500\/\[35\%\] .tabBtn {
  border-color: rgb(135 135 135 / 35%);
}

.\[\&_\.tabBtn\]\:bg-ss-zinc-800 .tabBtn {
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 45 / var(--tw-bg-opacity, 1));
}

.\[\&_\.tabBtn\]\:px-5 .tabBtn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\[\&_\.tabBtn\]\:py-2\.5 .tabBtn {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&_\.tabBtn\]\:leading-\[1\.222222222222222\] .tabBtn {
  line-height: 1.222222222222222;
}

.\[\&_\.tabBtn\]\:text-secondary-400 .tabBtn {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity, 1));
}

.\[\&_\.tabBtn\]\:before\:absolute .tabBtn::before {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_\.tabBtn\]\:before\:bottom-0 .tabBtn::before {
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&_\.tabBtn\]\:before\:left-0 .tabBtn::before {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_\.tabBtn\]\:before\:right-0 .tabBtn::before {
  content: var(--tw-content);
  right: 0px;
}

.\[\&_\.tabBtn\]\:before\:-z-\[1\] .tabBtn::before {
  content: var(--tw-content);
  z-index: -1;
}

.\[\&_\.tabBtn\]\:before\:h-\[0\.25rem\] .tabBtn::before {
  content: var(--tw-content);
  height: 0.25rem;
}

.\[\&_\.tabBtn\]\:before\:bg-gradient-to-r .tabBtn::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.\[\&_\.tabBtn\]\:before\:from-transparent .tabBtn::before {
  content: var(--tw-content);
  --tw-gradient-from: transparent 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);
}

.\[\&_\.tabBtn\]\:before\:via-primary-200 .tabBtn::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(177 220 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #B1DCFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.\[\&_\.tabBtn\]\:before\:via-\[51\%\] .tabBtn::before {
  content: var(--tw-content);
  --tw-gradient-via-position: 51%;
}

.\[\&_\.tabBtn\]\:before\:to-transparent .tabBtn::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.\[\&_\.tabBtn\]\:before\:opacity-0 .tabBtn::before {
  content: var(--tw-content);
  opacity: 0;
}

.\[\&_\.tabBtn\]\:before\:transition-all .tabBtn::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.tabBtn\]\:before\:duration-300 .tabBtn::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.\[\&_\.tabBtn\]\:after\:absolute .tabBtn::after {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_\.tabBtn\]\:after\:bottom-0 .tabBtn::after {
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&_\.tabBtn\]\:after\:left-0 .tabBtn::after {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_\.tabBtn\]\:after\:right-0 .tabBtn::after {
  content: var(--tw-content);
  right: 0px;
}

.\[\&_\.tabBtn\]\:after\:-z-\[1\] .tabBtn::after {
  content: var(--tw-content);
  z-index: -1;
}

.\[\&_\.tabBtn\]\:after\:h-\[1\.125rem\] .tabBtn::after {
  content: var(--tw-content);
  height: 1.125rem;
}

.\[\&_\.tabBtn\]\:after\:bg-gradient-to-r .tabBtn::after {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.\[\&_\.tabBtn\]\:after\:from-primary-300 .tabBtn::after {
  content: var(--tw-content);
  --tw-gradient-from: #7CBAED var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 186 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.\[\&_\.tabBtn\]\:after\:to-primary-900 .tabBtn::after {
  content: var(--tw-content);
  --tw-gradient-to: #1A3278 var(--tw-gradient-to-position);
}

.\[\&_\.tabBtn\]\:after\:opacity-0 .tabBtn::after {
  content: var(--tw-content);
  opacity: 0;
}

.\[\&_\.tabBtn\]\:after\:blur-\[1rem\] .tabBtn::after {
  content: var(--tw-content);
  --tw-blur: blur(1rem);
  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);
}

.\[\&_\.tabBtn\]\:after\:transition-all .tabBtn::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_\.tabBtn\]\:after\:duration-300 .tabBtn::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:\[\&_\.tabBtn\]\:before\:opacity-100 .tabBtn:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.hover\:\[\&_\.tabBtn\]\:after\:opacity-100 .tabBtn:hover::after {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_\:is\(h2\2c h3\)\]\:text-white\/80 :is(h2,h3) {
  color: rgb(255 255 255 / 0.8);
}

.\[\&_a\:not\(\:hover\)\]\:text-white\/80 a:not(:hover) {
  color: rgb(255 255 255 / 0.8);
}

.\[\&_a\]\:relative a {
  position: relative;
}

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

.\[\&_a\]\:flex a {
  display: flex;
}

.\[\&_a\]\:h-full a {
  height: 100%;
}

.\[\&_a\]\:items-center a {
  align-items: center;
}

.\[\&_a\]\:justify-center a {
  justify-content: center;
}

.\[\&_a\]\:border a {
  border-width: 1px;
}

.\[\&_a\]\:border-ss-zinc-500\/\[35\%\] a {
  border-color: rgb(135 135 135 / 35%);
}

.\[\&_a\]\:bg-ss-zinc-800 a {
  --tw-bg-opacity: 1;
  background-color: rgb(39 42 45 / var(--tw-bg-opacity, 1));
}

.\[\&_a\]\:px-5 a {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.\[\&_a\]\:py-2\.5 a {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.\[\&_a\]\:leading-\[1\.222222222222222\] a {
  line-height: 1.222222222222222;
}

.\[\&_a\]\:text-secondary-400 a {
  --tw-text-opacity: 1;
  color: rgb(164 164 164 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-white\/80 a {
  color: rgb(255 255 255 / 0.8);
}

.\[\&_a\]\:\!no-underline a {
  text-decoration-line: none !important;
}

.\[\&_a\]\:before\:absolute a::before {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_a\]\:before\:bottom-0 a::before {
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&_a\]\:before\:left-0 a::before {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_a\]\:before\:right-0 a::before {
  content: var(--tw-content);
  right: 0px;
}

.\[\&_a\]\:before\:-z-\[1\] a::before {
  content: var(--tw-content);
  z-index: -1;
}

.\[\&_a\]\:before\:h-\[0\.25rem\] a::before {
  content: var(--tw-content);
  height: 0.25rem;
}

.\[\&_a\]\:before\:bg-gradient-to-r a::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.\[\&_a\]\:before\:from-transparent a::before {
  content: var(--tw-content);
  --tw-gradient-from: transparent 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);
}

.\[\&_a\]\:before\:via-primary-200 a::before {
  content: var(--tw-content);
  --tw-gradient-to: rgb(177 220 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #B1DCFF var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.\[\&_a\]\:before\:via-\[51\%\] a::before {
  content: var(--tw-content);
  --tw-gradient-via-position: 51%;
}

.\[\&_a\]\:before\:to-transparent a::before {
  content: var(--tw-content);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.\[\&_a\]\:before\:opacity-0 a::before {
  content: var(--tw-content);
  opacity: 0;
}

.\[\&_a\]\:before\:transition-all a::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_a\]\:before\:duration-300 a::before {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.\[\&_a\]\:after\:absolute a::after {
  content: var(--tw-content);
  position: absolute;
}

.\[\&_a\]\:after\:bottom-0 a::after {
  content: var(--tw-content);
  bottom: 0px;
}

.\[\&_a\]\:after\:left-0 a::after {
  content: var(--tw-content);
  left: 0px;
}

.\[\&_a\]\:after\:right-0 a::after {
  content: var(--tw-content);
  right: 0px;
}

.\[\&_a\]\:after\:-z-\[1\] a::after {
  content: var(--tw-content);
  z-index: -1;
}

.\[\&_a\]\:after\:h-\[1\.125rem\] a::after {
  content: var(--tw-content);
  height: 1.125rem;
}

.\[\&_a\]\:after\:bg-gradient-to-r a::after {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.\[\&_a\]\:after\:from-primary-300 a::after {
  content: var(--tw-content);
  --tw-gradient-from: #7CBAED var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 186 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.\[\&_a\]\:after\:to-primary-900 a::after {
  content: var(--tw-content);
  --tw-gradient-to: #1A3278 var(--tw-gradient-to-position);
}

.\[\&_a\]\:after\:opacity-0 a::after {
  content: var(--tw-content);
  opacity: 0;
}

.\[\&_a\]\:after\:blur-\[1rem\] a::after {
  content: var(--tw-content);
  --tw-blur: blur(1rem);
  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);
}

.\[\&_a\]\:after\:transition-all a::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.\[\&_a\]\:after\:duration-300 a::after {
  content: var(--tw-content);
  transition-duration: 300ms;
}

.hover\:\[\&_a\]\:text-primary a:hover {
  --tw-text-opacity: 1;
  color: rgb(48 92 222 / 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\]\:before\:opacity-100 a:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

.hover\:\[\&_a\]\:after\:opacity-100 a:hover::after {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_div\:not\(\:first-child\)\]\:pt-\[1\.375rem\] div:not(:first-child) {
  padding-top: 1.375rem;
}

@media (min-width: 768px) {
  .md\:\[\&_figure\]\:mb-7 figure {
    margin-bottom: 1.75rem;
  }
}

.\[\&_h2\]\:mb-2\.5 h2 {
  margin-bottom: 0.625rem;
}

@media not all and (min-width: 1200px) {
  .max-xl\:\[\&_h2\]\:text-\[1\.875rem\] h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 768px) {
  .md\:\[\&_h2\]\:text-\[2rem\] h2 {
    font-size: 2rem;
  }

  .md\:\[\&_h2\]\:text-\[46px\] h2 {
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .xl\:\[\&_h2\]\:text-\[2\.5rem\] h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_h2\]\:text-\[3rem\] h2 {
    font-size: 3rem;
  }
}

.\[\&_h3\]\:mb-1 h3 {
  margin-bottom: 0.25rem;
}

.\[\&_h3\]\:mb-2\.5 h3 {
  margin-bottom: 0.625rem;
}

.\[\&_h3\]\:text-\[1\.5rem\] h3 {
  font-size: 1.5rem;
}

.\[\&_h3\]\:font-normal h3 {
  font-weight: 400;
}

@media (min-width: 768px) {
  .md\:\[\&_h3\]\:text-2xl h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:\[\&_h3\]\:text-4xl h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .xl\:\[\&_h3\]\:text-\[2rem\] h3 {
    font-size: 2rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_h3\]\:text-\[1\.5rem\] h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:\[\&_h4\]\:text-3xl h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

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

.\[\&_i\]\:text-amber-500 i {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.\[\&_i\]\:text-ss-amber-500 i {
  --tw-text-opacity: 1;
  color: rgb(246 158 34 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_i\]\:text-\[1\.25rem\] i {
    font-size: 1.25rem;
  }
}

.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}

.\[\&_img\]\:aspect-\[416\/292\] img {
  aspect-ratio: 416/292;
}

.\[\&_img\]\:size-full img {
  width: 100%;
  height: 100%;
}

.\[\&_img\]\:h-full img {
  height: 100%;
}

.\[\&_img\]\:max-h-\[41\.875rem\] img {
  max-height: 41.875rem;
}

.\[\&_img\]\:max-h-\[500px\] img {
  max-height: 500px;
}

.\[\&_img\]\:w-\[7\.5rem\] img {
  width: 7.5rem;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:object-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}

.\[\&_img\]\:object-top img {
  -o-object-position: top;
     object-position: top;
}

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

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

.\[\&_img\]\:duration-300 img {
  transition-duration: 300ms;
}

.hover\:\[\&_img\]\:scale-105 img:hover {
  --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-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));
}

@media not all and (min-width: 992px) {
  .max-lg\:\[\&_img\]\:h-\[29\.625rem\] img {
    height: 29.625rem;
  }
}

@media (min-width: 768px) {
  .md\:\[\&_img\]\:aspect-\[416\/292\] img {
    aspect-ratio: 416/292;
  }

  .md\:\[\&_img\]\:h-\[18\.25rem\] img {
    height: 18.25rem;
  }
}

.\[\&_li\.slick-current_a\]\:text-white li.slick-current a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_li\.slick-current_a\]\:before\:opacity-100 li.slick-current a::before {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_li\.slick-current_a\]\:after\:opacity-100 li.slick-current a::after {
  content: var(--tw-content);
  opacity: 1;
}

.\[\&_li\]\:flex li {
  display: flex;
}

.\[\&_li\]\:gap-6 li {
  gap: 1.5rem;
}

.\[\&_li\]\:rounded-full li {
  border-radius: 9999px;
}

.\[\&_li\]\:border li {
  border-width: 1px;
}

.\[\&_li\]\:border-black li {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.\[\&_li\]\:px-4 li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&_li\]\:py-2 li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.\[\&_li\]\:text-sm li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_li\]\:font-medium li {
  font-weight: 500;
}

.\[\&_li\]\:leading-snug li {
  line-height: 1.375;
}

.\[\&_li\]\:text-black li {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.\[\&_li\]\:transition li {
  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;
}

.hover\:\[\&_li\]\:bg-black li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:\[\&_li\]\:text-white li:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_li\]\:leading-\[1\.555555555555556\] li {
    line-height: 1.555555555555556;
  }
}

.\[\&_li_strong\]\:min-w-\[8\.6875rem\] li strong {
  min-width: 8.6875rem;
}

.\[\&_p\]\:m-0 p {
  margin: 0px;
}

.\[\&_p\]\:mb-0 p {
  margin-bottom: 0px;
}

.\[\&_p\]\:mb-1 p {
  margin-bottom: 0.25rem;
}

.\[\&_p\]\:line-clamp-2 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.\[\&_p\]\:line-clamp-3 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.last\:\[\&_p\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.last-of-type\:\[\&_p\]\:mb-0 p:last-of-type {
  margin-bottom: 0px;
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_p\]\:mb-5 p {
    margin-bottom: 1.25rem;
  }

  .\32xl\:\[\&_p\]\:mb-\[1\.125rem\] p {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 992px) {
  .lg\:\[\&_picture\:first-child\]\:mt-\[-100px\] picture:first-child {
    margin-top: -100px;
  }

  .lg\:\[\&_picture\:last-child\]\:mt-\[-70px\] picture:last-child {
    margin-top: -70px;
  }
}

.\[\&_picture\]\:w-1\/2 picture {
  width: 50%;
}

.\[\&_picture_img\]\:w-full picture img {
  width: 100%;
}

.\[\&_strong\]\:mt-1 strong {
  margin-top: 0.25rem;
}

.\[\&_strong\]\:block strong {
  display: block;
}

.\[\&_strong\]\:font-secondary strong {
  font-family: Bebas Neue, Arial Narrow, sans-serif;
}

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

.\[\&_strong\]\:leading-\[1\.166666666666667\] strong {
  line-height: 1.166666666666667;
}

.\[\&_strong\]\:text-secondary strong {
  --tw-text-opacity: 1;
  color: rgb(19 21 23 / var(--tw-text-opacity, 1));
}

@media (min-width: 992px) {
  .lg\:\[\&_strong\]\:text-\[1\.375rem\] strong {
    font-size: 1.375rem;
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_strong\]\:text-\[1\.5rem\] strong {
    font-size: 1.5rem;
  }
}

.\[\&_ul\]\:m-0 ul {
  margin: 0px;
}

.\[\&_ul\]\:list-none ul {
  list-style-type: none;
}

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

.\[\&_ul\]\:font-secondary ul {
  font-family: Bebas Neue, Arial Narrow, sans-serif;
}

@media (min-width: 992px) {
  .\[\&_ul\]\:lg\:space-y-\[0\.4375rem\] ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.4375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.4375rem * var(--tw-space-y-reverse));
  }
}

@media (min-width: 1310px) {
  .\32xl\:\[\&_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));
  }
}

@media (min-width: 768px) {
  .home .md\:\[\.home_\&\]\:top-\[70\%\] {
    top: 70%;
  }
}
