@charset "UTF-8";
/**
 * 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-post .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;
    }*/
}

/*Gradient Headings*/
.is-style-gradient {
  /*Blue Gradient*/
  /*Yellow Gradient*/
  /*Light Blue*/
}
.is-style-gradient.has-primary-color {
  background: linear-gradient(0deg, #09223c 0%, #1f5389 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@supports not (background-clip: text) {
  .is-style-gradient.has-primary-color {
    color: #09223c;
  }
}
.is-style-gradient.has-quaternary-color {
  background: linear-gradient(0deg, #fec100 0%, #9b6905 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@supports not (background-clip: text) {
  .is-style-gradient.has-quaternary-color {
    color: #9b6905;
  }
}
.is-style-gradient.has-secondary-color {
  background: linear-gradient(0deg, #1f5389 0%, #4a8cca 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@supports not (background-clip: text) {
  .is-style-gradient.has-secondary-color {
    color: #9b6905;
  }
}

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

.wp-block-image.is-style-rounded {
  overflow: hidden;
}
.wp-block-image.is-style-rounded img {
  border-radius: var(--wp--custom--border-radius--small);
}

/*Video*/
figure.is-type-video {
  border-radius: var(--wp--custom--border-radius--medium);
  overflow: hidden;
}

/* 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--primary);
  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--primary-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, .wp-block-button > .wp-block-button__link.has-quaternary-background-color, .wp-block-button__submit.has-quaternary-background-color, .gform_button.has-quaternary-background-color, .gform-button.has-quaternary-background-color {
  color: var(--wp--preset--color--foreground);
}
.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-primary-bg-background-color, .wp-block-button > .wp-block-button__link.has-primary-bg-background-color, .wp-block-button__submit.has-primary-bg-background-color, .gform_button.has-primary-bg-background-color, .gform-button.has-primary-bg-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-primary-bg-background-color:hover, .wp-element-button.has-primary-bg-background-color:focus, .wp-block-button > .wp-block-button__link.has-primary-bg-background-color:hover, .wp-block-button > .wp-block-button__link.has-primary-bg-background-color:focus, .wp-block-button__submit.has-primary-bg-background-color:hover, .wp-block-button__submit.has-primary-bg-background-color:focus, .gform_button.has-primary-bg-background-color:hover, .gform_button.has-primary-bg-background-color:focus, .gform-button.has-primary-bg-background-color:hover, .gform-button.has-primary-bg-background-color:focus {
  background: var(--wp--custom--color--primary-bg-darken) !important;
}
.wp-element-button.has-secondary-bg-background-color, .wp-block-button > .wp-block-button__link.has-secondary-bg-background-color, .wp-block-button__submit.has-secondary-bg-background-color, .gform_button.has-secondary-bg-background-color, .gform-button.has-secondary-bg-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-secondary-bg-background-color:hover, .wp-element-button.has-secondary-bg-background-color:focus, .wp-block-button > .wp-block-button__link.has-secondary-bg-background-color:hover, .wp-block-button > .wp-block-button__link.has-secondary-bg-background-color:focus, .wp-block-button__submit.has-secondary-bg-background-color:hover, .wp-block-button__submit.has-secondary-bg-background-color:focus, .gform_button.has-secondary-bg-background-color:hover, .gform_button.has-secondary-bg-background-color:focus, .gform-button.has-secondary-bg-background-color:hover, .gform-button.has-secondary-bg-background-color:focus {
  background: var(--wp--custom--color--secondary-bg-darken) !important;
}
.wp-element-button.has-tertiary-bg-background-color:hover, .wp-element-button.has-tertiary-bg-background-color:focus, .wp-block-button > .wp-block-button__link.has-tertiary-bg-background-color:hover, .wp-block-button > .wp-block-button__link.has-tertiary-bg-background-color:focus, .wp-block-button__submit.has-tertiary-bg-background-color:hover, .wp-block-button__submit.has-tertiary-bg-background-color:focus, .gform_button.has-tertiary-bg-background-color:hover, .gform_button.has-tertiary-bg-background-color:focus, .gform-button.has-tertiary-bg-background-color:hover, .gform-button.has-tertiary-bg-background-color:focus {
  background: var(--wp--custom--color--tertiary-bg-darken) !important;
}
.wp-element-button.has-quaternary-bg-background-color, .wp-block-button > .wp-block-button__link.has-quaternary-bg-background-color, .wp-block-button__submit.has-quaternary-bg-background-color, .gform_button.has-quaternary-bg-background-color, .gform-button.has-quaternary-bg-background-color {
  color: var(--wp--preset--color--foreground);
}
.wp-element-button.has-quaternary-bg-background-color:hover, .wp-element-button.has-quaternary-bg-background-color:focus, .wp-block-button > .wp-block-button__link.has-quaternary-bg-background-color:hover, .wp-block-button > .wp-block-button__link.has-quaternary-bg-background-color:focus, .wp-block-button__submit.has-quaternary-bg-background-color:hover, .wp-block-button__submit.has-quaternary-bg-background-color:focus, .gform_button.has-quaternary-bg-background-color:hover, .gform_button.has-quaternary-bg-background-color:focus, .gform-button.has-quaternary-bg-background-color:hover, .gform-button.has-quaternary-bg-background-color:focus {
  background: var(--wp--custom--color--quaternary-bg-darken) !important;
}
.wp-element-button.has-dark-blue-gradient-gradient-background:hover, .wp-element-button.has-dark-blue-gradient-gradient-background:focus, .wp-block-button > .wp-block-button__link.has-dark-blue-gradient-gradient-background:hover, .wp-block-button > .wp-block-button__link.has-dark-blue-gradient-gradient-background:focus, .wp-block-button__submit.has-dark-blue-gradient-gradient-background:hover, .wp-block-button__submit.has-dark-blue-gradient-gradient-background:focus, .gform_button.has-dark-blue-gradient-gradient-background:hover, .gform_button.has-dark-blue-gradient-gradient-background:focus, .gform-button.has-dark-blue-gradient-gradient-background:hover, .gform-button.has-dark-blue-gradient-gradient-background:focus {
  background: linear-gradient(135deg, #031324 0%, #1f5389 100%) !important;
}
.wp-element-button.has-gold-gradient-gradient-background:hover, .wp-element-button.has-gold-gradient-gradient-background:focus, .wp-block-button > .wp-block-button__link.has-gold-gradient-gradient-background:hover, .wp-block-button > .wp-block-button__link.has-gold-gradient-gradient-background:focus, .wp-block-button__submit.has-gold-gradient-gradient-background:hover, .wp-block-button__submit.has-gold-gradient-gradient-background:focus, .gform_button.has-gold-gradient-gradient-background:hover, .gform_button.has-gold-gradient-gradient-background:focus, .gform-button.has-gold-gradient-gradient-background:hover, .gform-button.has-gold-gradient-gradient-background:focus {
  background: linear-gradient(45deg, #d19f02 0%, #9b6905 100%) !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, .has-septenary-background-color {
  .wp-element-button, .wp-block-button > .wp-block-button__link, .wp-block-button__submit, .gform_button, .gform-button {
    background: var(--wp--preset--color--foreground);

    &:hover, &:focus, &:active {
      background: var(--wp--custom--color--gray-900) !important;
    }
  }
}*/
/*CTA Button*/
.is-style-cta .wp-block-button__link, .ld-button.is-style-cta {
  display: flex;
  align-items: center;
  padding: var(--wp--custom--layout--padding);
}
.is-style-cta .wp-block-button__link::after, .ld-button.is-style-cta::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;
}
.is-style-cta .wp-block-button__link.has-white-background-color::after, .is-style-cta .wp-block-button__link.has-quaternary-background-color::after, .is-style-cta .wp-block-button__link.has-quinary-background-color::after, .is-style-cta .wp-block-button__link.has-primary-bg-background-color::after, .is-style-cta .wp-block-button__link.has-secondary-bg-background-color::after, .is-style-cta .wp-block-button__link.has-tertiary-bg-background-color::after, .is-style-cta .wp-block-button__link.has-quaternary-bg-background-color::after, .is-style-cta .wp-block-button__link.has-background-background-color::after, .ld-button.is-style-cta.has-white-background-color::after, .ld-button.is-style-cta.has-quaternary-background-color::after, .ld-button.is-style-cta.has-quinary-background-color::after, .ld-button.is-style-cta.has-primary-bg-background-color::after, .ld-button.is-style-cta.has-secondary-bg-background-color::after, .ld-button.is-style-cta.has-tertiary-bg-background-color::after, .ld-button.is-style-cta.has-quaternary-bg-background-color::after, .ld-button.is-style-cta.has-background-background-color::after {
  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='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='%23000'/%3E%3C/svg%3E");
}

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

.wp-block-separator.alignfull + .alignfull {
  margin-top: 0;
}

/* 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*/
  /*Callout Large Style Group*/
  /*Bordered Group*/
  /*Red Accent Group*/
  /*Blue Accent Group*/
}
@media (min-width: 768px) {
  .wp-block-group {
    padding: var(--wp--custom--layout--block-gap-large) 0;
  }
}
.wp-block-group:not(.is-layout-constrained) > * {
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wp-block-group:not(.is-layout-constrained) > * {
    width: 95%;
  }
}
.wp-block-group > .alignwide {
  width: 95%;
}
@media (max-width: 767px) {
  .wp-block-group.alignfull > .wp-block-columns {
    width: 95% !important;
  }
}
.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.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);
  border-radius: var(--wp--custom--border-radius--small);
}
@media (min-width: 768px) {
  .wp-block-group.is-style-callout {
    padding: var(--wp--style--block-gap);
  }
}
.wp-block-group.is-style-callout-large {
  padding: 24px;
  border-radius: var(--wp--custom--border-radius--small);
}
@media (min-width: 768px) {
  .wp-block-group.is-style-callout-large {
    padding: 40px;
  }
}
.wp-block-group.is-style-bordered {
  padding: var(--wp--style--block-gap);
  box-shadow: var(--wp--custom--box-shadow--normal);
  border: 3px solid var(--wp--preset--color--secondary);
}
.wp-block-group.is-style-red-accent {
  padding: var(--wp--style--block-gap);
  border-radius: var(--wp--custom--border-radius--small);
  border: 2px solid var(--wp--preset--color--alert);
  background: rgba(177, 47, 47, 0.45);
}
.wp-block-group.is-style-blue-accent {
  padding: var(--wp--style--block-gap);
  border-radius: var(--wp--custom--border-radius--small);
  border: 2px solid var(--wp--preset--color--primary);
  background: rgba(31, 83, 137, 0.45);
}

