/*!
Theme Name: Lendesca SETC
Theme URI: https://setc.lendesca.com
Author: Lendesca
Author URI: https://underscoretw.com/
Description: Custom theme and plugin for SETC Vue form
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lendesca-setc
Tags:

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

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

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

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

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

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

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-Black.eot");

  src:
		local("Circular Std Black"),
		local("CircularStd-Black"),
		url("./fonts/CircularStd-Black.eot?#iefix") format("embedded-opentype"),
		url("./fonts/CircularStd-Black.woff2") format("woff2"),
		url("./fonts/CircularStd-Black.woff") format("woff"),
		url("./fonts/CircularStd-Black.ttf") format("truetype");

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-BlackItalic.eot");

  src:
		local("Circular Std Black Italic"),
		local("CircularStd-BlackItalic"),
		url("./fonts/CircularStd-BlackItalic.eot?#iefix")
			format("embedded-opentype"),
		url("./fonts/CircularStd-BlackItalic.woff2") format("woff2"),
		url("./fonts/CircularStd-BlackItalic.woff") format("woff"),
		url("./fonts/CircularStd-BlackItalic.ttf") format("truetype");

  font-weight: 900;

  font-style: italic;
}

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-Bold.eot");

  src:
		local("Circular Std Bold"),
		local("CircularStd-Bold"),
		url("./fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"),
		url("./fonts/CircularStd-Bold.woff2") format("woff2"),
		url("./fonts/CircularStd-Bold.woff") format("woff"),
		url("./fonts/CircularStd-Bold.ttf") format("truetype");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-BoldItalic.eot");

  src:
		local("Circular Std Bold Italic"),
		local("CircularStd-BoldItalic"),
		url("./fonts/CircularStd-BoldItalic.eot?#iefix")
			format("embedded-opentype"),
		url("./fonts/CircularStd-BoldItalic.woff2") format("woff2"),
		url("./fonts/CircularStd-BoldItalic.woff") format("woff"),
		url("./fonts/CircularStd-BoldItalic.ttf") format("truetype");

  font-weight: bold;

  font-style: italic;
}

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-MediumItalic.eot");

  src:
		local("Circular Std Medium Italic"),
		local("CircularStd-MediumItalic"),
		url("./fonts/CircularStd-MediumItalic.eot?#iefix")
			format("embedded-opentype"),
		url("./fonts/CircularStd-MediumItalic.woff2") format("woff2"),
		url("./fonts/CircularStd-MediumItalic.woff") format("woff"),
		url("./fonts/CircularStd-MediumItalic.ttf") format("truetype");

  font-weight: 500;

  font-style: italic;
}

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-Medium.eot");

  src:
		local("Circular Std Medium"),
		local("CircularStd-Medium"),
		url("./fonts/CircularStd-Medium.eot?#iefix") format("embedded-opentype"),
		url("./fonts/CircularStd-Medium.woff2") format("woff2"),
		url("./fonts/CircularStd-Medium.woff") format("woff"),
		url("./fonts/CircularStd-Medium.ttf") format("truetype");

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-BookItalic.eot");

  src:
		local("Circular Std Book Italic"),
		local("CircularStd-BookItalic"),
		url("./fonts/CircularStd-BookItalic.eot?#iefix")
			format("embedded-opentype"),
		url("./fonts/CircularStd-BookItalic.woff2") format("woff2"),
		url("./fonts/CircularStd-BookItalic.woff") format("woff"),
		url("./fonts/CircularStd-BookItalic.ttf") format("truetype");

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: "Circular Std";

  src: url("./fonts/CircularStd-Book.eot");

  src:
		local("Circular Std Book"),
		local("CircularStd-Book"),
		url("./fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"),
		url("./fonts/CircularStd-Book.woff2") format("woff2"),
		url("./fonts/CircularStd-Book.woff") format("woff"),
		url("./fonts/CircularStd-Book.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

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

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

::-webkit-datetime-edit {
  display: inline-flex;
}

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

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

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

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

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

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

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

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

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

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

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

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

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .3em;
  font-family: var(--wp--preset--font-family--serif);
  font-weight: 300;
  text-wrap: balance;
}

h1 {
  line-height: 1.1;
}

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

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

h4 {
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.25;
}

h5 {
  font-size: var(--wp--preset--font-size--large);
  line-height: 1.25;
}

h6 {
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.25;
}

p,
	.block-editor-block-list__block.wp-block-paragraph {
  margin-bottom: 1em;
}

p:last-child,
	.block-editor-block-list__block.wp-block-paragraph:last-child {
  margin-bottom: 0px;
}

p:last-of-type,
	.block-editor-block-list__block.wp-block-paragraph:last-of-type {
  margin-bottom: 0px;
}

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

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

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body {
  --global-content-edge-padding: 2.5rem;
  --wp--style--root--padding-right: 2.5rem;
  --wp--style--root--padding-left: 2.5rem;
}

@media (max-width: 768px) {
  body {
    --global-content-edge-padding: 1.25rem;
    --wp--style--root--padding-right: 1.25rem;
    --wp--style--root--padding-left: 1.25rem
  }
}

::-moz-selection {
  background: #30463B33;
  color: inherit;
  text-shadow: none;
}

::selection {
  background: #30463B33;
  color: inherit;
  text-shadow: none;
}

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

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

body {
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 233 / var(--tw-bg-opacity));
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--med-small);
  --tw-text-opacity: 1;
  color: rgb(47 47 47 / var(--tw-text-opacity));
}

.entry-content {
  position: relative;
  z-index: 0;
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

a {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wp-block-button .wp-element-button,
.button--primary {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.wp-block-button .wp-element-button:hover,
.button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 84 70 / var(--tw-bg-opacity));
}

.wp-block-button .wp-element-button:focus,
.button--primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 84 70 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .wp-block-button .wp-element-button,
.button--primary {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: var(--wp--preset--font-size--med-small);
  }
}

@media (max-width: 640px) {
  .wp-block-button .wp-element-button.header-cta-button, .button--primary.header-cta-button {
    text-align: center;
    padding: .5rem .75rem;
    max-width: 7.5rem;
    line-height: 1.1;
    font-size: .875rem
  }
}

.button--primary-arrow,
.wp-block-button.is-style-primary-arrow .wp-element-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button--primary-arrow:hover,
.wp-block-button.is-style-primary-arrow .wp-element-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 84 70 / var(--tw-bg-opacity));
}

.button--primary-arrow:focus,
.wp-block-button.is-style-primary-arrow .wp-element-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 84 70 / var(--tw-bg-opacity));
}

@media (min-width: 768px) {
  .button--primary-arrow,
.wp-block-button.is-style-primary-arrow .wp-element-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: var(--wp--preset--font-size--med-small);
  }
}

.button--primary-arrow:after, .wp-block-button.is-style-primary-arrow .wp-element-button:after {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1rem;
  margin-top: .125rem;
  display: inline-block !important;
  height: 1.5rem;
  width: 1.125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button--primary-arrow:hover:after, .button--primary-arrow:focus:after, .wp-block-button.is-style-primary-arrow .wp-element-button:hover:after, .wp-block-button.is-style-primary-arrow .wp-element-button:focus:after {
  transform: translate(.25rem, 0);
}

.button--secondary,
.wp-block-button.is-style-secondary .wp-element-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 233 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(48 70 59 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .button--secondary,
.wp-block-button.is-style-secondary .wp-element-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: var(--wp--preset--font-size--med-small);
  }
}

.button--secondary-arrow,
.wp-block-button.is-style-secondary-arrow .wp-element-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 233 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(48 70 59 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .button--secondary-arrow,
.wp-block-button.is-style-secondary-arrow .wp-element-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: var(--wp--preset--font-size--med-small);
  }
}

.button--secondary-arrow:after, .wp-block-button.is-style-secondary-arrow .wp-element-button:after {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/green-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1rem;
  margin-top: .125rem;
  display: inline-block !important;
  height: 1.5rem;
  width: 1.125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button--secondary-arrow:hover:after, .button--secondary-arrow:focus:after, .wp-block-button.is-style-secondary-arrow .wp-element-button:hover:after, .wp-block-button.is-style-secondary-arrow .wp-element-button:focus:after {
  transform: translate(.25rem, 0);
}

.button--secondary-arrow-down,
.wp-block-button.is-style-secondary-arrow-down .wp-element-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 233 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(48 70 59 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .button--secondary-arrow-down,
.wp-block-button.is-style-secondary-arrow-down .wp-element-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: var(--wp--preset--font-size--med-small);
  }
}

.button--secondary-arrow-down:after, .wp-block-button.is-style-secondary-arrow-down .wp-element-button:after {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/green-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  margin-left: 1rem;
  margin-top: .125rem;
  display: inline-block !important;
  height: 1.5rem;
  width: 1.125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button--tertiary-arrow,
.wp-block-button.is-style-tertiary-arrow .wp-element-button {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(24 41 33 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: var(--wp--preset--font-family--sans);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 768px) {
  .button--tertiary-arrow,
.wp-block-button.is-style-tertiary-arrow .wp-element-button {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: var(--wp--preset--font-size--med-small);
  }
}

.button--tertiary-arrow:after, .wp-block-button.is-style-tertiary-arrow .wp-element-button:after {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: 1rem;
  margin-top: .125rem;
  display: inline-block !important;
  height: 1.5rem;
  width: 1.125rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button--tertiary-arrow:hover:after, .button--tertiary-arrow:focus:after, .wp-block-button.is-style-tertiary-arrow .wp-element-button:hover:after, .wp-block-button.is-style-tertiary-arrow .wp-element-button:focus:after {
  transform: translate(.25rem, 0);
}

#footer-menu {
  display: flex;
  margin-bottom: 40px;
}

#footer-menu li {
  margin-right: 15px;
}

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

.left-8 {
  left: 2rem;
}

.right-0 {
  right: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-12 {
  top: 3rem;
}

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

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

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

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

.\!mr-0 {
  margin-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-6 {
  height: 1.5rem;
}

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

.h-full {
  height: 100%;
}

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

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

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

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

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

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

.w-12 {
  width: 3rem;
}

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

.gap-3 {
  gap: 0.75rem;
}

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

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

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

.border {
  border-width: 1px;
}

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

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

.bg-dark-green {
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
}

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

.p-4 {
  padding: 1rem;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

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

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

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

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

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

.font-serif {
  font-family: var(--wp--preset--font-family--serif);
}

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

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

.text-mdsm {
  font-size: var(--wp--preset--font-size--med-small);
}

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

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

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

.text-dark-green {
  --tw-text-opacity: 1;
  color: rgb(48 70 59 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

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

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

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

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

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

.home-hero-image img {
  aspect-ratio: 1/1.34;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.floating-icons,
.floating-icons > .kt-inside-inner-col {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.floating-icons .icon1, .floating-icons > .kt-inside-inner-col .icon1 {
  position: absolute;
  top: 8%;
  left: -5%;
  height: auto;
  max-height: 8rem;
  width: 21.165%;
}

.floating-icons .icon2, .floating-icons > .kt-inside-inner-col .icon2 {
  position: absolute;
  top: 16%;
  right: -1%;
  height: auto;
  max-height: 8rem;
  width: 21.165%;
}

.floating-icons .icon3, .floating-icons > .kt-inside-inner-col .icon3 {
  position: absolute;
  bottom: 16%;
  left: 0px;
  height: auto;
  max-height: 8rem;
  width: 21.165%;
}

.steps-slider .kb-advanced-slide {
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}

.steps-slider .splide__arrows .splide__arrow {
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 233 / var(--tw-bg-opacity));
  opacity: 1 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.steps-slider .splide__arrows .splide__arrow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
}

.steps-slider .splide__arrows .splide__arrow:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
}

.steps-slider .splide__arrows .splide__arrow svg {
  display: none !important;
}

.steps-slider .splide__arrows .splide__arrow.slick-next {
  right: -1.5rem;
}

.steps-slider .splide__arrows .splide__arrow.slick-next[aria-label="Go to first slide"] {
  display: none !important;
}

.steps-slider .splide__arrows .splide__arrow.slick-next:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/green-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 1rem;
  width: 1rem;
}

.steps-slider .splide__arrows .splide__arrow.slick-next:hover:before, .steps-slider .splide__arrows .splide__arrow.slick-next:focus:before {
  background-image: url('/wp-content/uploads/2024/09/arrow.svg');
}

.steps-slider .splide__arrows .splide__arrow.slick-prev {
  left: -1.5rem;
}

.steps-slider .splide__arrows .splide__arrow.slick-prev[aria-label="Go to last slide"] {
  display: none !important;
}

.steps-slider .splide__arrows .splide__arrow.slick-prev:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/green-arrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  height: 1rem;
  width: 1rem;
}

.steps-slider .splide__arrows .splide__arrow.slick-prev:hover:before, .steps-slider .splide__arrows .splide__arrow.slick-prev:focus:before {
  background-image: url('/wp-content/uploads/2024/09/arrow.svg');
}

.steps-slider .wp-block-image img {
  max-height: 16rem;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1024px) {
  .steps-slider .wp-block-image img {
    max-height: 100%;
  }
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots {
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  bottom: unset;
  right: unset;
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -10;
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 218 209 / var(--tw-bg-opacity));
  width: calc(100% - 3rem);
  transform: translate(-50%, -50%);
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li:first-of-type {
  margin-left: 0px;
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li:last-of-type {
  margin-right: 0px;
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li:last-of-type button:before {
  content: '';
  background-image: url('https://setc.lendesca.com/wp-content/uploads/2024/09/last_dot.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  transform: translate(-50%,-50%);
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li button {
  position: relative;
  height: 3rem;
  width: 3rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
  opacity: 1;
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li button:before {
  content: '';
  background-image: url('https://setc.lendesca.com/wp-content/uploads/2024/09/last_dot.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  transform: translate(-50%,-50%);
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li button.is-active:before {
  content: '';
  background-image: url('https://setc.lendesca.com/wp-content/uploads/2024/09/current_dot.svg') !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  transform: translate(-50%,-50%);
}

.steps-slider .kb-blocks-slider ul.splide__pagination.slick-dots li button.visited:before {
  content: '';
  background-image: url('https://setc.lendesca.com/wp-content/uploads/2024/09/Checkmark-Past.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  height: 2rem;
  width: 2rem;
  transform: translate(-50%,-50%);
}

.max-w-650 {
  max-width: 650px;
}

.callout-card-section .kt-inside-inner-col {
  height: 100%;
}

.callout-card-section .wp-block-button a {
  text-align: left;
}

.callout-card-section .fastest {
  position: relative;
  font-size: var(--wp--preset--font-size--small);
}

.callout-card-section .fastest:before {
  content: 'Fastest & Most Popular';
  position: absolute;
  top: -1rem;
  left: 2.5rem;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
  padding-left: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.callout-card-section .fastest:after {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/icon-refund.svg');
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -.25rem;
  left: 3.5rem;
  z-index: 10;
  display: inline-block;
  height: 1rem;
  width: 1rem;
}

/**
* This adds custom layout classes.
*
* The `@import-glob` line imports all CSS files from the `layout` directory.
*/

