/**
 * Button Reset
 *
 */
/**
 * Grid, Center Last
 *
 */
/**
 * Margin, No Edge
 * Removes left margin from first item, right margin from last item
 */
/**
 * Size
 *
 */
/**
 * Block Cover
 * Creates a block that covers the full width/height of parent div. Typically used on a :before pseudo element
 */
/**
 * Placeholder Color
 *
 */
/**
 * Clearfix
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
/**
 * Heading typography style
 */
/**
 * Interface typography style
 */
a {
  transition: all 0.1s ease-in-out;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
*/
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 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.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

@media (max-width: 359px) {
  body {
    --wp--custom--layout--padding: 10px;
  }
}

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

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.wrap:after {
  content: "";
  display: table;
  clear: both;
}

.site-inner {
  padding: 40px 0 0;
}

.site-container {
  overflow: hidden;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Post Layouts
--------------------------------------------- */
/*.single .content-area {
	max-width: 736px;
	margin: 0 auto;
}*/
/* Sidebar Layouts
--------------------------------------------- */
.sidebar-primary {
  padding-top: 50px;
}

.post-type-archive-product .sidebar-primary {
  padding-top: 0;
}

.sidebar-primary .widget + .widget {
  margin-top: 32px;
}

@media (max-width: 991px) {
  .sidebar-primary {
    display: none;
  }
}
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: 1fr var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--custom--layout--column-gap);
    max-width: var(--wp--custom--layout--wide);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--custom--layout--content);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--primary);
  line-height: var(--wp--custom--line-height--tiny);
  margin: 0 0 1rem;
  font-weight: bold;
}

h1 {
  font-size: var(--wp--preset--font-size--gigantic);
  line-height: 1.1;
}

h2 {
  font-size: var(--wp--preset--font-size--jumbo);
}

h3 {
  font-size: var(--wp--preset--font-size--big);
}

h4 {
  font-size: var(--wp--preset--font-size--large);
}

h5 {
  font-size: var(--wp--preset--font-size--normal);
}

h6 {
  font-size: var(--wp--preset--font-size--small);
}

.has-gargantuan-font-size {
  line-height: 0.9;
}

/*Alternate Headings*/
h1.is-style-alt, h2.is-style-alt, h3.is-style-alt, h4.is-style-alt, h5.is-style-alt, h6.is-style-alt {
  font-family: var(--wp--preset--font-family--system-font);
}

/*All Caps Headings*/
.is-style-all-caps {
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--system-font);
  /*  ~ h1, ~ h2, ~ h3, ~ h4, ~ h5, ~ h6 {
      margin-top: 0;
    }*/
}

/* Image
--------------------------------------------- */
img, .wp-block-image {
  display: block;
  max-width: 100%;
  height: auto;
}
img.emoji, .wp-block-image.emoji {
  max-width: 16px;
  display: inline-block;
}
img.alignleft, .wp-block-image.alignleft {
  float: left;
  margin: 0 var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
}
img.alignright, .wp-block-image.alignright {
  float: right;
  margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
}
img.aligncenter, .wp-block-image.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

h2 + .wp-block-image.alignright, h2 .wp-block-image.alignleft, h3 + .wp-block-image.alignright, h3 .wp-block-image.alignleft {
  margin-top: var(--wp--style--block-gap);
}

