/*!
Theme Name: Bipartisan Policy Center
Author: Visceral
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: visceralwp4
Tags:

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

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

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

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

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

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

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

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

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

/*! tailwindcss v3.4.14 | 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: currentColor;
  /* 2 */
}

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: var(--font-sans);
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

/* Reset */

.container,
.container-fluid {
  box-sizing: border-box;
}

.container:before,
	.container:after,
	.container-fluid:before,
	.container-fluid:after {
  box-sizing: border-box;
}

.container *,
	.container *:before,
	.container *:after,
	.container-fluid *,
	.container-fluid *:before,
	.container-fluid *:after {
  box-sizing: border-box;
}

/* Variables */

:root {
  --spacing: 16px;
  --container-max-width: 1600px;
  --container-extra-padding: 6vw;
}

.container,
.container-fluid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}

.container.fill, .container-fluid.fill {
  padding-left: 0;
  padding-right: 0;
}

.container.fill .row, .container-fluid.fill .row {
  margin-left: 0;
  margin-right: 0;
}

.container.fill .col, .container-fluid.fill .col {
  padding-left: 0;
  padding-right: 0;
}

.container {
  max-width: var(--container-max-width);
}

@media (min-width: 768px) {
  .container {
    max-width: calc(
			var(--container-max-width) +
				calc(var(--container-extra-padding) * 2)
		);
    padding-left: var(--container-extra-padding);
    padding-right: var(--container-extra-padding)
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--spacing) * -1);
  margin-right: calc(var(--spacing) * -1);
}

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

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

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

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

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

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

.col {
  flex: 0 0 100%;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
}

.col-1 {
  flex: 0 0 calc(100% * 1 / 12);
  max-width: calc(100% * 1 / 12);
}

.col-2 {
  flex: 0 0 calc(100% * 2 / 12);
  max-width: calc(100% * 2 / 12);
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 calc(100% * 3 / 12);
  max-width: calc(100% * 3 / 12);
}

.col-5 {
  flex: 0 0 calc(100% * 5 / 12);
  max-width: calc(100% * 5 / 12);
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 calc(100% * 7 / 12);
  max-width: calc(100% * 7 / 12);
}

.col-8 {
  flex: 0 0 calc(100% * 2 / 3);
  max-width: calc(100% * 2 / 3);
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 calc(100% * 10 / 12);
  max-width: calc(100% * 10 / 12);
}

