@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

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

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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: var(--wp--preset--font-family--sans);
}

h1 {
  font-size: var(--wp--preset--font-size--8-xl);
  line-height: var(--line-height--8-xl);
}

h2 {
  font-size: var(--wp--preset--font-size--7-xl);
  line-height: var(--line-height--7-xl);
}

h3 {
  font-size: var(--wp--preset--font-size--6-xl);
  line-height: var(--line-height--6-xl);
}

h4 {
  font-size: var(--wp--preset--font-size--5-xl);
  line-height: var(--line-height--5-xl);
}

h5 {
  font-size: var(--wp--preset--font-size--4-xl);
  line-height: var(--line-height--4-xl);
}

h6 {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

p {
  font-family: var(--wp--preset--font-family--sans);
}

*, ::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:  ;
}

::-webkit-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:  ;
}

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

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

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

.static{
  position: static !important;
}

.fixed{
  position: fixed !important;
}

.absolute{
  position: absolute !important;
}

.relative{
  position: relative !important;
}

.sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

.bottom-0{
  bottom: 0px !important;
}

.top-0{
  top: 0px !important;
}

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

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

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

.m-0{
  margin: 0px !important;
}

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

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

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

.mt-44{
  margin-top: 11rem !important;
}

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

.mr-3{
  margin-right: 0.75rem !important;
}

.mt-\[-8px\]{
  margin-top: -8px !important;
}

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

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

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

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

.block{
  display: block !important;
}

.flex{
  display: flex !important;
}

.grid{
  display: grid !important;
}

.hidden{
  display: none !important;
}

.aspect-square{
  aspect-ratio: 1 / 1 !important;
}

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

.h-full{
  height: 100% !important;
}

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

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

.w-64{
  width: 16rem !important;
}

.w-48{
  width: 12rem !important;
}

.w-4{
  width: 1rem !important;
}

.w-80{
  width: 20rem !important;
}

.w-\[160px\]{
  width: 160px !important;
}

.w-8{
  width: 2rem !important;
}

.w-6{
  width: 1.5rem !important;
}

.max-w-7xl{
  max-width: 80rem !important;
}

.max-w-lg{
  max-width: 32rem !important;
}

.max-w-\[90rem\]{
  max-width: 90rem !important;
}

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

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

.max-w-xs{
  max-width: 20rem !important;
}

.max-w-sm{
  max-width: 24rem !important;
}

.max-w-md{
  max-width: 28rem !important;
}

.max-w-2xl{
  max-width: 42rem !important;
}

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

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

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

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

.cursor-pointer{
  cursor: pointer !important;
}

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

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

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

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

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

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

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

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

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

.justify-around{
  justify-content: space-around !important;
}

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

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

.gap-16{
  gap: 4rem !important;
}

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

.gap-2{
  gap: 0.5rem !important;
}

.gap-5{
  gap: 1.25rem !important;
}

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

.border-\[1px\]{
  border-width: 1px !important;
}

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

.border-t-\[1px\]{
  border-top-width: 1px !important;
}

.border-b-0{
  border-bottom-width: 0px !important;
}

.border-b-\[1px\]{
  border-bottom-width: 1px !important;
}

.border-l-0{
  border-left-width: 0px !important;
}

.border-l-4{
  border-left-width: 4px !important;
}

.border-t-0{
  border-top-width: 0px !important;
}

.border-gray-500{
  --tw-border-opacity: 1 !important;
  border-color: rgb(107 114 128 / var(--tw-border-opacity)) !important;
}

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

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

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

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

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

.border-l-gray-300{
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}

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

.bg-off-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity)) !important;
}

.bg-gray-500{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity)) !important;
}

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