.wp-block-image figcaption,
.wp-block-video figcaption,
.wp-block-table figcaption {
  font-size: 16px;
  color: var(--wp--preset--font-size--tiny);
}
@media (min-width: 601px) {
  .wp-block-image.alignleft,
  .wp-block-video.alignleft,
  .wp-block-table.alignleft {
    float: left;
    margin: var(--wp--style--block-gap) var(--wp--style--block-gap) var(--wp--style--block-gap) 0;
    max-width: 48vw;
  }
  .wp-block-image.alignright,
  .wp-block-video.alignright,
  .wp-block-table.alignright {
    float: right;
    margin: 0 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .wp-block-image.alignleft,
  .content .wp-block-video.alignleft,
  .content .wp-block-table.alignleft {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
  .content .wp-block-image.alignright,
  .content .wp-block-video.alignright,
  .content .wp-block-table.alignright {
    max-width: calc(var(--wp--custom--layout--content) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--content)) / 2);
  }
}
@media (min-width: 1200px) {
  .full-width-content .wp-block-image.alignleft,
  .full-width-content .wp-block-video.alignleft,
  .full-width-content .wp-block-table.alignleft {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-left: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
  .full-width-content .wp-block-image.alignright,
  .full-width-content .wp-block-video.alignright,
  .full-width-content .wp-block-table.alignright {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}

.wp-block-gallery ul {
  flex-grow: 1;
}

/* Circle Image */
.wp-block-image.is-style-circle {
  overflow: hidden;
}
.wp-block-image.is-style-circle img {
  border-radius: 9999px;
}

/* Paragraph
--------------------------------------------- */
.is-style-heading {
  font-family: var(--wp--custom--typography--heading--font-family);
  font-size: var(--wp--custom--typography--heading--font-size);
  font-weight: var(--wp--custom--typography--heading--font-weight);
  letter-spacing: var(--wp--custom--typography--heading--letter-spacing);
  line-height: var(--wp--custom--typography--heading--line-height);
  text-transform: var(--wp--custom--typography--heading--text-transform);
  display: block;
}
.is-style-heading + h1, .is-style-heading + h2, .is-style-heading + h3, .is-style-heading + h4, .is-style-heading + h5, .is-style-heading + h6, .is-style-heading + .is-style-heading {
  margin-top: 0.2rem;
}

.is-style-alt-heading {
  font-family: var(--wp--preset--font-family--secondary);
  color: var(--wp--custom--color--gray-700);
  text-transform: lowercase;
  font-size: 150%;
  line-height: 1;
  display: block;
  margin-bottom: 0.25rem;
}
.is-style-alt-heading ~ h1, .is-style-alt-heading ~ h2, .is-style-alt-heading ~ h3, .is-style-alt-heading ~ h4, .is-style-alt-heading ~ h5, .is-style-alt-heading ~ h6, .is-style-alt-heading ~ .is-style-heading {
  margin-top: 0.2rem;
}

p.is-style-interface {
  font-family: var(--wp--custom--typography--interface--font-family);
  font-size: var(--wp--custom--typography--interface--font-size);
  font-weight: var(--wp--custom--typography--interface--font-weight);
  letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
  line-height: var(--wp--custom--typography--interface--line-height);
  text-transform: var(--wp--custom--typography--interface--text-transform);
}

/* Link
--------------------------------------------- */
a {
  color: var(--wp--custom--color--link);
  text-decoration: underline;
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  font-weight: bold;
}
a:hover {
  color: var(--wp--custom--color--link-hover);
  text-decoration-color: var(--wp--custom--color--link);
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}

/* Button
--------------------------------------------- */
.wp-element-button, .wp-block-button > .wp-block-button__link, .wp-block-button__submit, .gform_button, .gform-button {
  font-family: var(--wp--preset--font-family--system-font);
  display: inline-block;
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  background: var(--wp--preset--color--quinary);
  border: none;
  border-radius: 3px;
  color: var(--wp--preset--color--background);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
}
.wp-element-button:hover, .wp-element-button:focus, .wp-block-button > .wp-block-button__link:hover, .wp-block-button > .wp-block-button__link:focus, .wp-block-button__submit:hover, .wp-block-button__submit:focus, .gform_button:hover, .gform_button:focus, .gform-button:hover, .gform-button:focus {
  background: var(--wp--custom--color--quinary-darken) !important;
}
.wp-element-button.has-primary-background-color:hover, .wp-element-button.has-primary-background-color:focus, .wp-block-button > .wp-block-button__link.has-primary-background-color:hover, .wp-block-button > .wp-block-button__link.has-primary-background-color:focus, .wp-block-button__submit.has-primary-background-color:hover, .wp-block-button__submit.has-primary-background-color:focus, .gform_button.has-primary-background-color:hover, .gform_button.has-primary-background-color:focus, .gform-button.has-primary-background-color:hover, .gform-button.has-primary-background-color:focus {
  background: var(--wp--custom--color--primary-darken) !important;
}
.wp-element-button.has-secondary-background-color:hover, .wp-element-button.has-secondary-background-color:focus, .wp-block-button > .wp-block-button__link.has-secondary-background-color:hover, .wp-block-button > .wp-block-button__link.has-secondary-background-color:focus, .wp-block-button__submit.has-secondary-background-color:hover, .wp-block-button__submit.has-secondary-background-color:focus, .gform_button.has-secondary-background-color:hover, .gform_button.has-secondary-background-color:focus, .gform-button.has-secondary-background-color:hover, .gform-button.has-secondary-background-color:focus {
  background: var(--wp--custom--color--secondary-darken) !important;
}
.wp-element-button.has-tertiary-background-color:hover, .wp-element-button.has-tertiary-background-color:focus, .wp-block-button > .wp-block-button__link.has-tertiary-background-color:hover, .wp-block-button > .wp-block-button__link.has-tertiary-background-color:focus, .wp-block-button__submit.has-tertiary-background-color:hover, .wp-block-button__submit.has-tertiary-background-color:focus, .gform_button.has-tertiary-background-color:hover, .gform_button.has-tertiary-background-color:focus, .gform-button.has-tertiary-background-color:hover, .gform-button.has-tertiary-background-color:focus {
  background: var(--wp--custom--color--tertiary-darken) !important;
}
.wp-element-button.has-quaternary-background-color:hover, .wp-element-button.has-quaternary-background-color:focus, .wp-block-button > .wp-block-button__link.has-quaternary-background-color:hover, .wp-block-button > .wp-block-button__link.has-quaternary-background-color:focus, .wp-block-button__submit.has-quaternary-background-color:hover, .wp-block-button__submit.has-quaternary-background-color:focus, .gform_button.has-quaternary-background-color:hover, .gform_button.has-quaternary-background-color:focus, .gform-button.has-quaternary-background-color:hover, .gform-button.has-quaternary-background-color:focus {
  background: var(--wp--custom--color--quaternary-darken) !important;
}
.wp-element-button.has-quinary-background-color:hover, .wp-element-button.has-quinary-background-color:focus, .wp-block-button > .wp-block-button__link.has-quinary-background-color:hover, .wp-block-button > .wp-block-button__link.has-quinary-background-color:focus, .wp-block-button__submit.has-quinary-background-color:hover, .wp-block-button__submit.has-quinary-background-color:focus, .gform_button.has-quinary-background-color:hover, .gform_button.has-quinary-background-color:focus, .gform-button.has-quinary-background-color:hover, .gform-button.has-quinary-background-color:focus {
  background: var(--wp--custom--color--quinary-darken) !important;
}
.wp-element-button.has-senary-background-color, .wp-block-button > .wp-block-button__link.has-senary-background-color, .wp-block-button__submit.has-senary-background-color, .gform_button.has-senary-background-color, .gform-button.has-senary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-senary-background-color:hover, .wp-element-button.has-senary-background-color:focus, .wp-block-button > .wp-block-button__link.has-senary-background-color:hover, .wp-block-button > .wp-block-button__link.has-senary-background-color:focus, .wp-block-button__submit.has-senary-background-color:hover, .wp-block-button__submit.has-senary-background-color:focus, .gform_button.has-senary-background-color:hover, .gform_button.has-senary-background-color:focus, .gform-button.has-senary-background-color:hover, .gform-button.has-senary-background-color:focus {
  background: var(--wp--custom--color--senary-darken) !important;
}
.wp-element-button.has-septenary-background-color, .wp-block-button > .wp-block-button__link.has-septenary-background-color, .wp-block-button__submit.has-septenary-background-color, .gform_button.has-septenary-background-color, .gform-button.has-septenary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-septenary-background-color:hover, .wp-element-button.has-septenary-background-color:focus, .wp-block-button > .wp-block-button__link.has-septenary-background-color:hover, .wp-block-button > .wp-block-button__link.has-septenary-background-color:focus, .wp-block-button__submit.has-septenary-background-color:hover, .wp-block-button__submit.has-septenary-background-color:focus, .gform_button.has-septenary-background-color:hover, .gform_button.has-septenary-background-color:focus, .gform-button.has-septenary-background-color:hover, .gform-button.has-septenary-background-color:focus {
  background: var(--wp--custom--color--septenary-darken) !important;
}
.wp-element-button.has-octonary-background-color, .wp-block-button > .wp-block-button__link.has-octonary-background-color, .wp-block-button__submit.has-octonary-background-color, .gform_button.has-octonary-background-color, .gform-button.has-octonary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-octonary-background-color:hover, .wp-element-button.has-octonary-background-color:focus, .wp-block-button > .wp-block-button__link.has-octonary-background-color:hover, .wp-block-button > .wp-block-button__link.has-octonary-background-color:focus, .wp-block-button__submit.has-octonary-background-color:hover, .wp-block-button__submit.has-octonary-background-color:focus, .gform_button.has-octonary-background-color:hover, .gform_button.has-octonary-background-color:focus, .gform-button.has-octonary-background-color:hover, .gform-button.has-octonary-background-color:focus {
  background: var(--wp--custom--color--octonary-darken) !important;
}
.wp-element-button.has-nonary-background-color, .wp-block-button > .wp-block-button__link.has-nonary-background-color, .wp-block-button__submit.has-nonary-background-color, .gform_button.has-nonary-background-color, .gform-button.has-nonary-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-nonary-background-color:hover, .wp-element-button.has-nonary-background-color:focus, .wp-block-button > .wp-block-button__link.has-nonary-background-color:hover, .wp-block-button > .wp-block-button__link.has-nonary-background-color:focus, .wp-block-button__submit.has-nonary-background-color:hover, .wp-block-button__submit.has-nonary-background-color:focus, .gform_button.has-nonary-background-color:hover, .gform_button.has-nonary-background-color:focus, .gform-button.has-nonary-background-color:hover, .gform-button.has-nonary-background-color:focus {
  background: var(--wp--custom--color--nonary-darken) !important;
}
.wp-element-button.has-foreground-background-color, .wp-block-button > .wp-block-button__link.has-foreground-background-color, .wp-block-button__submit.has-foreground-background-color, .gform_button.has-foreground-background-color, .gform-button.has-foreground-background-color {
  color: var(--wp--preset--color--background);
}
.wp-element-button.has-foreground-background-color:hover, .wp-element-button.has-foreground-background-color:focus, .wp-block-button > .wp-block-button__link.has-foreground-background-color:hover, .wp-block-button > .wp-block-button__link.has-foreground-background-color:focus, .wp-block-button__submit.has-foreground-background-color:hover, .wp-block-button__submit.has-foreground-background-color:focus, .gform_button.has-foreground-background-color:hover, .gform_button.has-foreground-background-color:focus, .gform-button.has-foreground-background-color:hover, .gform-button.has-foreground-background-color:focus {
  background: var(--wp--custom--color--gray-900) !important;
}

@media (max-width: 767px) {
  .wp-block-button.is-style-large .wp-block-button__link {
    padding: 20px 20px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-large .wp-block-button__link {
    padding: 24px 36px;
  }
}
@media (max-width: 767px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 14px;
    padding: 15px 35px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-small .wp-block-button__link {
    font-size: 16px;
    padding: 17px 37px;
  }
}
.wp-block-button.is-style-extra-small .wp-block-button__link {
  font-size: 14px;
}
@media (max-width: 767px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 31px;
  }
}
@media (min-width: 768px) {
  .wp-block-button.is-style-extra-small .wp-block-button__link {
    padding: 15px 35px;
  }
}

div.wp-block-buttons {
  gap: 16px;
}

.has-tertiary-background-color .wp-element-button, .has-tertiary-background-color .wp-block-button > .wp-block-button__link, .has-tertiary-background-color .wp-block-button__submit, .has-tertiary-background-color .gform_button, .has-tertiary-background-color .gform-button, .has-septenary-background-color .wp-element-button, .has-septenary-background-color .wp-block-button > .wp-block-button__link, .has-septenary-background-color .wp-block-button__submit, .has-septenary-background-color .gform_button, .has-septenary-background-color .gform-button {
  background: var(--wp--preset--color--foreground);
}
.has-tertiary-background-color .wp-element-button:hover, .has-tertiary-background-color .wp-element-button:focus, .has-tertiary-background-color .wp-element-button:active, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:hover, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:focus, .has-tertiary-background-color .wp-block-button > .wp-block-button__link:active, .has-tertiary-background-color .wp-block-button__submit:hover, .has-tertiary-background-color .wp-block-button__submit:focus, .has-tertiary-background-color .wp-block-button__submit:active, .has-tertiary-background-color .gform_button:hover, .has-tertiary-background-color .gform_button:focus, .has-tertiary-background-color .gform_button:active, .has-tertiary-background-color .gform-button:hover, .has-tertiary-background-color .gform-button:focus, .has-tertiary-background-color .gform-button:active, .has-septenary-background-color .wp-element-button:hover, .has-septenary-background-color .wp-element-button:focus, .has-septenary-background-color .wp-element-button:active, .has-septenary-background-color .wp-block-button > .wp-block-button__link:hover, .has-septenary-background-color .wp-block-button > .wp-block-button__link:focus, .has-septenary-background-color .wp-block-button > .wp-block-button__link:active, .has-septenary-background-color .wp-block-button__submit:hover, .has-septenary-background-color .wp-block-button__submit:focus, .has-septenary-background-color .wp-block-button__submit:active, .has-septenary-background-color .gform_button:hover, .has-septenary-background-color .gform_button:focus, .has-septenary-background-color .gform_button:active, .has-septenary-background-color .gform-button:hover, .has-septenary-background-color .gform-button:focus, .has-septenary-background-color .gform-button:active {
  background: var(--wp--custom--color--gray-900) !important;
}

/*CTA Button*/
.is-style-cta .wp-block-button__link {
  display: flex;
  align-items: center;
  padding: var(--wp--custom--layout--padding);
}
.is-style-cta .wp-block-button__link::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  margin-left: 15px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.293 16.707a1 1 0 0 1-.083-1.32l.083-.094L17.585 13 4 13a1 1 0 0 1-.117-1.993L4 11l13.586.001-2.293-2.294a1 1 0 0 1 1.32-1.497l.094.083 4 4 .054.058.071.094.043.07.054.114.035.105.03.148L21 12l-.003.075-.017.126-.03.111-.044.111-.052.098-.064.092c-.029.037-.055.066-.083.094l-4 4a1 1 0 0 1-1.414 0Z' fill='%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

/*Disabled Button*/
.button--disabled, button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/*All Caps Button*/
.button--caps {
  text-transform: uppercase;
}

/*Callout Link*/
.wp-block-button.is-style-text-link .wp-block-button__link,
.wp-element-button.is-style-text-link {
  padding: 0;
  margin: var(--wp--custom--layout--padding) 0;
  background: none;
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  text-decoration: underline;
  text-decoration-color: var(--wp--preset--color--tertiary);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  color: var(--wp--preset--color--tertiary);
  align-items: center;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
}
.wp-block-button.is-style-text-link .wp-block-button__link:hover, .wp-block-button.is-style-text-link .wp-block-button__link:focus, .wp-block-button.is-style-text-link .wp-block-button__link:active,
.wp-element-button.is-style-text-link:hover,
.wp-element-button.is-style-text-link:focus,
.wp-element-button.is-style-text-link:active {
  color: var(--wp--custom--color--tertiary-darken);
  background: none !important;
}
.wp-block-button.is-style-text-link .wp-block-button__link:hover::before, .wp-block-button.is-style-text-link .wp-block-button__link:focus::before, .wp-block-button.is-style-text-link .wp-block-button__link:active::before,
.wp-element-button.is-style-text-link:hover::before,
.wp-element-button.is-style-text-link:focus::before,
.wp-element-button.is-style-text-link:active::before {
  transform: translateX(2px) translateY(0px);
}

/* Seperator
--------------------------------------------- */
.wp-block-separator, .block-area .wp-block-separator {
  border-bottom: none;
  border-color: var(--wp--custom--color--gray-300);
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Group
--------------------------------------------- */
.wp-block-group {
  padding: var(--wp--custom--layout--block-gap-large) 0;
  clear: both;
  /*No Padding  Style Group*/
  /*Rounded Style Group*/
  /*Callout Style Group*/
  /*Bordered Group*/
  /*Rounded Style Group*/
  /*Accent Callout Style Group*/
  /*Bottom Swoop Style Group*/
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: var(--wp--custom--layout--block-gap-large) 0;
  }
}
.wp-block-group > * {
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-group h1 + p, .wp-block-group h1 + ul, .wp-block-group h1 + ol, .wp-block-group h2 + p, .wp-block-group h2 + ul, .wp-block-group h2 + ol, .wp-block-group h3 + p, .wp-block-group h3 + ul, .wp-block-group h3 + ol, .wp-block-group h4 + p, .wp-block-group h4 + ul, .wp-block-group h4 + ol, .wp-block-group h5 + p, .wp-block-group h5 + ul, .wp-block-group h5 + ol, .wp-block-group h6 + p, .wp-block-group h6 + ul, .wp-block-group h6 + ol {
  margin-top: 0.5rem;
}
.wp-block-group[class*=-gradient-background] {
  color: #fff;
}
.wp-block-group.has-background {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--block-gap);
}
@media (min-width: 768px) {
  .wp-block-group.has-background {
    padding: 60px var(--wp--custom--layout--block-gap-large);
  }
}
.wp-block-group + .wp-block-group {
  margin-top: 1.5rem;
}
.wp-block-group.is-style-no-spacing {
  padding: 0;
}
.wp-block-group.is-style-minimal-padding {
  padding: var(--wp--style--block-gap) var(--wp--custom--layout--padding);
}
.wp-block-group.is-style-callout {
  padding: var(--wp--custom--layout--padding);
}
@media (min-width: 768px) {
  .wp-block-group.is-style-callout {
    padding: var(--wp--style--block-gap);
  }
}
.wp-block-group.is-style-bordered {
  padding: var(--wp--style--block-gap);
  box-shadow: var(--wp--custom--box-shadow--normal);
  border: 1px solid var(--wp--custom--color--gray-300);
}
.wp-block-group.is-style-rounded {
  padding: var(--wp--style--block-gap);
  border-radius: var(--wp--custom--border-radius--small);
}
.wp-block-group.is-style-accent-callout {
  position: relative;
}
.wp-block-group.is-style-accent-callout::before, .wp-block-group.is-style-accent-callout::after {
  content: "";
  display: block;
  position: absolute;
  background: 50% 50% no-repeat;
  background-size: contain;
}
.wp-block-group.is-style-accent-callout::before {
  width: 131px;
  height: 40px;
  background-image: url("../images/accent-arrow.svg");
  bottom: -10px;
  left: 10%;
}
.wp-block-group.is-style-accent-callout::after {
  width: 30px;
  height: 36px;
  background-image: url("../images/accent-star.svg");
  top: -10px;
  right: 10%;
}
.wp-block-group.is-style-bottom-swoop {
  position: relative;
  padding-bottom: 6em;
}
.wp-block-group.is-style-bottom-swoop::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 72px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23fff' d='M1440 71.28H0V0s424.9 104.44 720 32.42 720 32.42 720 32.42v6.45-.01Z'/%3E%3C/svg%3E") center bottom no-repeat;
  background-size: 100% auto;
}

/* Columns
--------------------------------------------- */
.wp-block-columns {
  /*Callout Style*/
  /* Swap Order on Mobile*/
  /* Wide Gap*/
}
.wp-block-columns.is-style-callout {
  padding: var(--wp--style--block-gap);
}
@media (max-width: 782px) {
  .wp-block-columns.is-style-swap-order .wp-block-column:first-child {
    order: 2;
  }
  .wp-block-columns.is-style-swap-order .wp-block-column:nth-child(2) {
    order: 1;
  }
}
@media (min-width: 992px) {
  .wp-block-columns.is-style-wide-gap.is-layout-flex {
    gap: 48px;
  }
}

/* Cover
--------------------------------------------- */
.wp-block-cover {
  padding: 3em 0;
  /*Hero Style*/
}
.wp-block-cover.alignfull {
  width: 100vw;
}
.wp-block-cover .wp-block-cover__inner-container {
  width: var(--wp--custom--layout--wide);
  max-width: 95%;
}
@media (max-width: 991px) {
  .wp-block-cover.is-style-hero {
    align-items: flex-end;
  }
}
.wp-block-cover.is-style-hero .wp-block-cover__inner-container {
  z-index: 98 !important;
}
.wp-block-cover.is-style-hero::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  height: 72px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='72' fill='none'%3E%3Cpath fill='%23fff' d='M1440 71.28H0V0s424.9 104.44 720 32.42 720 32.42 720 32.42v6.45-.01Z'/%3E%3C/svg%3E") center bottom no-repeat;
  background-size: 100% auto;
}
.wp-block-cover.is-style-hero::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  top: 35%;
  right: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 992px) {
  .wp-block-cover.is-style-hero::after {
    top: 0;
    right: 40%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  }
}