.col-11 {
  flex: 0 0 calc(100% * 11 / 12);
  max-width: calc(100% * 11 / 12);
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 568px) {
  .row.xs-reverse {
    flex-direction: row-reverse;
  }

  .col-xs {
    flex: 1;
  }

  /* Widths */

  .col-xs-1 {
    flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }

  .col-xs-2 {
    flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }

  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }

  .col-xs-5 {
    flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }

  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }

  .col-xs-8 {
    flex: 0 0 calc(100% * 2 / 3);
    max-width: calc(100% * 2 / 3);
  }

  .col-xs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }

  .col-xs-11 {
    flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }

  .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xs-auto {
    flex: 1;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .row.sm-reverse {
    flex-direction: row-reverse;
  }

  .col-sm {
    flex: 1;
  }

  .col-sm-1 {
    flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }

  .col-sm-2 {
    flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }

  .col-sm-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }

  .col-sm-5 {
    flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }

  .col-sm-8 {
    flex: 0 0 calc(100% * 2 / 3);
    max-width: calc(100% * 2 / 3);
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }

  .col-sm-11 {
    flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 1;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 992px) {
  .row.md-reverse {
    flex-direction: row-reverse;
  }

  .col-md {
    flex: 1;
  }

  .col-md-1 {
    flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }

  .col-md-2 {
    flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }

  .col-md-2-4 {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }

  .col-md-5 {
    flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }

  .col-md-8 {
    flex: 0 0 calc(100% * 2 / 3);
    max-width: calc(100% * 2 / 3);
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }

  .col-md-11 {
    flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 1;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .row.lg-reverse {
    flex-direction: row-reverse;
  }

  .col-lg {
    flex: 1;
  }

  .col-lg-1 {
    flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }

  .col-lg-2 {
    flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }

  .col-lg-5 {
    flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }

  .col-lg-8 {
    flex: 0 0 calc(100% * 2 / 3);
    max-width: calc(100% * 2 / 3);
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }

  .col-lg-11 {
    flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 1;
    width: auto;
    max-width: none;
  }
}

@media (min-width: 1400px) {
  .row.xl-reverse {
    flex-direction: row-reverse;
  }

  .col-xl {
    flex: 1;
  }

  .col-xl-1 {
    flex: 0 0 calc(100% * 1 / 12);
    max-width: calc(100% * 1 / 12);
  }

  .col-xl-2 {
    flex: 0 0 calc(100% * 2 / 12);
    max-width: calc(100% * 2 / 12);
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 calc(100% * 3 / 12);
    max-width: calc(100% * 3 / 12);
  }

  .col-xl-5 {
    flex: 0 0 calc(100% * 5 / 12);
    max-width: calc(100% * 5 / 12);
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 calc(100% * 7 / 12);
    max-width: calc(100% * 7 / 12);
  }

  .col-xl-8 {
    flex: 0 0 calc(100% * 2 / 3);
    max-width: calc(100% * 2 / 3);
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 calc(100% * 10 / 12);
    max-width: calc(100% * 10 / 12);
  }

  .col-xl-11 {
    flex: 0 0 calc(100% * 11 / 12);
    max-width: calc(100% * 11 / 12);
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 1;
    width: auto;
    max-width: none;
  }
}

:root {
  /* Fonts */
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --duration: 300ms;
  --black: #03061b;
  --blue: #062db3;
  --blue-darken: #042181;
  --white: #ffffff;
  --dark-gray: #81828d;
  --medium-gray: #c0c1c6;
  --light-gray: #f2f2f4;
}

h1 {
  font-family: var(--font-sans);
  font-size: clamp(2.0272865295410156rem, 2.561433597036507vw + 1.1179776025930557rem ,3.359231999999999rem);
  line-height: 120%;
}

h2 {
  font-family: var(--font-sans);
  font-size: clamp(1.802032470703125rem, 1.9179375563401428vw + 1.1211646382023743rem ,2.799359999999999rem);
  line-height: 120%;
}

h3 {
  font-family: var(--font-sans);
  font-size: clamp(1.601806640625rem, 1.405756460336538vw + 1.102763097205529rem ,2.3327999999999998rem);
  line-height: 120%;
}

h4 {
  font-family: var(--font-sans);
  font-size: clamp(1.423828125rem, 1.0003305288461533vw + 1.0687107872596155rem ,1.9439999999999997rem);
  line-height: 120%;
}

h5 {
  font-family: var(--font-sans);
  font-size: clamp(1.265625rem, 0.6814903846153844vw + 1.0236959134615384rem ,1.6199999999999999rem);
  line-height: 120%;
}

h6 {
  font-family: var(--font-sans);
  font-size: clamp(1.125rem, 0.43269230769230743vw + 0.9713942307692308rem ,1.3499999999999999rem);
  line-height: 120%;
}

.buffer {
  margin-top: 32px;
}

.eyebrow {
  margin-bottom: 16px;
  display: block;
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  font-weight: 700;
  text-transform: uppercase;
  color: var(--blue);
  line-height: 120%;
}

.entry-content ul {
  list-style-type: none;
  padding-left: 16px;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  line-height: 150%;
}

.entry-content ol {
  list-style-type: none;
  padding-left: 16px;
  font-family: var(--font-serif);
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  line-height: 150%;
}

.entry-content li {
  margin-bottom: 8px;
}

blockquote {
  position: relative;
  margin-bottom: 80px;
  padding-left: 48px;
  font-size: clamp(1.423828125rem, 1.0003305288461533vw + 1.0687107872596155rem ,1.9439999999999997rem);
  font-weight: 700;
  line-height: 2rem;
}

blockquote p {
  font-family: var(--font-sans);
  font-size: clamp(1.423828125rem, 1.0003305288461533vw + 1.0687107872596155rem ,1.9439999999999997rem);
  font-weight: 700;
  line-height: 2rem;
}

blockquote cite {
  font-style: normal;
  font-size: pxtorem(16px);
  line-height: 120%;
  /* convert styles above to tailwind */
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  font-weight: 400;
  line-height: 1.5rem;
}

blockquote::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  border-left-width: 1px;
  border-style: solid;
  border-color: var(--blue);
}

