/*!
Theme Name: plum
Theme URI: http://underscores.me/
Author: Madwell
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: plum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | 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;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * 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;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * 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;
  outline-offset: -2px;
}

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Mark Pro";
  src: url(/wp-content/themes/madplum/dist/d061ba13141668bdceaa887322dd9367.woff2) format("woff2"), url(/wp-content/themes/madplum/dist/649955c31dffa87c8aa02bb9e983ca58.woff) format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url(/wp-content/themes/madplum/dist/1c6ee2556a3aa79b2ba231e7b88ae3d1.woff2) format("woff2"), url(/wp-content/themes/madplum/dist/5b22e7a8d8e3fc85f3912a0fcf912672.woff) format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url(/wp-content/themes/madplum/dist/af10fb38ec1938c4d9b28c08d23fe4f0.woff2) format("woff2"), url(/wp-content/themes/madplum/dist/184295ae179875c24b42dd303d0c2a0d.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url(/wp-content/themes/madplum/dist/f31fc34b7cd65edd6f7c25d2a0d5802e.woff2) format("woff2"), url(/wp-content/themes/madplum/dist/46f48281c3c6c1f3a7d2cda786aaefb1.woff) format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url(/wp-content/themes/madplum/dist/4c1d5ae9b35e1d50413045c6e5514fab.woff2) format("woff2"), url(/wp-content/themes/madplum/dist/c0635aa23793e2b85a13f3e8571fbcc7.woff) format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Mark Pro";
  src: url(/wp-content/themes/madplum/dist/783e3c6d08367f86f464cc495feeabe3.woff2) format("woff2"), url(/wp-content/themes/madplum/dist/450ba50a0111ae86afbbab699f911b44.woff) format("woff");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Cooper";
  src: url(/wp-content/themes/madplum/dist/53120f27db21dde6c544e1900a650e9c.woff) format("woff2"), url(/wp-content/themes/madplum/dist/53120f27db21dde6c544e1900a650e9c.woff) format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Mark Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 1rem 0;
  line-height: 110%;
  font-weight: 900;
}

p {
  margin: 1rem 0;
}

h1 {
  font-size: 72px;
  letter-spacing: -0.01em;
}
@media (max-width: 900px) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  font-size: 60px;
}
@media (max-width: 900px) {
  h2 {
    font-size: 38px;
  }
}

h3 {
  font-size: 48px;
}
@media (max-width: 900px) {
  h3 {
    font-size: 34px;
  }
}

h4 {
  font-size: 32px;
}
@media (max-width: 900px) {
  h4 {
    font-size: 26px;
  }
}

h5 {
  font-size: 24px;
  font-weight: 400;
}
@media (max-width: 900px) {
  h5 {
    font-size: 20px;
  }
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1em;
}

address {
  margin: 0 0 1em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.02em;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

section {
  padding: 96px 0;
}
@media (max-width: 900px) {
  section {
    padding-bottom: 64px;
    padding-top: 64px;
  }
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #007e36;
}
a:hover, a:focus, a:active {
  color: #004b20;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
a.cta-btn {
  font-weight: 600;
}

/* Forms
--------------------------------------------- */
div.gform_wrapper {
  background: #f4ebff;
  margin: 0;
  overflow: auto;
  padding: 3rem 24px 160px;
}
div.gform_wrapper form {
  margin: 0 auto;
}
div.gform_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.gform_wrapper input,
div.gform_wrapper select {
  display: block;
  width: 100%;
}
div.gform_wrapper input.error,
div.gform_wrapper select.error {
  border: 2px solid red;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), div.gform_wrapper textarea, div.gform_wrapper select {
  padding: 1rem !important;
}
div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, div.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus-visible, div.gform_wrapper textarea:focus, div.gform_wrapper textarea:focus-visible, div.gform_wrapper select:focus, div.gform_wrapper select:focus-visible {
  border: 2px solid #007e36;
  outline: none;
}
div.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
div.gform_wrapper .gform_heading {
  margin: 0 auto;
  max-width: 847px;
}
div.gform_wrapper form,
div.gform_wrapper .gform_footer {
  max-width: 646px;
}
div.gform_wrapper .gform_heading {
  margin-bottom: 64px;
  text-align: center;
}
div.gform_wrapper .gform_heading p {
  color: #581631;
  font-size: 24px;
  line-height: 32.4px;
  margin-left: auto;
  margin-right: auto;
  max-width: 646px;
}
@media (max-width: 900px) {
  div.gform_wrapper .gform_heading p {
    font-size: 20px;
    line-height: 27px;
  }
}
div.gform_wrapper h3.gform_title {
  color: #971694;
  font-size: 64px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 2rem;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  div.gform_wrapper h3.gform_title {
    font-size: 38px;
  }
}
div.gform_wrapper .gsection {
  border-bottom: 0px;
}
div.gform_wrapper h2.gsection_title {
  color: #681e6a;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 900px) {
  div.gform_wrapper h2.gsection_title {
    font-size: 24px;
  }
}
div.gform_wrapper label.gfield_label {
  color: #971694;
  font-weight: 400;
  font-size: 24px;
}
@media (max-width: 900px) {
  div.gform_wrapper label.gfield_label {
    font-size: 20px;
  }
}
div.gform_wrapper label.gfield_label .gfield_required {
  color: #971694;
  margin: 0;
}
div.gform_wrapper li.gfield:not(:first-child) {
  margin-top: 2rem;
}
div.gform_wrapper li.gfield + li.gsection,
div.gform_wrapper li.gfield.field_description_below + li.gsection {
  margin-top: 128px !important;
}
div.gform_wrapper .ginput_complex.ginput_container_address span.ginput_right + span.ginput_left {
  padding-right: 0 !important;
}
div.gform_wrapper .ginput_container_select {
  position: relative;
}
div.gform_wrapper .ginput_container_select:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHRyYW5zZm9ybT0icm90YXRlKDkwIDIwIDIwKSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTggMTRMMTguODQ0NyAyNC44NTkzTDE5Ljk5NTEgMjZMMjEuMTQ1NCAyNC44NTkzTDMyIDE0IiBzdHJva2U9IiMwMDdFMzYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
div.gform_wrapper li.gfield .ginput_container_address span {
  display: flex;
  flex-direction: column;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 2rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100%;
}
div.gform_wrapper li.gfield .ginput_container_address span label {
  color: #971694;
  font-weight: 400;
  font-size: 24px !important;
  letter-spacing: 0px !important;
  order: 1;
  position: relative;
}
@media (max-width: 900px) {
  div.gform_wrapper li.gfield .ginput_container_address span label {
    font-size: 20px !important;
  }
}
div.gform_wrapper li.gfield .ginput_container_address span input, div.gform_wrapper li.gfield .ginput_container_address span select {
  order: 2;
}
div.gform_wrapper li.gfield .ginput_container_address span select {
  padding: 1rem;
}
div.gform_wrapper li.gfield .ginput_container_address span select + label {
  position: relative;
}
div.gform_wrapper li.gfield .ginput_container_address span select + label:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMjAiIHRyYW5zZm9ybT0icm90YXRlKDkwIDIwIDIwKSIgZmlsbD0id2hpdGUiLz4KPHBhdGggZD0iTTggMTRMMTguODQ0NyAyNC44NTkzTDE5Ljk5NTEgMjZMMjEuMTQ1NCAyNC44NTkzTDMyIDE0IiBzdHJva2U9IiMwMDdFMzYiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+Cjwvc3ZnPgo=);
  content: "";
  height: 40px;
  pointer-events: none;
  position: absolute;
  right: 0.75rem;
  top: 150%;
  width: 40px;
}
div.gform_wrapper .gform_footer {
  margin-top: 64px;
}
div.gform_wrapper .gform_footer input[type=submit] {
  background-color: #007e36;
  border: 0px;
  color: #fff;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  height: 80px;
  line-height: 100%;
  margin: 0;
  padding: 0;
  text-transform: lowercase;
  width: 100%;
}
@media (max-width: 900px) {
  div.gform_wrapper .gform_footer input[type=submit] {
    height: 64px;
    font-size: 34px;
    line-height: 1 !important;
  }
}
div.gform_wrapper .gform_footer input[type=submit]:hover {
  opacity: 0.75;
}
div.gform_wrapper label.easygf-tooltip {
  align-items: center;
  border-bottom: none;
  cursor: pointer;
  display: flex !important;
  gap: 0.5rem;
}
div.gform_wrapper label.easygf-tooltip:after {
  background-image: url(/wp-content/themes/madplum/dist/e5e285caf3825f719fd6902a59b5f900.svg);
  content: "";
  display: inline-block;
  height: 24px;
  width: 24px;
}
div.gform_wrapper label.easygf-tooltip:hover:after {
  background-image: url(/wp-content/themes/madplum/dist/2b4e02fa84d339055f1145f223f778b8.svg);
}

