@charset "UTF-8";
/**
 * Button Reset
 *
 */
/**
 * 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
 *
**/
/*! 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);
}

.site-inner {
  padding: var(--wp--custom--layout--block-gap-large) 0 60px;
}
.page-template-landing-page .site-inner {
  padding-top: 0;
  padding-bottom: 0;
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--custom--layout--wide);
  --wp--custom--layout--block-gap-large: 48px;
}
@media (min-width: 768px) {
  body.full-width-content {
    --wp--custom--layout--block-gap-large: 75px;
  }
}

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

/* Sidebar Layouts
--------------------------------------------- */
.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: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-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 {
  line-height: var(--wp--custom--line-height--small);
  margin: 0 0 var(--wp--style--block-gap);
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-family: var(--wp--preset--font-family--permanent-marker);
  font-weight: 400;
  letter-spacing: 0;
  font-style: normal;
}

p.is-style-heading {
  font-family: var(--wp--preset--font-family--inter);
  font-size: var(--wp--preset--font-size--huge);
  line-height: var(--wp--custom--line-height--small);
}

p.is-style-inline {
  max-width: fit-content;
  line-height: var(--wp--custom--line-height--medium);
}
p.is-style-inline.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}
p.is-style-inline.has-text-align-right {
  margin-left: auto;
  margin-right: 0;
}
p.is-style-inline.has-text-align-left {
  margin-left: 0;
  margin-right: auto;
}
p.is-style-inline.has-background {
  padding: 0.25em 0.5em;
  border-radius: var(--wp--custom--border-radius--tiny);
}
.alignfull > p.is-style-inline {
  max-width: fit-content;
}

a:any-link:where(:focus, :hover) {
  text-decoration: none;
}

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

figure.wp-caption {
  max-width: 100%;
}

.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--small);
  text-align: center;
}
@media (min-width: 601px) {
  .wp-block-image.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 {
    float: right;
    margin: var(--wp--style--block-gap) 0 var(--wp--style--block-gap) var(--wp--style--block-gap);
    max-width: 48vw;
  }
}
@media (min-width: 768px) {
  .content .wp-block-image.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 {
    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 {
    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 {
    max-width: calc(var(--wp--custom--layout--wide) / 2);
    margin-right: calc((100vw - var(--wp--custom--layout--wide)) / 2);
  }
}
.wp-block-image.is-style-round-border img {
  border: 1px solid currentColor;
  border-radius: 12px;
}

/* Separator
--------------------------------------------- */
.wp-block-separator {
  border-top: none;
}

.wp-block-separator.has-background {
  border: none;
  height: 4px;
  padding: 0;
  margin-top: var(--wp--custom--layout--block-gap-large);
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}

/* Button
--------------------------------------------- */
.wp-element-button,
.wp-block-button > .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-element-button.has-background,
.wp-block-button > .wp-block-button__link.has-background {
  padding: 12px 36px;
}
.wp-element-button:focus, .wp-element-button:hover,
.wp-block-button > .wp-block-button__link:focus,
.wp-block-button > .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--wp--custom--button--text-state);
}
.wp-element-button svg,
.wp-block-button > .wp-block-button__link svg {
  margin-left: 10px;
  margin-top: -2px;
  vertical-align: middle;
  fill: currentColor;
  flex-shrink: 0;
}

.wp-element-button.is-style-outline,
.wp-block-button.is-style-outline > .wp-block-button__link {
  border: 1px solid currentColor;
  padding: 13px;
}
.wp-element-button.is-style-outline.has-background,
.wp-block-button.is-style-outline > .wp-block-button__link.has-background {
  padding: 13px;
}
.wp-element-button.is-style-outline:not(.has-background),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-background) {
  background: var(--wp--preset--color--background);
}
.wp-element-button.is-style-outline:not(.has-text-color),
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

.wp-element-button.is-style-arrow,
.wp-block-button.is-style-arrow .wp-block-button__link {
  background: transparent;
  font-size: var(--wp--preset--font-size--tiny);
  padding-left: 0;
  padding-right: 0;
}
.wp-element-button.is-style-arrow::after,
.wp-block-button.is-style-arrow .wp-block-button__link::after {
  content: " →";
}
.wp-element-button.is-style-arrow:not(.has-text-color),
.wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
  color: var(--wp--preset--color--primary);
}

.wp-element-button.is-style-link,
.wp-block-button.is-style-link .wp-block-button__link {
  background-color: transparent;
  color: var(--cwp-text-color, var(--wp--custom--color--link));
  padding: 0;
  border: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  justify-content: flex-start;
}
.wp-element-button.is-style-link:focus, .wp-element-button.is-style-link:hover,
.wp-block-button.is-style-link .wp-block-button__link:focus,
.wp-block-button.is-style-link .wp-block-button__link:hover {
  text-decoration: none;
}

.wp-element-button.is-style-thick-round,
.wp-block-button.is-style-thick-round .wp-block-button__link {
  background-color: var(--cwp-text-color, var(--wp--preset--color--senary));
  color: var(--wp--custom--color--fill);
  border-color: var(--cwp-text-color, var(--wp--preset--color--senary));
  border-radius: 100px;
  font-size: clamp(1.25rem, 3vw, 1.875rem);
  line-height: var(--wp--custom--line-height--small);
  text-transform: none;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
}
.wp-element-button.is-style-thick-round svg,
.wp-block-button.is-style-thick-round .wp-block-button__link svg {
  margin-top: 0;
  margin-left: 0;
  width: 69px;
  height: 69px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .wp-element-button.is-style-thick-round,
.wp-block-button.is-style-thick-round .wp-block-button__link {
    padding-left: 24px;
    padding-right: 24px;
  }
  .wp-element-button.is-style-thick-round svg,
.wp-block-button.is-style-thick-round .wp-block-button__link svg {
    display: none;
  }
}
.wp-element-button.is-style-thick-round:focus, .wp-element-button.is-style-thick-round:hover,
.wp-block-button.is-style-thick-round .wp-block-button__link:focus,
.wp-block-button.is-style-thick-round .wp-block-button__link:hover {
  background-color: transparent;
  color: var(--cwp-text-color, var(--wp--preset--color--foreground));
}