table {
  width: 100%;
  text-align: left;
}

table tr {
  border-width: 1px;
  border-style: solid;
  border-color: var(--medium-gray);
}

table th {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  font-weight: 700;
}

table td {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
}

#autocomplete {
  width: 100%;
}

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

@supports (aspect-ratio: auto) {
  iframe[src*="youtube"],
		iframe[src*="vimeo"] {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    height: auto;
  }
}

/* Fixes stretching issues with IE 9-11 */

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

@media print {
  img,
figure {
    page-break-before: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-after: auto;
    /* 'always,' 'avoid,' 'left,' 'inherit,' or 'right' */
    page-break-inside: avoid
    /* or 'auto' */
  }
}

figure {
  padding-top: 32px;
  padding-bottom: 32px;
}

figure figcaption {
  font-size: clamp(0.8888888888888888rem, 0.09348290598290607vw + 0.8557024572649572rem ,0.9375rem);
  line-height: 120%;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%;
  }
}

.img-crop img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  max-height: 100%;
  width: 100%;
}

@supports not (aspect-ratio: auto) {
  .img-crop {
    padding-top: 100%;
    height: 0;
    position: relative;
    overflow: hidden
  }

  .img-crop img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .img-crop--2-1 {
    padding-top: 50%
  }
}

.img-crop--2-1 img {
  aspect-ratio: 2 / 1;
}

@supports not (aspect-ratio: auto) {
  .img-crop--3-2 {
    padding-top: 66.66%
  }
}

.img-crop--3-2 img {
  aspect-ratio: 3 / 2;
}

@supports not (aspect-ratio: auto) {
  .img-crop--4-3 {
    padding-top: 75%
  }
}

.img-crop--4-3 img {
  aspect-ratio: 4 / 3;
}

@supports not (aspect-ratio: auto) {
  .img-crop--16-9 {
    padding-top: 56.25%
  }
}

.img-crop--16-9 img {
  aspect-ratio: 16 / 9;
}

@supports not (aspect-ratio: auto) {
  .img-crop--21-9 {
    padding-top: 42.85%
  }
}

.img-crop--21-9 img {
  aspect-ratio: 21 / 9;
}

.entry-content p {
  font-family: var(--font-serif);
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  line-height: 150%;
}

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Elementor Overrides */

.elementor-widget-toggle .elementor-toggle-item {
  padding: 24px 24px 24px 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: var(--light-gray);
}

.elementor-widget-toggle .elementor-toggle-item .elementor-toggle-title {
  color: var(--black);
  text-decoration: none;
  margin-left: 30px;
}

.elementor-widget-toggle .elementor-toggle-item .elementor-tab-title,
		.elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
  border: none;
}

.elementor-widget-toggle .elementor-toggle-item .elementor-tab-title {
  display: flex;
  align-items: center;
  padding: 0;
}

.elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-title {
  /* font-family: $font1; */
  transition: all var(--duration) var(--ease);
}

.elementor-widget-toggle .elementor-toggle-item .elementor-tab-title .elementor-toggle-icon {
  margin-bottom: 3px;
}

.elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  padding-left: 45px;
  padding-bottom: 0;
}

/* font-family: $font1; */

@media print {
  .elementor-widget-toggle .elementor-toggle-item .elementor-tab-content {
    display: block !important
  }
}

.text-white .elementor-widget-toggle .elementor-toggle-item .elementor-toggle-title, .bg--dark-blue .elementor-widget-toggle .elementor-toggle-item .elementor-toggle-title {
  color: #fff;
}

.text-white .elementor-widget-toggle .elementor-tab-content, .bg--dark-blue .elementor-widget-toggle .elementor-tab-content {
  color: #fff;
}

.text-white .elementor-widget-toggle .elementor-toggle-item, .bg--dark-blue .elementor-widget-toggle .elementor-toggle-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.elementor-accordion {
  border: none;
}

.elementor-accordion .elementor-accordion-item {
  padding: 24px 24px 24px 0;
  border: none !important;
  border-bottom-width: 1px !important;
  border-style: solid;
  border-color: var(--light-gray);
}

.elementor-accordion .elementor-accordion-item .elementor-accordion-title {
  font-size: clamp(1.423828125rem, 1.0003305288461533vw + 1.0687107872596155rem ,1.9439999999999997rem);
  color: var(--black);
  /* font-family: $font1; */
  letter-spacing: 0.5px;
  text-decoration: none;
  margin-left: 30px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title,
		.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  border: none;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  padding: 0;
  display: flex;
  align-items: center;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
  margin-bottom: 3px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  margin-left: 24px;
}

.elementor-accordion .elementor-accordion-item .elementor-tab-content {
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  padding-left: 48px;
  padding-bottom: 0;
}

@media print {
  .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    display: block !important
  }
}

.text-white .elementor-accordion .elementor-accordion-item .elementor-accordion-title, .bg--dark-blue .elementor-accordion .elementor-accordion-item .elementor-accordion-title {
  color: #fff;
}

.text-white .elementor-accordion .elementor-tab-content, .bg--dark-blue .elementor-accordion .elementor-tab-content {
  color: #fff;
}

.alert {
  border-radius: 5px;
  padding: 15px 20px;
  border: 1px solid black;
  border-left-width: 6px;
}

.alert--primary {
  background: #c5eaff;
  color: #096498;
  border-color: #aecee0;
}

.alert--warning {
  background: #fffed6;
  color: #ada912;
  border-color: #efedc4;
}

.btn {
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  border-width: 0px;
  background-color: var(--blue);
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: clamp(0.8888888888888888rem, 0.09348290598290607vw + 0.8557024572649572rem ,0.9375rem);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn .elementor-widget-toggle .elementor-toggle-item .elementor-toggle-title {
  color: #fff;
}

.btn .elementor-widget-toggle .elementor-tab-content {
  color: #fff;
}

.btn .elementor-widget-toggle .elementor-toggle-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.btn .elementor-accordion .elementor-accordion-item .elementor-accordion-title {
  color: #fff;
}

.btn .elementor-accordion .elementor-tab-content {
  color: #fff;
}

.btn .visceral-ticker {
  color: white;
}

.btn {
  cursor: pointer;
  transition: all var(--duration) var(--ease);
  text-decoration: none;
}

.btn:hover,
	.btn:focus-visible {
  background-color: var(--blue-darken);
}

.btn--small {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: clamp(0.7901234567901234rem, -0.01706433998100635vw + 0.7961812974833806rem ,0.7812500000000001rem);
}

.btn--naked {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  color: var(--black);
}

.btn--naked:hover,
		.btn--naked:focus-visible {
  background-color: transparent;
  opacity: 0.5;
}

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

.btn--white:hover,
		.btn--white:focus-visible {
  background-color: var(--light-gray);
}

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

.btn--white--naked .elementor-widget-toggle .elementor-toggle-item .elementor-toggle-title {
  color: #fff;
}

.btn--white--naked .elementor-widget-toggle .elementor-tab-content {
  color: #fff;
}

.btn--white--naked .elementor-widget-toggle .elementor-toggle-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.btn--white--naked .elementor-accordion .elementor-accordion-item .elementor-accordion-title {
  color: #fff;
}

.btn--white--naked .elementor-accordion .elementor-tab-content {
  color: #fff;
}

.btn--white--naked .visceral-ticker {
  color: white;
}

.btn--white--naked:hover,
			.btn--white--naked:focus-visible {
  background-color: transparent;
  opacity: 0.5;
}

/* Main Menu */

#menu-main-menu {
  display: flex;
  gap: 48px;
}