/* Columns
--------------------------------------------- */
.wp-block-columns {
  /*Callout Style*/
  /* Swap Order on Mobile*/
  /* Wide Gap*/
  /*Plan Options*/
}
.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;
  }
}
.wp-block-columns.is-style-plan-options {
  margin-top: var(--wp--custom--layout--block-gap-large);
  padding-top: var(--wp--custom--layout--block-gap);
}
.wp-block-columns.is-style-plan-options .wp-block-column {
  display: flex;
  flex-direction: column;
}
.wp-block-columns.is-style-plan-options .wp-block-column .wp-block-buttons {
  padding-top: var(--wp--custom--layout--padding);
  margin-top: auto;
}
.wp-block-columns.is-style-plan-options .wp-block-column:nth-child(2) {
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wp-block-columns.is-style-plan-options .wp-block-column:nth-child(2)::before {
  content: "Most Popular";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  border-top-left-radius: var(--wp--custom--border-radius--small);
  border-top-right-radius: var(--wp--custom--border-radius--small);
  width: 100%;
  font-family: var(--wp--preset--font-family--system-font);
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--gradient--gold-gradient);
  padding: 6px var(--wp--custom--layout--padding);
}
@media (max-width: 767px) {
  .wp-block-columns.is-style-plan-options .wp-block-column:nth-child(2) {
    order: 1;
  }
  .wp-block-columns.is-style-plan-options .wp-block-column:nth-child(1) {
    order: 2;
  }
  .wp-block-columns.is-style-plan-options .wp-block-column:nth-child(3) {
    order: 3;
  }
}

.wp-block-column {
  /*Image + Group Tight Spacing (for funnel pages, etc.) */
  /*Callout Style Group*/
}
.wp-block-column figure.wp-block-image + .wp-block-group {
  margin-top: 0;
}
.wp-block-column.is-style-callout {
  padding: var(--wp--custom--layout--padding);
  border-radius: var(--wp--custom--border-radius--small);
}
@media (min-width: 768px) {
  .wp-block-column.is-style-callout {
    padding: var(--wp--style--block-gap);
  }
}