/* Blockquote
--------------------------------------------- */
blockquote, .blockquote--default, .wp-block-quote {
  margin: var(--wp--custom--layout--padding-large) 0 var(--wp--custom--layout--padding);
  position: relative;
  font-size: var(--wp--preset--font-size--medium);
  background: var(--wp--preset--color--senary);
  color: var(--wp--preset--color--foreground);
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  text-align: center;
  /*Testimonial Style*/
}
blockquote cite, blockquote .wp-block-quote__citation, .blockquote--default cite, .blockquote--default .wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote .wp-block-quote__citation {
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  font-style: normal;
  font-size: 75%;
  letter-spacing: 0.05em;
  margin-top: var(--wp--custom--layout--padding);
  color: var(--wp--preset--color--quinary);
}
blockquote p:first-child, .blockquote--default p:first-child, .wp-block-quote p:first-child {
  margin-top: 0;
}
blockquote p:last-of-type, .blockquote--default p:last-of-type, .wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wide-content blockquote, .wide-content .blockquote--default, .wide-content .wp-block-quote {
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
}
blockquote.is-style-testimonial::before, .blockquote--default.is-style-testimonial::before, .wp-block-quote.is-style-testimonial::before {
  content: "";
  display: block;
  width: 132px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='24' fill='none'%3E%3Cpath fill='%231E8385' d='m12.712 1.942 2.969 6.015 6.638.965a.794.794 0 0 1 .44 1.354l-4.804 4.682 1.134 6.612a.794.794 0 0 1-1.152.837L12 19.286l-5.938 3.122a.795.795 0 0 1-1.152-.838l1.134-6.612-4.804-4.682a.794.794 0 0 1 .44-1.354l6.638-.965 2.969-6.015a.795.795 0 0 1 1.425 0ZM39.712 1.942l2.969 6.015 6.638.965a.794.794 0 0 1 .44 1.354l-4.804 4.682 1.134 6.612a.794.794 0 0 1-1.152.837L39 19.286l-5.938 3.122a.795.795 0 0 1-1.152-.838l1.134-6.612-4.804-4.682a.794.794 0 0 1 .44-1.354l6.638-.965 2.969-6.015a.795.795 0 0 1 1.425 0ZM66.712 1.942l2.969 6.015 6.638.965a.794.794 0 0 1 .44 1.354l-4.804 4.682 1.134 6.612a.794.794 0 0 1-1.152.837L66 19.286l-5.938 3.122a.795.795 0 0 1-1.152-.838l1.134-6.612-4.804-4.682a.794.794 0 0 1 .44-1.354l6.638-.965 2.969-6.015a.795.795 0 0 1 1.425 0ZM93.712 1.942l2.969 6.015 6.638.965a.794.794 0 0 1 .44 1.354l-4.804 4.682 1.134 6.612a.794.794 0 0 1-1.152.837L93 19.286l-5.938 3.122a.795.795 0 0 1-1.152-.838l1.134-6.612-4.804-4.682a.794.794 0 0 1 .44-1.354l6.638-.965 2.969-6.015a.795.795 0 0 1 1.425 0ZM120.712 1.942l2.969 6.015 6.638.965a.794.794 0 0 1 .44 1.354l-4.804 4.682 1.134 6.612a.794.794 0 0 1-1.152.837L120 19.286l-5.938 3.122a.795.795 0 0 1-1.152-.838l1.134-6.612-4.804-4.682a.794.794 0 0 1 .44-1.354l6.638-.965 2.969-6.015a.795.795 0 0 1 1.425 0Z'/%3E%3C/svg%3E");
  color: var(--wp--preset--color--primary);
  margin-bottom: var(--wp--custom--layout--padding);
  margin: 1rem auto 1em;
}

/* Tables
--------------------------------------------- */
.wp-block-table.is-style-minimal td, .wp-block-table.is-style-minimal th {
  border: none;
  text-align: left;
}

