/* #region IMPORTING FONTS */

/* @import url("https://use.typekit.net/bpo3avy.css"); */

/* #endregion IMPORTING FONTS */

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

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

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

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

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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: lato, murecho, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

body {
  font-size: 16px;
  line-height: 22px;
}

.text-h1-oversize {
  margin-bottom: 1.5rem;
  font-size: 38px;
  line-height: 53px;
  font-weight: 700;
}

@media (min-width: 680px) {
  .text-h1-oversize {
    font-size: 43px;
    line-height: 60px;
  }
}

@media (min-width: 960px) {
  .text-h1-oversize {
    font-size: 48px;
    line-height: 67px;
  }
}

.text-h1-oversize {
  text-wrap: pretty;
}

.text-h1 {
  margin-bottom: 1.5rem;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .text-h1 {
    font-size: 46px;
    line-height: 46px;
  }
}

@media (min-width: 1200px) {
  .text-h1 {
    font-size: 52px;
    line-height: 52px;
  }
}

.text-h1 {
  text-wrap: pretty;
}

.underlined {
  display: block;
}

.text-h1.underlined,
        .text-h1 span.underlined,
        h1.underlined,
        h1 span.underlined {
    margin-bottom: 2.5rem;
  }

.text-h1.underlined::before,
        .text-h1 span.underlined::before,
        h1.underlined::before,
        h1 span.underlined::before {
    content: var(--tw-content);
    bottom: -1.5rem;
  }

.text-h1.underlined::before,
        .text-h1 span.underlined::before,
        h1.underlined::before,
        h1 span.underlined::before {
    content: var(--tw-content);
    height: 0.25rem;
  }

.text-h1.underlined::before,
        .text-h1 span.underlined::before,
        h1.underlined::before,
        h1 span.underlined::before {
    content: var(--tw-content);
    width: 64px;
  }

@media (min-width: 680px) {
    .text-h1.underlined::before,
        .text-h1 span.underlined::before,
        h1.underlined::before,
        h1 span.underlined::before {
      content: var(--tw-content);
      width: 70px;
    }
  }

@media (min-width: 960px) {
    .text-h1.underlined::before,
        .text-h1 span.underlined::before,
        h1.underlined::before,
        h1 span.underlined::before {
      content: var(--tw-content);
      width: 5rem;
    }
  }

.text-h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .text-h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (min-width: 1200px) {
  .text-h2 {
    font-size: 44px;
    line-height: 52px;
  }
}

.text-h2 {
  text-wrap: pretty;
}

.text-h2.underlined,
        .text-h2 span.underlined,
        h2.underlined,
        h2 span.underlined {
    margin-bottom: 2rem;
  }

.text-h2.underlined::before,
        .text-h2 span.underlined::before,
        h2.underlined::before,
        h2 span.underlined::before {
    content: var(--tw-content);
    bottom: -1.25rem;
  }

.text-h2.underlined::before,
        .text-h2 span.underlined::before,
        h2.underlined::before,
        h2 span.underlined::before {
    content: var(--tw-content);
    height: 0.25rem;
  }

.text-h2.underlined::before,
        .text-h2 span.underlined::before,
        h2.underlined::before,
        h2 span.underlined::before {
    content: var(--tw-content);
    width: 45px;
  }

@media (min-width: 680px) {
    .text-h2.underlined::before,
        .text-h2 span.underlined::before,
        h2.underlined::before,
        h2 span.underlined::before {
      content: var(--tw-content);
      width: 51px;
    }
  }

@media (min-width: 960px) {
    .text-h2.underlined::before,
        .text-h2 span.underlined::before,
        h2.underlined::before,
        h2 span.underlined::before {
      content: var(--tw-content);
      width: 66px;
    }
  }