/* 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: 40px 0 var(--wp--custom--layout--padding) !important;
  position: relative;
  font-size: var(--wp--preset--font-size--medium);
  font-family: var(--wp--preset--font-family--primary);
  background: var(--wp--preset--color--primary-bg);
  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--primary);
}
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, .blockquote--default.is-style-testimonial, .wp-block-quote.is-style-testimonial {
  height: 100%;
}
blockquote.is-style-testimonial::before, .blockquote--default.is-style-testimonial::before, .wp-block-quote.is-style-testimonial::before {
  content: "";
  display: block;
  width: 100px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 100 50'%3E%3Cpath fill='%231f5389' d='M21.078 12.5c1.646 0 2.88.849 2.88 2.404 0 1.273-.925 2.228-2.194 2.3-4.698.247-8.162 3.288-9.157 7.955.995-1.52 2.538-2.299 4.493-2.299 3.875 0 6.721 2.83 6.721 7.144 0 4.561-3.43 7.496-7.613 7.496-5.007 0-8.916-3.96-8.916-10.042 0-8.522 6.482-14.958 13.786-14.958m18.75 0c1.646 0 2.88.849 2.88 2.404 0 1.273-.925 2.228-2.228 2.3-4.664.211-8.128 3.288-9.123 7.955.995-1.556 2.538-2.299 4.493-2.299 3.875 0 6.721 2.83 6.721 7.144 0 4.561-3.463 7.496-7.647 7.496-4.973 0-8.882-3.96-8.882-10.042 0-8.522 6.482-14.958 13.786-14.958M65.076 12.5c4.973 0 8.882 3.96 8.882 10.042 0 8.522-6.482 14.958-13.786 14.958-1.646 0-2.88-.849-2.88-2.404 0-1.273.925-2.228 2.228-2.3 4.664-.211 8.128-3.288 9.123-7.955-.995 1.556-2.538 2.299-4.493 2.299-3.875 0-6.721-2.83-6.721-7.144 0-4.561 3.463-7.496 7.647-7.496m18.716 0c5.007 0 8.916 3.96 8.916 10.042 0 8.522-6.482 14.958-13.786 14.958-1.646 0-2.88-.849-2.88-2.404 0-1.273.925-2.228 2.194-2.3 4.698-.247 8.162-3.288 9.157-7.955-.995 1.52-2.538 2.299-4.493 2.299-3.875 0-6.721-2.83-6.721-7.144 0-4.561 3.43-7.496 7.613-7.496'/%3E%3C/svg%3E");
  text-align: center;
  margin: -2.5rem auto 0;
}

.wp-block-cover blockquote, .wp-block-cover .blockquote--default, .wp-block-cover .wp-block-quote {
  background: var(--wp--preset--color--background);
}

/* 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-gray-900-background-color,
.has-alert-background-color,
.has-foreground-background-color,
.has-dark-blue-gradient-gradient-background {
  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-gray-900-background-color a,
.has-gray-900-background-color .yoast-breadcrumbs,
.has-gray-900-background-color .yoast-breadcrumbs a,
.has-alert-background-color a,
.has-alert-background-color .yoast-breadcrumbs,
.has-alert-background-color .yoast-breadcrumbs a,
.has-foreground-background-color a,
.has-foreground-background-color .yoast-breadcrumbs,
.has-foreground-background-color .yoast-breadcrumbs a,
.has-dark-blue-gradient-gradient-background a,
.has-dark-blue-gradient-gradient-background .yoast-breadcrumbs,
.has-dark-blue-gradient-gradient-background .yoast-breadcrumbs a {
  color: var(--wp--preset--color--white);
  text-decoration-color: var(--wp--preset--color--white);
}
.has-primary-background-color .is-style-text-link .wp-block-button__link,
.has-secondary-background-color .is-style-text-link .wp-block-button__link,
.has-tertiary-background-color .is-style-text-link .wp-block-button__link,
.has-gray-900-background-color .is-style-text-link .wp-block-button__link,
.has-alert-background-color .is-style-text-link .wp-block-button__link,
.has-foreground-background-color .is-style-text-link .wp-block-button__link,
.has-dark-blue-gradient-gradient-background .is-style-text-link .wp-block-button__link {
  color: var(--wp--preset--color--white);
  text-decoration-color: var(--wp--preset--color--white);
}
.has-primary-background-color .is-style-text-link .wp-block-button__link:hover, .has-primary-background-color .is-style-text-link .wp-block-button__link:focus,
.has-secondary-background-color .is-style-text-link .wp-block-button__link:hover,
.has-secondary-background-color .is-style-text-link .wp-block-button__link:focus,
.has-tertiary-background-color .is-style-text-link .wp-block-button__link:hover,
.has-tertiary-background-color .is-style-text-link .wp-block-button__link:focus,
.has-gray-900-background-color .is-style-text-link .wp-block-button__link:hover,
.has-gray-900-background-color .is-style-text-link .wp-block-button__link:focus,
.has-alert-background-color .is-style-text-link .wp-block-button__link:hover,
.has-alert-background-color .is-style-text-link .wp-block-button__link:focus,
.has-foreground-background-color .is-style-text-link .wp-block-button__link:hover,
.has-foreground-background-color .is-style-text-link .wp-block-button__link:focus,
.has-dark-blue-gradient-gradient-background .is-style-text-link .wp-block-button__link:hover,
.has-dark-blue-gradient-gradient-background .is-style-text-link .wp-block-button__link:focus {
  color: var(--wp--preset--color--white);
}
.has-primary-background-color .gfield_label,
.has-secondary-background-color .gfield_label,
.has-tertiary-background-color .gfield_label,
.has-gray-900-background-color .gfield_label,
.has-alert-background-color .gfield_label,
.has-foreground-background-color .gfield_label,
.has-dark-blue-gradient-gradient-background .gfield_label {
  color: var(--wp--preset--color--white) !important;
}
.has-primary-background-color .gform-footer .gform_button[type=submit],
.has-secondary-background-color .gform-footer .gform_button[type=submit],
.has-tertiary-background-color .gform-footer .gform_button[type=submit],
.has-gray-900-background-color .gform-footer .gform_button[type=submit],
.has-alert-background-color .gform-footer .gform_button[type=submit],
.has-foreground-background-color .gform-footer .gform_button[type=submit],
.has-dark-blue-gradient-gradient-background .gform-footer .gform_button[type=submit] {
  background: linear-gradient(0deg, #fec100 0%, #9b6905 100%);
}
.has-primary-background-color .gform_confirmation_wrapper,
.has-secondary-background-color .gform_confirmation_wrapper,
.has-tertiary-background-color .gform_confirmation_wrapper,
.has-gray-900-background-color .gform_confirmation_wrapper,
.has-alert-background-color .gform_confirmation_wrapper,
.has-foreground-background-color .gform_confirmation_wrapper,
.has-dark-blue-gradient-gradient-background .gform_confirmation_wrapper {
  color: var(--wp--preset--color--foreground);
}

.has-white-background-color,
.has-quaternary-background-color,
.has-quinary-background-color,
.has-primary-bg-background-color,
.has-secondary-bg-background-color,
.has-tertiary-bg-background-color,
.has-quaternary-bg-background-color,
.has-background-background-color,
.has-light-gray-gradient-gradient-background {
  color: var(--wp--preset--color--foreground);
}

/* Search Form
--------------------------------------------- */
.wp-block-search__input,
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border-color: var(--wp--preset--color--foreground);
}

.wp-block-search__button-inside .wp-block-search__input {
  border: none;
}
.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  background: var(--wp--preset--color--background);
}

.wp-block-search__button {
  flex-shrink: 0;
  background: var(--wp--preset--color--secondary);
}
.wp-block-search__button:hover, .wp-block-search__button:focus {
  background: var(--wp--custom--color--gray-900) !important;
}

.wp-block-search__icon-button .wp-block-search__button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-search__icon-button .wp-block-search__button.wp-element-button {
  padding: 0;
}
.wp-block-search__icon-button .wp-block-search__button svg {
  width: 20px;
  height: 20px;
}