.cta-row .kt-row-column-wrap,
    .cta-row .wp-block-kadence-column,
    .cta-row .kt-inside-inner-col {
  height: 100%;
}

.cta-row > .kt-row-column-wrap {
  display: flex !important;
  /* grid-template-columns: 160px 220px auto 220px; */
  gap: 2rem !important;
}

.cta-row > .kt-row-column-wrap > * {
  flex: 1 0 auto;
  position: relative;
}

.cta-row > .kt-row-column-wrap > :nth-child(2) {
  max-width: 14rem;
  margin-left: 2rem;
}

.cta-row > .kt-row-column-wrap > :nth-child(3) {
  flex: 0 1 auto;
}

.cta-row > .kt-row-column-wrap .is-style-tertiary-arrow a {
  padding-right: 0;
}

.cta-row > .kt-row-column-wrap:before {
  content: '';
  height: 70%;
  width: 2px;
  background: #30463B;
  position: absolute;
  left: 180px;
  top: 50%;
  transform: translateY(-50%);
}

.cta-row > .kt-row-column-wrap:after {
  content: '';
  height: 70%;
  width: 2px;
  background: #30463B;
  position: absolute;
  right: 260px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1180px) {
  .cta-row > .kt-row-column-wrap {
    flex-direction: column !important
  }

  .cta-row > .kt-row-column-wrap > :nth-child(2) {
    margin-top: 2rem;
    margin-left: 0;
    max-width: unset;
    text-align: center;
    width: 100%;
  }

  .cta-row > .kt-row-column-wrap > :nth-child(2):before {
    content: '';
    width: 100%;
    height: 2px;
    background: #30463B;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .cta-row > .kt-row-column-wrap > :nth-child(4) {
    margin-top: 2rem;
    width: 100%;
  }

  .cta-row > .kt-row-column-wrap > :nth-child(4) .wp-block-buttons {
    justify-content: center;
  }

  .cta-row > .kt-row-column-wrap > :nth-child(4) .wp-block-buttons .wp-block-button__link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .cta-row > .kt-row-column-wrap > :nth-child(4):before {
    content: '';
    width: 100%;
    height: 2px;
    background: #30463B;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .cta-row > .kt-row-column-wrap:before,
        .cta-row > .kt-row-column-wrap:after {
    content: none;
  }
}

.footer-cta {
  background-image: linear-gradient(to right, #DCDAD0 1px, transparent 1px);
  background-size: 20% 100%;
  background-position: -12.5% 0%;
  /* Moves the background so that the 3rd line is centered */
}

.footer-row {
  border-top: 1px solid #DCDAD0;
}

.footer-row .footer-links-block {
  width: -moz-fit-content;
  width: fit-content;
}

.footer-row .footer-links-block ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 1rem;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.footer-row .footer-links-block ul . wp-block-navigation-item:hover,
        .footer-row .footer-links-block ul . wp-block-navigation-item:focus {
  opacity:  .5;
}

header {
  --tw-border-opacity: 1;
  border-color: rgb(220 218 208 / var(--tw-border-opacity));
}

header.header {
  position: sticky !important;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(239 238 233 / var(--tw-bg-opacity));
  transition: all .5s ease;
}

header > .wrapper {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
}

header .logo-wrapper {
  height: auto;
  width: 7.9375rem;
}

header .button--primary {
  border-radius: 0.75rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(48 70 59 / var(--tw-bg-opacity));
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5;
  letter-spacing: -0.02em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

header .button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 84 70 / var(--tw-bg-opacity));
}

header .account-button {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  header .account-button {
    margin-left: 1.5rem;
  }

  header .account-button svg {
    height: 3rem;
    width: 3rem;
  }
}

.avatar-tooltip {
  visibility: hidden;
  position: absolute;
  top: 3.5rem;
  right: -.125rem;
  z-index: -10;
  display: block;
  min-width: 7rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .avatar-tooltip {
    top: 4.25rem;
    right: .25rem;
  }
}

.avatar-tooltip.open {
  visibility: visible;
  z-index: 10;
  text-align: right;
  opacity: 1;
}

.avatar-tooltip:before {
  content: '';
  position: absolute;
  top: -.5rem;
  right: 1rem;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  transform: rotate(180deg);
}

.avatar-tooltip .dashboard,
    .avatar-tooltip .signin {
  display: inline-block;
  text-wrap: nowrap;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(48 70 59 / var(--tw-text-opacity));
}

.avatar-tooltip .logout {
  display: inline-block;
  text-wrap: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(232 221 185 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: var(--wp--preset--font-size--x-small);
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(47 47 47 / var(--tw-text-opacity));
  border-radius: 0 0 .5rem .5rem;
}

.account-button circle, .account-button path {
  transition: all .3s ease;
}

.account-button:hover circle, .account-button:focus circle {
  fill: #30463B;
}

.account-button:hover path, .account-button:focus path {
  fill: white;
}

#last-chance {
  opacity: 0;
  transition: opacity 0.5s ease;
}

#last-chance.fixed {
  opacity: 1;
}