/* Group
--------------------------------------------- */
.has-background {
  padding: var(--wp--custom--layout--block-gap-large);
}
.has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large);
}
.full-width-content .has-background.alignfull {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}
.block-area-sidebar .has-background {
  padding: 24px 18px;
}

.is-style-bottom-angle.alignfull.has-background {
  position: relative;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}
.is-style-bottom-angle.alignfull.has-background::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 0.5px);
  left: 0;
  width: 100%;
  height: 8vw;
  background-color: inherit;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 8vw));
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 calc(100% - 8vw));
}
.is-style-bottom-angle.alignfull.has-background + * {
  padding-top: 8vw;
}
.is-style-bottom-angle.alignfull.has-background + .is-style-bottom-angle.alignfull.has-background {
  padding-top: calc(8vw + var(--wp--custom--layout--block-gap-large));
}
.is-style-bottom-angle.alignfull.has-background:first-child, h1.front:first-child + .is-style-bottom-angle.alignfull.has-background {
  padding-top: calc(2 * var(--wp--custom--layout--block-gap-large));
}
.is-style-bottom-angle.alignfull.has-background:last-child::after {
  content: none;
}

.alignfull > * {
  margin-left: auto;
  margin-right: auto;
}

.is-layout-flow.alignfull > * {
  max-width: var(--wp--custom--layout--wide);
  margin-inline: auto;
}

/* Fonts
--------------------------------------------- */
.has-permanent-marker-font-family {
  font-weight: 400;
  letter-spacing: 0;
}

.has-jumbo-font-size,
.has-gigantic-font-size,
.has-colossal-font-size,
.has-gargantuan-font-size {
  line-height: var(--wp--custom--line-height--small);
}

/* Lists
--------------------------------------------- */
ul.is-style-checkmark li,
ol.is-style-checkmark li,
ul.is-style-checkmark-lines li,
ol.is-style-checkmark-lines li {
  list-style: none;
  padding-left: 2em;
  position: relative;
}
ul.is-style-checkmark li::before,
ol.is-style-checkmark li::before,
ul.is-style-checkmark-lines li::before,
ol.is-style-checkmark-lines li::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  -webkit-mask: url("../icons/brand/check.svg") no-repeat 50% 50%;
  mask: url("../icons/brand/check.svg") no-repeat 50% 50%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(calc(50% - 0.25em));
}
.entry-content ul.is-style-checkmark,
.entry-content ol.is-style-checkmark,
.entry-content ul.is-style-checkmark-lines,
.entry-content ol.is-style-checkmark-lines {
  padding-left: 0;
}

ul.is-style-checkmark-lines li,
ol.is-style-checkmark-lines li {
  border-top: 1px solid;
  padding-top: 1.875rem;
}
ul.is-style-checkmark-lines li::before,
ol.is-style-checkmark-lines li::before {
  top: 1.875rem;
}
ul.is-style-checkmark-lines li + li,
ol.is-style-checkmark-lines li + li {
  margin-top: 1.875rem;
}

ul.is-style-pros,
ol.is-style-pros,
ul.is-style-cons,
ol.is-style-cons {
  padding-left: 0;
}
ul.is-style-pros li,
ol.is-style-pros li,
ul.is-style-cons li,
ol.is-style-cons li {
  list-style: none;
  position: relative;
  padding-left: 2em;
}
ul.is-style-pros li::before,
ol.is-style-pros li::before,
ul.is-style-cons li::before,
ol.is-style-cons li::before {
  content: "";
  display: block;
  background-image: url("../icons/brand/pros.svg");
  width: 1.25em;
  height: 1.25em;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 6px;
}
.entry-content ul.is-style-pros,
.entry-content ol.is-style-pros,
.entry-content ul.is-style-cons,
.entry-content ol.is-style-cons {
  padding-left: 0;
}

ul.is-style-cons li::before,
ol.is-style-cons li::before {
  background-image: url("../icons/brand/cons.svg");
}

/* Blockquote
--------------------------------------------- */
.wp-block-quote cite {
  font-size: var(--wp--preset--font-size--min);
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 1.5rem;
}

/* Accessible Colors
--------------------------------------------- */
.has-background {
  --cwp-text-color: var(--wp--preset--color--foreground);
  --wp--custom--button--background: var(--wp--preset--color--senary);
  --wp--custom--button--text: var(--wp--preset--color--foreground);
  --wp--custom--button--border-color: var(--wp--preset--color--senary);
  --wp--custom--button--text-state: var(--wp--preset--color--foreground);
  --wp--custom--color--link-state: var(--wp--preset--color--foreground);
  --wp--custom--color--fill: var(--wp--preset--color--background);
  color: var(--cwp-text-color);
}

.has-foreground-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--foreground);
}

.has-primary-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--primary);
}

.has-secondary-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--secondary);
}

.has-tertiary-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--tertiary);
}

.has-quaternary-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--quaternary);
}

.has-quinary-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--quinary);
}

.has-senary-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--senary);
}

.has-septenary-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--septenary);
}

.has-white-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--white);
}

.has-category-1-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--category-1);
}

.has-category-2-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--category-2);
}

.has-category-3-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--category-3);
}

.has-category-4-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--category-4);
}

.has-proofreading-1-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--proofreading-1);
}

.has-proofreading-2-background-color {
  --wp--custom--color--fill: var(--wp--preset--color--proofreading-2);
}

.has-primary-background-color,
.has-tertiary-background-color,
.has-foreground-background-color {
  --cwp-text-color: var(--wp--preset--color--white);
  --wp--custom--button--text-state: var(--wp--preset--color--white);
  --wp--custom--color--link-state: #a99eb1;
}

.has-proofreading-1-background-color {
  --cwp-text-color: var(--wp--preset--color--proofreading-2);
}

.has-proofreading-2-background-color {
  --cwp-text-color: var(--wp--preset--color--proofreading-1);
  --wp--custom--button--text-state: var(--wp--preset--color--proofreading-1);
}

.has-senary-background-color {
  --wp--custom--button--background: var(--wp--preset--color--foreground);
  --wp--custom--button--text: var(--wp--preset--color--white);
  --wp--custom--button--border-color: var(--wp--preset--color--foreground);
  --wp--custom--button--text-state: var(--wp--preset--color--white);
}

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