#menu-main-menu .menu-item {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

#menu-main-menu .menu-item-has-children {
  position: relative;
}

#menu-main-menu .menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  z-index: 10;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 24px;
  --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);
}

#menu-main-menu .menu-item-has-children:hover > .sub-menu {
  display: block;
}

#menu-main-menu .menu-item-has-children.sub-menu-open .sub-menu {
  display: block;
}

/**
* Mobile Menu
*/

.mobile-menu {
  width: 100%;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  list-style-type: none;
  transition: opacity 0.5s var(--ease) 0s;
}

.mobile-menu::-webkit-scrollbar {
  display: none;
}

.mobile-menu {
  -ms-overflow-style: none;
}

.mobile-menu .menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu .menu-item-icon {
  text-decoration: none;
}

.mobile-menu .sub-menu {
  max-height: 0;
  opacity: 0;
  z-index: -1;
  padding-left: 8px;
  flex: 0 0 100%;
  transition:
			opacity var(--duration) var(--ease),
			max-height var(--duration) var(--ease);
}

.no-js .mobile-menu .sub-menu {
  max-height: none;
}

.mobile-menu .sub-menu .menu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.mobile-menu .sub-menu .menu-item-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
}

.mobile-menu__item--opened .mobile-menu .sub-menu {
  opacity: 1;
  z-index: 1;
  max-height: 1000px;
  transition:
				opacity var(--duration) var(--ease),
				max-height var(--duration) var(--ease);
}

/* Footer Menu */

#menu-footer-menu {
  display: flex;
  gap: 48px;
}

.mobile-nav {
  padding-top: 100px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 49;
  /* background: $primary-base; */
  transition:
		visibility 0s var(--ease) 0.3s,
		opacity 0.3s var(--ease) 0s;
}

.mobile-nav__inner {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
  transition:
			visibility 0s var(--ease) 0s,
			opacity 0.3s var(--ease) 0s;
}

.mobile-nav-active .mobile-nav .mobile-menu {
  transition: opacity 0.5s ease 0.25s;
}

.visceral-ticker {
  font-size: clamp(1.802032470703125rem, 1.9179375563401428vw + 1.1211646382023743rem ,2.799359999999999rem);
  color: var(--black);
  font-weight: 600;
}

.text-white .visceral-ticker {
  color: white;
}

/* Elementor Counter */

.elementor-widget-counter .elementor-counter .elementor-counter-number-wrapper {
  font-size: clamp(1.802032470703125rem, 1.9179375563401428vw + 1.1211646382023743rem ,2.799359999999999rem);
  line-height: 120%;
}

.elementor-widget-counter .elementor-counter .elementor-counter-title {
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
  line-height: 120%;
}

