/*!
Theme Name: utec
Theme URI: http://underscores.me/
Author: CTP Boston
Author URI: https://www.ctpboston.com/
Description: UTEC's mission and promise is to ignite and nurture the ambition of our most disconnected young people to trade violence and poverty for social and economic success.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: utec
Tags: 

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

utec is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com
*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

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

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

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

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

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  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";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

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

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Custom base styles.
 */

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

.container {
  width: 100%;
}

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

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

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

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

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

.aspect-w-1,
.aspect-w-2,
.aspect-w-3,
.aspect-w-4,
.aspect-w-5,
.aspect-w-6,
.aspect-w-7,
.aspect-w-8,
.aspect-w-9,
.aspect-w-10,
.aspect-w-11,
.aspect-w-12,
.aspect-w-13,
.aspect-w-14,
.aspect-w-15,
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-1 > *,
.aspect-w-2 > *,
.aspect-w-3 > *,
.aspect-w-4 > *,
.aspect-w-5 > *,
.aspect-w-6 > *,
.aspect-w-7 > *,
.aspect-w-8 > *,
.aspect-w-9 > *,
.aspect-w-10 > *,
.aspect-w-11 > *,
.aspect-w-12 > *,
.aspect-w-13 > *,
.aspect-w-14 > *,
.aspect-w-15 > *,
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-1 {
  --tw-aspect-w: 1;
}

.aspect-w-2 {
  --tw-aspect-w: 2;
}

.aspect-w-3 {
  --tw-aspect-w: 3;
}

.aspect-w-4 {
  --tw-aspect-w: 4;
}

.aspect-w-5 {
  --tw-aspect-w: 5;
}

.aspect-w-6 {
  --tw-aspect-w: 6;
}

.aspect-w-7 {
  --tw-aspect-w: 7;
}

.aspect-w-8 {
  --tw-aspect-w: 8;
}

.aspect-w-9 {
  --tw-aspect-w: 9;
}

.aspect-w-10 {
  --tw-aspect-w: 10;
}

.aspect-w-11 {
  --tw-aspect-w: 11;
}

.aspect-w-12 {
  --tw-aspect-w: 12;
}

.aspect-w-13 {
  --tw-aspect-w: 13;
}

.aspect-w-14 {
  --tw-aspect-w: 14;
}

.aspect-w-15 {
  --tw-aspect-w: 15;
}

.aspect-w-16 {
  --tw-aspect-w: 16;
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.prose {
  color: #374151;
}

.prose a {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}

.prose strong {
  color: #111827;
  font-weight: 600;
}

.prose ol[type="A"] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="A" s] {
  --list-counter-style: upper-alpha;
}

.prose ol[type="a" s] {
  --list-counter-style: lower-alpha;
}

.prose ol[type="I"] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}

.prose ol[type="I" s] {
  --list-counter-style: upper-roman;
}

.prose ol[type="i" s] {
  --list-counter-style: lower-roman;
}

.prose ol[type="1"] {
  --list-counter-style: decimal;
}

.prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom-width: 0;
}

.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose blockquote p:first-of-type::before {
  content: open-quote;
}

.prose blockquote p:last-of-type::after {
  content: close-quote;
}

.prose h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose h3 {
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose h4 {
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}

.prose code::before {
  content: "`";
}

.prose code::after {
  content: "`";
}

.prose a code {
  color: #111827;
}

.prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose pre code::before {
  content: none;
}

.prose pre code::after {
  content: none;
}

.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}

.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}

.prose tbody tr:last-child {
  border-bottom-width: 0;
}

.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose {
  font-size: 1rem;
  line-height: 1.75;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}

.prose h2 code {
  font-size: 0.875em;
}

.prose h3 code {
  font-size: 0.9em;
}

.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style-type: decimal;
}

.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style-type: disc;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}

.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}

.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose hr + * {
  margin-top: 0;
}

.prose h2 + * {
  margin-top: 0;
}

.prose h3 + * {
  margin-top: 0;
}

.prose h4 + * {
  margin-top: 0;
}

