@import 'variables.css';
#is-mobile {
  display: none;
}
html.lenis,
html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}
body {
  background-color: var(--white);
  font-family: var(--font-family);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: var(--black);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body .gap-5 {
  height: 5px;
  width: 100%;
}
body .spacer-5 {
  display: inline-block;
  height: 1px;
  width: 5px;
}
body .gap-10 {
  height: 10px;
  width: 100%;
}
body .spacer-10 {
  display: inline-block;
  height: 1px;
  width: 10px;
}
body .gap-15 {
  height: 15px;
  width: 100%;
}
body .spacer-15 {
  display: inline-block;
  height: 1px;
  width: 15px;
}
body .gap-20 {
  height: 20px;
  width: 100%;
}
body .spacer-20 {
  display: inline-block;
  height: 1px;
  width: 20px;
}
body .gap-25 {
  height: 25px;
  width: 100%;
}
body .spacer-25 {
  display: inline-block;
  height: 1px;
  width: 25px;
}
body .gap-30 {
  height: 30px;
  width: 100%;
}
body .spacer-30 {
  display: inline-block;
  height: 1px;
  width: 30px;
}
body .gap-35 {
  height: 35px;
  width: 100%;
}
body .spacer-35 {
  display: inline-block;
  height: 1px;
  width: 35px;
}
body .gap-40 {
  height: 40px;
  width: 100%;
}
body .spacer-40 {
  display: inline-block;
  height: 1px;
  width: 40px;
}
body .gap-45 {
  height: 45px;
  width: 100%;
}
body .spacer-45 {
  display: inline-block;
  height: 1px;
  width: 45px;
}
body .gap-50 {
  height: 50px;
  width: 100%;
}
body .spacer-50 {
  display: inline-block;
  height: 1px;
  width: 50px;
}
body .gap-55 {
  height: 55px;
  width: 100%;
}
body .spacer-55 {
  display: inline-block;
  height: 1px;
  width: 55px;
}
body .gap-60 {
  height: 60px;
  width: 100%;
}
body .spacer-60 {
  display: inline-block;
  height: 1px;
  width: 60px;
}
body .gap-65 {
  height: 65px;
  width: 100%;
}
body .spacer-65 {
  display: inline-block;
  height: 1px;
  width: 65px;
}
body .gap-70 {
  height: 70px;
  width: 100%;
}
body .spacer-70 {
  display: inline-block;
  height: 1px;
  width: 70px;
}
body .gap-75 {
  height: 75px;
  width: 100%;
}
body .spacer-75 {
  display: inline-block;
  height: 1px;
  width: 75px;
}
body .gap-80 {
  height: 80px;
  width: 100%;
}
body .spacer-80 {
  display: inline-block;
  height: 1px;
  width: 80px;
}
body .gap-85 {
  height: 85px;
  width: 100%;
}
body .spacer-85 {
  display: inline-block;
  height: 1px;
  width: 85px;
}
body .gap-90 {
  height: 90px;
  width: 100%;
}
body .spacer-90 {
  display: inline-block;
  height: 1px;
  width: 90px;
}
body .gap-95 {
  height: 95px;
  width: 100%;
}
body .spacer-95 {
  display: inline-block;
  height: 1px;
  width: 95px;
}
.mobile-only {
  display: none;
}
.not-mobile {
  display: block;
}
h1,
h2,
h3,
h4 {
  color: var(--white);
  font-family: var(--font-family-heading), sans-serif;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 0.25em;
  padding: 0.125em 0;
  overflow: hidden;
  text-wrap: pretty;
}
h1 em,
h2 em,
h3 em,
h4 em,
h1 i,
h2 i,
h3 i,
h4 i {
  color: var(--secondary);
  font-style: normal;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 2.25em;
}
h3 {
  font-size: 2em;
  position: relative;
}
h4 {
  font-size: 1.5em;
}
* + h2,
* + h3,
* + h4 {
  margin-top: 40px;
}
p,
ul,
ol {
  font-weight: 400;
  line-height: 1.75;
}
p a,
ul a,
ol a {
  color: var(--charcoal);
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: var(--black);
}
p + p,
ul + p,
ol + p,
p + ul,
p + ol,
ul + ul,
ul + ol,
ol + ul,
ol + ol,
h2 + p,
h3 + p,
h4 + p,
h2 + ul,
h3 + ul,
h4 + ul {
  margin-top: 1rem;
}
ul,
ol {
  padding-left: 20px;
}
li {
  padding: 5px 0;
}
section,
.default-bkgd {
  --bg-color: var(--white);
  --text-color: var(--primary);
  --btn-bg: var(--primary);
  --btn-text: var(--white);
  --toggle-icon-filter: brightness(0);
}
.grey-theme,
.grey-bkgd {
  --bg-color: var(--light-grey);
  --toggle-icon-filter: brightness(0);
}
.primary-theme,
.primary-bkgd {
  --bg-color: var(--primary);
  --text-color: var(--white);
  --btn-bg: var(--white);
  --btn-text: var(--charcoal);
}
.secondary-theme,
.secondary-bkgd {
  --bg-color: var(--secondary);
  --text-color: var(--white);
  --btn-bg: var(--white);
  --btn-text: var(--charcoal);
}
.charcoal-theme,
.charcoal-bkgd {
  --bg-color: var(--charcoal);
  --text-color: var(--white);
  --btn-bg: var(--white);
  --btn-text: var(--charcoal);
}
.overlay--light-text {
  --text-color: var(--white);
}
.overlay--dark-text {
  --text-color: var(--black);
}
.theme-button {
  background-color: var(--white);
  border: 2px var(--secondary) solid;
  border-radius: 50px;
  color: var(--primary);
  display: inline-block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.theme-button:hover {
  background-color: var(--secondary);
  color: #FFF;
}
.theme-button--white {
  background-color: var(--white);
  color: var(--black);
}
.theme-button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.more-button {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  gap: 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.more-button:before {
  content: '';
  background-color: var(--secondary);
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%23FFF" xmlns="http://www.w3.org/2000/svg"><path d="M17.7063 10.7062C18.0969 10.3155 18.0969 9.68115 17.7063 9.29053L12.7063 4.29053C12.3156 3.8999 11.6812 3.8999 11.2906 4.29053C10.9 4.68115 10.9 5.31553 11.2906 5.70615L14.5844 8.9999H3C2.44687 8.9999 2 9.44678 2 9.9999C2 10.553 2.44687 10.9999 3 10.9999H14.5844L11.2906 14.2937C10.9 14.6843 10.9 15.3187 11.2906 15.7093C11.6812 16.0999 12.3156 16.0999 12.7063 15.7093L17.7063 10.7093V10.7062Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  transition: background-position 0.2s ease-in-out;
}
.more-button:hover:before {
  background-position: 60% center;
}
.message {
  background-color: var(--light-grey);
  border-left: 5px solid var(--grey);
  border-radius: 8px;
  color: var(--white);
  padding: 20px;
}
.message--error {
  background-color: #fce4e4;
  border-left-color: var(--charcoal);
}
.message--notice {
  background-color: var(--light-grey);
  border-left-color: var(--grey);
  color: var(--black) !important;
}
.message--success {
  background-color: #e8f5e9;
  border-left-color: var(--charcoal);
  border-left-width: 10px;
}
.inset {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.banner-heading {
  color: var(--white);
  font-size: clamp(3em, 11cqi, 20em);
  font-weight: 500;
  line-height: 1;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-top: -20px;
  overflow: hidden;
  padding: 20px 20px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  text-wrap: balance;
  z-index: 1;
}
.banner-heading span {
  color: var(--white);
  display: inline-block;
  margin-top: -0.1em;
  position: relative;
  transform: translateY(0.15em);
}
.columns {
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
}
.columns--reverse {
  flex-direction: row-reverse;
}
.columns__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 50%;
}
.columns__column--column-20 {
  width: 20%;
}
.columns__column--column-25 {
  width: 25%;
}
.columns__column--column-30 {
  width: 30%;
}
.columns__column--column-35 {
  width: 35%;
}
.columns__column--column-40 {
  width: 40%;
}
.columns__column--column-45 {
  width: 45%;
}
.columns__column--column-50 {
  width: 50%;
}
.columns__column--column-55 {
  width: 55%;
}
.columns__column--column-60 {
  width: 60%;
}
.columns__column--column-65 {
  width: 65%;
}
.columns__column--column-70 {
  width: 70%;
}
.columns__column--column-75 {
  width: 75%;
}
.columns__column--column-80 {
  width: 80%;
}
.columns__column--left,
.columns__column--wide {
  flex-grow: 1;
}
.columns__column--right,
.columns__column--narrow {
  width: 360px;
}
.columns__column--border-left {
  border-left: 1px solid var(--grey);
  padding-left: 40px;
}
.columns__column .box {
  align-items: flex-start;
  background: #FFF;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px;
  filter: var(--drop-shadow-filter);
}
.columns__column .box h4 {
  font-family: var(--font-family);
  font-size: 1.25em;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.columns__column .box .boxes {
  width: 100%;
}
.columns__column .box .boxes__item {
  border-bottom: 1px solid var(--grey);
  margin-top: 30px;
  padding-left: 50px;
  position: relative;
  width: 100%;
}
.columns__column .box .boxes__item:first-child {
  margin-top: 0;
}
.columns__column .box .boxes__item__image {
  background-color: var(--light-grey);
  border-radius: 8px;
  height: 34px;
  left: 0;
  top: 0;
  line-height: 34px;
  text-align: center;
  width: 34px;
  position: absolute;
}
.columns__column .box .boxes__item__image:before {
  color: var(--black);
  content: var(--font-awesome-icon);
  display: block;
  font-family: var(--font-awesome);
  font-size: 18px;
  font-weight: 700;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.columns__column .box .grey-box {
  background-color: var(--light-grey);
  border-radius: 10px;
  padding: 20px 30px;
}
.columns__column .box__header {
  background-color: var(--black);
  border-radius: 20px 20px 0 0;
  margin: -40px -40px 0 -40px;
  padding: 30px 40px 30px;
  width: calc(100% + 80px);
}
.columns__column .box__header h2,
.columns__column .box__header h3 {
  color: var(--white);
  margin-bottom: 0.25em;
}
.columns__column .box__header p,
.columns__column .box__header ul,
.columns__column .box__header ol {
  color: var(--white);
  font-size: 1.125em;
}
.columns__column section:first-child {
  padding-top: 0;
}
.icon-button {
  color: var(--black);
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.icon-button i {
  background-color: var(--black);
  border: 5px solid var(--black);
  color: var(--white);
  outline: 1px solid var(--grey);
  outline-offset: 10px;
  border-radius: 50%;
  display: block;
  font-size: 1em;
  height: 28px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  width: 28px;
  transition: all 0.05s ease-in-out;
}
.icon-button small {
  color: var(--grey);
}
.icon-button > span {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.icon-button > span > span {
  font-weight: 600;
}
.icon-button:hover {
  color: var(--charcoal);
}
.icon-button:hover small {
  color: var(--black);
}
.controls {
  --control-height: 15px;
  --progress-width: 80px;
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: flex-end;
}
.controls .progress {
  display: none;
  width: 80px;
}
.controls .progress .bar {
  border: 1px solid var(--white);
  height: var(--control-height);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.controls .progress .bar .fill {
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.controls .dot,
.controls .prev,
.controls .next {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  border: 1px solid var(--white);
  cursor: pointer;
  height: var(--control-height);
  position: relative;
  transition: all 250ms;
  width: var(--control-height);
}
.controls .dot .fill,
.controls .prev .fill,
.controls .next .fill {
  background-color: var(--white);
  border-radius: calc(var(--control-height) / 2);
  display: block;
  height: calc(var(--control-height) - 4px);
  min-width: calc(var(--control-height) - 4px);
  position: absolute;
  top: 1px;
  left: 1px;
}
.controls .dot.active,
.controls .prev.active,
.controls .next.active {
  background-color: transparent;
  width: var(--progress-width);
}
.controls .play-pause {
  border: 1px solid var(--white);
  background-color: var(--white);
  border-radius: 50%;
  cursor: pointer;
  height: calc(var(--control-height) + 6px);
  width: calc(var(--control-height) + 6px);
  position: relative;
}
.controls .play-pause:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%231B1F3B" d="M128 64L0 64 0 448l128 0 0-384zm192 0L192 64l0 384 128 0 0-384z"/></svg>');
  display: block;
  border-radius: 50%;
  height: calc(var(--control-height) - 6px);
  width: calc(var(--control-height) - 6px);
  position: absolute;
  top: 3px;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%);
}
.controls .play-pause.paused:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%231B1F3B" d="M384 256L0 32V480L384 256z"/></svg>');
  left: 50%;
  top: 2px;
}
.pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: flex-start;
  position: relative;
  padding: 5px 0;
}
.pills .pill {
  border-radius: 3px;
  display: inline-block;
  background-color: #EEE;
  color: var(--black);
  font-size: 0.75em;
  padding: 4px 8px;
}
.form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  margin: 30px auto 0;
  max-width: 1000px;
}
.form .field {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.form .field--half {
  width: calc(50% - 10px);
}
.form .field:has(button) {
  justify-content: center;
  margin-top: 10px;
}
.form .field label {
  font-size: 1em;
  line-height: 1.2;
  text-wrap: pretty;
}
.form .field input,
.form .field select,
.form .field textarea {
  background-color: var(--light-grey);
  border: none;
  color: var(--brown);
  font-family: var(--font-family), sans-serif;
  font-size: 1.2em;
  padding: 12px 15px;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.form .field input:focus,
.form .field select:focus,
.form .field textarea:focus {
  background: var(--white);
  outline: none;
}
.form .field--checkbox {
  align-items: center;
  display: flex;
  gap: 10px;
  padding: 0;
}
.form .field--checkbox label {
  text-align: left;
}
.form .field input[type="checkbox"] {
  display: none;
}
.form .field input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 2px 0 0 40px;
  position: relative;
  transition: background 0.1s, color 0.1s;
  text-wrap: balance;
}
.form .field input[type="checkbox"] + label:before {
  border: 2px solid var(--white);
  border-radius: 4px;
  content: '';
  display: block;
  font-family: var(--font-awesome), sans-serif;
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
}
.form .field input[type="checkbox"]:checked + label:before {
  background-color: var(--white);
  border-color: var(--white);
  color: var(--black);
  content: '\f00c';
}
.form .field textarea {
  height: 200px;
  resize: none;
}
.form .field button {
  background-color: var(--white);
  border: 2px var(--secondary) solid;
  border-radius: 50px;
  color: var(--primary);
  display: inline-block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 10px 40px;
}
.form .field button:hover {
  background-color: var(--secondary);
  color: #FFF;
}
.form .field button--white {
  background-color: var(--white);
  color: var(--black);
}
.form .field button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.toggles {
  box-shadow: var(--shadow-elevation-high);
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
}
.toggles__item {
  background: var(--bkgd-color);
  border: 1px solid var(--border-color);
  padding: 20px;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading {
  align-items: center;
  border-top: 1px solid var(--secondary);
  color: var(--primary);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-size: 1.3em;
  font-weight: 500;
  gap: 10px;
  justify-content: space-between;
  line-height: 1.1;
  padding-top: 20px;
  position: relative;
  user-select: none;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__heading small.labels {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 50%;
}
.toggles__item__heading:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 448"><path fill="%23101b32" d="M256 48l0-32-64 0 0 32 0 144L48 192l-32 0 0 64 32 0 144 0 0 144 0 32 64 0 0-32 0-144 144 0 32 0 0-64-32 0-144 0 0-144z"/></svg>');
  display: block;
  height: 22px;
  flex-shrink: 0;
  width: 22px;
}
.toggles__item__heading:hover {
  color: var(--secondary);
}
.toggles__item__content {
  display: grid;
  grid-template-rows: 0fr;
  font-size: 1em;
  line-height: 1.5;
  padding-left: 0;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__content__inner {
  border-top: none;
  overflow: hidden;
  position: relative;
  transition: all var(--transition-duration) ease-in-out;
}
.toggles__item__content__inner p:first-child {
  margin-top: 20px;
}
.toggles__item__content__inner p a,
.toggles__item__content__inner ul a,
.toggles__item__content__inner ol a {
  color: var(--white);
  text-decoration: underline;
}
.toggles__item__content__inner p a:hover,
.toggles__item__content__inner ul a:hover,
.toggles__item__content__inner ol a:hover {
  color: var(--white);
}
.toggles__item.open .toggles__item__heading {
  color: var(--secondary);
}
.toggles__item.open .toggles__item__heading:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%239f823d" d="M432 288l-32 0L48 288l-32 0 0-64 32 0 352 0 32 0 0 64z"/></svg>');
}
.toggles__item.open .toggles__item__content {
  grid-template-rows: 1fr;
}
.toggles__item.open .toggles__item__content__inner {
  border-top: none;
}
.toggles__item .theme-button {
  background-color: var(--charcoal);
}
.toggles__item .theme-button:hover {
  background-color: var(--black);
}
.toggles__item:last-child {
  border-bottom: 1px solid var(--secondary);
}
.toggles__item:last-child .toggles__item__content {
  padding-bottom: 20px;
}
.toggles--columns-2 {
  grid-template-columns: 1fr 1fr;
}
.toggles--columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
a.back-to-top {
  background-color: var(--black);
  border-radius: 0;
  bottom: 20px;
  color: #FFF;
  display: flex;
  height: 50px;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  transform: translateX(100px);
  transition: all 0.2s ease-in-out;
  z-index: 1000;
}
a.back-to-top i {
  color: #FFF;
  font-size: 1.2em;
  line-height: 50px;
}
a.back-to-top.active {
  opacity: 1;
  pointer-events: all;
  transform: translateX(0);
}
a.back-to-top:hover {
  background-color: var(--black);
}
.grid-slider {
  padding: 0 50px;
  position: relative;
}
.grid-slider .holder {
  --gap: 50px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.grid-slider .holder .strip {
  display: grid;
  grid-template-columns: repeat(var(--num), 1fr);
  gap: 0;
  top: 0;
  left: 0;
  position: relative;
  white-space: nowrap;
  width: calc(var(--num) / var(--per) * 100%);
}
.grid-slider .holder .strip.sliding {
  transition: transform 250ms ease-in-out;
}
.grid-slider .holder .strip .item {
  box-sizing: border-box;
  display: block;
  height: 100%;
  max-width: none !important;
  padding: 10px;
  text-wrap: auto;
}
.grid-slider .arrow {
  background-color: var(--charcoal);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 50px;
  z-index: 1000;
  transition: all var(--transition-duration) ease-in-out;
}
.grid-slider .arrow:hover {
  background-color: var(--black);
}
.grid-slider .arrow:before {
  display: block;
  height: 40px;
  transition: all var(--transition-duration) ease-in-out;
  width: 15px;
}
.grid-slider .arrow--left {
  left: 0;
}
.grid-slider .arrow--left:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.grid-slider .arrow--right {
  right: 0;
}
.grid-slider .arrow--right:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: -5px;
}
.grid-slider .dots {
  display: none;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.grid-slider .dots .dot {
  background-color: var(--grey);
  border-radius: 50%;
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.grid-slider .dots .dot.active {
  background-color: var(--black);
}
.grid-slider.no-slider .arrow,
.grid-slider.no-slider .dots {
  display: none;
}
.grid-slider.no-slider .holder {
  overflow: visible;
}
.grid-slider.no-slider .holder .strip {
  transform: none !important;
  transition: none !important;
  grid-template-columns: repeat(var(--per), minmax(250px, 1fr));
  width: 100%;
}
.yt-embed {
  max-width: 100% !important;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  position: relative;
}
.yt-embed iframe {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}
.yt-embed .yt-embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#container {
  position: relative;
  z-index: 100;
}
section {
  --bg-color: transparent;
  --text-color: var(--black);
  background-color: var(--bg-color);
  position: relative;
}
section .inset {
  padding: 40px 20px;
  position: relative;
  z-index: 3;
}
section .inset h1,
section .inset h2,
section .inset h3 {
  color: var(--text-color);
}
section .inset p,
section .inset ul,
section .inset ol {
  color: var(--text-color);
}
section .inset p.subheading {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 20px;
  text-wrap: balance;
}
section .inset.watched {
  opacity: 0;
}
section .inset.watched.seen {
  animation: seen-fade-in 500ms forwards ease-in-out;
}
section.default-bkgd {
  background-color: var(--bg-color);
  color: var(--text-color);
}
section.default-bkgd:before,
section.default-bkgd:after {
  display: none;
}
section.grey-bkgd {
  background-color: var(--light-grey);
}
section.grey-bkgd .inset ul,
section.grey-bkgd .inset ol {
  color: var(--black);
}
section.green-bkgd {
  --bg-color: var(--green);
  --text-color: var(--white);
}
section.green-bkgd .inset p a,
section.green-bkgd .inset ul a,
section.green-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.green-bkgd .inset p a:hover,
section.green-bkgd .inset ul a:hover,
section.green-bkgd .inset ol a:hover {
  color: var(--black);
}
section.green-bkgd .inset .theme-button {
  background-color: transparent;
  outline: var(--white) 2px solid;
  color: var(--white);
}
section.green-bkgd .inset .theme-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.blue-bkgd {
  --bg-color: var(--blue);
  --text-color: var(--white);
}
section.blue-bkgd .inset p a,
section.blue-bkgd .inset ul a,
section.blue-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.blue-bkgd .inset p a:hover,
section.blue-bkgd .inset ul a:hover,
section.blue-bkgd .inset ol a:hover {
  color: var(--black);
}
section.blue-bkgd .inset .theme-button {
  background-color: transparent;
  outline: var(--white) 2px solid;
  color: var(--white);
}
section.blue-bkgd .inset .theme-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.purple-bkgd {
  --bg-color: var(--purple);
  --text-color: var(--white);
}
section.purple-bkgd .inset p a,
section.purple-bkgd .inset ul a,
section.purple-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.purple-bkgd .inset p a:hover,
section.purple-bkgd .inset ul a:hover,
section.purple-bkgd .inset ol a:hover {
  color: var(--black);
}
section.purple-bkgd .inset .theme-button {
  background-color: transparent;
  outline: var(--white) 2px solid;
  color: var(--white);
}
section.purple-bkgd .inset .theme-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.orange-bkgd {
  background-color: var(--orange);
  color: var(--white);
}
section.orange-bkgd .inset h1,
section.orange-bkgd .inset h2,
section.orange-bkgd .inset h3 {
  color: var(--white);
}
section.orange-bkgd .inset p,
section.orange-bkgd .inset ul,
section.orange-bkgd .inset ol {
  color: var(--white);
}
section.orange-bkgd .inset p a,
section.orange-bkgd .inset ul a,
section.orange-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.orange-bkgd .inset p a:hover,
section.orange-bkgd .inset ul a:hover,
section.orange-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.orange-bkgd .inset .theme-button {
  background-color: var(--black);
  color: var(--white);
}
section.orange-bkgd .inset .theme-button:hover {
  color: var(--orange);
}
section.charcoal-bkgd {
  background-color: var(--black);
  color: var(--white);
}
section.charcoal-bkgd .inset h1,
section.charcoal-bkgd .inset h2,
section.charcoal-bkgd .inset h3 {
  color: var(--white);
}
section.charcoal-bkgd .inset p,
section.charcoal-bkgd .inset ul,
section.charcoal-bkgd .inset ol {
  color: var(--white);
}
section.charcoal-bkgd .inset p a,
section.charcoal-bkgd .inset ul a,
section.charcoal-bkgd .inset ol a {
  color: var(--white);
  text-decoration: underline;
}
section.charcoal-bkgd .inset p a:hover,
section.charcoal-bkgd .inset ul a:hover,
section.charcoal-bkgd .inset ol a:hover {
  color: var(--orange);
}
section.charcoal-bkgd .inset .theme-button {
  background-color: var(--white);
  color: var(--black);
}
section.charcoal-bkgd .inset .theme-button:hover {
  background-color: var(--white);
  color: var(--black);
}
section.image-bkgd {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--text-color);
  position: relative;
}
section.image-bkgd .inset {
  z-index: 10;
}
section.image-bkgd .inset h1,
section.image-bkgd .inset h2,
section.image-bkgd .inset h3 {
  color: var(--text-color);
}
section.image-bkgd .inset p,
section.image-bkgd .inset ul,
section.image-bkgd .inset ol {
  color: var(--text-color);
}
section.image-bkgd:before {
  background-color: var(--overlay-color, #000000);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  opacity: var(--overlay-opacity, 0.85);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
section.image-bkgd:after {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
section .image {
  display: block;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section .image:before {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  filter: blur(4px);
}
section .image:after {
  background-color: var(--bg-color);
  content: '';
  display: block;
  opacity: 0.85;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@keyframes seen-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.section-wrap {
  position: relative;
}
.section-wrap:nth-child(1) {
  z-index: 20;
}
.section-wrap:nth-child(2) {
  z-index: 19;
}
.section-wrap:nth-child(3) {
  z-index: 18;
}
.section-wrap:nth-child(4) {
  z-index: 17;
}
.section-wrap:nth-child(5) {
  z-index: 16;
}
.section-wrap:nth-child(6) {
  z-index: 15;
}
.section-wrap:nth-child(7) {
  z-index: 14;
}
.section-wrap:nth-child(8) {
  z-index: 13;
}
.section-wrap:nth-child(9) {
  z-index: 12;
}
.section-wrap:nth-child(10) {
  z-index: 11;
}
.section-wrap:nth-child(11) {
  z-index: 10;
}
.section-wrap:nth-child(12) {
  z-index: 9;
}
.section-wrap:nth-child(13) {
  z-index: 8;
}
.section-wrap:nth-child(14) {
  z-index: 7;
}
.section-wrap:nth-child(15) {
  z-index: 6;
}
.section-wrap:nth-child(16) {
  z-index: 5;
}
.section-wrap:nth-child(17) {
  z-index: 4;
}
.section-wrap:nth-child(18) {
  z-index: 3;
}
.section-wrap:nth-child(19) {
  z-index: 2;
}
.section-wrap:nth-child(20) {
  z-index: 1;
}
header#header {
  --transition-duration: all 0.2s ease-in-out;
  --logo-transition: all 0.1s cubic-bezier(0.6, 0, 0.4, 1);
  background-color: transparent;
  color: var(--white);
  display: block;
  height: var(--header-height);
  left: 0;
  position: fixed;
  top: 0;
  transition: var(--transition-duration);
  width: 100%;
  z-index: 1000;
}
header#header nav {
  background-color: rgba(16, 27, 50, 0);
  transition: background-color 0.8s ease !important;
}
header#header.has-bg nav {
  background-color: rgba(16, 27, 50, 0.9);
}
header#header .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 100%;
  justify-content: space-between;
  padding: 0 20px;
}
header#header .branding {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}
header#header .branding a {
  display: block;
  font-family: var(--font-family-heading);
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
}
header#header .branding a img {
  display: block;
  height: auto;
  width: 280px;
}
header#header nav {
  align-items: center;
  background: #FFFFFF22;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: flex-end;
  padding: 20px;
  position: relative;
  z-index: 10;
}
header#header nav.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.125em;
  font-weight: 500;
  gap: 20px;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#header nav ul li {
  display: block;
  padding: 0;
}
header#header nav ul li a {
  color: var(--white);
  display: grid;
  place-items: center;
  font-size: 1em;
  padding: 5px 20px;
  text-decoration: none;
  transition: color var(--transition-duration);
}
header#header nav ul li a:hover {
  color: var(--accent);
}
header#header nav ul li.menu-item-has-children {
  padding-right: 20px;
  position: relative;
}
header#header nav ul li.menu-item-has-children:after {
  content: url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="%23FFFFFF" xmlns="http://www.w3.org/2000/svg"><path d="M6.29609 7.70859C6.68672 8.09922 7.32109 8.09922 7.71172 7.70859L13.7117 1.70859C14.1023 1.31797 14.1023 0.683594 13.7117 0.292969C13.3211 -0.0976562 12.6867 -0.0976562 12.2961 0.292969L7.00234 5.58672L1.70859 0.296093C1.31797 -0.0945315 0.683594 -0.0945315 0.292969 0.296093C-0.0976562 0.686718 -0.0976562 1.32109 0.292969 1.71172L6.29297 7.71172L6.29609 7.70859Z"/></svg>');
  height: 20px;
  width: 20px;
  position: absolute;
  display: block;
  text-align: center;
  line-height: 20px;
  top: calc(50% - 2px);
  right: 10px;
  transform: translateY(-50%);
  transition: all 100ms ease-in-out;
}
header#header nav ul li.menu-item-has-children:hover:after {
  top: calc(50% + 2px);
  transform: translateY(-50%) rotate(180deg);
}
header#header nav ul li.menu-item-has-children:hover ul {
  display: flex;
  align-items: flex-start;
  top: 100%;
  animation: nav-fade-in 150ms forwards ease-in-out;
}
header#header nav ul li ul {
  background-color: var(--primary);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  flex-direction: column;
  font-size: 0.95rem;
  font-weight: 500;
  gap: 0;
  height: auto;
  justify-content: flex-start;
  left: -15px;
  list-style: none;
  margin: 0;
  min-width: 220px;
  padding: 10px 10px;
  position: absolute;
  text-align: left;
  top: calc(100% - 20px);
  width: auto;
  z-index: 1000;
}
header#header nav ul li ul li {
  display: block;
  padding: 0;
}
header#header nav ul li ul li a {
  color: var(--white);
  display: block;
  padding: 8px 20px;
  white-space: nowrap;
  width: 100%;
}
header#header nav > div > ul > li:last-child {
  background: var(--secondary);
  background: var(--gradient);
  border: var(--accent) 1px solid;
  border-radius: 30px;
}
header#header nav > div > ul > li:last-child:hover {
  color: var(--primary);
}
header#header nav > div > ul > li:last-child:hover a {
  color: var(--primary);
}
@keyframes nav-fade-in {
  0% {
    opacity: 0;
    top: calc(100% - 40px);
  }
  100% {
    opacity: 1;
    top: calc(100% - 30px);
  }
}
header#header .mobile-menu-button {
  display: none;
}
header#header .white-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--header-height) * 2);
  z-index: 1;
  pointer-events: none;
}
@keyframes fade-in-white-gradient {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
header#header.gradient-visible .branding a img {
  filter: drop-shadow(0 0 3px var(--white)) drop-shadow(0 0 7px var(--white)) drop-shadow(0 0 15px var(--white));
}
header#header.gradient-visible .white-gradient {
  animation: fade-in-white-gradient 500ms forwards ease-in-out;
}
body.scrolling header#header {
  --header-height: 60px;
}
body.admin-bar {
  --admin-bar-height: 32px;
}
body.admin-bar header#header {
  top: var(--admin-bar-height);
}
body.admin-bar section.products .legend {
  top: var(--admin-bar-height);
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    --admin-bar-height: 46px;
  }
}
section.hero ~ .section-wrap {
  position: relative;
  z-index: 3;
  background-color: var(--white);
}
section.hero {
  background-color: var(--primary);
  color: var(--white);
  overflow: hidden;
  position: sticky;
  top: 0;
  z-index: 2;
}
section.hero:before {
  display: none;
}
section.hero .inset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 900px;
  max-width: 800px;
  padding-top: 100px;
  position: relative;
  text-align: center;
}
section.hero .hero__heading {
  color: var(--white);
  margin-bottom: 0.5em;
  overflow: hidden;
}
section.hero .hero__heading div {
  overflow: hidden;
  display: inline-block;
}
section.hero .hero__content p {
  color: var(--white);
  font-size: 1.125em;
}
section.hero .copy {
  z-index: 3;
}
section.hero .pegasus {
  aspect-ratio: 1;
  display: block;
  height: 160%;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  transform: translateX(-50%) translateY(-45%);
  z-index: 2;
}
section.hero .pegasus svg {
  display: block;
  height: 100%;
  width: 100%;
}
section.hero .light {
  aspect-ratio: 1;
  background: radial-gradient(circle, #3C445AFF 0%, #3C445A00 60%, #3C445A00 100%);
  display: block;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  transform: translateX(-50%) translateY(-25%);
  z-index: 1;
}
section.hero .light-secondary {
  aspect-ratio: 1;
  background: radial-gradient(circle, #3C445AFF 0%, #3C445A00 60%, #3C445A00 100%);
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.6;
  z-index: 1;
}
section.hero .light-accent {
  display: none;
}
section.boxes .inset {
  padding: 60px 20px;
  text-align: center;
}
section.boxes .inset .subheading {
  margin: 0 auto 20px;
  max-width: calc(100% - 200px);
}
section.boxes .inset .grid-slider.image-left .holder {
  max-width: calc(100% - 100px);
  margin: 30px auto;
}
section.boxes .inset .grid-slider.image-left .holder .strip {
  gap: 40px;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item {
  color: var(--black);
  display: flex;
  flex-direction: row;
  gap: 20px;
  text-decoration: none;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__icon {
  background-color: var(--charcoal);
  color: var(--white);
  display: grid;
  flex-shrink: 0;
  font-weight: 300;
  height: 90px;
  place-items: center;
  font-size: 40px;
  width: 90px;
  border-radius: 50%;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content h4 {
  font-size: 1.5em;
}
section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content span {
  font-size: 1em;
}
section.page .inset {
  padding: 60px 20px;
}
section.video-content .inset {
  padding: 60px 20px;
}
section.video-content .video-content__header {
  margin-bottom: 30px;
  text-align: left;
}
section.video-content .video-content__header .subheading {
  font-size: 1.25em;
  margin-top: 10px;
}
section.video-content .video-content__player {
  cursor: pointer;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
section.video-content .video-content__player img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.video-content .video-content__play {
  align-items: center;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 auto;
  padding: 40px 0;
}
section.video-content .video-content__play__icon {
  background-color: var(--white);
  height: 100px;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  width: 100px;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-mode: luminance;
  mask-mode: luminance;
}
section.video-content .video-content__play:hover .video-content__play__icon {
  opacity: 1;
}
section.video-content .video-content__caption {
  color: var(--text-color);
  font-size: 1.125em;
  font-weight: 500;
  text-align: center;
}
section.contact-boxes-content .inset {
  padding: 60px 20px;
}
section.contact-boxes-content .inset .boxes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
section.contact-boxes-content .inset .boxes .boxes__box {
  background: var(--white);
  border: 1px solid var(--light-grey);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 30px 20px;
  text-align: center;
}
section.contact-boxes-content .inset .boxes .boxes__box__icon {
  color: var(--charcoal);
  font-size: 2em;
}
section.contact-boxes-content .inset .boxes .boxes__box__label {
  font-size: 1em;
  color: var(--charcoal);
}
section.contact-boxes-content .inset .boxes .boxes__box__button a {
  color: var(--charcoal);
  text-decoration: underline;
  transition: color var(--transition-duration) ease-in-out;
}
section.contact-boxes-content .inset .boxes .boxes__box__button a:hover {
  color: var(--black);
}
div.image-banner {
  display: flex;
  align-items: center;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
div.image-banner .inset {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
  position: relative;
  z-index: 2;
}
div.image-banner__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
div.image-banner__copy {
  color: var(--white);
  max-width: 600px;
  position: relative;
  z-index: 2;
}
div.image-banner__copy .label {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
div.image-banner__copy h2 {
  color: var(--white);
  margin-bottom: 0.5em;
}
div.image-banner__copy .content {
  margin-bottom: 20px;
}
div.image-banner__copy .content p {
  font-size: 1.125em;
  line-height: 1.6;
}
div.image-banner--right .inset {
  justify-content: flex-end;
}
div.image-header {
  background-image: var(--bg-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  min-height: 300px;
  position: relative;
}
div.image-header__overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.image-header__heading {
  color: var(--white);
  margin: 0;
  padding: 30px;
  position: relative;
  z-index: 2;
}
div.image-header__heading img {
  display: block;
  max-height: 80px;
  width: auto;
}
div.image-header__subheading {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  margin-top: 5px;
  opacity: 0.8;
}
section.basic .inset {
  padding: 60px 20px;
  text-align: center;
}
section.basic .inset p {
  font-size: 1.25em;
}
section.basic .inset .subheading {
  margin: 0 auto 20px;
  max-width: calc(100% - 200px);
}
section.basic .inset .buttons {
  margin-top: 20px;
}
section.basic .inset .theme-button {
  margin-top: 20px;
}
section.basic--align-left .inset {
  text-align: left;
}
section.basic--align-right .inset {
  text-align: right;
}
section.latest-news {
  container-type: inline-size;
}
section.latest-news .latest-news__heading {
  background: var(--blue);
}
section.latest-news .inset {
  padding: 0 20px 40px;
  text-align: center;
}
section.latest-news .inset .subheading {
  font-size: 1.25em;
  margin-bottom: 30px;
}
section.latest-news .latest-news__grid {
  align-items: start;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 30px;
  text-align: left;
}
section.page-content .inset {
  max-width: calc(var(--max-width) - 200px);
  padding: 60px 20px;
}
section.page-content .inset p {
  font-size: 1.375em;
  line-height: 1.75;
}
section.map-callouts {
  container-type: inline-size;
  position: relative;
}
section.map-callouts .inset {
  padding: 0 20px 20px;
  position: relative;
  z-index: 2;
}
section.map-callouts .map-callouts__heading {
  background: var(--grey);
}
section.map-callouts .map-callouts__map {
  padding: 20px;
  position: relative;
  z-index: 1;
}
section.map-callouts .map-callouts__map svg {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1100px;
  pointer-events: all;
  width: 100%;
}
section.map-callouts .map-callouts__map svg .st0 {
  fill: #BBB;
  position: relative;
  transition: fill 0.3s ease-in-out;
  z-index: 99;
}
section.map-callouts .map-callouts__map svg .st0.st0--origin,
section.map-callouts .map-callouts__map svg .st0.st0--destination {
  fill: var(--primary);
  transform: scale(2);
  transform-box: fill-box;
  transform-origin: center;
  transition: fill 0.3s ease-in-out, transform 0.3s ease-out;
  z-index: 100;
}
section.map-callouts .map-callouts__map svg .st0.st0--route {
  fill: var(--black);
}
section.map-callouts .map-callouts__boxes .map-callouts__box {
  line-height: 1.1;
  position: absolute;
  text-align: center;
  text-wrap: balance;
  max-width: 280px;
}
section.map-callouts .map-callouts__boxes .map-callouts__box--0 {
  left: 5%;
  top: 10%;
}
section.map-callouts .map-callouts__boxes .map-callouts__box--1 {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
section.map-callouts .map-callouts__boxes .map-callouts__box--2 {
  right: 5%;
  top: 20%;
}
section.map-callouts .map-callouts__box {
  background: var(--secondary);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  color: var(--white);
  padding: 16px 24px;
}
section.map-callouts .map-callouts__box__label {
  font-family: var(--font-family-heading);
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
}
section.map-callouts .map-callouts__cta {
  background: var(--charcoal);
  bottom: 0;
  color: var(--white);
  max-width: 360px;
  padding: 30px;
  position: absolute;
  right: 0;
}
section.map-callouts .map-callouts__cta h3 {
  color: var(--white);
  font-size: 2em;
  margin-bottom: 10px;
}
section.map-callouts .map-callouts__cta__content {
  margin-bottom: 20px;
}
section.map-callouts .map-callouts__cta__content p {
  color: var(--white);
  font-size: 1em;
  line-height: 1.5;
}
section.split-content .inset {
  display: flex;
  padding: 60px 20px;
}
section.split-content .split-content__side {
  flex: var(--side-flex, 1);
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
section.split-content .split-content__side--wysiwyg {
  display: flex;
  padding: 20px 60px;
}
section.split-content .split-content__side--wysiwyg h1,
section.split-content .split-content__side--wysiwyg h2,
section.split-content .split-content__side--wysiwyg h3,
section.split-content .split-content__side--wysiwyg h4 {
  color: var(--text-color);
}
section.split-content .split-content__side--wysiwyg p,
section.split-content .split-content__side--wysiwyg a {
  color: var(--text-color);
}
section.split-content .split-content__side--wysiwyg p + p,
section.split-content .split-content__side--wysiwyg ul + p,
section.split-content .split-content__side--wysiwyg ol + p,
section.split-content .split-content__side--wysiwyg p + ul,
section.split-content .split-content__side--wysiwyg p + ol,
section.split-content .split-content__side--wysiwyg ul + ul,
section.split-content .split-content__side--wysiwyg ul + ol,
section.split-content .split-content__side--wysiwyg ol + ul,
section.split-content .split-content__side--wysiwyg ol + ol,
section.split-content .split-content__side--wysiwyg h2 + p,
section.split-content .split-content__side--wysiwyg h3 + p,
section.split-content .split-content__side--wysiwyg h4 + p,
section.split-content .split-content__side--wysiwyg h2 + ul,
section.split-content .split-content__side--wysiwyg h3 + ul,
section.split-content .split-content__side--wysiwyg h4 + ul,
section.split-content .split-content__side--wysiwyg p + h2,
section.split-content .split-content__side--wysiwyg p + h3,
section.split-content .split-content__side--wysiwyg p + h4 {
  margin-top: 1.5rem;
}
section.split-content .split-content__subheading {
  font-size: 1.5em;
  font-weight: 500;
  margin-bottom: 5px;
}
section.split-content .split-content__subheading + h2,
section.split-content .split-content__subheading + h3,
section.split-content .split-content__subheading + h4 {
  margin-top: 0;
}
section.split-content .split-content__content p {
  font-size: 1.125em;
  line-height: 1.6;
}
section.split-content .split-content__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 30px;
}
section.split-content .split-content__buttons .more-button {
  align-items: center;
  color: var(--white);
  display: inline-flex;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  gap: 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
section.split-content .split-content__buttons .more-button:before {
  content: '';
  background-color: var(--white);
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%23bf330b" xmlns="http://www.w3.org/2000/svg"><path d="M17.7063 10.7062C18.0969 10.3155 18.0969 9.68115 17.7063 9.29053L12.7063 4.29053C12.3156 3.8999 11.6812 3.8999 11.2906 4.29053C10.9 4.68115 10.9 5.31553 11.2906 5.70615L14.5844 8.9999H3C2.44687 8.9999 2 9.44678 2 9.9999C2 10.553 2.44687 10.9999 3 10.9999H14.5844L11.2906 14.2937C10.9 14.6843 10.9 15.3187 11.2906 15.7093C11.6812 16.0999 12.3156 16.0999 12.7063 15.7093L17.7063 10.7093V10.7062Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  transition: background-position 0.2s ease-in-out;
}
section.split-content .split-content__buttons .more-button:hover:before {
  background-position: 60% center;
}
section.split-content .split-content__image {
  background-image: var(--bg-url);
  background-position: var(--bg-position-x, 50%) var(--bg-position-y, 50%);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
section.split-content .split-content__image img {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: auto;
}
section.split-content .split-content__gallery {
  display: flex;
  flex-direction: column;
  height: 100%;
}
section.split-content .split-content__gallery__main {
  flex: 1;
  overflow: hidden;
}
section.split-content .split-content__gallery__main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease-in-out;
}
section.split-content .split-content__gallery__thumbs {
  display: flex;
  gap: 8px;
  padding: 8px;
  overflow-x: auto;
  background: rgba(0, 0, 0, 0.05);
}
section.split-content .split-content__gallery__thumb {
  appearance: none;
  background: none;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  flex: 0 0 auto;
  height: 60px;
  overflow: hidden;
  padding: 0;
  transition: border-color 0.2s ease;
  width: 80px;
}
section.split-content .split-content__gallery__thumb.active,
section.split-content .split-content__gallery__thumb:hover {
  border-color: var(--primary);
}
section.split-content .split-content__gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.split-content .split-content__video {
  cursor: pointer;
  height: 100%;
  position: relative;
}
section.split-content .split-content__video img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.split-content .split-content__video__play {
  align-items: center;
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
}
section.split-content .split-content__video__play__icon {
  background-color: var(--white);
  display: block;
  height: 80px;
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
  width: 80px;
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="50" fill="white"/><path d="M38 25 L38 75 L75 50 Z" fill="black"/></svg>');
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
section.split-content .split-content__video:hover .split-content__video__play__icon {
  opacity: 1;
}
section.split-content .split-content__video iframe,
section.split-content .split-content__video .split-content__video__player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
section.split-content .split-content__side--accordion .toggles {
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  padding: 0 40px;
}
section.split-content .split-content__side--accordion .toggles .toggles__item {
  background: var(--bg-color);
  border-color: currentColor;
  padding: 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__heading {
  color: var(--primary);
  font-size: 1.5em;
  font-weight: 600;
  padding: 20px 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__heading:hover {
  color: var(--secondary);
}
section.split-content .split-content__side--accordion .toggles .toggles__item.open .toggles__item__heading {
  color: var(--secondary) !important;
}
section.split-content .split-content__side--accordion .toggles .toggles__item.open .toggles__item__content {
  padding-bottom: 40px;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__content {
  color: var(--text-color);
}
section.split-content .split-content__side--accordion .toggles .toggles__item__content__inner {
  border-top-color: currentColor;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__content__inner p {
  margin-top: 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item__content__inner a {
  color: var(--text-color);
}
section.split-content .split-content__side--accordion .toggles .toggles__item:last-child {
  border-bottom: 1px solid var(--secondary);
}
section.split-content .split-content__side--accordion .toggles .toggles__item:last-child .toggles__item__content {
  padding-bottom: 0;
}
section.split-content .split-content__side--accordion .toggles .toggles__item.open:last-child .toggles__item__content {
  padding-bottom: 20px;
}
section.half-image .inset {
  padding: 0;
}
section.half-image .inset h1,
section.half-image .inset h2,
section.half-image .inset h3 {
  margin-bottom: 0.5em;
  text-align: left;
}
section.half-image .inset p,
section.half-image .inset ul,
section.half-image .inset ol {
  font-size: 1.125em;
  margin-bottom: 1em;
}
section.half-image .inset .columns {
  align-items: center;
  column-gap: 0;
  row-gap: 0;
}
section.half-image .inset .columns .columns__column .images {
  align-content: center;
  align-items: center;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  justify-items: center;
}
section.half-image .inset .columns .columns__column--copy {
  display: block;
  padding: 60px 40px;
}
section.half-image .inset .columns .columns__column--copy img {
  height: auto;
  margin-bottom: 1em;
  max-width: 50%;
  mix-blend-mode: multiply;
  width: auto;
}
section.half-image .inset .columns .columns__column--copy img + h2,
section.half-image .inset .columns .columns__column--copy img + h3 {
  margin-top: 0;
}
section.half-image .inset .columns .columns__column--content {
  display: block;
  padding: 40px;
}
section.half-image .inset .columns .columns__column--image {
  background-color: var(--white);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.half-image .inset .columns .columns__column--image img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
section.half-image .inset .columns .columns__column--image .half-image-content__image {
  height: 100%;
}
section.half-image .inset .columns .columns__column--image .half-image-content__image--proportional img {
  border-radius: 5px;
  height: auto;
  margin-top: 40px;
  width: calc(100% - 40px);
}
section.half-image .inset .columns .columns__column--image:has(.half-image-content__image--proportional) {
  background-image: none;
  background-color: transparent;
}
section.half-image .inset .columns .columns__column .youtube {
  position: relative;
}
section.half-image .inset .columns .columns__column .youtube iframe {
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 1;
}
section.half-image .inset .columns .columns__column .youtube .poster {
  background-color: var(--black);
  background-image: var(--bg-image-url);
  background-size: cover;
  background-position: center;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 2;
}
section.half-image .inset .columns .columns__column .youtube .poster.hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}
section.half-image .inset .columns .columns__column .youtube .poster:hover:before {
  background-color: rgba(0, 0, 0, 0.8);
}
section.half-image .inset .columns .columns__column .youtube .poster:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
section.half-image .inset .columns .columns__column .youtube .poster:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23FFF" d="M96 52v408l320-204L96 52z"/></svg>');
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% + 5px);
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 1;
}
section.half-image .inset .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding-top: 1em;
}
section.half-image .inset.grey .inset .columns .columns__column--image {
  background-color: transparent;
}
section.half-image--content .inset .columns {
  align-items: flex-start;
}
section.half-image--right .inset .columns {
  flex-direction: row-reverse;
}
.page-header {
  background-color: var(--light-grey);
  background-image: var(--bg-image-url);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-attachment: var(--bg-attachment);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  text-align: center;
}
.page-header .inset {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding: 0 0 30px;
  z-index: 10;
}
.page-header .inset .copy {
  background-color: var(--black-90);
  border-radius: 0 20px 20px 0;
  color: #FFF;
  min-width: 500px;
  padding: 20px 30px;
  position: relative;
  text-align: center;
  width: 100%;
  filter: drop-shadow(0 4px 8px #00000044) drop-shadow(0 4px 8px #00000044) drop-shadow(0 8px 16px #00000033);
}
.page-header .inset .copy h1 {
  color: var(--white);
  display: block;
  font-size: 4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
  text-wrap: balance;
}
.page-header--overlay:before {
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  background-color: var(--bg-overlay-color);
  opacity: var(--bg-overlay-opacity);
}
.page-header:after {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: max(100vw, 1920px) auto;
  content: '';
  height: 30px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.corporate-buttons {
  background-color: var(--charcoal);
  color: var(--white);
  position: relative;
}
section.corporate-buttons .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 50px;
  justify-content: space-between;
  max-width: calc(var(--max-width) - 120px);
  width: 100%;
}
section.corporate-buttons .inset h4 {
  color: var(--white);
  font-size: 2em;
  margin-bottom: 0;
  text-wrap: balance;
  width: 100%;
}
section.corporate-buttons .inset .buttons {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-grow: 1;
}
section.corporate-buttons .inset .buttons .button {
  background-color: var(--white);
  border: 2px var(--secondary) solid;
  border-radius: 50px;
  color: var(--primary);
  display: inline-block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  border: 2px solid var(--white);
  background-color: transparent;
  text-wrap: nowrap;
}
section.corporate-buttons .inset .buttons .button:hover {
  background-color: var(--secondary);
  color: #FFF;
}
section.corporate-buttons .inset .buttons .button--white {
  background-color: var(--white);
  color: var(--black);
}
section.corporate-buttons .inset .buttons .button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
section.corporate-buttons .inset .buttons .button:hover {
  background-color: var(--white);
  color: var(--black);
}
.blog-content .inset {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}
.blog-content__posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 20px;
  flex: 1;
}
.blog-content__sidebar {
  width: 300px;
  flex-shrink: 0;
}
.blog-content__post {
  flex: 1;
  min-width: 0;
}
.entry-card {
  background: #FFF;
  filter: var(--drop-shadow-filter);
  overflow: hidden;
  transition: transform var(--transition-duration) ease-in-out, filter var(--transition-duration) ease-in-out;
}
.entry-card:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 14px 28px #00000055);
}
.entry-card__image {
  display: block;
  overflow: hidden;
}
.entry-card__image img {
  aspect-ratio: 4 / 2;
  display: block;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.entry-card__date {
  background-color: var(--red);
  color: var(--white);
  display: inline-block;
  font-weight: 400;
  width: 100%;
  padding: 5px 20px;
}
.entry-card__text {
  padding: 20px 25px 25px;
}
.entry-card__text .pills {
  margin-bottom: 5px;
}
.entry-card__text h3 {
  font-size: 1.5em;
  margin-bottom: 0.4em;
  margin-top: 0;
}
.entry-card__text h3 a {
  color: var(--red);
  text-decoration: none;
  transition: color var(--transition-duration) ease-in-out;
}
.entry-card__text h3 a:hover {
  color: var(--charcoal);
}
.entry-card__text p {
  color: var(--charcoal);
  font-size: 0.95em;
  line-height: 1.6;
  margin-bottom: 15px;
}
.entry-card__text .more-button {
  align-items: center;
  color: var(--secondary);
  display: inline-flex;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  gap: 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  font-size: 1.25em;
  padding: 10px 20px 10px 0;
}
.entry-card__text .more-button:before {
  content: '';
  background-color: var(--secondary);
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="%23FFF" xmlns="http://www.w3.org/2000/svg"><path d="M17.7063 10.7062C18.0969 10.3155 18.0969 9.68115 17.7063 9.29053L12.7063 4.29053C12.3156 3.8999 11.6812 3.8999 11.2906 4.29053C10.9 4.68115 10.9 5.31553 11.2906 5.70615L14.5844 8.9999H3C2.44687 8.9999 2 9.44678 2 9.9999C2 10.553 2.44687 10.9999 3 10.9999H14.5844L11.2906 14.2937C10.9 14.6843 10.9 15.3187 11.2906 15.7093C11.6812 16.0999 12.3156 16.0999 12.7063 15.7093L17.7063 10.7093V10.7062Z"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  border-radius: 50%;
  display: block;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  transition: background-position 0.2s ease-in-out;
}
.entry-card__text .more-button:hover:before {
  background-position: 60% center;
}
.blog-category-bar {
  margin-bottom: 10px;
}
.blog-category-bar .pills {
  gap: 8px;
}
.blog-category-bar .pills .pill {
  font-size: 0.85em;
  padding: 6px 14px;
  text-decoration: none;
  transition: all var(--transition-duration) ease-in-out;
}
.blog-category-bar .pills .pill:hover {
  background-color: var(--charcoal);
  color: var(--white);
}
.blog-category-bar .pills .pill--active {
  background-color: var(--charcoal);
  color: var(--white);
}
.image-header {
  background-image: var(--bg-url);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.image-header__heading {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 0 8px 8px 0;
  color: var(--white);
  margin: 0;
  padding: 20px 30px;
  position: relative;
  z-index: 10;
}
.image-header__heading small {
  display: block;
  font-size: 0.5em;
  font-weight: 400;
  margin-bottom: 5px;
  opacity: 0.8;
}
.navigation.posts-navigation .nav-links {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  margin-bottom: 40px;
}
.navigation.posts-navigation .nav-links a {
  background-color: var(--white);
  border: 2px var(--secondary) solid;
  border-radius: 50px;
  color: var(--primary);
  display: inline-block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 2px solid var(--charcoal);
  color: var(--charcoal);
  font-size: 0.95em;
  padding: 12px 24px;
}
.navigation.posts-navigation .nav-links a:hover {
  background-color: var(--secondary);
  color: #FFF;
}
.navigation.posts-navigation .nav-links a--white {
  background-color: var(--white);
  color: var(--black);
}
.navigation.posts-navigation .nav-links a--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.navigation.posts-navigation .nav-links a:hover {
  background-color: var(--charcoal);
  color: var(--white);
}
.blog-content__post article.single .featured-image {
  border-radius: 10px;
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}
.blog-content__post article.single h1 {
  margin-bottom: 0.3em;
}
.blog-content__post article.single .meta-share {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.blog-content__post article.single .meta {
  align-items: center;
  color: var(--grey);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
  gap: 5px;
}
.blog-content__post article.single .share__links {
  display: flex;
  gap: 16px;
}
.blog-content__post article.single .share__links__link {
  display: block;
  height: 28px;
  width: 28px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.blog-content__post article.single .share__links__link svg {
  fill: var(--black);
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.blog-content__post article.single .share__links__link:hover svg {
  fill: var(--charcoal);
}
.blog-content__post article.single .content {
  font-size: 1.125em;
  line-height: 1.8;
}
.blog-content__post article.single .content img {
  border-radius: 10px;
  height: auto;
  max-width: 100%;
}
.blog-content__post article.single .content blockquote {
  background-color: var(--light-grey);
  border-left: 4px solid var(--charcoal);
  border-radius: 0 10px 10px 0;
  margin: 1.5em 0;
  padding: 20px 25px;
}
.blog-content__post article.single .content blockquote p {
  margin: 0;
}
.post-navigation {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  justify-content: space-between;
}
.post-navigation__link {
  background-color: var(--white);
  border: 2px var(--secondary) solid;
  border-radius: 50px;
  color: var(--primary);
  display: inline-block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
  border: 2px solid var(--charcoal);
  color: var(--charcoal);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95em;
  padding: 12px 24px;
  text-decoration: none;
}
.post-navigation__link:hover {
  background-color: var(--secondary);
  color: #FFF;
}
.post-navigation__link--white {
  background-color: var(--white);
  color: var(--black);
}
.post-navigation__link--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.post-navigation__link:hover {
  background-color: var(--charcoal);
  color: var(--white);
}
.post-navigation__link:hover .post-navigation__arrow {
  fill: var(--white);
}
.post-navigation__link--prev {
  flex-direction: row;
}
.post-navigation__link--next {
  flex-direction: row-reverse;
}
.post-navigation__arrow {
  flex-shrink: 0;
  height: 16px;
  width: 16px;
  fill: var(--charcoal);
  transition: fill var(--transition-duration) ease-in-out;
}
.post-navigation__link--prev .post-navigation__arrow {
  transform: rotate(180deg);
}
footer#footer {
  background-color: var(--primary);
  color: var(--white);
  overflow: hidden;
  position: relative;
  text-align: left;
}
footer#footer .footer-cta {
  position: relative;
  text-align: center;
  z-index: 2;
}
footer#footer .footer-cta .inset {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 20px 40px;
}
footer#footer .footer-cta h2 {
  color: var(--white);
  margin-bottom: 10px;
}
footer#footer .footer-cta p {
  color: var(--white);
  margin-bottom: 20px;
}
footer#footer .footer-cta .buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
footer#footer .pegasus {
  aspect-ratio: 1;
  display: block;
  height: 140%;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  transform: translateX(-20%) translateY(-15%);
  z-index: 1;
}
footer#footer .pegasus svg {
  display: block;
  height: 100%;
  width: 100%;
}
footer#footer .light {
  aspect-ratio: 1;
  background: radial-gradient(circle, #3C445AFF 0%, #3C445A00 60%, #3C445A00 100%);
  display: block;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  transform: translateX(-30%) translateY(-50%);
  z-index: 0;
}
footer#footer .inset {
  padding: 60px 20px 120px;
  position: relative;
  z-index: 2;
}
footer#footer .inset a.theme-button {
  color: var(--primary);
}
footer#footer .columns {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
footer#footer .columns__column {
  display: block;
  padding-bottom: 40px;
}
footer#footer .columns__column--navigate,
footer#footer .columns__column--social,
footer#footer .columns__column--contact {
  flex: 2;
  padding-top: 80px;
}
footer#footer .columns__column--navigate,
footer#footer .columns__column--social {
  flex: 1;
}
footer#footer .columns__column--logo {
  flex: 0 0 350px;
  display: flex;
  justify-content: center;
}
footer#footer .footer-logo {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
footer#footer .subheading {
  font-size: 1.375em;
  font-weight: 500;
}
footer#footer .subheading + h2 {
  margin-top: 0;
}
footer#footer h3 {
  color: var(--white);
  font-size: 1.5em;
  margin-bottom: 1em;
  text-transform: uppercase;
}
footer#footer p {
  color: var(--white);
  font-size: 1em;
  line-height: 1.6;
}
footer#footer a {
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  transition: all 150ms ease-in-out;
}
footer#footer a:hover {
  color: var(--accent);
}
footer#footer .buttons {
  margin-top: 40px;
}
footer#footer nav ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer nav ul li {
  padding: 0;
}
footer#footer nav ul li a {
  color: var(--white);
  font-size: 1em;
}
footer#footer nav ul li ul {
  display: none;
}
footer#footer .copyright {
  background-color: #FFFFFF22;
  border-radius: 30px 30px 0 0;
  color: var(--white);
  font-size: 0.85em;
  margin: 0 auto;
  padding: 15px 60px;
  text-align: center;
  width: fit-content;
}
.search-overlay {
  background: #000000DD;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  z-index: 9999;
}
.search-overlay.active {
  opacity: 1;
  visibility: visible;
}
.search-overlay .search-overlay__inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}
.search-overlay .search-overlay__inner label {
  color: #FFF;
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 10px;
  text-align: center;
}
.search-overlay .search-overlay__inner label a {
  color: #FFF;
  text-decoration: none;
}
.search-overlay .search-overlay__inner label a.pill {
  background-color: var(--orange);
  border-radius: 20px;
  color: var(--white);
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 24px;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
.search-overlay .search-overlay__inner label a.pill--disabled {
  background-color: transparent;
  color: var(--teal-brighter-vibrant);
}
.search-overlay .search-overlay__inner label a.pill--disabled:hover {
  background-color: var(--orange);
  color: var(--teal-brighter-vibrant);
}
.search-overlay .search-overlay__inner form {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.search-overlay .search-overlay__inner form.site-search-form {
  max-width: 600px;
}
.search-overlay .search-overlay__inner input[type=text] {
  border: 1px solid var(--grey);
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 15px;
  padding: 16px;
  text-align: center;
  width: 100%;
  outline-color: var(--orange);
  outline-width: 1px;
}
.search-overlay .search-overlay__inner input[type=text]:focus {
  outline-color: var(--orange);
  outline-width: 1px;
}
.search-overlay .search-overlay__inner button {
  background-color: var(--white);
  border: 2px var(--secondary) solid;
  border-radius: 50px;
  color: var(--primary);
  display: inline-block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: fit-content;
}
.search-overlay .search-overlay__inner button:hover {
  background-color: var(--secondary);
  color: #FFF;
}
.search-overlay .search-overlay__inner button--white {
  background-color: var(--white);
  color: var(--black);
}
.search-overlay .search-overlay__inner button--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.search-overlay .search-overlay__inner button:hover {
  background-color: var(--teal-brighter);
}
.search-overlay .search-overlay__inner .search-bar {
  align-items: center;
  color: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: var(--right-margin);
  right: var(--right-margin);
  position: relative;
}
.search-overlay .search-overlay__inner .search-bar .mobile-only {
  display: none;
}
.search-overlay .search-overlay__inner .search-bar__form-row {
  align-items: center;
  display: flex;
  margin: 10px 0;
  width: 100%;
}
.search-overlay .search-overlay__inner .search-bar__form-row:first-child {
  margin-top: 10px;
}
.search-overlay .search-overlay__inner .search-bar__form-row:last-child {
  margin-bottom: 30px;
}
.search-overlay .search-overlay__inner .search-bar__form-row label {
  color: var(--white);
  flex-grow: 1;
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 0;
  white-space: nowrap;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.space-left {
  margin-left: 20px;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.space-right {
  margin-right: 20px;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.jobs-available {
  width: 100%;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.search-overlay .search-overlay__inner .search-bar__form-row label.jobs-available span {
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  margin: 0 12px 0 8px;
  vertical-align: middle;
}
.search-overlay .search-overlay__inner .search-bar__form-row select {
  border: 1px solid var(--grey-medium);
  color: var(--orange);
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 12px;
  text-align: center;
  width: 100%;
  border-radius: 3px;
  box-sizing: border-box;
}
.search-overlay .search-overlay__inner .search-bar__form-row button,
.search-overlay .search-overlay__inner .search-bar__form-row .button {
  height: 48px;
  line-height: 48px;
  margin-left: 10px;
  font-size: 1.2rem;
}
.search-overlay .search-overlay__inner .search-bar form {
  color: var(--white);
  border-radius: 10px;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 800px) {
  .search-overlay .search-overlay__inner .search-bar {
    margin-left: 0;
    right: 0;
  }
  .search-overlay .search-overlay__inner .search-bar .mobile-only {
    display: block;
  }
  .search-overlay .search-overlay__inner .search-bar form {
    padding: 10px 20px;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row {
    display: block;
    margin: 0 !important;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row label {
    display: block;
    margin: 0;
    padding: 4px 0;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row label.space-left,
  .search-overlay .search-overlay__inner .search-bar__form-row label.space-right {
    margin-left: 0;
    margin-right: 0;
  }
  .search-overlay .search-overlay__inner .search-bar__form-row button,
  .search-overlay .search-overlay__inner .search-bar__form-row .button,
  .search-overlay .search-overlay__inner .search-bar__form-row a.button {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
  }
}
.search-overlay .search-overlay__close {
  border-radius: 50%;
  color: var(--white);
  cursor: pointer;
  display: block;
  font-size: 36px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 40px;
  z-index: 9999;
}
.search-overlay .search-overlay__close:hover {
  color: var(--orange);
}
.search-overlay .search-overlay__close:before {
  content: '\f00d';
  font-family: var(--font-awesome), sans-serif;
  font-weight: 300;
}
.lightbox-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  backdrop-filter: blur(5px);
  display: none;
  height: 100vh;
  left: 0;
  overflow: hidden auto;
  padding: 60px;
  position: fixed;
  top: 0;
  width: 100vw;
  animation: lightbox-fade-in 0.25s ease-in-out forwards;
  z-index: 11000;
}
.lightbox-overlay--active {
  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes lightbox-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lightbox-overlay .lightbox {
  height: calc(100vh);
  width: calc(100vw);
}
.lightbox-overlay .lightbox__content {
  display: flex;
  height: calc(100vh);
  justify-content: center;
  align-items: center;
  width: calc(100vw);
  padding: 80px 60px;
}
.lightbox-overlay .lightbox__content img {
  outline: 1px solid var(--light-beige);
  outline-offset: 2px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.lightbox-overlay .lightbox__content iframe,
.lightbox-overlay .lightbox__content video {
  aspect-ratio: 16 / 9;
  border: none;
  display: block;
  max-height: calc(100vh - 160px);
  max-width: 100%;
  width: 100%;
}
.lightbox-overlay .lightbox__close {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
}
.lightbox-overlay .lightbox__close::before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFF" d="M393.4 41.4c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3L269.3 256 438.6 425.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L224 301.3 54.6 470.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L178.7 256 9.4 86.6C-3.1 74.1-3.1 53.9 9.4 41.4s32.8-12.5 45.3 0L224 210.7 393.4 41.4z"/></svg>');
  display: block;
  text-align: center;
}
.lightbox-overlay .lightbox__arrow {
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 1000;
}
.lightbox-overlay .lightbox__arrow:before {
  display: block;
  height: 30px;
  position: absolute;
  top: 50%;
  transition: all var(--transition-duration) ease-in-out;
  transform: translateY(-50%);
  width: 30px;
}
.lightbox-overlay .lightbox__arrow--prev {
  left: 10px;
}
.lightbox-overlay .lightbox__arrow--prev:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M15 239c-9.4 9.4-9.4 24.6 0 33.9L207 465c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L65.9 256 241 81c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L15 239z"/></svg>');
  right: 0;
}
.lightbox-overlay .lightbox__arrow--prev:hover:before {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next {
  right: 10px;
}
.lightbox-overlay .lightbox__arrow--next:before {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFF" d="M305 239c9.4 9.4 9.4 24.6 0 33.9L113 465c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l175-175L79 81c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L305 239z"/></svg>');
  left: 0;
}
.lightbox-overlay .lightbox__arrow--next:hover:before {
  left: 10px;
}
section.products .inset .legend {
  background: #FFF;
  border-radius: 0 0 5px 5px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 10px;
  position: sticky;
  top: 0;
  z-index: 1000;
}
section.products .inset .legend a.category {
  background-color: var(--green);
  border-radius: 3px;
  color: var(--white);
  display: block;
  font-size: 1em;
  font-weight: 600;
  padding: 3px 8px;
  text-decoration: none;
}
section.products .inset .legend a.category.selected,
section.products .inset .legend a.category:hover {
  background-color: var(--orange);
}
section.products .inset .legend .icons {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
section.products .inset .legend div {
  font-size: 1em;
  color: var(--charcoal);
  font-weight: 600;
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
}
section.products .inset .legend div .icon {
  background-color: var(--charcoal);
  border-radius: 50%;
  color: var(--white);
  display: block;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
section.products .inset .legend div .icon--conventional {
  background-color: var(--orange);
}
section.products .inset .legend div .icon--conventional:before {
  content: 'C';
  font-size: 1.25em;
  font-weight: 600;
}
section.products .inset .legend div .icon--organic {
  background-color: var(--green);
  display: grid;
  place-items: center;
}
section.products .inset .legend div .icon--organic:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='white' d='M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
section.products .inset div.products {
  margin-bottom: 50px;
  position: relative;
}
section.products .inset div.products.hidden {
  display: none;
  margin-bottom: 20px;
}
section.products .inset div.products.hidden .grid-slider {
  display: none;
}
section.products .inset div.products .anchor {
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: -120px;
}
section.products .inset div.products .grid-slider {
  padding: 0;
}
section.products .inset div.products .grid-slider .item a {
  color: var(--black);
  text-decoration: none;
}
section.products .inset div.products .grid-slider .item a .border {
  aspect-ratio: 4/3;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
}
section.products .inset div.products .grid-slider .item a img {
  aspect-ratio: 4/3;
  height: auto;
  object-fit: cover;
  width: 100%;
  z-index: 10;
  transition: all 0.2s ease-in-out;
}
section.products .inset div.products .grid-slider .item a h3 {
  font-size: 1.25em;
  margin-top: 0.5em;
  padding: 0 10px;
}
section.products .inset div.products .grid-slider .item a .icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 20;
  filter: drop-shadow(0 2px 4px #00000044) drop-shadow(0 4px 8px #00000033);
}
section.products .inset div.products .grid-slider .item a .icons .icon {
  background-color: var(--black);
  border-radius: 50%;
  color: var(--white);
  display: block;
  font-size: 1em;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
section.products .inset div.products .grid-slider .item a .icons .icon--conventional {
  background-color: var(--orange);
}
section.products .inset div.products .grid-slider .item a .icons .icon--conventional:before {
  content: 'C';
  font-size: 1.25em;
  font-weight: 600;
}
section.products .inset div.products .grid-slider .item a .icons .icon--organic {
  background-color: var(--green);
  display: grid;
  place-items: center;
}
section.products .inset div.products .grid-slider .item a .icons .icon--organic:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='white' d='M546.2 9.7c-5.6-12.5-21.6-13-28.3-1.2C486.9 62.4 431.4 96 368 96h-80C182 96 96 182 96 288c0 7 .8 13.7 1.5 20.5C161.3 262.8 253.4 224 384 224c8.8 0 16 7.2 16 16s-7.2 16-16 16C132.6 256 26 410.1 2.4 468c-6.6 16.3 1.2 34.9 17.5 41.6 16.4 6.8 35-1.1 41.8-17.3 1.5-3.6 20.9-47.9 71.9-90.6 32.4 43.9 94 85.8 174.9 77.2C465.5 467.5 576 326.7 576 154.3c0-50.2-10.8-102.2-29.8-144.6z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  display: block;
  height: 20px;
  width: 20px;
}
section.products .inset div.products .grid-slider .item a:hover .border img {
  scale: 1.05;
}
section.products .inset h2 {
  text-align: center;
}
section.products .inset .columns {
  gap: 60px;
  margin-top: 40px;
}
section.products .inset .columns__column {
  display: block;
  position: relative;
}
section.products .inset .columns__column h6 {
  font-size: 1.25em;
}
section.products .inset .columns__column p,
section.products .inset .columns__column ul,
section.products .inset .columns__column ol {
  font-size: 1.125em;
  margin-bottom: 1em;
}
section.products .inset .columns__column p p,
section.products .inset .columns__column ul p,
section.products .inset .columns__column ol p,
section.products .inset .columns__column p ul,
section.products .inset .columns__column ul ul,
section.products .inset .columns__column ol ul,
section.products .inset .columns__column p ol,
section.products .inset .columns__column ul ol,
section.products .inset .columns__column ol ol {
  font-size: 1em;
}
section.products .inset .columns__column p a,
section.products .inset .columns__column ul a,
section.products .inset .columns__column ol a {
  color: var(--green);
}
section.products .inset .columns__column div:has(video) {
  max-width: 100%;
  width: 100%;
}
section.products .inset .columns__column video {
  aspect-ratio: 16/9;
  border-radius: 10px;
  display: block;
  height: auto !important;
  width: 100% !important;
}
section.products .inset .columns__column .brands {
  bottom: calc(100% - 10px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
}
section.products .inset .columns__column .brands img {
  height: auto;
  max-height: 60px;
  width: auto;
}
section.products .inset .columns__column .photo-border {
  display: block;
  position: relative;
}
section.products .inset .columns__column img.recipe-photo {
  border-radius: 5px;
  height: auto;
  width: 100%;
}
section.products .inset .columns__column .product-tabs {
  margin-top: 40px;
}
section.products .inset .columns__column .product-tabs__nav {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 20px;
}
section.products .inset .columns__column .product-tabs__btn {
  background-color: var(--light-grey);
  border: none;
  border-radius: 5px;
  color: var(--charcoal);
  cursor: pointer;
  font-family: inherit;
  font-size: 1.125em;
  font-weight: 600;
  padding: 8px 20px;
  transition: background-color 0.2s ease;
}
section.products .inset .columns__column .product-tabs__btn:hover {
  background-color: #d5d5d5;
}
section.products .inset .columns__column .product-tabs__btn.active {
  background-color: var(--green);
  color: var(--white);
}
section.products .inset .columns__column .product-tabs .tab-panel {
  display: none;
}
section.products .inset .columns__column .product-tabs .tab-panel.active {
  display: block;
}
section.products .inset .columns__column table.sizes {
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
}
section.products .inset .columns__column table.sizes th,
section.products .inset .columns__column table.sizes td {
  font-size: 1.125em;
  padding: 10px;
}
section.products .inset .columns__column table.sizes thead {
  background-color: var(--green);
  color: var(--white);
}
section.products .inset .columns__column table.sizes thead th {
  text-align: left;
}
section.products .inset .columns__column table.sizes tbody tr:nth-child(odd) {
  background-color: var(--light-grey);
}
section.products .inset .columns__column .nutrition-details {
  margin-top: 20px;
}
section.products .inset .columns__column .nutrition-details summary {
  background-color: var(--light-grey);
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  padding: 10px 20px;
  flex-direction: row;
  position: relative;
}
section.products .inset .columns__column .nutrition-details summary h3 {
  font-size: 1.5em;
  margin-bottom: 0;
}
section.products .inset .columns__column .nutrition-details summary:after {
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-right: 2px solid var(--charcoal);
  border-bottom: 2px solid var(--charcoal);
  transform: rotate(45deg);
  position: relative;
  top: 3px;
  margin-left: auto;
  transition: all 0.1s ease-in-out;
}
section.products .inset .columns__column .nutrition-details[open] summary:after {
  top: 10px;
  transform: rotate(-135deg);
}
section.products .inset .columns__column table.nutrition-table {
  --grey-border: #DDD;
  border-collapse: collapse;
  margin-top: 20px;
  width: 100%;
}
section.products .inset .columns__column table.nutrition-table tr {
  border-top: 1px solid var(--grey-border);
}
section.products .inset .columns__column table.nutrition-table tr th,
section.products .inset .columns__column table.nutrition-table tr td {
  font-size: 0.875em;
  font-weight: 500;
  padding: 5px;
}
section.products .inset .columns__column table.nutrition-table tr th {
  text-align: left;
}
section.products .inset .columns__column table.nutrition-table tr td {
  text-align: right;
}
section.products .inset .columns__column table.nutrition-table tr.amount_per_serving th,
section.products .inset .columns__column table.nutrition-table tr.daily_value th,
section.products .inset .columns__column table.nutrition-table tr.amount_per_serving td,
section.products .inset .columns__column table.nutrition-table tr.daily_value td {
  font-size: 0.75em;
  font-weight: 400;
}
section.products .inset .columns__column table.nutrition-table tr.serving_size,
section.products .inset .columns__column table.nutrition-table tr.calories,
section.products .inset .columns__column table.nutrition-table tr.protein {
  border-bottom: 3px solid var(--grey-border);
}
section.products .inset .columns__column table.nutrition-table tr.saturated_fat th,
section.products .inset .columns__column table.nutrition-table tr.trans_fat th,
section.products .inset .columns__column table.nutrition-table tr.dietary_fiber th,
section.products .inset .columns__column table.nutrition-table tr.sugars th {
  padding-left: 20px;
}
section.products .inset .columns__column table.nutrition-table tr.sugars_added th {
  padding-left: 40px;
}
.product-tiles,
.recipe-tiles {
  display: grid;
  grid-template-columns: repeat(4, minmax(280px, 1fr));
  gap: 20px;
  max-width: var(--max-width);
  margin: 30px auto 0;
  padding: 20px;
  width: 100%;
}
.product-tiles .tile,
.recipe-tiles .tile {
  display: block;
  position: relative;
}
.product-tiles .tile a,
.recipe-tiles .tile a {
  aspect-ratio: 4/3;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-tiles .tile a img,
.recipe-tiles .tile a img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.product-tiles .tile a h3,
.recipe-tiles .tile a h3 {
  background-color: var(--green);
  border-radius: 3px;
  color: var(--white) !important;
  font-size: 1.25em;
  margin: 0;
  padding: 8px 20px;
  position: absolute;
  left: 10px;
  text-align: center;
  right: 10px;
  bottom: 10px;
}
.product-tiles .tile a:hover img,
.recipe-tiles .tile a:hover img {
  scale: 1.05;
}
.product-tiles .tile .pills,
.recipe-tiles .tile .pills {
  padding: 10px;
}
.product-tiles .tile--text-below a,
.recipe-tiles .tile--text-below a {
  aspect-ratio: auto;
  text-decoration: none;
}
.product-tiles .tile--text-below a .photo-border,
.recipe-tiles .tile--text-below a .photo-border {
  aspect-ratio: 4/3;
  border-radius: 5px;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-tiles .tile--text-below a .photo-border img,
.recipe-tiles .tile--text-below a .photo-border img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-tiles .tile--text-below a h3,
.recipe-tiles .tile--text-below a h3 {
  position: static;
  background-color: transparent;
  color: var(--black) !important;
  padding: 10px 20px;
  text-align: left;
}
.product-tiles .tile--text-below a:before,
.recipe-tiles .tile--text-below a:before {
  display: none;
}
section.featured-products .inset,
section.featured-recipes .inset {
  text-align: center;
}
section.featured-products .inset h2,
section.featured-recipes .inset h2,
section.featured-products .inset h3,
section.featured-recipes .inset h3,
section.featured-products .inset h4,
section.featured-recipes .inset h4 {
  color: var(--black);
  margin-bottom: 0.25em;
}
section.featured-products .inset p,
section.featured-recipes .inset p {
  font-size: 1.25em;
}
section.featured-products .inset .buttons,
section.featured-recipes .inset .buttons {
  margin-top: 40px;
}
section.featured-products .inset .theme-button,
section.featured-recipes .inset .theme-button {
  background-color: var(--black);
}
section.featured-products .inset .theme-button:hover,
section.featured-recipes .inset .theme-button:hover {
  background-color: var(--green);
}
section.featured-products .inset div.featured-products,
section.featured-recipes .inset div.featured-products,
section.featured-products .inset div.featured-recipes,
section.featured-recipes .inset div.featured-recipes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}
section.featured-products .inset div.featured-products .recipe,
section.featured-recipes .inset div.featured-products .recipe,
section.featured-products .inset div.featured-recipes .recipe,
section.featured-recipes .inset div.featured-recipes .recipe {
  position: relative;
}
section.featured-products .inset div.featured-products .recipe .video,
section.featured-recipes .inset div.featured-products .recipe .video,
section.featured-products .inset div.featured-recipes .recipe .video,
section.featured-recipes .inset div.featured-recipes .recipe .video {
  border-radius: 5px;
  position: relative;
}
section.featured-products .inset div.featured-products .recipe .video iframe,
section.featured-recipes .inset div.featured-products .recipe .video iframe,
section.featured-products .inset div.featured-recipes .recipe .video iframe,
section.featured-recipes .inset div.featured-recipes .recipe .video iframe {
  aspect-ratio: 16/9;
  border-radius: 5px;
  display: block;
  height: auto;
  width: 100%;
}
section.featured-products .inset div.featured-products .recipe h3,
section.featured-recipes .inset div.featured-products .recipe h3,
section.featured-products .inset div.featured-recipes .recipe h3,
section.featured-recipes .inset div.featured-recipes .recipe h3 {
  background-color: var(--green);
  border-radius: 3px;
  color: var(--white);
  font-size: 1.25em;
  margin: 0;
  padding: 8px 20px;
  position: absolute;
  left: 10px;
  text-align: center;
  right: 10px;
  bottom: 10px;
}
section.featured-products .inset div.featured-products .recipe .links,
section.featured-recipes .inset div.featured-products .recipe .links,
section.featured-products .inset div.featured-recipes .recipe .links,
section.featured-recipes .inset div.featured-recipes .recipe .links {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 15px;
  font-weight: 500;
}
section.featured-products .inset div.featured-products .recipe .links a,
section.featured-recipes .inset div.featured-products .recipe .links a,
section.featured-products .inset div.featured-recipes .recipe .links a,
section.featured-recipes .inset div.featured-recipes .recipe .links a {
  color: var(--green);
  display: block;
  font-size: 1em;
  margin-left: 1px;
  padding: 8px;
  position: relative;
  text-decoration: none;
}
section.featured-products .inset div.featured-products .recipe .links a:hover,
section.featured-recipes .inset div.featured-products .recipe .links a:hover,
section.featured-products .inset div.featured-recipes .recipe .links a:hover,
section.featured-recipes .inset div.featured-recipes .recipe .links a:hover {
  color: var(--black);
}
section.featured-products .inset div.featured-products .recipe .links a:after,
section.featured-recipes .inset div.featured-products .recipe .links a:after,
section.featured-products .inset div.featured-recipes .recipe .links a:after,
section.featured-recipes .inset div.featured-recipes .recipe .links a:after {
  background-color: var(--charcoal);
  content: '';
  display: block;
  height: 20px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translateY(-50%);
}
section.featured-products .inset div.featured-products .recipe .links a:last-child:after,
section.featured-recipes .inset div.featured-products .recipe .links a:last-child:after,
section.featured-products .inset div.featured-recipes .recipe .links a:last-child:after,
section.featured-recipes .inset div.featured-recipes .recipe .links a:last-child:after {
  display: none;
}
section.recipes {
  margin-bottom: 40px;
}
section.recipes .inset h2 {
  text-align: center;
}
section.recipes .inset .columns {
  gap: 60px;
  margin-top: 40px;
  max-width: calc(100% - 240px);
}
section.recipes .inset .columns__column {
  display: block;
}
section.recipes .inset .columns__column p,
section.recipes .inset .columns__column ul,
section.recipes .inset .columns__column ol {
  font-size: 1.125em;
  margin-bottom: 1em;
}
section.recipes .inset .columns__column p p,
section.recipes .inset .columns__column ul p,
section.recipes .inset .columns__column ol p,
section.recipes .inset .columns__column p ul,
section.recipes .inset .columns__column ul ul,
section.recipes .inset .columns__column ol ul,
section.recipes .inset .columns__column p ol,
section.recipes .inset .columns__column ul ol,
section.recipes .inset .columns__column ol ol {
  font-size: 1em;
}
section.recipes .inset .columns__column p a,
section.recipes .inset .columns__column ul a,
section.recipes .inset .columns__column ol a {
  color: var(--green);
}
section.recipes .inset .columns__column .photo-border {
  display: block;
  position: relative;
}
section.recipes .inset .columns__column img.recipe-photo {
  border-radius: 5px;
  height: auto;
  width: 100%;
}
section.recipes .inset .columns__column h3 {
  font-size: 2em;
}
.search-recipes {
  background-color: var(--green);
  color: var(--white);
}
.search-recipes form {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin: 0 auto;
  max-width: var(--max-width);
  padding: 20px 20px 30px;
}
.search-recipes form .field {
  flex-grow: 1;
}
.search-recipes form .field label {
  display: block;
  font-weight: 600;
  padding: 5px;
}
.search-recipes form .field input,
.search-recipes form .field select {
  background-color: var(--white);
  border: none;
  border-radius: 0;
  font-family: var(--font-family), sans-serif;
  font-size: 1em;
  padding: 12px;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.search-recipes form .field input:focus,
.search-recipes form .field select:focus {
  background: var(--white);
  outline: none;
}
.search-recipes form .field .buttons {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.search-recipes form .field .buttons button,
.search-recipes form .field .buttons .reset {
  background-color: var(--white);
  border: 2px var(--secondary) solid;
  border-radius: 50px;
  color: var(--primary);
  display: inline-block;
  font-family: var(--font-family), sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 30px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  background-color: var(--black);
  color: var(--white);
  font-size: 1em;
  padding: 12px;
}
.search-recipes form .field .buttons button:hover,
.search-recipes form .field .buttons .reset:hover {
  background-color: var(--secondary);
  color: #FFF;
}
.search-recipes form .field .buttons button--white,
.search-recipes form .field .buttons .reset--white {
  background-color: var(--white);
  color: var(--black);
}
.search-recipes form .field .buttons button--white:hover,
.search-recipes form .field .buttons .reset--white:hover {
  background-color: var(--white);
  color: var(--black);
}
.search-recipes form .field .buttons button:hover,
.search-recipes form .field .buttons .reset:hover {
  background-color: transparent;
  outline: 2px solid var(--black);
  outline-offset: -1px;
  color: var(--black);
}
.search-recipes form .field .buttons .reset {
  background-color: transparent;
}
.search-recipes form .field .buttons .reset:hover {
  outline-color: var(--white);
  color: var(--white);
}
section.related-products .inset,
section.related-recipes .inset {
  text-align: center;
}
section.recipe-search .inset {
  padding: 60px 20px;
}
section.recipe-search .inset h2,
section.recipe-search .inset h3 {
  text-align: center;
}
section.recipe-search .inset .search-recipes {
  background-color: transparent;
}
section.recipe-search .inset .search-recipes form .field .buttons button:hover {
  color: var(--white);
  outline-color: var(--white);
}
section.recipe-search .tiles-holder {
  position: relative;
  top: -60px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .mobile-only {
    display: block;
  }
  .not-mobile {
    display: none;
  }
  #is-mobile {
    display: block;
  }
  body h1 {
    font-size: 2.8em;
  }
  body h2 {
    font-size: 2.4em;
  }
  body h3 {
    font-size: 2em;
  }
  body h3.label {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  header#header {
    --header-height: 60px;
    height: var(--header-height);
  }
  header#header .top .inset .branding {
    left: -20px;
    z-index: 1001;
  }
  header#header .top .inset .branding a {
    left: 10px;
  }
  header#header .top .inset .branding .caption {
    display: none;
    font-size: 1.5em;
    left: 136px;
    top: 32px;
  }
  header#header .top .inset nav#main-menu {
    --header-height: 60px;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: calc(100vh - var(--header-height) - 60px);
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    padding: 40px 20px 20px;
    pointer-events: none;
    position: fixed;
    top: var(--header-height);
    transition: none;
    width: 100vw;
    z-index: 1000;
  }
  header#header .top .inset nav#main-menu ul.menu {
    background-color: transparent;
    backdrop-filter: none;
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out;
    transform: translateY(-10px);
    width: 100%;
  }
  header#header .top .inset nav#main-menu ul.menu li {
    text-align: center;
    width: 100%;
  }
  header#header .top .inset nav#main-menu ul.menu li a {
    color: var(--black);
    font-size: 1.5rem;
  }
  header#header .top .inset nav#main-menu ul.menu li.menu-item-has-children:after {
    display: none;
  }
  header#header .top .inset nav#main-menu ul.menu li ul {
    background-color: transparent;
    backdrop-filter: none;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: auto;
    left: 0;
    padding: 0;
    position: relative;
    top: 0;
  }
  header#header .top .inset nav#main-menu ul.menu li ul li a {
    color: var(--black);
    font-size: 1.25rem;
    padding: 10px;
    opacity: 0.7;
  }
  header#header .mobile-menu-button {
    --line-inset: 12px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 50px;
    z-index: 1001;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--black);
    border-radius: 2px;
    position: absolute;
    top: calc(var(--line-inset) + 4px);
    left: var(--line-inset);
    height: 4px;
    width: calc(100% - (var(--line-inset) * 2));
    transition: all 0.2s ease-in-out;
  }
  header#header .mobile-menu-button__line:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  header#header .mobile-menu-button__line:nth-child(3) {
    top: auto;
    bottom: calc(var(--line-inset) + 4px);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line {
    background-color: var(--black);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
    opacity: 0;
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
    bottom: 23px;
    transform: rotate(-45deg);
  }
  body.menus--active {
    overflow: hidden;
  }
  body.menus--active #container {
    position: relative;
    z-index: 100;
  }
  body.menus--active header#header {
    position: fixed;
    z-index: 1001;
  }
  body.menus--active header#header .top .inset nav#main-menu {
    opacity: 1;
    pointer-events: all;
  }
  body.menus--active header#header .top .inset nav#main-menu ul.menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  body.menus--active header#header .bottom {
    display: block;
  }
  body.admin-bar nav#main-menu {
    top: calc(var(--header-height) + var(--admin-bar-height)) !important;
    height: calc(100vh - var(--header-height) - var(--admin-bar-height) - 60px) !important;
  }
  body.admin-bar.menus--active header#header {
    top: var(--admin-bar-height);
  }
  section .inset {
    padding: 20px;
  }
  .page-header .inset .copy {
    min-width: calc(100% - 20px);
  }
  section.counters .inset {
    max-width: 100% !important;
  }
  section.counters .inset div.counters {
    flex-direction: column;
    gap: 0;
  }
  section.counters .inset div.counters .counters__item {
    width: 100%;
  }
  section.graphs .inset {
    max-width: 100%;
    width: 100%;
  }
  section.graphs .inset div.graphs {
    align-items: center;
    flex-direction: column;
  }
  section.half-image .inset .columns {
    flex-direction: column;
    gap: 0;
  }
  section.half-image .inset .columns__column {
    padding: 0 !important;
  }
  section.half-image .inset .columns__column:nth-child(1),
  section.half-image .inset .columns__column:nth-child(2) {
    flex-basis: 100%;
    width: 100%;
  }
  section.boxes .inset .grid-slider.no-slider .holder {
    overflow: visible;
  }
  section.boxes .inset .grid-slider.no-slider .holder .strip {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 100%;
  }
  section.cards .inset div.cards.cards--grid .grid-slider .holder {
    overflow: visible;
  }
  section.cards .inset div.cards.cards--grid .grid-slider .holder .strip {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  section.cards .inset div.cards--left-image .cards__item {
    flex-direction: column;
  }
  section.cards .inset div.cards .cards__item__button:after {
    left: auto;
    margin-left: 10px;
    position: relative;
  }
  .grid-slider {
    padding: 0 0 40px;
  }
  .grid-slider .arrow {
    top: 100%;
  }
  .grid-slider.no-slider .holder .strip,
  .grid-slider .holder .strip {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    width: 100%;
  }
  .columns {
    flex-direction: column;
    gap: 40px;
  }
  .columns__column {
    width: 100%;
  }
  .top-bar .inset {
    font-size: 1em;
    padding: 8px 20px;
  }
  header#header .top .branding a img {
    width: 130px;
  }
  header#header .bottom {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10001;
  }
  header#header .bottom .inset {
    height: 60px;
  }
  header#header .bottom .inset .search-button {
    margin-right: 0;
  }
  header#header .top .inset .right {
    display: none;
  }
  section.hero {
    height: auto;
    min-height: 500px;
  }
  section.wood .inset {
    max-width: 100%;
    padding: 60px 20px;
  }
  section.wood .inset p {
    font-size: 1.25em;
    line-height: 1.5;
  }
  section.testimonials .inset div.testimonials {
    max-width: 100%;
  }
  section.basic .inset {
    padding: 40px 20px 60px;
  }
  section.basic .inset .subheading {
    max-width: 100%;
  }
  section.boxes .inset .subheading {
    max-width: 100%;
  }
  section.boxes .inset .grid-slider.image-left .holder {
    max-width: 100%;
  }
  section.boxes .inset .grid-slider.image-left .holder .strip {
    flex-direction: column;
    gap: 30px;
  }
  section.boxes .inset .grid-slider.image-left .holder .strip .item {
    flex-direction: column;
    text-align: center;
  }
  section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__icon {
    margin: 0 auto;
  }
  section.boxes .inset .grid-slider.image-left .holder .strip .item .boxes__item__content {
    align-items: center;
    text-align: center;
  }
  section.tips .inset .subheading {
    max-width: 100%;
  }
  section.tips .inset .jump-menu {
    flex-wrap: wrap;
    gap: 10px;
    position: static;
  }
  section.tips .inset .jump-menu a {
    font-size: 1em;
    padding: 12px 20px 12px 45px;
    width: 100%;
  }
  section.tips .inset .jump-menu a i {
    font-size: 1.25em;
  }
  section.tips .inset div.tips {
    gap: 40px;
    max-width: 100%;
  }
  section.tips .inset div.tips .item {
    flex-direction: column !important;
    gap: 20px;
  }
  section.tips .inset div.tips .item .photo {
    width: 100%;
  }
  section.tips .inset div.tips .item .content {
    padding: 0;
    width: 100%;
  }
  section.tips .inset div.tips .item .content .heading h4 {
    font-size: 2em;
  }
  section.tips .inset div.tips .item .content .heading i {
    font-size: 2.5em;
  }
  section.tips .inset div.tips .item .content p {
    font-size: 1.125em;
  }
  section.tips .inset div.tips .item:nth-child(odd) .content {
    padding: 0;
  }
  section.tiles .inset .subheading {
    max-width: 100%;
  }
  section.tiles .inset div.tiles {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  section.tiles .inset div.tiles .item {
    aspect-ratio: 4/3;
  }
  section.tiles .inset div.tiles .item .tiles__item__content h4 {
    font-size: 1.25em;
  }
  section.products .inset .legend {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }
  section.products .inset .legend .categories {
    flex-wrap: wrap;
  }
  section.products .inset .columns {
    flex-direction: column;
    gap: 30px;
    margin-top: 0;
    max-width: 100%;
  }
  section.products .inset .columns__column {
    width: 100%;
  }
  section.products .inset .columns__column .photo-border {
    display: none;
  }
  section.products .inset .columns__column .brands {
    justify-content: center;
    position: relative;
    right: auto;
  }
  section.recipes .inset .columns {
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
  }
  section.recipes .inset .columns__column {
    width: 100%;
  }
  .search-recipes form {
    flex-direction: column;
    gap: 10px;
  }
  .search-recipes form .field .buttons {
    flex-direction: column;
  }
  .search-recipes form .field .buttons button,
  .search-recipes form .field .buttons .reset {
    width: 100%;
  }
  section.half-image .inset .columns .columns__column--copy {
    padding: 30px 20px !important;
  }
  section.half-image .inset .columns .columns__column--content {
    padding: 20px;
  }
  .product-tiles,
  .recipe-tiles {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
    padding: 20px;
  }
  .product-tiles {
    padding: 20px 0;
  }
  section.featured-products .inset div.featured-products,
  section.featured-recipes .inset div.featured-products,
  section.featured-products .inset div.featured-recipes,
  section.featured-recipes .inset div.featured-recipes {
    grid-template-columns: 1fr;
  }
  section.recipe-search .inset {
    padding: 40px 20px;
  }
  section.faqs .inset {
    padding: 20px;
  }
  section.timeline .inset {
    padding: 40px 20px;
  }
  section.timeline .inset .timeline {
    max-width: 100%;
  }
  section.timeline .inset .timeline .timeline-item {
    flex-direction: column;
    gap: 0;
  }
  section.timeline .inset .timeline .timeline-item__year {
    line-height: 1.2;
    width: 100%;
  }
  section.timeline .inset .timeline .timeline-item__content {
    padding: 0 0 0 10px;
    width: 100%;
  }
  section.video-content .video-content__play__icon {
    height: 70px;
    width: 70px;
  }
  section.latest-news .latest-news__grid {
    grid-template-columns: 1fr;
  }
  section.blog-content .results {
    grid-template-columns: 1fr;
  }
  .blog-content .inset {
    flex-direction: column;
  }
  .blog-content__posts {
    grid-template-columns: 1fr;
  }
  .blog-content__sidebar {
    width: 100%;
  }
  .blog-content__post {
    width: 100%;
  }
  .blog-content__post article.single .content {
    max-width: 100%;
    font-size: 1em;
  }
  .post-navigation {
    flex-direction: column;
    gap: 20px;
  }
  .post-navigation__link {
    max-width: 100%;
  }
  .post-navigation__link--next {
    text-align: left;
    flex-direction: row;
  }
  .image-header {
    min-height: 180px;
  }
  .image-header__heading {
    font-size: 2em;
  }
  .blog-category-bar .pills {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 5px;
  }
  .page-header .inset .copy h1 {
    font-size: 2.5em;
  }
  section.corporate-buttons .inset {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  section.corporate-buttons .inset h4 {
    font-size: 1.5em;
  }
  section.corporate-buttons .inset .buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    width: 100%;
  }
  section.corporate-buttons .inset .buttons .button {
    width: 100%;
    text-align: center;
  }
  .form .field--half {
    width: 100%;
  }
  .toggles--columns-2,
  .toggles--columns-3 {
    grid-template-columns: 1fr;
  }
  section.split-content {
    flex-direction: column;
  }
  section.split-content .split-content__side {
    flex: 1 1 100% !important;
    min-height: auto;
  }
  section.split-content .split-content__side--images {
    min-height: 300px;
  }
  section.split-content .split-content__side--wysiwyg {
    padding: 40px 20px;
  }
  section.split-content .split-content__video__play__icon {
    height: 60px;
    width: 60px;
  }
  section.split-content .split-content__gallery__thumb {
    width: 60px;
    height: 45px;
  }
  section.split-content .split-content__side--accordion .toggles {
    padding: 20px;
  }
  .lightbox-overlay {
    padding: 20px;
  }
  .search-overlay .search-overlay__inner form.site-search-form {
    max-width: 100%;
  }
  footer#footer .inset {
    padding: 40px 20px;
  }
  footer#footer .inset nav ul {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  footer#footer .inset img.footer-logo {
    display: block;
    margin: 0 auto 20px;
  }
  footer#footer .inset a:has(img.footer-logo) {
    width: 100%;
  }
  footer#footer .inset .columns {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  footer#footer .inset .columns__column {
    width: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  footer#footer .inset .columns__column--logo {
    flex: 0 0 100%;
    order: -1;
  }
  footer#footer .copyright .inset {
    flex-direction: column;
    gap: 10px;
  }
}
.testimonials {
  background: linear-gradient(180deg, #f5f5f5 0%, #ffffff 50%, #f5f5f5 100%);
  border-top: 10px solid;
  border-bottom: 10px solid;
  border-image: var(--gradient) 1;
  --text-color: var(--primary);
  color: var(--primary);
}
.testimonials .testimonials-box {
  position: relative;
  display: grid;
}
.testimonials .testimonial-slide {
  opacity: 0;
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.6s ease-in-out;
  margin: 0;
  text-align: center;
}
.testimonials .testimonial-slide.is-active {
  opacity: 1;
}
.testimonials .testimonial-content {
  font-style: italic;
  font-size: 1.5em;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  position: relative;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.testimonials .testimonial-content::before,
.testimonials .testimonial-content::after {
  font-family: Georgia, serif;
  font-size: 4em;
  line-height: 1;
  color: var(--primary);
  opacity: 0.3;
  font-style: normal;
  position: absolute;
}
.testimonials .testimonial-content::before {
  content: '\201C';
  top: -0.2em;
  left: -0.5em;
}
.testimonials .testimonial-content::after {
  content: '\201D';
  bottom: -0.4em;
  right: -0.5em;
}
.testimonials .testimonial-author {
  display: flex;
  justify-content: center;
}
.testimonials cite {
  font-style: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.testimonials .testimonial-name {
  font-weight: 600;
  font-size: 1.1em;
  letter-spacing: 0.02em;
}
.testimonials .testimonial-role {
  font-size: 0.85em;
  opacity: 0.6;
}
/*# sourceMappingURL=style.less.css.map */