.tooltipster-base {
  padding: 0 24px;
}
.tooltipster-base:before {
  background-color: #681E6A;
  content: "";
  height: 20px;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg) !important;
  width: 20px;
}
.tooltipster-base > div {
  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.tooltipster-base * {
  background: #681E6A !important;
  border: 0px !important;
  font-size: 16px !important;
  line-height: 160% !important;
}

@media (min-width: 1030px) {
  .tooltipster-base {
    transform: translate(8%, 74.5%) !important;
    width: 304px !important;
    padding: 0;
    pointer-events: none;
  }
  .tooltipster-base:before {
    transform: translate(-50%, -50%) rotate(45deg) !important;
    left: 0;
    top: 50%;
  }
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 0px;
  border-radius: 0px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

input:not([type=submit]) {
  height: 56px;
}

select {
  appearance: none;
  background: #fff;
  border: 0px;
  border-radius: 0px;
  height: 56px;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.archive .site-main .widget {
  margin: 0;
}
.archive .product-ctas {
  margin: 0;
}
.archive .product-ctas .cta-with-images .container {
  padding: 0;
}
.archive .our-feed__feed {
  gap: 48px;
}
.archive .posts-navigation a {
  color: #007e36;
  text-decoration: none;
}
.archive .posts-navigation a:hover {
  opacity: 0.75;
}
.archive .container {
  width: 100%;
  padding: 0 24px;
  max-width: 1440px;
}
.archive .posts-navigation {
  padding: 0 0 96px;
}
.archive .posts-navigation .nav-links {
  justify-content: center;
}
.archive .posts-navigation .nav-links div {
  flex: unset;
}

.products__grid {
  display: grid;
  max-width: 1440px;
  padding: 0 24px;
  margin: 2rem auto 8rem;
  grid-template-columns: 1fr 3fr;
  grid-gap: 2rem;
  position: relative;
}
@media (max-width: 900px) {
  .products__grid {
    display: block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.products__filters {
  position: sticky;
  top: 150px;
  height: 500px;
}
@media (max-width: 900px) {
  .products__filters {
    background: #f4ebff;
    height: unset;
    z-index: 1;
    overflow: auto;
    top: 80px;
    padding: 32px 24px;
  }
}
.products__filters .mobile-filter-container {
  display: none;
}
@media (max-width: 900px) {
  .products__filters .mobile-filter-container {
    display: flex;
    justify-content: space-between;
  }
}
.products__filters .mobile-filter-toggler {
  align-items: center;
  background: transparent;
  border: 0px;
  padding: 0;
  color: #681e6a;
  display: flex;
  gap: 0.5rem;
  font-weight: 600;
}
@media (max-width: 360px) {
  .products__filters .mobile-filter-toggler {
    font-size: 14px;
  }
}
.products__filters .mobile-filter-toggler svg {
  transition: 0.4s transform ease-in-out;
}
@media (max-width: 360px) {
  .products__filters .mobile-filter-toggler svg {
    width: 15px;
    height: 15px;
  }
}
.products__filters .mobile-filter-toggler.expanded svg {
  transform: rotate(180deg);
}
@media (max-width: 900px) {
  .products__list {
    padding: 96px 24px 128px;
    overflow: auto;
  }
  .products__list .woocommerce-result-count {
    display: none;
  }
  .products__list ul.products.columns-3 {
    display: flex;
    flex-wrap: wrap;
  }
  .products__list ul.products.columns-3 li.product {
    width: 50%;
    margin: 0 0 56px;
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .products__list ul.products.columns-3 {
    display: block;
  }
  .products__list ul.products.columns-3 li.product {
    width: 100%;
    padding: 0;
  }
}
.products__list .product {
  text-align: center;
}
.products__list .product .woocommerce-loop-product__link {
  display: block;
  transition: 0.4s opacity ease, 0.4s transform ease;
}
.products__list .product .woocommerce-loop-product__link:hover {
  opacity: 0.75;
  transform: scale(1.05);
}
.products__list .product img {
  margin: 0 auto;
}
.products__list .product .category {
  font-weight: 800;
  color: #007e36;
  font-size: 24px;
  padding-top: 1.5rem;
  padding-bottom: 0.5rem;
  display: block;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .products__list .product .category {
    font-size: 20px;
    line-height: 110%;
  }
}
.products__list .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
  opacity: 0.75;
  background-color: #007e36 !important;
  color: #fff !important;
}
.products .woocommerce-loop-product {
  text-align: center;
}
.products .woocommerce-loop-product__link {
  color: #681e6a;
  text-decoration: none;
}
.products .woocommerce-loop-product__title {
  font-size: 32px;
  line-height: 35.2px;
  margin: 0 0 1.5rem;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .products .woocommerce-loop-product__title {
    font-size: 24px;
    line-height: 110%;
  }
}

.woocommerce-no-products-found {
  background-color: transparent !important;
}

.woocommerce-ordering {
  display: none !important;
}

.woocommerce-result-count {
  color: #681e6a;
  text-align: right;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media (max-width: 900px) {
  .woocommerce-result-count {
    margin-bottom: 0;
  }
  .products__list .woocommerce-result-count {
    display: none !important;
  }
}
@media (max-width: 360px) {
  .woocommerce-result-count {
    font-size: 12px;
    letter-spacing: 0;
  }
}

.lmp_load_more_button a {
  background: #007e36 !important;
  color: #fff !important;
  font-family: "Cooper", "Georgia", serif;
  text-transform: lowercase;
  font-weight: 900;
  font-size: 48px !important;
  display: block !important;
  padding: 16px !important;
}
@media (max-width: 900px) {
  .lmp_load_more_button a {
    font-size: 34px !important;
    line-height: 110% !important;
  }
}

.single-product .site-main .widget {
  margin: 0;
}
.single-product .woocommerce-breadcrumb {
  display: none;
}
.single-product .product__wrapper {
  background-color: #f4ebff;
}
.single-product .product__container {
  display: flex;
}
@media (max-width: 900px) {
  .single-product .product__container {
    display: block;
  }
}
.single-product .product ~ .widget:has(> section.faq-accordion) + .widget > section.cta {
  border: none;
  padding-block: 0 96px;
  margin-top: -48px;
}
@media (max-width: 900px) {
  .single-product .product ~ .widget:has(> section.faq-accordion) + .widget > section.cta {
    padding-bottom: 128px;
  }
}
.single-product .product ~ .widget:has(> section.faq-accordion) + .widget > section.cta__btns__btn {
  min-width: 240px;
}
.single-product .gallery-container {
  background: #fff;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.single-product .gallery-container .gallery-inner {
  margin-left: auto;
  display: flex;
  justify-content: center;
  max-width: 695px;
  width: 100%;
  padding: 96px 0;
}
@media (max-width: 1200px) {
  .single-product .gallery-container .gallery-inner {
    max-width: 375px;
    margin: 0 auto;
    padding: 3rem 24px;
  }
}
.single-product .gallery-container .woocommerce-product-gallery {
  max-width: 522px;
  width: 100%;
  overflow: hidden;
}
.single-product .gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iOSIgY3k9IjkiIHI9IjcuNSIgc3Ryb2tlPSIjNjgxZTZhIiBzdHJva2Utd2lkdGg9IjMiLz48cGF0aCBzdHJva2U9IiM2ODFlNmEiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTEzLjk2MSAxMy45ODkgNC45NSA0Ljk1Ii8+PC9zdmc+);
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}
.single-product .gallery-container .woocommerce-product-gallery .woocommerce-product-gallery__trigger img.emoji {
  visibility: hidden;
}
.single-product .gallery-container .woocommerce-product-gallery .flex-viewport {
  max-width: 522px;
  margin-bottom: 50px !important;
  width: 100%;
  height: auto !important;
}
@media (max-width: 900px) {
  .single-product .gallery-container .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 40px !important;
  }
}
.single-product .gallery-container .woocommerce-product-gallery .flex-viewport figure .woocommerce-product-gallery__image {
  opacity: 0;
}
.single-product .gallery-container .woocommerce-product-gallery .flex-viewport figure .woocommerce-product-gallery__image.flex-active-slide {
  opacity: 1;
}
.single-product .gallery-container .woocommerce-product-gallery .flex-viewport figure .woocommerce-product-gallery__image a {
  cursor: default;
}
.single-product .gallery-container .woocommerce-product-gallery__image {
  width: 100%;
}
.single-product .gallery-container .woocommerce-product-gallery__image img {
  width: 100%;
}
.single-product .gallery-container .woocommerce-product-gallery .flex-control-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.single-product .gallery-container .woocommerce-product-gallery .flex-control-nav li {
  width: auto !important;
}
.single-product .gallery-container .woocommerce-product-gallery .flex-control-nav img {
  border: 2px solid #d4b1ff;
  padding: 0.5rem;
  opacity: 1 !important;
  max-width: 96px;
  max-height: 96px;
}
.single-product .gallery-container .woocommerce-product-gallery .flex-control-nav img.flex-active {
  border-color: #007e36;
  border-width: 4px;
}
.single-product .entry-summary {
  align-items: center;
  background-color: #f4ebff;
  display: flex;
  flex: 1;
  padding: 3rem;
  color: #681e6a;
  margin: 0;
}
@media (max-width: 900px) {
  .single-product .entry-summary {
    padding: 88px 24px;
    margin: 0;
  }
}
.single-product .entry-summary--inner {
  max-width: 695px;
  width: 100%;
}
.single-product .entry-summary h1 {
  color: #971694;
  text-transform: lowercase;
  font-size: 48px;
  font-family: "Cooper", "Georgia", serif;
  font-weight: 800;
  line-height: 55px;
}
@media (max-width: 1200px) {
  .single-product .entry-summary h1 {
    font-size: 34px;
    line-height: 37.4px;
  }
}
.single-product .entry-summary .product_meta {
  display: none;
}
.single-product .entry-summary .stage {
  font-size: 34px;
  line-height: 37.4px;
  color: #007e36;
  font-weight: 800;
  text-transform: lowercase;
}
@media (max-width: 1200px) {
  .single-product .entry-summary .stage {
    font-size: 24px;
    line-height: 110%;
  }
}
.single-product .entry-summary .woocommerce-product-details__short-description {
  padding-bottom: 1rem;
}
.single-product .entry-summary .woocommerce-product-details__short-description p {
  font-size: 24px;
  line-height: 135%;
}
@media (max-width: 1200px) {
  .single-product .entry-summary .woocommerce-product-details__short-description p {
    font-size: 20px;
  }
}
.single-product .entry-summary .features {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d4b1ff;
  padding-bottom: 2rem;
}
.single-product .entry-summary .features ul {
  display: grid;
  grid-template-rows: repeat(4, min-content);
  grid-auto-flow: column;
  grid-gap: 0 1rem;
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.single-product .entry-summary .flavors {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(292px, 1fr));
  column-gap: 3.5rem;
  row-gap: 1rem;
  align-items: flex-start;
  margin-bottom: 0;
}
.single-product .entry-summary .flavors img {
  max-width: 292px;
  width: 100%;
}
.single-product .entry-summary .flavors + .learn-more {
  margin: 0 0 48px 0;
  font-style: italic;
}
.single-product .entry-summary .flavors + .learn-more a {
  color: #681e6a;
  font-size: 16px;
  font-style: italic;
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 600px) {
  .single-product .entry-summary .cta-btn {
    width: 100%;
  }
}
.single-product .related {
  grid-column-start: 1;
  grid-column-end: 12;
  grid-row: 2;
}

.blog .our-feed {
  border-bottom: 1px solid #d4b1ff;
}
.blog .our-feed:last-of-type {
  border-bottom: 0px;
}
.blog .our-feed__feed {
  grid-gap: 48px;
}
.blog .our-feed .section-anchor {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -61px;
}
.blog .our-feed .section-anchor.first-section {
  top: -59px;
}
.blog section.tab-target {
  margin-top: -100px;
  padding-top: 196px;
}
.blog .instagram-feed {
  background-color: #f4ebff;
}

.single .entry-header {
  color: #971694;
  text-align: center;
  padding: 96px 0;
}
@media (max-width: 900px) {
  .single .entry-header {
    padding: 40px 24px;
  }
}
.single .entry-header .container {
  max-width: 1112px;
}
.single .entry-header .categories ul {
  margin: 0;
  padding: 0;
}
.single .entry-header .categories li {
  display: inline-block;
  list-style: none;
}
.single .entry-header .categories a {
  background-color: #681e6a;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
}
.single .entry-header .categories a:hover {
  opacity: 0.75;
}
.single .entry-header .categories.cat-palate-expansion a {
  color: #581631;
  background: #ffd923;
}
.single .entry-header .categories.cat-parenting-support a {
  background: #004ca7;
}
.single .entry-title {
  font-size: 64px;
  line-height: 70.4px;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .single .entry-title {
    font-size: 38px;
    line-height: 41.8px;
  }
}
.single .excerpt {
  color: #681e6a;
  padding: 1rem 1.5rem;
}
.single .excerpt p {
  font-size: 24px;
}
.single .social-sharing h3 {
  color: #681e6a;
  font-size: 32px;
}
.single .social-sharing a {
  color: #971694;
  text-decoration: none;
}
.single .social-sharing a svg {
  height: 45px;
}
.single .social-sharing a:hover {
  opacity: 0.75;
}
.single .social-sharing__links {
  display: flex;
  justify-content: center;
  gap: 1.25rem;
}
.single .post-thumbnail {
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}
.single .post-thumbnail img {
  height: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 900px) {
  .single .post-thumbnail {
    overflow: hidden;
  }
  .single .post-thumbnail img {
    max-width: unset;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.single .entry-content {
  padding: calc(96px - 1rem) 24px;
  position: relative;
}
@media (max-width: 900px) {
  .single .entry-content {
    padding: calc(40px - 1rem) 24px;
  }
}
.single .entry-content .container {
  max-width: 880px;
  overflow: hidden;
}
.single .entry-content img {
  max-width: 880px;
}
.single .entry-content a {
  color: #007e36;
  text-decoration: none;
}
.single .entry-content a:hover {
  opacity: 0.75;
}
.single .entry-content p {
  line-height: 25.6px;
}
.single .entry-content p > img {
  width: 100%;
}
.single .entry-content figure > img {
  width: 100%;
}
.single .entry-content h2 {
  color: #681e6a;
  font-family: "Cooper", "Georgia", serif;
}
.single .entry-content h3 {
  color: #971694;
  font-size: 32px;
  margin-top: 2rem;
}
.single .entry-content h4 {
  color: #971694;
  font-size: 24px;
  font-weight: 400;
  margin-top: 2rem;
}
.single .entry-content h2 {
  margin-top: 2rem;
  font-size: 48px;
}
@media (max-width: 900px) {
  .single .entry-content h2 {
    font-size: 34px;
  }
}
.single .entry-content h3 + h2 {
  margin-top: -1rem;
}
.single .entry-content ul, .single .entry-content ol {
  margin-left: 0;
}
.single .entry-content ul li, .single .entry-content ol li {
  padding-bottom: 0.5rem;
}
.single .entry-content .wp-block-image,
.single .entry-content .wp-block-embed {
  display: flex;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-image,
.single .entry-content .wp-block-embed {
    flex-direction: column;
  }
}
.single .entry-content .wp-block-image figcaption,
.single .entry-content .wp-block-embed figcaption {
  background: #681e6a;
  color: #fff;
  margin: 0;
  padding: 1.5rem;
  display: flex;
  max-width: 234px;
  align-items: flex-end;
  font-style: italic;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-image figcaption,
.single .entry-content .wp-block-embed figcaption {
    max-width: 100%;
  }
}
.single .entry-content .wp-block-image {
  margin: 2rem 0 3rem;
}
.single .entry-content .wp-block-image figcaption {
  order: 1;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-image figcaption {
    order: unset;
  }
}
.single .entry-content .wp-block-image a, .single .entry-content .wp-block-image img {
  order: 2;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-image a, .single .entry-content .wp-block-image img {
    order: unset;
    width: 100%;
  }
}
.single .entry-content .wp-block-embed {
  margin: 2rem 0 3rem;
}
.single .entry-content .wp-block-embed__wrapper {
  display: flex;
  position: relative;
  height: 0;
  padding-bottom: 41%;
  width: 100%;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-embed__wrapper {
    height: auto;
    padding-bottom: 0;
  }
}
.single .entry-content .wp-block-embed__wrapper iframe {
  position: absolute;
  left: 50%;
  top: 0;
  max-width: 646px;
  min-height: unset;
  width: 100%;
  transform: translateX(-50%);
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-embed__wrapper iframe {
    position: relative;
    top: unset;
    max-width: unset;
  }
}
.single .entry-content .wp-block-quote {
  border-left: 12px solid #007e36;
  margin: 3rem 0;
  padding-left: 2.25rem;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-quote {
    padding-left: 1.5rem;
  }
}
.single .entry-content .wp-block-quote p {
  color: #971694;
  font-size: 48px;
  line-height: 52.8px;
  font-family: "Cooper", "Georgia", serif;
  letter-spacing: 0px;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-quote p {
    font-size: 35px;
    line-height: 37.4px;
  }
}
.single .entry-content .wp-block-quote cite {
  font-size: 24px;
  font-style: normal;
  margin-top: 2rem;
  display: block;
}
@media (max-width: 900px) {
  .single .entry-content .wp-block-quote cite {
    font-size: 20px;
  }
}
.single .entry-content .blog-disclaimer-wrapper {
  margin-top: 4rem;
}
@media (max-width: 900px) {
  .single .entry-content .blog-disclaimer-wrapper {
    margin-bottom: 2.5rem;
  }
}
.single .entry-content .blog-disclaimer em {
  color: #971694;
  font-size: 16px;
  letter-spacing: 0px;
  display: block;
  margin-bottom: 2rem;
}
.single .entry-content .blog-disclaimer p {
  font-size: 20px;
  color: #681e6a;
}
.single .our-feed {
  border-top: 1px solid #d4b1ff;
}
.single .our-feed__feed {
  gap: 48px;
}

.single-csc_press .entry-header .categories a {
  background-color: #681e6a !important;
  color: #fff !important;
}
.single-csc_press h1 {
  margin-bottom: 2rem;
}
.single-csc_press .entry-content {
  padding-top: calc(96px - 2rem);
}
@media (max-width: 900px) {
  .single-csc_press .entry-content {
    padding-top: unset;
  }
}
@media (max-width: 900px) {
  .single-csc_press .entry-content .container {
    display: block;
  }
}
.single-csc_press .entry-content .content *:first-child {
  padding-top: 0;
}
.single-csc_press .thumb {
  background-color: #f4ebff;
  align-items: center;
  display: flex;
  justify-content: center;
  height: 72vh;
  max-height: 720px;
  padding: 1rem;
  overflow: hidden;
}
@media (max-width: 900px) {
  .single-csc_press .thumb {
    height: 300px;
  }
}
.single-csc_press .thumb img {
  max-width: 600px;
  width: 100%;
}
@media (max-width: 900px) {
  .single-csc_press .thumb img {
    max-width: 300px;
  }
}

.page-template-page-faqs .site-main > *:not(.faq-hero):not(.section-titles) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  max-width: 880px;
}

.search main {
  padding-bottom: 80px;
}
.search .search-header {
  align-items: center;
  background: #681e6a;
  display: flex;
  flex-direction: column;
  padding: 96px 24px 0;
}
.search .search-header form {
  margin-bottom: 96px;
}
@media (max-width: 900px) {
  .search .search-header form {
    padding: 0 10px;
  }
}
.search .search-header .tabs {
  align-items: center;
  display: flex;
  border-top: 1px solid #d4b1ff;
  gap: 3rem;
  height: 78px;
  justify-content: center;
  width: calc(100% + 48px);
}
.search .search-header .tabs__inner {
  display: flex;
  gap: 2rem;
}
.search .search-header .tabs button {
  background: transparent;
  border: 0px;
  color: #f4ebff;
  font-family: "Cooper", "Georgia", serif;
  font-size: 24px;
  border-radius: 0px;
  padding: 0 0 4px;
  cursor: pointer;
}
.search .search-header .tabs button.active {
  color: #fff;
  position: relative;
}
.search .search-header .tabs button.active:after {
  background: #fff;
  content: "";
  height: 2px;
  top: calc(100% + 2px);
  left: 0;
  width: 100%;
  position: absolute;
}
.search .all,
.search .products,
.search .links,
.search .faqs {
  max-width: 832px;
  margin: 0 auto;
  padding: 0 24px;
}
.search .all h2,
.search .products h2,
.search .links h2,
.search .faqs h2 {
  text-align: center;
  color: #681e6a;
  margin: 80px 0;
}
.search .all .view-all,
.search .products .view-all,
.search .links .view-all,
.search .faqs .view-all {
  align-items: center;
  border: 0px;
  border-radius: 0px;
  background-color: #007e36;
  display: flex;
  color: #fff;
  display: block;
  font-family: "Cooper", "Georgia", serif;
  margin-top: 2rem;
  height: 85px;
  text-align: center;
  font-size: 48px;
  width: 100%;
}
.search .search-result__card {
  border-bottom: 1px solid #d4b1ff;
  padding: 2rem 0;
  display: flex;
  gap: 2rem;
}
@media (max-width: 600px) {
  .search .search-result__card {
    flex-direction: column;
  }
}
.search .search-result__card:first-of-type {
  padding-top: 0;
}
.search .search-result__card--image {
  align-items: center;
  display: flex;
  flex: 1 0 auto;
  margin: 0 auto;
  width: 200px;
}
.search .search-result__card--image img {
  max-width: 100%;
}
.search .search-result__card .button {
  align-items: center;
  background-color: #681e6a;
  color: #fff;
  display: inline-flex;
  gap: 0.5rem;
  padding: 12px 24px;
}
.search .search-result__card .button svg {
  width: 12px;
  height: 12px;
  margin-top: 1.5px;
}
.search .search-result__card a {
  color: #971694;
  text-decoration: none;
  text-transform: lowercase;
}
.search .search-result__card a:hover {
  opacity: 0.5;
}
.search .search-result__card.faq {
  padding: 2rem 0 1rem;
  overflow: hidden;
}
.search .search-result__card.faq:first-of-type {
  padding-top: 0;
}
.search .search-result__card.faq .question {
  align-items: center;
  background: transparent;
  border: 0px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  font-size: 32px;
  color: #681e6a;
  font-weight: 900;
  text-transform: lowercase;
  text-align: left;
}
.search .search-result__card.faq .question svg {
  transition: 0.4s transform ease-in-out;
}
@media (max-width: 600px) {
  .search .search-result__card.faq .question svg {
    flex: 1 0 auto;
  }
}
.search .search-result__card.faq .question.expanded svg {
  transform: rotate(90deg);
}
.search .search-result__card.faq .answer {
  opacity: 0;
  max-height: 0px;
  transition: 0.4s opacity ease-in-out, 0.4s max-height ease-in-out;
}
.search .search-result__card.faq .answer.show {
  opacity: 1;
  max-height: 1000px;
}
.search .loading-container {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 0;
}
.search .loading-container span {
  opacity: 0;
  height: 0;
  width: 0;
}
.search .loading-container.show {
  display: flex;
}
.search .loading-spinner {
  border: 16px solid #681e6a;
  border-radius: 50%;
  border-top: 16px solid #fff;
  display: block;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search .no-results {
  background: #007e36;
  text-align: center;
  padding: 24px;
}
.search .no-results p {
  color: #fff;
  font-family: "Cooper", "Georgia", serif;
  font-size: 24px;
  margin: 0;
  line-height: 1;
}
.search .no-results a {
  color: #fff;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation > .menu-toggle:hover, .main-navigation > .menu-toggle:focus {
  opacity: 0.75;
}
@media (max-width: 900px) {
  .main-navigation {
    margin-left: auto;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.main-navigation ul > li {
  position: relative;
  margin-top: 2rem;
}
.main-navigation ul > li:first-child {
  margin-top: 0;
}
@media (max-width: 360px) {
  .main-navigation ul > li {
    margin-top: 0.5rem;
  }
}
.main-navigation ul > li > a {
  color: #d4b1ff;
  font-size: 48px;
  font-weight: 900;
  text-decoration: none;
}
.main-navigation ul > li > a:hover, .main-navigation ul > li > a:focus {
  opacity: 0.75;
}
@media (max-width: 900px) {
  .main-navigation ul > li > a {
    font-size: 34px;
    font-weight: 700;
  }
}
.main-navigation ul > li > ul li {
  align-items: center;
  display: inline-flex;
  margin-top: 0;
}
.main-navigation ul > li > ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #971694;
  display: block;
  margin: 0 1rem;
  transform: translateX(4px);
}
@media (max-width: 900px) {
  .main-navigation ul > li > ul li:after {
    width: 4px;
    height: 4px;
    margin: 0 0.5rem;
    transform: translateX(2px);
  }
}
.main-navigation ul > li > ul li:last-child:after {
  content: none;
}
.main-navigation ul > li > ul li a {
  color: #fff;
  font-size: 32px;
}
.main-navigation ul > li > ul li a:hover, .main-navigation ul > li > ul li a:focus {
  opacity: 0.75;
}
@media (max-width: 900px) {
  .main-navigation ul > li > ul li a {
    font-size: 16px;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.main-navigation.toggled .menu-primary-navigation-container {
  align-items: center;
  position: absolute;
  left: 0;
  top: 100%;
  background: #681e6a;
  width: 100%;
  height: calc(100vh - 94px);
  padding: 2rem 24px;
  display: flex;
}
.scrolled .main-navigation.toggled .menu-primary-navigation-container {
  height: calc(100vh - 80px);
}
.main-navigation.toggled .menu-primary-navigation-container > ul > li > a {
  font-family: "Cooper", "Georgia", serif;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .main-navigation.toggled .menu-primary-navigation-container {
    align-items: flex-start;
    padding-top: calc(62px + 1.5rem);
  }
}
@media (max-width: 360px) {
  .main-navigation.toggled .menu-primary-navigation-container {
    padding-top: calc(62px + 2rem);
  }
}

.menu-toggle {
  background: transparent;
  border: 0px;
  margin-left: auto;
  position: relative;
  padding: 0.4rem 1rem;
  padding-right: 0;
  cursor: pointer;
}
.menu-toggle span {
  background: #681e6a;
  display: block;
  height: 3px;
  max-height: 3px;
  width: 40px;
  margin: 7px 0;
  transition: 0.4s opacity ease-in-out, 0.4s transform ease-in-out;
}
.nav-open .menu-toggle span {
  background: #fff;
}
.nav-open .menu-toggle span:first-child {
  transform: rotate(45deg);
  position: absolute;
  top: 0;
}
.nav-open .menu-toggle span:nth-of-type(2), .nav-open .menu-toggle span:nth-of-type(3) {
  opacity: 0;
  max-height: 0;
  margin: 0;
}
.nav-open .menu-toggle span:last-child {
  transform: rotate(135deg);
  position: absolute;
  top: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-template-default .page-content,
.page-template-default .entry-content,
.page-template-default .entry-summary {
  margin: 0;
}
.page-content > h2,
.entry-content > h2,
.entry-summary > h2 {
  text-transform: lowercase;
  color: #681e6a;
  margin-top: 3rem;
  margin-bottom: calc(1rem + 16px);
}
.page-content > *:not(section):last-child,
.entry-content > *:not(section):last-child,
.entry-summary > *:not(section):last-child {
  margin-bottom: 3rem;
}
.page-content > p, .page-content > h2, .page-content > h3, .page-content > h4, .page-content > h5, .page-content > h6, .page-content > ul, .page-content > ol, .page-content > figure,
.entry-content > p,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > ul,
.entry-content > ol,
.entry-content > figure,
.entry-summary > p,
.entry-summary > h2,
.entry-summary > h3,
.entry-summary > h4,
.entry-summary > h5,
.entry-summary > h6,
.entry-summary > ul,
.entry-summary > ol,
.entry-summary > figure {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}
.page-content > p:first-child, .page-content > h2:first-child, .page-content > h3:first-child, .page-content > h4:first-child, .page-content > h5:first-child, .page-content > h6:first-child, .page-content > ul:first-child, .page-content > ol:first-child, .page-content > figure:first-child,
.entry-content > p:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-content > ul:first-child,
.entry-content > ol:first-child,
.entry-content > figure:first-child,
.entry-summary > p:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.entry-summary > ul:first-child,
.entry-summary > ol:first-child,
.entry-summary > figure:first-child {
  padding-top: 2rem;
}
.page-content > p a,
.entry-content > p a,
.entry-summary > p a {
  text-decoration: none;
}
.page-content table td,
.entry-content table td,
.entry-summary table td {
  vertical-align: top;
}
.page-content > ul, .page-content > ol,
.entry-content > ul,
.entry-content > ol,
.entry-summary > ul,
.entry-summary > ol {
  padding-left: 3rem;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.container {
  max-width: 1250px;
  margin: 0 auto;
}

.error-404 {
  width: 100%;
  padding: 104px 24px;
  background-color: #f4ebff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-404 .page-header {
  max-width: 600px;
}
.error-404 .page-header .logo {
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 554px;
}
@media (max-width: 600px) {
  .error-404 .page-header .logo {
    max-width: 312px;
  }
}
.error-404 .page-header .page-title {
  color: #681e6a;
  font-family: "Cooper", "Georgia", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
  margin: 32px 0 0 0;
}
@media (max-width: 600px) {
  .error-404 .page-header .page-title {
    font-size: 52px;
  }
}
.error-404 .page-content {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .error-404 .page-content {
    margin-top: 24px;
  }
}
.error-404 .page-content .back-home {
  display: block;
  min-width: 200px;
  width: 100%;
  background-color: #007e36;
  padding: 1rem;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.footer-widget {
  color: #fff;
  background-color: #681e6a;
}
.footer-widget a {
  color: #fff;
}
.footer-widget section {
  padding: 0;
  margin: 0;
  border: none;
}
.footer-widget .container > .widget_block {
  display: grid;
}
.footer-widget .container > .widget_block .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
.footer-widget .container > .widget_block .wp-block-group__inner-container .widget {
  margin-bottom: 2rem;
}
.footer-widget .container > .widget_block .wp-block-group__inner-container .widget h2 {
  display: none;
}
.footer-widget .container > .widget_block .wp-block-group__inner-container .widget > div > ul > li > a {
  display: inline-block;
  width: 100%;
  margin: 0 0 8px;
  border-bottom: 1.5px solid #971694;
  padding-bottom: 8px;
  color: #d4b1ff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: 0.005em;
}
.footer-widget .container > .widget_block .wp-block-group__inner-container .widget > div > ul > li > a:hover {
  color: rgba(212, 177, 255, 0.75);
}
.footer-widget .container > .widget_block .wp-block-group__inner-container .widget li a:hover {
  color: rgba(212, 177, 255, 0.75);
}
.footer-widget .container {
  padding: 48px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(4, auto);
  max-width: 1440px;
}
@media (max-width: 900px) {
  .footer-widget .container {
    display: flex;
    flex-direction: column;
    padding-inline: 16px;
  }
}
.footer-widget .container .widget_media_image.widget_block {
  grid-column: 1/12;
  grid-row: 1;
  margin-bottom: 54px;
  order: 1;
}
.footer-widget .container .widget_block {
  grid-column: 1/5;
  grid-row: 2/4;
  order: 3;
}
.footer-widget .container .widget_block:nth-of-type(3) {
  grid-column: 6/-1;
  grid-row: 2;
  order: 2;
}
.footer-widget .container section.widget_nav_menu {
  grid-column: 6/-1;
  grid-row: 3;
  order: 4;
}
.footer-widget .container section.widget_nav_menu .widget-title {
  display: block;
  color: #d4b1ff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 0;
}
.footer-widget .container section.widget_nav_menu .menu {
  display: flex;
  column-gap: 8px;
}
.footer-widget .container section.widget_nav_menu .menu a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: none no-repeat;
  display: block;
  padding: 48px 0 0 0;
  height: 0px;
  width: 48px;
  border-bottom: 0;
}
.footer-widget .container section.widget_nav_menu .menu li.tiktok {
  background-image: url(/wp-content/themes/madplum/dist/8c185c64d5673faab6eda6b4c58a7a84.svg);
}
.footer-widget .container section.widget_nav_menu .menu li.instagram {
  background-image: url(/wp-content/themes/madplum/dist/6a551b123b4bcd00438281c7aae87913.svg);
}
.footer-widget .container section.widget_nav_menu .menu li.pinterest {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA0OCA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS44NTcgMzAuNTYzM0MyMi45MTA4IDMwLjU5NiAyMy44NjI1IDMxLjkzNTggMjYuNjQ5NyAzMS45MzU4QzMxLjg4NDIgMzEuOTY4NCAzNS40ODcyIDI4LjExMjUgMzYuNjA4OSAyMy4wNDc0QzQwLjUxNzggNS40OTk1NSAxMy45MDMzIDQuMDk0NDEgMTEuMTg0MSAxOC41Mzc5QzEwLjUzODIgMjEuOTM2NCAxMS41OTE5IDI1Ljg1NzcgMTQuMzQ1MiAyNy4xMzIxQzE2LjQ1MjYgMjguMTEyNSAxNi41ODg1IDI1LjMwMjIgMTUuOTQyNyAyNC4wOTMxQzEzLjA4NzUgMTguNzM0IDE2LjUyMDYgMTMuODk3NyAyMS4wMDczIDEyLjUyNTJDMjUuMjIyMSAxMS4yMTgxIDI4LjIxMzMgMTIuMjk2NSAzMC40OTA2IDE0LjU1MTNDMzMuNDEzOCAxNy40NTk2IDMyLjA4ODIgMjUuMzY3NSAyOC42MjExIDI3Ljg4MzdDMjcuMzk3NSAyOC43NjYgMjUuMTU0MSAyOC45NjIxIDIzLjk5ODQgMjcuOTE2NEMyMS42MTkxIDI1Ljc5MjQgMjUuMjkwMSAyMS4yODI4IDI0Ljc0NjIgMTcuOTgyNEMyNC4yMDI0IDE0LjcxNDYgMTguODMxOSAxNS4yMDQ4IDE4LjU2IDIwLjAwODRDMTguNDI0IDIyLjQ1OTIgMTkuMTcxOCAyMy4xNzgxIDE4LjU5NCAyNS42MjlDMTcuNjc2MiAyOS41NTAzIDE0Ljg4OSAzNy41NTYzIDE2Ljg2MDUgNDAuNjkzNEMxOS43NDk2IDM5LjM4NjMgMjEuMTc3MiAzMS41NDM2IDIxLjg1NyAzMC41NjMzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==);
}
.footer-widget .container section.widget_nav_menu .menu li.twitter {
  background-image: url(/wp-content/themes/madplum/dist/6d621de5549127f0cac1d487ea0a3598.svg);
}
.footer-widget .container section.widget_nav_menu .menu li.facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA0OCA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI1Ljk4NzUgMjcuMTM0MlYzOS42OTM0SDIwLjI5MzJWMjcuMTM0MkgxNS41NjI1VjIyLjA0MTdIMjAuMjkzMlYyMC4xODg5QzIwLjI5MzIgMTMuMzEwMiAyMy4xMjk0IDkuNjkzMzYgMjkuMTMwNCA5LjY5MzM2QzMwLjk3MDEgOS42OTMzNiAzMS40MyA5Ljk5MjkyIDMyLjQzNzUgMTAuMjM3VjE1LjI3NEMzMS4zMDk2IDE1LjA3NDMgMzAuOTkyIDE0Ljk2MzMgMjkuODIwMyAxNC45NjMzQzI4LjQyOTUgMTQuOTYzMyAyNy42ODQ5IDE1LjM2MjcgMjcuMDA2IDE2LjE1MDVDMjYuMzI3IDE2LjkzODIgMjUuOTg3NSAxOC4zMDI4IDI1Ljk4NzUgMjAuMjU1NVYyMi4wNTI4SDMyLjQzNzVMMzAuNzA3MyAyNy4xNDUzSDI1Ljk4NzVWMjcuMTM0MloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=);
}
@media (max-width: 900px) {
  .footer-widget .container section.widget_nav_menu {
    order: 4;
    margin-top: 48px;
  }
  .footer-widget .container section.widget_nav_menu .widget-title {
    font-size: 24px;
  }
}
.footer-widget .widget {
  padding: 0;
  margin: 0;
  border: none;
}
.footer-widget .widget ul {
  padding: 0;
  margin: 0;
}
.footer-widget .widget li {
  list-style-type: none;
}
.footer-widget .widget a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.005em;
}
.footer-widget .footer-bottom {
  grid-column: 1/-1;
  grid-row: 4/-1;
  color: #fff;
  background-color: #681e6a;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
.footer-widget .footer-bottom * {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
.footer-widget .footer-bottom ul, .footer-widget .footer-bottom li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widget .footer-bottom .widget-title {
  margin: 0;
}
.footer-widget .footer-bottom .menu {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 28px;
}
.footer-widget .footer-bottom .menu a {
  text-decoration: underline;
}
@media (max-width: 900px) {
  .footer-widget .footer-bottom {
    order: 5;
    padding-top: 32px;
    flex-direction: column;
  }
  .footer-widget .footer-bottom .widget-title {
    order: 2;
    margin-top: 16px;
  }
  .footer-widget .footer-bottom .menu {
    order: 1;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
  }
}
.footer-widget #mc-embedded-subscribe-form {
  margin: -5px 0 0 0;
}
@media (max-width: 900px) {
  .footer-widget #mc-embedded-subscribe-form {
    margin: 0;
    padding-bottom: 64px;
  }
}
.footer-widget #mc-embedded-subscribe-form h2 {
  color: #d4b1ff;
  font-size: 32px;
  margin-top: 0;
}
@media (max-width: 900px) {
  .footer-widget #mc-embedded-subscribe-form h2 {
    font-size: 24px;
  }
}
.footer-widget #mc-embedded-subscribe-form p {
  font-size: 16px;
}
.footer-widget #mc-embedded-subscribe-form .helper_text {
  background-color: transparent;
}
.footer-widget #mc-embedded-subscribe-form .form-container {
  display: grid;
  grid-template-columns: auto 112px;
  position: relative;
}
.footer-widget #mc-embedded-subscribe-form input {
  background: #fff;
  border: 0px;
  border-radius: 0px;
  height: 48px;
  padding-left: 14px;
  padding-right: 14px;
}
.footer-widget #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
  color: #fff !important;
  position: absolute;
  top: 100%;
}
.footer-widget #mc-embedded-subscribe-form #mce-success-response {
  color: #fff !important;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 5px 0;
  font-size: 14px;
  font-weight: 400 !important;
  width: 100%;
  text-align: right;
}
.footer-widget #mc-embedded-subscribe-form .mc-field-group {
  width: 100%;
  padding-bottom: 0;
  padding-right: 15px;
  position: relative;
}
.footer-widget #mc-embedded-subscribe-form .mc-field-group label {
  position: absolute;
  font-style: italic;
  color: #971694;
  top: 50%;
  padding-left: 14px;
  transform: translateY(calc(-50% - 5px));
}
.footer-widget #mc-embedded-subscribe-form .mc-field-group input:focus + label {
  display: none;
}
.footer-widget #mc-embedded-subscribe-form #mce-responses {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: flex-end;
  padding: 0;
}
.footer-widget #mc-embedded-subscribe-form #mce-responses input {
  background-color: #d4b1ff;
  color: #681e6a;
  font-weight: 700;
  width: 100%;
  margin: 0;
}
.footer-widget #mc-embedded-subscribe-form #mce-responses input:hover {
  opacity: 0.75;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Global