.archive-header .wp-block-search {
  margin: 0 auto;
}

/* 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;
}
.single-post .breadcrumb, .single-post .yoast-breadcrumbs {
  margin-left: 0;
}
.content .content-area > .breadcrumb {
  max-width: var(--wp--custom--layout--content);
  padding-top: 40px;
}

/* Gravity Forms
--------------------------------------------- */
.wp-block-group script + p {
  margin: 0;
}

.gform_wrapper {
  margin: 0;
  font-family: var(--wp--preset--font-family--primary);
}
.gform_wrapper.gform-theme--foundation .gform_fields {
  row-gap: 16px;
}
.gform_wrapper .gform_fields .gfield_label {
  text-transform: uppercase;
  font-weight: bold;
}
.gform_wrapper .gform_fields input[type=submit].gform-button {
  text-transform: uppercase !important;
  font-weight: bold !important;
  background: var(--wp--preset--color--quaternary) !important;
}
.gform_wrapper .gform_fields input[type=submit].gform-button:hover, .gform_wrapper .gform_fields input[type=submit].gform-button:focus {
  background: var(--wp--custom--color--quaternary-darken) !important;
}
.gform_wrapper .gform_title {
  font-size: var(--wp--preset--font-size--huge);
  text-align: center;
}
.gform_wrapper + p, .gform_wrapper form + p {
  margin: 0;
}

.gform-footer .gform_button[type=submit] {
  margin: var(--wp--custom--layout--padding) auto !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  font-family: var(--wp--preset--font-family--system-font) !important;
  letter-spacing: 0.05em !important;
  border: none !important;
  background: linear-gradient(0deg, #09223c 0%, #1f5389 100%);
}

/*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: 1rem auto 0;
  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);
}

.gform-theme--framework .gf_progressbar .percentbar_blue {
  background-color: var(--wp--preset--color--primary);
}

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

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  line-height: var(--wp--custom--line-height--small);
}
.top-hat p img {
  max-width: 44px;
}
.top-hat a {
  color: inherit;
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

.top-hat--has-image {
  padding: 0;
}
.top-hat--has-image p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

@media (min-width: 768px) {
  .top-hat--has-socials {
    padding: 0;
    text-align: left;
  }
  .top-hat--has-socials .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.top-hat--has-socials ul.social-links {
  margin: 0;
}
@media (max-width: 767px) {
  .top-hat--has-socials ul.social-links {
    display: none;
  }
}

/* Site Header
-------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  position: relative;
}
.site-header .wrap {
  display: grid;
  grid-template-columns: minmax(0, var(--wp--custom--header-logo--desktop-width)) 1fr;
  align-items: center;
}
@media (max-width: 1168px) {
  .site-header .wrap {
    grid-template-columns: minmax(0, var(--wp--custom--header-logo--mobile-width)) 1fr;
    padding: 0;
  }
}
.site-header.has-hidden-header .wrap {
  display: block;
}
.site-header .nav-menu {
  justify-self: flex-end;
}
@media (max-width: 1168px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
  }
}
@media (min-width: 1169px) {
  .site-header .nav-menu {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.site-header__logo {
  display: block;
  max-width: var(--wp--custom--header-logo--desktop-width);
  width: 100%;
  height: var(--wp--custom--header-logo--desktop-height);
  justify-self: center;
  margin: var(--wp--custom--header-logo--desktop-margin) 0;
}
@media (max-width: 1168px) {
  .site-header__logo {
    margin-block: var(--wp--custom--header-logo--mobile-margin);
    margin-left: var(--wp--custom--layout--padding);
    max-width: var(--wp--custom--header-logo--mobile-width);
    height: var(--wp--custom--header-logo--mobile-height);
  }
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 1169px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 1168px) {
  .site-header.menu-active {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg,
.favorite-toggle svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.search-toggle .close,
.menu-toggle .close,
.favorite-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close,
.favorite-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open,
.favorite-toggle.active .open {
  display: none;
}

.header-search {
  grid-column: 1/-1;
  width: 100%;
  max-width: var(--wp--custom--layout--wide);
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  padding-bottom: var(--wp--custom--layout--padding);
}
@media (max-width: 1168px) {
  .header-search {
    display: block;
    padding: var(--wp--custom--layout--padding);
  }
}
.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
--------------------------------------------- */
/*

html {
	scroll-padding-top: 109px;
}

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 {
  /*Primary Nav Styles*/
  /*Secondary Nav Styles*/
}
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: inherit;
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  position: relative;
  line-height: 20px;
  padding: 12px 16px;
  text-decoration: none;
}
.nav-menu .menu-item.menu-item-has-children > a {
  padding-right: calc(var(--wp--custom--layout--padding) + 6px);
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
@media (min-width: 1169px) {
  .nav-menu .menu-item.menu-item-button {
    margin-left: 8px;
    margin-right: 8px;
  }
}
.nav-menu .menu-item.menu-item-button a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--background);
  display: inline-block;
}
@media (max-width: 1168px) {
  .nav-menu .menu-item.menu-item-button a {
    margin-left: 16px;
  }
}
.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: 4px;
  color: inherit;
}
.nav-menu .submenu-expand svg {
  fill: var(--wp--preset--color--primary);
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
@media (min-width: 1169px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover, .nav-menu .menu-item:focus-within {
    background: var(--wp--preset--color--primary-bg);
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu > .menu-item-has-children:hover > a {
    background: var(--wp--preset--color--primary-bg);
  }
  .nav-menu .sub-menu {
    background: var(--wp--preset--color--primary-bg);
    color: var(--wp--preset--color--foreground);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .menu-item a {
    font-weight: normal;
  }
  .nav-menu .sub-menu .menu-item:hover > a {
    background: color-mix(in srgb, var(--wp--preset--color--primary-bg), black 10%);
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 1168px) {
  .nav-menu {
    display: none;
    background: var(--wp--preset--color--primary-bg);
  }
  .nav-menu.active {
    display: block;
  }
  .nav-menu .menu-item-search,
  .nav-menu .menu-item-favorite {
    display: none;
  }
  .nav-menu .submenu-expand {
    top: 0;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 18px;
    height: 18px;
  }
  .nav-menu .submenu-expand.expanded {
    transform: rotate(180deg);
  }
  .nav-menu .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-menu .sub-menu {
    display: none;
    padding-left: 8px;
  }
  .nav-menu .sub-menu a {
    font-weight: normal;
  }
}
.nav-menu .nav-primary > .menu > .menu-item > a {
  text-transform: uppercase;
  font-weight: 900;
}
.nav-menu .nav-secondary > .menu > .menu-item > a {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--tiny);
}

/* Member menu
-------------------------------------------------------------------------------------- */
.nav-members {
  background: var(--wp--preset--color--primary-bg);
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.nav-members .menu {
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  list-style: none;
}
.nav-members .menu-item > a {
  display: block;
  padding: 12px 12px;
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  font-size: var(--wp--preset--font-size--tiny);
  line-height: 1.4;
  text-align: center;
}
.nav-members .menu-item > a:hover, .nav-members .menu-item > a:focus {
  background: color-mix(in srgb, var(--wp--preset--color--primary-bg), black 10%);
}

.post-header {
  margin-bottom: 24px;
}
.post-header .breadcrumb {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.post-header__info {
  font-size: var(--wp--preset--font-size--tiny);
  line-height: var(--wp--custom--line-height--small);
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  column-gap: 16px;
}
.post-header__info .entry-avatar {
  flex-shrink: 0;
}
.post-header__info .entry-avatar img {
  border-radius: 50%;
}
.post-header__info .post-header__author {
  gap: 6px;
}
.post-header__info > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 8px;
  column-gap: 12px;
}
@media (min-width: 768px) {
  .post-header__info > div {
    flex-wrap: nowrap;
  }
}
.post-header__info > div > * {
  margin: 0;
}
.post-header .post-date {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.post-header .post-date::before {
  content: "•";
  display: block;
  color: var(--wp--preset--color--quaternary);
}
.post-header__actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .post-header__actions {
    margin-top: 12px;
  }
}
.post-header__actions .social-share,
.post-header__actions .post-header__print,
.post-header__actions .post-header__favorite {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .post-header__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

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

.block-area-after-post {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.block-area-after-post .wp-block-cover {
  padding: 2em 1em;
}

/*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 .site-header, .site-header.has-primary-bg-background-color {
  background: var(--wp--preset--color--primary-bg);
}
.archive .site-header + .nav-members, .site-header.has-primary-bg-background-color + .nav-members {
  background-color: color-mix(in srgb, var(--wp--preset--color--primary-bg), black 5%);
}
.archive .site-header .nav-menu .menu-item:not(.menu-item-button):hover > a,
.archive .site-header .sub-menu, .site-header.has-primary-bg-background-color .nav-menu .menu-item:not(.menu-item-button):hover > a,
.site-header.has-primary-bg-background-color .sub-menu {
  background: rgba(255, 255, 255, 0.8);
}
.archive .site-header .nav-menu .menu-item:not(.menu-item-button):hover li:hover a, .site-header.has-primary-bg-background-color .nav-menu .menu-item:not(.menu-item-button):hover li:hover a {
  background: var(--wp--preset--color--background);
}

.archive-header {
  background: var(--wp--preset--color--primary-bg);
  padding: 2rem 0 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: 3rem;
    padding-bottom: 3rem;
  }
  .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;
  padding-bottom: var(--wp--custom--layout--block-gap-large);
  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;
  padding: 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: 1px 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*/
}
.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--primary);
  color: #ffffff;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 12px;
}
.entry-content .is-style-checklist li, .entry-content .is-style-checklist-yellow li, .entry-content .list-item__check {
  list-style-type: none;
}
.entry-content .is-style-checklist li::before, .entry-content .is-style-checklist-yellow 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='%23ffffff'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 12px 12px;
  background-color: var(--wp--preset--color--primary);
  border-radius: 50%;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  margin-left: -24px;
  margin-right: 10px;
  margin-bottom: -3px;
}
.entry-content .is-style-checklist-yellow li::before {
  background-color: var(--wp--preset--color--quaternary);
}
.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::before,
.entry-content .editor-styles-wrapper .is-style-checklist-yellow li::before {
  position: absolute;
}
@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;
  }
}
.entry-content .wp-block-group.alignfull:not(.is-style-no-spacing):last-child,
.entry-content .wp-block-cover.alignfull:not(.is-style-no-spacing):last-child {
  margin-bottom: -3em;
}

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