.pagination {
  font-size: clamp(0.8888888888888888rem, 0.09348290598290607vw + 0.8557024572649572rem ,0.9375rem);
  color: var(--black);
  position: relative;
  line-height: 120%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.pagination .page-numbers {
  color: var(--black);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  width: 32px;
  height: 32px;
}

.pagination .page-numbers.current {
  background-color: var(--medium-gray);
}

.pagination .page-numbers.next,
		.pagination .page-numbers.prev {
  padding: 0;
  position: absolute;
  top: 0;
}

.pagination .page-numbers.next {
  right: 0;
}

.pagination .page-numbers.prev {
  left: 0;
}

.entry-content .pagination a {
  text-decoration: none;
}

.post-label {
  margin-bottom: 16px;
  display: inline-block;
  font-size: clamp(0.8888888888888888rem, 0.09348290598290607vw + 0.8557024572649572rem ,0.9375rem);
  font-weight: 700;
  color: var(--blue);
  line-height: 120%;
}

.post-label * {
  margin-bottom: 16px;
  display: inline-block;
  font-size: clamp(0.8888888888888888rem, 0.09348290598290607vw + 0.8557024572649572rem ,0.9375rem);
  font-weight: 700;
  color: var(--blue);
  line-height: 120%;
}

.pre-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 9999;
  background: #fff;
  transition:
		opacity 666ms var(--ease),
		max-height 666ms var(--ease) 666ms;
}

.pre-loader.fade-out {
  opacity: 0;
  max-height: 0;
}

.no-js .pre-loader {
  display: none;
}

.visc-social-share {
  opacity: 0;
  visibility: hidden;
}

.visc-social-share--active {
  opacity: 1;
  visibility: visible;
}

.visc-social-share-close {
  position: absolute;
  top: 16px;
  right: 16px;
}

.visc-social-share-close:hover,
		.visc-social-share-close:focus {
  cursor: pointer;
}

.visc-social-share h3 {
  margin-bottom: 24px;
}

.visc-social-share__item {
  margin-left: 4px;
  margin-right: 4px;
}