.wp-block-search__button {
  background: url(../icons/brand/search.svg) no-repeat center;
  background-size: 34px;
  border: 0;
  box-shadow: none;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  display: block;
  width: 44px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
}

.wp-block-search__inside-wrapper {
  background: #fff;
  border: 1px solid var(--wp--custom--color--neutral-300);
  border-radius: var(--wp--custom--border-radius--medium);
  position: relative;
  padding-right: 44px;
  max-width: 400px;
}

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

.wp-block-search__input::placeholder {
  color: #000;
  font-weight: 400;
}

/* WordPress SEO
--------------------------------------------- */
.breadcrumb {
  margin: 0 auto 16px;
  line-height: var(--wp--custom--line-height--small);
  font-size: var(--wp--preset--font-size--min);
  font-weight: 700;
  max-width: var(--wp--custom--layout--page);
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb .sep {
  margin: 0 4px;
  color: #915FC2;
}
.archive-header .breadcrumb, .post-header .breadcrumb {
  max-width: 100%;
  grid-column: 1/-1;
  margin-left: 0;
  margin-right: 0;
}
.breadcrumb a {
  text-decoration: none;
  font-weight: inherit;
}
.breadcrumb a:where(:focus, :hover) {
  text-decoration: underline;
}
.breadcrumb:empty {
  display: none;
}

.schema-faq {
  background: var(--wp--preset--color--white);
  border: 1px solid var(--wp--custom--color--border);
  border-radius: var(--wp--custom--border-radius--small);
  overflow: hidden;
}

.schema-faq-section {
  border: none;
  font-size: var(--wp--preset--font-size--small);
  padding: 0;
}

.schema-faq-section + .schema-faq-section {
  border-top: 1px solid var(--wp--custom--color--border);
}

.schema-faq-question {
  display: block;
  padding: 20px 30px 12px;
  font-weight: 700;
}

summary.schema-faq-question {
  cursor: pointer;
  list-style-type: none;
}
summary.schema-faq-question::-webkit-details-marker {
  display: none;
}
summary.schema-faq-question .summary__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
summary.schema-faq-question svg {
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.schema-faq-section[open] summary.schema-faq-question svg {
  transform: rotate(180deg);
}

.schema-faq-answer {
  padding: var(--wp--custom--layout--block-gap);
  padding: 0 30px 27px;
  margin: 0;
}

/* WP Recipe Maker
--------------------------------------------- */
.wprm-recipe-rating .wprm-recipe-rating-details {
  font-size: inherit;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  div.wpforms-container .wpforms-head-container {
    text-align: center;
  }
}
.block-area-sidebar div.wpforms-container .wpforms-head-container {
  text-align: center;
}
div.wpforms-container .wpforms-title {
  font-size: clamp(1.375rem, 2.4vw, 1.5rem);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 1rem;
  padding: 0;
}
.single div.wpforms-container .wpforms-title {
  font-size: var(--wp--preset--font-size--large);
}
div.wpforms-container .wpforms-description {
  font-size: var(--wp--preset--font-size--small);
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 16px;
  background-color: var(--wp--preset--color--white);
  border: 1px solid #eaeaea;
  border-radius: var(--wp--custom--border-radius--tiny);
}
div.wpforms-container .wpforms-field.impound {
  display: none;
}
div.wpforms-container .wpforms-field input, div.wpforms-container .wpforms-field textarea, div.wpforms-container .wpforms-field select {
  border: none;
  padding: 4px 12px;
  margin: 0;
}
div.wpforms-container .wpforms-field-label {
  font-size: var(--wp--preset--font-size--min);
  color: var(--wp--preset--color--foreground);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-left: 12px;
  padding-top: 4px;
}
div.wpforms-container .wpforms-field-label .wpforms-required-label {
  color: inherit;
}
div.wpforms-container .wpforms-field-sublabel,
div.wpforms-container .wpforms-field-label-inline {
  color: var(--wp--preset--color--foreground);
}
div.wpforms-container .wpforms-field-sublabel,
div.wpforms-container .wpforms-field-label-inline,
div.wpforms-container label.wpforms-error {
  padding-left: 12px;
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 1rem;
  text-align: left;
}
div.wpforms-container .wpforms-submit-container .wpforms-submit {
  width: 100%;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  div.wpforms-container.single-line .wpforms-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    row-gap: 30px;
  }
  div.wpforms-container.single-line .wpforms-form .wpforms-head-container {
    grid-column: span 2;
  }
  div.wpforms-container.single-line .wpforms-form .wpforms-title:only-child {
    margin-bottom: 0;
  }
  div.wpforms-container.single-line .wpforms-form .wpforms-description {
    margin-bottom: 0;
  }
  div.wpforms-container.single-line .wpforms-form .wpforms-field-container {
    display: grid;
    grid-auto-flow: column;
    column-gap: 12px;
  }
  div.wpforms-container.single-line .wpforms-form .wpforms-field {
    margin-bottom: 0;
  }
  div.wpforms-container.single-line .wpforms-form .wpforms-submit-container {
    margin-top: 0;
  }
  div.wpforms-container.single-line .wpforms-form .wpforms-submit {
    padding: 14px 36px;
  }
  .block-area-sidebar div.wpforms-container.single-line .wpforms-form {
    display: block;
  }
  .block-area-sidebar div.wpforms-container.single-line .wpforms-head-container {
    margin-bottom: 1rem;
  }
  .block-area-sidebar div.wpforms-container.single-line .wpforms-field-container {
    display: block;
  }
  .block-area-sidebar div.wpforms-container.single-line .wpforms-field {
    margin-bottom: 1rem;
  }
  .block-area-sidebar div.wpforms-container.single-line .wpforms-submit-container {
    margin-top: 1rem;
  }
  .block-area-sidebar div.wpforms-container.single-line .wpforms-submit {
    padding: 12px 36px;
  }
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--custom--color--neutral-400);
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
}
.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;
}