.entry-content,
.block-area {
  /*Fix last group has background, push up to offset bottom padding on .entry-content*/
  /*	.wp-block-group.has-background:last-child {
  		margin-bottom: -3em;
  	}*/
}
.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;
  }
}

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

/* Single Product
--------------------------------------------- */
/* 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--primary);
  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;
}

/*_learndash.scss*/
/* LearnDash
--------------------------------------------- */
.learndash-wrapper .ld-button.is-style-cta {
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 900;
  max-width: 200px;
}

/* Course Page
--------------------------------------------- */
.single-sfwd-courses .content-area {
  max-width: 100vw;
  margin: 0 auto;
}
.single-sfwd-courses .site-inner {
  padding: 0;
}
.single-sfwd-courses .entry-header {
  background: var(--wp--preset--color--tertiary);
  padding: 3em 0;
  color: var(--wp--preset--color--background);
  width: 100vw;
}

/* Lesson Page
--------------------------------------------- */
.single-sfwd-lessons .content-area {
  max-width: 100vw;
  margin: 0 auto;
}
.single-sfwd-lessons .site-inner {
  padding: 0;
}
.single-sfwd-lessons .entry-header {
  background: var(--wp--preset--color--tertiary);
  padding: 3em 0;
  margin-bottom: 2em;
  color: var(--wp--preset--color--background);
  width: 100vw;
}