.visc-social-share__item a {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.visc-social-share-btn:hover,
	.visc-social-share-btn:focus {
  cursor: pointer;
}

.copy-text__tooltip {
  display: inline-flex;
  padding: 4px 8px;
  color: black;
  border-radius: 3px;
  background-color: var(--primary-highlight);
  font-size: pxtorem(14px);
  line-height: 120%;
  opacity: 0;
}

.copy-text__tooltip--active {
  animation: slide 0.15s cubic-bezier(0.51, 0.92, 0.265, 1.55) both;
}

@keyframes slide {
  0% {
    transform: translateY(-20%) scale(0.8);
    opacity: 0;
  }

  100% {
    transform: translateY(50%) scale(1);
    opacity: 1;
  }
}

/* Page builder tabs element overrides */

@media print {
  .elementor-tabs .elementor-tab-mobile-title,
.elementor-widget-tabs .elementor-tab-content {
    display: block !important
  }

  .elementor-tab-desktop-title {
    display: none !important
  }
}

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

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

.page-title,
.entry-title {
  /* @apply max-w-content mx-auto mb-6 text-3xl font-extrabold text-neutral-900; */
}

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

.entry-content > .alignleft {
  float: left;
  margin-right: 80px;
}

.entry-content > .alignright {
  float: right;
  margin-left: 80px;
}

body.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-icon {
  width: 24px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 50;
  margin-bottom: 0;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  background: none;
}

@media (min-width: 992px) {
  .mobile-nav-icon {
    display: none
  }
}

.mobile-nav-icon:hover,
	.mobile-nav-icon:focus {
  background: transparent;
}

.mobile-nav-icon__line {
  height: 2px;
  width: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  transition: all var(--duration) var(--ease);
}

.mobile-nav-icon__line:first-child {
  top: 0;
}

.mobile-nav-icon__line:last-child {
  top: auto;
  bottom: 0;
}

.mobile-nav-active .mobile-nav-icon__line {
  width: 100%;
  opacity: 0;
}

.mobile-nav-active .mobile-nav-icon__line:first-child {
  transform: rotate(-45deg);
  top: 50%;
  opacity: 1;
}

.mobile-nav-active .mobile-nav-icon__line:last-child {
  transform: rotate(45deg);
  top: 50%;
  opacity: 1;
}

.mobile-nav-icon__line .site-header--dark-text,
		.scroll-triggered:not(.mobile-nav-active) .mobile-nav-icon__line {
  /* background: $primary-base; */
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.inset-\[0px\] {
  inset: 0px;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

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

.mb-4 {
  margin-bottom: 32px;
}

.mt-2 {
  margin-top: 16px;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-screen {
  height: 100vh;
}

.min-h-\[75vh\] {
  min-height: 75vh;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

.gap-2 {
  gap: 16px;
}

.gap-6 {
  gap: 48px;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.border {
  border-width: 1px;
}

.bg-black {
  background-color: var(--black);
}

.bg-dark-gray {
  background-color: var(--dark-gray);
}

.bg-light-gray {
  background-color: var(--light-gray);
}

.bg-primary-base {
  background-color: var(--black);
}

.bg-primary-highlight {
  background-color: var(--blue);
}

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

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

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.p-4 {
  padding: 32px;
}

.py-10 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-7 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.pt-3 {
  padding-top: 24px;
}

.pt-\[25vh\] {
  padding-top: 25vh;
}

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

.text-10lg {
  font-size: clamp(3.247321025468409rem, 7.150735480253053vw + 0.7088099299785751rem ,6.965703475199997rem);
}

.text-1lg {
  font-size: clamp(1.125rem, 0.43269230769230743vw + 0.9713942307692308rem ,1.3499999999999999rem);
}

.text-1sm {
  font-size: clamp(0.8888888888888888rem, 0.09348290598290607vw + 0.8557024572649572rem ,0.9375rem);
}

.text-2lg {
  font-size: clamp(1.265625rem, 0.6814903846153844vw + 1.0236959134615384rem ,1.6199999999999999rem);
}

.text-2sm {
  font-size: clamp(0.7901234567901234rem, -0.01706433998100635vw + 0.7961812974833806rem ,0.7812500000000001rem);
}

.text-3lg {
  font-size: clamp(1.423828125rem, 1.0003305288461533vw + 1.0687107872596155rem ,1.9439999999999997rem);
}

.text-3sm {
  font-size: clamp(0.7023319615912209rem, -0.09863518254721955vw + 0.7373474513954839rem ,0.6510416666666667rem);
}

.text-4lg {
  font-size: clamp(1.601806640625rem, 1.405756460336538vw + 1.102763097205529rem ,2.3327999999999998rem);
}

.text-4sm {
  font-size: clamp(0.6242950769699741rem, -0.1572314514379842vw + 0.6801122422304585rem ,0.5425347222222223rem);
}

.text-5lg {
  font-size: clamp(1.802032470703125rem, 1.9179375563401428vw + 1.1211646382023743rem ,2.799359999999999rem);
}

.text-6lg {
  font-size: clamp(2.0272865295410156rem, 2.561433597036507vw + 1.1179776025930557rem ,3.359231999999999rem);
}

.text-7lg {
  font-size: clamp(2.2806973457336426rem, 3.3661174120506856vw + 1.0857256644556492rem ,4.031078399999999rem);
}

.text-8lg {
  font-size: clamp(2.565784513950348rem, 4.368287627018559vw + 1.0150424063587593rem ,4.837294079999999rem);
}

.text-9lg {
  font-size: clamp(2.8865075781941414rem, 5.6120102265497245vw + 0.8942439477689892rem ,5.804752895999998rem);
}

.text-base {
  font-size: clamp(1rem, 0.2403846153846154vw + 0.9146634615384616rem ,1.125rem);
}

.text-black {
  color: var(--black);
}

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

.opacity-0 {
  opacity: 0;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

@media (min-width: 992px) {
  .styleguide .container {
    padding-left: 3vw !important;
    padding-right: 3vw !important
  }
}

.sg-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  margin-bottom: 40px;
  color: black;
}

.sg-sub-heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: black;
}

.sg-element {
  margin-bottom: 50px;
}

.sg-element code {
  font-size: 12px;
  padding: 4px 6px;
  background: #f7f7f7;
  margin-bottom: 16px;
}

.sg-dark-bg {
  background: lightgray;
  padding: 40px;
}

.sg-color-block {
  aspect-ratio: 1;
  margin-bottom: 8px;
  border: 1px solid #e8e8e8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sg-grid-block {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
}

.sg-grid-block p {
  margin-bottom: 0;
}

.sg-menu {
  list-style-type: none;
  position: sticky;
  top: 100px;
  padding: 0;
}

.sg-menu a {
  text-decoration: none !important;
}

.sg-animation-rerun {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
}

.sg-animation-rerun svg {
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
}

.sg-animation-rerun:hover {
  cursor: pointer;
}

/* Reveals */

/* Triggered by GSAP ScrollTrigger - see itemReveal.js */

@media screen and (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transition: all var(--duration) var(--ease);
    transform: translate(0, 15px);
  }

  .reveal.revealed {
    opacity: 1;
    transform: none;
  }

  .no-js .reveal,
		.elementor-editor-active .reveal {
    opacity: 1;
    transform: none;
  }

  @media print {
    .reveal {
      opacity: 1;
      transform: none
    }
  }
}

/* Transforms */

.reveal--down {
  transform: translateY(-15px);
}

.reveal--up {
  transform: translateY(15px);
}

.reveal--right {
  transform: translateX(15px);
}

.reveal--left {
  transform: translateX(-15px);
}

/* Delays */

.transition-delay-0 {
  transition-delay: 0s;
}

.transition-delay-1 {
  transition-delay: calc(var(--delay) * 1);
}

.transition-delay-2 {
  transition-delay: calc(var(--delay) * 2);
}

.transition-delay-3 {
  transition-delay: calc(var(--delay) * 3);
}

/* Default values. GSAP takes care of the rest. See common.js */

@media screen and (prefers-reduced-motion: no-preference) {
  .reveal--staggered > * {
    opacity: 0;
    transform: translateY(15px);
  }

  .no-js .reveal--staggered > * {
    opacity: 1;
    transform: none;
  }
}

/* Animations */

/* Spin Animation */

@media screen and (prefers-reduced-motion: no-preference) {
  .animate-spin {
    animation: spin 1s linear infinite;
    transform-origin: center
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* WordPress Core
-------------------------------------------------------------- */

.alignnone {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 8px;
  margin-bottom: 0;
}

.aligncenter,
div.aligncenter {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignright {
  float: right;
  margin-top: 8px;
  margin-right: 0;
  margin-left: 24px;
  margin-bottom: 24px;
}

.alignleft {
  float: left;
  margin-top: 8px;
  margin-right: 24px;
  margin-left: 0;
  margin-bottom: 24px;
}

a img.alignright {
  float: right;
  margin-top: 8px;
  margin-right: 0;
  margin-left: 24px;
  margin-bottom: 24px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin-top: 8px;
  margin-right: 24px;
  margin-left: 0;
  margin-bottom: 24px;
}

a img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption {
  padding-left: 0;
  padding-right: 0;
  padding-top: 8px;
  padding-bottom: 16px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
}

.wp-caption.alignnone {
  margin-left: 24px;
  margin-right: 24px;
  margin-top: 8px;
  margin-bottom: 0;
}

.wp-caption.alignleft {
  margin-top: 8px;
  margin-right: 24px;
  margin-left: 0;
  margin-bottom: 24px;
}

.wp-caption.alignright {
  margin-top: 8px;
  margin-right: 0;
  margin-left: 24px;
  margin-bottom: 24px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.focus\:transform-none:focus {
  transform: none;
}

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

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

.active\:transform-none:active {
  transform: none;
}

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

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:hidden {
    display: none;
  }

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

@media print {
  .print\:hidden {
    display: none;
  }
}