--------------------------------------------- */
#spacer {
  height: 94px;
}

.site-header {
  align-items: center;
  background: #fff;
  padding: 1.0625rem 24px;
  position: fixed;
  width: 100%;
  z-index: 10;
  transition: 0.4s padding ease-in-out;
}
.site-header.logged-in {
  position: sticky;
  top: 32px;
}
@media only screen and (max-width: 782px) {
  .site-header.logged-in {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .site-header.logged-in {
    top: 0;
  }
}
.site-header.logged-in + #spacer {
  height: auto;
}
.site-header.scrolled {
  padding: 0.625rem 24px;
}
.site-header.nav-open {
  background: #681e6a;
}
.site-header__inner {
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.site-header__inner .menu-item.locator,
.site-header__inner .menu-item.contact {
  margin-top: 3px;
}
.site-header__inner .menu-item.locator:hover,
.site-header__inner .menu-item.contact:hover {
  opacity: 0.75;
}
.site-header__search {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
}
@media (max-width: 900px) {
  .site-header__search .widget_nav_menu {
    display: none;
  }
  .nav-open .site-header__search {
    display: flex;
    position: absolute;
    left: 0;
    margin: 0 24px;
    padding: 1rem 0;
    top: 100%;
    z-index: 1;
    width: calc(100% - 48px);
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
}
@media (max-width: 900px) and (max-width: 360px) {
  .nav-open .site-header__search {
    padding-block: 0.5rem;
  }
}
@media (max-width: 900px) {
  .nav-open .site-header__search .widget_nav_menu {
    display: flex;
  }
}
@media (max-width: 360px) {
  .site-header__search {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    padding: 0;
  }
}
.site-header__search .widget {
  margin: 0;
}
@media (max-width: 900px) {
  .site-header__search .widget {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .site-header__search .widget_nav_menu {
    justify-content: center;
    margin-left: -40px;
  }
}
.site-header__search .widget_nav_menu ul {
  align-items: center;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
@media (max-width: 900px) {
  .site-header__search .widget_nav_menu ul {
    gap: 1rem;
  }
}
.site-header__search .widget_nav_menu ul a {
  align-items: center;
  color: #681e6a;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  text-transform: lowercase;
  font-size: 16px;
}
@media (max-width: 900px) {
  .site-header__search .widget_nav_menu ul a {
    gap: 0.5rem;
  }
}
.site-header__search .widget_nav_menu ul .contact {
  position: relative;
  margin-right: 40px;
}
@media (max-width: 900px) {
  .site-header__search .widget_nav_menu ul .contact {
    margin: 0 auto;
  }
}
.site-header__search .widget_nav_menu ul .contact a:after {
  content: "";
  color: #681e6a;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjNjgxRTZBIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yLjA3MSAxLjVIMjYuNXYxN0gyLjA3MXoiLz48cGF0aCBzdHJva2U9IiM2ODFFNkEiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTEuOTkzIDEuNDgyIDEyLjI1IDExLjExTDI2LjE3MSAxLjc3NSIvPjwvc3ZnPg==);
  display: block;
  width: 28px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: -40px;
}
.site-header__search .widget_nav_menu ul .locator {
  position: relative;
  margin-right: 33px;
}
.site-header__search .widget_nav_menu ul .locator a:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjgxRTZBIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTE4LjU3MSAxMC42MDJjMC02LjE0OC0zLjgwNC04LjYwMi04LjUtOC42MDItNC42OTUgMC04LjUgMi40NTgtOC41IDguNjAyIDAgNi4xNDMgOC41IDEzLjM5OCA4LjUgMTMuMzk4czguNS03LjI1IDguNS0xMy4zOThaIi8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNjgxRTZBIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTEwLjMyNCAxNC41MDVhMy43NTIgMy43NTIgMCAxIDAgMC03LjUwNSAzLjc1MiAzLjc1MiAwIDAgMCAwIDcuNTA1WiIvPjwvc3ZnPg==);
  display: block;
  width: 21px;
  height: 26px;
  position: absolute;
  top: 0;
  right: -33px;
}
.nav-open .site-header__search .widget_nav_menu ul a {
  color: #fff;
}
.nav-open .site-header__search .widget_nav_menu ul .contact a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOCIgaGVpZ2h0PSIyMCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yLjA3MSAxLjVIMjYuNXYxN0gyLjA3MXoiLz48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMyIgZD0ibTEuOTkzIDEuNDgyIDEyLjI1IDExLjExTDI2LjE3MSAxLjc3NSIvPjwvc3ZnPg==);
}
.nav-open .site-header__search .widget_nav_menu ul .locator a:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyNiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTE4LjU3MSAxMC42MDJjMC02LjE0OC0zLjgwNC04LjYwMi04LjUtOC42MDItNC42OTUgMC04LjUgMi40NTgtOC41IDguNjAyIDAgNi4xNDMgOC41IDEzLjM5OCA4LjUgMTMuMzk4czguNS03LjI1IDguNS0xMy4zOThaIi8+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMyIgZD0iTTEwLjMyNCAxNC41MDVhMy43NTIgMy43NTIgMCAxIDAgMC03LjUwNSAzLjc1MiAzLjc1MiAwIDAgMCAwIDcuNTA1WiIvPjwvc3ZnPg==);
}
.site-header__search-toggle {
  align-items: center;
  background: transparent;
  border: 0px;
  color: #681e6a;
  display: flex;
  font-weight: 600;
  text-transform: lowercase;
  padding: 0 1.5rem;
  font-size: 16px;
  margin-top: 10.5px;
}
@media (max-width: 900px) {
  .site-header__search-toggle {
    margin-top: 6px;
  }
}
.site-header__search-toggle:hover .search-copy,
.site-header__search-toggle:hover .icon-container {
  opacity: 0.75;
}
.site-header__search-toggle .search-copy {
  cursor: pointer;
  margin-right: 0.75rem;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
.site-header__search-toggle .icon-container {
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  margin-top: -5px;
  padding-bottom: 21px;
}
.site-header__search-toggle .icon-container .search-icon {
  transition: 0.4s opacity;
}
.site-header__search-toggle .icon-container .close-icon {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s opacity;
}
.site-header__search-toggle[aria-expanded=true] .search-icon {
  opacity: 0;
}
.site-header__search-toggle[aria-expanded=true] .close-icon {
  opacity: 1;
}
@media (max-width: 900px) {
  .site-header__search-toggle {
    padding: 0 0 0 1rem;
    gap: 0.5rem;
    display: none;
  }
}
.nav-open .site-header__search-toggle {
  color: #fff;
}
@media (max-width: 900px) {
  .nav-open .site-header__search-toggle {
    display: flex;
  }
}
.site-header__search-form {
  background-color: #681e6a;
  display: flex;
  justify-content: center;
  opacity: 0;
  max-height: 0;
  max-width: 0;
  visibility: hidden;
  position: absolute;
  padding: 96px 0;
  left: 0;
  top: 100%;
  width: 100%;
  transition: 0.4s opacity;
}
@media (max-width: 900px) {
  .site-header__search-form {
    padding: 96px 24px;
  }
}
.site-header__search-form--close {
  background: transparent;
  border: none;
  color: #d4b1ff;
  display: none;
  padding: 1.5rem 24px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 900px) {
  .site-header__search-form--close {
    display: block;
  }
}
.site-header__search-form.show {
  opacity: 1;
  max-height: 300px;
  max-width: 100%;
  visibility: visible;
}
.site-header__search-form .yext-search-bar {
  width: 648px;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container {
  background-color: transparent !important;
  border-radius: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  border-right: 0px !important;
  border-bottom-color: #fff !important;
  border-bottom-width: 2px !important;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form input[type=text] {
  color: #d4b1ff;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  padding: 0 0.5rem 0.75rem;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form input[type=text]::placeholder {
  font-family: "Cooper", "Georgia", serif;
  color: #d4b1ff;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-clear,
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-button {
  background: transparent;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-clear svg,
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-button svg {
  color: #fff;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-clear div svg,
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-button div svg {
  display: none;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-button {
  display: flex;
  padding-right: 0.5rem;
}
.site-header__search-form .yext-search-bar .yxt-SearchBar-container .yxt-SearchBar-form button.yxt-SearchBar-button:before {
  content: "";
  padding: 0;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjY3MzMgMzIuNUwzNSAyMC40NThMMjIuODgyOSA4LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0zNCAyMC41TDQgMjAuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  height: 29px;
  width: 35px;
}

.site-branding {
  display: flex;
  position: relative;
}
.site-branding__logo--color {
  align-items: center;
  display: flex;
  transition: 0.4s opacity ease-in-out;
}
.site-branding__logo--white {
  opacity: 0;
  left: 0;
  top: 0;
  position: absolute;
  transition: 0.4s opacity ease-in-out;
}
.nav-open .site-branding__logo--color {
  opacity: 0;
}
.nav-open .site-branding__logo--white {
  opacity: 1;
}

/**
 * Swiper 8.4.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 12, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/* Blocks
--------------------------------------------- */
.three-up-image-text {
  text-align: center;
}
.three-up-image-text.dark-purple-background {
  background-color: #681e6a;
}
.three-up-image-text .container {
  margin: 0 auto;
  padding: 0 24px;
}
.three-up-image-text .container .title {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
}
.three-up-image-text .container .title.dark-purple-background {
  color: #d4b1ff;
}
@media (max-width: 600px) {
  .three-up-image-text .container .title.dark-purple-background {
    font-size: 38px;
  }
}
.three-up-image-text__columns {
  display: flex;
  gap: 2rem;
}
.three-up-image-text__columns.dark-purple-background {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .three-up-image-text__columns.dark-purple-background {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .three-up-image-text__columns {
    flex-direction: column;
  }
}
.three-up-image-text__column {
  flex: 1;
}
.three-up-image-text__column img {
  max-width: 100%;
}
.three-up-image-text__column.dark-purple-background img {
  max-width: 240px;
}
@media (max-width: 600px) {
  .three-up-image-text__column.dark-purple-background img {
    max-width: 152px;
  }
}
.three-up-image-text__column.dark-purple-background .subtitle {
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .three-up-image-text__column.dark-purple-background .subtitle {
    font-size: 24px;
    margin-top: 0;
  }
}
.three-up-image-text .cta-btn {
  margin: 0 auto;
}

.text-image {
  width: 100%;
  display: flex;
  justify-content: center;
}
.text-image__container {
  width: 100%;
  max-width: 1440px;
  padding: 88px 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  grid-auto-flow: dense;
  column-gap: 88px;
}
@media (max-width: 900px) {
  .text-image__container {
    grid-template-columns: 1fr;
    row-gap: 39px;
    padding-block: 64px;
  }
}
.text-image__container__text-section {
  max-width: 508px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-column: 1;
}
.text-image__container__text-section.img-left {
  grid-column: 2;
  justify-self: right;
}
@media (max-width: 900px) {
  .text-image__container__text-section {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
  }
  .text-image__container__text-section.img-left {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.text-image__container__text-section__heading {
  font-weight: 400;
  font-size: 56px;
  line-height: 1;
  margin-block: 0px 24px;
}
@media (max-width: 900px) {
  .text-image__container__text-section__heading {
    font-size: 40px;
  }
}
.text-image__container__text-section__copy p {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  margin-block: 0;
}
.text-image__container__image-section {
  max-width: 508px;
  justify-self: right;
  grid-column: 2;
  display: flex;
  align-items: center;
}
.text-image__container__image-section.img-left {
  grid-column: 1;
  justify-self: unset;
}
@media (max-width: 900px) {
  .text-image__container__image-section {
    grid-column: 1/-1;
    grid-row: 1;
    justify-self: center;
  }
  .text-image__container__image-section.img-left {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.text-image__container__image-section__wrapper {
  display: flex;
  align-items: center;
}

.full-bleed-hero {
  align-items: center;
  border-top: 0;
  display: flex;
  justify-content: center;
  min-height: calc(100vh - 136px);
  position: relative;
}
.full-bleed-hero__image--mobile {
  display: none;
}
@media (max-width: 900px) {
  .full-bleed-hero__image--mobile {
    display: block;
  }
}
.full-bleed-hero__image--desktop {
  display: block;
}
@media (max-width: 900px) {
  .full-bleed-hero__image--desktop {
    display: none;
  }
}
.full-bleed-hero__image img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  z-index: -1;
}
.full-bleed-hero .container {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #fff;
}

.rtb {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.rtb__container {
  width: 100%;
  max-width: 1440px;
  padding: 88px 24px;
}
@media (max-width: 600px) {
  .rtb__container {
    padding-block: 64px;
  }
}
.rtb__container__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
}
.rtb__container__hero-section__title {
  font-weight: 400;
  font-size: 80px;
  line-height: 1;
  margin-block: 0px 16px;
  text-align: center;
}
@media (max-width: 600px) {
  .rtb__container__hero-section__title {
    font-size: 48px;
  }
}
.rtb__container__hero-section__copy p {
  max-width: 832px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin-block: 0;
}
.rtb__container__hero-section .cta-btn {
  margin-top: 24px;
}
.rtb__container__cards-section {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 32px;
  justify-content: center;
}
@media (max-width: 900px) {
  .rtb__container__cards-section {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
  }
}
@media (max-width: 600px) {
  .rtb__container__cards-section {
    column-gap: 16px;
  }
}
.rtb__container__cards-section__card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rtb__container__cards-section__card__img-wrapper {
  display: flex;
  align-items: center;
}
.rtb__container__cards-section__card__title {
  font-size: 28px;
  line-height: 35px;
  text-align: center;
  margin-block: 16px;
}
@media (max-width: 600px) {
  .rtb__container__cards-section__card__title {
    font-size: 24px;
    line-height: 30px;
  }
}
.rtb__container__cards-section__card__copy p {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  margin: 0;
}
.rtb__container__cards-section__card .cta-btn {
  margin-top: 16px;
}

.testimonial-slider {
  background: #fff;
  color: #971694;
  text-align: center;
  border-top: 1px solid #d4b1ff;
}
.testimonial-slider.dark-purple-theme {
  background: #681e6a;
  color: #fff;
}
.testimonial-slider .container {
  overflow: hidden;
  padding: 0 24px;
  position: relative;
}
.testimonial-slider button {
  background: transparent;
  border: 0px;
}
.testimonial-slider .swiper-wrapper {
  align-items: center;
}
.testimonial-slider__testimonial--inner {
  padding: 0 5rem;
  max-width: 916px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .testimonial-slider__testimonial--inner {
    padding: 0;
  }
}
.testimonial-slider__testimonial--author {
  text-transform: lowercase;
}
.testimonial-slider__testimonial--author span {
  display: block;
}
.testimonial-slider__testimonial--author .name {
  font-size: 28px;
  font-weight: 900;
  color: #681e6a;
  padding-top: 1rem;
}
.testimonial-slider__testimonial--author .name.dark-purple-theme {
  color: #ffd923;
}
.testimonial-slider__testimonial--author .info {
  font-size: 18px;
  font-weight: 600;
}
.testimonial-slider__testimonial--quote {
  color: #971694;
  font-family: "Cooper", "Georgia", serif;
  text-transform: lowercase;
  font-weight: 800;
}
.testimonial-slider__testimonial--quote p {
  letter-spacing: -0.01em;
}
.testimonial-slider__testimonial--quote.dark-purple-theme {
  color: #d4b1ff;
}
.testimonial-slider__testimonial--quote * {
  font-size: 48px;
  line-height: 1.1;
}
@media (max-width: 900px) {
  .testimonial-slider__testimonial--quote * {
    font-size: 34px;
  }
}
.testimonial-slider .swiper-button-prev,
.testimonial-slider .swiper-button-next {
  align-items: center;
  color: #007e36;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  cursor: pointer;
  margin-top: -76px;
}
.testimonial-slider .swiper-button-prev.dark-purple-theme,
.testimonial-slider .swiper-button-next.dark-purple-theme {
  color: #ffd923;
}
.testimonial-slider .swiper-button-prev:after,
.testimonial-slider .swiper-button-next:after {
  content: none;
}
.testimonial-slider .swiper-button-prev svg,
.testimonial-slider .swiper-button-next svg {
  width: 35px;
  height: 28px;
}
.testimonial-slider .swiper-button-prev:hover,
.testimonial-slider .swiper-button-next:hover {
  opacity: 0.75;
}
.testimonial-slider .swiper-button-next svg {
  transform: rotate(180deg);
}
.testimonial-slider .swiper-pagination {
  position: relative;
  padding-top: 2rem;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #681e6a;
  opacity: 1;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  cursor: pointer;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet:hover, .testimonial-slider .swiper-pagination .swiper-pagination-bullet:focus {
  opacity: 0.75;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet.dark-purple-theme {
  color: #fff;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007e36;
}
.testimonial-slider .swiper-pagination .swiper-pagination-bullet-active.dark-purple-theme {
  color: #ffd923;
}
@media (max-width: 900px) {
  .testimonial-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
}

.our-feed {
  width: 100%;
  padding: 96px 24px;
  position: relative;
}
.our-feed .section-anchor {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -161px;
}
.our-feed .section-anchor.first-section {
  top: -159px;
}
.our-feed .loading-container {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem 0 0;
}
.our-feed .loading-container span {
  opacity: 0;
  height: 0;
  width: 0;
}
.our-feed .loading-container.show {
  display: flex;
}
.our-feed .loading-spinner {
  border: 16px solid #681e6a;
  border-radius: 50%;
  border-top: 16px solid #fff;
  display: block;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.our-feed .load-more {
  background: #007e36;
  border-radius: 0px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  font-weight: 700;
  margin-top: 48px;
  padding: 16px;
  text-align: center;
  width: 100%;
}
.our-feed .load-more:hover {
  opacity: 0.75;
}
.our-feed .load-more:disabled {
  background: #666;
  cursor: not-allowed;
  opacity: 0.5;
}
@media (max-width: 900px) {
  .our-feed .load-more {
    font-size: 34px;
    line-height: 110%;
  }
}
@media (max-width: 900px) {
  .our-feed {
    padding: 88px 24px;
  }
}
.our-feed .container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}
.our-feed__intro {
  text-align: center;
  padding-bottom: 64px;
}
@media (max-width: 900px) {
  .our-feed__intro {
    padding-bottom: 48px;
  }
}
.our-feed__intro h2 {
  color: #971694;
  margin: 0 auto;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 900px) {
  .our-feed__intro h2 {
    font-size: 38px;
  }
}
.our-feed__intro p {
  margin: 32px 0 0 0;
  color: #581631;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 900px) {
  .our-feed__intro p {
    margin: 16px 0 0 0;
    font-size: 20px;
  }
}
.our-feed button {
  background: transparent;
  border: 0px;
}
.our-feed__feed {
  padding: 0;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 48px;
}
@media (max-width: 900px) {
  .our-feed__feed {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
.our-feed__card {
  background-color: #f4ebff;
  max-width: 448px;
  margin: 0 auto;
}
.our-feed__card--image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 416px;
}
.cat-press .our-feed__card--image {
  background-color: #d4b1ff;
  padding: 18px;
}
.cat-press .our-feed__card--image img {
  object-fit: contain;
}
.our-feed__card--image.press {
  background-color: #d4b1ff;
  padding: 18px;
}
.our-feed__card--image.press a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.our-feed__card--image.press a img {
  height: auto;
}
@media (max-width: 900px) {
  .our-feed__card--image {
    height: 343px;
  }
}
.our-feed__card--image a {
  width: 100%;
  height: 416px;
}
.our-feed__card--image a:hover {
  opacity: 0.75;
}
@media (max-width: 900px) {
  .our-feed__card--image a {
    height: 343px;
  }
}
.our-feed__card--image a img {
  display: block;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.our-feed__card--content {
  padding: 32px;
}
@media (max-width: 900px) {
  .our-feed__card--content {
    min-height: 233px;
    padding-inline: 24px;
  }
}
.our-feed__card--content .cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.our-feed__card--content .cats li a {
  background-color: #681e6a;
  display: inline-block;
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  color: #fff;
}
.our-feed__card--content .cats li a:hover {
  opacity: 0.75;
}
.cat-press .our-feed__card--content .cats a {
  background-color: #681e6a;
}
.cat-parenting-support .our-feed__card--content .cats a {
  background-color: #004ca7;
}
.cat-palate-expansion .our-feed__card--content .cats a {
  color: #581631;
  background-color: #ffd923;
}
.our-feed__card--content .title {
  display: block;
  text-decoration: none;
}
.our-feed__card--content .title:hover {
  opacity: 0.75;
}
.our-feed__card--content .title h3 {
  margin: 0;
  padding-top: 32px;
  color: #681e6a;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .our-feed__card--content .title h3 {
    padding-top: 24px;
  }
}

.three-across {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.three-across .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
}
@media (max-width: 600px) {
  .three-across .container {
    padding-block: 64px;
  }
  .three-across .container.green-subtitle {
    padding-block: 88px;
  }
}
.three-across__img-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 264px;
}
@media (max-width: 600px) {
  .three-across__img-wrapper {
    max-width: 180px;
  }
}
.three-across__title {
  margin: 16px 0 0 0;
  color: #681e6a;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 600px) {
  .three-across__title {
    font-family: "Mark Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 38px;
  }
}
.three-across__cards {
  margin: 48px 0 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 64px;
}
.three-across__cards.green-subtitle {
  margin-top: 80px;
}
@media (max-width: 600px) {
  .three-across__cards.green-subtitle {
    margin-top: 40px;
  }
}
.three-across__cards__card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.three-across__cards__card * {
  text-align: center;
}
.three-across__cards__card__img-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.three-across__cards__card__img-wrapper img {
  max-width: 128px;
}
.three-across__cards__card h3 {
  max-width: 400px;
  min-height: 70px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  display: flex;
  align-items: center;
}
.three-across__cards__card h3.green-subtitle {
  color: #007e36;
  margin-bottom: 24px;
}
@media (max-width: 1200px) {
  .three-across__cards__card h3 {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .three-across__cards__card h3 {
    min-height: revert;
  }
  .three-across__cards__card h3.green-subtitle {
    margin-bottom: 0;
    max-width: 300px;
  }
}
.three-across__cards__card .card-copy {
  height: 100%;
}
.three-across__cards__card .card-copy p {
  margin: 16px 0 0 0;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
.three-across__cards__card div.btn {
  width: 100%;
  height: 48px;
  margin-block: 24px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-across__cards__card div.btn a {
  width: fit-content;
  min-width: 200px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #007e36;
  height: 48px;
  padding: 16px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-across__cards__card div.btn a:hover {
  opacity: 0.75;
}
.three-across__cards__card div.btn a .icon {
  padding: 0 0 0 10px;
  height: 18px;
}
.three-across__cards__card div.btn a .icon svg {
  width: 18px;
  height: 18px;
}
@media (max-width: 900px) {
  .three-across__cards {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}

.cta-with-images {
  color: #d4b1ff;
  background-color: #581631;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  border-top: none;
}
.cta-with-images .container {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: 464px 416px 464px;
  column-gap: 48px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .cta-with-images .container {
    grid-template-columns: 32% 28% 32%;
    column-gap: 4%;
  }
}
@media (max-width: 900px) {
  .cta-with-images .container {
    display: flex;
    flex-direction: column;
  }
}
.cta-with-images__center {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .cta-with-images__center {
    padding: 95px 24px;
  }
}
.cta-with-images__center > * {
  margin: 0;
  text-align: center;
  width: 100%;
}
.cta-with-images__center h2 {
  color: #d4b1ff;
  font-family: "Cooper", "Georgia", serif;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-decoration: none;
}
@media (max-width: 1440px) {
  .cta-with-images__center h2 {
    font-size: 56px;
    line-height: 1;
  }
}
@media (max-width: 1200px) {
  .cta-with-images__center h2 {
    font-size: 48px;
  }
}
@media (max-width: 900px) {
  .cta-with-images__center h2 {
    font-size: 56px;
  }
}
@media (max-width: 600px) {
  .cta-with-images__center h2 {
    font-size: 52px;
  }
}
.cta-with-images__center p {
  margin-top: 32px;
}
.cta-with-images__center .cta-btn {
  width: 200px;
  margin-top: 32px;
  padding: 16px;
}
.cta-with-images__side {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cta-with-images__side img {
  width: auto;
  object-fit: contain;
}
@media (max-width: 900px) {
  .cta-with-images__side img.img-lg {
    width: 100%;
  }
}
.cta-with-images .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  pointer-events: none;
  text-decoration: none;
}

.cta {
  color: #681e6a;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  padding: 96px 24px;
  border-top: 1px solid #d4b1ff;
}
.cta.purple {
  background: #681e6a;
  color: #fff;
  border: 0px;
}
.cta.purple .cta__copy {
  color: #fff;
}
.cta.no-top-border {
  border: none;
}
@media (max-width: 600px) {
  .cta {
    padding-block: 64px;
  }
}
.cta .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cta__eyebrow {
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 900px) {
  .cta__eyebrow {
    font-size: 24px;
  }
}
.cta__heading h1 {
  color: #d4b1ff;
  font-family: "Cooper", "Georgia", serif;
  margin: 0 0 1rem;
  text-align: center;
}
.cta__heading h2 {
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-transform: lowercase;
  letter-spacing: -0.01em;
  margin-block: 0;
}
@media (max-width: 600px) {
  .cta__heading h2 {
    font-size: 34px;
  }
}
.cta__copy.purple-background p {
  color: #fff;
}
.cta__copy p {
  color: #581631;
  margin-block: 16px 0;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 600px) {
  .cta__copy p {
    font-size: 20px;
  }
}
.cta__btns {
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .cta__btns {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
}
.cta__btns__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  height: 48px;
  min-width: 200px;
  padding: 16px 24px;
  color: #fff;
  background-color: #007e36;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}
.cta__btns__btn:hover {
  opacity: 0.75;
  color: #fff;
}
.cta__btns__btn:focus {
  outline: 1px dotted #342e37;
}
.cta__btns__btn.btn-2 {
  background-color: #681e6a;
}
.purple .cta__btns__btn {
  background: #fff;
  color: #681e6a;
}
.cta__comment p {
  margin-block: 16px 0;
  color: #342e37;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.02em;
  text-align: center;
}

.faq-accordion {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  padding: 96px 24px;
  position: relative;
}
@media (max-width: 600px) {
  .faq-accordion {
    padding-block: 80px;
  }
}
.faq-accordion .container {
  width: 100%;
  max-width: 880px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq-accordion .section-anchor {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -210px;
}
.faq-accordion .section-anchor.logged-in {
  top: -178px;
}
.faq-accordion .section-anchor.first-section {
  top: -208px;
}
.faq-accordion .section-anchor.first-section.logged-in {
  top: -176px;
}
.faq-accordion__title h2 {
  color: #007e36;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: lowercase;
  margin-block: 0;
}
@media (max-width: 600px) {
  .faq-accordion__title h2 {
    font-size: 38px;
    line-height: 42px;
  }
}
.faq-accordion__accordions__accordion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 56px;
  border-bottom: 1px solid #d4b1ff;
}
.faq-accordion__accordions__accordion__question {
  width: 100%;
  display: flex;
  column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin: 0;
  padding: 0;
  color: #971694;
  border: none;
  background-color: transparent;
}
@media (max-width: 600px) {
  .faq-accordion__accordions__accordion__question {
    column-gap: 40px;
  }
}
.faq-accordion__accordions__accordion__question h3 {
  width: 100%;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: left;
  text-transform: lowercase;
  margin-block: 8px;
}
@media (max-width: 600px) {
  .faq-accordion__accordions__accordion__question h3 {
    font-size: 24px;
  }
}
.faq-accordion__accordions__accordion__question svg {
  flex: 0 0 32px;
  transform: rotate(0deg);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 600px) {
  .faq-accordion__accordions__accordion__question svg {
    flex: 0 0 24px;
  }
}
.faq-accordion__accordions__accordion__question svg.open {
  transform: rotate(90deg);
  transition: all 0.25s ease-in-out;
}
.faq-accordion__accordions__accordion__answer {
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: all 0.25s ease-in-out;
}
.faq-accordion__accordions__accordion__answer.open {
  visibility: visible;
  opacity: 1;
  height: 100%;
  transition: all 0.25s ease-in-out;
}
.faq-accordion__accordions__accordion__answer p,
.faq-accordion__accordions__accordion__answer div {
  margin-block: 16px;
  color: #342e37;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
}
.faq-accordion__accordions__accordion__answer a {
  color: #007e36;
}
.faq-accordion__accordions__accordion__answer__two-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 48px;
  row-gap: 24px;
}
@media (max-width: 600px) {
  .faq-accordion__accordions__accordion__answer__two-column {
    grid-template-columns: 1fr;
  }
}
.faq-accordion__accordions__accordion__answer__two-column .column {
  margin: 0;
}
.faq-accordion__accordions__accordion__answer__two-column .column .two-column-title {
  color: #971694;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: left;
  margin-block: 8px;
}
.faq-accordion__accordions__accordion__answer__two-column .column ul {
  margin: 0;
  padding-left: 24px;
}

.hero-50-50 {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  padding: 0;
  background-color: #f4ebff;
}
.hero-50-50 .container {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  column-gap: 48px;
}
@media (max-width: 900px) {
  .hero-50-50 .container {
    grid-template-columns: 1fr;
    row-gap: 88px;
  }
}
.hero-50-50__text-section {
  width: 100%;
  padding-inline: 24px;
}
@media (max-width: 900px) {
  .hero-50-50__text-section {
    padding-top: 72px;
  }
}
@media (max-width: 600px) {
  .hero-50-50__text-section {
    padding-inline: 16px;
  }
}
.hero-50-50__text-section__title {
  max-width: 532px;
}
.hero-50-50__text-section__title h1 {
  color: #971694;
  font-family: "Cooper", "Georgia", serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 79px;
  text-align: left;
  margin-block: 16px 12px;
}
@media (max-width: 1200px) {
  .hero-50-50__text-section__title h1 {
    font-size: 60px;
    line-height: 66px;
    margin-block: 0;
  }
}
@media (max-width: 900px) {
  .hero-50-50__text-section__title h1 {
    max-width: 400px;
    font-size: 54px;
    line-height: 60px;
  }
}
.hero-50-50__text-section__copy {
  max-width: 463px;
}
.hero-50-50__text-section__copy p {
  color: #581631;
  font-size: 24px;
  font-weight: 450;
  line-height: 32px;
}
.hero-50-50__text-section__btns {
  display: flex;
  column-gap: 16px;
  margin-top: 36px;
  min-width: 432px;
}
@media (max-width: 1200px) {
  .hero-50-50__text-section__btns {
    margin-top: 0;
  }
}
@media (max-width: 900px) {
  .hero-50-50__text-section__btns {
    min-width: revert;
  }
}
@media (max-width: 600px) {
  .hero-50-50__text-section__btns {
    margin-top: 32px;
    column-gap: 24px;
  }
}
@media only screen and (max-width: 374px) {
  .hero-50-50__text-section__btns {
    column-gap: 16px;
  }
}
.hero-50-50__text-section__btns .cta-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  height: 48px;
  min-width: 200px;
  padding: 16px 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
@media (max-width: 900px) {
  .hero-50-50__text-section__btns .cta-btn {
    min-width: 160px;
  }
}
@media only screen and (max-width: 374px) {
  .hero-50-50__text-section__btns .cta-btn {
    min-width: 135px;
    padding-inline: 16px;
  }
}
.hero-50-50__text-section__btns .cta-btn:hover, .hero-50-50__text-section__btns .cta-btn:visited {
  color: #fff;
}
.hero-50-50__text-section__btns .cta-btn:focus {
  outline: 1px dotted #342e37;
}
.hero-50-50__image-section {
  width: 100%;
  max-width: 697px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 900px) {
  .hero-50-50__image-section {
    max-width: 100%;
  }
}
.hero-50-50__image-section img {
  width: 100%;
}
.hero-50-50__image-section__video {
  position: relative;
  height: 0px;
  padding-bottom: 100%;
  width: 100%;
}
.hero-50-50__image-section__video iframe {
  background-color: #000;
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.three-up-purple {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  padding: 0;
}
.three-up-purple .container {
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  column-gap: 48px;
  padding: 96px 24px;
}
@media (max-width: 1024px) {
  .three-up-purple .container {
    grid-template-columns: 1fr;
    row-gap: 80px;
  }
}
@media (max-width: 600px) {
  .three-up-purple .container {
    padding: 88px 16px 40px;
  }
}
.three-up-purple__card {
  width: 100%;
  background-color: #f4ebff;
}
@media (max-width: 1024px) {
  .three-up-purple__card {
    display: flex;
  }
}
@media (max-width: 900px) {
  .three-up-purple__card {
    max-width: 416px;
    margin-inline: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.three-up-purple__card__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-up-purple__card__image img {
  width: 100%;
  transition: 0.4s opacity ease-in-out;
  will-change: opacity;
}
.three-up-purple__card__image a {
  background-position: center center;
  background-size: cover;
  display: flex;
  width: 100%;
}
.three-up-purple__card__image a:hover img {
  opacity: 0;
}
.three-up-purple__card__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-align: center;
}
@media (max-width: 600px) {
  .three-up-purple__card__content {
    padding: 32px 16px;
  }
}
.three-up-purple__card__content__title {
  margin-bottom: 16px;
}
.three-up-purple__card__content__title h2 {
  margin: 0;
  color: #681e6a;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.1;
}
.three-up-purple__card__content__copy p {
  margin: 0;
  color: #581631;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
.three-up-purple__card__content .cta-btn {
  margin-top: 16px;
  min-width: 200px;
}

.rtb-flavors {
  border-top: 1.5px solid #f4ebff;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
}
.rtb-flavors .container {
  width: 100%;
  max-width: 1440px;
  padding: 96px 24px 88px;
}
@media (max-width: 600px) {
  .rtb-flavors .container {
    padding: 88px 24px;
  }
}
.rtb-flavors__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rtb-flavors__contents__heading h2 {
  margin: 0;
  color: #971694;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 600px) {
  .rtb-flavors__contents__heading h2 {
    font-size: 38px;
  }
}
.rtb-flavors__contents__copy p {
  margin-block: 32px 0;
  max-width: 766px;
  color: #581631;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 600px) {
  .rtb-flavors__contents__copy p {
    font-size: 20px;
    margin-top: 16px;
  }
}
.rtb-flavors__contents .cta-btn {
  margin-top: 32px;
}
@media (max-width: 600px) {
  .rtb-flavors__contents .cta-btn {
    margin-top: 24px;
  }
}
.rtb-flavors__images {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
}
@media (max-width: 900px) {
  .rtb-flavors__images {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
    max-width: 650px;
    margin-inline: auto;
  }
}
@media (max-width: 600px) {
  .rtb-flavors__images {
    margin-top: 88px;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}
.rtb-flavors__images__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.plum-standard {
  background-color: #f4ebff;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
}
.plum-standard.white-background {
  background-color: #fff;
}
.plum-standard .container {
  width: 100%;
  max-width: 1440px;
  padding: 96px 50px 88px;
}
@media (max-width: 600px) {
  .plum-standard .container {
    padding: 64px 16px 88px;
  }
}
.plum-standard .section-anchor {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -161px;
}
.plum-standard .section-anchor.first-section {
  top: -159px;
}
.plum-standard__contents {
  width: 100%;
  margin: 32px auto 64px;
}
@media (max-width: 600px) {
  .plum-standard__contents {
    margin-block: 0 72px;
  }
}
.plum-standard__contents__heading h2 {
  color: #971694;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
  margin: 0;
}
@media (max-width: 600px) {
  .plum-standard__contents__heading h2 {
    font-size: 38px;
  }
}
.plum-standard__contents__copy p {
  color: #581631;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
  margin: 16px 0 0 0;
}
@media (max-width: 600px) {
  .plum-standard__contents__copy p {
    font-size: 20px;
    margin-top: 8px;
  }
}
.plum-standard__cards {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 48px;
}
@media (max-width: 600px) {
  .plum-standard__cards {
    flex-direction: column;
    align-items: center;
    row-gap: 48px;
  }
}
.plum-standard__cards__card {
  max-width: 416px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.plum-standard__cards__card__image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  .plum-standard__cards__card__image {
    max-width: 160px;
  }
}
.plum-standard__cards__card__heading h3 {
  color: #007e36;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
  text-transform: lowercase;
  margin: 32px 0 0 0;
}
@media (max-width: 600px) {
  .plum-standard__cards__card__heading h3 {
    font-size: 24px;
  }
}
.plum-standard__cards__card__copy p {
  color: #342e37;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 16px 0 0 0;
}
@media (max-width: 600px) {
  .plum-standard__cards__card__copy p {
    margin-top: 8px;
  }
}

.product-detail {
  padding: 0;
  border-top: 1px solid #d4b1ff;
}
.product-detail__container {
  display: flex;
}
@media (max-width: 900px) {
  .product-detail__container {
    flex-direction: column;
  }
}
.product-detail__gallery {
  flex: 1;
  padding-left: 24px;
}
@media (max-width: 900px) {
  .product-detail__gallery {
    padding: 0 24px;
  }
}
.product-detail__gallery--inner {
  margin-left: auto;
  max-width: 695px;
  width: 100%;
  padding: 96px 0;
}
.product-detail__gallery--image {
  align-items: center;
  display: none;
  justify-content: center;
}
.product-detail__gallery--image img {
  max-height: 518px;
}
.product-detail__gallery--image:first-child {
  display: flex;
}
.product-detail__gallery--image.show {
  display: flex;
}
.product-detail__gallery--image.hide {
  display: none;
}
.product-detail__gallery--nav {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding-top: 2rem;
}
.product-detail__gallery--navbutton {
  align-items: center;
  background: transparent;
  border: 3px solid #d4b1ff;
  border-radius: 0px;
  cursor: pointer;
  width: 96px;
  height: 96px;
  justify-content: center;
  display: flex;
}
.product-detail__gallery--navbutton img {
  width: 100%;
}
.product-detail__gallery--navbutton.active {
  border-color: #007e36;
}
.product-detail__details {
  background: #f4ebff;
  color: #681e6a;
  flex: 1;
  padding: 3rem;
}
@media (max-width: 900px) {
  .product-detail__details {
    padding: 3rem 24px;
  }
}
.product-detail__details--inner {
  max-width: 638px;
  width: 100%;
}
.product-detail__flavors {
  align-items: flex-start;
  display: flex;
  gap: 3.5rem;
}
@media (max-width: 1440px) {
  .product-detail__flavors {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.product-detail__flavors img {
  max-width: 292px;
  width: 100%;
}
.product-detail__stage {
  font-size: 24px;
  color: #007e36;
}
.product-detail__title {
  color: #681e6a;
  text-transform: lowercase;
  font-size: 48px;
}
@media (max-width: 900px) {
  .product-detail__title {
    font-size: 34px;
    line-height: 37.4px;
  }
}
.product-detail__ingredients {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d4b1ff;
  padding-bottom: 2rem;
}
.product-detail__ingredients ul {
  display: grid;
  grid-template-rows: repeat(5, min-content);
  grid-auto-flow: column;
  padding: 0;
  margin: 0;
  padding-left: 1.5rem;
  line-height: 1.5;
}
.product-detail__description {
  padding-bottom: 1rem;
}
.product-detail__description p {
  font-size: 24px;
  line-height: 135%;
}
@media (max-width: 900px) {
  .product-detail__description p {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .product-detail .cta-btn {
    margin-top: 3rem;
    width: 100%;
  }
}

.product-faqs-heading {
  border-top: 1px solid #f4ebff;
  width: 100%;
  color: #007e36;
  font-family: "Mark Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  padding-top: 96px;
  margin-top: 0;
  margin-bottom: -96px;
}
@media (max-width: 900px) {
  .product-faqs-heading {
    font-size: 38px;
  }
}

.instagram-feed h2 {
  text-transform: lowercase;
  color: #971694;
  font-family: "Cooper", "Georgia", serif;
  text-align: center;
  padding-bottom: 1rem;
}
.instagram-feed a.cta-btn {
  margin: 0 auto 3rem;
}
.instagram-feed__container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 24px;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

.product-hero {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 96px 24px;
  background-color: #f4ebff;
  font-family: "Cooper", "Georgia", serif;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .product-hero {
    padding-block: 48px;
  }
}
.product-hero a {
  text-decoration: none;
}
.product-hero a:hover img {
  opacity: 0;
}
.product-hero .container {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 48px;
  padding-inline: 0;
}
@media (max-width: 900px) {
  .product-hero .container {
    column-gap: 0px;
  }
}
.product-hero__card {
  width: 100%;
}
@media (max-width: 900px) {
  .product-hero__card {
    display: none;
  }
}
.product-hero__card__image {
  background-position: center;
  background-size: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-hero__card__image img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: 0.4s opacity ease-in-out;
  will-change: opacity;
}
.product-hero__card__text {
  background-color: #fff;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .product-hero__card__text {
    height: 80px;
  }
}
.product-hero__card__text.view-all {
  background-color: #007e36;
}
.product-hero__card__text.view-all h2 {
  color: #fff;
}
.product-hero__card__text h2 {
  margin: 0;
  color: #971694;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 1200px) {
  .product-hero__card__text h2 {
    font-size: 36px;
  }
}
@media (max-width: 900px) {
  .product-hero__card__text h2 {
    font-size: 24px;
  }
}
.product-hero .view-btn {
  display: none;
}
@media (max-width: 900px) {
  .product-hero .view-btn {
    font-family: "Mark Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    background-color: #fff;
    height: 72px;
    display: grid;
    justify-content: center;
    padding: 4px;
  }
  .product-hero .view-btn span {
    text-align: center;
    align-self: flex-end;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.02em;
    text-align: center;
  }
  .product-hero .view-btn span.how-old {
    align-self: flex-start;
    font-size: 16px;
    font-weight: 400;
  }
  .product-hero .view-btn.all {
    background-color: #007e36;
  }
  .product-hero .view-btn.all span {
    align-self: center;
    color: #fff;
    max-width: 64px;
  }
  .product-hero .view-btn.baby {
    border-right: 1px solid #681e6a;
    color: #004ca7;
  }
  .product-hero .view-btn.tot {
    border-right: 1px solid #681e6a;
    color: #007e36;
  }
  .product-hero .view-btn.kid {
    color: #d70023;
  }
}
.product-hero.baby .container .product-hero__card .product-hero__card__text {
  background-color: #fff;
}
.product-hero.baby .container .product-hero__card .product-hero__card__text h2 {
  color: #971694;
}
.product-hero.baby .container .product-hero__card:nth-of-type(2) .product-hero__card__text {
  background-color: #007e36;
}
.product-hero.baby .container .product-hero__card:nth-of-type(2) .product-hero__card__text h2 {
  color: #fff;
}
.product-hero.baby .container .stage-filter:nth-of-type(1) .view-btn {
  background-color: #fff;
}
.product-hero.baby .container .stage-filter:nth-of-type(1) .view-btn span {
  color: #971694;
}
.product-hero.baby .container .stage-filter:nth-of-type(2) .view-btn {
  color: #fff;
  background-color: #007e36;
  border-right: none;
}
.product-hero.tot .container .product-hero__card .product-hero__card__text {
  background-color: #fff;
}
.product-hero.tot .container .product-hero__card .product-hero__card__text h2 {
  color: #971694;
}
.product-hero.tot .container .product-hero__card:nth-of-type(3) .product-hero__card__text {
  background-color: #007e36;
}
.product-hero.tot .container .product-hero__card:nth-of-type(3) .product-hero__card__text h2 {
  color: #fff;
}
.product-hero.tot .container .stage-filter:nth-of-type(1) .view-btn {
  background-color: #fff;
  border-right: 1px solid #681e6a;
}
.product-hero.tot .container .stage-filter:nth-of-type(1) .view-btn span {
  color: #971694;
}
.product-hero.tot .container .stage-filter:nth-of-type(2) .view-btn {
  border-right: none;
}
.product-hero.tot .container .stage-filter:nth-of-type(3) .view-btn {
  color: #fff;
  background-color: #007e36;
  border-right: none;
}
.product-hero.kid .container .product-hero__card .product-hero__card__text {
  background-color: #fff;
}
.product-hero.kid .container .product-hero__card .product-hero__card__text h2 {
  color: #971694;
}
.product-hero.kid .container .product-hero__card:nth-of-type(4) .product-hero__card__text {
  background-color: #007e36;
}
.product-hero.kid .container .product-hero__card:nth-of-type(4) .product-hero__card__text h2 {
  color: #fff;
}
.product-hero.kid .container .stage-filter:nth-of-type(1) .view-btn {
  background-color: #fff;
  border-right: 1px solid #681e6a;
}
.product-hero.kid .container .stage-filter:nth-of-type(1) .view-btn span {
  color: #971694;
}
.product-hero.kid .container .stage-filter:nth-of-type(3) .view-btn {
  border-right: none;
}
.product-hero.kid .container .stage-filter:nth-of-type(4) .view-btn {
  color: #fff;
  background-color: #007e36;
}

.similar-products h2 {
  color: #681e6a;
  text-transform: lowercase;
  text-align: center;
  padding-bottom: 2.5rem;
}
.similar-products__container {
  margin: 0 auto;
  max-width: 1440px;
  padding: 0 24px;
}
.similar-products__slide {
  text-align: center;
}
.similar-products__slide .stage {
  color: #007e36;
  display: block;
  font-weight: 700;
  padding-top: 1.5rem;
  text-transform: lowercase;
  font-size: 24px;
}
.similar-products__slide--inner {
  padding: 0 60px;
}
.similar-products__slide a {
  color: #681e6a;
  text-decoration: none;
}
.similar-products__slide a h3 {
  font-size: 32px;
  line-height: 35.2px;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .similar-products__slide a h3 {
    font-size: 24px;
    line-height: 26.4px;
  }
}
.similar-products .swiper-button-prev,
.similar-products .swiper-button-next {
  align-items: center;
  background: transparent;
  border: 0px;
  color: #007e36;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  cursor: pointer;
  transform: translateY(-150%);
}
.similar-products .swiper-button-prev:after,
.similar-products .swiper-button-next:after {
  content: none;
}
.similar-products .swiper-button-prev svg,
.similar-products .swiper-button-next svg {
  width: 35px;
  height: 28px;
}
.similar-products .swiper-button-prev:hover,
.similar-products .swiper-button-next:hover {
  opacity: 0.75;
}
.similar-products .swiper-button-next svg {
  transform: rotate(180deg);
}

.faq-hero {
  background-color: #681e6a;
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  padding: 96px 24px;
  position: relative;
}
@media (max-width: 600px) {
  .faq-hero {
    padding-block: 64px;
  }
}
.faq-hero .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faq-hero__eyebrow {
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 600px) {
  .faq-hero__eyebrow {
    font-size: 24px;
  }
}
.faq-hero__title {
  margin-top: 8px;
}
.faq-hero__title h1 {
  margin: 0;
  color: #d4b1ff;
  font-family: "Cooper", "Georgia", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
}
@media (max-width: 600px) {
  .faq-hero__title h1 {
    font-size: 52px;
  }
}
.faq-hero__copy {
  max-width: 880px;
  margin: 32px auto 0;
}
.faq-hero__copy p,
.faq-hero__copy div {
  margin: 0;
  color: #fff;
  font-family: Mark Pro;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
}
@media (max-width: 600px) {
  .faq-hero__copy p,
.faq-hero__copy div {
    font-size: 20px;
  }
}
.faq-hero__copy a {
  color: #fff;
}
.faq-hero__copy a:hover {
  color: #f4ebff;
}

.section-titles {
  width: 100%;
  padding: 24px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  background-color: #681e6a;
  top: 80px;
  z-index: 5;
}
.section-titles.nav-top-border {
  border-top: 1px solid #d4b1ff;
}
.section-titles.logged-in {
  top: 112px;
}
@media (max-width: 900px) {
  .section-titles {
    display: none;
  }
}
.section-titles .container {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}
.section-titles__title {
  color: rgba(255, 255, 255, 0.75);
  font-family: "Cooper", "Georgia", serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 6px;
}
.section-titles__title.active-section {
  color: #fff;
  border-bottom: 4px solid #fff;
  padding-bottom: 2px;
}
.section-titles__title:visited {
  color: rgba(255, 255, 255, 0.75);
}
.section-titles__title:hover {
  color: rgba(255, 255, 255, 0.9);
}

.ingredients {
  background: #681e6a;
  color: #fff;
  padding-top: 4rem;
}
.ingredients h2 {
  text-transform: lowercase;
}
.ingredients__container {
  max-width: 1440px;
  padding: 0 24px;
  margin: 0 auto;
}
.ingredients .age {
  color: #d4b1ff;
  font-weight: 900;
  font-size: 32px;
  line-height: 110%;
}
.ingredients__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 600px) {
  .ingredients__row {
    display: block;
  }
}
.ingredients__row div {
  max-width: 546px;
}
.ingredients__row:first-child {
  padding-bottom: 3rem;
}
.ingredients__row h2 {
  margin: 0;
  line-height: 100%;
}
@media (max-width: 600px) {
  .ingredients__row h2 {
    margin-bottom: 1.5rem;
  }
}
.ingredients__row h3 {
  margin-top: 0;
}
.ingredients__row h3,
.ingredients__row .ingredients-list p {
  color: #d4b1ff;
  font-weight: 450;
  font-size: 24px;
  line-height: 135%;
  text-transform: lowercase;
}
.ingredients__row .allergens p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-transform: none;
}

.hero-text {
  background: #681e6a;
  color: #fff;
  text-align: center;
}
.hero-text a {
  color: #fff;
}
.hero-text .container {
  padding: 0 24px;
  animation: appear 0.5s linear;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    transform: 1;
  }
}
.hero-text__eyebrow {
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .hero-text__eyebrow {
    font-size: 24px;
    line-height: 110%;
  }
}
.hero-text h2 {
  color: #d4b1ff;
  font-family: "Cooper", "Georgia", serif;
  text-transform: lowercase;
  font-size: 72px;
  margin-bottom: 2rem;
}
.hero-text h2.with-countup-number {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
@media (max-width: 900px) {
  .hero-text h2 {
    font-size: 52px;
    line-height: 110%;
  }
}
.hero-text__description {
  max-width: 880px;
  margin: 0 auto;
}
.hero-text__description p {
  font-size: 24px;
  line-height: 32.4px;
}
@media (max-width: 900px) {
  .hero-text__description p {
    font-size: 20px;
    line-height: 135%;
  }
}

.image-text-5050 {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
  padding: 0;
}
@media (max-width: 900px) {
  .image-text-5050 {
    padding-bottom: 48px;
  }
}
.image-text-5050.background-purple {
  background-color: #f4ebff;
}
.image-text-5050.no-bottom-padding-on-mobile {
  padding-bottom: 0;
}
.image-text-5050 .container {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  align-items: center;
  grid-auto-flow: dense;
}
@media (max-width: 900px) {
  .image-text-5050 .container {
    grid-template-columns: 1fr;
    row-gap: 48px;
  }
}
.image-text-5050__image-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: fit-content;
}
.image-text-5050__image-section img {
  width: 100%;
  object-fit: cover;
}
.image-text-5050__image-section.image-right {
  grid-column: 2/3;
}
@media (max-width: 900px) {
  .image-text-5050__image-section.image-right {
    grid-column: revert;
  }
}
.image-text-5050__content-section {
  width: 100%;
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 900px) {
  .image-text-5050__content-section {
    padding-inline: 24px;
    align-items: flex-start;
  }
}
.image-text-5050__content-section.image-right {
  grid-column: 1/2;
  align-items: flex-start;
}
@media (max-width: 900px) {
  .image-text-5050__content-section.image-right {
    grid-column: revert;
  }
}
.image-text-5050__content-section__heading {
  width: 100%;
  max-width: 532px;
}
@media (max-width: 900px) {
  .image-text-5050__content-section__heading {
    max-width: revert;
  }
}
.image-text-5050__content-section__heading h2 {
  margin: 0;
  color: #681e6a;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: left;
  text-transform: lowercase;
}
@media (max-width: 1024px) {
  .image-text-5050__content-section__heading h2 {
    font-size: 34px;
  }
}
.image-text-5050__content-section__copy {
  max-width: 532px;
}
@media (max-width: 900px) {
  .image-text-5050__content-section__copy {
    max-width: revert;
  }
}
.image-text-5050__content-section__copy p {
  margin: 32px 0 0 0;
  color: #342e37;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (max-width: 1024px) {
  .image-text-5050__content-section__copy p {
    margin-top: 16px;
    line-height: 1.25;
  }
}
@media (max-width: 900px) {
  .image-text-5050__content-section__copy p {
    margin-top: 24px;
    line-height: 1.6;
  }
}
.image-text-5050__content-section__copy a {
  color: #007e36;
  text-decoration: none;
}
.image-text-5050__content-section__copy a:hover {
  color: rgba(0, 126, 54, 0.75);
}
.image-text-5050__content-section__cta {
  padding: 0;
  width: 100%;
  max-width: 532px;
  align-self: flex-end;
  margin-top: 32px;
  display: flex;
  column-gap: 16px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.image-text-5050__content-section__cta.image-right {
  align-self: flex-start;
}
@media (max-width: 900px) {
  .image-text-5050__content-section__cta {
    max-width: revert;
  }
}
.image-text-5050__content-section__cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background-color: #007e36;
  min-width: 200px;
  height: 48px;
}
.image-text-5050__content-section__cta a:hover {
  opacity: 0.75;
}
@media (max-width: 1024px) {
  .image-text-5050__content-section__cta a {
    height: 36px;
  }
}
@media (max-width: 1024px) {
  .image-text-5050__content-section__cta a {
    height: 48px;
  }
}
.image-text-5050__content-section__cta a:nth-of-type(2) {
  background-color: #681e6a;
}
@media (max-width: 1024px) {
  .image-text-5050__content-section__cta {
    margin-top: 16px;
    min-width: 180px;
  }
}
@media (max-width: 900px) {
  .image-text-5050__content-section__cta {
    margin-top: 32px;
    min-width: 200px;
  }
}

.full-width-text {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: none;
  padding: 0;
  position: relative;
}
.full-width-text.background-purple {
  background-color: #f4ebff;
}
.full-width-text .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
  animation: appear 0.5s linear;
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    transform: 1;
  }
}
@media (max-width: 600px) {
  .full-width-text .container {
    padding-block: 64px;
  }
}
.full-width-text .section-anchor {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -161px;
}
.full-width-text .section-anchor.first-section {
  top: -159px;
}
.full-width-text__heading {
  width: 100%;
  max-width: 770px;
  color: #971694;
  font-family: "Cooper", "Georgia", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
  margin: 0;
}
.sans-serif-heading .full-width-text__heading {
  font-family: "Mark Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 64px;
}
.full-width-text__heading.with-countup-number {
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}
.full-width-text__heading.heading-dark {
  color: #681e6a;
}
@media (max-width: 600px) {
  .full-width-text__heading {
    font-size: 52px;
  }
}
@media (max-width: 360px) {
  .full-width-text__heading {
    font-size: 40px;
  }
}
.full-width-text__copy {
  width: 100%;
  max-width: 880px;
  margin-top: 24px;
}
.full-width-text__copy p {
  color: #581631;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
  margin: 0;
}
@media (max-width: 600px) {
  .full-width-text__copy p {
    font-size: 20px;
  }
}

.filters__buttons {
  display: none;
}
@media (max-width: 900px) {
  .filters {
    background: #fff;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 100px;
    height: 100%;
    width: 100%;
    z-index: -1;
  }
  .filters.show {
    display: flex;
    flex-direction: column;
    z-index: 1;
  }
  .filters .label {
    padding: 0 24px 1rem;
  }
  .filters__container {
    border-top: 2px solid #d4b1ff;
    padding: 0 24px;
    max-height: calc(100vh - 237px);
    overflow: scroll;
  }
  .filters__buttons {
    background: #f4ebff;
    display: none;
    margin-top: auto;
    padding: 24px;
    gap: 24px;
    display: flex;
  }
  .filters__buttons button {
    border: 0px;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    flex: 1;
    font-weight: 600;
    padding: 16px;
  }
  .filters__buttons .cancel {
    background: #681e6a;
  }
  .filters__buttons .apply {
    background: #007e36;
  }
  .filters__buttons .apply:disabled {
    opacity: 0.5;
  }
}
.filters .label {
  border-bottom: 1px solid #d4b1ff;
  padding-bottom: 0.75rem;
  text-transform: lowercase;
  color: #681e6a;
  font-weight: 800;
  display: block;
}
.filters input[type=checkbox] {
  height: 24px;
  opacity: 0;
  width: 24px;
  position: relative;
}
.filters input[type=checkbox] + label {
  text-transform: lowercase;
  margin-left: 6px;
}
.filters input[type=checkbox] + label:before {
  border: 2px solid #007e36;
  content: "";
  height: 24px;
  left: 0;
  top: 0;
  width: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-62%);
}
.filters input[type=checkbox] + label:after {
  content: "";
  border: 4px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 16px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: rotate(45deg);
  transition: opacity 0.2s ease-in-out;
  width: 8px;
}
.filters input[type=checkbox]:checked + label {
  color: #007e36;
}
.filters input[type=checkbox]:checked + label:before {
  background: #007e36;
}
.filters input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.filters .bapf_body {
  display: block !important;
  opacity: 0;
  max-height: 0;
  transition: 0.4s opacity, 0.4s max-height;
}
.filters .bapf_body.show {
  opacity: 1;
  max-height: 900px;
}
.filters .bapf_sfilter {
  border-bottom: 1px solid #d4b1ff;
  margin-bottom: 0;
}
.filters .bapf_sfilter ul {
  margin: 0;
  padding: 0 0 0.5rem;
}
.filters .bapf_sfilter ul li {
  padding: 0 0 0.7rem !important;
}
.filters li {
  position: relative;
}
.filters .widget {
  margin: 0;
}
.filters .widget:first-of-type h3 {
  border-top: 1px solid #d4b1ff;
}
.filters h3 {
  align-items: center;
  font-size: 24px;
  text-transform: lowercase;
  font-weight: 400;
  color: #681e6a;
  padding: 1rem 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.filters h3 i.fa-chevron-down:before,
.filters h3 i.fa-chevron-up:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDA3RTM2IiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik04IDB2MTZNMCA4aDE2Ii8+PC9zdmc+);
  display: block;
  width: 16px;
  height: 16px;
}
.filters h3.expanded i.fa-chevron-down:before,
.filters h3.expanded i.fa-chevron-up:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI0IiB2aWV3Ym94PSIwIDAgMTYgNCIgZmlsbD0ibm9uZSI+PHBhdGggc3Ryb2tlPSIjMDA3RTM2IiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0wIDJoMTYiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 16px;
  height: 16px;
}
.filters h3 .wp-block-woocommerce-active-filters {
  margin-top: 1rem;
}
.filters .wp-block-woocommerce-attribute-filter {
  display: none;
}
.filters .wp-block-woocommerce-attribute-filter.show {
  display: block;
}

.first-1000-days-slider {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #f4ebff;
  position: relative;
}
.first-1000-days-slider .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 0 24px;
}
.first-1000-days-slider .section-anchor {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -161px;
}
.first-1000-days-slider .section-anchor.first-section {
  top: -159px;
}
.first-1000-days-slider .swiper {
  width: 100%;
  max-width: 1112px;
  height: fit-content;
}
.first-1000-days-slider .swiper-wrapper {
  align-items: center;
}
.first-1000-days-slider__title {
  margin: 0;
  padding-bottom: 96px;
  color: #971694;
  font-family: "Cooper", "Georgia", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 900px) {
  .first-1000-days-slider__title {
    font-size: 52px;
    padding-bottom: 64px;
  }
}
.first-1000-days-slider__stages__stage__inner {
  padding: 0 5rem;
  max-width: 874px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .first-1000-days-slider__stages__stage__inner {
    padding: 0px;
  }
}
.first-1000-days-slider__stages__stage__inner__eyebrow {
  width: 100%;
  color: #007e36;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: center;
}
@media (max-width: 900px) {
  .first-1000-days-slider__stages__stage__inner__eyebrow {
    font-size: 24px;
  }
}
.first-1000-days-slider__stages__stage__inner__heading {
  color: #681e6a;
  font-size: 96px;
  line-height: 1.05;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 8px 0 0 0;
}
@media (max-width: 900px) {
  .first-1000-days-slider__stages__stage__inner__heading {
    font-size: 52px;
    margin-top: 4px;
  }
}
.first-1000-days-slider__stages__stage__inner__copy {
  max-width: 768px;
  margin-inline: auto;
}
.first-1000-days-slider__stages__stage__inner__copy p {
  color: #342e37;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
  padding-block: 24px 56px;
  margin: 0;
}
@media (max-width: 900px) {
  .first-1000-days-slider__stages__stage__inner__copy p {
    font-size: 16px;
    padding-block: 16px 48px;
  }
}
.first-1000-days-slider__stages button {
  background: transparent;
  border: 0px;
}
.first-1000-days-slider__stages .swiper-button-prev,
.first-1000-days-slider__stages .swiper-button-next {
  align-items: center;
  color: #007e36;
  justify-content: center;
  width: 40px;
  height: 40px;
  display: flex;
  padding: 0;
  cursor: pointer;
}
.first-1000-days-slider__stages .swiper-button-prev:after,
.first-1000-days-slider__stages .swiper-button-next:after {
  content: none;
}
.first-1000-days-slider__stages .swiper-button-prev:hover,
.first-1000-days-slider__stages .swiper-button-next:hover {
  opacity: 0.75;
}
.first-1000-days-slider__stages .swiper-button-prev svg,
.first-1000-days-slider__stages .swiper-button-next svg {
  width: 35px;
  height: 28px;
}
.first-1000-days-slider__stages .swiper-button-next svg {
  transform: rotate(180deg);
}
.first-1000-days-slider__stages .swiper-pagination {
  position: relative;
  bottom: 0px;
  display: flex;
  justify-content: center;
  column-gap: 16px;
}
@media (max-width: 900px) {
  .first-1000-days-slider__stages .swiper-pagination {
    column-gap: 12px;
  }
}
.first-1000-days-slider__stages .swiper-pagination .swiper-pagination-bullet {
  background-color: #681e6a;
  opacity: 1;
  border-radius: 0px;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
}
.first-1000-days-slider__stages .swiper-pagination .swiper-pagination-bullet:hover, .first-1000-days-slider__stages .swiper-pagination .swiper-pagination-bullet:focus {
  opacity: 0.75;
}
.first-1000-days-slider__stages .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007e36;
}
@media (max-width: 900px) {
  .first-1000-days-slider__stages .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}

.parental-mental-health {
  width: 100%;
  display: flex;
  justify-content: center;
  border: none;
  margin: 0;
  padding: 0;
  background-color: #681e6a;
}
.parental-mental-health .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 96px 24px;
}
@media (max-width: 600px) {
  .parental-mental-health .container {
    padding-block: 64px;
  }
}
.parental-mental-health__heading {
  margin: 0 auto;
  max-width: 800px;
  color: #d4b1ff;
  font-family: "Cooper", "Georgia", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 600px) {
  .parental-mental-health__heading {
    font-size: 52px;
  }
}
.parental-mental-health__sub-heading {
  margin: 16px auto 0;
  color: #fff;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.35;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 600px) {
  .parental-mental-health__sub-heading {
    font-size: 20px;
  }
}
.parental-mental-health__copy p {
  margin: 32px auto 0;
  max-width: 844px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (max-width: 600px) {
  .parental-mental-health__copy p {
    margin-top: 24px;
  }
}
.parental-mental-health__ctas {
  margin: 32px auto 0;
  display: flex;
  column-gap: 16px;
}
@media (max-width: 600px) {
  .parental-mental-health__ctas {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
  }
}
.parental-mental-health__ctas__cta {
  min-width: 200px;
  height: 48px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
  text-transform: lowercase;
}
.parental-mental-health__ctas__cta:hover {
  opacity: 0.75;
}
.parental-mental-health__ctas__cta:first-of-type {
  color: #681e6a;
  background-color: #fff;
}
.parental-mental-health__ctas__cta:last-of-type {
  color: #fff;
  border: 2px solid #fff;
}

.our-feed-slider {
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-feed-slider .container {
  width: 100%;
  max-width: 1440px;
  padding: 96px 24px;
  position: relative;
}
@media (max-width: 600px) {
  .our-feed-slider .container {
    padding-block: 80px;
  }
}
.our-feed-slider__heading {
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 96px;
  color: #681e6a;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
}
@media (max-width: 600px) {
  .our-feed-slider__heading {
    font-size: 38px;
    padding-bottom: 40px;
  }
}
.our-feed-slider__cards {
  width: 100%;
  max-width: 1440px;
}
@media (max-width: 900px) {
  .our-feed-slider__cards__card.not-for-mobile {
    display: none;
  }
}
.our-feed-slider__cards__card .card-container {
  max-width: 416px;
}
@media (max-width: 900px) {
  .our-feed-slider__cards__card .card-container {
    max-width: revert;
  }
}
.our-feed-slider__cards__card__image {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
}
.our-feed-slider__cards__card__image a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-feed-slider__cards__card__image a img {
  width: 100%;
  height: auto;
  min-height: 432px;
  object-fit: cover;
}
.our-feed-slider__cards__card__image a img:hover {
  opacity: 0.75;
}
@media (max-width: 900px) {
  .our-feed-slider__cards__card__image a img {
    min-height: 343px;
  }
}
.our-feed-slider__cards__card__content {
  background-color: #f4ebff;
  height: 100%;
  min-height: 250px;
  max-height: 250px;
  text-overflow: ellipsis;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .our-feed-slider__cards__card__content {
    padding-inline: 24px;
  }
}
.our-feed-slider__cards__card__content__category {
  width: fit-content;
  padding: 16px;
  color: #fff;
  background-color: #004ca7;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.our-feed-slider__cards__card__content__category:hover {
  color: #fff;
  opacity: 0.75;
}
.our-feed-slider__cards__card__content__title {
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.our-feed-slider__cards__card__content__title h3 {
  margin-block: 32px 0;
  color: #681e6a;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-align: left;
}
@media (max-width: 600px) {
  .our-feed-slider__cards__card__content__title h3 {
    font-size: 24px;
  }
}
.our-feed-slider .swiper {
  width: 100%;
}
.our-feed-slider .swiper .swiper-wrapper {
  width: 100%;
  align-items: center;
}
@media (max-width: 900px) {
  .our-feed-slider .swiper .swiper-wrapper {
    display: grid;
    row-gap: 80px;
  }
  .our-feed-slider .swiper .swiper-wrapper .swiper-slide {
    width: 100% !important;
  }
}
.our-feed-slider .swiper-button-prev,
.our-feed-slider .swiper-button-next {
  background: transparent;
  border: 0px;
  align-items: center;
  color: #007e36;
  justify-content: center;
  width: 64px;
  height: 64px;
  display: flex;
  padding: 0;
  cursor: pointer;
  z-index: 4;
  position: absolute;
}
.our-feed-slider .swiper-button-prev:hover,
.our-feed-slider .swiper-button-next:hover {
  opacity: 0.75;
}
@media (max-width: 900px) {
  .our-feed-slider .swiper-button-prev,
.our-feed-slider .swiper-button-next {
    display: none;
  }
}
.our-feed-slider .swiper-button-prev:after,
.our-feed-slider .swiper-button-next:after {
  content: none;
}
.our-feed-slider .swiper-button-prev svg,
.our-feed-slider .swiper-button-next svg {
  width: 64px;
  height: 64px;
}
.our-feed-slider .swiper-button-prev {
  left: calc(24px - 1rem);
}
.our-feed-slider .swiper-button-next {
  right: calc(24px - 1rem);
}

.our-reach {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background-color: #f4ebff;
}
.our-reach .container {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  padding: 96px 24px;
  position: relative;
}
@media (max-width: 600px) {
  .our-reach .container {
    padding-block: 64px;
  }
}
.our-reach .section-anchor {
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -72px;
}
@media (max-width: 600px) {
  .our-reach .section-anchor {
    top: -32px;
  }
}
.our-reach__title {
  color: #971694;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-align: center;
  text-transform: lowercase;
  margin: 0;
}
.our-reach__copy {
  width: 100%;
  max-width: 648px;
  margin: 16px auto 0;
  color: #581631;
  font-size: 16px;
  font-weight: 450;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: center;
}
.our-reach__copy p,
.our-reach__copy div {
  margin: 0;
}
.our-reach__image {
  width: 100%;
  max-width: 880px;
  margin: 64px auto 0;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .our-reach__image {
    display: none;
  }
}
.our-reach__image-mobile {
  display: none;
}
@media (max-width: 600px) {
  .our-reach__image-mobile {
    width: 100%;
    margin: 64px auto 0;
    display: flex;
    align-items: center;
  }
}

.search-form {
  align-items: center;
  padding: 0 5px;
  max-width: 660px;
}
.search-form__fields {
  border-bottom: 2px solid #fff;
  display: flex;
}
.search-form input[type=search] {
  border: 0px;
  border-radius: 0px;
  background: #681e6a;
  font-family: "Cooper", "Georgia", serif;
  font-size: 48px;
  color: #d4b1ff;
  height: 100%;
  text-transform: lowercase;
  width: 100%;
}
.search-form input[type=search]::placeholder {
  color: #d4b1ff;
}
.search-form .search-submit {
  text-indent: -9999px;
  padding: 0;
  position: relative;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDEiIHZpZXdCb3g9IjAgMCA0MCA0MSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjY3MzMgMzIuNUwzNSAyMC40NThMMjIuODgyOSA4LjUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+CjxwYXRoIGQ9Ik0zNCAyMC41TDQgMjAuNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  border: 0px;
  content: "";
  height: 64px;
  width: 64px;
}
.search-form__suggestions {
  background: #fff;
  list-style: none;
  max-height: 100px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.search-form__suggestions.active {
  padding: 10px 10px 0;
  border-bottom: 10px solid #fff;
}
.search-form__suggestions li {
  padding-bottom: 3px;
}
.search-form__suggestions li a {
  color: #342e37;
  text-decoration: none;
  display: block;
}
.search-form__suggestions li a:hover {
  background-color: #f4ebff;
}

/* Template Parts
--------------------------------------------- */
.cta-btn {
  align-items: center;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 48px;
  justify-content: center;
  text-decoration: none;
  text-transform: lowercase;
  width: fit-content;
  padding: 0 2rem;
}
.cta-btn svg {
  margin-left: 0.5rem;
}
.cta-btn:hover, .cta-btn:active {
  color: #fff;
  opacity: 0.75;
}
.cta-purple {
  background-color: #681e6a;
}
.cta-green {
  background-color: #007e36;
}
.cta-white {
  background-color: #fff;
  color: #681e6a;
}
.cta-white:hover, .cta-white:active {
  color: #681e6a;
}
.cta-white:focus {
  outline: 1px dotted #fff;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}