/* Lesson Listing
--------------------------------------------- */
/*Wrap in theme class to overwrite LearnDash specificity*/
.custom_theme .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-section-heading, .editor-styles-wrapper .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-section-heading {
  margin-top: var(--wp--custom--layout--block-gap-large);
  display: flex;
  align-items: center;
  gap: 16px;
}
.custom_theme .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-section-heading::after, .editor-styles-wrapper .learndash-wrapper .ld-item-list.ld-lesson-list .ld-item-list-section-heading::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--wp--custom--color--gray-400);
  margin-bottom: 6px;
}
.custom_theme .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading, .editor-styles-wrapper .learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading {
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--jumbo);
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1;
}
.custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item {
  margin: 0;
}
.custom_theme .learndash-wrapper .ld-item-list .ld-item-list-items > .ld-item-list-item, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-items > .ld-item-list-item {
  border: none;
  border-radius: var(--wp--custom--border-radius--small);
  color: var(--wp--preset--color--foreground);
  background: var(--wp--preset--color--primary-bg);
  padding: var(--wp--custom--layout--block-gap);
  margin-bottom: 2em;
}
.custom_theme .learndash-wrapper .ld-item-list, .editor-styles-wrapper .learndash-wrapper .ld-item-list {
  margin-top: 1em;
}
.custom_theme .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading, .editor-styles-wrapper .learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 993px) {
  .custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header,
  .custom_theme .ld-item-list .ld-item-list-item .ld-item-list-item-header, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header,
  .editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header {
    display: grid;
    grid-template-columns: 60% 1fr;
    grid-template-rows: auto 1fr auto;
    grid-column-gap: 32px;
    /*grid-row-gap: 32px;*/
  }
  .custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-subtitle,
  .custom_theme .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-subtitle, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-subtitle,
  .editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-subtitle {
    grid-area: 1/1/2/3;
  }
  .custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-name,
  .custom_theme .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-name, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-name,
  .editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-name {
    grid-area: 2/1/3/4;
  }
  .custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-excerpt,
  .custom_theme .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-excerpt, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-excerpt,
  .editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-header .ld-item-excerpt {
    grid-area: 3/1/4/3;
  }
}
.custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name,
.custom_theme .ld-item-list .ld-item-list-item .ld-item-name, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name,
.editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-name {
  color: var(--wp--preset--color--foreground);
  font-family: var(--wp--preset--font-family--primary);
  display: block;
  font-size: var(--wp--preset--font-size--jumbo);
  line-height: 1;
}
.custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:hover, .custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:focus, .custom_theme .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:active,
.custom_theme .ld-item-list .ld-item-list-item .ld-item-name:hover,
.custom_theme .ld-item-list .ld-item-list-item .ld-item-name:focus,
.custom_theme .ld-item-list .ld-item-list-item .ld-item-name:active, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:hover, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:focus, .editor-styles-wrapper .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name:active,
.editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-name:hover,
.editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-name:focus,
.editor-styles-wrapper .ld-item-list .ld-item-list-item .ld-item-name:active {
  color: var(--wp--preset--color--foreground) !important;
}
.custom_theme .ld-item-subtitle, .editor-styles-wrapper .ld-item-subtitle {
  display: block;
  font-size: var(--wp--preset--font-size--small);
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  font-weight: 900;
  letter-spacing: 0.1em;
}
.custom_theme .ld-item-subtitle .ld-item-time, .editor-styles-wrapper .ld-item-subtitle .ld-item-time {
  opacity: 0.75;
  padding-left: 2em;
}
.custom_theme .ld-item-excerpt, .editor-styles-wrapper .ld-item-excerpt {
  font-size: var(--wp--preset--font-size--normal);
}
.custom_theme .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item, .editor-styles-wrapper .learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item {
  margin: 0;
}
.custom_theme .ld-table-list-item__icon, .editor-styles-wrapper .ld-table-list-item__icon {
  display: flex;
  width: 18px;
  min-width: 18px;
  flex-basis: 18px;
}
.custom_theme .ld-table-list-item__icon svg, .editor-styles-wrapper .ld-table-list-item__icon svg {
  fill: var(--wp--preset--color--foreground);
}
.custom_theme .ld-table-list-item__title, .editor-styles-wrapper .ld-table-list-item__title {
  display: flex;
  flex-grow: 1;
}
.custom_theme .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview, .editor-styles-wrapper .learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview {
  align-items: center;
}
.custom_theme .learndash-wrapper .ld-status-icon.ld-status-incomplete, .editor-styles-wrapper .learndash-wrapper .ld-status-icon.ld-status-incomplete {
  border: 1.5px solid var(--wp--custom--color--gray-400);
  background: none;
}
.custom_theme .learndash-wrapper .ld-status-icon.ld-quiz-incomplete, .editor-styles-wrapper .learndash-wrapper .ld-status-icon.ld-quiz-incomplete {
  border: 1.5px solid var(--wp--custom--color--gray-400);
  background: none;
}
.custom_theme .learndash-wrapper .ld-status-icon.ld-quiz-incomplete .ld-icon-quiz, .editor-styles-wrapper .learndash-wrapper .ld-status-icon.ld-quiz-incomplete .ld-icon-quiz {
  display: none;
}
.custom_theme .learndash-wrapper .ld-status-icon.ld-quiz-complete, .editor-styles-wrapper .learndash-wrapper .ld-status-icon.ld-quiz-complete {
  border: 1.5px solid var(--wp--preset--color--secondary);
  background: none !important;
}
.custom_theme .learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon-quiz:before, .editor-styles-wrapper .learndash-wrapper .ld-status-icon.ld-quiz-complete .ld-icon-quiz:before {
  content: "\e906";
  font-size: 18px;
}
.custom_theme .learndash-wrapper .ld-status-icon.ld-status-complete, .editor-styles-wrapper .learndash-wrapper .ld-status-icon.ld-status-complete {
  border: 1.5px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary) !important;
}
.custom_theme .learndash-wrapper .ld-item-lesson-status, .editor-styles-wrapper .learndash-wrapper .ld-item-lesson-status {
  line-height: 0;
  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='%23fff' d='M13.613 5.21l.094.083 6 6c.036.035.068.073.097.112l.071.11.054.114.035.105.03.148L20 12l-.003.075-.017.126-.03.111-.044.111-.062.113-.064.09-.073.081-6 6a1 1 0 01-1.497-1.32l.083-.094L16.584 13H5a1 1 0 01-.117-1.993L5 11h11.585l-4.292-4.293A1 1 0 0113.51 5.14l.102.07z'/%3E%3C/svg%3E") 50% 50% no-repeat;
  background-size: 24px 24px;
}
.custom_theme .learndash-wrapper .ld-item-lesson-status .ld-status-icon, .editor-styles-wrapper .learndash-wrapper .ld-item-lesson-status .ld-status-icon {
  background-size: 24px 24px;
  flex-basis: 40px;
  height: 40px;
  width: 40px;
}
.custom_theme .learndash-wrapper .ld-item-lesson-status .ld-status-icon.ld-status-in-progress, .editor-styles-wrapper .learndash-wrapper .ld-item-lesson-status .ld-status-icon.ld-status-in-progress {
  background-color: rgba(255, 255, 255, 0.25);
}
.custom_theme .has-secondary-background-color.has-background .learndash-wrapper .ld-secondary-color, .custom_theme .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button, .editor-styles-wrapper .has-secondary-background-color.has-background .learndash-wrapper .ld-secondary-color, .editor-styles-wrapper .learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button {
  color: var(--wp--preset--color--background) !important;
}
.custom_theme .has-secondary-background-color.has-background .learndash-wrapper .ld-secondary-background, .editor-styles-wrapper .has-secondary-background-color.has-background .learndash-wrapper .ld-secondary-background {
  background-color: var(--wp--preset--color--primary) !important;
}
.custom_theme .learndash-wrapper .ld-status-icon .ld-icon:before, .editor-styles-wrapper .learndash-wrapper .ld-status-icon .ld-icon:before {
  color: var(--wp--preset--color--background);
}
.custom_theme .learndash-complete .ld-item-lesson-status, .editor-styles-wrapper .learndash-complete .ld-item-lesson-status {
  background: none;
}
.custom_theme .wpProQuiz_question .wpProQuiz_questionList li::before, .editor-styles-wrapper .wpProQuiz_question .wpProQuiz_questionList li::before {
  display: none;
}
.custom_theme .wpProQuiz_list > li::before, .editor-styles-wrapper .wpProQuiz_list > li::before {
  display: none;
}
.custom_theme .learndash-wrapper .ld-item-list-item-footer, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer {
  display: grid;
  grid-template-columns: 1fr 40px;
  grid-column-gap: 32px;
  align-items: center;
  justify-content: space-between;
  margin-top: var(--wp--custom--layout--padding);
}
.custom_theme .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item {
  background: none;
  border: none;
}
.custom_theme .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items {
  padding: 0;
  border: none;
}
.custom_theme .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item {
  border: none;
}
.custom_theme .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item a, .custom_theme .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item > span, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item a, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item > span {
  padding: 10px 10px 10px 0;
  color: var(--wp--preset--color--foreground);
  font-weight: normal;
  display: flex;
  align-items: center;
  gap: 2px;
}
.custom_theme .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item a:hover, .custom_theme .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item a:focus, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item a:hover, .editor-styles-wrapper .learndash-wrapper .ld-item-list-item-footer .ld-item-list-item .ld-table-list-items .ld-table-list-item a:focus {
  color: var(--wp--preset--color--foreground) !important;
}