.bg-gray-300{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

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

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

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

.p-4{
  padding: 1rem !important;
}

.p-2{
  padding: 0.5rem !important;
}

.p-\[25px\]{
  padding: 25px !important;
}

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

.py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.px-20{
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.px-16{
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

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

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

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

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

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

.py-32{
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

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

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

.pb-32{
  padding-bottom: 8rem !important;
}

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

.pt-32{
  padding-top: 8rem !important;
}

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

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

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

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

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

.pt-14{
  padding-top: 3.5rem !important;
}

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

.font-sans-serif{
  font-family: Roboto Condensed, sans-serif !important;
}

.font-serif{
  font-family: Roboto Slab, serif !important;
}

.text-\[13\.6px\]{
  font-size: 13.6px !important;
}

.text-xl{
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

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

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

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

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

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

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

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

.font-thin{
  font-weight: 100 !important;
}

.font-light{
  font-weight: 300 !important;
}

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

.uppercase{
  text-transform: uppercase !important;
}

.italic{
  font-style: italic !important;
}

.leading-10{
  line-height: 2.5rem !important;
}

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

.text-link{
  color: #b3dbff; !important;
}

.text-link-dark{
  --tw-text-opacity: 1 !important;
  color: rgb(51 122 183 / var(--tw-text-opacity)) !important;
}

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

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

.text-crimson{
  --tw-text-opacity: 1 !important;
  color: rgb(220 20 60 / var(--tw-text-opacity)) !important;
}

.underline{
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

.opacity-70{
  opacity: 0.7 !important;
}

.opacity-60{
  opacity: 0.6 !important;
}

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

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

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

/**
 * Configuration and helpers.
 */

/**
 * Set any theme-specific variables here.
 *
 * You can use either CSS custom properties with the `--css-var-name` syntax, 
 * or SASS-style variables with the `$variable-name` syntax.
 */

body {
  --wrapper-max-width: 90rem;
  --wrapper-narrow-max-width: 80rem;
  --wrapper-wide-max-width: 100rem;
  --wrapper-padding: 2rem;
  --line-height--xs: 1.333333333333333;
  --line-height--sm: 1.428571428571429;
  --line-height--base: 1.5;
  --line-height--lg: 1.555555555555556;
  --line-height--xl: 1.4;
  --line-height--2-xl: 1.333333333333333;
  --line-height--3-xl: 1.2;
  --line-height--4-xl: 1.111111111111111;
  --line-height--5-xl: 1;
  --line-height--6-xl: 1;
  --line-height--7-xl: 1;
  --line-height--8-xl: 1;
  --line-height--9-xl: 1;
}

@media (max-width: 768px) {
  body {
    --wrapper-padding: 1.5rem;
    --wp--preset--font-size--large: 1rem;
    --wp--preset--font-size--x-large: 1.125rem;
    --wp--preset--font-size--2-xl: 1.25rem;
    --wp--preset--font-size--3-xl: 1.5rem;
    --wp--preset--font-size--4-xl: 1.875rem;
    --wp--preset--font-size--5-xl: 2.25rem;
    --wp--preset--font-size--6-xl: 3rem;
    --wp--preset--font-size--7-xl: 3.75rem;
    --wp--preset--font-size--8-xl: 4.5rem;
    --wp--preset--font-size--9-xl: 6rem;
    --line-height--lg: 1.5;
    --line-height--xl: 1.555555555555556;
    --line-height--2-xl: 1.4;
    --line-height--3-xl: 1.333333333333333;
    --line-height--4-xl: 1.2;
    --line-height--5-xl: 1.111111111111111;
    --line-height--6-xl: 1;
    --line-height--7-xl: 1;
    --line-height--8-xl: 1;
    --line-height--9-xl: 1;
  }
}

/**
 * Colors
 *
 * These are commented out because WordPress makes them 
 * available by default via the theme.json. If you change
 * the theme.json, these names and values will change.
 */

/*
--wp--preset--color--background: #ffffff;
--wp--preset--color--foreground: #404040;
--wp--preset--color--primary: #b91c1c;
--wp--preset--color--secondary: #15803d;
--wp--preset--color--tertiary: #0369a1;
*/

/**
 * Font Families
 *
 * These are commented out because WordPress makes them 
 * available by default via the theme.json. If you change
 * the theme.json, these names and values will change.
 */

/*
--wp--preset--font-family--sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
--wp--preset--font-family--serif: font-family: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
}


/**
 * Font Sizes
 *
 * These are commented out because WordPress makes them 
 * available by default via the theme.json. If you change
 * the theme.json, these names and values will change.
 */

/*
--wp--preset--font-size--x-small: 0.75rem;
--wp--preset--font-size--small: 0.875rem;
--wp--preset--font-size--medium: 1rem;
--wp--preset--font-size--large: 1.125rem;
--wp--preset--font-size--x-large: 1.25rem;
--wp--preset--font-size--2-xl: 1.5rem;
--wp--preset--font-size--3-xl: 1.875rem;
--wp--preset--font-size--4-xl: 2.25rem;
--wp--preset--font-size--5-xl: 3rem;
--wp--preset--font-size--6-xl: 3.75rem;
--wp--preset--font-size--7-xl: 4.5rem;
--wp--preset--font-size--8-xl: 6rem;
--wp--preset--font-size--9-xl: 8rem;
*/

/**
 * Base stuff.
 */

::-moz-selection {
  background: rgba(0,0,0, .1);
  color: inherit;
  text-shadow: none;
}

::selection {
  background: rgba(0,0,0, .1);
  color: inherit;
  text-shadow: none;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga' on;
  -moz-font-feature-settings: 'liga' on;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 1em;
  scroll-behavior: smooth;
}

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
  /* font-family: var(--wp--preset--font-family--sans); */
  font-family: 'Roboto Slab', serif;
  /* font-size: var(--wp--preset--font-size--medium); */
  line-height: var(--line-height--base);
}

.edit-post-visual-editor * {
  font-family: 'Roboto Slab', serif;
}

main {
  font-size: 100%;
  min-height: 24rem;
  position: relative;
}

.entry-content {
  position: relative;
  z-index: 0;
}

a{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity));
}

a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

h1, h2, h3, h4, h5 {
  /* font-family: 'Roboto Condensed', sans-serif; */
  font-family: 'Roboto Slab', serif;
}

h2 {
  font-size: 2.375rem;
}

p{
  margin-left: auto;
  margin-right: auto;
  max-width: 72rem;
}

.text-shadow {
  text-shadow: 0 0 5px rgb(0 0 0);
}

.btn{
  width: 100%;
  max-width: 25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.btn:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}

.btn a{
  background-color: inherit;
  padding: 0px;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.btn--blue{
  width: 100%;
  max-width: 25rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(34 82 124 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
}

.btn--blue a{
  background-color: inherit;
  padding: 0px;
  text-align: center;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn--blue a:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.background-linear {
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 100%);
}

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

.white-sub-link a:hover{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.blog-posts p{
  font-family: Roboto Condensed, sans-serif;
  color: #999999;
  max-width: initial;
  margin: initial;
}

.blog-posts a{
  font-family: Roboto Condensed, sans-serif;
  color: #337ab7;
}

.blog-posts h2 {
  color: #337ab7;
}

.blog-posts__post {
  transition: all 0.3s ease;
}

.blog-posts__post:hover{
  --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);
}

.blog-posts__post:hover .blog-posts__post p {
  color: black !important;
}

.blog-posts__post p:nth-child(3) {
  display: none;
}

.blog-post-single{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.blog-post__podcast{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 2rem;
  font-family: Roboto Condensed, sans-serif;
}

.blog-post__podcast p {
  margin: 0;
}

.blog-post__podcast p:nth-child(2){
  margin-bottom: 2rem;
}

.blog-post__podcast p:nth-child(3) {
  display: none;
}

.blog-post__letter{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 2rem;
  font-family: Roboto Condensed, sans-serif;
}

.blog-post__letter p{
  margin: 0px;
  font-family: Roboto Condensed, sans-serif;
}

.blog-post__event{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding: 2rem;
  font-family: Roboto Condensed, sans-serif;
}

.blog-post__event p{
  margin: 0px;
  font-family: Roboto Condensed, sans-serif;
}

.blog-post__event-archive h2,  .blog-post__event-archive h3{
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--line-height--sm);
}

.blog-post__event-archive h3{
  font-family: Roboto Condensed, sans-serif;
}

.blog-post__event-archive a{
  margin-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.blog-post__event-archive:hover a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.page-numbers{
  margin: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-numbers:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.current{
  --tw-bg-opacity: 1;
  background-color: rgb(51 122 183 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gform_heading {
  display: none;
}

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

.gform_button:hover{
  opacity: 0.8;
}

.gfield_label{
  width: 100%;
  text-align: center;
  font-family: Roboto Condensed, sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}

.gfield_label .gfield_required{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.ginput_container input,  .ginput_container textarea{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.gfield_type_checkbox{
  text-align: center;
}

.gform_footer{
  justify-content: center;
}

.gform_footer input{
  cursor: pointer;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.service-times__times {
  opacity: 0;
  display: none;
  transition: opacity 0.25s 0.25s ease;
}

.service-times__times-active {
  opacity: 1;
  display: block;
}

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

.side-nav-podcast p:nth-child(3) {
  display: none;
}

.home .main-nav__desktop{
  display: none;
}

.wp-block-button__link:visited {
  color: black;
}

.events-single h1{
  font-size: 32px;
  font-weight: 500;
}

.events-single h2, .events-single h3, .events-single h4 {
  font-size: 16px;
}

.btn--secondary a{
  border-radius: 0px;
  padding-left: 5rem;
  padding-right: 5rem;
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn--secondary a:hover{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.btn--secondary a {
  border: 1px solid white;
  background-color: transparent;
}

.btn--secondary a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(51 122 183 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity));
}

.text-9xl,
.has-9-xl-font-size {
  font-size: var(--wp--preset--font-size--9-xl);
  line-height: var(--line-height--9-xl);
}

.text-8xl,
.has-8-xl-font-size {
  font-size: var(--wp--preset--font-size--8-xl);
  line-height: var(--line-height--8-xl);
}

.text-7xl,
.has-7-xl-font-size {
  font-size: var(--wp--preset--font-size--7-xl);
  line-height: var(--line-height--7-xl);
}

.text-6xl,
.has-6-xl-font-size {
  font-size: var(--wp--preset--font-size--6-xl);
  line-height: var(--line-height--6-xl);
}

.text-5xl,
.has-5-xl-font-size {
  font-size: var(--wp--preset--font-size--5-xl);
  line-height: var(--line-height--5-xl);
}

.text-4xl,
.has-4-xl-font-size {
  font-size: var(--wp--preset--font-size--4-xl);
  line-height: var(--line-height--4-xl);
}

.text-3xl,
.has-3-xl-font-size {
  font-size: var(--wp--preset--font-size--3-xl);
  line-height: var(--line-height--3-xl);
}

.text-2xl,
.has-2-xl-font-size {
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

.text-xl,
.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--xl);
}

.text-lg,
.has-large-font-size {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--line-height--lg);
}

.text-base,
.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium);
  line-height: var(--line-height--base);
}

.text-sm,
.has-small-font-size {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--line-height--sm);
}

.text-xs,
.has-x-small-font-size {
  font-size: var(--wp--preset--font-size--x-small);
  line-height: var(--line-height--xs);
}

/**
 * Layout-related sections.
 */

.wrapper {
  max-width: var(--wrapper-max-width);
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wrapper--no-pad{
  padding-left: 0px;
  padding-right: 0px;
}

.wrapper--narrow {
  max-width: var(--wrapper-narrow-max-width);
}

.wrapper--wide {
  max-width: var(--wrapper-wide-max-width);
}

.main-nav__desktop{
  display: none;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.5rem;
  text-transform: uppercase;
  opacity: 0.9;
}

@media (min-width: 768px){
  .main-nav__desktop{
    display: flex;
  }
}

.main-nav__desktop a{
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.main-nav__desktop li a{
  font-family: Roboto Condensed, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-nav__desktop-left-menu,  .main-nav__desktop-right-menu{
  display: flex;
  cursor: pointer;
  gap: 1.5rem;
}

.main-nav__desktop-left-menu li,  .main-nav__desktop-right-menu li{
  border-width: 1px;
  border-color: transparent;
  padding: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.main-nav__desktop-left-menu li:hover,  .main-nav__desktop-right-menu li:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.main-nav__desktop-logo{
  margin-left: 1rem;
  margin-right: 1rem;
  height: auto;
  width: 9rem;
}

@media (min-width: 1024px){
  .main-nav__desktop-logo{
    width: 11rem;
  }
}

.main-nav__desktop .menu-left-menu-container .messages-link{
  position: relative;
  display: flex;
  justify-content: center;
}

.main-nav__desktop .menu-left-menu-container .sub-menu{
  position: absolute;
  margin-top: 2.5rem;
  display: flex;
  width: 10rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.9;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.main-nav__mobile{
  display: block;
  height: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  font-family: Roboto Condensed, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px){
  .main-nav__mobile{
    display: none;
  }
}

.main-nav__mobile li a{
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.main-nav__mobile-right-menu,  .main-nav__mobile-left-menu{
  gap: 2rem;
  padding-right: 1rem;
}

.main-nav__mobile-right-menu li,  .main-nav__mobile-left-menu li{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.main-nav__mobile-accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
}

.main-nav__mobile-accordion-active {
  max-height: 30rem;
  opacity: 0.9;
}

.main-nav__mobile-toggle .line {
  width: 35px;
  height: 3px;
  background-color: #ecf0f1;
  display: block;
  margin: 8px auto;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}

.main-nav__mobile-toggle-active .line {
  background-color: red;
}

.main-nav__mobile-toggle-active .line:nth-child(2) {
  opacity: 0;
}

.main-nav__mobile-toggle-active .line:nth-child(1) {
  transform: translateY(9px) rotate(49deg);
}

.main-nav__mobile-toggle-active .line:nth-child(3) {
  transform: translateY(-13px) rotate(-45deg);
}

.home .hero-nav {
  display: block;
}

.hero-nav {
  display: none;
}

.hero-nav__menu-left,  .hero-nav__menu-right{
  margin-top: 0.5rem;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

@media (min-width: 1024px){
  .hero-nav__menu-left,  .hero-nav__menu-right{
    display: flex;
  }
}

.hero-nav__menu-left a,  .hero-nav__menu-right a{
  white-space: nowrap;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  --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: 150ms;
  text-shadow: 0 0 5px rgb(0 0 0);
  font-size: var(--wp--preset--font-size--x-large);
  line-height: var(--line-height--xl);
}

.hero-nav__menu-left a:hover,  .hero-nav__menu-right a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hero-nav__menu-left .messages-link {
  position: relative;
}

.hero-nav__menu-left .messages-link .sub-menu{
  position: absolute;
  left: -2rem;
  margin-top: 0.5rem;
  display: flex;
  width: 160px;
  flex-direction: column;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0.7;
}

.hero-nav__menu-left .messages-link .sub-menu a{
  white-space: nowrap;
  border-width: 1px;
  border-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-family: Roboto Condensed, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --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: 150ms;
  text-shadow: 0 0 5px rgb(0 0 0);
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--line-height--sm);
}

.hero-nav__menu-left .messages-link .sub-menu a:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.footer-background {
  background-color: #121212;
}

.footer {
  background-color: #121212;
  color: #aaaaaa !important;
}

.footer a{
  color: #b3dbff;;
}

/**
 * Gutenberg.
 */

.row .innerblocks-wrap,  .wp-block-kadence-rowlayout .innerblocks-wrap {
  max-width: var(--wrapper-max-width);
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.row .alignfull > .kt-row-layout-inner > .kt-row-column-wrap, .wp-block-kadence-rowlayout .alignfull > .kt-row-layout-inner > .kt-row-column-wrap {
  padding-left: 0;
  padding-right: 0;
}

.row:not(.alignfull) > .kt-row-layout-inner > .kt-row-column-wrap,  .wp-block-kadence-rowlayout:not(.alignfull) > .kt-row-layout-inner > .kt-row-column-wrap {
  max-width: var(--wrapper-max-width);
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.row.alignwide > .kt-row-layout-inner > .kt-row-column-wrap,  .wp-block-kadence-rowlayout.alignwide > .kt-row-layout-inner > .kt-row-column-wrap {
  max-width: var(--wrapper-max-width);
  padding-left: var(--wrapper-padding);
  padding-right: var(--wrapper-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--wrapper-wide-max-width);
}

.row.aligncenter > .kt-row-layout-inner > .kt-row-column-wrap, .wp-block-kadence-rowlayout.aligncenter > .kt-row-layout-inner > .kt-row-column-wrap {
  align-items: center;
}

.row.no-center > .kt-row-layout-inner > .kt-row-column-wrap, .wp-block-kadence-rowlayout.no-center > .kt-row-layout-inner > .kt-row-column-wrap {
  margin-left: initial !important;
  margin-right: initial !important;
}

.wp-block[data-align="wide"] > .wp-block-kadence-rowlayout > .innerblocks-wrap {
  max-width: var(--wrapper-wide-max-width);
}

.wp-block[data-align="full"] > .wp-block-kadence-rowlayout > .innerblocks-wrap {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/**
 * Components.
 */

.button,
.wp-block-button .wp-block-button__link {
}

/**
 * Pages.
 */

/**
 * Templates.
 */

.post-type-styles article{
  border-radius: 0px !important;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
  --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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.post-type-styles article:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  --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);
}

.post-type-styles h2{
  font-family: Roboto Slab, serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--2-xl);
  line-height: var(--line-height--2-xl);
}

.post-type-styles h2 a{
  --tw-text-opacity: 1;
  color: rgb(51 122 183 / var(--tw-text-opacity));
}

/**
 * Gutenberg Editor.
 */

/* ACF Color Picker style overrides. */

.iris-picker {
  padding: 0.625rem !important;
  height: auto !important;
}

.iris-picker .iris-palette-container {
  left: auto !important;
  bottom: auto !important;
  position: relative;
  width: 100%;
}

.iris-picker .iris-picker-inner {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  overflow: auto !important;
  padding-bottom: 0.625rem !important;
}

.iris-picker .iris-palette {
  width: 1rem !important;
  height: 1rem !important;
  float: none !important;
  display: inline-block;
}

.edit-post-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)), 
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: none;
}

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

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

.hover\:underline:hover{
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}

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

@media (min-width: 640px){
  .sm\:block{
    display: block !important;
  }

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

@media (min-width: 768px){
  .md\:m-0{
    margin: 0px !important;
  }

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

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

  .md\:w-60{
    width: 15rem !important;
  }

  .md\:max-w-none{
    max-width: none !important;
  }

  .md\:flex-row{
    flex-direction: row !important;
  }

  .md\:items-start{
    align-items: flex-start !important;
  }

  .md\:justify-between{
    justify-content: space-between !important;
  }

  .md\:gap-24{
    gap: 6rem !important;
  }

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

  .md\:text-center{
    text-align: center !important;
  }

  .md\:text-right{
    text-align: right !important;
  }

  .md\:text-start{
    text-align: start !important;
  }

  .md\:text-5xl{
    font-size: 3rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1024px){
  .lg\:block{
    display: block !important;
  }

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

  .lg\:w-32{
    width: 8rem !important;
  }

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

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

  .lg\:px-32{
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }

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

  .lg\:text-6xl{
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1280px){
  .xl\:w-48{
    width: 12rem !important;
  }

  .xl\:text-\[67px\]{
    font-size: 67px !important;
  }
}