/* Accessible Colors
--------------------------------------------- */
.has-primary-background-color,
.has-secondary-background-color,
.has-tertiary-background-color,
.has-quaternary-background-color,
.has-quinary-background-color,
.has-gray-900-background-color,
.has-foreground-background-color {
  color: var(--wp--preset--color--white);
}
.has-primary-background-color a, .has-primary-background-color .yoast-breadcrumbs, .has-primary-background-color .yoast-breadcrumbs a,
.has-secondary-background-color a,
.has-secondary-background-color .yoast-breadcrumbs,
.has-secondary-background-color .yoast-breadcrumbs a,
.has-tertiary-background-color a,
.has-tertiary-background-color .yoast-breadcrumbs,
.has-tertiary-background-color .yoast-breadcrumbs a,
.has-quaternary-background-color a,
.has-quaternary-background-color .yoast-breadcrumbs,
.has-quaternary-background-color .yoast-breadcrumbs a,
.has-quinary-background-color a,
.has-quinary-background-color .yoast-breadcrumbs,
.has-quinary-background-color .yoast-breadcrumbs a,
.has-gray-900-background-color a,
.has-gray-900-background-color .yoast-breadcrumbs,
.has-gray-900-background-color .yoast-breadcrumbs a,
.has-foreground-background-color a,
.has-foreground-background-color .yoast-breadcrumbs,
.has-foreground-background-color .yoast-breadcrumbs a {
  color: var(--wp--preset--color--white);
  text-decoration-color: var(--wp--preset--color--white);
}
.has-primary-background-color .gform_confirmation_wrapper,
.has-secondary-background-color .gform_confirmation_wrapper,
.has-tertiary-background-color .gform_confirmation_wrapper,
.has-quaternary-background-color .gform_confirmation_wrapper,
.has-quinary-background-color .gform_confirmation_wrapper,
.has-gray-900-background-color .gform_confirmation_wrapper,
.has-foreground-background-color .gform_confirmation_wrapper {
  color: var(--wp--preset--color--foreground);
}

.has-white-background-color,
.has-senary-background-color,
.has-septenary-background-color,
.has-octonary-background-color,
.has-nonary-background-color,
.has-background-background-color {
  color: var(--wp--preset--color--foreground);
}

/* Search : =search
--------------------------------------------- */
.wp-block-search__label {
  display: block;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 900;
  line-height: var(--wp--custom--line-height--small);
  text-transform: lowercase;
  margin-bottom: 12px;
}

.wp-block-search__button {
  border: 0;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: block;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  background: none;
}
.wp-block-search__button svg {
  fill: var(--wp--preset--color--foreground);
}

.wp-block-search__inside-wrapper {
  background: #fff;
  border: 1px solid var(--wp--custom--color--gray-300);
  border-radius: var(--wp--custom--border-radius--tiny);
  position: relative;
}
@media (min-width: 992px) {
  .wp-block-search__inside-wrapper {
    max-width: 400px;
  }
}

.wp-block-search__input {
  border: none;
  background: transparent;
  min-height: 44px;
}