/* Topic List
Used in lesson sidebar and site header for mobile menu
--------------------------------------------- */
.topic-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.topic-list a {
  padding: 10px var(--wp--custom--layout--block-gap);
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  line-height: 1.2;
  font-size: var(--wp--preset--font-size--tiny);
}
.topic-list a:hover, .topic-list a:focus, .topic-list a:active {
  background: var(--wp--preset--color--foreground);
}
.topic-list .ld-status-icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 15px;
  border: 2px solid var(--wp--preset--color--foreground);
  opacity: 0.25;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topic-list .ld-status-icon.ld-status-complete {
  opacity: 0.5;
}
.topic-list li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.sfwd-lessons-template-default .learndash-wrapper .ld-table-list .ld-table-list-items {
  border: none;
  padding: 0;
}

/*Topic Page*/
.learndash-wrapper div.ld-content-actions {
  padding-top: 4em;
}

.learndash-wrapper #learndash_mark_complete_button {
  background: var(--wp--preset--gradient--gold-gradient) !important;
}

.learndash-wrapper .ld-alert-success {
  background: #fff !important;
}

/* Topic Page
--------------------------------------------- */
.single-sfwd-topic .content-area {
  max-width: 100vw;
  margin: 0 auto;
}
.single-sfwd-topic .breadcrumb {
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.75);
}
.single-sfwd-topic .breadcrumb a {
  color: var(--wp--preset--color--quaternary);
  text-decoration-color: var(--wp--preset--color--quaternary);
}
.single-sfwd-topic .site-inner {
  padding: 0;
}
.single-sfwd-topic .entry-header {
  background: var(--wp--preset--color--tertiary);
  padding: 3em 0;
  color: var(--wp--preset--color--background);
  width: 100vw;
}
.single-sfwd-topic .type-sfwd-topic .entry-header {
  padding-bottom: 4em;
}
.single-sfwd-topic .type-sfwd-topic .entry-header + .entry-content {
  margin-top: -3em;
}

/*_memberpress.scss*/
/* MemberPress
--------------------------------------------- */
.mp_wrapper .mp-form-row {
  margin-bottom: var(--wp--custom--layout--block-gap);
}

.mp_wrapper textarea, .mp_wrapper select, .mp_wrapper input[type=text], .mp_wrapper input[type=url], .mp_wrapper input[type=email], .mp_wrapper input[type=tel], .mp_wrapper input[type=number], .mp_wrapper input[type=password] {
  background: var(--wp--custom--color--gray-100);
}

.mepr-submit, input[type=submit], .mepr-share-button {
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--color--primary);
  background: var(--wp--preset--gradient--dark-blue-gradient);
  overflow: hidden;
  position: relative;
  margin: 0;
  display: inherit;
  font-weight: bold;
  padding-right: var(--wp--custom--layout--padding);
  padding-left: var(--wp--custom--layout--padding);
  width: inherit;
  border: none;
}
.mepr-submit:hover, .mepr-submit:focus, input[type=submit]:hover, input[type=submit]:focus, .mepr-share-button:hover, .mepr-share-button:focus {
  background: var(--wp--custom--color--gray-900);
}
.mepr-submit:hover .mepr-submit, .mepr-submit:focus .mepr-submit, input[type=submit]:hover .mepr-submit, input[type=submit]:focus .mepr-submit, .mepr-share-button:hover .mepr-submit, .mepr-share-button:focus .mepr-submit {
  background: var(--wp--custom--color--gray-900);
}

.mepr-form-has-errors {
  text-align: center;
  margin-top: var(--wp--custom--layout--block-gap);
  padding: var(--wp--custom--layout--padding);
  border-radius: var(--wp--custom--border-radius--tiny);
  background: var(--wp--preset--color--nonary);
}

/*Checkout*/
.mepr-stripe-elements .mepr-stripe-card-element iframe {
  position: relative;
}

.single-memberpressproduct .post-header {
  text-align: center;
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
}
.single-memberpressproduct .post-header .post-header__inner {
  padding-top: 0;
}
.single-memberpressproduct .post-header .post-title {
  margin-bottom: 1rem;
}
.single-memberpressproduct .type-memberpressproduct {
  max-width: var(--wp--custom--layout--content);
  margin: 0 auto;
}

.mepr_price {
  background: var(--wp--preset--color--quaternary-bg);
  text-align: left;
  padding: 0.75em;
  border-radius: 3px;
  font-weight: bold;
  margin: 0 0 1.5em;
  font-size: 14px;
}

.mp-form-label label {
  font-family: var(--wp--preset--font-family--primary);
  font-weight: bold;
  font-size: 1rem;
}

.mepr-signup-form .have-coupon-link {
  margin-bottom: 1em;
  display: block;
}

.mepr-signup-form .cc-error {
  font-size: var(--wp--preset--font-size--small);
  line-height: 1em;
}
.mepr-signup-form .mp-form-row {
  margin-bottom: var(--wp--custom--layout--padding);
}
@media (min-width: 992px) {
  .mepr-signup-form .mepr_mepr-address-one {
    clear: both;
  }
  .mepr-signup-form .mepr_mepr-address-city {
    float: left;
    width: 35% !important;
    margin-right: 1% !important;
  }
  .mepr-signup-form .mepr_mepr-address-state {
    float: left;
    width: 35% !important;
    margin-right: 1% !important;
    clear: none !important;
  }
  .mepr-signup-form .mepr_mepr-address-zip {
    float: left;
    width: 28% !important;
    clear: none !important;
  }
  .mepr-signup-form .mepr_mepr-address-country {
    clear: both;
  }
  .mepr-signup-form .mepr_password {
    float: left;
    width: 49% !important;
    margin-right: 1% !important;
    margin-bottom: 0.25em;
  }
  .mepr-signup-form .mepr_password_confirm {
    float: left;
    width: 50% !important;
    margin-bottom: 0.25em;
  }
  .mepr-signup-form .mp-password-strength-area {
    clear: both;
  }
}
.mepr-signup-form .mepr-form input.invalid, .mepr-signup-form .mepr-form select.invalid, .mepr-signup-form .mepr-form textarea.invalid, .mepr-signup-form .mepr-form label.mepr-checkbox-field.invalid, .mepr-signup-form .mepr-form div.mepr-checkboxes-field.invalid, .mepr-signup-form .mepr-form div.mepr-radios-field.invalid {
  border-width: 1px;
}