.text-h3 {
  margin-bottom: 1rem;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .text-h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .text-h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

.text-h3 {
  text-wrap: pretty;
}

.text-h3.underlined,
        .text-h3 span.underlined,
        h3.underlined,
        h3 span.underlined {
    margin-bottom: 1.5rem;
  }

.text-h3.underlined::before,
        .text-h3 span.underlined::before,
        h3.underlined::before,
        h3 span.underlined::before {
    content: var(--tw-content);
    bottom: -0.75rem;
  }

.text-h3.underlined::before,
        .text-h3 span.underlined::before,
        h3.underlined::before,
        h3 span.underlined::before {
    content: var(--tw-content);
    height: 0.25rem;
  }

.text-h3.underlined::before,
        .text-h3 span.underlined::before,
        h3.underlined::before,
        h3 span.underlined::before {
    content: var(--tw-content);
    width: 39px;
  }

@media (min-width: 680px) {
    .text-h3.underlined::before,
        .text-h3 span.underlined::before,
        h3.underlined::before,
        h3 span.underlined::before {
      content: var(--tw-content);
      width: 45px;
    }
  }

@media (min-width: 960px) {
    .text-h3.underlined::before,
        .text-h3 span.underlined::before,
        h3.underlined::before,
        h3 span.underlined::before {
      content: var(--tw-content);
      width: 54px;
    }
  }

.text-h4 {
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .text-h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .text-h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

.text-h4 {
  text-wrap: pretty;
}

.text-h4.underlined,
        .text-h4 span.underlined,
        h4.underlined,
        h4 span.underlined {
    margin-bottom: 1.5rem;
  }

.text-h4.underlined::before,
        .text-h4 span.underlined::before,
        h4.underlined::before,
        h4 span.underlined::before {
    content: var(--tw-content);
    bottom: -0.75rem;
  }

.text-h4.underlined::before,
        .text-h4 span.underlined::before,
        h4.underlined::before,
        h4 span.underlined::before {
    content: var(--tw-content);
    height: 0.25rem;
  }

.text-h4.underlined::before,
        .text-h4 span.underlined::before,
        h4.underlined::before,
        h4 span.underlined::before {
    content: var(--tw-content);
    width: 36px;
  }

@media (min-width: 680px) {
    .text-h4.underlined::before,
        .text-h4 span.underlined::before,
        h4.underlined::before,
        h4 span.underlined::before {
      content: var(--tw-content);
      width: 42px;
    }
  }

@media (min-width: 960px) {
    .text-h4.underlined::before,
        .text-h4 span.underlined::before,
        h4.underlined::before,
        h4 span.underlined::before {
      content: var(--tw-content);
      width: 42px;
    }
  }

.text-h5 {
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .text-h5 {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (min-width: 1200px) {
  .text-h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.text-h5 {
  text-wrap: pretty;
}

.text-h5.underlined,
        .text-h5 span.underlined,
        h5.underlined,
        h5 span.underlined {
    margin-bottom: 1.5rem;
  }

.text-h5.underlined::before,
        .text-h5 span.underlined::before,
        h5.underlined::before,
        h5 span.underlined::before {
    content: var(--tw-content);
    bottom: -0.75rem;
  }

.text-h5.underlined::before,
        .text-h5 span.underlined::before,
        h5.underlined::before,
        h5 span.underlined::before {
    content: var(--tw-content);
    height: 3px;
  }

.text-h5.underlined::before,
        .text-h5 span.underlined::before,
        h5.underlined::before,
        h5 span.underlined::before {
    content: var(--tw-content);
    width: 36px;
  }

@media (min-width: 680px) {
    .text-h5.underlined::before,
        .text-h5 span.underlined::before,
        h5.underlined::before,
        h5 span.underlined::before {
      content: var(--tw-content);
      width: 38px;
    }
  }

@media (min-width: 960px) {
    .text-h5.underlined::before,
        .text-h5 span.underlined::before,
        h5.underlined::before,
        h5 span.underlined::before {
      content: var(--tw-content);
      width: 48px;
    }
  }

.text-h6 {
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .text-h6 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .text-h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.text-h6 {
  text-wrap: pretty;
}

.text-h6.underlined,
        .text-h6 span.underlined,
        h6.underlined,
        h6 span.underlined,
        .navbar-link.underlined,
        .navbar-link span.underlined {
    margin-bottom: 1rem;
  }

.text-h6.underlined::before,
        .text-h6 span.underlined::before,
        h6.underlined::before,
        h6 span.underlined::before,
        .navbar-link.underlined::before,
        .navbar-link span.underlined::before {
    content: var(--tw-content);
    bottom: -0.5rem;
  }

.text-h6.underlined::before,
        .text-h6 span.underlined::before,
        h6.underlined::before,
        h6 span.underlined::before,
        .navbar-link.underlined::before,
        .navbar-link span.underlined::before {
    content: var(--tw-content);
    height: 2px;
  }

.text-h6.underlined::before,
        .text-h6 span.underlined::before,
        h6.underlined::before,
        h6 span.underlined::before,
        .navbar-link.underlined::before,
        .navbar-link span.underlined::before {
    content: var(--tw-content);
    width: 34px;
  }

@media (min-width: 680px) {
    .text-h6.underlined::before,
        .text-h6 span.underlined::before,
        h6.underlined::before,
        h6 span.underlined::before,
        .navbar-link.underlined::before,
        .navbar-link span.underlined::before {
      content: var(--tw-content);
      width: 40px;
    }
  }

@media (min-width: 960px) {
    .text-h6.underlined::before,
        .text-h6 span.underlined::before,
        h6.underlined::before,
        h6 span.underlined::before,
        .navbar-link.underlined::before,
        .navbar-link span.underlined::before {
      content: var(--tw-content);
      width: 40px;
    }
  }

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

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

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

@media (min-width: 900px) {
  .container {
    max-width: 900px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}

@media (min-width: 1064px) {
  .container {
    max-width: 1064px;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

@media (min-width: 1460px) {
  .container {
    max-width: 1460px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

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

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

.prose :where([class~="lead"]):not(:where([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"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(h1):not(:where([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"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([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"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([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"] *)) {
  font-weight: 700;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([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"] *))::before {
  content: none;
}

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

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

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

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

.prose :where(tbody tr):not(:where([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"] *)) {
  border-bottom-width: 0;
}

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

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

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

.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-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-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(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.debug-screens::before {
  position: fixed;
  z-index: 2147483647;
  bottom: 0;
  left: 0;
  padding: .3333333em .5em;
  font-size: 12px;
  line-height: 1;
  font-family: sans-serif;
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #fff;
  content: 'screen: _';
}

@media (min-width: 640px) {
  .debug-screens::before {
    content: 'screen: sm';
  }
}

@media (min-width: 680px) {
  .debug-screens::before {
    content: 'screen: md';
  }
}

@media (min-width: 960px) {
  .debug-screens::before {
    content: 'screen: lg';
  }
}

@media (min-width: 1200px) {
  .debug-screens::before {
    content: 'screen: xl';
  }
}

@media (min-width: 1460px) {
  .debug-screens::before {
    content: 'screen: 2xl';
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.\!left-0 {
  left: 0px !important;
}

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

.-left-5 {
  left: -1.25rem;
}

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

.bottom-7 {
  bottom: 1.75rem;
}

.left-0 {
  left: 0px;
}

.left-2 {
  left: 0.5rem;
}

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

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-5 {
  right: 1.25rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-3 {
  top: 0.75rem;
}

.top-5 {
  top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

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

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

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

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

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

.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.-mt-\[2\%\] {
  margin-top: -2%;
}

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

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

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

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

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

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

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

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

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

.ml-auto {
  margin-left: auto;
}

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

.mr-auto {
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

.\!inline-flex {
  display: inline-flex !important;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-auto {
  height: auto !important;
}

.h-10 {
  height: 2.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

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

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-20 {
  max-height: 5rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

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

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

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

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

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

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

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

.\!w-auto {
  width: auto !important;
}

.\!w-full {
  width: 100% !important;
}

.w-10 {
  width: 2.5rem;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-xl {
  max-width: 36rem;
}

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

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

.grow {
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

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

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-mt-0 {
  scroll-margin-top: 0px;
}

.scroll-mt-28 {
  scroll-margin-top: 7rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!gap-0 {
  gap: 0px !important;
}

.\!gap-1 {
  gap: 0.25rem !important;
}

.\!gap-10 {
  gap: 2.5rem !important;
}

.\!gap-4 {
  gap: 1rem !important;
}

.\!gap-8 {
  gap: 2rem !important;
}

.gap-0 {
  gap: 0px;
}

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

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

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

.rounded-b-\[40px\] {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-\[3px\] {
  border-width: 3px;
}

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

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

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(24 23 22 / var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(101 173 223 / var(--tw-border-opacity));
}

.border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(72 134 198 / var(--tw-border-opacity));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(18 104 178 / var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(0 83 159 / var(--tw-border-opacity));
}

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

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(190 194 197 / var(--tw-border-opacity));
}

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

.border-turquoise {
  --tw-border-opacity: 1;
  border-color: rgb(0 152 175 / var(--tw-border-opacity));
}

.bg-\[\#E0EFF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 239 249 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 22 / var(--tw-bg-opacity));
}

.bg-black\/20 {
  background-color: rgb(24 23 22 / 0.2);
}

.bg-black\/50 {
  background-color: rgb(24 23 22 / 0.5);
}

.bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 134 198 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 104 178 / var(--tw-bg-opacity));
}

.bg-blue-500\/10 {
  background-color: rgb(18 104 178 / 0.1);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 245 / var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
}

.bg-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 245 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
}

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

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

.bg-yellow\/30 {
  background-color: rgb(237 178 32 / 0.3);
}

.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

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

.from-black\/90 {
  --tw-gradient-from: rgb(24 23 22 / 0.9);
  --tw-gradient-to: rgb(24 23 22 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/90 {
  --tw-gradient-to: rgb(24 23 22 / 0.9);
}

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

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

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

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

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

.fill-blue-300 {
  fill: #4886C6;
}

.fill-current {
  fill: currentColor;
}

.fill-white {
  fill: #ffffff;
}

.stroke-black {
  stroke: #181716;
}

.stroke-blue-300 {
  stroke: #4886C6;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-white {
  stroke: #ffffff;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

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

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

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

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

.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-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

.\!pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

.pb-20 {
  padding-bottom: 5rem;
}

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

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

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

.pl-9 {
  padding-left: 2.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

.font-alternative {
  font-family: Humanist521BT, lato, murecho, geologica, sans-serif;
}

.font-sans {
  font-family: lato, murecho, sans-serif;
}

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

.text-base {
  font-size: 16px;
  line-height: 22px;
}

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

.text-medium {
  font-size: 17px;
  line-height: 26px;
}

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

.text-small {
  font-size: 15px;
  line-height: 20px;
}

.text-tiny {
  font-size: 13px;
  line-height: 18px;
}

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

.font-black {
  font-weight: 900;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.\!text-blue-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(18 104 178 / var(--tw-text-opacity)) !important;
}

.\!text-blue-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 83 159 / var(--tw-text-opacity)) !important;
}

.\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(102 102 102 / var(--tw-text-opacity)) !important;
}

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

.\!text-white\/70 {
  color: rgb(255 255 255 / 0.7) !important;
}

.text-\[\#195090\] {
  --tw-text-opacity: 1;
  color: rgb(25 80 144 / var(--tw-text-opacity));
}

.text-\[\#C4994E\] {
  --tw-text-opacity: 1;
  color: rgb(196 153 78 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(72 134 198 / var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(18 104 178 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(0 83 159 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(190 194 197 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(134 135 134 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 83 159 / var(--tw-text-opacity));
}

.text-turquoise {
  --tw-text-opacity: 1;
  color: rgb(0 152 175 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-95 {
  opacity: 0.95;
}

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

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.ring-yellow {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 178 32 / var(--tw-ring-opacity));
}

.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: 400ms;
}

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

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

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

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

.delay-75 {
  transition-delay: 75ms;
}

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

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

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

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

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

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

.\[text-shadow\:_0_4px_10px_rgb\(0_0_0_\/_60\%\)\] {
  text-shadow: 0 4px 10px rgb(0 0 0 / 60%);
}

.\[text-shadow\:_0_4px_10px_rgb\(0_0_0_\/_70\%\)\] {
  text-shadow: 0 4px 10px rgb(0 0 0 / 70%);
}

.\[text-shadow\:_0_4px_4px_rgb\(0_0_0_\/_40\%\)\] {
  text-shadow: 0 4px 4px rgb(0 0 0 / 40%);
}

/* #region CUSTOM FONTS */

@font-face {
  font-family: "Humanist521BT";

  src: url("../../fonts/Hum521Rm.ttf") format("truetype");

  font-weight: 400;

  font-style: normal;
}

@font-face {
  font-family: "Humanist521BT";

  src: url("../../fonts/Hum521_Bold_BT.ttf") format("truetype");

  font-weight: 700;

  font-style: normal;
}

/* #endregion CUSTOM FONTS */

/* #region TYPOGRAPHY */

/* -- Set Base Styles -- */

.page-header h1,
    .page-header p,
    header h1,
    header p {
    text-shadow: 0 0 20px white;
  }

@media not all and (min-width: 680px) {
    .page-header + section, header + section {
      padding-top: 2.5rem;
    }
  }

ul *::marker,
.prose ul *::marker,
ul.prose *::marker {
  color: rgb(18 104 178 );
}

ul::marker,
.prose ul::marker,
ul.prose::marker {
  color: rgb(18 104 178 );
}

.prose.section-title {
  margin-bottom: 2rem;
}

.prose.section-title h1,
    .prose.section-title h2,
    .prose.section-title h3,
    .prose.section-title h4,
    .prose.section-title h5,
    .prose.section-title h6 {
    margin-top: 0px !important;
  }

h1 .text-center, h2 .text-center, h3 .text-center, h4 .text-center, h5 .text-center, h6 .text-center {
    display: block;
  }

.prose *:first-child {
  margin-top: 0px !important;
}

.underlined {
  position: relative;
  margin-bottom: 1rem;
}

.underlined::before {
  position: absolute;
  left: 0px;
  border-radius: 0.125rem;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
}

.underlined.text-center::before,
    .text-center .underlined::before {
    content: var(--tw-content);
    left: 50%;
  }

.underlined.text-center::before,
    .text-center .underlined::before {
    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));
  }

.underlined.prose {
    position: relative;
  }

.underlined.prose {
    margin-bottom: 1.5rem;
  }

.underlined.prose::before {
    content: var(--tw-content);
    bottom: -0.75rem;
  }

.underlined.prose::before {
    content: var(--tw-content);
    height: 3px;
  }

.underlined.prose::before {
    content: var(--tw-content);
    width: 34px;
  }

@media (min-width: 680px) {
    .underlined.prose::before {
      content: var(--tw-content);
      width: 40px;
    }
  }

@media (min-width: 960px) {
    .underlined.prose::before {
      content: var(--tw-content);
      width: 40px;
    }
  }

.text-center .underlined.prose::before {
      content: var(--tw-content);
      left: 50%;
    }

.text-center .underlined.prose::before {
      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));
    }

/* .bg-white .underlined {
    @apply before:bg-blue-200;
}
.bg-gray-50 .underlined {
    @apply before:bg-yellow;
} */

.bg-gray-50 .prose .text-h1,
    .bg-gray-50 .prose .text-h2,
    .bg-gray-50 .prose .text-h3,
    .bg-gray-50 .prose .text-h4,
    .bg-gray-50 .prose .text-h5,
    .bg-gray-50 .prose .text-h6 {
    /* @apply text-blue-500; */
  }

.prose {
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.prose:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:not(.bg-gray-50 .prose) h1,
        .prose:not(.bg-gray-50 .prose) h2,
        .prose:not(.bg-gray-50 .prose) h3,
        .prose:not(.bg-gray-50 .prose) h4,
        .prose:not(.bg-gray-50 .prose) h5,
        .prose:not(.bg-gray-50 .prose) h6 {
      /* @apply text-black; */
    }

.prose.simple-links a {
      color: currentColor;
    }

.prose.simple-links a {
      text-decoration-line: none;
    }

.prose.simple-links a:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.prose a {
    --tw-text-opacity: 1;
    color: rgb(24 23 22 / var(--tw-text-opacity));
  }

a:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

a:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

a:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

a:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.prose a:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

/* -- Styling for Richtext Elements -- */

.prose {
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.prose:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose:hover {
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.prose.text-white > h1,
    .prose.text-white > h2,
    .prose.text-white > h3,
    .prose.text-white > h4,
    .prose.text-white > h5,
    .prose.text-white > h6,
    .prose.text-white p,
    .prose.text-white ul,
    .prose.text-white ol {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.prose.text-white .prose> h1,.prose.text-white .prose
    > h2,.prose.text-white .prose
    > h3,.prose.text-white .prose
    > h4,.prose.text-white .prose
    > h5,.prose.text-white .prose
    > h6,.prose.text-white p.prose,.prose.text-white ul.prose,.prose.text-white ol.prose {
  }

> h1:hover,
    > h2:hover,
    > h3:hover,
    > h4:hover,
    > h5:hover,
    > h6:hover,
    p:hover,
    ul:hover,
    ol:hover {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

> h1:focus,
    > h2:focus,
    > h3:focus,
    > h4:focus,
    > h5:focus,
    > h6:focus,
    p:focus,
    ul:focus,
    ol:focus {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

> h1:hover,
    > h2:hover,
    > h3:hover,
    > h4:hover,
    > h5:hover,
    > h6:hover,
    p:hover,
    ul:hover,
    ol:hover {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

> h1:focus,
    > h2:focus,
    > h3:focus,
    > h4:focus,
    > h5:focus,
    > h6:focus,
    p:focus,
    ul:focus,
    ol:focus {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

> h1 li a,
    > h2 li a,
    > h3 li a,
    > h4 li a,
    > h5 li a,
    > h6 li a,
    p li a,
    ul li a,
    ol li a {
      opacity: 0.6;
    }

> h1 li a:hover,
    > h2 li a:hover,
    > h3 li a:hover,
    > h4 li a:hover,
    > h5 li a:hover,
    > h6 li a:hover,
    p li a:hover,
    ul li a:hover,
    ol li a:hover {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

> h1 li a:hover,
    > h2 li a:hover,
    > h3 li a:hover,
    > h4 li a:hover,
    > h5 li a:hover,
    > h6 li a:hover,
    p li a:hover,
    ul li a:hover,
    ol li a:hover {
      opacity: 1;
    }

> h1 li a,
    > h2 li a,
    > h3 li a,
    > h4 li a,
    > h5 li a,
    > h6 li a,
    p li a,
    ul li a,
    ol li a {
      opacity: 0.6;
    }

> h1 li a:hover,
    > h2 li a:hover,
    > h3 li a:hover,
    > h4 li a:hover,
    > h5 li a:hover,
    > h6 li a:hover,
    p li a:hover,
    ul li a:hover,
    ol li a:hover {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

> h1 li a:hover,
    > h2 li a:hover,
    > h3 li a:hover,
    > h4 li a:hover,
    > h5 li a:hover,
    > h6 li a:hover,
    p li a:hover,
    ul li a:hover,
    ol li a:hover {
      opacity: 1;
    }

.greek .prose p,
    .greek .prose ul,
    .greek .prose ol {
    line-height: 28px;
  }

.greek .prose p,
    .greek .prose ul,
    .greek .prose ol {
    letter-spacing: .05px;
  }

@media (min-width: 1200px) {
    .greek .prose p,
    .greek .prose ul,
    .greek .prose ol {
      font-size: 17px !important;
      line-height: 26px !important;
    }
  }

.prose h1 {
  margin-bottom: 1.5rem;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .prose h1 {
    font-size: 46px;
    line-height: 46px;
  }
}

@media (min-width: 1200px) {
  .prose h1 {
    font-size: 52px;
    line-height: 52px;
  }
}

.prose h1 {
  text-wrap: pretty;
  margin-top: 3rem;
  font-weight: 700;
}

 .prose h1 {
    /* @apply text-blue-500; */
  }

 .prose h1 {
    /* @apply text-blue-500; */
  }

.prose h1 {
  text-wrap: pretty;
}

.prose h1 .underlined {
    margin-bottom: 3rem;
  }

.prose h2 {
  margin-bottom: 1rem;
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .prose h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

@media (min-width: 1200px) {
  .prose h2 {
    font-size: 44px;
    line-height: 52px;
  }
}

.prose h2 {
  text-wrap: pretty;
  margin-top: 3rem;
  font-weight: 700;
}

 .prose h2 {
    /* @apply text-blue-500; */
  }

 .prose h2 {
    /* @apply text-blue-500; */
  }

.prose h2 {
  text-wrap: pretty;
}

.prose h2 .underlined {
    margin-bottom: 3rem;
  }

.prose h3 {
  margin-bottom: 1rem;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .prose h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .prose h3 {
    font-size: 36px;
    line-height: 44px;
  }
}

.prose h3 {
  text-wrap: pretty;
  margin-top: 2.75rem;
  font-weight: 700;
}

 .prose h3 {
    /* @apply text-blue-500; */
  }

 .prose h3 {
    /* @apply text-blue-500; */
  }

.prose h3 {
  text-wrap: pretty;
}

.prose h4 {
  margin-bottom: 1rem;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .prose h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (min-width: 1200px) {
  .prose h4 {
    font-size: 28px;
    line-height: 36px;
  }
}

.prose h4 {
  text-wrap: pretty;
  margin-top: 2.75rem;
  font-weight: 700;
}

 .prose h4 {
    /* @apply text-blue-500; */
  }

 .prose h4 {
    /* @apply text-blue-500; */
  }

.prose h4 {
  text-wrap: pretty;
}

.prose h5 {
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .prose h5 {
    font-size: 22px;
    line-height: 27px;
  }
}

@media (min-width: 1200px) {
  .prose h5 {
    font-size: 24px;
    line-height: 32px;
  }
}

.prose h5 {
  text-wrap: pretty;
  margin-top: 2.75rem;
  font-weight: 700;
}

 .prose h5 {
    /* @apply text-blue-500; */
  }

 .prose h5 {
    /* @apply text-blue-500; */
  }

.prose h5 {
  text-wrap: pretty;
}

.prose h6 {
  margin-bottom: 1rem;
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
}

@media (min-width: 960px) {
  .prose h6 {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (min-width: 1200px) {
  .prose h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

.prose h6 {
  text-wrap: pretty;
  margin-top: 2.25rem;
  font-weight: 700;
}

 .prose h6 {
    /* @apply text-blue-500; */
  }

 .prose h6 {
    /* @apply text-blue-500; */
  }

.prose h6 {
  text-wrap: pretty;
}

.prose a {
  --tw-text-opacity: 1;
  color: rgb(72 134 198 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.prose a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 83 159 / var(--tw-text-opacity));
  }

.prose a:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 83 159 / var(--tw-text-opacity));
  }

.prose a:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.prose a:hover {
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}

.prose b,
.prose strong {
  font-weight: 700;
}

.prose p,
.prose ol,
.prose ul {
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 22px;
}

.prose p {
  margin-top: 0;
}

.prose ol li,
.prose ul li {
  margin-bottom: 1rem;
}

.prose ul,
.prose ol {
  margin-left: -0.5rem;
  margin-bottom: 1.5rem;
}

.prose ul li, .prose ol li {
    margin-bottom: 0.5rem;
  }

/* #endregion TYPOGRAPHY */

/* #region SECTIONS */

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media (min-width: 960px) {
  section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* #endregion SECTIONS */

/* #region GRIDS */

.grid-cols-2--custom {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

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

.grid-cols-3--custom {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.75rem;
}

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

@media (min-width: 960px) {
  .grid-cols-3--custom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.grid-cols-4--custom {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

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

@media (min-width: 960px) {
  .grid-cols-4--custom {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.grid-cols-5--custom {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 680px) {
  .grid-cols-5--custom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .grid-cols-5--custom {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.grid-cols-6--custom {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 680px) {
  .grid-cols-6--custom {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 960px) {
  .grid-cols-6--custom {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

.grid-cols-12--custom {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2.5rem;
}

@media (min-width: 680px) {
  .grid-cols-12--custom {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
}

/* #endregion GRIDS */

/* #region BUTTONS */

.button {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: 9999px;
  border-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 17px;
  line-height: 26px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.prose.button {
}

.button:hover {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button:focus {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button:hover {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button:focus {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button li a {
    opacity: 0.6;
  }

.button li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.button li a:hover {
    opacity: 1;
  }

.button li a {
    opacity: 0.6;
  }

.button li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.button li a:hover {
    opacity: 1;
  }

.button.button-tiny {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.button.button-tiny {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.button.button-tiny {
    font-size: 13px;
    line-height: 18px;
  }

.button.button-sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

.button.button-sm {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

.button.button-lg {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.button.button-lg {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

.button.button-xl {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.button.button-xl {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

.button.outline {
  border-width: 1px;
  border-color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button.primary.outline, .button.blue-500.outline {
    background-color: transparent;
  }

.button.primary.outline, .button.blue-500.outline {
    --tw-text-opacity: 1;
    color: rgb(0 83 159 / var(--tw-text-opacity));
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(0 53 102 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(0 53 102 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(0 53 102 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(0 53 102 / var(--tw-text-opacity));
    }

.button.primary,
.button.blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
}

.button.primary:hover,
.button.blue-500:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.primary:focus,
.button.blue-500:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.primary:active,
.button.blue-500:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 178 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(237 178 32 / var(--tw-text-opacity)) !important;
}

.button.primary:disabled,
.button.blue-500:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(134 135 134 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.button.yellow:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.yellow:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.yellow:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.yellow:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.yellow:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.yellow:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.yellow:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 178 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(237 178 32 / var(--tw-text-opacity)) !important;
}

.button.yellow:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.yellow.outline {
    background-color: transparent;
  }

.button.yellow.outline {
    --tw-text-opacity: 1;
    color: rgb(237 178 32 / var(--tw-text-opacity));
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(72 134 198 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(72 134 198 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(72 134 198 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(72 134 198 / var(--tw-text-opacity));
    }

.button.blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 173 223 / var(--tw-bg-opacity));
}

.button.blue-200:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blue-200:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blue-200:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 178 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(237 178 32 / var(--tw-text-opacity)) !important;
}

.button.blue-200:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.blue-200.outline {
    background-color: transparent;
  }

.button.blue-200.outline {
    --tw-text-opacity: 1;
    color: rgb(101 173 223 / var(--tw-text-opacity));
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(0 83 159 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(0 83 159 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(0 83 159 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(0 83 159 / var(--tw-text-opacity));
    }

.button.blue-200.outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(101 173 223 / var(--tw-bg-opacity));
  }

.button.blue-200.outline:hover {
    --tw-text-opacity: 1;
    color: rgb(24 23 22 / var(--tw-text-opacity));
  }

.button.blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(72 134 198 / var(--tw-bg-opacity));
}

.button.blue-300:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blue-300:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blue-300:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 178 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(237 178 32 / var(--tw-text-opacity)) !important;
}

.button.blue-300:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.blue-300.outline {
    background-color: transparent;
  }

.button.blue-300.outline {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(0 83 159 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(0 83 159 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.button.blue-300.outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(72 134 198 / var(--tw-bg-opacity));
  }

.button.blue-300.outline:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

.button.blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
}

.button.blue-900:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blue-900:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(24 23 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blue-900:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 178 32 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(237 178 32 / var(--tw-text-opacity)) !important;
}

.button.blue-900:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.blue-900.outline {
    background-color: transparent;
  }

.button.blue-900.outline {
    --tw-text-opacity: 1;
    color: rgb(0 53 102 / var(--tw-text-opacity));
  }

.button.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.button.white:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.white:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.white:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.white:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.white:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.button.white:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 23 22 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(24 23 22 / var(--tw-text-opacity)) !important;
}

.button.white:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.white.outline {
    background-color: transparent;
  }

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

.prose.button.white.outline {
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(190 194 197 / var(--tw-text-opacity));
    }

.outline li a {
      opacity: 0.6;
    }

.outline li a:hover {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

.outline li a:hover {
      opacity: 1;
    }

.outline li a {
      opacity: 0.6;
    }

.outline li a:hover {
      --tw-text-opacity: 1 !important;
      color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    }

.outline li a:hover {
      opacity: 1;
    }

.button.error {
  --tw-bg-opacity: 1;
  background-color: rgb(219 64 63 / var(--tw-bg-opacity));
}

.button.error:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(105 8 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.error:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(105 8 7 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.error:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 23 22 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 64 63 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(24 23 22 / var(--tw-text-opacity)) !important;
}

.button.error:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.error.outline {
    background-color: transparent;
  }

.button.error.outline {
    --tw-text-opacity: 1;
    color: rgb(219 64 63 / var(--tw-text-opacity));
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(105 8 7 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(105 8 7 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(105 8 7 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(105 8 7 / var(--tw-text-opacity));
    }

.button.error-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 116 115 / var(--tw-bg-opacity));
}

.button.error-light:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(219 64 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.error-light:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(219 64 63 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.error-light:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 23 22 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(219 64 63 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(24 23 22 / var(--tw-text-opacity)) !important;
}

.button.error-light:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.error-light.outline {
    background-color: transparent;
  }

.button.error-light.outline {
    --tw-text-opacity: 1;
    color: rgb(255 116 115 / var(--tw-text-opacity));
  }

.button.success {
  --tw-bg-opacity: 1;
  background-color: rgb(135 188 79 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.button.success:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.success:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.success:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.success:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.button.success:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(89 136 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.success:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(89 136 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.success:active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 23 22 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(135 188 79 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(24 23 22 / var(--tw-text-opacity)) !important;
}

.button.success:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.success.outline {
    background-color: transparent;
  }

.button.success.outline {
    --tw-text-opacity: 1;
    color: rgb(135 188 79 / var(--tw-text-opacity));
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(89 136 40 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(89 136 40 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(89 136 40 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(89 136 40 / var(--tw-text-opacity));
    }

.button.success-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 23 22 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(89 136 40 / var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.prose.button.success-dark {
}

.button.success-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.success-dark:focus {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.success-dark:hover {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.success-dark:focus {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.success-dark li a {
    opacity: 0.6;
  }

.button.success-dark li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.button.success-dark li a:hover {
    opacity: 1;
  }

.button.success-dark li a {
    opacity: 0.6;
  }

.button.success-dark li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.button.success-dark li a:hover {
    opacity: 1;
  }

.button.success-dark:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(89 136 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.success-dark:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(89 136 40 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.success-dark:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.success-dark.outline {
    background-color: transparent;
  }

.button.success-dark.outline {
    --tw-text-opacity: 1;
    color: rgb(89 136 40 / var(--tw-text-opacity));
  }

.button.black {
  border-color: transparent;
  background-color: rgb(24 23 22 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.prose.button.black {
}

.button.black:hover {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.black:focus {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.black:hover {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.black:focus {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.button.black li a {
    opacity: 0.6;
  }

.button.black li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.button.black li a:hover {
    opacity: 1;
  }

.button.black li a {
    opacity: 0.6;
  }

.button.black li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.button.black li a:hover {
    opacity: 1;
  }

.button.black:hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.button.black:focus {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.button.black:active {
  --tw-border-opacity: 1;
  border-color: rgb(24 23 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.button.black:disabled {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(190 194 197 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(237 240 245 / var(--tw-text-opacity));
}

.button.black.outline {
    background-color: transparent;
  }

.button.black.outline {
    --tw-text-opacity: 1;
    color: rgb(24 23 22 / var(--tw-text-opacity));
  }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.outline:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.outline:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.link-button {
  border-bottom-width: 1px;
  border-color: currentColor;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration-line: none;
}

@media not all and (min-width: 680px) {
  .link-button {
    font-size: 12px;
  }
}

.link-button.text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(0 53 102 / var(--tw-text-opacity));
  }

.link-button.text-primary:focus {
    --tw-text-opacity: 1;
    color: rgb(0 53 102 / var(--tw-text-opacity));
  }

.link-button.text-black:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.link-button.text-black:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.link-button.text-yellow:hover {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

.link-button.text-yellow:focus {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

.link-button.text-blue-200:hover {
    --tw-text-opacity: 1;
    color: rgb(0 83 159 / var(--tw-text-opacity));
  }

.link-button.text-blue-200:focus {
    --tw-text-opacity: 1;
    color: rgb(0 83 159 / var(--tw-text-opacity));
  }

.link-button.text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgb(0 83 159 / var(--tw-text-opacity));
  }

.link-button.text-blue-300:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.link-button.text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.link-button.text-white:focus {
    --tw-text-opacity: 1;
    color: rgb(190 194 197 / var(--tw-text-opacity));
  }

.link-button.text-error:hover {
    --tw-text-opacity: 1;
    color: rgb(105 8 7 / var(--tw-text-opacity));
  }

.link-button.text-error:focus {
    --tw-text-opacity: 1;
    color: rgb(105 8 7 / var(--tw-text-opacity));
  }

.link-button.text-success:hover {
    --tw-text-opacity: 1;
    color: rgb(89 136 40 / var(--tw-text-opacity));
  }

.link-button.text-success:focus {
    --tw-text-opacity: 1;
    color: rgb(89 136 40 / var(--tw-text-opacity));
  }

/* #endregion BUTTONS */

/* #region FORMS */

form label {
  font-weight: 700;
}

[type="text"],
[type="email"],
[type="url"],
[type="password"],
[type="number"],
[type="date"],
[type="datetime-local"],
[type="month"],
[type="search"],
[type="tel"],
[type="time"],
[type="week"],
[multiple],
textarea,
select {
  margin-top: 0.75rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(24 23 22 / var(--tw-border-opacity));
  padding: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

[type="text"]:hover,
[type="email"]:hover,
[type="url"]:hover,
[type="password"]:hover,
[type="number"]:hover,
[type="date"]:hover,
[type="datetime-local"]:hover,
[type="month"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="time"]:hover,
[type="week"]:hover,
[multiple]:hover,
textarea:hover,
select:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

[type="text"]:hover,
[type="email"]:hover,
[type="url"]:hover,
[type="password"]:hover,
[type="number"]:hover,
[type="date"]:hover,
[type="datetime-local"]:hover,
[type="month"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="time"]:hover,
[type="week"]:hover,
[multiple]:hover,
textarea:hover,
select:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

[type="text"]:hover,
[type="email"]:hover,
[type="url"]:hover,
[type="password"]:hover,
[type="number"]:hover,
[type="date"]:hover,
[type="datetime-local"]:hover,
[type="month"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="time"]:hover,
[type="week"]:hover,
[multiple]:hover,
textarea:hover,
select:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

[type="text"]::-moz-placeholder, [type="email"]::-moz-placeholder, [type="url"]::-moz-placeholder, [type="password"]::-moz-placeholder, [type="number"]::-moz-placeholder, [type="date"]::-moz-placeholder, [type="datetime-local"]::-moz-placeholder, [type="month"]::-moz-placeholder, [type="search"]::-moz-placeholder, [type="tel"]::-moz-placeholder, [type="time"]::-moz-placeholder, [type="week"]::-moz-placeholder, [multiple]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: rgb(24 23 22 / 0.2);
}

[type="text"]::placeholder,
[type="email"]::placeholder,
[type="url"]::placeholder,
[type="password"]::placeholder,
[type="number"]::placeholder,
[type="date"]::placeholder,
[type="datetime-local"]::placeholder,
[type="month"]::placeholder,
[type="search"]::placeholder,
[type="tel"]::placeholder,
[type="time"]::placeholder,
[type="week"]::placeholder,
[multiple]::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgb(24 23 22 / 0.2);
}

[type="text"]:focus,
[type="email"]:focus,
[type="url"]:focus,
[type="password"]:focus,
[type="number"]:focus,
[type="date"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="week"]:focus,
[multiple]:focus,
textarea:focus,
select:focus {
  --tw-border-opacity: 1;
  border-color: rgb(18 104 178 / var(--tw-border-opacity));
}

/* #endregion FORMS */

/* #region NAVIGATION */

/* -- Main Navigation -- */

.navbar-link {
  position: relative;
  z-index: 100;
  cursor: pointer;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 83 159 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.navbar-link:hover {
  --tw-text-opacity: 1;
  color: rgb(0 83 159 / var(--tw-text-opacity));
}

@media not all and (min-width: 960px) {
  .navbar-link {
    display: block;
    width: 100%;
    text-align: left;
  }
}

@media not all and (min-width: 680px) {
  .navbar-link {
    font-weight: 700;
  }
}

@media (min-width: 960px) {
  .navbar-link {
    display: inline-flex;
  }

  .navbar-link::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  }
}

.navbar-link.child-link {
    margin-bottom: 0.375rem;
  }

.navbar-link.child-link:hover {
    --tw-text-opacity: 1;
    color: rgb(0 53 102 / var(--tw-text-opacity));
  }

.navbar-link.child-link:hover {
    text-decoration-line: underline;
  }

@media not all and (min-width: 960px) {
    .navbar-link.child-link {
      padding-left: 2.5rem;
    }
  }

@media not all and (min-width: 680px) {
    .navbar-link.child-link {
      font-weight: 400;
    }
  }

.navbar-link.underlined {
    position: relative;
  }

.navbar-link.underlined {
    margin-bottom: 0px;
  }

.navbar-link.underlined {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

.navbar-link.underlined {
    font-weight: 700;
  }

.navbar-link.underlined {
    text-transform: uppercase;
  }

.navbar-link.underlined::before {
    content: var(--tw-content);
    left: 20%;
  }

.navbar-link.underlined::before {
    content: var(--tw-content);
    z-index: 100;
  }

.navbar-link.underlined::before {
    content: var(--tw-content) !important;
    width: 1rem !important;
  }

.navbar-link.underlined::before {
    content: var(--tw-content) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 178 32 / var(--tw-bg-opacity)) !important;
  }

.navbar-link.underlined::before {
    content: var(--tw-content);
    opacity: 0;
  }

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

.group:hover .navbar-link.underlined::before {
    content: var(--tw-content);
    left: 48%;
  }

.group:hover .navbar-link.underlined::before {
    content: var(--tw-content) !important;
    width: calc(100% - 5px) !important;
  }

.group:hover .navbar-link.underlined::before {
    content: var(--tw-content);
    opacity: 1;
  }

.navbar {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.navbar.is-scrolled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.navbar .navbar-link.is-active::after {
  content: var(--tw-content);
  width: 100%;
}

.navbar .burger-menu span {
  height: 2px;
  width: 1.75rem;
  transform-origin: left;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 83 159 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.navbar .burger-menu.is-open span {
  /* @apply bg-white; */
}

/* Mobile Navigation  */

.mobile-menu-screen {
  position: fixed;
  top: 0px;
  left: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  row-gap: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 6rem;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 400ms !important;
}

/* //Navbar (large screens) */

@media screen and (min-width: 1200px) {
  .navbar {
    /* @apply relative; */
  }
    .container .menu {
      display: flex;
    }
    .container .menu {
      width: 100%;
    }
    .container .menu {
      align-items: center;
    }
    .container .menu {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
    }
      .container .menu .navbar-link {
        font-size: 16px !important;
        line-height: 22px !important;
      }
      .container .menu .navbar-link {
        font-weight: 800 !important;
      }
      .container .menu > ul {
        margin-left: auto;
      }
      .container .menu > ul {
        display: flex;
      }
      .container .menu > ul {
        width: auto;
      }
      .container .menu > ul {
        align-items: center;
      }
      .container .menu > ul::before {
        content: var(--tw-content);
        display: none;
      }
            .container .menu > ul li.mega-menu > ul {
              flex-direction: row;
            }
            .container .menu > ul li.mega-menu > ul {
              gap: 1.75rem;
            }
            .container .menu > ul li.mega-menu > ul {
              padding: 2.5rem;
            }
          .container .menu > ul li:not(:last-child) {
            margin-right: 0.5rem;
          }
          .container .menu > ul li::before {
            display: none;
          }
        .container .menu > ul > li {
          margin: 0px;
        }
        .container .menu > ul > li {
          background-color: transparent;
        }
        .container .menu > ul > li {
          padding: 0px;
        }
          .container .menu > ul > li.menu-dropdown-icon {
            position: static;
          }
          .container .menu > ul > li a {
            position: relative;
          }
          .container .menu > ul > li a {
            display: block;
          }
          .container .menu > ul > li a {
            padding-top: 0.25rem;
            padding-bottom: 0.25rem;
          }
          .container .menu > ul > li a {
            font-size: 0.875rem;
            line-height: 1.25rem;
          }
          .container .menu > ul > li a {
            --tw-text-opacity: 1;
            color: rgb(0 83 159 / var(--tw-text-opacity));
          }
            a:hover {
              --tw-text-opacity: 1;
              color: rgb(0 53 102 / var(--tw-text-opacity));
            }
            a:focus {
              --tw-text-opacity: 1;
              color: rgb(0 53 102 / var(--tw-text-opacity));
            }
            a:hover {
              --tw-text-opacity: 1;
              color: rgb(0 53 102 / var(--tw-text-opacity));
            }
            a:focus {
              --tw-text-opacity: 1;
              color: rgb(0 53 102 / var(--tw-text-opacity));
            }
            a:hover {
              --tw-text-opacity: 1;
              color: rgb(0 53 102 / var(--tw-text-opacity));
            }
            a:focus {
              --tw-text-opacity: 1;
              color: rgb(0 53 102 / var(--tw-text-opacity));
            }
          .container .menu > ul > li a {
            /* &.active {
                            &::before {
                                @apply block absolute bottom-0 left-0 h-1 w-10 bg-yellow;
                  
                            }
                        } */
          }
        .container .menu > ul .language-selector > ul {
          position: absolute;
        }
        .container .menu > ul .language-selector > ul {
          left: 0px;
        }
        .container .menu > ul .language-selector > ul {
          top: 100%;
        }
        .container .menu > ul .language-selector > ul {
          z-index: 50;
        }
        .container .menu > ul .language-selector > ul {
          margin: 0px;
        }
        .container .menu > ul .language-selector > ul {
          box-sizing: border-box;
        }
        .container .menu > ul .language-selector > ul {
          display: flex;
        }
        .container .menu > ul .language-selector > ul {
          display: none;
        }
        .container .menu > ul .language-selector > ul {
          width: 100%;
        }
        .container .menu > ul .language-selector > ul {
          flex-direction: column;
        }
        .container .menu > ul .language-selector > ul {
          border-radius: 0.5rem;
        }
        .container .menu > ul .language-selector > ul {
          --tw-bg-opacity: 1;
          background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        }
        .container .menu > ul .language-selector > ul {
          padding: 1.25rem;
        }
        .container .menu > ul .language-selector > ul {
          --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
          --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }
          .container .menu > ul .language-selector > ul li {
            order: 1;
          }
               li.pl-9 {
                padding-left: 0px !important;
              }
               li.pl-7 {
                padding-right: 0px;
              }
              @media (min-width: 1200px) {
                 li.pl-7 {
                  padding-left: 3rem;
                }
              }
               li.pl-9 {
                padding-left: 0px !important;
              }
               li.pl-7 {
                padding-right: 0px;
              }
              @media (min-width: 1200px) {
                 li.pl-7 {
                  padding-left: 3rem;
                }
              }
               li.pl-9 {
                padding-left: 0px !important;
              }
               li.pl-7 {
                padding-right: 0px;
              }
              @media (min-width: 1200px) {
                 li.pl-7 {
                  padding-left: 3rem;
                }
              }
               li.pl-9 {
                padding-left: 0px !important;
              }
               li.pl-7 {
                padding-right: 0px;
              }
              @media (min-width: 1200px) {
                 li.pl-7 {
                  padding-left: 3rem;
                }
              }
           {
             {
            }
          }
               li.pl-9 {
                padding-left: 0px !important;
              }
           {
             {
            }
          }
               li.pl-7 {
                padding-right: 0px;
              }
              @media (min-width: 1200px) {
                 li.pl-7 {
                  padding-left: 3rem;
                }
              }
            .container .menu > ul .language-selector > ul li.two-columns {
              order: 2;
            }
          .container .menu > ul .language-selector > ul > li {
            /* @apply m-0 pb-0 list-none bg-none float-left; */
          }
          .container .menu > ul .language-selector > ul > li {
            float: left;
          }
            .container .menu > ul .language-selector > ul > li a {
              cursor: pointer;
            }
            .container .menu > ul .language-selector > ul > li a {
              white-space: normal;
            }
            .container .menu > ul .language-selector > ul > li a {
              padding: 0px;
            }
            .container .menu > ul .language-selector > ul > li a {
              font-size: 0.75rem;
              line-height: 1rem;
            }
            .container .menu > ul .language-selector > ul > li a {
              font-weight: 400;
            }
            .container .menu > ul .language-selector > ul > li a {
              --tw-text-opacity: 1;
              color: rgb(0 83 159 / var(--tw-text-opacity));
            }
              a:hover {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              a:focus {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              a:hover {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              a:focus {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              a:hover {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              a:focus {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
             {
              /* select {
        @apply uppercase;
    } */
            }
                 a {
                  margin-left: 0px !important;
                }
                 a {
                  margin-left: 0px !important;
                }
             {
               {
              }
            }
                 a {
                  margin-left: 0px !important;
                }
            .container .menu > ul .language-selector > ul > li a:hover {
              --tw-text-opacity: 1;
              color: rgb(0 53 102 / var(--tw-text-opacity));
            }
            .container .menu > ul .language-selector > ul > li a:hover {
              text-decoration-line: underline;
            }
              /* @apply block p-0 mt-4 list-none box-border; */
              .container .menu > ul .language-selector > ul > li > ul > li {
                float: left;
              }
              .container .menu > ul .language-selector > ul > li > ul > li {
                margin: 0px;
              }
              .container .menu > ul .language-selector > ul > li > ul > li {
                width: 100%;
              }
              .container .menu > ul .language-selector > ul > li > ul > li {
                padding: 0.375rem;
              }
                .container .menu > ul .language-selector > ul > li > ul > li a {
                  border-width: 0px;
                }
          .container .menu > ul .language-selector > ul.normal-sub {
            left: auto;
          }
          .container .menu > ul .language-selector > ul.normal-sub {
            width: 100%;
          }
          .container .menu > ul .language-selector > ul.normal-sub {
            max-width: 20rem;
          }
          .container .menu > ul .language-selector > ul.normal-sub {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          .container .menu > ul .language-selector > ul.normal-sub {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
            .container .menu > ul .language-selector > ul.normal-sub > li {
              width: 100%;
            }
              .container .menu > ul .language-selector > ul.normal-sub > li a {
                border-width: 0px;
              }
              .container .menu > ul .language-selector > ul.normal-sub > li a {
                padding-top: 1rem;
                padding-bottom: 1rem;
              }
        .container .menu > ul .bar {
          position: relative;
        }
          .container .menu > ul .bar .searchbar {
            height: 3rem;
          }
          .container .menu > ul .bar .searchbar {
            width: 24rem;
          }
          .container .menu > ul .bar .searchbar {
            border-radius: 9999px;
          }
          .container .menu > ul .bar .searchbar {
            border-width: 1px;
          }
          .container .menu > ul .bar .searchbar {
            --tw-border-opacity: 1;
            border-color: rgb(237 240 245 / var(--tw-border-opacity));
          }
          .container .menu > ul .bar .searchbar {
            background-color: transparent;
          }
          .container .menu > ul .bar .searchbar {
            padding-left: 1rem;
            padding-right: 1rem;
          }
          .container .menu > ul .bar .searchbar {
            padding-top: 0.75rem;
            padding-bottom: 0.75rem;
          }
          .container .menu > ul .bar .searchbar {
            font-size: 16px;
            line-height: 22px;
          }
          .container .menu > ul .bar .searchbar {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          .container .menu > ul .bar .searchbar {
            outline: 2px solid transparent;
            outline-offset: 2px;
          }
          .container .menu > ul .bar .prose.searchbar {
          }
            .searchbar:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .searchbar:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .searchbar:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .searchbar:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .searchbar:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .searchbar:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .searchbar li a {
              opacity: 0.6;
            }
            .searchbar li a:hover {
              --tw-text-opacity: 1 !important;
              color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
            }
            .searchbar li a:hover {
              opacity: 1;
            }
            .searchbar li a {
              opacity: 0.6;
            }
            .searchbar li a:hover {
              --tw-text-opacity: 1 !important;
              color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
            }
            .searchbar li a:hover {
              opacity: 1;
            }
            .container .menu > ul .bar .searchbar::-moz-placeholder {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
            .container .menu > ul .bar .searchbar::placeholder {
              --tw-text-opacity: 1;
              color: rgb(255 255 255 / var(--tw-text-opacity));
            }
            .prose.container .menu > ul .bar .searchbar::-moz-placeholder {
            }
            .prose.container .menu > ul .bar .searchbar::placeholder {
            }
              ::-moz-placeholder:hover {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::placeholder:hover {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::-moz-placeholder:focus {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::placeholder:focus {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::-moz-placeholder:hover {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::placeholder:hover {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::-moz-placeholder:focus {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::placeholder:focus {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::-moz-placeholder:hover {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::placeholder:hover {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::-moz-placeholder:focus {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::placeholder:focus {
                --tw-text-opacity: 1;
                color: rgb(190 194 197 / var(--tw-text-opacity));
              }
              ::-moz-placeholder li a {
                opacity: 0.6;
              }
              ::placeholder li a {
                opacity: 0.6;
              }
              ::-moz-placeholder li a:hover {
                --tw-text-opacity: 1 !important;
                color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
              }
              ::placeholder li a:hover {
                --tw-text-opacity: 1 !important;
                color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
              }
              ::-moz-placeholder li a:hover {
                opacity: 1;
              }
              ::placeholder li a:hover {
                opacity: 1;
              }
              ::-moz-placeholder li a {
                opacity: 0.6;
              }
              ::placeholder li a {
                opacity: 0.6;
              }
              ::-moz-placeholder li a:hover {
                --tw-text-opacity: 1 !important;
                color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
              }
              ::placeholder li a:hover {
                --tw-text-opacity: 1 !important;
                color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
              }
              ::-moz-placeholder li a:hover {
                opacity: 1;
              }
              ::placeholder li a:hover {
                opacity: 1;
              }
          .container .menu > ul .bar i {
            position: absolute;
          }
          .container .menu > ul .bar i {
            top: 50%;
          }
          .container .menu > ul .bar i {
            right: 1rem;
          }
          .container .menu > ul .bar i {
            height: 1.25rem;
          }
          .container .menu > ul .bar i {
            --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));
          }
          .container .menu > ul .bar i {
            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));
          }
          .container .menu > ul .bar i {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          .container .menu > ul .bar i.prose {
          }
            i:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            i:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            i:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            i:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            i:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            i:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            i li a {
              opacity: 0.6;
            }
            i li a:hover {
              --tw-text-opacity: 1 !important;
              color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
            }
            i li a:hover {
              opacity: 1;
            }
            i li a {
              opacity: 0.6;
            }
            i li a:hover {
              --tw-text-opacity: 1 !important;
              color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
            }
            i li a:hover {
              opacity: 1;
            }
          .container .menu > ul .language-selector a {
            font-size: 0.75rem;
            line-height: 1rem;
          }
          .container .menu > ul .language-selector a {
            font-weight: 700;
          }
          .container .menu > ul .language-selector a {
            text-transform: uppercase;
          }
          .container .menu > ul .language-selector a {
            --tw-text-opacity: 1;
            color: rgb(24 23 22 / var(--tw-text-opacity));
          }
            a:hover {
              --tw-text-opacity: 1;
              color: rgb(18 104 178 / var(--tw-text-opacity));
            }
            a:focus {
              --tw-text-opacity: 1;
              color: rgb(18 104 178 / var(--tw-text-opacity));
            }
            a:hover {
              --tw-text-opacity: 1;
              color: rgb(18 104 178 / var(--tw-text-opacity));
            }
            a:focus {
              --tw-text-opacity: 1;
              color: rgb(18 104 178 / var(--tw-text-opacity));
            }
            a:hover {
              --tw-text-opacity: 1;
              color: rgb(18 104 178 / var(--tw-text-opacity));
            }
            a:focus {
              --tw-text-opacity: 1;
              color: rgb(18 104 178 / var(--tw-text-opacity));
            }
           {
            /* select {
        @apply uppercase;
    } */
          }
               a {
                margin-left: 0px !important;
              }
               a {
                margin-left: 0px !important;
              }
           {
             {
            }
          }
               a {
                margin-left: 0px !important;
              }
            .container .menu > ul .language-selector a i {
              margin-left: 0.375rem;
            }
            .container .menu > ul .language-selector a i {
              font-size: 0.75rem;
              line-height: 1rem;
            }
             {
              /* select {
        @apply uppercase;
    } */
            }
                 i {
                  margin-left: 0px !important;
                }
                 i {
                  margin-left: 0px !important;
                }
             {
               {
              }
            }
                 i {
                  margin-left: 0px !important;
                }
          .container .menu > ul .language-selector .dropdown-menu {
            right: 0px;
          }
          .container .menu > ul .language-selector .dropdown-menu {
            margin-top: 0px;
          }
          .container .menu > ul .language-selector .dropdown-menu {
            border-bottom-right-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
          }
          .container .menu > ul .language-selector .dropdown-menu {
            border-style: none;
          }
          .container .menu > ul .language-selector .dropdown-menu {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
          }
          .container .menu > ul .language-selector .dropdown-menu {
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
          }
          .container .menu > ul .language-selector .dropdown-menu {
            --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
            --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          }
        .container .menu > ul .search-icon {
          position: static;
        }
          .container .menu > ul .search-icon .dropdown-toggle {
            display: flex;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            height: 2rem;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            width: 2rem;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            align-items: center;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            justify-content: center;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            border-radius: 9999px;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            --tw-bg-opacity: 1;
            background-color: rgb(0 83 159 / var(--tw-bg-opacity));
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            --tw-bg-opacity: 0.1;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            padding: 0.5rem;
          }
          .container .menu > ul .search-icon .dropdown-toggle {
            text-decoration-line: none;
          }
            .container .menu > ul .search-icon .dropdown-toggle i {
              margin-left: 0px;
            }
            .container .menu > ul .search-icon .dropdown-toggle i {
              --tw-text-opacity: 1;
              color: rgb(0 83 159 / var(--tw-text-opacity));
            }
              i:hover {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              i:focus {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              i:hover {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              i:focus {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              i:hover {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              i:focus {
                --tw-text-opacity: 1;
                color: rgb(0 53 102 / var(--tw-text-opacity));
              }
              .container .menu > ul .search-icon .dropdown-toggle.show i {
                transform: none;
              }
          .container .menu > ul .search-icon .dropdown-menu {
            position: absolute;
          }
          .container .menu > ul .search-icon .dropdown-menu {
            position: relative;
          }
          .container .menu > ul .search-icon .dropdown-menu {
            margin-top: 0px;
          }
          .container .menu > ul .search-icon .dropdown-menu {
            width: 100%;
          }
          .container .menu > ul .search-icon .dropdown-menu {
            border-bottom-right-radius: 0.5rem;
            border-bottom-left-radius: 0.5rem;
          }
          .container .menu > ul .search-icon .dropdown-menu {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
          }
          .container .menu > ul .search-icon .dropdown-menu {
            padding-top: 3rem;
            padding-bottom: 3rem;
          }
          .container .menu > ul .search-icon .dropdown-menu {
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
          }
          .container .menu > ul .search-icon .prose.dropdown-menu {
          }
            .dropdown-menu:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .dropdown-menu:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .dropdown-menu:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .dropdown-menu:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .dropdown-menu:hover {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .dropdown-menu:focus {
              --tw-text-opacity: 1;
              color: rgb(190 194 197 / var(--tw-text-opacity));
            }
            .dropdown-menu li a {
              opacity: 0.6;
            }
            .dropdown-menu li a:hover {
              --tw-text-opacity: 1 !important;
              color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
            }
            .dropdown-menu li a:hover {
              opacity: 1;
            }
            .dropdown-menu li a {
              opacity: 0.6;
            }
            .dropdown-menu li a:hover {
              --tw-text-opacity: 1 !important;
              color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
            }
            .dropdown-menu li a:hover {
              opacity: 1;
            }
              .container .menu > ul .search-icon .dropdown-menu .row > div {
                display: flex;
              }
              .container .menu > ul .search-icon .dropdown-menu .row > div {
                flex-direction: column;
              }
              .container .menu > ul .search-icon .dropdown-menu .row > div {
                align-items: center;
              }
}

/* -- Home Navigation -- */

.home-navbar:not(.is-scrolled) {
  background-color: transparent;
}

@media (min-width: 960px) {
  .home-navbar:not(.is-scrolled) .navbar-link {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .home-navbar:not(.is-scrolled) .navbar-link::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .home-navbar:not(.is-scrolled) .navbar-link.child-link {
    --tw-text-opacity: 1;
    color: rgb(24 23 22 / var(--tw-text-opacity));
  }

  .home-navbar:not(.is-scrolled) .navbar-link.child-link::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(24 23 22 / var(--tw-bg-opacity));
  }
}

.home-navbar:not(.is-scrolled) .burger-menu:not(.is-open) span {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

/* #endregion NAVIGATION */

/* #region EMBEDED YOUTUBE VIDEO */

.embeded-video-container {
  position: relative;
  height: 0px;
  padding-bottom: 56.3%;
}

.embeded-video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

/* #endregion EMBEDED YOUTUBE VIDEO */

/* #region SOLVES ALPINEJS FLICKERING ISSUES */

[x-cloak] {
  display: none !important;
}

/* #endregion SOLVES ALPINEJS FLICKERING ISSUES */

/* #region SOLVES ALPINEJS FOCUS PLUGIN ISSUES */

html {
  padding: 0px !important;
}

/* #endregion SOLVES ALPINEJS FOCUS PLUGIN ISSUES */

/* // Background gradients */

.blue-gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #00539F;
  --tw-gradient-to: rgb(0 83 159 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1268B2;
}

.black-gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #181716;
  --tw-gradient-to: rgb(24 23 22 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #414042;
}

.gray-gradient {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #868786;
  --tw-gradient-to: rgb(134 135 134 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #939598;
}

/* .swiper-pagination {
    @apply flex gap-1.5 justify-center !bottom-4;
    &.blue {
        .swiper-pagination-bullet {
            @apply !bg-blue-700;
        }
    }
    &.white {
        .swiper-pagination-bullet {
            @apply !bg-white;
        }
    }
}

.swiper-pagination-bullet {
    @apply w-[10px] h-[10px] !m-0;
} */

.swiper-button-prev,
.swiper-button-next {
  z-index: 10;
  display: flex;
  height: 2.5rem !important;
  width: 2.5rem !important;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(237 240 245 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(72 134 198 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  content: var(--tw-content);
  font-weight: 700;
}

@media (min-width: 680px) {
  .swiper-button-prev,
.swiper-button-next {
    height: 3rem !important;
    width: 3rem !important;
  }
}

@media not all and (min-width: 680px) {
  .swiper-button-prev {
    left: -1rem !important;
  }

  .swiper-button-next {
    right: -1rem !important;
  }
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

.bg-gray-50 .swiper-button-prev,
    .bg-gray-50 .swiper-button-next {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

.bg-gray-50 .swiper-button-prev,
    .bg-gray-50 .swiper-button-next {
    --tw-bg-opacity: 1;
    background-color: rgb(237 178 32 / var(--tw-bg-opacity));
  }

.bg-gray-50 .swiper-button-prev,
    .bg-gray-50 .swiper-button-next {
    --tw-text-opacity: 1 !important;
    color: rgb(24 23 22 / var(--tw-text-opacity)) !important;
  }

.column-bg {
  background-color: #EDF0F5;
}

.bg-gray-50 .column-bg {
  background-color: #ffffff;
}

.column-icon {
  margin-bottom: -0.5rem;
  max-width: 120px;;
}

@media not all and (min-width: 680px) {
  .column-icon {
    max-width: 65px;
  }
}

.column-icon + .prose *:first-child {
      margin-top: 1rem !important;
    }

/* #region NEWS     */

.article-category {
  background-color: transparent;
  text-decoration-line: none;
}

.news-title {
  margin-top: 1.25rem;
}

.news-title a:not(:hover) {
  /* @apply no-underline text-black; */
}

/* #endregion NEWS */

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

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

section.pt-0 {
  padding-top: 0px !important;
}

section.pb-0 {
  padding-bottom: 0px !important;
}

/* #region TABLES */

th {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

th:first-of-type {
    padding-left: 1.5rem;
  }

th:last-of-type {
    padding-right: 1.5rem;
  }

td:first-of-type, th:first-of-type {
    padding-left: 0;
  }

td:last-of-type, th:last-of-type {
    padding-right: 0;
  }

tbody tr:last-of-type td {
    border-width: 0px;
  }

/* #endregion TABLES */

/* #region FORM */

select,
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]),
textarea,
.input {
  border-radius: 1.5rem !important;
  border-width: 2px !important;
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1 !important;
  color: rgb(24 23 22 / var(--tw-text-opacity)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

select::-moz-placeholder, input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"])::-moz-placeholder, textarea::-moz-placeholder, .input::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(190 194 197 / var(--tw-text-opacity)) !important;
}

select::placeholder,
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"])::placeholder,
textarea::placeholder,
.input::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(190 194 197 / var(--tw-text-opacity)) !important;
}

select:focus,
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):focus,
textarea:focus,
.input:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 178 32 / var(--tw-border-opacity)) !important;
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 178 32 / var(--tw-ring-opacity));
}

select:disabled,
input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]):disabled,
textarea:disabled,
.input:disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(190 194 197 / var(--tw-border-opacity)) !important;
}

select.is-invalid, input:not([type="checkbox"]):not([type="radio"]):not([type="button"]):not([type="submit"]).is-invalid, textarea.is-invalid, .input.is-invalid {
    --tw-border-opacity: 1 !important;
    border-color: rgb(219 64 63 / var(--tw-border-opacity)) !important;
  }

.bg-blue-500 select,
    .bg-blue-500 input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
    .bg-blue-500 textarea,
    .blue-gradient select,
    .blue-gradient input:not([type="checkbox"]):not([type="radio"]):not([type="button"]),
    .blue-gradient textarea {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(237 178 32 / var(--tw-text-opacity));
  accent-color: #EDB220;
}

input[type="radio"]:hover,
input[type="checkbox"]:hover {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

input[type="radio"]:hover,
input[type="checkbox"]:hover {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

input[type="radio"]:hover,
input[type="checkbox"]:hover {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
    --tw-text-opacity: 1;
    color: rgb(72 134 198 / var(--tw-text-opacity));
  }

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  --tw-text-opacity: 1;
  color: rgb(237 178 32 / var(--tw-text-opacity));
  accent-color: #EDB220;
  --tw-ring-color: rgb(237 178 32 / 0.5);
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group select,
    .form-group input:not([type="checkbox"]):not([type="radio"]),
    .form-group textarea {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

.form-group:focus-within .form-label {
      --tw-text-opacity: 1;
      color: rgb(237 178 32 / var(--tw-text-opacity));
    }

.form-label:hover {
        --tw-text-opacity: 1;
        color: rgb(72 134 198 / var(--tw-text-opacity));
      }

.form-label:focus {
        --tw-text-opacity: 1;
        color: rgb(72 134 198 / var(--tw-text-opacity));
      }

.form-label:hover {
        --tw-text-opacity: 1;
        color: rgb(72 134 198 / var(--tw-text-opacity));
      }

.form-label:focus {
        --tw-text-opacity: 1;
        color: rgb(72 134 198 / var(--tw-text-opacity));
      }

.form-label:hover {
        --tw-text-opacity: 1;
        color: rgb(72 134 198 / var(--tw-text-opacity));
      }

.form-label:focus {
        --tw-text-opacity: 1;
        color: rgb(72 134 198 / var(--tw-text-opacity));
      }

.form-group > label {
    margin-left: 0.5rem;
  }

.form-group > label {
    margin-bottom: 0.25rem;
  }

.form-group > label {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.form-group > label {
    font-weight: 700;
  }

.form-group > label {
    text-transform: uppercase;
  }

.form-group > label {
    line-height: 1rem;
  }

.form-group > label {
    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: 400ms;
  }

 {
    /* select {
        @apply uppercase;
    } */
  }

 > label {
        margin-left: 0px !important;
      }

 > label {
        margin-left: 0px !important;
      }

 {

 {
    }
  }

 > label {
        margin-left: 0px !important;
      }

.form-group.check-container {
    display: flex;
  }

.form-group.check-container {
    gap: 0.25rem;
  }

.form-group.check-container > label {
      margin-bottom: 0.5rem;
    }

.form-group.check-container > label {
      margin-left: 0px;
    }

.form-group.check-container > label {
      display: block;
    }

.form-group.check-container .text-xs {
      margin-left: 0px !important;
    }

/* select {
        @apply uppercase;
    } */

.form-group .select {
    margin-bottom: 0.25rem;
  }

.form-group .checkbox-container,
    .form-group .radio-container {
    padding-left: 0px;
  }

.upload-button__wrapper {
  position: relative;
  margin-bottom: 1rem;
  display: block;
  overflow: hidden;
}

.upload-button__wrapper .btn-img-upload {
    height: 13rem;
  }

.upload-button__wrapper .btn-img-upload {
    width: 95%;
  }

.upload-button__wrapper .btn-img-upload {
    border-radius: 9999px;
  }

.upload-button__wrapper .btn-img-upload {
    border-width: 2px;
  }

.upload-button__wrapper .btn-img-upload {
    --tw-border-opacity: 1;
    border-color: rgb(24 23 22 / var(--tw-border-opacity));
  }

.upload-button__wrapper .btn-img-upload {
    background-color: transparent;
  }

.upload-button__wrapper .btn-img-upload {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

.upload-button__wrapper .btn-img-upload {
    padding-left: 4rem;
    padding-right: 4rem;
  }

.upload-button__wrapper .btn-img-upload {
    font-size: 0.75rem;
    line-height: 1rem;
  }

.upload-button__wrapper .btn-img-upload {
    font-weight: 700;
  }

.upload-button__wrapper .btn-img-upload {
    --tw-text-opacity: 1;
    color: rgb(24 23 22 / var(--tw-text-opacity));
  }

.btn-img-upload:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.btn-img-upload:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.btn-img-upload:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.btn-img-upload:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.btn-img-upload:hover {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

.btn-img-upload:focus {
      --tw-text-opacity: 1;
      color: rgb(18 104 178 / var(--tw-text-opacity));
    }

 {
    /* select {
        @apply uppercase;
    } */
  }

 .btn-img-upload {
        margin-left: 0px !important;
      }

 .btn-img-upload {
        margin-left: 0px;
      }

 .btn-img-upload {
        margin-left: 0px !important;
      }

 .btn-img-upload {
        margin-left: 0px;
      }

 {

 {
    }
  }

 .btn-img-upload {
        margin-left: 0px !important;
      }

.upload-button__wrapper .btn-img-upload p {
      margin-bottom: 0.5rem;
    }

.upload-button__wrapper .btn-img-upload p {
      font-size: 3.75rem;
      line-height: 1;
    }

.upload-button__wrapper .btn-img-upload p {
      font-weight: 500;
    }

.upload-button__wrapper input[type="file"] {
    position: absolute;
  }

.upload-button__wrapper input[type="file"] {
    left: 0px;
  }

.upload-button__wrapper input[type="file"] {
    top: 0px;
  }

.upload-button__wrapper input[type="file"] {
    height: 100%;
  }

.upload-button__wrapper input[type="file"] {
    width: 100%;
  }

.upload-button__wrapper input[type="file"] {
    font-size: 6rem;
    line-height: 1;
  }

.upload-button__wrapper input[type="file"] {
    opacity: 0;
  }

.dropdown-el {
  position: relative;
  display: block;
  max-height: 60px;
  min-height: 60px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(24 23 22 / var(--tw-border-opacity));
  background-color: transparent;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}

.dropdown-el:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.dropdown-el:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.dropdown-el:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.dropdown-el:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.dropdown-el:hover {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.dropdown-el:focus {
    --tw-text-opacity: 1;
    color: rgb(18 104 178 / var(--tw-text-opacity));
  }

.dropdown-el:focus {
    --tw-border-opacity: 1;
    border-color: rgb(237 178 32 / var(--tw-border-opacity));
  }

.dropdown-el:focus {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

.dropdown-el input:focus + la:first-of-typebel {
    background-color: transparent;
  }

.dropdown-el input {
    position: absolute;
  }

.dropdown-el input {
    display: inline-block;
  }

.dropdown-el input {
    height: 0.25rem;
  }

.dropdown-el input {
    width: 0.25rem;
  }

.dropdown-el input {
    opacity: 0.1;
  }

.dropdown-el label {
    position: relative;
  }

.dropdown-el label {
    display: block;
  }

.dropdown-el label {
    height: 3rem;
  }

.dropdown-el label {
    cursor: pointer;
  }

.dropdown-el label {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

.dropdown-el label {
    padding-left: 1rem;
    padding-right: 1rem;
  }

.dropdown-el label {
    font-size: 16px;
    line-height: 22px;
  }

.dropdown-el label {
    text-transform: uppercase;
  }

.dropdown-el label {
    line-height: 1.25rem;
  }

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

.dropdown-el label:nth-child(2) {
      --tw-text-opacity: 1;
      color: rgb(134 135 134 / var(--tw-text-opacity));
    }

.dropdown-el input:checked + label {
    position: absolute;
  }

.dropdown-el input:checked + label {
    top: 0px;
  }

.dropdown-el input:checked + label {
    display: block;
  }

.dropdown-el input:checked + label {
    width: 100%;
  }

.dropdown-el input:checked + label {
    border-top-width: 0px;
  }

.dropdown-el input:checked + label:nth-child(2) {
      position: relative;
    }

.dropdown-el input:checked + label:nth-child(2) {
      margin-top: -13px;
    }

.dropdown-el::after {
    /* font-family: "Font Awesome 6 Pro"; */
    /* content-["\f078"]  */
  }

.dropdown-el::after {
    position: absolute;
  }

.dropdown-el::after {
    right: 1rem;
  }

.dropdown-el::after {
    top: 0.75rem;
  }

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

.dropdown-el.expanded {
    border-radius: 9999px;
  }

.dropdown-el.expanded {
    border-width: 2px;
  }

.dropdown-el.expanded {
    --tw-border-opacity: 1;
    border-color: rgb(24 23 22 / var(--tw-border-opacity));
  }

.dropdown-el.expanded {
    background-color: transparent;
  }

.dropdown-el.expanded {
    /* &::after {
            @apply transform rotate-180;
        } */
  }

.dropdown-el.expanded label {
      font-size: 16px;
      line-height: 22px;
    }

.dropdown-el.expanded label {
      line-height: 1.25rem;
    }

.dropdown-el.expanded label:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(237 178 32 / var(--tw-bg-opacity));
      }

/* #endregion FORM */

.breadcrumb-item {
  display: inline-block;
  cursor: pointer;
  padding: 0.25rem;
}

@media not all and (min-width: 680px) {
  .breadcrumb-item {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.breadcrumb-item.text-white li a {
    opacity: 0.6;
  }

.breadcrumb-item.text-white li a:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }

.breadcrumb-item.text-white li a:hover {
    opacity: 1;
  }

.test-page-content .container {
    max-width: 800px;
  }

@media (min-width: 960px) {
    .test-page-content .container {
      padding-left: 3rem;
      padding-right: 3rem;
    }
  }

.test-page-content .container > .container {
      padding-left: 0px;
      padding-right: 0px;
    }

.test-page-content .img-with-text .order-1.pl-9 {
      padding-left: 0px !important;
    }

.test-page-content .img-with-text .order-1.pl-7 {
      padding-right: 0px;
    }

@media (min-width: 1200px) {
      .test-page-content .img-with-text .order-1.pl-7 {
        padding-left: 3rem;
      }
    }

.test-page-content .columns-section .container {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

.test-page-content .columns-section .grid-cols-4--custom {
      gap: 1rem !important;
    }

.test-page-content .columns-section .grid-cols-4--custom div {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
      }

@media not all and (min-width: 680px) {
  .medium-overlay::before {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    height: 100%;
    content: var(--tw-content);
    width: 100%;
  }
}

@media (min-width: 960px) {
  .medium-overlay::before {
    content: var(--tw-content);
    display: none;
  }
}

.medium-overlay:before {
    background: linear-gradient(
            to left,
            rgba(50, 55, 63, 0.9) 5.29%,
            rgba(50, 55, 63, 0.5) 70.72%,
            rgba(50, 55, 63, 0) 100%
        );
  }

.language-button {
  margin-left: 0.5rem !important;
  gap: 0.25rem !important;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(18 104 178 / var(--tw-border-opacity));
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1 !important;
  color: rgb(18 104 178 / var(--tw-text-opacity)) !important;
}

.language-button::after {
  content: var(--tw-content);
  display: none;
}

.language-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 53 102 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media not all and (min-width: 960px) {
  .language-button {
    margin-left: 0px !important;
    margin-top: auto;
    display: flex;
    gap: 0.5rem !important;
    text-align: center;
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .related-link {
    margin-top: auto;
  }
}

.swiper-initialized .home-header-content {
  padding-left: 4rem;
  padding-right: 4rem;
}

.prose.header-subtitle {
  margin-top:20px;
}

.prose.header-subtitle p,
    .prose.header-subtitle h1,
    .prose.header-subtitle h2,
    .prose.header-subtitle h3,
    .prose.header-subtitle h4,
    .prose.header-subtitle h5,
    .prose.header-subtitle h6,
    .prose.header-subtitle li,
    .prose.header-subtitle a {
    margin-bottom:0 !important;
    margin-top:0 !important;
  }

.prose.text-turquoise p,
    .prose.text-turquoise h1,
    .prose.text-turquoise h2,
    .prose.text-turquoise h3,
    .prose.text-turquoise h4,
    .prose.text-turquoise h5,
    .prose.text-turquoise h6,
    .prose.text-turquoise li,
    .prose.text-turquoise a {
    --tw-text-opacity: 1;
    color: rgb(0 152 175 / var(--tw-text-opacity));
  }

.prose.text-turquoise p.prose,
    .prose.text-turquoise h1.prose,
    .prose.text-turquoise h2.prose,
    .prose.text-turquoise h3.prose,
    .prose.text-turquoise h4.prose,
    .prose.text-turquoise h5.prose,
    .prose.text-turquoise h6.prose,
    .prose.text-turquoise li.prose,
    .prose.text-turquoise a.prose  {
  }

@media not all and (min-width: 960px) {
  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-lg\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-lg\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .max-lg\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-lg\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .max-lg\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  @media (min-width: 1240px) {
    .max-lg\:container {
      max-width: 1240px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  .max-lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-lg\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .max-lg\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  @media (min-width: 1240px) {
    .max-lg\:container {
      max-width: 1240px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1460px) {
    .max-lg\:container {
      max-width: 1460px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
}

@media not all and (min-width: 680px) {
  .max-md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-md\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  .max-md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-md\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .max-md\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  .max-md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-md\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .max-md\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  @media (min-width: 1240px) {
    .max-md\:container {
      max-width: 1240px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  .max-md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .max-md\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .max-md\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  @media (min-width: 1240px) {
    .max-md\:container {
      max-width: 1240px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1460px) {
    .max-md\:container {
      max-width: 1460px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
}

@media (min-width: 960px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .lg\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .lg\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  @media (min-width: 1240px) {
    .lg\:container {
      max-width: 1240px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1460px) {
    .lg\:container {
      max-width: 1460px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
}

@media (min-width: 1200px) {
  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.4rem;
    padding-left: 1.4rem;
  }

  @media (min-width: 900px) {
    .xl\:container {
      max-width: 900px;
      padding-right: 1.2rem;
      padding-left: 1.2rem;
    }
  }

  @media (min-width: 1064px) {
    .xl\:container {
      max-width: 1064px;
      padding-right: 1.3rem;
      padding-left: 1.3rem;
    }
  }

  @media (min-width: 1240px) {
    .xl\:container {
      max-width: 1240px;
      padding-right: 3rem;
      padding-left: 3rem;
    }
  }

  @media (min-width: 1460px) {
    .xl\:container {
      max-width: 1460px;
      padding-right: 5rem;
      padding-left: 5rem;
    }
  }
}

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

.before\:\!left-5::before {
  content: var(--tw-content);
  left: 1.25rem !important;
}

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

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

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

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

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

.before\:w-1\.5::before {
  content: var(--tw-content);
  width: 0.375rem;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:-translate-y-\[50\%\]::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-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:\!bg-yellow::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity)) !important;
}

.before\:bg-current::before {
  content: var(--tw-content);
  background-color: currentColor;
}

.before\:bg-yellow::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.after\:left-\[50\%\]::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\:-z-10::after {
  content: var(--tw-content);
  z-index: -10;
}

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

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%;
}

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

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

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

.after\:-translate-x-\[50\%\]::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\:translate-x-\[-50\%\]::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\:rotate-45::after {
  content: var(--tw-content);
  --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));
}

.after\:bg-current::after {
  content: var(--tw-content);
  background-color: currentColor;
}

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

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

.after\:from-gray-50::after {
  content: var(--tw-content);
  --tw-gradient-from: #EDF0F5;
  --tw-gradient-to: rgb(237 240 245 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-white::after {
  content: var(--tw-content);
  --tw-gradient-to: #ffffff;
}

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

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

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

.first\:font-extrabold:first-child {
  font-weight: 800;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed;
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(72 134 198 / var(--tw-border-opacity));
}

.hover\:bg-black\/70:hover {
  background-color: rgb(24 23 22 / 0.7);
}

.hover\:bg-blue-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 134 198 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 104 178 / var(--tw-bg-opacity));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 53 102 / var(--tw-bg-opacity));
}

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

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
}

.hover\:\!text-white\/100:hover {
  color: rgb(255 255 255 / 1) !important;
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(101 173 223 / var(--tw-text-opacity));
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(18 104 178 / var(--tw-text-opacity));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 83 159 / var(--tw-text-opacity));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(0 53 102 / var(--tw-text-opacity));
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(190 194 197 / var(--tw-text-opacity));
}

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

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(237 178 32 / var(--tw-text-opacity));
}

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

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

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%;
}

.focus\:\!border-yellow:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(237 178 32 / var(--tw-border-opacity)) !important;
}

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

.focus\:text-yellow:focus {
  --tw-text-opacity: 1;
  color: rgb(237 178 32 / var(--tw-text-opacity));
}

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

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

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

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

.group:hover .group-hover\:fill-blue-900 {
  fill: #003566;
}

@media (prefers-reduced-motion: no-preference) {
  .motion-safe\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  }
}

@media not all and (min-width: 1200px) {
  .max-xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media not all and (min-width: 960px) {
  .max-lg\:fixed {
    position: fixed;
  }

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

  .max-lg\:z-20 {
    z-index: 20;
  }

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

  .max-lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

  .max-lg\:justify-center {
    justify-content: center;
  }

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

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

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

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

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

  .max-lg\:before\:-left-\[25\%\]::before {
    content: var(--tw-content);
    left: -25%;
  }

  .max-lg\:before\:z-0::before {
    content: var(--tw-content);
    z-index: 0;
  }

  .max-lg\:before\:h-full::before {
    content: var(--tw-content);
    height: 100%;
  }

  .max-lg\:before\:w-\[200vw\]::before {
    content: var(--tw-content);
    width: 200vw;
  }

  .max-lg\:before\:bg-blue-500\/20::before {
    content: var(--tw-content);
    background-color: rgb(18 104 178 / 0.2);
  }
}

@media not all and (min-width: 680px) {
  .max-md\:\!mb-0 {
    margin-bottom: 0px !important;
  }

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

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

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

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

  .max-md\:\!flex {
    display: flex !important;
  }

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

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

  .max-md\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

  .max-md\:justify-center {
    justify-content: center;
  }

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

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

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

  .max-md\:rounded-\[30px\] {
    border-radius: 30px;
  }

  .max-md\:rounded-b-\[40px\] {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .max-md\:border {
    border-width: 1px;
  }

  .max-md\:border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(101 173 223 / var(--tw-border-opacity));
  }

  .max-md\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 53 102 / var(--tw-bg-opacity));
  }

  .max-md\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(237 240 245 / var(--tw-bg-opacity));
  }

  .max-md\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .max-md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .max-md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

  .max-md\:text-base {
    font-size: 16px;
    line-height: 22px;
  }

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

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

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

  .max-md\:duration-700 {
    transition-duration: 700ms;
  }

  .max-md\:before\:-top-2::before {
    content: var(--tw-content);
    top: -0.5rem;
  }

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

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

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

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

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }

  .sm\:p-0 {
    padding: 0px;
  }

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

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

@media (min-width: 680px) {
  .md\:left-4 {
    left: 1rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:order-1 {
    order: 1;
  }

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

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

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

  .md\:min-h-\[65vw\] {
    min-height: 65vw;
  }

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

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

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

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

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

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

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

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

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

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

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

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

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

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:right-20 {
    right: 5rem;
  }

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

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

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

  .lg\:-mt-20 {
    margin-top: -5rem;
  }

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

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:min-w-max {
    min-width: -moz-max-content;
    min-width: max-content;
  }

  .lg\:scroll-mt-20 {
    scroll-margin-top: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

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

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(134 135 134 / var(--tw-text-opacity));
  }

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

  .lg\:before\:bg-yellow::before {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(237 178 32 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1200px) {
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:min-h-\[40vw\] {
    min-height: 40vw;
  }

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

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

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }
}

@media (min-width: 1460px) {
  .\32xl\:min-h-\[37vw\] {
    min-height: 37vw;
  }

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

  .\32xl\:px-\[90px\] {
    padding-left: 90px;
    padding-right: 90px;
  }
}

.\[\&\>li\]\:cursor-pointer>li {
  cursor: pointer;
}

.\[\&\>li\]\:px-4>li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.\[\&\>li\]\:py-1\.5>li {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&\>li\]\:text-black>li {
  --tw-text-opacity: 1;
  color: rgb(24 23 22 / var(--tw-text-opacity));
}

.hover\:\[\&\>li\]\:bg-yellow>li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 178 32 / var(--tw-bg-opacity));
}