/* FacetWP
--------------------------------------------- */
.facetwp-filters {
  max-width: var(--wp--custom--layout--page);
  margin: 0 auto;
  min-height: 66px;
  font-size: 12px;
  letter-spacing: var(--wp--custom--letter-spacing--large);
  text-transform: uppercase;
}
.facetwp-filters .facetwp-facet {
  margin: 0 0 16px;
  width: 100%;
}
.facetwp-filters .fs-label-wrap {
  width: 100%;
  min-height: 44px;
  display: flex;
  align-items: center;
}
.facetwp-filters .fs-wrap {
  display: block;
  position: relative;
}
.facetwp-filters .fs-open .fs-label-wrap,
.facetwp-filters .fs-dropdown {
  background: var(--wp--custom--color--neutral-100);
}
.facetwp-filters .fs-dropdown {
  margin: 0;
  width: 100%;
}
.facetwp-filters .fs-option {
  padding-top: 16px;
  padding-bottom: 16px;
}
.facetwp-filters__toggle {
  background: var(--wp--preset--color--primary);
  border: none;
  border-radius: var(--wp--custom--border-radius--button);
  box-shadow: none;
  color: #fff;
  display: block;
  padding: 16px;
  font-size: var(--wp--preset--font-size--medium);
  width: 100%;
}
@media (max-width: 767px) {
  .facetwp-filters:not(.active) .facetwp-filters__inner {
    display: none;
  }
  .facetwp-filters.active .facetwp-filters__toggle {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .facetwp-filters__inner {
    display: flex;
    flex-wrap: nowrap;
    gap: 32px;
  }
  .facetwp-filters__toggle {
    display: none;
  }
}

/* Top Hat
---------------------------------------------------------------------------------------------------- */
.top-hat {
  background: var(--wp--preset--color--primary);
  text-align: center;
  padding: 10px 0;
}
.top-hat p {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  line-height: var(--wp--custom--line-height--small);
}
.top-hat a {
  color: #fff;
  text-decoration: none;
}
.top-hat a:hover {
  text-decoration: underline;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--primary);
  color: #f4f4f4;
  position: relative;
  z-index: 10;
  border-bottom: 1px solid #6C3C90;
  --cwp-logo-width: 79px;
  --cwp-menu: var(--wp--custom--color--neutral-200);
}
@media (min-width: 601px) {
  .site-header {
    --cwp-logo-width: 106px;
  }
}
@media (max-width: 768px) {
  .site-header.active {
    border-bottom: none;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: var(--cwp-logo-width) 1fr auto;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.site-header .wrap > .search-toggle {
  grid-column: 3;
}
@media (max-width: 768px) {
  .site-header .wrap {
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site-header .wrap > .search-toggle {
    display: none;
  }
}
.site-header .nav-menu {
  justify-self: center;
}
@media (max-width: 768px) {
  .site-header .nav-menu {
    grid-column: 1/-1;
    width: 100%;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 1 * var(--wp--custom--layout--padding));
  }
}
.site-header__logo {
  display: block;
  width: var(--cwp-logo-width);
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
  display: block;
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 769px) {
  .site-header__toggles {
    display: none;
  }
}
@media (max-width: 768px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}

.search-toggle,
.menu-toggle,
.favorite-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  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 {
  fill: #f4f4f4;
  width: 24px;
  height: 24px;
}
.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%;
  margin: 0 auto;
  display: flex;
  background: var(--wp--preset--color--white);
  padding: 32px var(--wp--custom--layout--padding);
}
.header-search form {
  max-width: var(--wp--custom--layout--wide);
  width: 100%;
  margin: 0 auto;
}
.header-search .wp-block-search__inside-wrapper {
  max-width: none;
  display: flex;
  flex-direction: row-reverse;
  padding-right: 0;
  border: none;
}
.header-search .wp-block-search__input::placeholder {
  color: var(--wp--preset--color--primary);
  font-size: clamp(1.125rem, 2vw, 1.25rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--wp--custom--letter-spacing--large);
}
.header-search .wp-block-search__button {
  position: relative;
}
@media (max-width: 1199px) {
  .header-search {
    right: 16px;
  }
}
@media (min-width: 769px) {
  .header-search {
    padding-top: 62px;
    padding-bottom: 62px;
    position: relative;
    margin-top: 24px;
    margin-bottom: -24px;
    right: 0;
    padding-left: 0;
    padding-right: 0;
    box-shadow: 0 0 0 100vmax var(--wp--preset--color--white);
    -webkit-clip-path: inset(0 -100vmax);
    clip-path: inset(0 -100vmax);
  }
}
@media (max-width: 768px) {
  .header-search {
    display: block;
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    width: calc(100% + 1 * var(--wp--custom--layout--padding));
    margin-top: 10px;
    margin-bottom: -10px;
  }
  .header-search form {
    flex-grow: 1;
  }
  .header-search .wp-block-search__inside-wrapper {
    max-width: 100%;
  }
}
.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
--------------------------------------------- */
@supports (position: sticky) {
  body .site-header {
    position: sticky;
    top: 0;
    transition: transform 0.3s;
    z-index: 10;
  }
}
@supports (position: sticky) {
  body.admin-bar .site-header {
    top: 32px;
  }
  @media (max-width: 782px) {
    body.admin-bar .site-header {
      top: 0px;
    }
  }
}
@supports (position: sticky) {
  body.nav-up .site-header {
    transform: translateY(-100%);
  }
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-menu > * {
  line-height: 0;
}
.nav-menu ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-menu .menu-item {
  list-style: none;
  position: relative;
}
.nav-menu .menu-item a {
  border: none;
  color: #f4f4f4;
  display: block;
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  position: relative;
  padding: var(--wp--custom--layout--padding);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: var(--wp--custom--letter-spacing--large);
  text-align: center;
}
.nav-menu .menu-item a:focus, .nav-menu .menu-item a:hover {
  text-decoration: underline;
}
.nav-menu .menu-item.menu-item-favorite a {
  padding: 0;
  display: flex;
}
.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: 7px;
}
.nav-menu .submenu-expand:not(.expanded) .close, .nav-menu .submenu-expand.expanded .open {
  display: none;
}
.nav-menu .submenu-expand svg {
  fill: #f4f4f4;
}
@media (min-width: 769px) {
  .nav-menu .menu-item {
    float: left;
  }
  .nav-menu .menu-item:hover > .sub-menu, .nav-menu .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-menu .menu-item.mega {
    position: static;
  }
  .nav-menu .menu-item.mega:hover > .sub-menu {
    left: 0;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  .nav-menu .menu-item.mega:hover > .sub-menu {
    left: calc(50% - 576px);
  }
}
@media (min-width: 769px) {
  .nav-menu .submenu-expand {
    display: none;
  }
}
@media (min-width: 769px) {
  .nav-menu .sub-menu {
    background-color: #3E1B57;
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
  }
  .nav-menu .sub-menu .menu-item {
    float: none;
  }
  .nav-menu .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (min-width: 769px) {
  .nav-menu .mega > .sub-menu {
    width: 100vw;
    max-width: var(--wp--custom--layout--wide);
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    padding: 16px;
  }
  .nav-menu .mega > .sub-menu a {
    text-align: left;
  }
  .nav-menu .mega > .sub-menu > li {
    flex-basis: 0;
    flex-grow: 1;
  }
  .nav-menu .mega > .sub-menu > li > a {
    color: var(--wp--preset--color--secondary);
    border-bottom: 1px solid #fff;
    padding-left: 0;
    margin-bottom: 6px;
  }
  .nav-menu .mega > .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
    opacity: 1;
    margin: 0;
    left: auto;
    width: 100%;
  }
  .nav-menu .mega > .sub-menu > li > .sub-menu a {
    text-transform: none;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.4;
    padding: 8px 0;
  }
}
@media (min-width: 769px) {
  .nav-menu .menu-item-search {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .nav-menu {
    display: none;
    margin-top: 10px;
    margin-bottom: -10px;
    border-top: 1px solid #6C3C90;
  }
  .nav-menu .menu {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .nav-menu .menu-item a {
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
  }
  .nav-menu.active {
    background-color: #3E1B57;
    display: block;
  }
  .nav-menu .menu-item-search,
.nav-menu .menu-item-favorite {
    display: none;
  }
  .nav-menu .submenu-expand {
    top: 8px;
    right: 0;
    transform: none;
    width: 44px;
    height: 44px;
  }
  .nav-menu .submenu-expand svg {
    width: 30px;
    height: 30px;
  }
  .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;
  }
}

.post-header {
  padding: 24px 0 40px;
  background-color: var(--wp--preset--color--primary);
  color: #BBB4C2;
}
@media (max-width: 767px) {
  .post-header {
    padding-bottom: 24px;
  }
  .post-header .breadcrumb {
    display: none;
  }
}
.post-header a {
  color: inherit;
}
.post-header .entry-title {
  background-image: linear-gradient(270deg, #08BD87 18%, #01BD22 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-top: 0;
  margin-bottom: 0;
}
.post-header .entry-title__line {
  height: 16px;
  width: 100%;
  max-width: 360px;
  max-width: clamp(250px, 66vw, 360px);
  background: linear-gradient(270deg, #08BB89 15%, #22C040 66%);
  margin-top: 30px;
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .post-header .entry-title__line {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .post-header .entry-title {
    margin-top: 40px;
    max-width: 22ch;
  }
}
.post-header .wrap > *:last-child {
  margin-bottom: 0;
}
.post-header__lower {
  font-size: var(--wp--preset--font-size--min);
  line-height: 1.3;
}
@media (min-width: 768px) {
  .post-header__lower {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }
}
.post-header__info {
  display: grid;
  grid-auto-flow: dense;
  align-items: center;
  column-gap: 30px;
  row-gap: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .post-header__info {
    display: flex;
    flex-wrap: wrap;
  }
}
.post-header__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .post-header__actions {
    margin-top: 12px;
  }
}
.post-header__author, .post-header__other {
  display: flex;
  align-items: center;
  gap: 14px;
  grid-column: 1;
}
.post-header__author .entry-avatar, .post-header__other .entry-avatar {
  flex-shrink: 0;
}
.post-header__author .entry-avatar img, .post-header__other .entry-avatar img {
  border-radius: 50%;
}
.post-header__author-info, .post-header__other-info {
  font-weight: 700;
}
.post-header__author-title, .post-header__other-title {
  margin: 0;
  color: #bababa;
}
.post-header__author a, .post-header__other a {
  color: var(--wp--preset--color--white);
  font-weight: inherit;
  text-decoration: none;
}
.post-header__author a:where(:focus, :hover), .post-header__other a:where(:focus, :hover) {
  text-decoration: underline;
}
.post-header__date {
  margin: 0;
  grid-column: 2;
  color: var(--wp--preset--color--white);
  font-weight: 700;
}
.post-header__date-title {
  display: block;
  color: #bababa;
}
.post-header .social-share, .post-header__favorite, .post-header__print {
  background: var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: #fff;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.post-header .social-share svg, .post-header__favorite svg, .post-header__print svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.post-header .social-share:hover, .post-header__favorite:hover, .post-header__print:hover {
  filter: brightness(85%);
}
.post-header .shared-counts-label {
  display: none;
}
.post-header__recipe-jump {
  background: var(--wp--preset--color--primary);
  border-radius: var(--wp--custom--border-radius--tiny);
  color: #fff;
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  line-height: 16px;
  padding: 14px 12px;
  text-decoration: none;
}
.post-header__recipe-jump:hover {
  filter: brightness(85%);
}

.aff-disc {
  font-size: var(--wp--preset--font-size--min);
  font-weight: 500;
  align-self: flex-start;
  flex-shrink: 0;
  max-width: 38ch;
}
.aff-disc > *:first-child {
  margin-top: 0;
}
.aff-disc > *:last-child {
  margin-bottom: 0;
}
.aff-disc a {
  font-weight: 700;
}
@media (max-width: 767px) {
  .aff-disc {
    margin-top: 24px;
    max-width: none;
  }
}

.slickstream-favorite .saved {
  display: none;
}
.slickstream-favorite.active .saved {
  display: inline;
}
.slickstream-favorite.active .save {
  display: none;
}

/* Archive Header
--------------------------------------------- */
.archive-header {
  background: var(--wp--preset--color--primary);
  color: #BBB4C2;
  padding: 24px 0 var(--wp--custom--layout--block-gap-large);
}

@media (min-width: 768px) {
  .archive-header__inner {
    display: grid;
    grid-template-columns: 1.75fr 1.25fr;
    align-items: start;
    column-gap: 30px;
    grid-auto-flow: dense;
  }
}
.archive-header__inner > * {
  grid-column: 1;
}
.archive-header__inner .avatar {
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.archive-header__inner .archive-description {
  grid-column: 2;
}
.archive-header__inner .social-links {
  margin-bottom: 0;
}
.archive-header__inner .social-links a:is(:focus, :hover) svg {
  fill: var(--wp--preset--color--white);
}

.archive-header a {
  color: inherit;
}

.archive-title {
  background-image: linear-gradient(270deg, #08BD87 18%, #01BD22 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.archive-title:only-child {
  margin-bottom: 0;
}

.archive-title__line {
  height: 16px;
  width: 100%;
  max-width: 360px;
  max-width: clamp(250px, 66vw, 360px);
  background-image: linear-gradient(270deg, #08BB89 15%, #22C040 66%);
  margin-top: calc(30px - var(--wp--style--block-gap));
}
@media (max-width: 767px) {
  .archive-title__line {
    height: 12px;
  }
}

.archive-description {
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 600;
  color: var(--wp--preset--color--white);
  grid-row: span 5;
}
@media (max-width: 767px) {
  .archive-description {
    margin-top: 30px;
  }
}

.archive-description > *:first-child {
  margin-top: 0;
}

.archive-description > *:last-child {
  margin-bottom: 0;
}

.archive-header__image {
  border-radius: var(--wp--custom--border-radius--image, 0);
  margin: 16px auto;
}

.archive-header .breadcrumb {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .archive-header .breadcrumb {
    margin-bottom: 40px;
  }
}

/* Archive Post Listing
--------------------------------------------- */
.archive-recent-header {
  max-width: var(--wp--custom--layout--page);
  margin: var(--wp--custom--layout--block-gap-large) auto 0;
}

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

.archive .site-main > .block-area + .block-post-listing {
  margin-top: var(--wp--custom--layout--block-gap-large);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  margin: 60px auto 0;
  max-width: var(--wp--custom--layout--page);
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px 2px;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  background: transparent;
  border-radius: var(--wp--custom--border-radius--button);
  color: var(--wp--preset--color--primary);
  display: block;
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  font-size: 0.9375rem;
  letter-spacing: var(--wp--custom--letter-spacing--large);
}
.pagination ul li svg {
  vertical-align: middle;
  margin-top: -4px;
}
.pagination ul li.pagination-omission {
  width: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
}
.pagination ul li > a:focus, .pagination ul li > a:hover, .pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.pagination ul li > a:focus svg, .pagination ul li > a:hover svg, .pagination ul li.active > a svg {
  fill: #fff;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
.single {
  background-color: var(--wp--preset--color--white);
}

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

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

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

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

::-moz-placeholder {
  color: var(--wp--custom--color--neutral-400);
  opacity: 1;
}

::-ms-input-placeholder {
  color: var(--wp--custom--color--neutral-400);
}

::-webkit-input-placeholder {
  color: var(--wp--custom--color--neutral-400);
}

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
--------------------------------------------- */
h1.front {
  display: none;
}

.entry-content ul, .entry-content ol {
  padding-left: 1.5rem;
}
.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 ul.social-links, .entry-content ol.wp-block-gallery, .entry-content ol.blocks-gallery-grid, .entry-content ol.social-links {
  padding-left: 0;
}
.entry-content ul.wp-block-gallery li, .entry-content ul.blocks-gallery-grid li, .entry-content ul.social-links li, .entry-content ol.wp-block-gallery li, .entry-content ol.blocks-gallery-grid li, .entry-content ol.social-links li {
  padding-bottom: 0;
}
.entry-content > .wp-block-spacer:has(+ h2), .entry-content > .wp-block-spacer:has(+ h3) {
  height: 0 !important;
  margin-top: 0 !important;
}
.entry-content > h2, .entry-content > h3 {
  margin-top: 40px;
}

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

.entry-content > *,
.block-area > *,
.cwp-inner > * {
  margin: 0 auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
  max-width: var(--wp--custom--layout--wide);
}
.entry-content > *.alignfull,
.block-area > *.alignfull,
.cwp-inner > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
@media (max-width: 767px) {
  .entry-content > *.alignwide,
.block-area > *.alignwide,
.cwp-inner > *.alignwide {
    margin-left: calc(-1 * var(--wp--custom--layout--padding));
    margin-right: calc(-1 * var(--wp--custom--layout--padding));
    max-width: 100vw;
  }
}
.entry-content > * + *,
.block-area > * + *,
.cwp-inner > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .cwp-large:not(:first-child), .entry-content > .schema-faq:not(:first-child),
.block-area > .alignfull:not(:first-child),
.block-area > .cwp-large:not(:first-child),
.block-area > .schema-faq:not(:first-child),
.cwp-inner > .alignfull:not(:first-child),
.cwp-inner > .cwp-large:not(:first-child),
.cwp-inner > .schema-faq:not(:first-child) {
  margin-top: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .cwp-large:not(:last-child), .entry-content > .schema-faq:not(:last-child),
.block-area > .alignfull:not(:last-child),
.block-area > .cwp-large:not(:last-child),
.block-area > .schema-faq:not(:last-child),
.cwp-inner > .alignfull:not(:last-child),
.cwp-inner > .cwp-large:not(:last-child),
.cwp-inner > .schema-faq:not(:last-child) {
  margin-bottom: var(--wp--custom--layout--block-gap-large);
}
.entry-content > .alignfull.has-background + .alignfull.has-background,
.block-area > .alignfull.has-background + .alignfull.has-background,
.cwp-inner > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.entry-content > h1.front:first-child + .alignfull, .entry-content > h1.front:first-child + .cwp-large, .entry-content > h1.front:first-child + .schema-faq,
.block-area > h1.front:first-child + .alignfull,
.block-area > h1.front:first-child + .cwp-large,
.block-area > h1.front:first-child + .schema-faq,
.cwp-inner > h1.front:first-child + .alignfull,
.cwp-inner > h1.front:first-child + .cwp-large,
.cwp-inner > h1.front:first-child + .schema-faq {
  margin-top: 0;
}
.entry-content:first-child > h1::after,
.block-area:first-child > h1::after,
.cwp-inner:first-child > h1::after {
  content: "";
  display: block;
  height: 16px;
  width: 100%;
  max-width: 360px;
  max-width: clamp(250px, 66vw, 360px);
  background-color: currentColor;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .entry-content:first-child > h1::after,
.block-area:first-child > h1::after,
.cwp-inner:first-child > h1::after {
    height: 12px;
  }
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child,
.full-width-content .block-area:first-child > .alignfull.has-background:first-child,
.content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child,
.full-width-content .block-area:last-child > .alignfull.has-background:last-child,
.content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: -60px;
}

.full-width-content .entry-header + .entry-content > .alignfull.has-background:first-child,
.content .entry-header + .entry-content > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}

@media (min-width: 992px) {
  .content-sidebar .entry-content > .alignfull,
.content-sidebar .block-area-after-post > .alignfull {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Single Post
--------------------------------------------- */
.entry-header,
.entry-footer,
.after-entry,
.entry-comments {
  max-width: var(--wp--custom--layout--page);
  margin-left: auto;
  margin-right: auto;
}

.entry-header {
  max-width: none;
  background-color: var(--wp--preset--color--primary);
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  margin-bottom: var(--wp--custom--layout--block-gap-large);
  padding: 40px var(--wp--custom--layout--padding) 60px;
  color: var(--wp--preset--color--white);
}
.entry-header:first-child {
  margin-top: calc(-1 * var(--wp--custom--layout--block-gap-large));
}
.entry-header > * {
  max-width: var(--wp--custom--layout--wide);
  margin-left: auto;
  margin-right: auto;
}
.entry-header > :first-child {
  margin-top: 0;
}
.entry-header > :last-child {
  margin-bottom: 0;
}
.entry-header .entry-title {
  background-image: linear-gradient(270deg, #08BD87 18%, #01BD22 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media (min-width: 768px) {
  .entry-header .entry-title {
    max-width: 22ch;
  }
}
@media (min-width: 768px) {
  .entry-header {
    display: grid;
    grid-template-columns: 1fr min(100%, var(--wp--custom--layout--page)) 1fr;
    padding: 64px var(--wp--custom--layout--padding) 86px;
  }
  .entry-header > * {
    grid-column: 2;
    margin-left: 0;
  }
}
.content-sidebar .entry-header {
  padding-top: 0;
  padding-bottom: 0;
  color: var(--wp--preset--color--foreground);
  background-color: transparent;
}
.content-sidebar .entry-header:first-child {
  margin-top: 0;
}
.content-sidebar .entry-header .entry-title {
  background-image: none;
  -webkit-text-fill-color: var(--wp--preset--color--foreground);
}

.entry-header .wp-block-buttons {
  margin-bottom: 1.5rem;
}

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

.block-area-after-post {
  margin: 32px 0;
}

/* Comments
--------------------------------------------- */
img.wprm-comment-rating {
  filter: invert(35%) sepia(87%) saturate(2267%) hue-rotate(357deg) brightness(101%) contrast(91%);
  margin-bottom: 17px;
}

.entry-comments {
  margin-top: 40px;
}
.entry-comments .comments-title {
  font-weight: 700;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .entry-comments .comments-title {
    text-align: center;
  }
}
.entry-comments .comment-list {
  margin: 0 0 32px;
  padding: 27px 0 0;
  border-top: 1px solid #ff5d32;
}
.entry-comments .comment-list li {
  list-style-type: none;
  margin-top: 30px;
}
.entry-comments .comment-list li + li {
  border-top: 1px solid #ff5d32;
  padding-top: 27px;
}
.entry-comments .comment-list li article {
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  border-color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list li:not(.staff) > article .avatar {
  display: none;
}
.entry-comments .comment-list > li {
  overflow: hidden;
}
.entry-comments .comment-list > li:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-meta {
  margin-bottom: 17px;
}
.entry-comments .comment-list .comment-author {
  font-size: 0.9375rem;
  color: var(--wp--preset--color--foreground);
  text-transform: uppercase;
  letter-spacing: var(--wp--custom--letter-spacing--medium);
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
.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-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 8px;
}
.entry-comments .comment-list .comment-metadata {
  font-size: var(--wp--preset--font-size--min);
  letter-spacing: var(--wp--custom--letter-spacing--none);
  margin-top: 5px;
}
.entry-comments .comment-list .comment-metadata a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}
.entry-comments .comment-list .comment-metadata a:hover {
  color: var(--wp--preset--color--primary);
}
.entry-comments .comment-list .comment-content {
  font-size: var(--wp--preset--font-size--small);
  letter-spacing: var(--wp--custom--letter-spacing--medium);
}
.entry-comments .comment-list .comment-content p:first-child {
  margin-top: 0;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin-bottom: 0;
}
.entry-comments .comment-list .reply {
  margin-top: 12px;
}
.entry-comments .comment-list .comment-reply-link {
  font-size: var(--wp--preset--font-size--small);
  -webkit-font-smoothing: antialiased;
}
.entry-comments .comment-list .comment-reply-link svg {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
}
.entry-comments .comment-list ol.children {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ff5d32;
  margin-top: 30px;
  padding-left: 32px;
}
.entry-comments .comment-list .comment-respond {
  margin-top: 30px;
}
.entry-comments .comment-list .comment-respond .comment-reply-title {
  justify-content: space-between;
}

.comment-respond {
  border: 1px solid #ff5d32;
  border-radius: 8px;
  padding: 35px 25px 25px;
}
@media (min-width: 768px) {
  .comment-respond {
    padding: 40px;
  }
}
.comment-respond .comment-reply-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .comment-respond .comment-reply-title {
    justify-content: flex-start;
  }
}
.comment-respond .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 1ch;
  line-height: var(--wp--custom--line-height--medium);
}
.comment-respond .comment-form-cookies-consent input {
  width: auto;
  flex-shrink: 0;
  margin-top: 4px;
}
.comment-respond .comment-form-cookies-consent input + label {
  display: inline;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .comment-respond .comment-notes,
.comment-respond .logged-in-as {
    text-align: unset;
  }
}
.comment-respond label {
  display: block;
  font-size: var(--wp--preset--font-size--min);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.comment-respond .required-field-message {
  font-style: italic;
  margin-left: 1ch;
}
.comment-respond .comment-form-wprm-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
  border-top: 1px solid #ff5d32;
  padding-top: 20px;
  margin: 0 0 20px;
}
.comment-respond .comment-form-wprm-rating label {
  font-size: var(--wp--preset--font-size--tiny);
  font-weight: 700;
  letter-spacing: var(--wp--custom--letter-spacing--medium);
}
@media (min-width: 768px) {
  .comment-respond .comment-form-wprm-rating {
    justify-content: flex-start;
  }
}
.comment-respond .comment-form-comment,
.comment-respond .comment-form-author,
.comment-respond .comment-form-email {
  border: 1px solid #ff5d32;
  border-radius: 4px;
  margin: 0 0 8px;
}
.comment-respond .comment-form-comment input, .comment-respond .comment-form-comment textarea,
.comment-respond .comment-form-author input,
.comment-respond .comment-form-author textarea,
.comment-respond .comment-form-email input,
.comment-respond .comment-form-email textarea {
  border: none;
  display: block;
  padding: 4px 14px;
}
.comment-respond .comment-form-comment label,
.comment-respond .comment-form-author label,
.comment-respond .comment-form-email label {
  padding-top: 8px;
  padding-left: 14px;
}
.comment-respond .form-submit {
  margin-bottom: 0;
}
.comment-respond .form-submit .submit {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--wp--custom--letter-spacing--medium);
}
.comment-respond .form-submit .submit:focus, .comment-respond .form-submit .submit:hover {
  background-color: transparent;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-top: 1px solid #ff5d32;
  padding-top: 24px;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
  display: flex;
  gap: 0.875rem;
  align-items: center;
}
.nav-links .nav-previous a svg,
.nav-links .nav-next a svg {
  vertical-align: middle;
  fill: white;
  width: 16px;
  height: 16px;
}
.nav-links .nav-previous a svg {
  transform: rotate(225deg);
}
.nav-links .nav-next a svg {
  transform: rotate(45deg);
}

/* Landing Page
--------------------------------------------- */
body.page-template-landing-page {
  font-size: clamp(1.25rem, 2.2vw, 1.375rem);
  --wp--custom--layout--block-gap-large: 40px;
}
body.page-template-landing-page h2 {
  font-size: var(--wp--preset--font-size--jumbo);
}
body.page-template-landing-page .wp-block-group.alignfull {
  --wp--custom--layout--block-gap: var(--wp--custom--layout--block-gap-large);
}
body.page-template-landing-page .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: 0;
}
body.page-template-landing-page .entry-content > .alignfull.has-background:last-child {
  padding-bottom: calc(2 * var(--wp--custom--layout--block-gap-large));
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.block-area-before-footer > * {
  max-width: var(--wp--custom--layout--wide);
}
.block-area-before-footer:not(:empty) {
  padding: var(--wp--custom--layout--block-gap-large) var(--wp--custom--layout--padding);
}

.site-footer {
  background: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  padding: 48px 0 40px;
  position: relative;
  color: var(--wp--preset--color--white);
  --wp--custom--color--link-state: #a99eb1;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer ul.social-links {
  padding-left: 0;
  margin: auto 0 0;
}
.site-footer ul.social-links svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .site-footer ul.social-links {
    justify-content: center;
    margin: 25px 0 40px;
  }
}
.site-container > .site-footer__copyright {
  padding: 16px var(--wp--custom--layout--padding) 0;
  margin: 0 auto;
  max-width: var(--wp--custom--layout--content);
}
.site-footer a {
  color: inherit;
  text-decoration: none;
}
.site-footer a:focus, .site-footer a:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .site-footer__inner {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .site-footer__meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.site-footer__logo {
  display: inline-block;
}
@media (min-width: 768px) {
  .site-footer__logo {
    margin-left: 10px;
  }
}
.site-footer__info {
  font-size: var(--wp--preset--font-size--min);
  font-weight: 500;
  color: #95889F;
  border-top: 1px solid #a99eb1;
  margin-top: 40px;
  padding-top: 40px;
}
.site-footer__info p:first-child {
  margin-top: 0;
}
.site-footer__info p:last-child {
  margin-bottom: 0;
}
.site-footer__info a {
  font-weight: inherit;
}
.site-footer__links a {
  margin: 0 0.5rem;
  text-transform: uppercase;
}
.site-footer__links a + a {
  margin-left: 0;
}
@media (max-width: 767px) {
  .site-footer {
    text-align: center;
  }
}

.nav-footer {
  flex-wrap: wrap;
  justify-content: center;
}
.nav-footer ul {
  padding-left: 0;
}
.nav-footer li {
  display: block;
  list-style-type: none;
  margin-bottom: 1rem;
}
.nav-footer .menu {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--min);
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 768px) {
  .nav-footer .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.nav-footer .menu a {
  font-weight: inherit;
}
.nav-footer .menu > .menu-item-has-children {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .nav-footer .menu > .menu-item-has-children {
    margin-bottom: 40px;
  }
}
.nav-footer .menu > .menu-item-has-children > a {
  display: inline-block;
  border-bottom: 1px solid #a99eb1;
  text-decoration: none;
  padding: 0 2rem 0.75rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .nav-footer .menu > .menu-item-has-children > a {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-footer .menu-item-has-children .sub-menu {
  text-transform: uppercase;
  letter-spacing: var(--wp--custom--letter-spacing--large);
}
@media (min-width: 768px) {
  .nav-footer .menu-item-has-children .sub-menu {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(4, 1fr);
    column-gap: 2rem;
    row-gap: 1rem;
  }
  .nav-footer .menu-item-has-children .sub-menu > li {
    margin-bottom: 0;
  }
}
.nav-footer a {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-list {
  padding-left: 12px;
  padding-right: 12px;
}

.slick-dots {
  padding-left: 0;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.slick-dots li {
  display: inline-block;
  width: min(16.67%, 72px);
}
.entry-content .slick-dots li {
  padding-bottom: 0;
}
.slick-dots li button {
  font-size: 0;
  color: transparent;
  background-color: #d9d9d9;
  border: none;
  width: 100%;
  height: 8px;
  border-radius: var(--wp--custom--border-radius--small);
  cursor: pointer;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  background-color: var(--wp--preset--color--senary);
}
.slick-dots li.slick-active button {
  background-color: var(--wp--preset--color--senary);
}
.entry-content .slick-dots {
  padding-left: 0;
}

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