/*Payment Methods*/
.mp_wrapper .mepr-payment-methods-radios {
  display: flex;
  gap: 12px;
  margin-bottom: var(--wp--custom--layout--block-gap);
}
.mp_wrapper .mepr-payment-methods-radios label {
  width: 100% !important;
}
.mp_wrapper .mepr-payment-methods-radios + hr {
  display: none;
}

.mp_wrapper .mepr_payment_method,
.mepr-payment-methods-radios > label {
  background: var(--wp--preset--color--background) !important;
  padding: 0 !important;
  margin: 0 0 0.5em !important;
  border-radius: 3px;
  text-align: center;
}
.mp_wrapper .mepr_payment_method .mepr-payment-method,
.mepr-payment-methods-radios > label .mepr-payment-method {
  margin-bottom: 0;
  height: 100%;
}
.mp_wrapper .mepr_payment_method .mepr-payment-method-label,
.mepr-payment-methods-radios > label .mepr-payment-method-label {
  height: 100%;
}
.mp_wrapper .mepr_payment_method .mepr-payment-method-label-text,
.mepr-payment-methods-radios > label .mepr-payment-method-label-text {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0.75em 0.75em;
  margin: 0;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--large);
  max-width: 100%;
  line-height: 1.2;
  height: 100%;
}
.mp_wrapper .mepr_payment_method .mepr-payment-method-label-text:hover, .mp_wrapper .mepr_payment_method .mepr-payment-method-label-text:focus,
.mepr-payment-methods-radios > label .mepr-payment-method-label-text:hover,
.mepr-payment-methods-radios > label .mepr-payment-method-label-text:focus {
  background: var(--wp--custom--color--gray-200);
}
.mp_wrapper .mepr_payment_method input[type=radio]:checked + .mepr-payment-method-label-text,
.mepr-payment-methods-radios > label input[type=radio]:checked + .mepr-payment-method-label-text {
  background: var(--wp--preset--color--secondary);
  color: #FFF;
}
.mp_wrapper .mepr_payment_method + .mepr_payment_method,
.mepr-payment-methods-radios > label + .mepr_payment_method {
  margin-left: 2% !important;
}
.mp_wrapper .mepr_payment_method .mp-checkbox-field .mepr-form-radio,
.mp_wrapper .mepr_payment_method input[type=radio],
.mepr-payment-methods-radios > label .mp-checkbox-field .mepr-form-radio,
.mepr-payment-methods-radios > label input[type=radio] {
  display: none; /*hide radio input*/
}

/*Order Bump*/
.mepr-order-bumps {
  padding: 1em;
  background: var(--wp--preset--color--background);
  border-radius: var(--wp--custom--border-radius--small);
  border: 2px solid var(--wp--preset--color--primary);
}
.mepr-order-bumps h4 {
  color: var(--wp--preset--color--alert);
}
.mepr-order-bumps .mepr-order-bump {
  margin-bottom: 0;
}

/*Login*/
.mp_login_form {
  margin-bottom: 4em;
}

#mepr_loginform .button-primary {
  width: inherit;
  padding-left: 40px;
  padding-right: 40px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.mepr-login-actions {
  text-align: center;
}

/* 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;
		}
	}
*/
/* 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
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}

.site-footer {
  background: var(--wp--preset--gradient--dark-blue-gradient);
  font-size: var(--wp--preset--font-size--small);
  padding: 40px 0;
  position: relative;
  text-align: center;
}
.site-footer .wrap > *:first-child:not(.site-footer__inner) {
  margin-bottom: 16px;
}
.site-footer.has-hidden-footer {
  padding: 0;
  border-top: 1px solid var(--wp--custom--color--gray-200);
}
.site-footer__inner:not(:first-child) {
  margin-top: 24px;
}
.site-footer__inner > * {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .site-footer__inner {
    padding: 0 var(--wp--custom--layout--padding);
  }
  .site-footer__inner > * + * {
    margin-top: 16px;
  }
}
@media (min-width: 768px) {
  .site-footer__inner {
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 60px;
    row-gap: 16px;
    grid-template-areas: "logo menu" "social menu" "space menu";
    max-width: calc(var(--wp--custom--layout--wide) + 2 * var(--wp--custom--layout--padding));
    margin: 0 auto;
  }
}
.site-footer__inner .site-footer__logo {
  grid-area: logo;
}
.site-footer__inner .site-footer .social-links {
  grid-area: social;
}
.site-footer__inner .nav-footer {
  grid-area: menu;
}
.site-footer .backtotop-circle {
  --ap-size: 48px;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--ap-size);
  height: var(--ap-size);
  position: absolute;
  top: calc(var(--ap-size) / -2);
  left: 50%;
  margin-left: calc(var(--ap-size) / -2);
}
.site-footer .backtotop-circle svg {
  fill: #fff;
}
.site-footer .backtotop-link {
  font-size: var(--wp--preset--font-size--tiny);
  text-transform: uppercase;
}
.site-footer__logo {
  display: inline-flex;
  width: 100%;
  max-width: var(--wp--custom--footer-logo--width);
  height: var(--wp--custom--footer-logo--height);
}
.site-footer__logo svg {
  width: 100%;
  height: 100%;
}
.site-footer ul.social-links {
  justify-content: center;
}
.site-footer__bottom {
  font-size: var(--wp--preset--font-size--tiny);
  text-align: center;
}
@media (min-width: 768px) {
  .site-footer__bottom p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .site-footer__copyright {
    display: block;
  }
}

.nav-footer {
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
  text-align: left;
}
.nav-footer .menu > li > a {
  text-transform: uppercase;
  font-weight: 900;
  padding-top: 0;
  padding-bottom: 12px;
}
.nav-footer .menu a {
  padding: 8px 0;
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 400;
  text-decoration: none;
  color: var(--wp--preset--color--background);
}
.nav-footer ul {
  padding: 0;
  margin: 0;
}
.nav-footer li {
  list-style-type: none;
}
@media (min-width: 768px) {
  .nav-footer .menu {
    display: flex;
    gap: 16px;
  }
  .nav-footer .menu > li {
    flex-basis: 0;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .nav-footer .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
    row-gap: 24px;
  }
  .nav-footer .sub-menu {
    padding-top: 8px;
  }
}

.nav-footer-legal {
  font-size: 12px;
}
.nav-footer-legal ul {
  display: flex;
  gap: 12px;
  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: 1rem var(--wp--custom--layout--block-gap) var(--wp--custom--layout--block-gap);
}
.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;
  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 */