.prose thead th:first-child {
  padding-left: 0;
}

.prose thead th:last-child {
  padding-right: 0;
}

.prose tbody td:first-child {
  padding-left: 0;
}

.prose tbody td:last-child {
  padding-right: 0;
}

.prose > :first-child {
  margin-top: 0;
}

.prose > :last-child {
  margin-bottom: 0;
}

.prose [class~="is-style-lead"] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose h1 strong {
  font-weight: 900;
}

.prose h2 strong {
  font-weight: 800;
}

.prose h3 strong {
  font-weight: 700;
}

.prose h4 strong {
  font-weight: 700;
}

.prose td, .prose th {
  border: 0;
}

/**
 * Custom component classes.
 */

/* Content width */

.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

/* Wide width */

.entry-content > .alignwide {
  max-width: 60rem;
}

/* Full width */

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

header {
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

header nav {
  width: 100%;
}

header .internals {
  width: 100%;
}

@media (min-width: 640px) {
  header .internals {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  header .internals {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  header .internals {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  header .internals {
    max-width: 1536px;
  }
}

header .internals {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

header .logo__div {
  width: 25%;
}

header .logo__div .logo__image {
  width: 12rem;
}

/* Menu */

ul#top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

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

ul#top-menu {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

ul#primary-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

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

ul#primary-menu {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: capitalize;
}

/* Buttons */

.primary-button {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
  background: rgb(254,191,60);
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1);
}

/* Footer */

footer {
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}

footer hr {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}

footer .footer-content {
  width: 100%;
}

@media (min-width: 640px) {
  footer .footer-content {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  footer .footer-content {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  footer .footer-content {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  footer .footer-content {
    max-width: 1536px;
  }
}

footer .footer-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

footer .rights_reserved {
  width: 100%;
}

@media (min-width: 640px) {
  footer .rights_reserved {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  footer .rights_reserved {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  footer .rights_reserved {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  footer .rights_reserved {
    max-width: 1536px;
  }
}

footer .rights_reserved {
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

.-top-14 {
  top: -3.5rem;
}

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

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-8 {
  left: 2rem;
}

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

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

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

.col-start-2 {
  grid-column-start: 2;
}

.m-2 {
  margin: 0.5rem;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-6 {
  margin-left: 1.5rem;
}

.-mt-px {
  margin-top: -1px;
}

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

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

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

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

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

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

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

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

.-ml-6 {
  margin-left: -1.5rem;
}

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-5 {
  height: 1.25rem;
}

.h-full {
  height: 100%;
}

.h-32 {
  height: 8rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

.h-screen {
  height: 100vh;
}

.h-\[10\.25rem\] {
  height: 10.25rem;
}

.h-16 {
  height: 4rem;
}

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

.h-auto {
  height: auto;
}

.h-14 {
  height: 3.5rem;
}

.h-20 {
  height: 5rem;
}

.h-8 {
  height: 2rem;
}

.h-72 {
  height: 18rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-4 {
  height: 1rem;
}

.h-80 {
  height: 20rem;
}

.h-2 {
  height: 0.5rem;
}

.max-h-\[42em\] {
  max-height: 42em;
}

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

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.w-auto {
  width: auto;
}

.w-32 {
  width: 8rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-44 {
  width: 11rem;
}

.w-36 {
  width: 9rem;
}

.w-16 {
  width: 4rem;
}

.w-20 {
  width: 5rem;
}

.w-64 {
  width: 16rem;
}

.w-0 {
  width: 0px;
}

.w-5\/6 {
  width: 83.333333%;
}

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

.w-4 {
  width: 1rem;
}

.w-3\/4 {
  width: 75%;
}

.w-\[24em\] {
  width: 24em;
}

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

.w-12 {
  width: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-12 {
  --tw-translate-y: -3rem;
  transform: var(--tw-transform);
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: var(--tw-transform);
}

.-translate-y-16 {
  --tw-translate-y: -4rem;
  transform: var(--tw-transform);
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: var(--tw-transform);
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: var(--tw-transform);
}

.-rotate-180 {
  --tw-rotate: -180deg;
  transform: var(--tw-transform);
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: var(--tw-transform);
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: var(--tw-transform);
}

.transform {
  transform: var(--tw-transform);
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-8 {
  gap: 2rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-primary-gray {
  --tw-border-opacity: 1;
  border-color: rgba(131, 131, 131, var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 33, var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity));
}

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

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}

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

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

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

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

.bg-primary-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 131, 131, var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
}

.bg-third-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 192, 130, var(--tw-bg-opacity));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.fill-current {
  fill: currentColor;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-8 {
  padding: 2rem;
}

.p-4 {
  padding: 1rem;
}

.p-1 {
  padding: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

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

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

.text-primary-gray {
  --tw-text-opacity: 1;
  color: rgba(131, 131, 131, var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

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

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

.underline {
  text-decoration: underline;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-100 {
  opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
  filter: var(--tw-filter);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
  filter: var(--tw-filter);
}

.filter {
  filter: var(--tw-filter);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-filter);
          backdrop-filter: var(--tw-backdrop-filter);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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-colors {
  transition-property: background-color, border-color, color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

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

.bg-orange-gradient {
  background: rgb(254,191,60);
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1);
}

/**
 * Custom utility classes.
 */

/**
 * This injects custom font declarations.
 */

/**
 * Custom font declarations.
 */

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
body,
a,
address {
  font-family: 'Heebo', sans-serif;
}

h1, .h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 300;
}

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

h1,
.h1 {
  line-height: 1.1;
}

h2, .h2 {
  font-weight: 600;
  font-size: 36px;
}

h3, .h3 {
  font-weight: 500;
  font-size: 26px;
}

h4, .h4 {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
  font-size: 18px;
}

h5, .h5 {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
  font-size: 15px;
}

h6, .h6 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
  font-size: 10px;
}

h7, .h7 {
  font-size: 64px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  h7, .h7 {
    font-size: 80px;
  }
}

@media (min-width: 1280px) {
  h7, .h7 {
    font-size: 95px;
  }
}

p, body, address {
  font-weight: 300;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
  font-size: 18px;
}

.prose p:not(:first-child) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.menu-item a, .menu-item span {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .menu-item a, .menu-item span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .menu-item a, .menu-item span {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .menu-item a, .menu-item span {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

header .menu-item a:not(.children), header .menu-item span:not(.children) {
  font-weight: 700;
}

.menu-item a.active, .menu-item .svg.active {
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

.menu-item a:not(.pseudo-orange), .menu-item span:not(.pseudo-orange) {
  border-bottom-width: 4px;
  border-color: transparent;
}

.menu-item a:not(.pseudo-orange):hover, .menu-item span:not(.pseudo-orange):hover {
  --tw-border-opacity: 1;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

.top-menu-item a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(131, 131, 131, var(--tw-text-opacity));
  font-size: 0.85rem;
}

.announcement span {
  justify-content: center;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .announcement span {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.footer-navigation a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

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

.top-menu-item, .navigation {
  margin-bottom: 0.5rem;
}

.donate-button {
  width: 9rem;
}

.donate-button .orange-button {
  width: 100%;
}

.donate-button a {
  margin-bottom: 0px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.pseudo-orange {
  --tw-text-opacity: 1 !important;
  color: rgba(242, 106, 33, var(--tw-text-opacity)) !important;
}

.pseudo-orange::after {
  border-bottom-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity));
  padding-top: 0.25rem;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  height: 100%;
}

.wc_payment_methods {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.wc_payment_methods input {
  display: block !important;
  width: 100% !important;
  border-radius: 0.375rem !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)) !important;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.wc_payment_methods input:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(99, 102, 241, var(--tw-border-opacity)) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)) !important;
}

@media (min-width: 640px) {
  .wc_payment_methods input {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}

#payment_method_stripe {
  display: none !important;
}

.place-order button {
  margin-top: 1rem !important;
  border-radius: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
}

input:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity)) !important;
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgba(242, 106, 33, var(--tw-ring-opacity)) !important;
}

.cart-subtotal {
  display: none;
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1280px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 600px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
  }

  .alignleft:not(.wp-block-button) {
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
  }

  .alignright:not(.wp-block-button) {
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
  }

  .wp-block-button.alignleft a {
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
  }

  .wp-block-button.alignright a {
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
}

.entry-content h1, .block-editor-block-list__layout h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.entry-content h2, .block-editor-block-list__layout h2 {
  font-size: 1.25rem;
}

.entry-content h3, .block-editor-block-list__layout h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover {
  -webkit-text-decoration-line: none;
  text-decoration-line: none;
}

.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol {
  margin-bottom: 2rem;
}

.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li {
  list-style-position: inside;
  list-style-type: disc;
}

.entry-content ol li, .block-editor-block-list__layout ol li {
  list-style-position: inside;
  list-style-type: decimal;
}

.wp-block-button__link {
  border-radius: 0px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  --tw-text-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
  background: rgb(254,191,60) !important;
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1) !important;
}

.article-content {
  display: flex;
  flex-direction: column;
}

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

.article-content {
  padding-bottom: 3rem;
}

.wp-block-gallery {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .wp-block-gallery {
    flex-direction: row;
  }
}

.wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image .alignleft, .wp-block-image.alignright, .wp-block-image .alignright {
  display: flex !important;
  flex-direction: column !important;
}

p, ul {
  margin-bottom: 1.25rem;
}

.fancy-container {
  width: 100%;
}

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

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

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

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

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

.fancy-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .fancy-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .fancy-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.no-py-container {
  width: 100%;
}

@media (min-width: 640px) {
  .no-py-container {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .no-py-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .no-py-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .no-py-container {
    max-width: 1536px;
  }
}

.no-py-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .no-py-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .no-py-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/**
 * Thin Hero
 */

.thin_hero {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  max-width: 80rem;
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 3rem;
  padding-top: 6rem;
}

@media (min-width: 640px) {
  .thin_hero {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .thin_hero {
    padding-top: 8rem;
  }

  .thin_hero {
    padding-bottom: 3rem;
  }
}

@media (min-width: 1024px) {
  .thin_hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.thin_hero {
  min-height: 20rem;
}

.thin_hero h1 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.thin_hero__overview {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity));
}

.thin_hero__overview p {
  margin-top: 0.75rem;
  max-width: 48rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

/**
 * Stats
 */

.stats {
  width: 100%;
}

@media (min-width: 640px) {
  .stats {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .stats {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .stats {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .stats {
    max-width: 1536px;
  }
}

.stats {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .stats {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .stats {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1280px) {
  .stats {
    width: 80%;
  }
}

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

@media (min-width: 768px) {
  .stats-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .stats-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stats-two {
    gap: 4rem;
  }
}

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

@media (min-width: 768px) {
  .stats-three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .stats-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stats-three {
    gap: 4rem;
  }
}

.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.stat .internal:not(.sideways) {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.stat .sideways {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

@media (min-width: 1024px) {
  .stat .sideways {
    flex-direction: row;
  }

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

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

.stat .bordered.black {
  --tw-border-opacity: 1;
  border-color: rgba(33, 33, 33, var(--tw-border-opacity));
}

.stat .bordered.orange {
  --tw-border-opacity: 1;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity));
}

.stat .text-block.orange {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity));
}

.stat .text-block.black {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}

.stat .text-block {
  padding: 1rem;
}

.stat .title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.stat .orange .title {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

.stat .description {
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.stat .number {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 800;
  line-height: 1;
}

.stat .sideways .number {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.stat .sideways .number, .stat .sideways .text-block {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 1024px) {
  .stat .sideways .number, .stat .sideways .text-block {
    width: 50%;
  }
}

.stat .sideways .text-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}

.stat .number.orange {
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

.stat .number.black {
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

.wp-block-columns:not(.alignfull) {
  width: 100%;
}

@media (min-width: 640px) {
  .wp-block-columns:not(.alignfull) {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .wp-block-columns:not(.alignfull) {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .wp-block-columns:not(.alignfull) {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .wp-block-columns:not(.alignfull) {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .wp-block-columns:not(.alignfull) {
    max-width: 1536px;
  }
}

.wp-block-columns:not(.alignfull) {
  margin-left: auto;
  margin-right: auto;
}

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

.wp-block-columns:not(.alignfull) {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .wp-block-columns:not(.alignfull) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .wp-block-columns:not(.alignfull) > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

@media (min-width: 1024px) {
  .wp-block-columns:not(.alignfull) {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/**
 * Tabs
*/

.tabs {
  width: 100%;
}

@media (min-width: 640px) {
  .tabs {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .tabs {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tabs {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .tabs {
    max-width: 1536px;
  }
}

.tabs {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .tabs {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .tabs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.tabs .text {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 32px;
       column-gap: 32px;
}

@media screen and (max-width: 768px) {
  .tabs .text {
    -moz-column-count: 1;
         column-count: 1;
  }
}

.tabs .content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  padding-top: 1.5rem;
}

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

.tabs .titles {
  position: relative;
  display: flex;
  width: 100%;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
}

.tabs .titles > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
  --tw-divide-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-divide-opacity));
}

.tabs .titles {
  overflow: hidden;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

  .tabs .titles > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }
}

.tabs .titles .title {
  display: flex;
  width: 100%;
  flex-direction: column;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
}

.tabs .titles .title p {
  margin-bottom: 0px !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.tabs .title.selected p {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

.tabs .title.selected {
  background: rgb(254,191,60);
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1);
}

.tabs .title {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}

/**
 * FAQ
*/

.faq {
  width: 100%;
}

@media (min-width: 640px) {
  .faq {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .faq {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .faq {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .faq {
    max-width: 1536px;
  }
}

.faq {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .faq {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .faq {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.faq h3.title {
  text-transform: uppercase;
  font-size: 18px !important;
}

.faq .faq-orange {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity));
}

.faq .frequent {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.faq .question {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1;
}

.faq p.question {
  margin-bottom: 0px !important;
}

.faq .answer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

/**
 * Three Across
*/

.three_across {
  width: 100%;
}

@media (min-width: 640px) {
  .three_across {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .three_across {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .three_across {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .three_across {
    max-width: 1536px;
  }
}

.three_across {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .three_across {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

@media (min-width: 1024px) {
  .three_across {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.three_across .text {
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  line-height: 1.25;
}

@media (min-width: 768px) {
  .three_across .text {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

/**
 * Text/Image
*/

.text_image_container {
  width: 100%;
}

@media (min-width: 640px) {
  .text_image_container {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .text_image_container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .text_image_container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .text_image_container {
    max-width: 1536px;
  }
}

.text_image_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .text_image_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .text_image_container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.text_image {
}

@media (min-width: 768px) {
  .text_image .text {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .text_image .text {
    width: 33.333333%;
  }
}

@media (min-width: 768px) {
  .text_image .image {
    min-height: 400px;
  }

  .text_image .image {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .text_image .image {
    width: 66.666667%;
  }
}

.text_image .left {
  flex-direction: column;
}

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

.text_image .right {
  flex-direction: column-reverse;
}

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

.text_image .right.white .text {
  margin-bottom: -4rem;
}

@media (min-width: 768px) {
  .text_image .right.white .text {
    margin-right: -12rem;
  }

  .text_image .right.white .text {
    margin-bottom: 0px;
  }
}

.text_image .left.white .text {
  margin-top: -4rem;
}

@media (min-width: 768px) {
  .text_image .left.white .text {
    margin-left: -12rem;
  }

  .text_image .left.white .text {
    margin-top: 0px;
  }
}

.text_image .right.black .text {
  margin-bottom: -4rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .text_image .right.black .text {
    margin-right: -3.5rem;
  }

  .text_image .right.black .text {
    margin-bottom: 0px;
  }
}

.text_image .left.black .text {
  margin-top: -4rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .text_image .left.black .text {
    margin-left: -3rem;
  }

  .text_image .left.black .text {
    margin-top: 0px;
  }
}

.text_image .black .internal_text {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
}

.text-image .internal_text p {
  margin-bottom: 0px;
}

.text_image .left .internal_text {
  align-items: flex-start;
  text-align: left;
}

.text_image .right .internal_text {
  align-items: flex-end;
  text-align: right;
}

.text_image .black .text p, .text_image .black .text h3 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text_image .white .text {
  background-color: transparent;
}

.text_image .white .internal_text {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.text_image p {
}

.text_image h3 {
  text-transform: uppercase;
}

/**
 * Buttons
*/

.button {
  border-style: none !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}

.button:not(.no-grow) {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
  transition-duration: 300ms !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.button:not(.no-grow):hover {
  --tw-scale-x: 1.1 !important;
  --tw-scale-y: 1.1 !important;
  transform: var(--tw-transform) !important;
}

.orange-button {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
  background: rgb(254,191,60) !important;
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1) !important;
}

.gray-button {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(51, 51, 51, var(--tw-bg-opacity));
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  box-shadow: 0 0 10px #333333;
}

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

.slider {
  height: calc(100vh - 200px);
  min-height: 500px;
}

.slider h1, .slider p {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.testimonial {
  width: 100%;
}

@media (min-width: 640px) {
  .testimonial {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .testimonial {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .testimonial {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .testimonial {
    max-width: 1536px;
  }
}

.testimonial {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .testimonial {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .testimonial {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.testimonial .image {
  width: 100%;
}

@media (min-width: 768px) {
  .testimonial .image {
    width: 50%;
  }
}

.testimonial .text {
  margin-bottom: -3rem;
}

@media (min-width: 768px) {
  .testimonial .text {
    margin-right: -8rem;
  }

  .testimonial .text {
    margin-bottom: 0px;
  }
}

.testimonial .text h3, .testimonial .text p {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

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

@media (min-width: 768px) {
  .testimonial .text p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

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

.post_hero {
  min-height: 16rem;
}

@media (min-width: 768px) {
  .post_hero {
    min-height: 25rem;
  }
}

.post h1.title {
  text-align: center;
  font-weight: 800;
}

.program .description {
  margin-top: 1rem;
}

.program-description p {
  margin: 0px;
}

.program h3 {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.program .selected.description p, .program .selected h3 {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

.featured__posts {
  width: 100%;
}

@media (min-width: 640px) {
  .featured__posts {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .featured__posts {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .featured__posts {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .featured__posts {
    max-width: 1536px;
  }
}

.featured__posts {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  max-width: 80rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  row-gap: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .featured__posts {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .featured__posts {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.featured__posts__no_container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
  row-gap: 4rem;
}

.woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
  width: 100%;
}

@media (min-width: 640px) {
  .woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
    max-width: 1536px;
  }
}

.woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .woocommerce-order, .woocommerce-cart-form, .woocommerce-notices-wrapper, .cart-collaterals {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

p.woocommerce-thankyou-order-received {
  font-weight: 500;
  font-size: 26px;
}

.woocommerce .woocommerce-order-details {
  margin-top: 0px;
  margin-bottom: 0px;
}

.woocommerce-order {
  display: flex;
  flex-direction: column;
}

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

.woocommerce-NoticeGroup {
  width: 100%;
}

@media (min-width: 640px) {
  .woocommerce-NoticeGroup {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .woocommerce-NoticeGroup {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .woocommerce-NoticeGroup {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .woocommerce-NoticeGroup {
    max-width: 1536px;
  }
}

.woocommerce-NoticeGroup {
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-NoticeGroup .woocommerce-error li, .stripe-source-errors .woocommerce-error li, .woocommerce-NoticeGroup .woocommerce-info li, .woocommerce-NoticeGroup .woocommerce-message li {
  padding-left: 3rem !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
  background: rgb(254,191,60) !important;
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1) !important;
}

.wc-donation-f-submit-donation {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.woocommerce .coupon {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .woocommerce .coupon {
    display: inline-flex;
  }

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

.woocommerce .coupon input , .woocommerce .coupon button {
  width: 100% !important;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 100% !important;
}

@media (min-width: 1024px) {
  .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
    width: "fit-content" !important;
  }
}

.menu-jump a {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.hide-me {
  display: none !important;
}

.post-type-page .woocommerce {
  width: 100%;
}

@media (min-width: 640px) {
  .post-type-page .woocommerce {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .post-type-page .woocommerce {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .post-type-page .woocommerce {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .post-type-page .woocommerce {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .post-type-page .woocommerce {
    max-width: 1536px;
  }
}

.post-type-page .woocommerce {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .post-type-page .woocommerce {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .post-type-page .woocommerce {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.woocommerce-notices-wrapper {
  display: none;
}

.wp-block-embed-youtube {
  width: 100% !important;
}

@media (min-width: 640px) {
  .wp-block-embed-youtube {
    max-width: 640px !important;
  }
}

@media (min-width: 768px) {
  .wp-block-embed-youtube {
    max-width: 768px !important;
  }
}

@media (min-width: 1024px) {
  .wp-block-embed-youtube {
    max-width: 1024px !important;
  }
}

@media (min-width: 1280px) {
  .wp-block-embed-youtube {
    max-width: 1280px !important;
  }
}

@media (min-width: 1536px) {
  .wp-block-embed-youtube {
    max-width: 1536px !important;
  }
}

.wp-block-embed-youtube {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 48rem !important;
}

ul:not(.no-list), ol:not(.no-list) {
  margin-left: 2rem;
  display: list-item;
  list-style-type: disc;
}

.widget_wc-donation-widget {
  width: 100%;
}

@media (min-width: 640px) {
  .widget_wc-donation-widget {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .widget_wc-donation-widget {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .widget_wc-donation-widget {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .widget_wc-donation-widget {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .widget_wc-donation-widget {
    max-width: 1536px;
  }
}

.widget_wc-donation-widget {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .widget_wc-donation-widget {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .widget_wc-donation-widget {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.slider-menu {
  display: flex;
  width: 100%;
  flex-direction: column;
}

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

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

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

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

@media (min-width: 1280px) {
  .slider-menu {
    width: 75%;
  }
}

.slider-menu .selected {
  font-weight: 700 !important;
  background: rgb(254,191,60) !important;
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1) !important;
}

.wp-block-group {
  width: 100%;
}

@media (min-width: 640px) {
  .wp-block-group {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .wp-block-group {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .wp-block-group {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .wp-block-group {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .wp-block-group {
    max-width: 1536px;
  }
}

.wp-block-group {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .wp-block-group {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .wp-block-group {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.wp-block-image {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.wp-block {
  max-width: 1280px;
}

.wp-block[data-align=wide] {
  max-width: 1280px;
}

.wp-block[data-align=full] {
  max-width: 100%;
}

.program_two_across {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

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

.program_three_across {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

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

.program_four_across {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

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

.four_across {
  width: 100%;
}

@media (min-width: 640px) {
  .four_across {
    max-width: 640px;
  }
}

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

@media (min-width: 1024px) {
  .four_across {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .four_across {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .four_across {
    max-width: 1536px;
  }
}

.four_across {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  .four_across {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

@media (min-width: 1024px) {
  .four_across {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

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

.four_across .text_image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.four_across .team_member {
  display: flex;
  height: 18rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .four_across .team_member {
    height: 16rem;
  }
}

@media (min-width: 1024px) {
  .four_across .team_member {
    height: 18rem;
  }
}

.four_across .team_member .ex, .four_across .team_member_photo .ex {
  position: absolute;
  right: -15px;
  top: -15px;
}

.four_across .team_member h2, .four_across .team_member_photo h2 {
  text-align: center;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.four_across .team_member_photo .up{
  top: -80px;
}

.four_across .team_member h2.internal, .four_across .team_member_photo h2.internal {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

.four_across .team_member h4 {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

.tool-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.5rem;
  padding-top: 1rem;
}

ul.pages {
  margin-left: 0px;
  display: flex;
  list-style-type: none;
  flex-direction: row;
  justify-content: space-between;
}

ul.pages li {
  width: 2rem;
  text-align: center;
}

ul.pages li .current {
  font-weight: 700;
}

.all-posts {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.all-posts .single {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(236, 236, 236, var(--tw-border-opacity));
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}

.at-share-btn {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity)) !important;
}

.woo-commerce .image {
  height: 16rem !important;
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !important;
     object-position: center !important;
}

.give-form-wrap {
  width: 100%;
}

@media (min-width: 640px) {
  .give-form-wrap {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .give-form-wrap {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .give-form-wrap {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .give-form-wrap {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .give-form-wrap {
    max-width: 1536px;
  }
}

.give-form-wrap {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 640px) {
  .give-form-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .give-form-wrap {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.give-donation-levels-wrap li {
  display: inline-flex;
}

[id*=give-form] .give-recurring-donors-choice-period{
  height: auto !important;
  padding-right: 2.5rem !important;
  padding-left: .25rem !important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

form[id*=give-form] input[type=radio], form[id*=give-form] input[type=checkbox] {
  width: 1rem !important;
  display: inline-block !important;
}

#give-receipt {
  width: 100%;
}

@media (min-width: 640px) {
  #give-receipt {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  #give-receipt {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  #give-receipt {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  #give-receipt {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  #give-receipt {
    max-width: 1536px;
  }
}

#give-receipt {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 640px) {
  #give-receipt {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  #give-receipt {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.give-btn, #give_wc_update_donation, #place_order {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
  background: rgb(254,191,60) !important;
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1) !important;
}

.give-donation-levels-wrap {
  display: flex !important;
  flex-direction: column !important;
  gap: 2rem !important;
}

.give-wc-select-level {
  padding-left: 1.5rem !important;
}

p a {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
  text-decoration: underline;
}

p a:hover {
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}

.nf-add-fieldset {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity)) !important;
  padding: 1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
  background: rgb(254,191,60) !important;
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1) !important;
}

.ninja-forms-field[type="button"] {
  --tw-border-opacity: 1 !important;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(33, 33, 33, var(--tw-text-opacity)) !important;
  background: rgb(254,191,60) !important;
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1) !important;
}

.hero-background {
  --tw-bg-opacity: 1;
  background-color: rgba(33, 33, 33, var(--tw-bg-opacity));
  padding: 2rem;
}

ul.woocommerce-error{
  list-style-type: none;
  margin-left: 0px;
}

.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 106, 33, var(--tw-bg-opacity));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgba(242, 106, 33, var(--tw-text-opacity));
}

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

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(33, 33, 33, var(--tw-text-opacity));
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:bg-orange-gradient:hover {
  background: rgb(254,191,60);
  background: linear-gradient(90deg, rgba(254,191,60,1) 11%, rgba(244,119,33,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#febf3c",endColorstr="#f47721",GradientType=1);
}

.focus\:border-orange:focus {
  --tw-border-opacity: 1;
  border-color: rgba(242, 106, 33, var(--tw-border-opacity));
}

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

.focus\:ring-orange:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(242, 106, 33, var(--tw-ring-opacity));
}

@media (min-width: 640px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .sm\:block {
    display: block;
  }

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

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

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: var(--tw-transform);
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: var(--tw-transform);
  }

  .sm\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    transform: var(--tw-transform);
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: var(--tw-transform);
  }

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

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

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

  .sm\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mt-px {
    margin-top: -1px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-1\/6 {
    width: 16.666667%;
  }

  .md\:min-w-\[36rem\] {
    min-width: 36rem;
  }

  .md\:max-w-7xl {
    max-width: 80rem;
  }

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

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

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

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-filter);
  }
}

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:-mb-24 {
    margin-bottom: -6rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

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

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

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:-mb-24 {
    margin-bottom: -6rem;
  }

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

  .xl\:gap-x-48 {
    -moz-column-gap: 12rem;
         column-gap: 12rem;
  }

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

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

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