.wp-block-search__input::placeholder {
  color: var(--wp--custom--color--gray-500);
  font-weight: 400;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb, .yoast-breadcrumbs {
  max-width: var(--wp--custom--layout--wide);
  font-size: 12px;
  color: var(--wp--custom--color--gray-800);
  margin: 1em auto 2em;
}
.breadcrumb a, .yoast-breadcrumbs a {
  font-weight: normal;
  color: var(--wp--custom--color--link);
}
.breadcrumb a, .breadcrumb .breadcrumb_last, .yoast-breadcrumbs a, .yoast-breadcrumbs .breadcrumb_last {
  padding: 0 0.25rem;
}
.content .breadcrumb, .content .yoast-breadcrumbs {
  max-width: var(--wp--custom--layout--content);
}
.single .breadcrumb, .single .yoast-breadcrumbs {
  margin-left: 0;
}
/* Gravity Forms
--------------------------------------------- */
.wp-block-group script + p {
  margin: 0;
}

.gform_wrapper {
  margin: 0;
}
.gform_wrapper .gform_title {
  font-size: var(--wp--preset--font-size--huge);
  text-align: center;
}
.gform_wrapper + p, .gform_wrapper form + p {
  margin: 0;
}

/*Hide GF required legend*/
.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield .gfield_label {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

.gfield label + p {
  display: none;
}

.gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.gform_footer br {
  display: none;
}
.gform_footer p {
  margin: 0;
}

.gform_button.button {
  width: inherit;
  margin: 0 auto;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
}

.gform_wrapper.gravity-theme .ginput_complex legend {
  font-size: 15px;
}

/*Price Styling*/
.ginput_product_price_wrapper {
  display: flex;
  gap: 4px;
}

.gfield--type-total {
  padding: 0.5em;
  margin-bottom: 1em;
  background: var(--wp--preset--color--quinary);
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.gfield--type-total .gform-field-label {
  margin-bottom: 0 !important;
}

/*Confirmation Message*/
.gform_confirmation_message {
  background: rgba(0, 0, 0, 0.4);
  color: var(--wp--preset--color--background);
  padding: var(--wp--custom--layout--padding);
  border-radius: var(--wp--custom--border-radius--small);
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--preset--color--primary);
  width: 30px;
  height: 30px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 6px;
  display: inline-block;
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}

.shared-counts-wrap.after_content {
  text-align: center;
  margin: var(--wp--custom--spacing--l);
}
.shared-counts-wrap.after_content a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.shared-counts-wrap.after_content.style-icon .shared-counts-button {
  padding: 0.75em;
}
.shared-counts-wrap.after_content svg {
  fill: var(--wp--preset--color--primary);
  width: 30px;
  height: 30px;
}

/* Yoast FAQ : =faq
--------------------------------------------- */
.site-container .wp-block-yoast-faq-block .schema-faq-question {
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--display);
  display: block;
}
.site-container .wp-block-yoast-faq-block .schema-faq-answer {
  margin: 0;
}
@media (max-width: 767px) {
  .site-container .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: var(--wp--custom--layout--block-gap);
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 6px;
  }
}
@media (min-width: 768px) {
  .site-container .wp-block-yoast-faq-block .schema-faq-section {
    margin-bottom: var(--wp--custom--layout--block-gap-large);
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-section:last-of-type {
    margin-bottom: 0;
  }
  .site-container .wp-block-yoast-faq-block .schema-faq-question {
    margin-bottom: 10px;
  }
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  position: relative;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  margin-bottom: 3rem;
}
.site-header .wrap {
  padding-left: 0;
  padding-right: 0;
  max-width: var(--wp--custom--layout--wide);
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  margin: 0 auto;
}
@media (min-width: 1169px) {
  .site-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    padding: 0;
  }
  .site-header .wrap > .menu-toggle, .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .nav-menu {
  justify-self: flex-end;
  margin-left: auto;
}
@media (max-width: 1168px) {
  .site-header .nav-menu {
    grid-column: span 2;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 2 * var(--wp--custom--layout--padding));
  }
}
@media (min-width: 1169px) {
  .site-header .nav-menu {
    display: flex;
    flex-flow: row wrap;
  }
  .site-header .nav-menu .menu {
    display: flex;
    align-items: center;
  }
}
.site-header__logo-container {
  position: relative;
  padding: 16px;
  background: var(--wp--preset--color--background);
  border-radius: 0 0 var(--wp--custom--border-radius--small) var(--wp--custom--border-radius--small);
  box-shadow: var(--wp--custom--box-shadow--1);
  margin-bottom: -3rem;
  z-index: 10000;
}
@media (max-width: 1167px) {
  .site-header__logo-container {
    margin-left: auto;
    margin-right: auto;
    width: 127px;
  }
}
.site-header__logo {
  display: block;
  width: 95px;
  height: 74px;
  text-indent: -9999em;
  background-image: url("../images/sitelogo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
@media (min-width: 1169px) {
  .site-header__logo {
    width: 140px;
    height: 107px;
    padding: 0;
  }
}
.site-header .search-toggle, .site-header .menu-toggle {
  background: none;
  border-radius: 3px;
  border: none;
  box-shadow: none;
  line-height: 0;
  text-align: center;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-header .search-toggle svg, .site-header .menu-toggle svg {
  width: 24px;
  height: 24px;
  fill: var(--wp--preset--color--background);
}
.site-header .search-toggle .close, .site-header .menu-toggle .close {
  display: none;
}
.site-header .search-toggle:hover, .site-header .menu-toggle:hover {
  background: var(--wp--preset--color--quinary);
}
.site-header .search-toggle.active, .site-header .menu-toggle.active {
  background: var(--wp--custom--color--quinary-darken);
}
.site-header .search-toggle.active .close, .site-header .menu-toggle.active .close {
  display: inline;
  fill: var(--wp--preset--color--background);
}
.site-header .search-toggle.active .open, .site-header .menu-toggle.active .open {
  display: none;
}

/* Toggles
--------------------------------------------- */
@media (max-width: 1168px) {
  .search-toggle, .menu-toggle {
    position: absolute;
    top: 5px;
    width: 48px;
    height: 48px;
  }
}
@media (min-width: 1169px) {
  .search-toggle, .menu-toggle {
    display: none;
  }
}

@media (max-width: 1168px) {
  .menu-toggle {
    left: 10px;
  }
  .search-toggle {
    right: 10px;
    z-index: 100;
  }
}
/* Header Search : =search
--------------------------------------------- */
.header-search {
  overflow: hidden;
  width: 100%;
  width: calc(100% + 32px);
  background: var(--wp--preset--color--quinary);
  height: 100%;
  z-index: 100;
  color: #fff;
  padding: 4em 16px 10px;
  margin-left: -16px;
  margin-right: -16px;
  position: relative;
}
@media (min-width: 1169px) {
  .header-search {
    background: none;
  }
}
.header-search form {
  align-self: flex-start;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.header-search form input {
  padding: 1em;
}
.header-search form .wp-block-search__inside-wrapper {
  position: relative;
}
.header-search form .wp-block-search__button {
  position: absolute;
  right: 12px;
  top: 50%;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  text-indent: -9999em;
  border: none;
}
.header-search .search-form {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .header-search form {
    max-width: 100%;
  }
  .header-search form .wp-block-search__inside-wrapper {
    max-width: 100%;
  }
  .header-search .search-form {
    margin: 0 auto;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
/*body {

	.site-header {

		@supports( position: sticky ) {
			position: sticky;
			top: 0;
			transition: transform 0.3s;
			z-index: 10;
		}
	}

	&.admin-bar {
		.site-header {
			@supports( position: sticky ) {
				top: 32px;

				@include media("<=782px") {
					top: 0px;
				}
			}
		}
	}

	&.nav-up {

		.site-header {

			@supports( position: sticky ) {
				transform: translateY(-100%);
			}
		}
	}
}*/
/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .nav-primary .menu-item {
  list-style: none;
  position: relative;
  font-family: var(--wp--preset--font-family--system-font);
}
.nav-menu .nav-primary .menu-item a {
  border: none;
  color: var(--wp--preset--color--background);
  display: block;
  position: relative;
  padding: var(--wp--custom--layout--padding) 8px;
  text-decoration: none;
}
.nav-menu .nav-primary .menu-item.menu-item-has-children > a {
  /*padding-right: calc( var(--wp--custom--layout--padding) * 2 );*/
}
.nav-menu .nav-primary .menu-item.menu-item--button {
  border-bottom: none;
  text-align: center;
}
.nav-menu .nav-primary .menu-item.menu-item--button > a {
  background-color: var(--wp--preset--color--foreground);
  padding: 11px var(--wp--custom--layout--padding);
  border-radius: 3px;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  border-bottom: none !important;
  font-size: 18px;
}
.nav-menu .nav-primary .menu-item.menu-item--button > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M17.5 18a1 1 0 0 1 .117 1.993L17.5 20h-10a1 1 0 0 1-.117-1.993L7.5 18h10Zm-5-15a1 1 0 0 1 .993.883L13.5 4v9.584l3.293-3.291a1 1 0 0 1 1.497 1.32l-.083.094-5 5a1.012 1.012 0 0 1-.112.097l-.11.071-.114.054-.142.045-.114.02L12.5 17l-.117-.007-.112-.02-.113-.033-.081-.034-.098-.052-.092-.064a1.054 1.054 0 0 1-.094-.083l-5-5a1 1 0 0 1 1.32-1.497l.094.083 3.293 3.292V4a1 1 0 0 1 1-1Z' clip-rule='evenodd'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
}
.nav-menu .nav-primary .menu-item.menu-item--button:hover > a, .nav-menu .nav-primary .menu-item.menu-item--button:focus > a, .nav-menu .nav-primary .menu-item.menu-item--button:active > a {
  color: white;
  background-color: var(--wp--custom--color--gray-900);
}
@media (max-width: 1167px) {
  .nav-menu .nav-primary .menu-item.menu-item--button {
    margin: 12px 16px;
  }
}
.nav-menu .nav-primary .menu-item.menu-item--minimal > a {
  font-size: var(--wp--preset--font-size--tiny);
  color: var(--wp--preset--color--foreground);
}
.nav-menu .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
.nav-menu .submenu-expand svg {
  fill: var(--wp--preset--color--background);
  height: 18px;
  width: 18px;
}
@media (min-width: 1169px) {
  .nav-menu {
    /*Top Level Menu Items*/
    /*Hover/Current States (border)*/
    /*Desktop Search*/
  }
  .nav-menu .menu > .menu-item a {
    font-size: 18px;
    font-family: var(--wp--preset--font-family--primary);
  }
  .nav-menu .menu > .menu-item {
    float: left;
    margin: 0 0.5rem;
  }
  .nav-menu .menu > .menu-item.menu-item-search .active {
    position: relative;
    z-index: 10000;
    background: var(--wp--preset--color--background);
  }
  .nav-menu .submenu-expand {
    display: none; /*hide dropdown arrow on desktop*/
  }
  .nav-menu .menu > .menu-item:hover > a, .nav-menu .menu > .menu-item:focus-within > a {
    background: var(--wp--preset--color--quinary);
    color: var(--wp--preset--color--background);
  }
  .nav-menu .menu > .menu-item:hover > .sub-menu, .nav-menu .menu > .menu-item:focus-within > .sub-menu {
    left: 0;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item.menu-item-has-children > a {
    display: flex;
    gap: 6px;
  }
  .nav-menu .menu > .menu-item.menu-item-has-children > a::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.307 9.794C4.647 9.127 5.122 8 6.065 8h11.87c.951 0 1.423 1.144.745 1.806l-6.033 5.891a1.068 1.068 0 0 1-1.503-.012L5.307 9.794Z' fill='%23FFFFFF '/%3E%3C/svg%3E");
  }
  .nav-menu .menu > .menu-item.menu-item-has-children:hover > a, .nav-menu .menu > .menu-item.menu-item-has-children:focus-within > a {
    background: var(--wp--preset--color--quinary);
  }
  .nav-menu .menu-item-search {
    transform: translateY(-5px);
    padding-left: 0;
    padding-right: 0;
  }
  .nav-menu .menu-item-search form {
    max-width: 193px;
  }
  .nav-menu .menu-item-search form ::-webkit-input-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form :-moz-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form ::-moz-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form :-ms-input-placeholder {
    font-size: 14px;
    color: #000000;
  }
  .nav-menu .menu-item-search form .wp-block-search__inside-wrapper {
    border: none;
    border-radius: var(--wp--custom--border-radius--tiny);
    background-color: var(--wp--preset--color--quinary);
    padding-left: 8px;
  }
  .nav-menu .menu-item-search form .wp-block-search__inside-wrapper .wp-block-search__input {
    font-family: var(--wp--preset--font-family--primary);
    font-size: 14px;
    min-height: 52px;
    border: none;
  }
  .nav-menu .menu-item-search form .wp-block-search__inside-wrapper .wp-block-search__button {
    top: 6px;
    right: 7px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    border: none;
  }
  .nav-menu .menu-item-search form .wp-block-search__inside-wrapper .wp-block-search__button svg {
    fill: var(--wp--preset--color--foreground);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--quinary);
    box-shadow: var(--wp--custom--box-shadow--1);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 200px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    color: var(--wp--preset--color--background);
    font-size: 14px;
    font-family: var(--wp--preset--font-family--system-font);
    font-weight: normal;
    text-transform: none;
  }
  .nav-menu .sub-menu .menu-item.current-menu-item > a .current-menu-item a, .nav-menu .sub-menu .menu-item.current-menu-parent > a .current-menu-item a {
    border-bottom: none;
  }
  .nav-menu .sub-menu .menu-item:hover, .nav-menu .sub-menu .menu-item:focus, .nav-menu .sub-menu .menu-item:active {
    background: var(--wp--custom--color--quinary-darken);
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1168px) {
  .nav-menu {
    display: none;
    position: relative;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .nav-menu.active {
    display: block;
    clear: both;
    overflow: scroll;
    max-height: 100vh;
    max-height: calc(100vh - 60px);
    z-index: 100;
    background: var(--wp--preset--color--quinary);
    padding: 4rem 0 1em;
  }
  .nav-menu .nav-secondary {
    padding-bottom: 16px;
  }
  .nav-menu .nav-primary .search-toggle, .nav-menu .nav-secondary .search-toggle {
    display: none;
  }
  .nav-menu .nav-primary .menu > .menu-item.callout, .nav-menu .nav-secondary .menu > .menu-item.callout {
    border-bottom: none;
  }
  .nav-menu .nav-primary .menu > .menu-item.callout > a, .nav-menu .nav-secondary .menu > .menu-item.callout > a {
    color: var(--wp--preset--color--background);
    padding-left: 20px;
    padding-right: 20px;
    margin: 16px 26px 0;
  }
  .nav-menu .nav-primary .menu > .menu-item.menu-item-search, .nav-menu .nav-secondary .menu > .menu-item.menu-item-search {
    display: none;
  }
  .nav-menu .nav-primary .menu > .menu-item > .sub-menu, .nav-menu .nav-secondary .menu > .menu-item > .sub-menu {
    padding-bottom: 10px;
  }
  .nav-menu .nav-primary .menu > .menu-item > a, .nav-menu .nav-secondary .menu > .menu-item > a {
    padding: 20px 16px 16px !important;
    color: var(--wp--preset--color--background);
    font-size: 18px;
    font-family: var(--wp--preset--font-family--primary);
  }
  .nav-menu .nav-primary .sub-menu, .nav-menu .nav-secondary .sub-menu {
    display: none;
  }
  .nav-menu .nav-primary .sub-menu .menu-item a, .nav-menu .nav-secondary .sub-menu .menu-item a {
    padding: 9px 26px 16px 40px;
    font-size: 14px;
    color: var(--wp--preset--color--background);
    font-weight: normal;
    text-transform: none;
  }
  .nav-menu .nav-primary .submenu-expand, .nav-menu .nav-secondary .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .nav-primary .submenu-expand svg, .nav-menu .nav-secondary .submenu-expand svg {
    width: 28px;
    height: 28px;
  }
  .nav-menu .nav-primary .submenu-expand:not(.expanded) .close, .nav-menu .nav-secondary .submenu-expand:not(.expanded) .close {
    display: none;
  }
  .nav-menu .nav-primary .submenu-expand.expanded + .sub-menu, .nav-menu .nav-secondary .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .nav-primary .submenu-expand.expanded .open, .nav-menu .nav-secondary .submenu-expand.expanded .open {
    display: none;
  }
  .nav-menu .nav-primary .mega > .sub-menu > li > a, .nav-menu .nav-secondary .mega > .sub-menu > li > a {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--wp--preset--color--primary);
    padding-bottom: calc(var(--wp--custom--layout--padding) / 2);
  }
  .nav-menu .nav-secondary .menu > .menu-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
}

/* Archive Header
--------------------------------------------- */
.archive .site-main > .block-post-listing {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}

.archive .site-inner > .block-area > .wp-block-group.alignfull:first-child {
  margin-top: -40px;
}

/*Archive Sidebar*/
.archive.content-sidebar .site-inner .content-area {
  grid-template-columns: var(--wp--custom--layout--sidebar) 1fr;
  column-gap: var(--wp--custom--layout--block-gap);
}
.archive.content-sidebar .site-inner .content-area .site-main {
  max-width: 100%;
  grid-area: 1/2/2/3;
}
.archive.content-sidebar .site-inner .content-area .sidebar-primary {
  grid-area: 1/1/2/2;
}
@media (max-width: 991px) {
  .archive.content-sidebar .site-inner .content-area .sidebar-primary {
    display: block;
  }
}

/*Archive Header*/
.archive-header {
  background: var(--wp--preset--color--senary);
  margin-top: -3rem;
  padding: 4rem var(--wp--custom--layout--padding) 2rem;
}
.archive-header .archive-header__container {
  display: grid;
}
.archive-header .archive-header__container .archive-description {
  order: 3;
}
.archive-header .archive-header__container .archive-image {
  order: 2;
  margin: 0 auto var(--wp--custom--layout--block-gap);
  width: 100%;
  max-width: 435px;
}
@media (min-width: 992px) {
  .archive-header {
    padding-top: 6rem;
  }
  .archive-header .archive-header__container {
    /*			max-width: var(--wp--custom--layout--content);*/
  }
}

.full-width-content .archive-header__title .breadcrumb {
  text-align: left;
}

.archive-description {
  width: 100%;
  margin: 0 auto;
}
.archive-description > *:first-child {
  margin-top: 0;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description .search-form {
  margin: 0 auto;
}

/*Archive Home*/
.blog .archive-header {
  padding-bottom: 0;
}

/* Search Form
--------------------------------------------- */
.search-form {
  position: relative;
}
.search-form .search-field {
  padding-right: 40px;
}
.search-form .search-submit {
  position: absolute;
  right: 0px;
  top: 50%;
  height: 48px;
  width: 48px;
  margin-top: -24px;
  text-indent: -9999em;
  border: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill-rule='evenodd' fill='%23333' d='M11 3a8 8 0 016.32 12.905L20.415 19a1 1 0 01-1.32 1.497L19 20.414l-3.095-3.093A8 8 0 1111 3zm0 2a6 6 0 100 12 6 6 0 000-12z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 30px 30px;
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  text-align: center;
  padding-top: 22px;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  font-family: var(--wp--preset--font-family--display);
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: var(--wp--custom--color--link);
  border-radius: var(--wp--custom--border-radius--small);
  border: 2px solid var(--wp--custom--color--link);
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
  border: none;
}
.pagination ul li:not(.pagination-next):not(.pagination-previous):not(.active):hover > a {
  background: var(--wp--preset--color--senary);
}
.pagination ul li.active > a {
  background: var(--wp--custom--color--link);
  color: var(--wp--preset--color--background);
  font-weight: bold;
}
.full-width-content .pagination {
  max-width: var(--wp--custom--layout--wide);
}

/* Archive Recent Header
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--wide);
  margin: var(--wp--custom--layout--block-gap) auto 0;
}
@media (min-width: 768px) {
  .archive-recent-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }
}

.archive-recent-search {
  background: var(--wp--custom--color--gray-200);
  border-radius: var(--wp--custom--border-radius--small);
  padding: 6px 6px 6px 12px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Forms
--------------------------------------------- */
input, select, textarea {
  background: #fff;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  color: var(--wp--preset--color--foreground);
  font-size: 18px;
  line-height: 24px;
  padding: 14px 16px;
  width: 100%;
}

input[type=radio] {
  width: auto;
}

input[type=checkbox] {
  width: auto;
}

select {
  line-height: 54px;
  height: 54px;
}

textarea {
  width: 100%;
  resize: vertical;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #BDBDBD;
}

::-webkit-input-placeholder {
  color: #BDBDBD;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Entry Content
--------------------------------------------- */
.entry-content {
  /*Styled Numbers*/
  /*Checklist Bullets*/
  /*Column List*/
  /*.wp-block-group.has-background:last-child {
  	margin-bottom: -3em;
  }*/
}
.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.entry-content ul.has-background, .entry-content ol.has-background {
  padding-left: 2.375em;
}
.entry-content ul li, .entry-content ol li {
  padding-bottom: 0.5rem;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
  padding-bottom: 0;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol {
  padding-top: 0.5rem;
}
.entry-content ul.wp-block-gallery, .entry-content ul.blocks-gallery-grid, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li {
  padding-bottom: 0;
}
.entry-content ol {
  padding-left: 30px;
  counter-reset: advanced-list-counter;
}
.entry-content ol li {
  list-style-type: none;
  list-style-position: outside;
}
.entry-content ol li::before {
  counter-increment: advanced-list-counter;
  content: counter(advanced-list-counter);
  display: flex;
  align-items: center;
  justify-content: center;
  float: left;
  font-weight: 700;
  margin: 4px 0 0 -30px;
  border-radius: 100%;
  border: 0;
  background: var(--wp--preset--color--quinary);
  color: #ffffff;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 12px;
}
.entry-content .is-style-checklist li, .entry-content .list-item__check {
  list-style-type: none;
}
.entry-content .is-style-checklist li::before, .entry-content .list-item__check::before {
  content: "";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 4.39a1 1 0 0 1 1.656 1.116l-.07.104-10 13a1 1 0 0 1-1.475.122l-.086-.092-5-6a1 1 0 0 1 1.45-1.372l.086.092L9.97 16.4l9.238-12.01Z' fill='%231E8385'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-left: -35px;
  margin-right: 10px;
  margin-bottom: -5px;
}
.entry-content .has-primary-background-color .is-style-checklist li, .entry-content .has-primary-background-color .list-item__check,
.entry-content .has-secondary-background-color .is-style-checklist li,
.entry-content .has-secondary-background-color .list-item__check,
.entry-content .has-gray-900-background-color .is-style-checklist li,
.entry-content .has-gray-900-background-color .list-item__check,
.entry-content .has-foreground-background-color .is-style-checklist li,
.entry-content .has-foreground-background-color .list-item__check {
  list-style-type: none;
}
.entry-content .has-primary-background-color .is-style-checklist li::before, .entry-content .has-primary-background-color .list-item__check::before,
.entry-content .has-secondary-background-color .is-style-checklist li::before,
.entry-content .has-secondary-background-color .list-item__check::before,
.entry-content .has-gray-900-background-color .is-style-checklist li::before,
.entry-content .has-gray-900-background-color .list-item__check::before,
.entry-content .has-foreground-background-color .is-style-checklist li::before,
.entry-content .has-foreground-background-color .list-item__check::before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 4.39a1 1 0 0 1 1.656 1.116l-.07.104-10 13a1 1 0 0 1-1.475.122l-.086-.092-5-6a1 1 0 0 1 1.45-1.372l.086.092L9.97 16.4l9.238-12.01Z' fill='%23FFFFFF'/%3E%3C/svg%3E") 50% 50% no-repeat;
}
.entry-content .editor-styles-wrapper .is-style-checklist li {
  display: flex;
  flex-flow: row nowrap;
}
@media (min-width: 993px) {
  .entry-content .is-style-2-columns {
    column-count: 2;
    column-gap: 60px;
  }
  .entry-content .is-style-2-columns li {
    break-inside: avoid;
  }
}
@media (min-width: 993px) {
  .entry-content .is-style-3-columns {
    column-count: 3;
    column-gap: 60px;
  }
  .entry-content .is-style-3-columns li {
    break-inside: avoid;
  }
}

.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
  padding-bottom: 3rem;
}

.has-overlay-header .site-inner {
  margin-top: -3rem;
}

.content-area .type-post .entry-content > *,
.content-area .type-post .block-area > * {
  margin-left: 0;
  margin-right: 0;
}
.entry-content > *,
.block-area > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--content);
}
body.full-width-content .entry-content > *, .entry-content > *.alignwide,
body.full-width-content .block-area > *,
.block-area > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
body.full-width-content .entry-content > *.alignfull, .entry-content > *.alignfull,
body.full-width-content .block-area > *.alignfull,
.block-area > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (min-width: 992px) {
  .entry-content > *.alignwide,
  .block-area > *.alignwide {
    /*margin-left: calc( -1 * var(--wp--custom--layout--padding) );*/
    /*margin-right: calc( -1 * var(--wp--custom--layout--padding) );*/
    max-width: 100vw;
  }
}
.entry-content .wp-block-group.alignfull.has-background + .alignfull.has-background,
.block-area .wp-block-group.alignfull.has-background + .alignfull.has-background {
  margin-top: 0;
}
.entry-content .wp-block-group.alignfull.has-background + .wp-block-group.alignfull.has-background, .entry-content .wp-block-group.alignfull.has-background + .wp-block-cover.alignfull, .entry-content .wp-block-cover.alignfull + .wp-block-group.alignfull.has-background, .entry-content .wp-block-cover.alignfull + .wp-block-cover.alignfull,
.block-area .wp-block-group.alignfull.has-background + .wp-block-group.alignfull.has-background,
.block-area .wp-block-group.alignfull.has-background + .wp-block-cover.alignfull,
.block-area .wp-block-cover.alignfull + .wp-block-group.alignfull.has-background,
.block-area .wp-block-cover.alignfull + .wp-block-cover.alignfull {
  margin-top: 0;
}
.entry-content > * + *,
.block-area > * + * {
  margin-top: var(--wp--style--block-gap);
}
@media (min-width: 992px) {
  .entry-content > div + section, .entry-content > section + section, .entry-content > section + div, .entry-content > div + div,
  .block-area > div + section,
  .block-area > section + section,
  .block-area > section + div,
  .block-area > div + div {
    margin-top: 3rem;
  }
}

/* Post Header
--------------------------------------------- */
.single .site-inner {
  padding-top: 0;
}

.post-header {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--padding);
}
.post-header .breadcrumb {
  text-align: left;
}
.post-header .breadcrumb a {
  text-decoration-color: var(--wp--preset--color--gray-100);
}
.post-header .post-title {
  margin-bottom: 0;
}

.post-header__author {
  display: flex;
  align-items: center;
  font-size: var(--wp--preset--font-size--small);
  padding: 12px 0;
}
.post-header__author p {
  margin: 0;
}
.post-header__author img {
  border-radius: 50%;
  margin-right: 10px;
}
.post-header__author .entry-author {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
@media (min-width: 992px) {
  .post-header__author {
    padding: 0;
  }
}

.post-header__editorial {
  font-size: var(--wp--preset--font-size--tiny);
}
.post-header__editorial a {
  font-weight: normal;
}

.post-header__inner {
  padding: 1.5rem 16px 0;
  max-width: 736px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .post-header__inner {
    padding: 3rem 0 0;
  }
}

.post-header__info {
  margin-top: 12px;
}
.post-header__info .post-header__date {
  padding: 0;
}

.post-header__date p {
  margin: 0;
  font-style: normal;
  font-size: var(--wp--preset--font-size--tiny);
  padding: 3px 0;
}
.post-header__date p time {
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}

.post-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: var(--wp--custom--layout--padding);
}

.full-width-content .post-header__inner .breadcrumb {
  text-align: left;
}

.post-header__image {
  flex-grow: 1;
  overflow: hidden;
  padding: var(--wp--custom--layout--block-gap) 0;
}
.post-header__image img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  width: 100%;
}
@media (min-width: 992px) {
  .post-header__image {
    height: 100%;
    margin: 0;
  }
}

/* Recipe Header
--------------------------------------------- */
.recipe-header {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 3em 0;
  min-height: 500px;
  color: var(--wp--preset--color--background);
  margin-top: -3em;
  margin-bottom: 3em;
  padding-top: 0;
}
.recipe-header + .content-area .sidebar-primary {
  padding-top: 0;
}
.recipe-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  width: 100%;
  height: 100%;
  min-height: 500px;
  z-index: 10;
}
.recipe-header > .wrap {
  max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
  width: 100%;
  z-index: 10;
}
.recipe-header .breadcrumb {
  color: var(--wp--preset--color--background);
}
.recipe-header .breadcrumb a {
  color: var(--wp--preset--color--background);
}
.recipe-header .post-header__actions svg {
  fill: var(--wp--preset--color--background);
}
.recipe-header .post-header__image__container {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  top: 0;
  z-index: 1;
}
.recipe-header .post-header__image__container .post-header__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
  margin: 0;
  padding: 0;
}
.recipe-header .wp-element-button.is-style-text-link {
  color: var(--wp--preset--color--background);
  text-decoration-color: var(--wp--preset--color--background);
}