.wrapper {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wrapper--wide {
  max-width: var(--wp--style--global--wide-size);
}

/**
* This adds custom gutenberg classes.
*
* The `@import-glob` line imports all CSS files from the `gutenberg` directory.
*/

.wp-block-kadence-image.size-full img, .wp-block-image.size-full img {
  width: 100%;
}

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

header > .wp-block-kadence-rowlayout:not(.alignfull) > .kt-row-column-wrap {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
}

.wp-block-kadence-rowlayout:not(.alignfull) > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

header > .wp-block-kadence-rowlayout.alignwide > .kt-row-column-wrap {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
}

.wp-block-kadence-rowlayout.alignwide > .kt-row-column-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--wp--style--global--wide-size);
}

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

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

header > .wp-block[data-type="kadence/rowlayout"] > .innerblocks-wrap {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
}

.wp-block[data-type="kadence/rowlayout"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--content-size);
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.wp-block[data-align="wide"] > .innerblocks-wrap {
  max-width: var(--wp--style--global--wide-size);
}

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

.wp-block-list.beige-checkmark-list li {
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5em;
}

@media (min-width: 1024px) {
  .wp-block-list.beige-checkmark-list li {
    margin-top: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.wp-block-list.beige-checkmark-list li:last-of-type {
  padding-bottom: 0px;
}

.wp-block-list.beige-checkmark-list li:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/beige-checkmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: .8em;
  left: 0px;
  display: inline-block;
  height: 1em;
  width: 1em;
}

.wp-block-list.green-checkmark-list li {
  position: relative;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3rem;
}

@media (min-width: 1024px) {
  .wp-block-list.green-checkmark-list li {
    margin-top: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.wp-block-list.green-checkmark-list li:last-of-type {
  padding-bottom: 0px;
}

.wp-block-list.green-checkmark-list li:before {
  content: '';
  background-image: url('/wp-content/uploads/2024/09/green-checkmark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: .8em;
  left: 0px;
  display: inline-block;
  height: 1em;
  width: 1em;
}

/**
* This adds custom editor classes.
*
* The `@import-glob` line imports all CSS files from the `editor` directory.
*/

/* ACF Color Picker style overrides. */

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

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

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

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

/* ******************************** */

/* ****  START RESET SETTINGS  **** */

/* ******************************** */

html,
body {
  font-weight: normal;
}

html .wp-block-paragraph, body .wp-block-paragraph {
  font-size: 1rem;
}

html .acf-block-fields .button, body .acf-block-fields .button {
  font-family: inherit;
  overflow: visible;
  text-transform: none;
  outline-offset: 2px;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  font-weight: inherit;
  line-height: 2.15384615;
  letter-spacing: 0;
  min-width: initial;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
  color: #0071a1;
  border-color: #0071a1;
  background: #f3f5f6;
  vertical-align: top;
}

html .acf-block-fields .wp-color-result, body .acf-block-fields .wp-color-result {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html .acf-block-fields input[type="text"],
        html .acf-block-fields input[type="number"],
        html .acf-block-fields input[type="email"],
        html .acf-block-fields input[type="tel"],
        html .acf-block-fields input[type="radio"],
        html .acf-block-fields input[type="password"],
        html .acf-block-fields input[type="url"],
        html .acf-block-fields select,
        html .acf-block-fields textarea,
        body .acf-block-fields input[type="text"],
        body .acf-block-fields input[type="number"],
        body .acf-block-fields input[type="email"],
        body .acf-block-fields input[type="tel"],
        body .acf-block-fields input[type="radio"],
        body .acf-block-fields input[type="password"],
        body .acf-block-fields input[type="url"],
        body .acf-block-fields select,
        body .acf-block-fields textarea {
  box-shadow: 0 0 0 transparent;
  border-radius: 4px;
  border: 1px solid #7e8993;
  background-color: #fff;
  color: #32373c;
  padding: 0 8px;
  min-height: 30px;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
}

html .acf-block-fields textarea, body .acf-block-fields textarea {
  padding: 8px;
  min-height: 5rem;
}

html .acf-block-fields input[type="checkbox"],
        html .acf-block-fields input[type="radio"],
        body .acf-block-fields input[type="checkbox"],
        body .acf-block-fields input[type="radio"] {
  box-sizing: border-box;
  font-family: inherit;
  font-weight: inherit;
  font-size: 14px;
  border: 1px solid #7e8993;
  border-radius: 4px;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 1rem;
  margin: -.25rem .25rem 0 0;
  outline: 0;
  padding: 0!important;
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  min-width: 1rem;
  -webkit-appearance: none;
  box-shadow: inset 0 1px 2px #0000001A;
  transition: .05s border-color ease-in-out;
}

html #dashboard-widgets #dashboard_quick_press,
        html #dashboard-widgets .empty-container,
        html #dashboard-widgets #dashboard_activity,
        html #dashboard-widgets #dashboard_right_now,
        html #dashboard-widgets #wpseo-dashboard-overview,
        html #dashboard-widgets #rg_forms_dashboard,
        body #dashboard-widgets #dashboard_quick_press,
        body #dashboard-widgets .empty-container,
        body #dashboard-widgets #dashboard_activity,
        body #dashboard-widgets #dashboard_right_now,
        body #dashboard-widgets #wpseo-dashboard-overview,
        body #dashboard-widgets #rg_forms_dashboard {
  display: none;
}

html .theme-browser .theme .theme-name, html .theme-browser .theme.active .theme-name, body .theme-browser .theme .theme-name, body .theme-browser .theme.active .theme-name {
  height: auto;
}

html .theme-browser .theme .theme-actions, html .theme-browser .theme.active .theme-actions, body .theme-browser .theme .theme-actions, body .theme-browser .theme.active .theme-actions {
  padding: 12px 10px;
  height: auto;
}

html .block-editor-block-list__block, body .block-editor-block-list__block {
  margin-top: 0;
  margin-bottom: 0;
}

/* Main column width */

html .wp-block, body .wp-block {
  max-width: 100vw;
}

@media (min-width: 782px) {
  html .wp-block[data-type="kadence/rowlayout"],
        html .wp-block[data-type="acf/hero"],
        body .wp-block[data-type="kadence/rowlayout"],
        body .wp-block[data-type="acf/hero"] {
    max-width: calc(100vw - 281px) !important
  }
}

header > html .wp-block.wp-block-post-title,header >  body .wp-block.wp-block-post-title {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: var(--global-content-edge-padding);
  padding-right: var(--global-content-edge-padding);
}

html .wp-block.wp-block-post-title, body .wp-block.wp-block-post-title {
  max-width: var(--wp--style--global--content-size) !important;
  padding-left: var(--global-content-edge-padding) !important;
  padding-right: var(--global-content-edge-padding) !important;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

html .edit-post-sidebar .acf-button-group, body .edit-post-sidebar .acf-button-group {
  flex-wrap: wrap;
}

html button.components-button.is-primary, html [type='button'].components-button.is-primary, html [type='reset'].components-button.is-primary, html [type='submit'].components-button.is-primary, body button.components-button.is-primary, body [type='button'].components-button.is-primary, body [type='reset'].components-button.is-primary, body [type='submit'].components-button.is-primary {
  background-color: var(--wp-admin-theme-color);
}

.hover\:bg-medium-green:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 84 70 / var(--tw-bg-opacity));
}

.hover\:text-medium-green:hover {
  --tw-text-opacity: 1;
  color: rgb(55 84 70 / var(--tw-text-opacity));
}

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

.focus\:text-medium-green:focus {
  --tw-text-opacity: 1;
  color: rgb(55 84 70 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:top-\[8rem\] {
    top: 8rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

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

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

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

@media (min-width: 768px) {
  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:h-\[2\.975rem\] {
    height: 2.975rem;
  }

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

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

  .md\:text-wrap {
    text-wrap: wrap;
  }
}