/*!
Theme Name: Gary Farrell
Author: Wine Works
Author URI:
Description: Custom theme developed for Gary Farrell
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Gary Farrell
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

:root {
  --dupincel: "dupincel-variable", sans-serif;
  --avenirlt: "avenir-next-lt-pro", sans-serif;
  --sweetsanspro: "sweet-sans-pro", sans-serif;
  --white: #fff;
  --softwhite: #F7F5F1;
  --alabaster: #EEEADF;
  --lightgold: #DACEA9;
  --strawgold: #CCBE93;
  --agedoak: #745F44;
  --softblack: #39393B;
  --charcoal: #5D5D5E;
  --softcharcoal: #707073;
  --uineutral: #DEDAD0;
  --subtlegray: #9D9D9E;
  --bistre: #5D524B;
  --bodytextblack: #231F20;
  --lightgrey: #f5f5f5;
  --black: #000;
  --brand-background-color: var(--softwhite);
  --brand-color: #333;
  --brand-color-alt: #333;
  --body-background-color: #fff;
  --body-color: var(--bodytextblack);
  --body-font-family: var(--avenirlt);
  --body-font-style: normal;
  --body-font-weight: normal;
  --global-transition-duration: 200ms;
  --global-transition-effect: ease-out;
  --content-max-width: 88.5rem;
  --wide-content-max-width: 92rem;
  --narrow-content-max-width: 60.625rem;
  --heading-font-family: var(--dupincel);
  --heading-font-weight: 300;
  --heading-font-style: normal;
  --heading-color: var(--charcoal);
  --heading-line-height: 1.4;
  --heading-margin-top: 0;
  --heading-margin-bottom: .5rem;
  --h1-font-size: 3rem;
  --h2-font-size: 2.25rem;
  --h3-font-size: 1.5rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.125rem;
  --h6-font-size: 1.25rem;
  --paragraph-font-family: inherit;
  --paragraph-font-weight: normal;
  --paragraph-font-size: clamp(1rem, 0.923rem + 0.294vw, 1.188rem);
  --paragraph-line-height: 1.7;
  --paragraph-margin-bottom: 1.25rem;
  --paragraph-margin-top: 0;
  --anchor-color: var(--agedoak);
  --anchor-color-hover: var(--softcharcoal);
  --anchor-text-decoration: none;
  --anchor-text-decoration-hover: underline;
  --primary-navigation-anchor-color: var(--softcharcoal);
  --primary-navigation-anchor-color-hover: var(--softblack);
  --primary-navigation-font-size: 0.875rem;
  --mobile-nav-toggle-background: #333;
  --mobile-nav-toggle-border-radius: .5rem;
  --mobile-nav-toggle-color: #fff;
  --mobile-nav-border-color: #363636;
  --mobile-nav-background-color: var(--softwhite);
  --secondary-navigation-anchor-color: #2e2e2e;
  --secondary-navigation-anchor-color-hover: #999;
  --secondary-navigation-background-color-mobile: #fff;
  --secondary-navigation-border-color-mobile: #999;
  --breadcrumb-color: #999 !default;
  --breadcrumb-anchor-color: #333333 !default;
  --breadcrumb-anchor-color-hover: #000000 !default;
  --button-primary-color: var(--softblack);
  --button-primary-background: transparent;
  --button-primary-border-color: var(--strawgold);
  --button-primary-font-style: normal;
  --button-primary-color-hover: #fff;
  --button-primary-background-hover: var(--agedoak);
  --button-primary-border-color-hover: var(--agedoak);
  --button-alt-color: var(--white);
  --button-alt-background: var(--softcharcoal);
  --button-alt-border-color: var(--softcharcoal);
  --button-alt-font-style: normal;
  --button-alt-color-hover: #fff;
  --button-alt-background-hover: var(--agedoak);
  --button-alt-border-color-hover: var(--agedoak);
  --modal-button-font-size: .75rem;
  --button-font-size: 15px;
  --large-button-font-size: 1.25rem;
  --textarea-border-color: #cccccc;
  --label-color: #6f6f6f;
  --hr-border-width: 2px;
  --hr-border-style: dotted;
  --hr-border-color: #cccccc;
  --hr-margin: (var(--paragraph-margin-bottom) * 2);
  --footer-border-color: #fff;
  --footer-font-family: var(--body-font-family);
  --footer-font-size: 15px;
  --footer-anchor-color: #fff;
  --footer-copyright-color: var(--subtlegray);
  --column-gutter: 4rem;
}

.clearfix:before, .clearfix:after, .v65-group:before, .v65-group:after {
  content: " ";
  display: table;
}
.clearfix:after, .v65-group:after {
  clear: both;
}

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.hide-text a {
  display: block;
  height: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 16px;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--body-background-color);
  color: var(--body-color);
  font-family: var(--body-font-family);
  font-style: var(--body-font-style);
  font-weight: var(--body-font-weight);
  line-height: var(--paragraph-line-height);
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, .c7-product-detail .c7-product__content > h2, form legend, h5, h6, .c7-badge__text, .c7-product-detail .c7-product .subtitle, .select-navigation form label,
.h1, .h2, .h3, .h4, .h5, .h6, .club-vs-subscription-table .row.row-header .column, .club-table .row.row-header .column {
  color: var(--heading-color);
  font-family: var(--heading-font-family);
  font-style: var(--heading-font-style);
  font-weight: var(--heading-font-weight);
  line-height: var(--heading-line-height);
  margin-bottom: var(--heading-margin-bottom);
  margin-top: var(--heading-margin-top);
}
h1.feature-title, h2.feature-title, h3.feature-title, h4.feature-title, .c7-product-detail .c7-product__content > h2.feature-title, form legend.feature-title, h5.feature-title, h6.feature-title, .feature-title.c7-badge__text, .c7-product-detail .c7-product .feature-title.subtitle, .select-navigation form label.feature-title,
.h1.feature-title, .h2.feature-title, .h3.feature-title, .h4.feature-title, .h5.feature-title, .h6.feature-title, .club-vs-subscription-table .row.row-header .feature-title.column, .club-table .row.row-header .feature-title.column {
  text-align: center;
  margin-bottom: 0.9em;
}
@media only screen and (max-width: 39.9375em) {
  h1.no-br-mobile br, h2.no-br-mobile br, h3.no-br-mobile br, h4.no-br-mobile br, .c7-product-detail .c7-product__content > h2.no-br-mobile br, form legend.no-br-mobile br, h5.no-br-mobile br, h6.no-br-mobile br, .no-br-mobile.c7-badge__text br, .c7-product-detail .c7-product .no-br-mobile.subtitle br, .select-navigation form label.no-br-mobile br,
  .h1.no-br-mobile br, .h2.no-br-mobile br, .h3.no-br-mobile br, .h4.no-br-mobile br, .h5.no-br-mobile br, .h6.no-br-mobile br, .club-vs-subscription-table .row.row-header .no-br-mobile.column br, .club-table .row.row-header .no-br-mobile.column br {
    display: none;
  }
}
h1 a, h2 a, h3 a, h4 a, .c7-product-detail .c7-product__content > h2 a, form legend a, h5 a, h6 a, .c7-badge__text a, .c7-product-detail .c7-product .subtitle a, .select-navigation form label a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, .club-vs-subscription-table .row.row-header .column a, .club-table .row.row-header .column a {
  color: var(--heading-color);
}

h1, .h1 {
  font-size: var(--h1-font-size);
  /* This text will scale between 36px at 420px and 70px at 1440px. */
  font-size: clamp(2.25rem, 1.375rem + 3.333vw, 4.375rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: var(--softblack);
}
h2, .h2 {
  font-size: var(--h2-font-size);
  /* This text will scale between 32px at 420px and 48px at 1440px. */
  font-size: clamp(2rem, 1.588rem + 1.569vw, 3rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
  color: --charcoal;
}
h3, .h3 {
  font-size: var(--h3-font-size);
  /* This text will scale between 24px at 420px and 32px at 1440px. */
  font-size: clamp(1.5rem, 1.294rem + 0.784vw, 2rem);
  line-height: 1.2;
  margin-bottom: 0.5em;
}
h4, .c7-product-detail .c7-product__content > h2, form legend, .h4 {
  font-size: var(--h4-font-size);
  margin-bottom: 0.5em;
  font-family: var(--sweetsanspro);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.171875em;
}
h5, .h5 {
  font-size: var(--h5-font-size);
  /* This text will scale between 24px at 420px and 28px at 1440px. */
  font-size: clamp(1.5rem, 1.397rem + 0.392vw, 1.75rem);
  font-style: italic;
  margin-bottom: 0.5em;
}

h6, .c7-badge__text, .c7-product-detail .c7-product .subtitle, .select-navigation form label, .h6, .club-vs-subscription-table .row.row-header .column, .club-table .row.row-header .column {
  font-size: var(--h6-font-size);
  font-family: var(--sweetsanspro);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.171875em;
  margin-bottom: 0;
}

.subtitle {
  font-family: var(--sweetsanspro);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: var(--agedoak);
}
@media only screen and (min-width: 40em) {
  .subtitle {
    font-size: 13px;
  }
}
.subtitle.subtitle-margin {
  margin-bottom: 1rem;
}

.eyebrow-title, .back-link {
  font-family: var(--sweetsanspro);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: var(--agedoak);
}
@media only screen and (min-width: 40em) {
  .eyebrow-title, .back-link {
    font-size: 13px;
  }
}
.eyebrow-title + h1, .back-link + h1, .eyebrow-title + h2, .back-link + h2, .eyebrow-title + h3, .back-link + h3 {
  margin-top: 0.5rem;
}
.eyebrow-title.eyebrow-title-margin, .eyebrow-title-margin.back-link {
  margin-bottom: 1rem;
}

p, .accordion .accordion--subitem__label, .accordion .accordion--subitem__label button, .read-more, .italic-text, .bold-text {
  font-size: var(--paragraph-font-size);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
}
p strong, .accordion .accordion--subitem__label strong, .read-more strong, .italic-text strong, .bold-text strong {
  font-weight: 500;
}

ul, ol, dl {
  font-size: var(--paragraph-font-size);
  line-height: var(--paragraph-line-height);
  margin-top: var(--paragraph-margin-top);
  margin-bottom: var(--paragraph-margin-bottom);
}
ul strong, ol strong, dl strong {
  font-weight: 500;
}

.br-responsive {
  display: none;
}
@media only screen and (min-width: 40em) {
  .br-responsive {
    display: block;
  }
}

form {
  margin-bottom: var(--paragraph-margin-bottom);
}
form.v65-form {
  font-size: var(--paragraph-font-size);
}
form p, form .accordion .accordion--subitem__label, .accordion form .accordion--subitem__label, form .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label form button, form .read-more, form .italic-text, form .bold-text, form div, form label, form input {
  display: block;
  font-size: 1em;
}
form fieldset {
  border: 0;
  margin-bottom: 1rem;
}
form label {
  font-family: var(--sweetsanspro);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}
form input {
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 0.7rem 0.2rem;
}
@media only screen and (min-width: 40em) {
  form input {
    padding: 0.563rem 0.2rem;
  }
}
form input[type=checkbox], form input[type=radio] {
  display: inline-block;
}
form textarea {
  border-color: var(--textarea-border-color);
}
@media only screen and (min-width: 40em) {
  form.v65-customForm input[type=button], form.v65-customForm button {
    max-width: 100%;
    width: 8.75rem;
  }
}
form .error label {
  color: #cf2a0e;
}
form .error input, form .error textarea {
  border-color: #cf2a0e;
}

table {
  font-size: var(--paragraph-font-size);
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin-bottom: var(--paragraph-margin-bottom);
}
table.table-with-border td, table.table-with-border th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
}
table.table-with-border caption {
  display: none;
}

a {
  color: var(--anchor-color);
  text-decoration: var(--anchor-text-decoration);
  -webkit-transition: color 200ms ease-out;
  -ms-transition: color 200ms ease-out;
  -o-transition: color 200ms ease-out;
  transition: color 200ms ease-out;
}
a:hover {
  color: var(--anchor-color-hover);
  text-decoration: var(--anchor-text-decoration-hover);
}

p > a, .accordion .accordion--subitem__label > a, .accordion .accordion--subitem__label button > a, .read-more > a, .italic-text > a, .bold-text > a, p > span > a, .accordion .accordion--subitem__label > span > a, .accordion .accordion--subitem__label button > span > a, .read-more > span > a, .italic-text > span > a, .bold-text > span > a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto !important;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

hr {
  width: 90px;
  height: 10px;
  background-image: url(assets/images/hr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  margin: 2rem auto;
}

.text-small {
  font-size: 13px;
}
@media only screen and (min-width: 40em) {
  .text-small {
    font-size: 15px;
  }
}

.close {
  padding: 0;
  background: none;
  border: 0;
}

.bold-text {
  margin-bottom: 0;
  font-weight: 500;
}

.italic-text {
  font-style: italic;
}

.read-more {
  margin-bottom: 0;
}

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

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

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

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

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

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

/* Arrows */
.slick-prev, .slick-next {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  height: 34px;
  line-height: 0;
  opacity: 0.75;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 44px;
  z-index: 1;
  background-color: #fff;
}
@media only screen and (min-width: 40em) {
  .slick-prev, .slick-next {
    width: 92px;
    height: 59px;
  }
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  opacity: 1;
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  opacity: 0;
}
.slick-prev::before, .slick-next::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 10px;
  width: 16px;
}
@media only screen and (min-width: 40em) {
  .slick-prev::before, .slick-next::before {
    height: 15px;
    width: 24px;
  }
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  background-image: url("assets/images/icon-arrow-left.svg");
}