/* Entry Header
--------------------------------------------- */
.entry-header > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.content .entry-header > * {
  max-width: var(--wp--custom--layout--content);
}
.entry-header .entry-header__meta {
  align-items: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  .entry-header .entry-header__meta > div {
    float: left;
    margin-left: 2.7397260274%;
    width: 48.6301369863%;
  }
  .entry-header .entry-header__meta > div:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  @supports (display: grid) {
    .entry-header .entry-header__meta {
      display: grid;
      grid-column-gap: 32px;
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .entry-header .entry-header__meta > div {
      margin-left: 0;
      width: 100%;
    }
    .entry-header .entry-header__meta header, .entry-header .entry-header__meta nav, .entry-header .entry-header__meta aside, .entry-header .entry-header__meta footer {
      grid-column: 1/-1;
    }
  }
}
@media (min-width: 992px) {
  .entry-header .entry-header__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.entry-header .entry-meta {
  position: relative;
  padding-left: 70px;
  min-height: 60px;
  color: #424242;
  display: flex;
  align-content: center;
  flex-flow: row wrap;
}
.entry-header .entry-meta p {
  margin: 0;
}
.entry-header .entry-meta > * {
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .entry-header .entry-meta {
    grid-column: 1/-1;
  }
}
.entry-header .entry-meta .entry-author {
  margin-bottom: 5px;
  line-height: 1;
  font-size: 14px;
}
.entry-header .entry-meta .entry-author img {
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
}
.entry-header .entry-meta .entry-author a {
  font-size: 14px;
}
.entry-header .entry-date {
  color: #424242;
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .entry-header .shared-counts-wrap {
    text-align: right;
  }
}
.entry-header .shared-counts-wrap:last-child {
  grid-column: 1/-1;
}
.entry-header .wprm-recipe-rating {
  text-align: right;
  grid-area: 2/2/3/3;
}
.entry-header .wprm-recipe-rating span {
  margin-left: 3px;
}
.entry-header .wprm-recipe-rating svg {
  width: 28px;
  height: 28px;
}
.entry-header .recipe-actions {
  text-align: center;
  margin: var(--wp--custom--spacing--l) 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.entry-header .recipe-actions a {
  font-size: 14px;
  font-weight: bold;
  border-radius: 3px;
  font-family: var(--wp--custom--font-family--display);
  color: var(--wp--preset--color--primary);
  padding: var(--wp--custom--spacing--s);
  background: var(--wp--preset--color--quaternary);
  text-decoration: none;
  text-align: left;
  width: 100%;
  flex-basis: 33%;
  max-width: 33%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.entry-header .recipe-actions svg {
  fill: var(--wp--preset--color--primary);
  vertical-align: middle;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .entry-header .recipe-actions {
    gap: 32px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*Background Header*/
.has-bg-header .entry-header {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  margin-bottom: 0;
}
.has-bg-header .breadcrumb {
  color: var(--wp--custom--color--gray-400);
}
.has-bg-header .breadcrumb a {
  color: var(--wp--custom--color--gray-400);
  text-decoration-color: var(--wp--custom--color--gray-600);
}

/* Single Post
--------------------------------------------- */
.post-header + .content-area {
  margin-top: 0;
}

.content-area .type-post .wp-block-group:first-child {
  margin-top: 0;
  margin-bottom: 0;
}

.image__featured {
  margin: 0 0 var(--wp--custom--layout--block-gap);
}
@media (min-width: 992px) {
  .image__featured {
    float: right;
    max-width: 40%;
    margin: 0 0 var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap);
  }
}

.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
}
.entry-footer h2, .entry-footer h3,
.after-entry h2,
.after-entry h3,
.entry-comments h2,
.entry-comments h3 {
  color: var(--wp--preset--color--foreground);
}

.entry-footer {
  margin-top: 48px;
}

/*Tighten post listings within post content*/
.single .entry-content .block-post-listing {
  margin-top: var(--wp--custom--spacing--s);
}
.single .entry-content .block-post-listing .block-post-listing__inner {
  grid-column-gap: 6px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .post-summary__content {
  padding: 8px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .entry-category {
  margin-bottom: 2px;
}
.single .entry-content .block-post-listing .block-post-listing__inner .post-summary__title {
  margin-bottom: 0;
}

/*Related Posts*/
.after-entry .block-post-listing {
  margin-top: 3rem;
}

/* Comments
--------------------------------------------- */
.comment-content img.wprm-comment-rating {
  filter: invert(9%) sepia(85%) saturate(5309%) hue-rotate(317deg) brightness(66%) contrast(103%);
  width: 120px !important;
  height: 24px !important;
  margin-bottom: 1rem;
}

.entry-comments {
  margin-top: 3rem;
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 0;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #EEEEEE;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: var(--wp--preset--color--foreground);
}
.entry-comments .comment-list .comment-author a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  color: #757575;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #757575;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  margin-top: 1rem;
  display: block;
  font-size: 14px;
}
.entry-comments .comment-list ol.children {
  margin: 0;
}
.entry-comments .comment-list ol.children li {
  border: none;
  border-top: 1px solid #EEEEEE;
}
.entry-comments .form-submit .wp-block-button__link {
  display: inline-block;
  padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding);
  background: var(--wp--preset--color--quaternary);
  border: none;
  border-radius: 3px;
  color: var(--wp--preset--color--background);
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  transition: 0.2s all ease-in-out;
}

.nav-links:after {
  content: "";
  display: table;
  clear: both;
}
.nav-links .nav-previous {
  float: left;
}
.nav-links .nav-next {
  float: right;
}

.comment-respond {
  margin: 45px 0 30px;
  /*Reply Comment*/
}
@media (min-width: 992px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment .comment-respond {
  padding: 1em;
  margin-top: 0;
}
.comment-respond .comment-reply-title small {
  margin-left: 16px;
}
.comment-respond .comment-reply-title small a {
  font-size: 16px;
  color: brand-color("primary", "darken");
}
.comment-respond .comment-reply-title small a:hover, .comment-respond .comment-reply-title small a:active {
  text-decoration: underline;
  color: brand-color("primary");
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond .wprm-comment-ratings-container input {
  color: var(--wp--preset--color--primary);
}
.comment-respond label {
  font-family: var(--wp--preset--font-family--display);
  display: block;
  margin-right: 12px;
  font-weight: bold;
  line-height: 28px;
  font-size: 16px;
  color: #424242;
}
.comment-respond input[type=submit] {
  width: auto;
}

/* Page
---------------------------------------------------------------------------- */
/* Page Header
--------------------------------------------- */
.page .site-inner {
  padding-top: 0;
}
.page .entry-header {
  padding: 1rem 0 var(--wp--custom--layout--padding);
}

/*	.entry-header {
		background: var(--wp--preset--color--foreground);
		color: var(--wp--preset--color--background);
		padding: 3rem var(--wp--custom--layout--padding) 2rem;
		margin-left: calc(-1 * var(--wp--custom--layout--padding));
		margin-right: calc(-1 * var(--wp--custom--layout--padding));
	}
	.breadcrumb {
		color: #fff;

		a {
			color: #fff;
		}
	}
*/
/*_facetwp.scss*/
/* FacetWP
--------------------------------------------- */
.facet-section__heading {
  font-size: var(--wp--preset--font-size--small);
  font-weight: normal;
  color: var(--wp--custom--color--gray-700);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
}

/*Hide Count*/
/*.facetwp-counter {
  display: none;
}*/
.facet-sections {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.facet-sections.wp-block-group.is-style-illustration-overhang-alligator {
  margin-top: 0;
}
.facet-sections.wp-block-group.is-style-illustration-overhang-alligator::before {
  top: -45px;
  width: 188px;
  height: 70px;
  right: 50%;
  margin-right: -94px;
}
@media (min-width: 992px) {
  .facet-sections.wp-block-group.is-style-illustration-overhang-alligator {
    margin-top: 45px;
  }
}

.facet-section .facetwp-facet {
  margin-bottom: 0;
}

/*Dropdown*/
.facetwp-dropdown {
  appearance: none; /* Reset default browser dropdown */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
  background-color: #fff; /* Base background */
  border-radius: 0;
  border-color: var(--wp--custom--color--gray-500);
  padding: 8px 2.5rem 8px 0.75rem; /* Extra right padding for icon */
  font-size: 16px;
  line-height: 1.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' fill='none'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M2.744 6.416c.3-.3.773-.324 1.1-.07l.079.07L10 12.492l6.077-6.076c.3-.3.773-.324 1.1-.07l.079.07c.3.3.323.773.07 1.1l-.07.078-6.667 6.667c-.3.3-.773.323-1.1.07l-.078-.07-6.667-6.667a.833.833 0 0 1 0-1.178Z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center; /* Position the arrow */
  background-size: 20px 20px;
}

.facetwp-dropdown:focus {
  border-color: #0073e6;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 115, 230, 0.25);
}

/*Color Option*/
.facetwp-type-color {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-flow: row wrap;
  align-items: center;
  gap: 4px;
}

.facetwp-color-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 9px;
  gap: 4px;
  background: var(--wp--preset--color--background);
  border: 1px solid var(--wp--custom--color--gray-700);
  border-radius: var(--wp--custom--border-radius--small);
  line-height: 0;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--tiny);
}
.facetwp-color-item.checked {
  background: var(--wp--custom--color--gray-800);
  color: var(--wp--preset--color--background);
}
.facetwp-color-item .facetwp-color {
  margin: 0;
  width: 12px;
  height: 12px;
  border-radius: var(--wp--custom--border-radius--small);
  border: 1px solid var(--wp--custom--color--gray-400);
  box-shadow: none;
}
.facetwp-color-item .facetwp-color.checked::after {
  display: none;
}

@media (max-width: 991px) {
  .facetwp-active .content-area {
    display: flex;
    flex-flow: column;
  }
  .facetwp-active .sidebar-primary {
    order: 1;
  }
  .facetwp-active .site-main {
    order: 2;
  }
  .facet-sections {
    display: none;
  }
  .filter-toggle {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto var(--wp--custom--layout--padding);
    color: var(--wp--preset--color--background);
    position: relative;
    background-color: var(--wp--preset--color--primary);
    border: 0;
    border-radius: 100px;
    font-size: var(--wp--preset--font-size--small);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: var(--wp--custom--layout--padding) var(--wp--custom--layout--padding-large) var(--wp--custom--layout--padding);
    background: #fff;
    color: var(--wp--preset--color--foreground);
    border: 2px solid var(--wp--preset--color--foreground);
  }
  .filter-toggle:hover, .filter-toggle:active, .filter-toggle:focus {
    background: var(--wp--custom--color--gray-100) !important;
  }
}
@media (min-width: 992px) {
  .filter-toggle {
    display: none;
  }
}
/* Show the content when the "Filter" button is clicked (active state) */
@media (max-width: 991px) {
  .facet-sections.active {
    display: block;
    padding: var(--wp--custom--layout--padding);
    background: var(--wp--preset--color--quinary);
    margin-bottom: var(--wp--custom--layout--block-gap);
  }
  .facet-sections.active .facet-section__heading {
    margin-top: 0;
  }
  .facet-sections.active:last-child .facet-section:last-child .facetwp-facet {
    margin-bottom: 0;
  }
}
/*FacetWP Pagination*/
.facetwp-facet-pagination {
  text-align: center;
  padding-top: 22px;
  max-width: var(--wp--custom--layout--content);
  margin-left: auto;
  margin-right: auto;
  font-family: var(--wp--preset--font-family--primary);
}
.facetwp-facet-pagination .facetwp-pager {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facetwp-facet-pagination .facetwp-pager a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  font-family: var(--wp--preset--font-family--primary);
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--small);
}
.facetwp-facet-pagination .facetwp-pager a.next, .facetwp-facet-pagination .facetwp-pager a.prev {
  width: auto;
}
.facetwp-facet-pagination .facetwp-pager a:not(.next):not(.prev):not(.active):hover {
  background: var(--wp--preset--color--senary);
}
.facetwp-facet-pagination .facetwp-pager a.active > a {
  background: var(--wp--preset--color--tertiary);
  color: var(--wp--preset--color--background);
  font-weight: bold;
}
.full-width-content .facetwp-facet-pagination {
  max-width: var(--wp--custom--layout--wide);
}

/* Aside/Sidebar
---------------------------------------------------------------------------------------------------- */
.widget {
  position: relative;
}
.widget h1 {
  font-size: var(--wp--preset--font-size--large);
  line-height: var(--wp--custom--line-height--tiny);
}
.widget h2 {
  font-size: var(--wp--preset--font-size--large);
}
.widget h3 {
  font-size: var(--wp--preset--font-size--large);
}
.widget h4 {
  font-size: var(--wp--preset--font-size--medium);
}
.widget h5 {
  font-size: var(--wp--preset--font-size--normal);
}
.widget h6 {
  font-size: var(--wp--preset--font-size--normal);
}

@media (min-width: 992px) {
  .block-area-sidebar > div + section, .block-area-sidebar > section + section, .block-area-sidebar > section + div, .block-area-sidebar > div + div {
    margin-top: 1.5rem;
  }
}
.block-area-sidebar .is-style-bordered {
  padding: 16px;
}

/*Facet Sidebar*/
.sidebar-primary .facet-sections {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  gap: 16px;
  background: var(--wp--custom--color--gray-100);
  border-radius: var(--wp--custom--border-radius--small);
  /* Inside auto layout */
  flex: none;
  order: 1;
  flex-grow: 0;
  z-index: 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  /*Footer Icon*/
  /*Navigation*/
}
.site-footer::before {
  content: "";
  display: block;
  width: 100%;
  height: 72px;
  background: url("data:image/svg+xml,%3Csvg width='1440' height='72' viewBox='0 0 1440 72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1440 71.28H0V0C0 0 424.9 104.44 720 32.42C1015.1 -39.6 1440 64.84 1440 64.84V71.29V71.28Z' fill='%235CC4C6'/%3E%3C/svg%3E%0A") 50% bottom no-repeat;
  background-size: cover;
  margin-bottom: -2px;
}
.site-footer a {
  color: var(--wp--preset--color--foreground);
}
.site-footer .footer__content {
  padding: 2rem 0;
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--foreground);
}
@media (max-width: 991px) {
  .site-footer .footer__content .wrap {
    display: flex;
    flex-flow: column wrap;
  }
  .site-footer .footer__content .wrap .nav-footer {
    order: 2;
  }
  .site-footer .footer__content .wrap .site-footer__icon {
    order: 1;
  }
}
@media (min-width: 992px) {
  .site-footer .footer__content .wrap {
    display: grid;
    grid-template-columns: 1fr 140px;
    gap: 120px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.site-footer .site-footer__icon {
  width: 140px;
  height: 140px;
  display: block;
  background-image: url("../images/sitelogo-icon-reverse.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-decoration: none;
  position: relative;
  margin: 0 auto 2rem;
}
.site-footer .nav-footer > ul {
  margin: 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.site-footer .nav-footer > ul a {
  color: var(--wp--preset--color--background);
  text-decoration: none;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
  display: block;
  font-weight: normal;
}
.site-footer .nav-footer > ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .nav-footer > ul > li {
  margin: 0 0 2rem;
}
.site-footer .nav-footer > ul > li > a {
  font-family: var(--wp--preset--font-family--primary);
  font-size: 20px;
}
@media (min-width: 992px) {
  .site-footer .nav-footer > ul {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.site-footer .social-links {
  justify-content: center;
  margin: var(--wp--custom--layout--block-gap) 0;
}
.site-footer .social-links a {
  padding: 7px;
  width: 46px;
  height: 46px;
}
.site-footer .social-links svg {
  fill: var(--wp--preset--color--primary);
  width: 32px;
  height: 32px;
}
.site-footer .social-links a:hover svg {
  fill: var(--wp--custom--color--primary-darken);
  opacity: 0.85;
}

.footer-widget-area p {
  margin-top: 0;
}

.nav-footer-legal {
  font-size: 12px;
}
.nav-footer-legal ul {
  display: flex;
  gap: 6px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .nav-footer-legal ul {
    justify-content: flex-start;
  }
}
.nav-footer-legal .sub-menu {
  display: none;
}

.site-footer__copyright {
  padding: 2rem var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap);
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  text-align: center;
}
.site-footer__copyright .wrap {
  width: 100%;
}
.site-footer__copyright .wrap::after {
  display: none;
}
@media (min-width: 992px) {
  .site-footer__copyright .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.site-footer__copyright p {
  font-size: 12px;
  text-align: left;
  color: var(--wp--custom--color--gray-600);
  padding: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .site-footer__copyright p {
    text-align: center;
  }
}
.site-footer__copyright a {
  text-decoration: underline;
  font-weight: normal;
}

/*# sourceMappingURL=main.css.map */