.slick-next {
  right: 0;
}
.slick-next::before {
  background-image: url("assets/images/icon-arrow-right.svg");
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 2rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-of-type {
  margin-left: 0;
}
.slick-dots li:last-of-type {
  margin-right: 0;
}
.slick-dots li button {
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  border: 1px solid #000;
  color: transparent;
  background: transparent;
  padding: 0;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  background-color: #000;
  border: 1px solid #000;
}
.slick-dots li.slick-active button {
  background-color: #000;
  border: 1px solid #000;
}

/**
 Improved .sr-only class by ffoodd: https://gist.github.com/ffoodd/000b59f431e3e64e4ce1a24d5bb36034
 */
.slick-sr-only {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/*===========================
  Pause/play icon button
============================*/
.slick-autoplay-toggle-button {
  position: absolute;
  left: 25px;
  bottom: 1rem;
  z-index: 10;
  padding: 0;
  opacity: 1;
  background: none;
  border: 0;
  cursor: pointer;
  color: #333;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
  opacity: 1;
}
.slick-autoplay-toggle-button:focus {
  color: #000;
}
.slick-autoplay-toggle-button .slick-pause-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-pause.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}
.slick-autoplay-toggle-button .slick-play-icon:before {
  content: "";
  display: block;
  background-image: url("assets/images/icon-play.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
}

.social {
  margin: 0;
  padding: 0;
  display: flex;
  column-gap: 1rem;
}
.social li {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}

header {
  background-color: var(--softwhite);
  width: 100%;
  z-index: 15;
  transition: all 0.3s ease-in-out;
}
header .content-wrapper, header .video-width-narrow, header .video-width-standard {
  margin: 0 auto;
}
header .header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 64em) {
  header .header-right {
    order: 2;
    grid-column: span 3;
    padding: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  header .header-right {
    margin-left: auto;
  }
}
header .header-mobile {
  padding: 0 1rem 1rem;
}
@media only screen and (max-width: 380px) {
  header .header-mobile .linkBtn, header .header-mobile .c7-product .c7-btn, .c7-product header .header-mobile .c7-btn, header .header-mobile .c7-btn--alt, header .header-mobile .c7-btn--alt--small, header .header-mobile .c7-custom-form .c7-form .c7-btn, .c7-custom-form .c7-form header .header-mobile .c7-btn, header .header-mobile .btnOutlineDark, header .header-mobile .gform_wrapper.gravity-theme form input[type=submit], .gform_wrapper.gravity-theme form header .header-mobile input[type=submit] {
    font-size: 13px;
    padding: 0.75em 1em;
  }
}
header.header-type-1 .content-wrapper, header.header-type-1 .video-width-narrow, header.header-type-1 .video-width-standard {
  position: relative;
}
header.header-type-1 .c7-tools {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
header a {
  text-decoration: none;
}
header a:hover, header a:focus {
  text-decoration: none;
}
header a:not(.linkBtn, .c7-btn--alt, .c7-btn--alt--small, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .c7-btn, .linkBtnUnderlined) {
  text-decoration: none;
}
header.header-type-2 {
  position: sticky;
  top: 0;
}
header.header-type-2 .header-wrapper {
  padding: 1rem 0;
}
header.header-type-2 .header-wrapper .content-wrapper, header.header-type-2 .header-wrapper .video-width-narrow, header.header-type-2 .header-wrapper .video-width-standard {
  margin: 0 auto;
  max-width: none;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
@media only screen and (min-width: 64.0625em) {
  header.header-type-2 .header-wrapper .content-wrapper, header.header-type-2 .header-wrapper .video-width-narrow, header.header-type-2 .header-wrapper .video-width-standard {
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
  }
}
header.unpinned {
  top: -100%;
}
header.pinned {
  top: 0;
  transform: none;
}

.c7-tools {
  font-family: var(--avenirlt);
  font-weight: 400;
}
.c7-tools__search {
  padding: 0;
  background: none;
  border: 0;
  margin-right: 1rem;
  display: inline-flex;
}
@media only screen and (max-width: 375px) {
  .c7-tools__search {
    margin-right: 0.75rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7-tools__search {
    display: block;
    display: inline-flex;
  }
}
.c7-tools__search span {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .c7-tools__search span {
    display: block;
  }
}
.c7-tools__search span:last-of-type {
  display: none;
}
.c7-tools__search svg {
  width: 18px;
  height: auto;
  fill: var(--black);
  display: none;
}
@media only screen and (max-width: 64em) {
  .c7-tools__search svg {
    display: block;
  }
}
.c7-tools__search svg:last-of-type {
  display: none;
}
@media only screen and (min-width: 64.0625em) {
  .c7-tools__search--active span:first-of-type {
    display: none;
  }
  .c7-tools__search--active span:last-of-type {
    display: block;
  }
}
@media only screen and (max-width: 64em) {
  .c7-tools__search--active svg:first-of-type {
    display: none;
  }
  .c7-tools__search--active svg:last-of-type {
    width: 14px;
    display: block;
  }
}
.c7-tools .c7-user-nav__cart__count {
  font-family: var(--avenirlt);
  font-weight: 400;
}

.logo {
  display: block;
  max-width: 170px;
  text-align: center;
  width: 100%;
  z-index: 11;
}
@media only screen and (max-width: 375px) {
  .logo {
    max-width: 150px;
  }
}
@media only screen and (max-width: 64em) {
  .logo {
    order: 1;
  }
}
@media only screen and (min-width: 40em) {
  .logo {
    max-width: 202px;
  }
}
.logo img {
  max-width: 100%;
}
.logo .header-type-1 {
  margin: 0 auto;
}

.header__search {
  grid-column: span 3;
  max-height: 0;
  width: 100%;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.header__search[aria-hidden=true] > div {
  display: none;
}
.header__search * {
  color: var(--black);
}
.header__search a:hover, .header__search a:focus, .header__search a:active {
  color: var(--black) !important;
}
.header__search--active {
  max-height: 100vh;
  transition: max-height 1s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header__search > div {
  padding: 0 2rem;
}
@media only screen and (min-width: 90.0625em) {
  .header__search > div {
    padding: 0 4rem;
  }
}
.header__search form {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 2rem;
  display: flex;
  align-items: flex-end;
  column-gap: 1.25rem;
}
.header__search form label {
  opacity: 1;
  position: absolute;
  left: 40px;
  transition: all 0.3s ease-out;
  font-family: var(--heading-font-family);
  font-size: 1.25rem;
  font-style: normal;
  color: #444;
}
@media only screen and (min-width: 40em) {
  .header__search form label {
    font-size: 32px;
    top: -0.5rem;
  }
}
.header__search form input {
  border: 0;
  width: 100%;
  background: transparent;
  border-bottom: 1px solid var(--black);
  border-radius: 0;
  padding-left: 2.5rem;
  color: var(--black);
  box-sizing: border-box;
}
.header__search form #searchSubmitIcon {
  position: absolute;
  left: 0;
  top: -3px;
  background: none;
  border: 0;
  font-size: 0;
  transform: translate(0, 50%);
}
.header__search form #searchSubmitIcon img {
  width: 16px;
}
.header__search form #searchSubmit {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: var(--brown);
  padding: 0;
  padding-bottom: 3px;
  border: 0;
  border-bottom: 1px solid rgba(70, 45, 38, 0.4);
  background: none;
  text-transform: uppercase;
}
.header__search form.has-value label {
  opacity: 0;
}
.header__search__results {
  overflow: auto;
  height: 53vh;
}
.header__search__results__single {
  border-bottom: 1px solid rgba(68, 68, 68, 0.5);
  padding: 1.5rem 0;
}
.header__search__results__single h3 {
  margin-bottom: 0;
}
.header__search__results__single a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: underline;
}

body.search-active {
  overflow: hidden;
}
body.search-active::before {
  content: "";
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.close-header-search {
  display: block;
}

.primary-navigation-wrapper {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  background: var(--mobile-nav-background-color);
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 101;
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: left;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper {
    background: none;
    border-left: 0;
    padding: 0;
    position: relative;
  }
}
@media only screen and (max-width: 64em) {
  .mobile-nav-active .primary-navigation-wrapper {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    overflow-y: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .header-type-2 .primary-navigation-wrapper {
    padding-left: 2rem;
    flex-grow: 1;
    text-align: right;
  }
}
.primary-navigation-wrapper nav > ul {
  display: flex;
  flex-direction: row;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul {
    display: flex;
    flex-direction: column;
    max-width: 325px;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    right: 0;
    position: absolute;
    top: 1rem;
    opacity: 0;
  }
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button:focus {
    opacity: 1;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li.menu-item-has-children > button {
    order: 2;
    margin-left: auto;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > a {
    order: 1;
    font-family: var(--dupincel);
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    color: var(--softblack);
    line-height: 1;
  }
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav > ul > li > ul {
    width: 100%;
    order: 3;
  }
}
.primary-navigation-wrapper nav ul {
  font-size: var(--primary-navigation-font-size);
  font-weight: 700;
  font-family: var(--sweetsanspro);
  letter-spacing: 0.078125em;
  text-transform: uppercase;
}
.primary-navigation-wrapper nav ul ul {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  font-size: var(--primary-navigation-font-size);
  list-style: none;
  min-width: 11rem;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  letter-spacing: 0.078125em;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav ul ul {
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
  }
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav ul ul {
    background: var(--softwhite);
    min-width: 14.25rem;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (min-width: 75.0625em) {
  .primary-navigation-wrapper nav ul ul {
    min-width: 17.5rem;
  }
}
.primary-navigation-wrapper nav li {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li.v65-home {
    display: none;
  }
}
.primary-navigation-wrapper nav li.menu-item-has-children > a {
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: #000;
  position: relative;
}
.primary-navigation-wrapper nav li.menu-item-has-children > button:focus {
  outline-offset: 2px;
  transition: all 200ms;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li.menu-item-has-children > button svg {
    width: 8px !important;
    height: 4px !important;
  }
}
.primary-navigation-wrapper nav li.open > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
.primary-navigation-wrapper nav li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav li.open > ul {
    position: relative;
    background: transparent;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .primary-navigation-wrapper nav li.open > ul li {
    border-bottom: none;
  }
  .primary-navigation-wrapper nav li.open > ul a {
    font-family: var(--avenirlt);
    font-size: 16px;
  }
}
.primary-navigation-wrapper nav li:hover > button, .primary-navigation-wrapper nav li:focus > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav li:hover ul, .primary-navigation-wrapper nav li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.primary-navigation-wrapper nav li li {
  padding: 0;
}
.primary-navigation-wrapper nav li li a {
  padding: 0.35em 0;
}
@media only screen and (max-width: 64em) {
  .primary-navigation-wrapper nav li li a {
    color: var(--softblack);
  }
}
.primary-navigation-wrapper nav a {
  color: var(--primary-navigation-anchor-color);
  display: inline-block;
  padding: 0.75rem 0;
}
@media only screen and (min-width: 64.0625em) {
  .primary-navigation-wrapper nav a {
    padding: 1rem;
  }
}
.primary-navigation-wrapper nav a:hover {
  color: var(--primary-navigation-anchor-color-hover);
}
.primary-navigation-wrapper nav .current-menu-item > a, .primary-navigation-wrapper nav .current-menu-parent > a, .primary-navigation-wrapper nav .hover > a {
  color: var(--primary-navigation-anchor-color-hover);
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.secondary-navigation {
  margin-bottom: 2rem;
  position: relative;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation {
    float: left;
    padding: 4rem var(--column-gutter)/2 0;
    width: 26%;
  }
}
@media only screen and (min-width: 61.3125em) {
  .secondary-navigation {
    padding-left: 6%;
  }
}
@media only screen and (min-width: 40em) {
  .secondary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.secondary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  cursor: pointer;
  display: block;
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
  padding: 0.5rem 0;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation .page-title {
    display: none;
  }
}
.secondary-navigation .page-title:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.secondary-navigation #toggle-mobile-dropdown {
  display: none;
}
.secondary-navigation #toggle-mobile-dropdown:checked + label:after {
  border-bottom: 5px solid #333;
  border-top: 0;
}
.secondary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
.secondary-navigation ul {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  background: var(--secondary-navigation-background-color-mobile);
  border: 1px solid var(--secondary-navigation-border-color-mobile);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 1;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.secondary-navigation ul ul {
  margin-left: 1rem;
}
.secondary-navigation a {
  color: var(--secondary-navigation-anchor-color);
  display: block;
  padding: 0.7rem 1rem;
}
@media only screen and (min-width: 40em) {
  .secondary-navigation a {
    padding: 0.35em 0;
  }
}
.secondary-navigation a:hover {
  color: var(--secondary-navigation-anchor-color) -hover;
}
.secondary-navigation .v65-leftSelected {
  color: var(--secondary-navigation-anchor-color) -hover;
}

.posts-menu {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .posts-menu {
    margin-bottom: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
  }
}

.tertiary-navigation {
  position: relative;
  font-family: var(--sweetsanspro);
  color: var(--charcoal);
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
  }
}
@media only screen and (max-width: 64em) {
  .tertiary-navigation {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation.active {
    position: fixed;
    top: 0;
  }
}
.tertiary-navigation .page-title {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid var(--lightgrey);
  background-color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
  color: var(--black);
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation .page-title {
    display: none;
  }
}
.tertiary-navigation .page-title:after {
  content: "";
  background: url(assets/images/icons/icon-arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 13px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tertiary-navigation__title {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.tertiary-navigation #toggle-mobile-dropdown {
  display: none;
}
.tertiary-navigation #toggle-mobile-dropdown:checked + label:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.tertiary-navigation #toggle-mobile-dropdown:checked ~ ul {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 64em) {
  .tertiary-navigation > ul {
    padding: 1rem !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (max-width: 64em) {
  .tertiary-navigation > ul > li {
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation > ul > li.menu-item-has-children > a {
    width: auto;
  }
}
@media only screen and (max-width: 64em) {
  .tertiary-navigation > ul > li.menu-item-has-children > button {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation > ul > li.menu-item-has-children > button {
    left: -8px;
  }
}
.tertiary-navigation > ul > li > ul {
  z-index: 1;
}
.tertiary-navigation ul {
  border: 1px solid var(--lightgrey);
  background-color: #fff;
  color: var(--black);
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  visibility: hidden;
  z-index: 2;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation ul {
    background: none;
    border: 0;
    opacity: 1;
    position: relative;
    visibility: visible;
  }
}
.tertiary-navigation ul ul {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  background: var(--white);
  font-size: 0.875rem;
  list-style: none;
  opacity: 0;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  text-transform: none;
}
@media only screen and (max-width: 64em) {
  .tertiary-navigation ul ul {
    width: 100%;
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 0;
    padding: 0;
    padding-left: 1rem;
    font-size: 12px;
    background: transparent;
    border: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation ul ul {
    min-width: 12.5rem;
  }
}
.tertiary-navigation li {
  position: relative;
}
.tertiary-navigation li.no-click > a {
  pointer-events: none;
}
.tertiary-navigation li.menu-item-has-children > a {
  position: relative;
}
.tertiary-navigation li.menu-item-has-children > button {
  display: inline-block;
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 6px;
  transition: all 200ms;
  stroke: #000;
  position: relative;
}
.tertiary-navigation li.menu-item-has-children > button:focus {
  outline-offset: 2px;
  transition: all 200ms;
}
.tertiary-navigation li.open > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
.tertiary-navigation li.open > ul {
  display: block;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 64em) {
  .tertiary-navigation li.open > ul {
    position: relative;
    background: transparent;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 8px;
  }
  .tertiary-navigation li.open > ul li {
    border-bottom: none;
  }
}
.tertiary-navigation li:hover > button, .tertiary-navigation li:focus > button {
  transform: rotate(180deg);
  transition: all 200ms;
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation li:hover ul, .tertiary-navigation li:focus ul {
    visibility: visible;
    opacity: 1;
  }
}
.tertiary-navigation li li {
  padding: 0;
}
.tertiary-navigation li li a {
  padding: 0.35em 0;
}
.tertiary-navigation a {
  color: var(--primary-navigation-anchor-color) !important;
  text-decoration: none !important;
  text-underline-offset: 3px;
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .tertiary-navigation a {
    padding: 1rem;
    display: inline-block;
  }
}
.tertiary-navigation a:hover {
  color: var(--primary-navigation-anchor-color-hover);
}
.tertiary-navigation .current-menu-item > a, .tertiary-navigation .current-menu-parent > a, .tertiary-navigation .hover > a {
  text-decoration: underline !important;
  color: var(--primary-navigation-anchor-color) !important;
}

@media only screen and (min-width: 64.0625em) {
  .select-navigation {
    display: none;
  }
}
.select-navigation form {
  max-width: 330px;
  margin: 0 auto;
}
.select-navigation form label {
  font-size: 13px;
  margin-bottom: 0.25rem;
}
.select-navigation form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid var(--lightgrey);
  background-color: #fff;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 300;
  font-family: var(--body-font-family);
  padding: 0.5rem 1rem;
  text-align: left;
  border-radius: 2px;
  color: var(--black);
  position: relative;
  width: 100%;
  background-image: url("assets/images/icons/icon-arrow-down.svg"); /* Path to your custom arrow image */
  background-repeat: no-repeat;
  background-position: 95% center;
  padding-right: 25px; /* Adjust padding to accommodate arrow */
}

.footer-navigation {
  text-align: center;
  flex: 1;
}
@media only screen and (max-width: 75em) {
  .footer-navigation {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  .footer-navigation {
    order: 2;
  }
}
.footer-navigation ul {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 3;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .footer-navigation ul {
    text-align: left;
    font-size: var(--footer-font-size);
  }
}
.footer-navigation a {
  display: block;
  padding: 0.5rem 0.75rem;
}
@media only screen and (max-width: 39.9375em) {
  .footer-navigation a {
    padding: 0.5rem 0.125rem;
  }
}

.mobile-nav-toggle {
  background: transparent;
  color: var(--mobile-nav-toggle-color);
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 21px;
  line-height: 14px;
  height: 14px;
  text-transform: uppercase;
  z-index: 102;
  margin-left: 1rem;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  order: 3;
}
@media only screen and (min-width: 64.0625em) {
  .mobile-nav-toggle {
    display: none;
  }
}
.c7-cart-open .mobile-nav-toggle {
  z-index: 0;
}
.mobile-nav-active .mobile-nav-toggle span {
  background: none;
}
.mobile-nav-active .mobile-nav-toggle span:before, .mobile-nav-active .mobile-nav-toggle span:after {
  transition-delay: 0s, var(--global-transition-duration);
}
.mobile-nav-active .mobile-nav-toggle span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}
.mobile-nav-active .mobile-nav-toggle span:after {
  transform: rotate(-45deg);
  bottom: 0;
}
.mobile-nav-toggle span {
  transition: background 0s var(--global-transition-duration);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #000;
  display: block;
  height: 1.5px;
  margin-top: 5px;
  position: absolute;
  top: 32%;
  right: 0;
  bottom: 0;
  width: 21px;
}
.mobile-nav-toggle span:before, .mobile-nav-toggle span:after {
  transition-duration: var(--global-transition-duration), var(--global-transition-duration);
  transition-delay: var(--global-transition-duration), 0s;
  background: #000;
  content: "";
  height: 1.5px;
  position: absolute;
  left: 0;
  width: 100%;
}
.mobile-nav-toggle span:before {
  transition-property: top, transform;
  top: -5px;
}
.mobile-nav-toggle span:after {
  transition-property: bottom, transform;
  bottom: -5px;
}

@media (prefers-reduced-motion) {
  * {
    transition: none !important;
  }
  *:hover {
    transition: none !important;
  }
  *:hover * {
    transition: none !important;
  }
  *:before, *:after {
    transition: none !important;
  }
}
@media only screen and (min-width: 40em) {
  .mobile-only {
    display: none;
  }
}

@media only screen and (max-width: 39.9375em) {
  .desktop-only {
    display: none;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
.popup {
  display: none;
}
.popup * {
  box-sizing: border-box;
}
.popup .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  cursor: pointer;
  z-index: 29;
}
.popup .popup-wrapper {
  position: fixed;
  z-index: 1000;
  max-height: calc(100vh - 2rem);
  background: var(--softwhite);
  max-width: 650px;
  width: calc(100% - 2rem);
  overflow-y: auto;
  color: #000;
  display: flex;
  flex-direction: column;
  left: 50%;
  top: 1rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 40em) {
  .popup .popup-wrapper {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
  }
}
.popup .popup-wrapper-content {
  position: relative;
  padding: 2rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 40em) {
  .popup .popup-wrapper-content {
    padding: 3.75rem;
    padding-bottom: 0;
  }
}
.popup .popup-wrapper-image img {
  width: 100%;
}
.popup.is-open {
  display: block;
}
.popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.popup .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .popup .h4 {
    font-size: 30px;
  }
}
.popup p, .popup .accordion .accordion--subitem__label, .accordion .popup .accordion--subitem__label, .popup .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .popup button, .popup .italic-text, .popup .bold-text, .popup .read-more {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .popup p, .popup .accordion .accordion--subitem__label, .accordion .popup .accordion--subitem__label, .popup .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .popup button, .popup .italic-text, .popup .bold-text, .popup .read-more {
    font-size: 17px;
  }
}
.popup .close-popup {
  position: absolute;
  width: 15px;
  top: 1rem;
  right: 1rem;
  z-index: 7;
  cursor: pointer;
  line-height: 1;
}
.popup .gform_footer .gform_button {
  width: 100%;
}

.newsletter-popup .popup-wrapper {
  max-width: 546px;
}

/*Age Gate */
.custom-AgeGate {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  transition: 0.3s;
  display: none;
  top: 0;
  left: 0;
  z-index: 99999999;
}
.custom-AgeGate.is-open {
  display: block;
}
.custom-AgeGate[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.custom-AgeGate__Content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border: 1px solid #000;
  margin: 0 auto;
  max-height: 100%;
  overflow-y: auto;
  padding: 2rem;
  max-width: 570px;
  width: calc(100% - 2rem);
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content {
    padding: 3.75rem;
  }
}
.custom-AgeGate__Content--logo {
  max-width: 204px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.custom-AgeGate__Content .h4 {
  font-size: 20px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content .h4 {
    font-size: 30px;
  }
}
.custom-AgeGate__Content p, .custom-AgeGate__Content .accordion .accordion--subitem__label, .accordion .custom-AgeGate__Content .accordion--subitem__label, .custom-AgeGate__Content .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .custom-AgeGate__Content button, .custom-AgeGate__Content .italic-text, .custom-AgeGate__Content .bold-text, .custom-AgeGate__Content .read-more {
  font-size: 14px;
}
@media only screen and (min-width: 40em) {
  .custom-AgeGate__Content p, .custom-AgeGate__Content .accordion .accordion--subitem__label, .accordion .custom-AgeGate__Content .accordion--subitem__label, .custom-AgeGate__Content .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .custom-AgeGate__Content button, .custom-AgeGate__Content .italic-text, .custom-AgeGate__Content .bold-text, .custom-AgeGate__Content .read-more {
    font-size: 18px;
  }
}
.custom-AgeGate__Content input[type=checkbox] {
  vertical-align: text-bottom;
  margin: 0 0 0.1em;
}
.custom-AgeGate__Buttons {
  text-align: center;
}

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

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .c7-product .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-custom-form .c7-form .c7-btn,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark,
.gform_wrapper.gravity-theme form input[type=submit], .btnOutlineLight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  border: 1px solid;
  border-radius: 2px;
  display: inline-block;
  font-weight: 400;
  font-family: var(--sweetsanspro);
  height: auto;
  line-height: 1;
  padding: 0.75em 1.25em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  letter-spacing: 0.084375em;
}
@media only screen and (min-width: 40em) {
  .modalBtn, .modalLinkBtn,
  .defaultBtn, .linkBtn, .c7-product .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-custom-form .c7-form .c7-btn,
  .largeBtn, .largeLinkBtn,
  .altModalBtn, .modalLinkAltBtn,
  .altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
  .altLargeBtn,
  .btnOutlineDark,
  .gform_wrapper.gravity-theme form input[type=submit], .btnOutlineLight {
    padding: 0.75em 1.5em;
  }
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .c7-product .c7-btn:hover, .c7-btn--alt:hover, .c7-btn--alt--small:hover, .c7-custom-form .c7-form .c7-btn:hover, .linkBtn:active, .c7-product .c7-btn:active, .c7-btn--alt:active, .c7-btn--alt--small:active, .c7-custom-form .c7-form .c7-btn:active, .linkBtn:focus, .c7-product .c7-btn:focus, .c7-btn--alt:focus, .c7-btn--alt--small:focus, .c7-custom-form .c7-form .c7-btn:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus,
.altModalBtn:hover,
.altModalBtn:active,
.altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .c7-btn--primary:hover, .c7-btn--primary--small:hover, .linkAltBtn:active, .c7-btn--primary:active, .c7-btn--primary--small:active, .linkAltBtn:focus, .c7-btn--primary:focus, .c7-btn--primary--small:focus,
.altLargeBtn:hover,
.altLargeBtn:active,
.altLargeBtn:focus,
.btnOutlineDark:hover,
.gform_wrapper.gravity-theme form input[type=submit]:hover,
.btnOutlineDark:active,
.gform_wrapper.gravity-theme form input[type=submit]:active,
.btnOutlineDark:focus,
.gform_wrapper.gravity-theme form input[type=submit]:focus, .btnOutlineLight:hover, .btnOutlineLight:active, .btnOutlineLight:focus {
  text-decoration: none;
}

.modalBtn, .modalLinkBtn,
.defaultBtn, .linkBtn, .c7-product .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-custom-form .c7-form .c7-btn,
.largeBtn, .largeLinkBtn {
  background: var(--button-primary-background);
  color: var(--button-primary-color);
  border: 1px solid var(--button-primary-border-color);
  font-style: var(--button-primary-font-style);
}
.modalBtn:hover, .modalBtn:active, .modalBtn:focus, .modalLinkBtn:hover, .modalLinkBtn:active, .modalLinkBtn:focus,
.defaultBtn:hover,
.defaultBtn:active,
.defaultBtn:focus, .linkBtn:hover, .c7-product .c7-btn:hover, .c7-btn--alt:hover, .c7-btn--alt--small:hover, .c7-custom-form .c7-form .c7-btn:hover, .linkBtn:active, .c7-product .c7-btn:active, .c7-btn--alt:active, .c7-btn--alt--small:active, .c7-custom-form .c7-form .c7-btn:active, .linkBtn:focus, .c7-product .c7-btn:focus, .c7-btn--alt:focus, .c7-btn--alt--small:focus, .c7-custom-form .c7-form .c7-btn:focus,
.largeBtn:hover,
.largeBtn:active,
.largeBtn:focus, .largeLinkBtn:hover, .largeLinkBtn:active, .largeLinkBtn:focus {
  background: var(--button-primary-background-hover);
  color: var(--button-primary-color-hover);
  border-color: var(--button-primary-border-color-hover);
}

.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .altLargeBtn {
  background: var(--button-alt-background);
  color: var(--button-alt-color);
  border: 1px solid var(--button-alt-border-color);
  font-style: var(--button-alt-font-style);
}
.altModalBtn:hover, .altModalBtn:active, .altModalBtn:focus, .modalLinkAltBtn:hover, .modalLinkAltBtn:active, .modalLinkAltBtn:focus,
.altBtn:hover,
.altBtn:active,
.altBtn:focus, .linkAltBtn:hover, .c7-btn--primary:hover, .c7-btn--primary--small:hover, .linkAltBtn:active, .c7-btn--primary:active, .c7-btn--primary--small:active, .linkAltBtn:focus, .c7-btn--primary:focus, .c7-btn--primary--small:focus, .altLargeBtn:hover, .altLargeBtn:active, .altLargeBtn:focus {
  background: var(--button-alt-background-hover);
  color: var(--button-alt-color-hover);
  border-color: var(--button-alt-border-color-hover);
}

.background-charcoal .linkBtn, .background-charcoal .c7-product .c7-btn, .c7-product .background-charcoal .c7-btn, .background-charcoal .c7-btn--alt, .background-charcoal .c7-btn--alt--small, .background-charcoal .c7-custom-form .c7-form .c7-btn, .c7-custom-form .c7-form .background-charcoal .c7-btn, .background-soft-black .linkBtn, .background-soft-black .c7-product .c7-btn, .c7-product .background-soft-black .c7-btn, .background-soft-black .c7-btn--alt, .background-soft-black .c7-btn--alt--small, .background-soft-black .c7-custom-form .c7-form .c7-btn, .c7-custom-form .c7-form .background-soft-black .c7-btn {
  border-color: var(--lightgold);
  color: #fff;
}

.btnOutlineDark, .gform_wrapper.gravity-theme form input[type=submit], .btnOutlineLight {
  border: 1px solid var(--strawgold);
  background: transparent;
}
.btnOutlineDark:hover, .gform_wrapper.gravity-theme form input[type=submit]:hover, .btnOutlineDark:active, .gform_wrapper.gravity-theme form input[type=submit]:active, .btnOutlineDark:focus, .gform_wrapper.gravity-theme form input[type=submit]:focus, .btnOutlineLight:hover, .btnOutlineLight:active, .btnOutlineLight:focus {
  background: var(--strawgold);
  color: var(--softblack);
  border-color: var(--strawgold);
}

.btnOutlineDark, .gform_wrapper.gravity-theme form input[type=submit] {
  color: var(--softblack);
}

.btnOutlineLight {
  color: var(--white);
}

.modalBtn, .modalLinkBtn, .altModalBtn, .modalLinkAltBtn {
  font-size: var(--modal-button-font-size);
}

.defaultBtn, .linkBtn, .c7-product .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-custom-form .c7-form .c7-btn, .altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .btnOutlineDark, .gform_wrapper.gravity-theme form input[type=submit], .btnOutlineLight {
  font-size: var(--button-font-size);
  font-style: var(--button-alt-font-style);
}

.largeBtn, .largeLinkBtn, .altLargeBtn {
  font-size: var(--button-font-size);
}
@media only screen and (min-width: 40em) {
  .largeBtn, .largeLinkBtn, .altLargeBtn {
    font-size: var(--large-button-font-size);
  }
}

.linkBtnUnderlined {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  color: var(--softblack);
  font-size: 13px;
  font-weight: 400;
  font-family: var(--sweetsanspro);
  letter-spacing: 0.09375em;
  text-transform: uppercase;
  position: relative;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.5rem;
  padding-bottom: 2px;
  border-bottom: 1px solid var(--strawgold);
}
@media only screen and (min-width: 40em) {
  .linkBtnUnderlined {
    font-size: 15px;
  }
}
.linkBtnUnderlined::after {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  content: "";
  position: relative;
  height: 10px;
  width: 6px;
  background: url(assets/images/icons/icon-arrow-right-link.svg);
  right: 0;
}
.linkBtnUnderlined:hover, .linkBtnUnderlined:focus {
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.linkBtnUnderlined:hover::after, .linkBtnUnderlined:focus::after {
  right: -6px;
}

.linkBtnArrow, .linkBtnArrowWhite {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  border: 0;
  border-radius: 1px;
  display: inline-flex;
  justify-content: space-between;
  font-weight: normal;
  font-size: 15px;
  height: auto;
  line-height: 1;
  padding: 1em;
  position: relative;
  text-align: center;
  text-decoration: none;
  align-items: center;
  column-gap: 50px;
  letter-spacing: 0;
}
@media only screen and (min-width: 40em) {
  .linkBtnArrow, .linkBtnArrowWhite {
    padding: 1em 1.25em;
    padding-right: 1.5em;
  }
}
.linkBtnArrow::after, .linkBtnArrowWhite::after {
  -webkit-transition: all var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: all var(--global-transition-duration) var(--global-transition-effect);
  transition: all var(--global-transition-duration) var(--global-transition-effect);
  position: relative;
  right: 0;
}
.linkBtnArrow:hover, .linkBtnArrow:active, .linkBtnArrow:focus, .linkBtnArrowWhite:hover, .linkBtnArrowWhite:active, .linkBtnArrowWhite:focus {
  background-color: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.linkBtnArrow:hover::after, .linkBtnArrow:active::after, .linkBtnArrow:focus::after, .linkBtnArrowWhite:hover::after, .linkBtnArrowWhite:active::after, .linkBtnArrowWhite:focus::after {
  right: -6px;
}

.linkBtnArrow {
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.linkBtnArrow::after {
  content: "";
  background-image: url(assets/images/icons/button-arrow-right.svg);
  background-position: center;
  background-size: contain;
  height: 8px;
  width: 43px;
}

.linkBtnArrowWhite {
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.unstyledBtn {
  padding: 0;
  background: none;
  border: 0;
}

.button-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1rem;
  column-gap: 1rem;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal__container {
  background-color: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}
.modal__header {
  margin: 0;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-slide {
  display: none;
}
.modal-slide.is-open {
  display: block;
  z-index: 999;
  position: relative;
}
.modal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.modal-slide .modal-slide .modal__overlay {
  will-change: transform;
}

body.mobile-nav-active {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 2rem;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.content-wrapper, .video-width-narrow, .video-width-standard {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  max-width: var(--content-max-width);
}
@media only screen and (min-width: 64.0625em) {
  .content-wrapper, .video-width-narrow, .video-width-standard {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.narrow-wrapper {
  max-width: var(--narrow-content-max-width);
}

@media only screen and (min-width: 40em) {
  .narrow-content-wrapper {
    float: right;
    width: 74%;
  }
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.table-wrapper {
  overflow-x: auto;
}
.table-wrapper table {
  width: 100%;
}

section.content-block {
  width: 100%;
  padding: 3.75rem 0;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block {
    padding: 5.625rem 0;
  }
}
section.content-block.padding-top-half {
  padding-top: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-half {
    padding-top: 3.75rem;
  }
}
section.content-block.padding-top-double {
  padding-top: 5.625rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-top-double {
    padding-top: 11rem;
  }
}
section.content-block.padding-top-none {
  padding-top: 0;
}
section.content-block.padding-bottom-half {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-half {
    padding-bottom: 3.75rem;
  }
}
section.content-block.padding-bottom-double {
  padding-bottom: 5.625rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-double {
    padding-bottom: 11rem;
  }
}
section.content-block.padding-bottom-none {
  padding-bottom: 0;
}
@media only screen and (max-width: 64em) {
  section.content-block.mobile-padding-top-normal {
    padding-top: 3.75rem;
  }
}
@media only screen and (max-width: 64em) {
  section.content-block.mobile-padding-bottom-normal {
    padding-bottom: 3.75rem;
  }
}
section.content-block.background-light-grey {
  background-color: var(--lightgrey);
}
section.content-block.background-grey {
  background-color: var(--softwhite);
}
section.content-block.background-white {
  background-color: var(--white);
}
section.content-block.background-soft-white {
  background-color: var(--softwhite);
}
section.content-block.background-alabaster {
  background-color: var(--alabaster);
}
section.content-block.background-charcoal {
  background-color: var(--charcoal);
}
section.content-block.background-charcoal *:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight, select) {
  color: #fff;
}
section.content-block.background-charcoal a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight) {
  color: var(--lightgold);
}
section.content-block.background-charcoal a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight):hover, section.content-block.background-charcoal a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight):focus, section.content-block.background-charcoal a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight):active {
  color: var(--uineutral);
}
section.content-block.background-soft-black {
  background-color: var(--soft-black);
}
section.content-block.background-soft-black *:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight, select) {
  color: #fff;
}
section.content-block.background-soft-black a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight) {
  color: var(--lightgold);
}
section.content-block.background-soft-black a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight):hover, section.content-block.background-soft-black a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight):focus, section.content-block.background-soft-black a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight):active {
  color: var(--uineutral);
}
section.content-block.padding-bottom-overlap {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-overlap {
    padding-bottom: 10rem;
  }
}
section.content-block.padding-bottom-overlap-extra {
  padding-bottom: 7.5rem;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.padding-bottom-overlap-extra {
    padding-bottom: 15rem;
  }
}
section.content-block.overlap-section {
  padding-top: 0 !important;
}
section.content-block.overlap-section .content-wrapper, section.content-block.overlap-section .video-width-narrow, section.content-block.overlap-section .video-width-standard {
  top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}
@media only screen and (min-width: 64.0625em) {
  section.content-block.overlap-section .content-wrapper, section.content-block.overlap-section .video-width-narrow, section.content-block.overlap-section .video-width-standard {
    top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
}
section.content-block.padding-bottom-footer {
  padding-bottom: 10%;
}
section.content-block.narrow-section .content-wrapper, section.content-block.narrow-section .video-width-narrow, section.content-block.narrow-section .video-width-standard {
  max-width: 62rem;
}
section.content-block a:not(.modalBtn, .modalLinkBtn,
.linkBtnUnderlined,
.defaultBtn, .linkBtn, .c7-btn--alt, .c7-btn--alt--small,
.largeBtn, .largeLinkBtn,
.altModalBtn, .modalLinkAltBtn,
.altBtn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small,
.altLargeBtn,
.btnOutlineDark, .btnOutlineLight) {
  text-decoration: underline;
}
section.content-block h1 a, section.content-block h2 a, section.content-block h3 a, section.content-block h4 a, section.content-block .c7-product-detail .c7-product__content > h2 a, .c7-product-detail section.content-block .c7-product__content > h2 a, section.content-block form legend a, form section.content-block legend a, section.content-block h5 a, section.content-block h6 a, section.content-block .c7-badge__text a, section.content-block .c7-product-detail .c7-product .subtitle a, .c7-product-detail .c7-product section.content-block .subtitle a, section.content-block .select-navigation form label a, .select-navigation form section.content-block label a {
  color: var(--charcoal) !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 39.9375em) {
  .left-align-on-mobile * {
    text-align: left;
  }
}

@media only screen and (min-width: 40em) {
  .left-align-on-desktop * {
    text-align: left;
  }
}

@media only screen and (max-width: 39.9375em) {
  .center-on-mobile {
    text-align: center;
  }
}

@media only screen and (min-width: 40em) {
  .center-on-desktop {
    text-align: center;
  }
}

.gform_wrapper.gravity-theme {
  margin-top: 2.25rem !important;
}
@media only screen and (max-width: 39.9375em) {
  .gform_wrapper.gravity-theme form .gform_fields {
    grid-row-gap: 8px;
  }
}
.gform_wrapper.gravity-theme form .gfield_required {
  color: #000 !important;
  margin-left: 0 !important;
}
@media only screen and (max-width: 39.9375em) {
  .gform_wrapper.gravity-theme form .gfield_required {
    font-size: 11px;
  }
}
.gform_wrapper.gravity-theme form li {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .gform_wrapper.gravity-theme form li {
    margin-bottom: 3rem;
  }
}
.gform_wrapper.gravity-theme form .gfield_label, .gform_wrapper.gravity-theme form label, .gform_wrapper.gravity-theme form .ginput_complex label {
  font-family: var(--sweetsanspro);
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
}
@media only screen and (max-width: 39.9375em) {
  .gform_wrapper.gravity-theme form .gfield_label, .gform_wrapper.gravity-theme form label, .gform_wrapper.gravity-theme form .ginput_complex label {
    padding-top: 0;
  }
}
.gform_wrapper.gravity-theme form input, .gform_wrapper.gravity-theme form select {
  background: transparent;
  border: 1px solid rgba(113, 112, 115, 0.4);
  border-radius: 3px;
}
.gform_wrapper.gravity-theme form textarea {
  background: transparent;
  border: 1px solid rgba(113, 112, 115, 0.4);
  border-radius: 3px;
}
@media only screen and (max-width: 39.9375em) {
  .gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1.2 !important;
  }
}
.gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0 !important;
}
.gform_wrapper.gravity-theme .has_country span {
  flex: 1 !important;
}

.c7-custom-form .c7-form {
  margin-bottom: 0;
}
.c7-custom-form .c7-form label, .c7-custom-form .c7-form .c7-label, .c7-custom-form .c7-form legend, .c7-custom-form .c7-form__help {
  font-size: 12px;
}
.c7-custom-form .c7-form__buttons {
  margin-top: 0;
}
.popup .c7-custom-form .c7-form .c7-btn {
  width: 100%;
}

.section-title {
  margin-bottom: 2.75rem;
}

.section-intro {
  max-width: var(--narrow-content-max-width);
  margin: 0 auto;
  margin-bottom: 2.75rem;
}

.section-outro {
  margin-top: 3.125rem;
}

.back-link {
  text-decoration: none !important;
  color: var(--black);
}

.google-map iframe {
  filter: grayscale(100%);
}

:root {
  --c7-font-family: var(--avenirlt);
  --c7-body-text-color: var(--bodytextblack);
  --c7-heading-font-family: var(--dupincel);
  --c7-heading-text-color: var(--charcoal);
  --c7-heading-font-weight: normal ;
  --c7-primary-color: #444444;
  --c7-primary-color-dark: #111111;
  --c7-primary-color-focus: rgba(0, 0, 0, 0.25);
  --c7-link-color: var(--anchor-color);
  --c7-bg-alt: var(--softwhite);
  --c7-modal-border-radius: 2px;
  --c7-field-border-radius: 2px;
  --c7-field-border-color: var(--softblack);
  --c7-primary-button-bg-hover: var(--button-alt-background-hover);
  --c7-alt-button-bg-hover: var(--button-primary-background-hover);
  --c7-info-bg: var(--softwhite);
  --c7-dropdown-hover: var(--softwhite);
}

.c7-tools {
  margin: 0 auto;
  padding: 0;
  position: relative;
  justify-content: flex-start;
  min-height: 16px;
  align-items: center;
  display: flex;
  font-size: 14px;
  z-index: 100;
}
@media only screen and (min-width: 64.0625em) {
  .c7-tools {
    background: transparent;
    justify-content: flex-end;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
  }
}

#c7-account {
  display: inline-block;
}
@media only screen and (max-width: 375px) {
  #c7-account .c7-user-nav__account {
    padding-right: 0.5rem;
  }
}
#c7-account .c7-user-nav__account__login, #c7-account .c7-user-nav__account__name {
  color: var(--softblack);
}
@media only screen and (max-width: 75em) {
  #c7-account .c7-user-nav__account__login, #c7-account .c7-user-nav__account__name {
    font-size: 0;
    display: flex;
    align-items: center;
  }
  #c7-account .c7-user-nav__account__login span, #c7-account .c7-user-nav__account__name span {
    display: none;
  }
  #c7-account .c7-user-nav__account__login::after, #c7-account .c7-user-nav__account__name::after {
    content: "";
    display: block;
    background-image: url(assets/images/icons/icon-account-dark.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 20px;
    position: relative;
    top: -1px;
  }
}

#c7-cart {
  display: inline-block;
}
#c7-cart .c7-user-nav__cart__title {
  font-size: 18px;
  line-height: 1;
}
#c7-cart .c7-user-nav__cart__title svg {
  stroke: var(--softblack);
}
#c7-cart .c7-user-nav__cart > button {
  padding: 0;
}
@media screen and (min-width: 40rem) {
  #c7-cart .c7-user-nav__cart > button {
    padding: 5px 0;
  }
}

.c7-checkout-logo {
  max-width: 300px !important;
}

.c7-checkout__footer {
  padding: 0 1rem;
}

.c7-checkout__header {
  background: transparent !important;
}

.c7-cart .c7-order-summary .c7-btn {
  height: 46px;
}

.c7-order-summary__buttons .c7-btn {
  font-size: 13px;
  min-height: 0;
}

.c7-cart .c7-btn {
  min-height: 0;
}

.c7-checkout__summary-container ul {
  font-size: 16px;
}

.page-template-page-c7-account .c7t-content {
  max-width: 70rem;
}

.c7-account__menu a {
  text-decoration: none !important;
}
.c7-account .c7-btn {
  min-height: 0;
}

.c7-user-nav__account__dropdown ul {
  font-size: 14px;
}

.c7-account-details__header .c7-btn {
  text-transform: uppercase;
}

.c7-account-details__delete-account {
  display: none;
}

.c7-account-dashboard__right-column .c7-account-dashboard__block:nth-of-type(1) {
  display: none;
}

.button {
  cursor: pointer;
  display: inline-block;
  border: 0;
  border-radius: var(--c7-button-border-radius);
  font-size: var(--c7-font-size);
  font-weight: 500;
  line-height: 1.5;
  min-height: 0;
  padding: 11px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.1s ease-out;
}
.button:hover {
  text-decoration: none;
}
.button {
  background: var(--c7-primary-button-bg);
  color: var(--c7-primary-button-text-color);
}
.button:hover, .button:focus, .button:active {
  background: var(--c7-primary-button-bg-hover);
  text-decoration: none !important;
}

.c7-btn--primary--small, .c7-btn--alt--small {
  font-size: 12px;
  text-transform: uppercase;
}

.c7-product-collection {
  margin: 0 auto;
  max-width: 74rem;
  padding: 0;
}

.c7t-products-teaser--false .c7-product__teaser {
  display: none;
}

.c7t-products {
  margin-bottom: 2rem;
}
.c7t-products-featured--true .c7-product:first-of-type {
  background: #eee;
  padding: 2rem 2rem;
  border-radius: 16px;
}

@media screen and (min-width: 640px) {
  .c7t-products--1up .c7-product-collection__product-list, .c7-product-collection--1-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr;
    -webkit-column-gap: 30px;
    row-gap: 80px;
  }
}

@media screen and (min-width: 640px) {
  .c7t-products--2up .c7-product-collection__product-list, .c7-product-collection--2-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--2up.c7t-products-featured--true .c7-product:first-of-type, .c7-product-collection--2-cols.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}

@media screen and (min-width: 500px) {
  .c7t-products--3up .c7-product-collection__product-list, .c7-product-collection--3-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--3up .c7-product-collection__product-list, .c7-product-collection--3-cols .c7-product-collection__product-list {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c7t-products--3up .c7-product-collection__product-list, .c7-product-collection--3-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 1;
  }
  .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser p, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .accordion .accordion--subitem__label, .accordion .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .accordion--subitem__label, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser button, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .italic-text, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .bold-text, .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .read-more, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser p, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .accordion .accordion--subitem__label, .accordion .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .accordion--subitem__label, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser button, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .italic-text, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .bold-text, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-product__teaser .read-more {
    text-align: center;
  }
  .c7t-products--3up.c7t-products-featured--true .c7-product:first-of-type .c7-form, .c7-product-collection--3-cols.c7t-products-featured--true .c7-product:first-of-type .c7-form {
    max-width: 100%;
  }
}

@media screen and (min-width: 400px) {
  .c7t-products--4up .c7-product-collection__product-list, .c7-product-collection--4-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    row-gap: 80px;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--4up .c7-product-collection__product-list, .c7-product-collection--4-cols .c7-product-collection__product-list {
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c7t-products--4up .c7-product-collection__product-list, .c7-product-collection--4-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 960px) {
  .c7t-products--4up .c7-product-collection__product-list, .c7-product-collection--4-cols .c7-product-collection__product-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 640px) {
  .c7t-products--4up.c7t-products-featured--true .c7-product:first-of-type, .c7-product-collection--4-cols.c7t-products-featured--true .c7-product:first-of-type {
    grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 1;
  }
}
.c7t-products--4up.c7t-products-featured--true .c7-product:first-of-type .c7-form, .c7-product-collection--4-cols.c7t-products-featured--true .c7-product:first-of-type .c7-form {
  max-width: 100%;
}

.c7-product {
  display: flex;
  flex-direction: column;
}
.c7-product__teaser {
  margin-bottom: 0;
}
.c7-product__add-to-cart__form__quantity {
  margin-right: 5px;
}
.c7-product__add-to-cart__price {
  font-size: 1.125rem;
  font-family: var(--dupincel);
  color: --softblack;
  margin-top: 0;
}
.c7-product__add-to-cart__price__variant {
  vertical-align: text-bottom;
  display: none;
}
.c7-product__add-to-cart input[type=text] {
  width: 2.625rem;
  height: 40px;
  font-family: var(--sweetsanspro);
}
.c7-product .c7-price--original {
  display: inline-block;
  width: 100%;
}
.c7-product .c7-price--discounted {
  font-weight: bold;
}
.c7-product img {
  max-height: 280px;
}
@media screen and (min-width: 48rem) {
  .c7-product img {
    max-height: 360px;
  }
}
.c7-product .c7-btn {
  min-height: 40px;
}
.c7-product .c7-btn:hover, .c7-product .c7-btn:active, .c7-product .c7-btn:focus {
  background: var(--button-primary-background-hover);
  color: var(--button-primary-color-hover);
  border-color: var(--button-primary-border-color-hover);
}
.c7-product__photo, .c7-product__image {
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product, .c7-product-collection--1-cols .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product .c7-product__photo, .c7t-products--1up .c7-product .c7-product__image, .c7-product-collection--1-cols .c7-product .c7-product__photo, .c7-product-collection--1-cols .c7-product .c7-product__image {
    width: 30%;
  }
}
@media screen and (min-width: 40rem) {
  .c7t-products--1up .c7-product .c7-product__info, .c7t-products--1up .c7-product .c7-product__details, .c7-product-collection--1-cols .c7-product .c7-product__info, .c7-product-collection--1-cols .c7-product .c7-product__details {
    width: 70%;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product, .c7-product-collection--2-cols .c7-product {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product .c7-product__photo, .c7t-products--2up .c7-product .c7-product__image, .c7-product-collection--2-cols .c7-product .c7-product__photo, .c7-product-collection--2-cols .c7-product .c7-product__image {
    width: 30%;
  }
}
@media screen and (min-width: 54rem) {
  .c7t-products--2up .c7-product .c7-product__info, .c7t-products--2up .c7-product .c7-product__details, .c7-product-collection--2-cols .c7-product .c7-product__info, .c7-product-collection--2-cols .c7-product .c7-product__details {
    width: 70%;
  }
}
.c7t-products--3up .c7-product .c7-product__photo, .c7-product-collection--3-cols .c7-product .c7-product__photo, .c7t-products--4up .c7-product .c7-product__photo, .c7-product-collection--4-cols .c7-product .c7-product__photo {
  margin: 0;
  margin-bottom: 1rem;
}
.c7t-products--3up .c7-product .c7-product__photo img, .c7-product-collection--3-cols .c7-product .c7-product__photo img, .c7t-products--4up .c7-product .c7-product__photo img, .c7-product-collection--4-cols .c7-product .c7-product__photo img {
  max-height: 280px;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__photo img, .c7-product-collection--3-cols .c7-product .c7-product__photo img, .c7t-products--4up .c7-product .c7-product__photo img, .c7-product-collection--4-cols .c7-product .c7-product__photo img {
    max-height: 480px;
  }
}
.c7t-products--3up .c7-product .c7-product__title, .c7t-products--3up .c7-product .c7-product__subtitle, .c7-product-collection--3-cols .c7-product .c7-product__title, .c7-product-collection--3-cols .c7-product .c7-product__subtitle, .c7t-products--4up .c7-product .c7-product__title, .c7t-products--4up .c7-product .c7-product__subtitle, .c7-product-collection--4-cols .c7-product .c7-product__title, .c7-product-collection--4-cols .c7-product .c7-product__subtitle {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--softblack);
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__title, .c7t-products--3up .c7-product .c7-product__subtitle, .c7-product-collection--3-cols .c7-product .c7-product__title, .c7-product-collection--3-cols .c7-product .c7-product__subtitle, .c7t-products--4up .c7-product .c7-product__title, .c7t-products--4up .c7-product .c7-product__subtitle, .c7-product-collection--4-cols .c7-product .c7-product__title, .c7-product-collection--4-cols .c7-product .c7-product__subtitle {
    text-align: center;
  }
}
.c7t-products--3up .c7-product .c7-product__title span, .c7t-products--3up .c7-product .c7-product__subtitle span, .c7-product-collection--3-cols .c7-product .c7-product__title span, .c7-product-collection--3-cols .c7-product .c7-product__subtitle span, .c7t-products--4up .c7-product .c7-product__title span, .c7t-products--4up .c7-product .c7-product__subtitle span, .c7-product-collection--4-cols .c7-product .c7-product__title span, .c7-product-collection--4-cols .c7-product .c7-product__subtitle span {
  display: block;
}
.c7t-products--3up .c7-product .c7-product__title .product-title-vintage, .c7t-products--3up .c7-product .c7-product__subtitle .product-title-vintage, .c7-product-collection--3-cols .c7-product .c7-product__title .product-title-vintage, .c7-product-collection--3-cols .c7-product .c7-product__subtitle .product-title-vintage, .c7t-products--4up .c7-product .c7-product__title .product-title-vintage, .c7t-products--4up .c7-product .c7-product__subtitle .product-title-vintage, .c7-product-collection--4-cols .c7-product .c7-product__title .product-title-vintage, .c7-product-collection--4-cols .c7-product .c7-product__subtitle .product-title-vintage {
  font-size: 17px;
  letter-spacing: 0.03125em;
}
.c7t-products--3up .c7-product .c7-product__title .product-title-varietal, .c7t-products--3up .c7-product .c7-product__subtitle .product-title-varietal, .c7-product-collection--3-cols .c7-product .c7-product__title .product-title-varietal, .c7-product-collection--3-cols .c7-product .c7-product__subtitle .product-title-varietal, .c7t-products--4up .c7-product .c7-product__title .product-title-varietal, .c7t-products--4up .c7-product .c7-product__subtitle .product-title-varietal, .c7-product-collection--4-cols .c7-product .c7-product__title .product-title-varietal, .c7-product-collection--4-cols .c7-product .c7-product__subtitle .product-title-varietal {
  font-style: italic;
  letter-spacing: 0.0625em;
  text-transform: none;
}
.c7t-products--3up .c7-product .c7-product__title a, .c7t-products--3up .c7-product .c7-product__subtitle a, .c7-product-collection--3-cols .c7-product .c7-product__title a, .c7-product-collection--3-cols .c7-product .c7-product__subtitle a, .c7t-products--4up .c7-product .c7-product__title a, .c7t-products--4up .c7-product .c7-product__subtitle a, .c7-product-collection--4-cols .c7-product .c7-product__title a, .c7-product-collection--4-cols .c7-product .c7-product__subtitle a {
  text-decoration: none;
  color: var(--softblack);
}
.c7t-products--3up .c7-product .c7-product__title, .c7-product-collection--3-cols .c7-product .c7-product__title, .c7t-products--4up .c7-product .c7-product__title, .c7-product-collection--4-cols .c7-product .c7-product__title {
  margin-bottom: 1rem;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__info, .c7t-products--3up .c7-product .c7-product__details, .c7-product-collection--3-cols .c7-product .c7-product__info, .c7-product-collection--3-cols .c7-product .c7-product__details, .c7t-products--4up .c7-product .c7-product__info, .c7t-products--4up .c7-product .c7-product__details, .c7-product-collection--4-cols .c7-product .c7-product__info, .c7-product-collection--4-cols .c7-product .c7-product__details {
    width: 100%;
    margin-bottom: 0;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
  }
}
.c7t-products--3up .c7-product .c7-product__teaser, .c7-product-collection--3-cols .c7-product .c7-product__teaser, .c7t-products--4up .c7-product .c7-product__teaser, .c7-product-collection--4-cols .c7-product .c7-product__teaser {
  text-align: center;
}
.c7t-products--3up .c7-product .c7-product__add-to-cart, .c7-product-collection--3-cols .c7-product .c7-product__add-to-cart, .c7t-products--4up .c7-product .c7-product__add-to-cart, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart {
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
  margin-bottom: 0;
}
.c7t-products--3up .c7-product .c7-product__add-to-cart__price, .c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__price, .c7t-products--4up .c7-product .c7-product__add-to-cart__price, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__price {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__add-to-cart__price, .c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__price, .c7t-products--4up .c7-product .c7-product__add-to-cart__price, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__price {
    text-align: center;
  }
}
.c7t-products--3up .c7-product .c7-product__add-to-cart__form, .c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__form, .c7t-products--4up .c7-product .c7-product__add-to-cart__form, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__form {
  justify-content: center;
  margin-bottom: 0;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__add-to-cart__form, .c7-product-collection--3-cols .c7-product .c7-product__add-to-cart__form, .c7t-products--4up .c7-product .c7-product__add-to-cart__form, .c7-product-collection--4-cols .c7-product .c7-product__add-to-cart__form {
    justify-content: center;
  }
}
.c7t-products--3up .c7-product .c7-product__login-message, .c7-product-collection--3-cols .c7-product .c7-product__login-message, .c7t-products--4up .c7-product .c7-product__login-message, .c7-product-collection--4-cols .c7-product .c7-product__login-message {
  margin-top: auto;
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-product__login-message, .c7-product-collection--3-cols .c7-product .c7-product__login-message, .c7t-products--4up .c7-product .c7-product__login-message, .c7-product-collection--4-cols .c7-product .c7-product__login-message {
    text-align: center;
  }
}
.c7t-products--3up .c7-product .c7-price--original, .c7-product-collection--3-cols .c7-product .c7-price--original, .c7t-products--4up .c7-product .c7-price--original, .c7-product-collection--4-cols .c7-product .c7-price--original {
  text-align: center;
}
@media screen and (min-width: 48rem) {
  .c7t-products--3up .c7-product .c7-price--original, .c7-product-collection--3-cols .c7-product .c7-price--original, .c7t-products--4up .c7-product .c7-price--original, .c7-product-collection--4-cols .c7-product .c7-price--original {
    text-align: center;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c7t-products--3up .c7-product .c7-btn, .c7-product-collection--3-cols .c7-product .c7-btn, .c7t-products--4up .c7-product .c7-btn, .c7-product-collection--4-cols .c7-product .c7-btn {
    padding: 0.75em;
    font-size: 12px;
  }
}
.c7t-products--4up_no_cart .c7-product .c7-product__variant__add-to-cart {
  display: none;
}

.c7-personalization .c7-product__title {
  text-align: center;
}
.c7-personalization .c7-product__info {
  width: 100%;
  margin-bottom: 0;
  margin-top: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
}
.c7-personalization .c7-product__teaser {
  margin-bottom: 1.5rem;
}
.c7-personalization .c7-product__add-to-cart {
  justify-content: center;
  align-self: flex-end;
  margin-top: auto;
  width: 100%;
  text-align: center;
}
.c7-personalization .c7-product__add-to-cart__form {
  justify-content: center;
}

.homepage-featured-wines-section {
  position: relative;
}
.homepage-featured-wines-section .content-wrapper, .homepage-featured-wines-section .video-width-narrow, .homepage-featured-wines-section .video-width-standard {
  z-index: 1;
  max-width: 67.25rem !important;
}
.homepage-featured-wines-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 94%;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("assets/images/homepage-products-background.svg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media only screen and (min-width: 40em) {
  .homepage-featured-wines-section::after {
    height: 73%;
  }
}
.homepage-featured-wines-section .c7-product-collection {
  padding: 0;
}
.homepage-featured-wines-section .button-menu {
  column-gap: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .homepage-featured-wines-section .button-menu {
    column-gap: 3.75rem;
  }
}

@media only screen and (min-width: 64.0625em) {
  .c7-filters {
    margin-bottom: 8rem;
    align-items: center;
  }
}
.c7-filters > span {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 64em) {
  .c7-filters > span {
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7-filters > span {
    padding-top: 1.5rem;
  }
}
.c7-filters .c7-form__field {
  max-width: 274px;
  margin-bottom: 0.25rem;
}
.c7-filters .c7-form__field select {
  color: var(--charcoal);
}

.c7-product-specs {
  max-width: 350px;
  margin: 0 auto 1.5rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .c7-product-specs {
    margin: 0 0 1.5rem;
    text-align: left;
  }
}
.c7-product-specs h2 {
  text-align: center;
}
@media screen and (min-width: 48em) {
  .c7-product-specs h2 {
    text-align: left;
  }
}

.c7-product-spec {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .c7-product-spec {
    display: flex;
  }
}
.c7-product-spec div:first-child {
  font-weight: normal;
  padding-right: 2%;
}

.c7-product-detail {
  display: block;
  max-width: 68.5rem;
  margin: 3rem auto 0;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
  }
}
.c7-product-detail .c7-product img {
  max-height: none;
}
.c7-product-detail .c7-product__left-column {
  text-align: center;
  padding: 0;
  margin: 0 0 1rem;
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__left-column {
    position: sticky;
    top: 150px;
    width: 40%;
    text-align: left;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 39.9375em) {
  .c7-product-detail .c7-product__left-column .c7-product__photo {
    margin-bottom: 2rem;
  }
}
.c7-product-detail .c7-product__left-column .c7-product__photo img {
  max-height: 360px;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__left-column .c7-product__photo img {
    max-height: 640px;
  }
}
.c7-product-detail .c7-product__left-column .c7-product__photo .c7-product-detail__photo__thumbs {
  display: flex;
  justify-content: center;
}
.c7-product-detail .c7-product__left-column .c7-product__photo .c7-product-detail__photo__thumbs img {
  padding: 0.75rem;
}
.c7-product-detail .c7-product__right-column {
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 40em) {
  .c7-product-detail .c7-product__right-column {
    width: 60%;
  }
}
.c7-product-detail .c7-product__right-column h1 span {
  display: block;
}
.c7-product-detail .c7-product__photo {
  padding: 0;
}
.c7-product-detail .c7-product__add-to-cart {
  margin-top: 0;
  margin-bottom: 3rem;
}
.c7-product-detail .c7-product__add-to-cart__price {
  margin-bottom: 12px;
  line-height: 1;
}
.c7-product-detail .c7-product__add-to-cart__price__variant {
  vertical-align: baseline;
}
.c7-product-detail .c7-product .subtitle {
  color: var(--agedoak);
  margin-bottom: 2.375rem;
  font-size: 13px;
}
.c7-product-detail .c7-product__featured-rating {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-family: var(--dupincel);
  font-size: 20px;
  font-style: italic;
  letter-spacing: 0.0125em;
  line-height: 1.6;
  color: var(--charcoal);
}
.c7-product-detail .c7-product__featured-rating img {
  height: 1rem;
  width: 1rem;
}
.c7-product-detail .c7-product__content {
  margin-top: 2rem;
}
.c7-product-detail .c7-product__content p:last-of-type, .c7-product-detail .c7-product__content .accordion .accordion--subitem__label:last-of-type, .accordion .c7-product-detail .c7-product__content .accordion--subitem__label:last-of-type, .c7-product-detail .c7-product__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .c7-product-detail .c7-product__content button:last-of-type, .c7-product-detail .c7-product__content .italic-text:last-of-type, .c7-product-detail .c7-product__content .bold-text:last-of-type, .c7-product-detail .c7-product__content .read-more:last-of-type {
  margin-bottom: 0;
}
.c7-product-detail .c7-product__login-message {
  margin: 30px 0 50px;
  margin-top: 0;
}
.c7-product-detail .c7-product__variant {
  margin-bottom: 2rem;
}

.two-column-boxes {
  display: flex;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .two-column-boxes {
    flex-direction: row;
  }
}
.two-column-boxes .two-column-box {
  background: var(--white);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  padding: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .two-column-boxes .two-column-box {
    width: 50%;
    padding: 3.25rem 3.75rem;
  }
}
.two-column-boxes .two-column-box p, .two-column-boxes .two-column-box .accordion .accordion--subitem__label, .accordion .two-column-boxes .two-column-box .accordion--subitem__label, .two-column-boxes .two-column-box .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .two-column-boxes .two-column-box button, .two-column-boxes .two-column-box .italic-text, .two-column-boxes .two-column-box .bold-text, .two-column-boxes .two-column-box .read-more {
  font-size: 17px;
}
.two-column-boxes .two-column-box__content + .two-column-box__content {
  margin-top: 2.5rem;
}
.two-column-boxes .c7-product__attribute {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 1rem;
}
.two-column-boxes .c7-product__attribute div {
  font-size: 17px;
  font-family: var(--avenirlt);
  color: var(--charcoal);
  margin-right: 1rem;
  min-width: 60px;
}
.two-column-boxes .c7-product__attribute span {
  color: transparent;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  border: 1px solid var(--charcoal);
  border-radius: 50%;
}
.two-column-boxes .c7-product__attribute .full {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--charcoal);
  border: 1px solid var(--charcoal);
}
.two-column-boxes .c7-product__attribute .full:after {
  border: 0;
}
.two-column-boxes .c7-product__attribute .half:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: linear-gradient(18deg, transparent 50%, transparent 50%), linear-gradient(90deg, var(--charcoal) 50%, transparent 50%);
  content: "";
}

.hide-variant-title .c7-product__variant__price__title {
  display: none;
}

.c7c-single-product {
  max-width: 80rem;
  margin: 0 auto;
  padding: 0 1rem;
}
.c7c-single-product .c7c-breadcrumbs {
  margin-bottom: 2rem;
}
.c7c-single-product .c7c-favorite-product-button, .c7c-single-product .c7c-waitlist-product-button {
  display: inline-block;
}
.c7c-single-product .c7c-favorite-product-button > input, .c7c-single-product .c7c-waitlist-product-button > input {
  font-size: 12px;
  min-height: auto;
  margin-top: 0;
}
.c7c-single-product .c7-product__info {
  margin-top: 2rem;
}

.c7-badge {
  display: block;
  padding: 0;
  color: var(--softblack);
  text-align: center;
  position: absolute;
  pointer-events: none;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 13px;
  right: 0;
  top: 1rem;
  max-width: 75px;
  text-shadow: 0 1px 1px var(--softwhite);
  opacity: 0;
  top: -5%;
}
@media only screen and (max-width: 39.9375em) {
  .c7-badge {
    right: 0;
  }
}
@media only screen and (min-width: 40em) {
  .c7-badge {
    max-width: 80px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .c7-badge {
    max-width: 90px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .c7-badge {
    max-width: 100px;
  }
}
.c7-badge span {
  display: block;
}
.c7-badge__points {
  font-family: var(--dupincel);
  font-size: 44px;
  font-size: clamp(2rem, 1.691rem + 1.176vw, 2.75rem);
  letter-spacing: 0.09375rem;
  line-height: 1;
}
.c7-badge__text {
  font-size: 10px;
  font-size: clamp(0.5rem, 0.449rem + 0.196vw, 0.625rem);
  font-weight: 700;
  letter-spacing: 0.015625rem;
}

.c7-side-cart__header h1, .c7-cart__header h1, .c7-order-summary h1, .c7-checkout__content h1, .c7-account h1 {
  font-size: 32px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .c7-side-cart__header h1, .c7-cart__header h1, .c7-order-summary h1, .c7-checkout__content h1, .c7-account h1 {
    font-size: 42px;
  }
}
.c7-side-cart__header h2, .c7-cart__header h2, .c7-order-summary h2, .c7-checkout__content h2, .c7-account h2 {
  font-size: 20px;
  padding: 0;
}
@media only screen and (min-width: 640px) {
  .c7-side-cart__header h2, .c7-cart__header h2, .c7-order-summary h2, .c7-checkout__content h2, .c7-account h2 {
    font-size: 24px;
  }
}

.c7-table a, .c7-table--basic a {
  font-size: 14px;
}

.c7-hide-pickup #c7-delivery-pickup-tab, .c7-hide-pickup #c7-delivery-shipping-tab {
  display: none;
}

.c7-hide-skip .c7-btn--skip {
  display: none;
}

.c7-subscribe[data-has-name-field=true] .c7-form__group .c7-form__field + button {
  margin: 0;
  width: 100%;
}

.image-and-content-event .image-and-content__content--teaser > p:last-of-type, .image-and-content-event .accordion .image-and-content__content--teaser > .accordion--subitem__label:last-of-type, .accordion .image-and-content-event .image-and-content__content--teaser > .accordion--subitem__label:last-of-type, .image-and-content-event .accordion .accordion--subitem__label .image-and-content__content--teaser > button:last-of-type, .accordion .accordion--subitem__label .image-and-content-event .image-and-content__content--teaser > button:last-of-type, .image-and-content-event .image-and-content__content--teaser > .italic-text:last-of-type, .image-and-content-event .image-and-content__content--teaser > .bold-text:last-of-type, .image-and-content-event .image-and-content__content--teaser > .read-more:last-of-type {
  display: inline;
}
.image-and-content-event .image-and-content__content--link {
  display: block !important;
  margin-top: 0.75rem;
}
.image-and-content-event .bold-text {
  display: block !important;
}
.image-and-content-event p, .image-and-content-event .accordion .accordion--subitem__label, .accordion .image-and-content-event .accordion--subitem__label, .image-and-content-event .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .image-and-content-event button, .image-and-content-event .italic-text, .image-and-content-event .bold-text, .image-and-content-event .read-more {
  font-size: clamp(0.938rem, 0.886rem + 0.196vw, 1.063rem);
}

.event.image-and-content-event {
  margin-top: 4rem;
}

.column .experience__info, .image-and-content .experience__info {
  font-weight: 500;
}
.column .experience__featured-info, .image-and-content .experience__featured-info {
  font-style: italic;
}
.column .experience__description, .image-and-content .experience__description {
  margin-top: 1.5rem;
}

.experience-drilldown .experience {
  margin-top: 2.375rem;
}
.experience-drilldown .experience__image {
  margin-bottom: 4.375rem;
}
@media only screen and (min-width: 40em) {
  .experience-drilldown .experience__image {
    margin-bottom: 5.875rem;
  }
}
.experience-drilldown .experience__image img {
  width: 100%;
}
.experience-drilldown .experience__content {
  max-width: 690px;
  margin: 0 auto;
}
.experience-drilldown .experience__content--price {
  font-family: var(--heading-font-family);
  font-size: 20px;
  margin-top: 2rem;
}
.experience-drilldown .experience__content--price span {
  font-size: 12px;
  font-style: italic;
}
.experience-drilldown .experience__content--price + .experience__content--link {
  margin-top: 1rem;
}
.experience-drilldown .experience__content--link {
  margin-top: 2rem;
}
.experience-drilldown .experience__content--disclaimer {
  margin-top: 2.875rem;
}
.experience-drilldown .experience__content--disclaimer p, .experience-drilldown .experience__content--disclaimer .accordion .accordion--subitem__label, .accordion .experience-drilldown .experience__content--disclaimer .accordion--subitem__label, .experience-drilldown .experience__content--disclaimer .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .experience-drilldown .experience__content--disclaimer button, .experience-drilldown .experience__content--disclaimer .italic-text, .experience-drilldown .experience__content--disclaimer .bold-text, .experience-drilldown .experience__content--disclaimer .read-more, .experience-drilldown .experience__content--disclaimer ul, .experience-drilldown .experience__content--disclaimer ol {
  font-size: 14px;
}
.experience-drilldown .experience__content--disclaimer + h2 {
  margin-top: 4.375rem;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--disclaimer + h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 40em) {
  .experience-drilldown .experience__content--disclaimer + h2 {
    margin-top: 5.875rem;
  }
}
.experience-drilldown .experience__content--accordion--item {
  border-bottom: 1px solid rgba(var(--softwhite), 0.5);
}
.experience-drilldown .experience__content--accordion--item:last-of-type {
  margin-bottom: 0;
}
.experience-drilldown .experience__content--accordion--item__label {
  position: relative;
  padding: 1.25rem 2rem;
  padding-left: 0;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--accordion--item__label {
    padding-right: 0.5rem;
  }
}
.experience-drilldown .experience__content--accordion--item__label button {
  padding-right: 2rem;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.experience-drilldown .experience__content--accordion--item__content p:last-of-type, .experience-drilldown .experience__content--accordion--item__content .accordion .accordion--subitem__label:last-of-type, .accordion .experience-drilldown .experience__content--accordion--item__content .accordion--subitem__label:last-of-type, .experience-drilldown .experience__content--accordion--item__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .experience-drilldown .experience__content--accordion--item__content button:last-of-type, .experience-drilldown .experience__content--accordion--item__content .italic-text:last-of-type, .experience-drilldown .experience__content--accordion--item__content .bold-text:last-of-type, .experience-drilldown .experience__content--accordion--item__content .read-more:last-of-type {
  margin-bottom: 0;
}
.experience-drilldown .experience__content--accordion .minimalist-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  height: 100%;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
  max-width: 572px;
}
.experience-drilldown .experience__content--accordion .minimalist-accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  padding: 0;
  margin-bottom: 0;
}
.experience-drilldown .experience__content--accordion .minimalist-accordion__header {
  display: block;
}
.experience-drilldown .experience__content--accordion {
  /* title opened */
}
.experience-drilldown .experience__content--accordion .minimalist-accordion__header[aria-expanded=true]:before {
  content: "";
  background-image: url(assets/images/icons/icon-minus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--accordion .minimalist-accordion__header[aria-expanded=true]:before {
    right: 0;
  }
}
.experience-drilldown .experience__content--accordion {
  /* title closed */
}
.experience-drilldown .experience__content--accordion .minimalist-accordion__header[aria-expanded=false]:before {
  content: "";
  background-image: url(assets/images/icons/icon-plus.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 33px;
  height: 33px;
  display: block;
  position: absolute;
  right: 20px;
  top: 16px;
}
@media only screen and (max-width: 39.9375em) {
  .experience-drilldown .experience__content--accordion .minimalist-accordion__header[aria-expanded=false]:before {
    right: 0;
  }
}

.blog-container {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .blog-container {
    display: flex;
  }
}
@media only screen and (max-width: 64em) {
  .blog-container {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-container__content {
    width: 30%;
    padding-right: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .blog-container__content {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-bottom: 5rem;
  }
}
.blog-container__content--link {
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 40em) {
  .blog-container__content--link {
    font-size: 18px;
    font-weight: 700;
  }
}
.blog-container__posts {
  display: grid;
  row-gap: 56px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (min-width: 64.0625em) {
  .blog-container__posts {
    width: 70%;
    grid-template-columns: 1fr 1fr;
  }
}
.blog-container__posts .disp-content p:last-of-type, .blog-container__posts .disp-content .accordion .accordion--subitem__label:last-of-type, .accordion .blog-container__posts .disp-content .accordion--subitem__label:last-of-type, .blog-container__posts .disp-content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .blog-container__posts .disp-content button:last-of-type, .blog-container__posts .disp-content .italic-text:last-of-type, .blog-container__posts .disp-content .bold-text:last-of-type, .blog-container__posts .disp-content .read-more:last-of-type {
  margin-bottom: 1.25rem;
}

.blog-post__image {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .blog-post__content .teaser {
    padding-right: 1rem;
  }
}
.blog-post__content h3 a {
  color: var(--softblack);
  text-decoration: none;
}
.blog-post__content p, .blog-post__content .accordion .accordion--subitem__label, .accordion .blog-post__content .accordion--subitem__label, .blog-post__content .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .blog-post__content button, .blog-post__content .italic-text, .blog-post__content .bold-text, .blog-post__content .read-more {
  font-size: 17px;
}
.blog-post__content p:last-of-type, .blog-post__content .accordion .accordion--subitem__label:last-of-type, .accordion .blog-post__content .accordion--subitem__label:last-of-type, .blog-post__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .blog-post__content button:last-of-type, .blog-post__content .italic-text:last-of-type, .blog-post__content .bold-text:last-of-type, .blog-post__content .read-more:last-of-type {
  margin-bottom: 0;
}
.blog-post__content--link {
  margin-top: 1rem;
}
.blog-post__content--link a {
  text-decoration: underline;
}
.blog-post__image {
  transition: transform 0.5s ease;
}
.blog-post__image:hover, .blog-post__image:focus, .blog-post__image:focus-within {
  transform: translateY(-0.5em);
}

.blog-page-main-section__intro {
  max-width: 992px;
}

@media only screen and (min-width: 64.0625em) {
  .blog-main {
    display: flex;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-main .blog-featured {
    width: 40%;
    padding-right: 20px;
    position: sticky;
    top: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .blog-main .blog-featured {
    margin-bottom: 4.75rem;
  }
}
.blog-main .blog-list {
  display: grid;
  row-gap: 5rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .blog-main .blog-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-main .blog-list {
    width: 60%;
  }
}
@media only screen and (max-width: 64em) {
  .blog-main .blog-list .blog-post:last-of-type {
    margin-bottom: 0;
  }
}
.blog-main .blog-list .blog-post__image {
  position: relative;
  padding-bottom: 59.2%;
}
.blog-main .blog-list .blog-post__image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
}
.blog-main.blog-main-results {
  display: block;
}
@media only screen and (min-width: 64.0625em) {
  .blog-main.blog-main-results .blog-list {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.blog-all-posts {
  display: grid;
  row-gap: 76px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (min-width: 40em) {
  .blog-all-posts {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-all-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.blog-search, .news-search {
  display: flex;
  column-gap: 1rem;
  row-gap: 1rem;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .blog-search, .news-search {
    flex-direction: column;
    max-width: 330px;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-search, .news-search {
    max-width: 315px;
  }
}
.blog-search input[type=text], .news-search input[type=text] {
  background-color: #fff;
  border: 1px solid rgba(157, 157, 158, 0.7);
  padding: 0.5rem;
  position: relative;
  width: 100%;
  max-width: 330px;
}
@media only screen and (min-width: 64.0625em) {
  .blog-search input[type=text], .news-search input[type=text] {
    flex-direction: column;
    max-width: 315px;
  }
}
.blog-search input[type=text]::placeholder, .news-search input[type=text]::placeholder {
  color: var(--charcoal);
}
.blog-search #searchsubmit, .news-search #searchsubmit {
  position: absolute;
  right: 0.25rem;
  top: -3px;
  background: none;
  border: 0;
  font-size: 0;
  transform: translate(0, 50%);
}
.blog-search #searchsubmit svg, .news-search #searchsubmit svg {
  width: 16px;
}

.blog-category-list {
  display: grid;
  row-gap: 5rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .blog-category-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .blog-category-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.blog-category-list .blog-post__image {
  position: relative;
  padding-bottom: 59.2%;
}
.blog-category-list .blog-post__image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
}

.recipe-intro-section {
  text-align: center;
}
@media only screen and (max-width: 39.9375em) {
  .recipe-intro-section {
    padding-bottom: 1.5rem !important;
  }
}

@media only screen and (max-width: 39.9375em) {
  .recipe-main-section {
    padding-top: 1.5rem !important;
  }
}

.recipe-intro p, .recipe-intro .accordion .accordion--subitem__label, .accordion .recipe-intro .accordion--subitem__label, .recipe-intro .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .recipe-intro button, .recipe-intro .italic-text, .recipe-intro .bold-text, .recipe-intro .read-more {
  font-family: var(--dupincel);
  font-style: italic;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.27;
  letter-spacing: -0.009375em;
  color: var(--charcoal);
}
.recipe-intro p:last-of-type, .recipe-intro .accordion .accordion--subitem__label:last-of-type, .accordion .recipe-intro .accordion--subitem__label:last-of-type, .recipe-intro .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .recipe-intro button:last-of-type, .recipe-intro .italic-text:last-of-type, .recipe-intro .bold-text:last-of-type, .recipe-intro .read-more:last-of-type {
  margin-bottom: 0;
}

.recipe-wine-pairings {
  position: relative;
  font-family: var(--sweetsanspro);
  font-size: 14px;
  text-transform: uppercase;
  color: var(--charcoal);
  letter-spacing: 0.078125em;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 40em) {
  .recipe-wine-pairings {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    margin-top: 2.75rem;
  }
}
.recipe-wine-pairings__label {
  font-weight: 700;
}

.recipe-bar {
  border-top: 1px solid rgba(157, 157, 158, 0.75);
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(157, 157, 158, 0.75);
}
@media only screen and (min-width: 40em) {
  .recipe-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .recipe-bar {
    column-gap: 3.125rem;
  }
}
.recipe-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  font-family: var(--sweetsanspro);
  font-size: 13px;
  text-transform: uppercase;
  color: var(--charcoal);
  letter-spacing: 0.078125em;
}

@media only screen and (min-width: 64.0625em) {
  .recipe-content {
    display: flex;
  }
}
@media only screen and (min-width: 64.0625em) {
  .recipe-content__column-left {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 64em) {
  .recipe-content__column-left .recipe-content__credits {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .recipe-content__column-right {
    width: 60%;
    padding-left: 2rem;
    max-width: 650px;
  }
}
.recipe-content__column-right .recipe-content__credits {
  margin-top: 3rem;
}
@media only screen and (min-width: 64.0625em) {
  .recipe-content__column-right .recipe-content__credits {
    display: none;
  }
}
.recipe-content p:has(strong), .recipe-content .accordion .accordion--subitem__label:has(strong), .accordion .recipe-content .accordion--subitem__label:has(strong), .recipe-content .accordion .accordion--subitem__label button:has(strong), .accordion .accordion--subitem__label .recipe-content button:has(strong), .recipe-content .italic-text:has(strong), .recipe-content .bold-text:has(strong), .recipe-content .read-more:has(strong) {
  font-weight: 300;
  margin-bottom: 0;
}

.posts-section .two-column .column__image {
  position: relative;
  padding-bottom: 73.85%;
}
.posts-section .two-column .column__image img {
  position: absolute;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.news-post {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.news-post__image img {
  width: 100%;
}
.news-post__content {
  padding: 2rem 1.8125rem 3rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .news-post__content .teaser {
    padding-right: 1rem;
  }
}
.news-post__content h3 a {
  color: var(--softblack);
  text-decoration: none;
}
.news-post__content p, .news-post__content .accordion .accordion--subitem__label, .accordion .news-post__content .accordion--subitem__label, .news-post__content .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .news-post__content button, .news-post__content .italic-text, .news-post__content .bold-text, .news-post__content .read-more {
  font-size: 17px;
}
.news-post__content p:last-of-type, .news-post__content .accordion .accordion--subitem__label:last-of-type, .accordion .news-post__content .accordion--subitem__label:last-of-type, .news-post__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .news-post__content button:last-of-type, .news-post__content .italic-text:last-of-type, .news-post__content .bold-text:last-of-type, .news-post__content .read-more:last-of-type {
  margin-bottom: 0;
}
.news-post__content--link {
  margin-top: auto;
}
.news-post__content--link a {
  text-decoration: underline;
}
.news-post__image {
  transition: transform 0.5s ease;
}
.news-post__image:hover, .news-post__image:focus, .news-post__image:focus-within {
  transform: translateY(-0.5em);
}

.news-list {
  display: grid;
  row-gap: 2.5rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .news-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .news-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.header-banner {
  position: relative;
  background: var(--softblack);
}
.header-banner__image {
  position: relative;
  opacity: 0;
}
@media only screen and (max-width: 39.9375em) {
  .header-banner__image {
    padding-bottom: 102.8037383%;
  }
  .header-banner__image img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100% !important;
  }
}
.header-banner__image img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .header-banner__image--mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .header-banner__image--desktop {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .header-banner__content {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 40em) {
  .header-banner__content {
    max-width: 762px;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    z-index: 1;
    padding-right: 3rem;
  }
}
.header-banner__content h1, .header-banner__content .h1 {
  font-size: clamp(3rem, 2.279rem + 2.745vw, 4.75rem);
  margin-bottom: 0.3em;
}
.header-banner__content p:last-of-type, .header-banner__content .accordion .accordion--subitem__label:last-of-type, .accordion .header-banner__content .accordion--subitem__label:last-of-type, .header-banner__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .header-banner__content button:last-of-type, .header-banner__content .italic-text:last-of-type, .header-banner__content .bold-text:last-of-type, .header-banner__content .read-more:last-of-type {
  margin-bottom: 0;
}
.header-banner__content p:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .accordion .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .header-banner__content .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .accordion .accordion--subitem__label button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .accordion--subitem__label .header-banner__content button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .italic-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .bold-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .read-more:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn) {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .header-banner__content p:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .accordion .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .header-banner__content .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .accordion .accordion--subitem__label button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .accordion--subitem__label .header-banner__content button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .italic-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .bold-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .header-banner__content .read-more:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn) {
    margin-top: 2.5rem;
  }
}

.promo-banner {
  display: block;
  background-color: var(--agedoak);
  text-align: center;
  position: relative;
}
.mobile-nav-active .promo-banner {
  display: none;
}
.promo-banner__wrapper {
  padding: 0.75rem 2.5rem;
}
.promo-banner * {
  color: #fff;
}
.promo-banner p, .promo-banner .accordion .accordion--subitem__label, .accordion .promo-banner .accordion--subitem__label, .promo-banner .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .promo-banner button, .promo-banner .italic-text, .promo-banner .bold-text, .promo-banner .read-more {
  font-size: 12px;
  font-weight: 400;
  font-family: var(--body-font-family);
}
@media only screen and (min-width: 40em) {
  .promo-banner p, .promo-banner .accordion .accordion--subitem__label, .accordion .promo-banner .accordion--subitem__label, .promo-banner .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .promo-banner button, .promo-banner .italic-text, .promo-banner .bold-text, .promo-banner .read-more {
    font-size: 15px;
  }
}
.promo-banner p:last-of-type, .promo-banner .accordion .accordion--subitem__label:last-of-type, .accordion .promo-banner .accordion--subitem__label:last-of-type, .promo-banner .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .promo-banner button:last-of-type, .promo-banner .italic-text:last-of-type, .promo-banner .bold-text:last-of-type, .promo-banner .read-more:last-of-type {
  margin-bottom: 0;
}
.promo-banner a {
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px !important;
}
.promo-banner a:hover {
  color: #ffffff;
  text-decoration: none !important;
  opacity: 0.8;
}
.promo-banner .close {
  position: absolute;
  top: 8px;
  right: 1rem;
  width: 10px;
}
@media only screen and (min-width: 40em) {
  .promo-banner .close {
    width: 12px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .promo-banner .close {
    right: 2rem;
  }
}

.accordion-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.accordion-parent {
  display: grid;
  row-gap: 20px;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  grid-template-rows: masonry;
}

.accordion-child {
  max-width: 546px;
  padding: 0 1rem;
  padding-left: 2rem;
}

@media only screen and (min-width: 40em) {
  .accordion {
    grid-template-columns: 1fr 1fr;
  }
}
.accordion .minimalist-accordion__panel {
  display: block;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  transition: visibility 0s ease, max-height 1s ease, opacity 1s ease;
  height: 100%;
  visibility: visible;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0;
  margin-bottom: 2rem;
  text-align: left;
  max-width: 572px;
}
.accordion .minimalist-accordion__panel[aria-hidden=true] {
  display: block;
  height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  padding: 0;
  margin-bottom: 0;
}
.accordion .minimalist-accordion__header {
  display: block;
}
.accordion .accordion--item {
  border-bottom: 1px solid rgba(var(--lightgrey), 0.5);
}
.accordion .accordion--item:last-of-type {
  margin-bottom: 0;
}
.accordion .accordion--item__label {
  background: var(--white);
  position: relative;
  padding: 0.5rem 2rem;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 39.9375em) {
  .accordion .accordion--item__label {
    padding-right: 0.5rem;
  }
}
.accordion .accordion--item__label {
  /* title opened */
}
.accordion .accordion--item__label .minimalist-accordion__header[aria-expanded=true]:before {
  content: "";
  background-image: url(assets/images/icons/icon-caret.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 12px;
  display: block;
  position: absolute;
  right: 20px;
  top: 28px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 39.9375em) {
  .accordion .accordion--item__label .minimalist-accordion__header[aria-expanded=true]:before {
    right: 1rem;
    top: 20px;
  }
}
.accordion .accordion--item__label {
  /* title closed */
}
.accordion .accordion--item__label .minimalist-accordion__header[aria-expanded=false]:before {
  content: "";
  background-image: url(assets/images/icons/icon-caret.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 12px;
  display: block;
  position: absolute;
  right: 20px;
  top: 28px;
}
@media only screen and (max-width: 39.9375em) {
  .accordion .accordion--item__label .minimalist-accordion__header[aria-expanded=false]:before {
    right: 1rem;
    top: 20px;
  }
}
.accordion .accordion--item__label, .accordion .accordion--item__label button {
  font-family: var(--dupincel);
  font-style: italic;
  font-size: 20px;
  font-style: 300;
  font-variation-settings: "opsz" 10, "wght" 300;
  color: var(--charcoal);
}
@media only screen and (min-width: 64.0625em) {
  .accordion .accordion--item__label, .accordion .accordion--item__label button {
    font-size: 28px;
  }
}
.accordion .accordion--item__label button {
  padding-right: 2rem;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.accordion .accordion--item__content {
  margin-bottom: 1rem;
}
.accordion .accordion--item__content p, .accordion .accordion--item__content .accordion--subitem__label, .accordion .accordion--item__content .accordion--subitem__label button, .accordion .accordion--subitem__label .accordion--item__content button, .accordion .accordion--item__content .italic-text, .accordion .accordion--item__content .bold-text, .accordion .accordion--item__content .read-more, .accordion .accordion--item__content ul, .accordion .accordion--item__content ol {
  font-size: clamp(0.938rem, 0.886rem + 0.196vw, 1.063rem);
}
.accordion .accordion--item__content p:last-of-type, .accordion .accordion--item__content .accordion--subitem__label:last-of-type, .accordion .accordion--item__content .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .accordion--item__content button:last-of-type, .accordion .accordion--item__content .italic-text:last-of-type, .accordion .accordion--item__content .bold-text:last-of-type, .accordion .accordion--item__content .read-more:last-of-type, .accordion .accordion--item__content ul:last-of-type, .accordion .accordion--item__content ol:last-of-type {
  margin-bottom: 0;
}
.accordion .accordion--subitem {
  max-width: 514px;
}
.accordion .accordion--subitem__label {
  position: relative;
  border-top: 1px solid rgba(157, 157, 158, 0.75);
  padding: 1rem 0;
}
.accordion .accordion--subitem__label--first {
  border-top: none;
  margin-top: 0.5rem;
}
.accordion .accordion--subitem__label {
  /* title opened */
}
.accordion .accordion--subitem__label .minimalist-accordion__header[aria-expanded=true]:before {
  content: "";
  background-image: url(assets/images/icons/icon-caret-small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  right: 20px;
  top: 24px;
  transform: rotate(180deg);
}
@media only screen and (max-width: 39.9375em) {
  .accordion .accordion--subitem__label .minimalist-accordion__header[aria-expanded=true]:before {
    right: 0;
  }
}
.accordion .accordion--subitem__label {
  /* title closed */
}
.accordion .accordion--subitem__label .minimalist-accordion__header[aria-expanded=false]:before {
  content: "";
  background-image: url(assets/images/icons/icon-caret-small.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 8px;
  display: block;
  position: absolute;
  right: 20px;
  top: 24px;
}
@media only screen and (max-width: 39.9375em) {
  .accordion .accordion--subitem__label .minimalist-accordion__header[aria-expanded=false]:before {
    right: 0;
  }
}
.accordion .accordion--subitem__label, .accordion .accordion--subitem__label button {
  margin-bottom: 0;
  font-weight: 500;
}
.accordion .accordion--subitem__label button {
  padding-right: 2rem;
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
.accordion .accordion--subitem__content p:last-of-type, .accordion .accordion--subitem__content .italic-text:last-of-type, .accordion .accordion--subitem__content .bold-text:last-of-type, .accordion .accordion--subitem__content .read-more:last-of-type, .accordion .accordion--subitem__content .accordion--subitem__label:last-of-type, .accordion .accordion--subitem__content .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .accordion--subitem__content button:last-of-type {
  margin-bottom: 0;
}

.basic-content-section .content-wrapper.narrow-wrapper, .basic-content-section .narrow-wrapper.video-width-narrow, .basic-content-section .narrow-wrapper.video-width-standard {
  max-width: var(--narrow-content-max-width);
}
.basic-content-section .content-wrapper.narrow-wrapper p, .basic-content-section .narrow-wrapper.video-width-narrow p, .basic-content-section .narrow-wrapper.video-width-standard p, .basic-content-section .content-wrapper.narrow-wrapper .italic-text, .basic-content-section .narrow-wrapper.video-width-narrow .italic-text, .basic-content-section .narrow-wrapper.video-width-standard .italic-text, .basic-content-section .content-wrapper.narrow-wrapper .bold-text, .basic-content-section .narrow-wrapper.video-width-narrow .bold-text, .basic-content-section .narrow-wrapper.video-width-standard .bold-text, .basic-content-section .content-wrapper.narrow-wrapper .read-more, .basic-content-section .narrow-wrapper.video-width-narrow .read-more, .basic-content-section .narrow-wrapper.video-width-standard .read-more, .basic-content-section .content-wrapper.narrow-wrapper .accordion .accordion--subitem__label, .basic-content-section .narrow-wrapper.video-width-narrow .accordion .accordion--subitem__label, .basic-content-section .narrow-wrapper.video-width-standard .accordion .accordion--subitem__label, .accordion .basic-content-section .content-wrapper.narrow-wrapper .accordion--subitem__label, .accordion .basic-content-section .narrow-wrapper.video-width-narrow .accordion--subitem__label, .accordion .basic-content-section .narrow-wrapper.video-width-standard .accordion--subitem__label, .basic-content-section .content-wrapper.narrow-wrapper .accordion .accordion--subitem__label button, .basic-content-section .narrow-wrapper.video-width-narrow .accordion .accordion--subitem__label button, .basic-content-section .narrow-wrapper.video-width-standard .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .basic-content-section .content-wrapper.narrow-wrapper button, .accordion .accordion--subitem__label .basic-content-section .narrow-wrapper.video-width-narrow button, .accordion .accordion--subitem__label .basic-content-section .narrow-wrapper.video-width-standard button {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.basic-content-section .wide-wrapper {
  max-width: 60.625rem;
}
.basic-content-section.full-wrapper .content-wrapper, .basic-content-section.full-wrapper .video-width-narrow, .basic-content-section.full-wrapper .video-width-standard {
  max-width: var(--content-max-width);
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section.contact-section .content-columns .column:first-of-type {
    width: 42%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section.contact-section .content-columns .column:last-of-type {
    width: 58%;
  }
}
.basic-content-section.contact-section .content-columns .column:last-of-type .gform_wrapper {
  max-width: 650px;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns {
    display: flex;
    column-gap: 1rem;
    justify-content: center;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .content-columns {
    column-gap: 2rem;
  }
}
.basic-content-section .content-columns-1 {
  display: block;
}
.basic-content-section .content-columns-1 .column {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-2 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-3 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .basic-content-section .content-columns-3 .column {
    width: 33.33%;
  }
}
@media only screen and (min-width: 40em) {
  .basic-content-section .content-columns-4 .column {
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .basic-content-section .content-columns-4 .column {
    width: 25%;
  }
}
.basic-content-section .button-menu, .basic-content-section p:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow), .basic-content-section .italic-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow), .basic-content-section .bold-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow), .basic-content-section .read-more:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow), .basic-content-section .accordion .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow), .accordion .basic-content-section .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow), .basic-content-section .accordion .accordion--subitem__label button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow), .accordion .accordion--subitem__label .basic-content-section button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkBtnUnderlined, .linkBtnArrow) {
  margin-top: 2.5rem;
}

.contact-section .c7-custom-form .c7-form {
  max-width: 650px;
  margin: 0;
}

.club-table-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .club-table {
    max-width: 80%;
    margin: 0 auto;
  }
}
.club-table .select-navigation {
  margin-bottom: 2rem;
}
.club-table-wrapper {
  font-size: 14px;
}
@media only screen and (min-width: 64.0625em) {
  .club-table-wrapper {
    font-size: 17px;
  }
}
.club-table img {
  width: 12.75px;
}
@media only screen and (min-width: 40em) {
  .club-table img {
    width: 14px;
  }
}
.club-table .column {
  padding: 0.75rem 0.5rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid var(--agedoak);
}
@media only screen and (min-width: 40em) {
  .club-table .column {
    width: 20%;
  }
}
.club-table .column:nth-of-type(1) {
  border-left: none;
}
@media only screen and (min-width: 64.0625em) {
  .club-table .column:nth-of-type(1) {
    width: 15%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .club-table .column:nth-of-type(2) {
    border-right: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .club-table .column:nth-of-type(2) {
    width: 13%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .club-table .column:nth-of-type(3) {
    width: 15%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .club-table .column:nth-of-type(4) {
    width: 15%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .club-table .column:nth-of-type(5) {
    width: 18%;
  }
}
.club-table .column:nth-of-type(6) {
  border-right: none;
}
@media only screen and (min-width: 64.0625em) {
  .club-table .column:nth-of-type(6) {
    width: 24%;
  }
}
.club-table .column.column-1, .club-table .column.column-2, .club-table .column.column-3 {
  text-transform: none;
}
@media only screen and (max-width: 39.9375em) {
  .club-table .column.column-1, .club-table .column.column-2, .club-table .column.column-3 {
    display: none;
  }
  .club-table .column.column-1.active, .club-table .column.column-2.active, .club-table .column.column-3.active {
    display: block;
    width: 40%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .club-table .column:first-of-type {
    width: 60%;
  }
  .club-table .column:nth-of-type(2) {
    width: 40%;
  }
}
.club-table .row {
  display: flex;
  border-bottom: 1px solid var(--agedoak);
}
.club-table .row:nth-of-type(even) {
  background-color: var(--white);
}
.club-table .row:nth-of-type(odd) {
  background-color: var(--alabaster);
}
.club-table .row.row-header {
  background-color: var(--agedoak);
  color: var(--white);
  border-bottom: none;
  text-transform: uppercase;
}
.club-table .row.row-header .column {
  font-size: 13px;
  color: var(--white);
}
@media only screen and (max-width: 64em) {
  .club-table .row.row-header .column {
    font-size: 11px;
    letter-spacing: 0.0125em;
  }
}

.club-vs-subscription-table-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .club-vs-subscription-table {
    max-width: 80%;
    margin: 0 auto;
  }
}
.club-vs-subscription-table .select-navigation {
  margin-bottom: 2rem;
}
.club-vs-subscription-table-wrapper {
  font-size: 14px;
}
@media only screen and (min-width: 64.0625em) {
  .club-vs-subscription-table-wrapper {
    font-size: 17px;
  }
}
.club-vs-subscription-table img {
  width: 12px;
}
.club-vs-subscription-table .column {
  padding: 0.75rem 0.5rem;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-right: 1px solid var(--agedoak);
}
@media only screen and (min-width: 40em) {
  .club-vs-subscription-table .column {
    width: 20%;
  }
}
.club-vs-subscription-table .column:nth-of-type(1) {
  border-left: none;
}
@media only screen and (min-width: 40em) {
  .club-vs-subscription-table .column:nth-of-type(1) {
    width: 49%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .club-vs-subscription-table .column:nth-of-type(2) {
    border-right: none;
  }
}
@media only screen and (min-width: 40em) {
  .club-vs-subscription-table .column:nth-of-type(2) {
    width: 22%;
  }
}
.club-vs-subscription-table .column:nth-of-type(3) {
  border-right: none;
}
@media only screen and (min-width: 40em) {
  .club-vs-subscription-table .column:nth-of-type(3) {
    width: 29%;
  }
}
.club-vs-subscription-table .column.column-1, .club-vs-subscription-table .column.column-2, .club-vs-subscription-table .column.column-3 {
  text-transform: none;
}
@media only screen and (max-width: 39.9375em) {
  .club-vs-subscription-table .column.column-1, .club-vs-subscription-table .column.column-2, .club-vs-subscription-table .column.column-3 {
    display: none;
  }
  .club-vs-subscription-table .column.column-1.active, .club-vs-subscription-table .column.column-2.active, .club-vs-subscription-table .column.column-3.active {
    display: block;
    width: 40%;
  }
}
@media only screen and (max-width: 39.9375em) {
  .club-vs-subscription-table .column:first-of-type {
    width: 60%;
  }
  .club-vs-subscription-table .column:nth-of-type(2) {
    width: 40%;
  }
}
.club-vs-subscription-table .row {
  display: flex;
  border-bottom: 1px solid var(--agedoak);
}
.club-vs-subscription-table .row:nth-of-type(even) {
  background-color: var(--white);
}
.club-vs-subscription-table .row:nth-of-type(odd) {
  background-color: var(--alabaster);
}
.club-vs-subscription-table .row.row-header {
  background-color: var(--agedoak);
  color: var(--white);
  border-bottom: none;
  text-transform: uppercase;
}
.club-vs-subscription-table .row.row-header .column {
  font-size: 13px;
  color: var(--white);
}
@media only screen and (max-width: 64em) {
  .club-vs-subscription-table .row.row-header .column {
    font-size: 11px;
    letter-spacing: 0.0125em;
  }
}

.clubs-section {
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .clubs-section .column__content {
    padding-right: 20px;
  }
}
.clubs-section .column__content--list {
  margin-top: 28px;
}
.clubs-section .column__content--list ul {
  margin-bottom: 0;
}
.clubs-section .column__content--list li {
  margin-bottom: 1rem;
}
.clubs-section .column__content--list li:last-of-type {
  margin-bottom: 0;
}

.image-and-content-events-section .section-title {
  text-align: center;
}

.image-and-content-event + .image-and-content-event {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-event .image-and-content-wrapper {
    align-items: center;
  }
}

.image-and-content-experience + .two-column {
  padding-top: 5rem;
}

@media only screen and (min-width: 64.0625em) {
  .experiences-section .image-and-content__content {
    justify-content: flex-start;
    padding-top: 12rem;
  }
}

.four-column-icon-box-section h2 {
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 40em) {
  .four-column-icon-box-section h2 {
    margin-bottom: 2rem;
  }
}

.four-columns-box {
  background-color: var(--softblack);
  color: var(--white);
  padding: 4rem 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .four-columns-box {
    padding: 5rem 6.875rem;
  }
}
.four-columns-box * {
  color: var(--white);
}

.four-columns {
  display: grid;
  row-gap: 36px;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
  column-gap: 24px;
  max-width: 1074px;
  margin: 0 auto;
}
@media only screen and (max-width: 420px) {
  .four-columns {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 40em) {
  .four-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .four-columns {
    row-gap: 48px;
    -webkit-column-gap: 32px;
    column-gap: 32px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.four-columns .four-column {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.four-columns .four-column__icon {
  position: relative;
  text-align: center;
  margin-bottom: 1.25rem;
  opacity: 0;
  top: 5px;
}
.four-columns .four-column__content--link {
  margin-top: 0.5rem;
}
.four-columns .four-column .h6, .four-columns .four-column .club-table .row.row-header .column, .club-table .row.row-header .four-columns .four-column .column, .four-columns .four-column .club-vs-subscription-table .row.row-header .column, .club-vs-subscription-table .row.row-header .four-columns .four-column .column {
  font-size: 15px;
  text-align: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 39.9375em) {
  .four-columns .four-column .h6, .four-columns .four-column .club-table .row.row-header .column, .club-table .row.row-header .four-columns .four-column .column, .four-columns .four-column .club-vs-subscription-table .row.row-header .column, .club-vs-subscription-table .row.row-header .four-columns .four-column .column {
    font-size: 13px;
  }
}
.four-columns .four-column p, .four-columns .four-column .italic-text, .four-columns .four-column .bold-text, .four-columns .four-column .read-more, .four-columns .four-column .accordion .accordion--subitem__label, .accordion .four-columns .four-column .accordion--subitem__label, .four-columns .four-column .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .four-columns .four-column button {
  font-size: 14px;
}
.four-columns .four-column p:last-of-type, .four-columns .four-column .italic-text:last-of-type, .four-columns .four-column .bold-text:last-of-type, .four-columns .four-column .read-more:last-of-type, .four-columns .four-column .accordion .accordion--subitem__label:last-of-type, .accordion .four-columns .four-column .accordion--subitem__label:last-of-type, .four-columns .four-column .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .four-columns .four-column button:last-of-type {
  margin-bottom: 0;
}
.four-columns .four-column .more {
  font-size: 14px;
}
.four-columns .four-column .more-content {
  margin-top: 1rem;
}
@media only screen and (max-width: 64em) {
  .image-and-content-section.image-hide-mobile .image-and-content__image {
    display: none;
  }
}

.image-and-content-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
  .image-and-content {
    max-width: 640px;
    margin: 0 auto;
  }
}
.image-and-content:last-of-type {
  margin-bottom: 0;
}
.image-and-content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-wrapper {
    display: flex;
  }
}
.image-and-content__image {
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image {
    width: 49.25%;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content__image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.image-and-content__image img {
  width: 100%;
}
.image-and-content__content {
  position: relative;
  background-size: 500px;
  background-repeat: repeat;
  background-position: center;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    background-size: 750px;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content {
    width: 50.75%;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content__content {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .image-and-content__content {
    padding: 0 5rem;
  }
}
.image-and-content__content--wrapper {
  position: relative;
  z-index: 2;
}
.image-and-content__content--titlerow {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__content--titlerow {
    margin-bottom: 3rem;
  }
}
.image-and-content__content--titlerow img {
  max-height: 43px;
  margin-left: 1rem;
}
.image-and-content__content--titlerow .featured-image-and-content__content--title {
  margin-bottom: 0;
}
.image-and-content__content--teaser p:last-of-type, .image-and-content__content--teaser .italic-text:last-of-type, .image-and-content__content--teaser .bold-text:last-of-type, .image-and-content__content--teaser .read-more:last-of-type, .image-and-content__content--teaser .accordion .accordion--subitem__label:last-of-type, .accordion .image-and-content__content--teaser .accordion--subitem__label:last-of-type, .image-and-content__content--teaser .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .image-and-content__content--teaser button:last-of-type {
  margin-bottom: 0;
}
.image-and-content__content h2 a {
  color: var(--brand-color-alt);
  text-decoration: none;
}
.image-and-content__content p:last-of-type, .image-and-content__content .italic-text:last-of-type, .image-and-content__content .bold-text:last-of-type, .image-and-content__content .read-more:last-of-type, .image-and-content__content .accordion .accordion--subitem__label:last-of-type, .accordion .image-and-content__content .accordion--subitem__label:last-of-type, .image-and-content__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .image-and-content__content button:last-of-type {
  margin-bottom: 0;
}
.image-and-content__content--price {
  font-family: var(--heading-font-family);
  font-size: 20px;
  margin-top: 2rem;
}
.image-and-content__content--price span {
  font-size: 12px;
  font-style: italic;
}
.image-and-content__content--price + .image-and-content__content--link {
  margin-top: 1rem;
}
.image-and-content__content .disp-content p:last-of-type, .image-and-content__content .disp-content .italic-text:last-of-type, .image-and-content__content .disp-content .bold-text:last-of-type, .image-and-content__content .disp-content .read-more:last-of-type, .image-and-content__content .disp-content .accordion .accordion--subitem__label:last-of-type, .accordion .image-and-content__content .disp-content .accordion--subitem__label:last-of-type, .image-and-content__content .disp-content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .image-and-content__content .disp-content button:last-of-type {
  margin-bottom: 1.25rem;
}
.image-and-content__content--link {
  margin-top: 2rem;
}
.image-and-content.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__image {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.reverse-block .image-and-content__content {
    order: 1;
    padding-left: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__image {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content.normal-block .image-and-content__content {
    order: 2;
    padding-right: 0;
  }
}

.image-and-content-scroll-section .content-wrapper, .image-and-content-scroll-section .video-width-narrow, .image-and-content-scroll-section .video-width-standard {
  position: static;
}

.image-and-content-scroll-block {
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block {
    display: flex;
  }
}
.image-and-content-scroll-block__images {
  position: sticky;
  top: 125px;
  height: 100vh;
  height: 90vh;
  width: 49.25%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__images {
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__images {
    padding: 5.875rem 7.5rem;
    padding: 0;
  }
}
.image-and-content-scroll-block__images--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.image-and-content-scroll-block__images .block-image {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  height: 90vh;
  height: calc(90vh - 125px);
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__images .block-image {
    height: 650px;
  }
}
.image-and-content-scroll-block__images .block-image img {
  object-fit: cover;
  height: 100% !important;
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__content {
    padding-bottom: 4rem;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-content-scroll-block__content {
    position: relative;
    z-index: 1;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content {
    width: 50.75%;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 75.0625em) {
  .image-and-content-scroll-block__content {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 90.0625em) {
  .image-and-content-scroll-block__content {
    padding: 0 5rem;
  }
}
.image-and-content-scroll-block__content--wrapper {
  position: relative;
  z-index: 2;
}
.image-and-content-scroll-block__content h2 a {
  color: var(--brand-color-alt);
  text-decoration: none;
}
.image-and-content-scroll-block__content .italic-text {
  margin-bottom: 2rem;
}
.image-and-content-scroll-block__content p:last-of-type, .image-and-content-scroll-block__content .italic-text:last-of-type, .image-and-content-scroll-block__content .bold-text:last-of-type, .image-and-content-scroll-block__content .read-more:last-of-type, .image-and-content-scroll-block__content .accordion .accordion--subitem__label:last-of-type, .accordion .image-and-content-scroll-block__content .accordion--subitem__label:last-of-type, .image-and-content-scroll-block__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .image-and-content-scroll-block__content button:last-of-type {
  margin-bottom: 0;
}
.image-and-content-scroll-block__content p:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .italic-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .bold-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .read-more:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .accordion .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .image-and-content-scroll-block__content .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .accordion .accordion--subitem__label button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .accordion--subitem__label .image-and-content-scroll-block__content button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn) {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content-scroll-block__content p:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .italic-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .bold-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .read-more:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .accordion .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .image-and-content-scroll-block__content .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .image-and-content-scroll-block__content .accordion .accordion--subitem__label button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn), .accordion .accordion--subitem__label .image-and-content-scroll-block__content button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn) {
    margin-top: 2.75rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content .image-and-content-scroll {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
}
.image-and-content-scroll-block__content .image-and-content-scroll__image {
  padding: 2rem;
}
@media only screen and (min-width: 40em) {
  .image-and-content-scroll-block__content .image-and-content-scroll__image {
    padding: 3.25rem;
  }
}
.image-and-content-scroll-block__content .image-and-content-scroll__image img {
  width: 100%;
  opacity: 0;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block__content .image-and-content-scroll__image {
    display: none;
  }
}
.image-and-content-scroll-block.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .scroll-nav-wrapper {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .scroll-nav-wrapper .scroll-nav {
    left: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .image-and-content-scroll-block__images {
    order: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.reverse-block .image-and-content-scroll-block__content {
    order: 2;
    padding-left: 7rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .scroll-nav-wrapper {
    order: 3;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .scroll-nav-wrapper .scroll-nav {
    right: 2rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .image-and-content-scroll-block__images {
    left: 0;
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content-scroll-block.normal-block .image-and-content-scroll-block__content {
    order: 2;
    padding-right: 7rem;
  }
}

.scroll-nav-wrapper {
  position: sticky;
  top: 20vh;
  height: 100vh;
}
@media only screen and (max-width: 64em) {
  .scroll-nav-wrapper {
    display: none;
  }
}

.scroll-nav {
  position: absolute;
  top: 20vh;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  padding-top: 3rem;
  margin-bottom: 0;
}
.scroll-nav li {
  position: relative;
  display: block;
  margin: 8px 0;
  padding: 0;
  cursor: pointer;
}
.scroll-nav li:first-of-type {
  margin-top: 0;
}
.scroll-nav li:last-of-type {
  margin-bottom: 0;
}
.scroll-nav li a {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border: 1px solid var(--charcoal);
  color: transparent;
  background: transparent;
  padding: 0;
}
.scroll-nav li a:hover, .scroll-nav li a:focus {
  background-color: #000;
  border: 1px solid #000;
}
.scroll-nav li a.active {
  height: 24px;
  border: 1px solid #000;
  border-radius: 12px;
}

.image-and-image-rows {
  margin: 0 auto;
}

@media only screen and (max-width: 64em) {
  .image-and-image {
    max-width: 640px;
    margin: 0 auto;
  }
}
.image-and-image:last-of-type {
  margin-bottom: 0;
}
.image-and-image-wrapper {
  display: flex;
  position: relative;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 64em) {
  .image-and-image-wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image-wrapper {
    align-items: center;
    column-gap: 24px;
  }
}
.image-and-image__left-image, .image-and-image__right-image {
  overflow: hidden;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image__left-image, .image-and-image__right-image {
    width: 50%;
  }
}
@media only screen and (max-width: 64em) {
  .image-and-image__left-image, .image-and-image__right-image {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
}
.image-and-image__left-image img, .image-and-image__right-image img {
  width: 100%;
}
.image-and-image.reverse-block {
  margin-left: auto;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image.reverse-block .image-and-image__left-image {
    order: 2;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image.reverse-block .image-and-image__right-image {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image.normal-block .image-and-image__left-image {
    order: 1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .image-and-image.normal-block .image-and-image__right-image {
    order: 2;
  }
}

.image-slider-and-content-section .image-and-content__image {
  overflow: auto;
}

.image-and-content__image--slider .slick-prev, .image-and-content__image--slider .slick-next {
  background: none;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 24px;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image--slider .slick-prev, .image-and-content__image--slider .slick-next {
    width: 24px;
    height: 48px;
  }
}
.image-and-content__image--slider .slick-prev::before, .image-and-content__image--slider .slick-next::before {
  display: none;
}
.image-and-content__image--slider .slick-prev {
  background-image: url(assets/images/icons/icon-arrow-left-white.svg);
  left: 12px;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image--slider .slick-prev {
    left: 24px;
  }
}
.image-and-content__image--slider .slick-next {
  background-image: url(assets/images/icons/icon-arrow-right-white.svg);
  right: 12px;
}
@media only screen and (min-width: 64.0625em) {
  .image-and-content__image--slider .slick-next {
    right: 24px;
  }
}
.image-and-content__image--slider .image-and-content__image--slide__caption {
  font-size: 15px;
  margin-top: 0.5rem;
  padding-right: 24px;
}
.image-and-content__image--slider .slick-autoplay-toggle-button {
  left: auto;
  right: 0;
  bottom: 3px;
}

@media only screen and (min-width: 40em) {
  .midpage-image__mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .midpage-image__desktop {
    display: none;
  }
}
.midpage-image img {
  width: 100%;
}
.midpage-image__caption {
  font-size: 15px;
  margin-top: 0.5rem;
}

@media only screen and (max-width: 39.9375em) {
  .photo-grid-section .content-wrapper, .photo-grid-section .video-width-narrow, .photo-grid-section .video-width-standard {
    padding: 0;
  }
}

@media only screen and (min-width: 40em) {
  .photo-grid {
    display: grid;
    row-gap: 1.25rem;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .photo-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 39.9375em) {
  .photo-grid .slick-list {
    padding-right: 15%;
  }
}
.photo-grid .slick-slide {
  margin-right: 1rem;
}
.photo-grid .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 1.5rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 1rem;
}
.photo-grid .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer;
  width: 25%;
}
.photo-grid .slick-dots li:first-of-type {
  margin-left: 0;
}
.photo-grid .slick-dots li:last-of-type {
  margin-right: 0;
}
.photo-grid .slick-dots li button {
  display: block;
  height: 8px;
  width: 100%;
  border: 0;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  -webkit-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -moz-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -ms-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  -o-transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  transition: color 0.25s linear, background-color 0.125s linear, border-color 0.25s linear;
  color: transparent;
  padding: 0;
}
@media only screen and (min-width: 64.0625em) {
  .photo-grid .slick-dots li button {
    width: 70px;
  }
}
.photo-grid .slick-dots li button:hover, .photo-grid .slick-dots li button:focus {
  background-color: #000;
  border: 1px solid #000;
}
.photo-grid .slick-dots li.slick-active button {
  background-color: #000;
}

.section-quote .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 2rem;
}

.quote {
  text-align: center;
}
.quote .quote-wrapper {
  max-width: 59rem;
  margin: 0 auto;
}
.quote__icon {
  margin-bottom: 2.25rem;
}
.quote blockquote {
  margin: 0;
}
.quote blockquote p, .quote blockquote .italic-text, .quote blockquote .bold-text, .quote blockquote .read-more, .quote blockquote .accordion .accordion--subitem__label, .accordion .quote blockquote .accordion--subitem__label, .quote blockquote .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .quote blockquote button {
  font-family: var(--heading-font-family);
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: var(--charcoal);
}
.quote blockquote p:last-of-type, .quote blockquote .italic-text:last-of-type, .quote blockquote .bold-text:last-of-type, .quote blockquote .read-more:last-of-type, .quote blockquote .accordion .accordion--subitem__label:last-of-type, .accordion .quote blockquote .accordion--subitem__label:last-of-type, .quote blockquote .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .quote blockquote button:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 64.0625em) {
  .quote blockquote p, .quote blockquote .italic-text, .quote blockquote .bold-text, .quote blockquote .read-more, .quote blockquote .accordion .accordion--subitem__label, .accordion .quote blockquote .accordion--subitem__label, .quote blockquote .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .quote blockquote button {
    font-size: 2rem;
  }
}
.quote cite {
  font-size: 12px;
  font-family: var(--sweetsanspro);
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.171875em;
  text-transform: uppercase;
  margin-top: 2rem;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 64.0625em) {
  .quote cite {
    font-size: 13px;
  }
}
.team-members-section {
  z-index: 2 !important;
}
.team-members-section .content-wrapper > h2, .team-members-section .video-width-narrow > h2, .team-members-section .video-width-standard > h2 {
  margin-bottom: 2rem;
}
.team-members-section.last-item-border-bottom .team-member:last-of-type {
  border-bottom: 1px solid var(--bistre);
  padding-bottom: 4rem;
}

.team-members {
  display: grid;
  column-gap: 1.25rem;
  row-gap: 1.25rem;
}
.team-members--one {
  row-gap: 2.5rem;
}
@media only screen and (max-width: 64em) {
  .team-members--one {
    max-width: 640px;
    margin: 0 auto;
  }
}
.team-members--two {
  max-width: 1124px;
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--two {
    grid-template-columns: 1fr 1fr;
    column-gap: 3.75rem;
  }
}
.team-members--three {
  margin: 0 auto;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--three {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--three {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.team-members--four {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 40em) {
  .team-members--four {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--four {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.team-member {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 64.0625em) {
  .team-members--one .team-member {
    flex-direction: row;
    align-items: center;
  }
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member {
    flex-direction: row;
    align-items: flex-start;
  }
}
.team-members--three .team-member, .team-members--four .team-member {
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  padding: 1.5rem 1rem 2.5rem;
}
@media only screen and (max-width: 64em) {
  .team-members--one .team-member__image {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--one .team-member__image {
    max-width: 464px;
  }
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member__image {
    max-width: 208px;
  }
}
.team-members--three .team-member__image, .team-members--four .team-member__image {
  margin: 0 auto;
  max-width: 320px;
}
@media only screen and (min-width: 40em) {
  .team-members--three .team-member__image, .team-members--four .team-member__image {
    max-width: 160px;
  }
}
.team-members--three .team-member__image img, .team-members--four .team-member__image img {
  border-radius: 50%;
}
.team-member__image img {
  width: 100%;
}
.team-member__content {
  transition: all 200ms ease-out;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px 0.5rem 0;
  text-align: center;
  margin-top: 0.5rem;
}
.team-members--one .team-member__content {
  text-align: left;
}
@media only screen and (min-width: 64.0625em) {
  .team-members--one .team-member__content {
    margin-top: 0;
    padding: 0;
    padding-left: 2rem;
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 40em) {
  .team-members--two .team-member__content {
    margin-top: 0;
    padding: 0;
    padding-left: 1rem;
    text-align: left;
    width: 100%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .team-members--two .team-member__content {
    padding-left: 2rem;
  }
}
.team-member__content p, .team-member__content .italic-text, .team-member__content .bold-text, .team-member__content .read-more, .team-member__content .accordion .accordion--subitem__label, .accordion .team-member__content .accordion--subitem__label, .team-member__content .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .team-member__content button {
  font-size: clamp(0.938rem, 0.886rem + 0.196vw, 1.063rem);
}
.team-member__content p:last-of-type, .team-member__content .italic-text:last-of-type, .team-member__content .bold-text:last-of-type, .team-member__content .read-more:last-of-type, .team-member__content .accordion .accordion--subitem__label:last-of-type, .accordion .team-member__content .accordion--subitem__label:last-of-type, .team-member__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .team-member__content button:last-of-type {
  margin-bottom: 0;
}
.team-member__content--button {
  margin-top: auto;
}
.team-member__name + .overline, .experience-drilldown .team-member__name + .experience__content--accordion--item__label, .experience-drilldown .experience__content--accordion--item__label .team-member__name + button {
  margin-top: 0;
  margin-bottom: 0;
}
.team-member__contact {
  margin-top: 0.75rem;
  font-size: 14px;
}
.team-member__contact a {
  display: block;
}
.team-member .member-popup-button {
  margin-top: auto;
}
.team-member .member-popup-button .linkBtnUnderlined::after {
  display: none;
}

.member-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 15;
  transform: translate3d(0, 0, 0);
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  will-change: transform;
}
.member-popup.is-open {
  display: block;
  z-index: 999;
}
.member-popup[aria-hidden=false] {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.member-popup[aria-hidden=true] {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-popup-wrapper {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
}
.member-popup .close {
  position: absolute;
  width: 15px;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 7;
}
@media only screen and (max-width: 64em) {
  .member-popup .close {
    top: 5rem;
  }
}
.member-popup .member-rows {
  background-color: var(--brand-background-color);
  max-width: 1396px;
  position: relative;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows {
    width: calc(100% - 2rem);
  }
}
.member-popup .member-rows .team-member__name {
  text-align: center;
}
.member-popup .member-rows .team-member__position {
  text-align: center;
}
.member-popup .member-rows .image-and-content-wrapper {
  align-items: flex-start;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content-wrapper {
    height: 820px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__image {
    height: 820px;
  }
}
@media only screen and (min-width: 75.0625em) {
  .member-popup .member-rows .image-and-content__image {
    width: 50%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .member-popup .member-rows .image-and-content__image {
    width: 44.5%;
  }
}
.member-popup .member-rows .image-and-content__image img {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  object-position: center;
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 2rem !important;
    width: 50%;
    overflow-y: auto;
    height: 100%;
  }
}
@media only screen and (min-width: 75.0625em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 3rem 2rem !important;
    width: 55.5%;
  }
}
@media only screen and (min-width: 90.0625em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 6.5rem 6rem !important;
  }
}
@media only screen and (max-width: 64em) {
  .member-popup .member-rows .image-and-content__content {
    padding: 2rem 1rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .member-popup .member-rows .image-and-content__content--wrapper {
    height: 100%;
  }
  .member-popup .member-rows .image-and-content__content--wrapper .more-content:not([style*="display: none"]) + .image-and-content__content--link {
    padding-bottom: 5%;
  }
}
.member-popup .member-rows .disp-content, .member-popup .member-rows .reg-content {
  margin-top: 2rem;
}
.member-popup .member-rows .more {
  font-size: 16px;
}

.three-column {
  display: grid;
  row-gap: 3.75rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .three-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .three-column {
    row-gap: 4rem;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 64em) {
  .three-column .column {
    margin: 0 auto;
  }
  .three-column .column:last-of-type {
    margin-bottom: 0;
  }
}
.three-column .column__image {
  text-align: center;
}
.three-column .column__image img {
  width: 100%;
}
.three-column .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.three-column .column__content p, .three-column .column__content .italic-text, .three-column .column__content .bold-text, .three-column .column__content .read-more, .three-column .column__content .accordion .accordion--subitem__label, .accordion .three-column .column__content .accordion--subitem__label, .three-column .column__content .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .three-column .column__content button {
  font-size: clamp(0.938rem, 0.886rem + 0.196vw, 1.063rem);
}
.three-column .column__content p:last-of-type, .three-column .column__content .italic-text:last-of-type, .three-column .column__content .bold-text:last-of-type, .three-column .column__content .read-more:last-of-type, .three-column .column__content .accordion .accordion--subitem__label:last-of-type, .accordion .three-column .column__content .accordion--subitem__label:last-of-type, .three-column .column__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .three-column .column__content button:last-of-type {
  margin-bottom: 0;
}
.three-column .column__content ul, .three-column .column__content ol {
  font-size: clamp(0.938rem, 0.886rem + 0.196vw, 1.063rem);
}
.three-column .column__link {
  margin-top: 2rem;
}

.trade-columns-section .section-title {
  text-align: center;
  margin-bottom: 2rem;
}

.trade-three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 2rem;
}
@media only screen and (min-width: 64.0625em) {
  .trade-three-column {
    row-gap: 4rem;
  }
}
.trade-three-column .column {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  .trade-three-column .column {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .trade-three-column .column {
    width: 33.33%;
  }
}
@media only screen and (max-width: 64em) {
  .trade-three-column .column {
    margin: 0 auto;
  }
  .trade-three-column .column:last-of-type {
    margin-bottom: 0;
  }
}
.trade-three-column .column__image {
  text-align: center;
}
.trade-three-column .column__image img {
  width: 100%;
}
.trade-three-column .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.875rem;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.trade-three-column .column__content ul {
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.trade-three-column .column__content p:last-of-type, .trade-three-column .column__content .italic-text:last-of-type, .trade-three-column .column__content .bold-text:last-of-type, .trade-three-column .column__content .read-more:last-of-type, .trade-three-column .column__content .accordion .accordion--subitem__label:last-of-type, .accordion .trade-three-column .column__content .accordion--subitem__label:last-of-type, .trade-three-column .column__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .trade-three-column .column__content button:last-of-type {
  margin-bottom: 0;
}
.trade-three-column .column__button {
  margin-top: 2rem;
}

.trade-assets-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.trade-assets {
  display: grid;
  row-gap: 2rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (min-width: 40em) {
  .trade-assets {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 40em) and (max-width: 64em) {
  .trade-assets > *:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
}
@media only screen and (min-width: 64.0625em) {
  .trade-assets {
    row-gap: 3rem;
    -webkit-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.trade-assets .trade-asset {
  text-align: center;
  font-size: 14px;
}
.trade-assets .trade-asset__image {
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

.trade-wines-section .content-wrapper, .trade-wines-section .video-width-narrow, .trade-wines-section .video-width-standard {
  max-width: 60.625rem;
}
.trade-wines-section .content-wrapper h2, .trade-wines-section .video-width-narrow h2, .trade-wines-section .video-width-standard h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.trade-wines {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (min-width: 40em) {
  .trade-wines .trade-wine {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.trade-wines .trade-wine__bottle-shot {
  margin: 0 auto;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 39.9375em) {
  .trade-wines .trade-wine__bottle-shot {
    max-width: 150px;
  }
}
@media only screen and (min-width: 40em) {
  .trade-wines .trade-wine__bottle-shot {
    width: 23%;
  }
}
.trade-wines .trade-wine__bottle-shot img {
  width: 100%;
}
.trade-wines .trade-wine__content {
  margin-top: 2rem;
}
@media only screen and (min-width: 40em) {
  .trade-wines .trade-wine__content {
    width: 77%;
    padding-left: 1.5rem;
  }
}
.trade-wines .trade-wine__assets {
  font-size: 17px;
}
.trade-wines .trade-wine__assets-group {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.trade-wines .trade-wine__assets--heading {
  font-weight: 500;
}

@media only screen and (min-width: 40em) {
  .two-column-section .no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.two-column {
  display: grid;
  row-gap: 3.75rem;
  grid-template-columns: 1fr;
  -webkit-column-gap: 20px;
  column-gap: 20px;
}
@media only screen and (min-width: 40em) {
  .two-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-column {
    row-gap: 4rem;
  }
}
.two-column .column {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 64em) {
  .two-column .column {
    margin: 0 auto;
  }
  .two-column .column:last-of-type {
    margin-bottom: 0;
  }
}
.two-column .column__image {
  text-align: center;
}
.two-column .column__image img {
  width: 100%;
}
.two-column .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-top: 0;
  padding-bottom: 0;
  max-width: 570px;
}
@media only screen and (min-width: 90.0625em) {
  .two-column .column__content {
    padding-top: 2rem;
  }
}
.two-column .column__content p, .two-column .column__content .italic-text, .two-column .column__content .bold-text, .two-column .column__content .read-more, .two-column .column__content .accordion .accordion--subitem__label, .accordion .two-column .column__content .accordion--subitem__label, .two-column .column__content .accordion .accordion--subitem__label button, .accordion .accordion--subitem__label .two-column .column__content button {
  font-size: clamp(0.938rem, 0.886rem + 0.196vw, 1.063rem);
}
.two-column .column__content p:last-of-type, .two-column .column__content .italic-text:last-of-type, .two-column .column__content .bold-text:last-of-type, .two-column .column__content .read-more:last-of-type, .two-column .column__content .accordion .accordion--subitem__label:last-of-type, .accordion .two-column .column__content .accordion--subitem__label:last-of-type, .two-column .column__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .two-column .column__content button:last-of-type {
  margin-bottom: 1.5rem;
}
.two-column .column__content ul, .two-column .column__content ol {
  font-size: clamp(0.938rem, 0.886rem + 0.196vw, 1.063rem);
}
.two-column .column__content ul li, .two-column .column__content ol li {
  margin-bottom: 1.25rem;
}
.two-column .column__content ul li:last-of-type, .two-column .column__content ol li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 40em) {
  .two-column-section .no-side-padding {
    padding-left: 0;
    padding-right: 0;
  }
}

.two-columns-wrapper {
  background-color: var(--softblack);
  padding: 3.75rem 1.25rem;
  top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
  width: calc(100% - 2.5rem);
  max-width: 1320px;
}
@media only screen and (min-width: 64.0625em) {
  .two-columns-wrapper {
    padding: 4.875rem 7rem 6.25rem;
    top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
    width: calc(100% - 6rem);
  }
}
.two-columns-wrapper * {
  color: #fff;
}
.two-columns-wrapper .two-columns {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 3.5rem;
}
@media only screen and (min-width: 64.0625em) {
  .two-columns-wrapper .two-columns {
    grid-template-columns: 1fr 1fr;
  }
}
.two-columns-wrapper .two-columns .column {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 64em) {
  .two-columns-wrapper .two-columns .column {
    max-width: 640px;
    margin: 0 auto;
  }
  .two-columns-wrapper .two-columns .column:first-of-type {
    padding-bottom: 5rem;
    margin-bottom: 5rem;
  }
  .two-columns-wrapper .two-columns .column:first-of-type::after {
    content: "";
    border-bottom: 1px solid var(--subtlegray);
    position: absolute;
    bottom: 0;
    width: 248px;
    left: 50%;
    transform: translateX(-50%);
  }
  .two-columns-wrapper .two-columns .column:last-of-type {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 39.9375em) {
  .two-columns-wrapper .two-columns .column {
    max-width: 350px;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-columns-wrapper .two-columns .column:first-of-type {
    padding-right: 5rem;
  }
  .two-columns-wrapper .two-columns .column:first-of-type::after {
    content: "";
    border-right: 1px solid var(--subtlegray);
    position: absolute;
    right: 0;
    height: 200px;
    top: 50%;
    transform: translateY(-50%);
  }
  .two-columns-wrapper .two-columns .column:last-of-type {
    padding-left: 5rem;
  }
}
.two-columns-wrapper .two-columns .column__icon {
  position: relative;
  opacity: 0;
  top: 5px;
}
.two-columns-wrapper .two-columns .column__image {
  text-align: center;
}
.two-columns-wrapper .two-columns .column__image img {
  width: 100%;
}
.two-columns-wrapper .two-columns .column__content {
  display: flex;
  flex-direction: column;
  padding-top: 1.5rem;
  width: 100%;
  height: 100%;
  min-height: 0;
  border-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 90.0625em) {
  .two-columns-wrapper .two-columns .column__content {
    padding: 2rem 0 0;
  }
}
.two-columns-wrapper .two-columns .column__content .h6, .two-columns-wrapper .two-columns .column__content .club-table .row.row-header .column, .club-table .row.row-header .two-columns-wrapper .two-columns .column__content .column, .two-columns-wrapper .two-columns .column__content .club-vs-subscription-table .row.row-header .column, .club-vs-subscription-table .row.row-header .two-columns-wrapper .two-columns .column__content .column {
  margin-bottom: 1.25rem;
}
.two-columns-wrapper .two-columns .column__content p:last-of-type, .two-columns-wrapper .two-columns .column__content .italic-text:last-of-type, .two-columns-wrapper .two-columns .column__content .bold-text:last-of-type, .two-columns-wrapper .two-columns .column__content .read-more:last-of-type, .two-columns-wrapper .two-columns .column__content .accordion .accordion--subitem__label:last-of-type, .accordion .two-columns-wrapper .two-columns .column__content .accordion--subitem__label:last-of-type, .two-columns-wrapper .two-columns .column__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .two-columns-wrapper .two-columns .column__content button:last-of-type {
  margin-bottom: 1.5rem;
}
.two-columns-wrapper .two-columns .column__button {
  margin-top: auto;
  text-align: center;
}

@media only screen and (min-width: 40em) {
  .two-column-banner__mobile {
    display: none;
  }
}
@media only screen and (max-width: 39.9375em) {
  .two-column-banner__desktop {
    display: none;
  }
}
.two-column-banner img {
  width: 100%;
}

.two-ctas {
  display: flex;
  row-gap: 1.25rem;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
@media only screen and (max-width: 64em) {
  .two-ctas {
    flex-direction: column;
  }
}
@media only screen and (min-width: 64.0625em) {
  .two-ctas {
    height: 660px;
  }
}
.two-ctas .cta {
  flex-direction: column;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: inset(0%);
  position: relative;
  transition: 750ms ease-out all;
  background-color: #000;
}
@media only screen and (min-width: 64.0625em) {
  .two-ctas .cta {
    flex: 1 1 0%;
  }
}
@media only screen and (max-width: 64em) {
  .two-ctas .cta {
    width: 100%;
    height: 440px;
  }
  .two-ctas .cta:last-of-type {
    margin-bottom: 0;
  }
}
.two-ctas .cta__image {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transform-origin: center center;
}
.two-ctas .cta__image--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.two-ctas .cta__image img {
  transition: 750ms ease-out all;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.two-ctas .cta__overlay {
  background: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
.two-ctas .cta__overlay::before {
  transition: 750ms ease-out all;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.85;
  width: 100%;
  height: 66.66%;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
.two-ctas .cta__overlay::after {
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.25;
  width: 100%;
  height: 45%;
  position: absolute;
  bottom: 0;
  z-index: 4;
}
.two-ctas .cta__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 1rem;
  padding-bottom: 2rem;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: 100%;
  text-align: center;
  transition: 2000ms ease-out all;
}
@media only screen and (max-width: 64em) {
  .two-ctas .cta__content {
    height: 440px;
  }
}
.two-ctas .cta__content * {
  -webkit-font-smoothing: antialiased;
}
.two-ctas .cta__content h2 {
  color: #fff;
}
.two-ctas .cta__content p:last-of-type, .two-ctas .cta__content .italic-text:last-of-type, .two-ctas .cta__content .bold-text:last-of-type, .two-ctas .cta__content .read-more:last-of-type, .two-ctas .cta__content .accordion .accordion--subitem__label:last-of-type, .accordion .two-ctas .cta__content .accordion--subitem__label:last-of-type, .two-ctas .cta__content .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label .two-ctas .cta__content button:last-of-type {
  margin-bottom: 2rem;
}
.two-ctas .cta.active .cta__image img, .two-ctas .cta:hover .cta__image img, .two-ctas .cta:focus .cta__image img, .two-ctas .cta:focus-within .cta__image img {
  transform: scale(1.1);
}
.two-ctas .cta.active .cta__overlay::before, .two-ctas .cta:hover .cta__overlay::before, .two-ctas .cta:focus .cta__overlay::before, .two-ctas .cta:focus-within .cta__overlay::before {
  opacity: 0;
}

.video-width-full {
  width: 100%;
}

.video-width-narrow {
  max-width: 43.125rem;
  margin: 0 auto;
}

.video-section__video {
  position: relative;
}
.video-section__video video {
  display: block;
  width: 100%;
}

.video-section__video .mute-video,
.video-section__video .play-pause-video {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__video .mute-video svg,
.video-section__video .play-pause-video svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__video .mute-video svg,
  .video-section__video .play-pause-video svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__video .mute-video svg.icon-pause,
  .video-section__video .play-pause-video svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__video .play-pause-video {
  left: initial;
  right: 2rem;
}
.video-section__video--no-autoplay .video-section__video--wrapper .mute-video,
.video-section__video--no-autoplay .video-section__video--wrapper .play-pause-video {
  z-index: -1;
}
.video-section__video--yes-autoplay .video-section__video--wrapper .mute-video,
.video-section__video--yes-autoplay .video-section__video--wrapper .play-pause-video,
.video-section__video--yes-autoplay .video-section__video--wrapper video {
  z-index: 1;
}
.video-section__video--playing {
  background: none !important;
}
.video-section__video--playing .video-section__video--wrapper .play-video {
  display: none !important;
}
.video-section__video--playing .video-section__video--wrapper .mute-video,
.video-section__video--playing .video-section__video--wrapper .play-pause-video {
  z-index: 1;
}
.video-section__video .play-video {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__video .play-video span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.video-section__vimeo {
  position: relative;
}
.video-section__vimeo iframe {
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 200ms ease-out;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  height: auto;
  width: 0;
  border: 0;
}
@media only screen and (min-width: 40em) {
  .video-section__vimeo iframe {
    width: auto;
  }
}
.video-section__vimeo__video iframe {
  z-index: -1;
}
.video-section__vimeo .mute-video-vimeo,
.video-section__vimeo .play-pause-video-vimeo {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__vimeo .mute-video-vimeo svg,
.video-section__vimeo .play-pause-video-vimeo svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__vimeo .mute-video-vimeo svg,
  .video-section__vimeo .play-pause-video-vimeo svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__vimeo .mute-video-vimeo svg.icon-pause,
  .video-section__vimeo .play-pause-video-vimeo svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__vimeo .play-pause-video-vimeo {
  left: initial;
  right: 2rem;
}
.video-section__vimeo--no-autoplay .video-section__vimeo--wrapper .mute-video-vimeo,
.video-section__vimeo--no-autoplay .video-section__vimeo--wrapper .play-pause-video-vimeo {
  z-index: -1;
}
.video-section__vimeo--playing {
  background: none !important;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper iframe {
  z-index: 1;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper .play-video-vimeo {
  display: none !important;
}
.video-section__vimeo--playing .video-section__vimeo--wrapper .mute-video-vimeo,
.video-section__vimeo--playing .video-section__vimeo--wrapper .play-pause-video-vimeo {
  z-index: 1;
}
.video-section__vimeo--wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-section__vimeo--wrapper__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  cursor: pointer;
}
.video-section__vimeo--wrapper--fullscreen video {
  z-index: 1;
}
.video-section__vimeo .play-video-vimeo {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__vimeo .play-video-vimeo span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

.video-section__youtube {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.video-section__youtube iframe {
  background-size: cover;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 200ms ease-out;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  height: auto;
  width: 0;
  border: 0;
}
@media only screen and (min-width: 40em) {
  .video-section__youtube iframe {
    width: auto;
  }
}
.video-section__youtube--wrapper iframe {
  z-index: -1;
}
.video-section__youtube .mute-video-youtube,
.video-section__youtube .play-pause-video-youtube {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  background: none;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.36);
  z-index: -1;
}
.video-section__youtube .mute-video-youtube svg,
.video-section__youtube .play-pause-video-youtube svg {
  fill: #fff;
  max-width: 0.75rem;
  max-height: 0.75rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media only screen and (min-width: 64.0625em) {
  .video-section__youtube .mute-video-youtube svg,
  .video-section__youtube .play-pause-video-youtube svg {
    max-height: 1.5rem;
    max-width: 1.5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  .video-section__youtube .mute-video-youtube svg.icon-pause,
  .video-section__youtube .play-pause-video-youtube svg.icon-pause {
    max-height: 0.7rem;
    max-width: 1rem;
  }
}
.video-section__youtube .play-pause-video-youtube {
  left: initial;
  right: 2rem;
}
.video-section__youtube--no-autoplay .video-section__youtube--wrapper .mute-video-youtube,
.video-section__youtube--no-autoplay .video-section__youtube--wrapper .play-pause-video-youtube {
  z-index: -1;
}
.video-section__youtube--playing {
  background: none !important;
}
.video-section__youtube--playing .video-section__youtube--poster {
  z-index: -1;
}
.video-section__youtube--playing .video-section__youtube--wrapper iframe {
  z-index: 1;
  pointer-events: initial;
}
.video-section__youtube--playing .video-section__youtube--wrapper .play-video-youtube,
.video-section__youtube--playing .video-section__youtube--wrapper .play-video-youtube-modal {
  display: none !important;
}
.video-section__youtube--playing .video-section__youtube--wrapper .mute-video-youtube,
.video-section__youtube--playing .video-section__youtube--wrapper .play-pause-video-youtube {
  z-index: 1;
}
.video-section__youtube--active .video-section__youtube--wrapper iframe {
  pointer-events: none;
}
.video-section__youtube--poster {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.video-section__youtube--poster img {
  object-fit: cover;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.video-section__youtube--wrapper {
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.video-section__youtube--wrapper__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  color: #fff;
  transform: translate(-50%, -50%);
  border: 2px solid #eee;
  border-radius: 50%;
  text-align: center;
  font-size: 2.7rem;
  line-height: 1.2;
  cursor: pointer;
}
.video-section__youtube--wrapper--fullscreen video {
  z-index: 1;
}
.video-section__youtube .play-video-youtube,
.video-section__youtube .play-video-youtube-modal {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  border: 2px solid white;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.video-section__youtube .play-video-youtube span,
.video-section__youtube .play-video-youtube-modal span {
  box-sizing: border-box;
  height: 45px;
  border-color: transparent transparent transparent #fff;
  transition: 100ms all ease;
  will-change: border-width;
  cursor: pointer;
  border-style: solid;
  border-width: 25px 0 25px 45px;
  display: block;
  position: relative;
  left: 10px;
  z-index: 2;
}

footer {
  font-family: var(--footer-font-family);
  font-size: var(--footer-font-size);
  font-weight: 400;
  background-color: var(--softblack);
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  text-align: center;
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 40em) {
  footer {
    text-align: left;
  }
}
footer .footer-decoration-gold, footer .footer-decoration-grey,
footer .footer-decoration-mobile {
  width: 100%;
  bottom: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
footer .footer-decoration-gold img, footer .footer-decoration-grey img,
footer .footer-decoration-mobile img {
  width: 100%;
}
footer .footer-top p:last-of-type, footer .footer-top .italic-text:last-of-type, footer .footer-top .bold-text:last-of-type, footer .footer-top .read-more:last-of-type, footer .footer-top .accordion .accordion--subitem__label:last-of-type, .accordion footer .footer-top .accordion--subitem__label:last-of-type, footer .footer-top .accordion .accordion--subitem__label button:last-of-type, .accordion .accordion--subitem__label footer .footer-top button:last-of-type {
  margin-bottom: 0;
}
footer .footer-middle {
  margin-top: 52px;
}
@media only screen and (min-width: 75.0625em) {
  footer .footer-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2%;
    margin-top: 72px;
  }
}
@media only screen and (min-width: 90.0625em) {
  footer .footer-middle {
    column-gap: 7%;
  }
}
footer .footer-bottom {
  margin-top: 60px;
  border-top: 1px solid var(--subtlegray);
  padding-top: 1.5rem;
}
@media only screen and (min-width: 40em) {
  footer .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer-logo {
  display: block;
  max-width: 120px;
  flex: 1;
}
@media only screen and (max-width: 75em) {
  footer .footer-logo {
    margin: 0 auto;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  footer .footer-logo {
    order: 1;
  }
}
footer .button-menu {
  flex: 1;
}
@media only screen and (max-width: 75em) {
  footer .button-menu {
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 39.9375em) {
  footer .button-menu {
    flex-direction: column;
  }
}
@media only screen and (min-width: 75.0625em) {
  footer .button-menu {
    justify-content: flex-end;
    order: 3;
  }
}
@media only screen and (min-width: 75.0625em) and (max-width: 90em) {
  footer .button-menu .linkBtnArrow {
    column-gap: 30px;
  }
}
footer ul {
  font-size: var(--footer-font-size);
  list-style: none;
  margin: 0;
  padding: 0;
}
footer a {
  color: var(--footer-anchor-color);
}
footer a:hover, footer a:focus, footer a:active {
  color: var(--softwhite);
}
footer a:not(.linkBtn, .c7-btn--alt, .c7-btn--alt--small, .linkAltBtn, .c7-btn--primary, .c7-btn--primary--small, .linkWhiteBtn, .linkWhiteTextBtn, .linkBtnArrow, .c7-btn, .linkBtnUnderlined) {
  text-decoration: none;
}
@media only screen and (max-width: 39.9375em) {
  footer .social {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
footer .copyright {
  color: var(--footer-copyright-color);
  font-size: 0.75rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.078125em;
  text-transform: uppercase;
}
.credits-overlay {
  -webkit-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -o-transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  transition: opacity var(--global-transition-duration) var(--global-transition-effect);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  padding-left: 3rem;
  padding-right: 3rem;
  padding-bottom: 5rem;
  padding-top: 3.25rem;
  position: fixed;
  opacity: 0;
  background: #333;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
  z-index: 10003;
}
.credits-overlay.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  overflow-y: auto;
}
.credits-overlay .close-menu {
  color: #fff;
  font-size: 25px;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  width: 50px;
  margin-left: auto;
}
.credits-overlay .close-menu::after {
  display: table;
  content: "";
  clear: both;
}
.credits-overlay .close-menu .close {
  cursor: pointer;
  text-transform: uppercase;
  padding-right: 2.5rem;
}
.credits-overlay .close-menu .close-x {
  cursor: pointer;
}
.credits-overlay .overlay-credits-wrapper * {
  color: #ffffff;
}
.credits-overlay .overlay-credits-wrapper a:hover {
  color: #ccc;
}
@media only screen and (min-height: 376px) {
  .credits-overlay .overlay-credits-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 950px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .footer-cta-section .image-and-content__image {
    width: 40.75%;
  }
}
@media only screen and (min-width: 64.0625em) {
  .footer-cta-section .image-and-content__content {
    width: 59.25%;
  }
}

section.footer-subscribe-section {
  padding-bottom: calc(3.75rem + 10%);
}
@media only screen and (max-width: 39.9375em) {
  section.footer-subscribe-section {
    padding-top: 4.5rem;
  }
}
@media only screen and (min-width: 40em) {
  section.footer-subscribe-section {
    padding-bottom: 10%;
  }
}
section.footer-subscribe-section h2 {
  margin-bottom: 1.5rem;
}
section.footer-subscribe-section p:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn), section.footer-subscribe-section .italic-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn), section.footer-subscribe-section .bold-text:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn), section.footer-subscribe-section .read-more:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn), section.footer-subscribe-section .accordion .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn), .accordion section.footer-subscribe-section .accordion--subitem__label:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn), section.footer-subscribe-section .accordion .accordion--subitem__label button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn), .accordion .accordion--subitem__label section.footer-subscribe-section button:has(.linkBtn, .c7-custom-form .c7-form .c7-btn, .c7-btn--alt, .c7-btn--alt--small, .c7-product .c7-btn) {
  margin-top: 2.25rem;
}
