@import 'variables.css';
#is-mobile {
  display: none;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: var(--white);
  font-family: var(--font-family), sans-serif;
  font-size: 16px;
  font-style: normal;
  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,
h5,
h6 {
  color: var(--blue);
  font-family: var(--font-family-heading);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 0.5em;
  text-transform: uppercase;
  text-wrap: pretty;
}
h1.bottom-border,
h2.bottom-border,
h3.bottom-border,
h4.bottom-border,
h5.bottom-border,
h6.bottom-border {
  border-bottom: 1px solid #34425622;
  padding-bottom: 0.375em;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 3em;
}
h3 {
  font-size: 2.5em;
  position: relative;
}
h4 {
  font-size: 2em;
}
h5 {
  font-family: var(--font-family);
  font-size: 1.5em;
  letter-spacing: 0;
}
h6 {
  font-family: var(--font-family);
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0;
}
* + h2,
* + h3,
* + h4,
* + h5,
* + h6 {
  margin-top: 40px;
}
p,
ul,
ol {
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.75;
}
p a,
ul a,
ol a {
  color: var(--red);
  text-decoration: underline;
  transition: all 0.1s ease-in-out;
}
p a:hover,
ul a:hover,
ol a:hover {
  color: var(--red-dark);
}
p + p,
ul + p,
ol + p,
p + ul,
p + ol,
ul + ul,
ul + ol,
ol + ul,
ol + ol {
  margin-top: 1em;
}
ul,
ol {
  padding-left: 20px;
}
li {
  padding: 5px 0;
}
.grimm-button {
  background-color: var(--green-bright);
  border: none;
  color: var(--green-dark);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.1;
  padding: 15px 30px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: fit-content;
}
.grimm-button:hover {
  background-color: var(--white);
}
.grimm-button--white {
  background-color: var(--white);
  color: var(--blue);
}
.grimm-button--white:hover {
  background-color: var(--white);
  color: var(--bright-blue);
}
.inset {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  width: 100%;
}
.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 section:first-child {
  padding-top: 0;
}
#container {
  background-color: var(--grey-light);
}
header#header {
  --scroll-transition: all 0.2s ease-in-out;
  --logo-transition: all 0.1s cubic-bezier(0.6, 0, 0.4, 1);
  --top-logo-height: calc(var(--header-height) - 40px);
  --transition-delay: 0s;
  --logo-width: 240px;
  background-color: var(--white);
  border-bottom: 10px solid var(--green-medium);
  color: #000;
  position: relative;
  transition: var(--scroll-transition);
  transition-delay: 0s;
  width: 100%;
  z-index: 20;
  filter: drop-shadow(0 10px 20px #00000080) drop-shadow(0 10px 10px #00000080);
}
header#header .inset {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: calc(var(--header-height));
  justify-content: center;
  padding: 0;
}
header#header .inset .menus {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: calc(var(--header-height));
  justify-content: center;
  padding: 0 20px;
}
header#header .inset .branding {
  display: none;
  z-index: 20;
}
header#header .inset .branding a {
  display: block;
}
header#header .inset .branding a img {
  aspect-ratio: 341/85;
  display: block;
  height: auto;
  width: 100%;
}
header#header .inset nav {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding-right: 10px ;
  position: relative;
  z-index: 10;
}
header#header .inset nav:before {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  width: 100%;
}
header#header .inset nav ul {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-family: var(--font-family-heading);
  font-size: 1.25em;
  font-weight: 600;
  justify-content: flex-end;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
header#header .inset nav ul li {
  padding: 0;
  position: relative;
}
header#header .inset nav ul li a {
  color: var(--brown);
  display: block;
  font-size: 1em;
  padding: 10px 20px;
  text-decoration: none;
  transition: all var(--scroll-transition);
}
header#header .inset nav ul li a:hover {
  color: var(--blue);
}
header#header .inset nav ul li ul {
  background: var(--white);
  border-radius: 10px;
  display: none;
  font-size: 1em;
  list-style: none;
  margin: 0;
  min-width: 240px;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  top: 100%;
  animation: dropdown-fade-in 0.2s forwards;
  filter: var(--drop-shadow-filter);
}
header#header .inset nav ul li ul li {
  line-height: 1.3;
}
header#header .inset nav ul li:hover ul {
  display: block;
}
@keyframes dropdown-fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
header#header .inset nav .search-button {
  align-items: center;
  color: var(--white);
  display: flex;
  font-size: 1.25em;
  height: 40px;
  justify-content: center;
  position: relative;
  width: 40px;
}
header#header .inset nav .search-button svg {
  fill: var(--white);
  height: 20px;
  width: 20px;
  transition: all var(--scroll-transition);
}
header#header .inset nav .search-button:hover svg {
  fill: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
header#header .inset nav .search-form {
  display: none;
}
header#header .inset .account {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  justify-content: flex-end;
}
header#header .inset .account a {
  align-items: flex-start;
  color: var(--black);
  display: flex;
  flex-direction: row;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
}
header#header .inset .account a:hover {
  color: var(--blue);
}
header#header .inset .account a:before {
  font-family: var(--font-awesome);
  display: block;
  font-weight: 700;
  height: 20px;
  margin-right: 5px;
  position: relative;
  width: 20px;
}
header#header .inset .account a.cart:before {
  content: '\f07a';
}
header#header .inset .account a.portal:before {
  content: '\f2bd';
}
header#header .inset .account a.phone:before {
  content: '\f095';
}
header#header .inset .account.mobile-only {
  display: none;
}
body.page-template-goodbit-dynamic-template header#header .inset,
body.single header#header .inset,
body.blog header#header .inset {
  gap: 30px;
}
body.page-template-goodbit-dynamic-template header#header .inset nav,
body.single header#header .inset nav,
body.blog header#header .inset nav {
  width: 50%;
}
body.page-template-goodbit-dynamic-template header#header .inset .branding,
body.single header#header .inset .branding,
body.blog header#header .inset .branding {
  display: block;
  flex-grow: 1;
}
body.page-template-goodbit-dynamic-template header#header .inset .branding a img,
body.single header#header .inset .branding a img,
body.blog header#header .inset .branding a img {
  height: 70px;
  width: auto;
}
body.page-template-goodbit-dynamic-template header#header .inset .branding + nav,
body.single header#header .inset .branding + nav,
body.blog header#header .inset .branding + nav {
  justify-content: flex-start;
}
.page-header {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid var(--green-medium);
}
.page-header .inset {
  display: grid;
  place-items: center;
  min-height: 400px;
  padding: 40px 20px;
}
.page-header .inset .copy {
  background: #000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
  border-radius: 30px 30px 0 0;
  color: var(--white);
  max-width: 720px;
  padding: 40px 80px 60px;
  text-align: center;
  width: 100%;
}
.page-header .inset .copy h1 {
  font-size: 2.5em;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.scrolling header#header * {
  --header-height: 60px;
}
section.search {
  background-color: var(--dark-blue);
  padding: 20px 0;
}
section.search .inset {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
}
section.search .inset form {
  width: 100%;
  max-width: 600px;
  position: relative;
}
section.search .inset form input[type="search"] {
  background-color: var(--white);
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  color: var(--black);
  font-size: 1em;
  padding: 15px 60px 15px 20px;
  width: 100%;
}
section.search .inset form input[type="search"]::placeholder {
  color: var(--grey);
}
section.search .inset form input[type="search"]:focus {
  outline: none;
  box-shadow: 0 0 5px var(--blue);
}
section.search .inset form input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
section.search .inset form input[type="submit"] svg {
  fill: var(--grey);
  height: 20px;
  width: 20px;
  transition: all 0.1s ease-in-out;
}
section.search .inset form input[type="submit"]:hover svg {
  fill: var(--blue);
}
section.hero {
  background-color: var(--green-dark);
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 10px solid var(--green-medium);
  min-height: 500px;
  position: relative;
}
section.hero:before {
  display: none;
}
section.hero .logo {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  filter: drop-shadow(0 10px 20px #00000080) drop-shadow(0 10px 10px #00000080) drop-shadow(0 5px 5px #00000080);
}
section.hero .logo a {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: calc(100% + 50px);
  width: auto;
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%, -50%);
}
section.hero .logo a img {
  height: 55%;
  width: auto;
  position: absolute;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
}
section.hero .overlay {
  background: #000000BB;
  bottom: 0;
  height: 100px;
  display: grid;
  place-items: center;
  left: 0;
  padding: 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
}
section.hero .overlay h1 {
  color: var(--green-bright);
  font-size: 2.25em;
  font-weight: 400;
  text-transform: none;
}
@keyframes slide-activate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide-activate_copy {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
section.hero .controls {
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 10000;
}
section.basic .inset {
  padding: 40px 20px;
  text-align: center;
}
section.basic .inset p {
  font-size: 1.25em;
  text-align: left;
}
section.basic .inset .subheading {
  margin: 0 auto 20px;
  max-width: calc(100% - 200px);
}
section.basic .inset .grimm-button {
  margin-top: 20px;
}
section.basic--align-left .inset {
  text-align: left;
}
section.basic--align-right .inset {
  text-align: right;
}
section.brands .inset {
  padding: 20px 20px 40px;
}
section.brands .inset h3 {
  font-size: 1.125em;
  font-weight: 400;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
section.brands .inset h3:before {
  background-color: var(--heading-color);
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 40px;
  right: 40px;
  top: 50%;
  z-index: 1;
}
section.brands .inset h3 span {
  background-color: var(--bg-color);
  padding: 10px 20px;
  position: relative;
  z-index: 2;
}
section.brands .inset .logos {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
section.brands .inset .logos a {
  text-decoration: none;
}
section.brands .inset .logos a[href=""] {
  cursor: default;
  pointer-events: none;
}
section.half-content .inset {
  border-bottom: 1px solid var(--light-grey);
  display: flex;
  gap: 30px;
}
section.half-content .inset .columns {
  align-items: flex-start;
  column-gap: 40px;
  row-gap: 0;
}
section.half-content .inset .columns .columns__column--copy {
  display: block;
}
section.half-content .inset .columns .columns__column--copy h2 {
  margin-top: 0.5em;
}
section.half-content .inset .columns .columns__column--copy h4 {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0.75em;
}
section.half-content .inset .columns .columns__column--copy p {
  margin-top: 1.25em;
}
section.half-content .inset .columns .columns__column:first-child {
  padding-left: 0;
  padding-right: 50px;
}
section.half-content .inset .columns .columns__column img {
  border: 10px solid var(--green-bright);
  border-radius: 30px;
  display: block;
  height: auto;
  width: 100%;
  filter: var(--drop-shadow-filter);
}
section.half-content .inset .columns .columns__column .images {
  align-content: center;
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
  filter: var(--drop-shadow-filter);
}
section.half-content .inset .columns .columns__column .images img {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
}
section.half-content .inset .columns .columns__column .images img.thumb-image {
  cursor: pointer;
}
section.half-content .inset .columns .columns__column .images img.active {
  outline: 2px solid var(--bright-blue);
  outline-offset: 2px;
}
section.half-content .inset .columns .columns__column .images img:first-child {
  aspect-ratio: 3/2;
  border-radius: 40px;
  grid-column: span 4;
}
section.half-content .inset .columns .video iframe {
  aspect-ratio: 16/9;
  border-radius: 10px;
  display: block;
  height: auto;
  width: 100%;
}
section.half-content--right .columns {
  flex-direction: row-reverse;
}
section.half-content--right .columns .columns__column:first-child {
  padding-left: 50px;
  padding-right: 0;
}
section.mission {
  --text-color: var(--brown) !important;
  padding: 60px 0;
}
section.mission .inset {
  background: #FFFFFFDD;
  border-radius: 30px;
  padding: 20px;
  text-align: center;
  width: calc(100% - 80px);
  filter: var(--drop-shadow-filter);
}
section.mission .inset h2 {
  margin-top: 0.5em;
}
section.mission .inset h4 {
  font-size: 1.4em;
  font-weight: 600;
  margin-top: 0.75em;
}
section.mission .inset p {
  margin-top: 1.25em;
  text-align: left;
}
section.mission .inset p strong {
  color: var(--green-medium);
}
section.mission .inset .tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  justify-content: center;
}
section.mission .inset .tiles .tile {
  padding: 20px;
}
section.mission .inset .tiles .tile h3 {
  color: var(--green-medium);
  font-size: 2.75em;
  text-align: left;
}
section.mission .inset .tiles .tile p {
  color: var(--text-color);
  font-size: 1.375em;
}
section.mission .inset .tiles .tile--full {
  grid-column: span 2;
}
section.mission .inset .tiles .tile--full.border-top {
  position: relative;
}
section.mission .inset .tiles .tile--full.border-top:before {
  background-color: var(--brown);
  content: '';
  display: block;
  height: 1px;
  opacity: 0.5;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 100px);
}
section.mission .inset .tiles .tile--full h3 {
  text-align: center;
}
section.mission .inset .tiles .tile .values {
  display: flex;
  flex-direction: row;
  gap: 30px;
  justify-content: center;
}
section.mission .inset .tiles .tile .values h4 {
  color: var(--brown);
  font-size: 1.5em;
  font-weight: 600;
  margin: 0;
}
section.images .inset {
  padding: 40px 20px;
}
section.images .inset h2,
section.images .inset h3,
section.images .inset h4 {
  text-align: center;
}
section.images .inset .grid-slider {
  user-select: none;
}
section.images .inset .grid-slider .holder .strip .item {
  border-radius: 20px;
  overflow: hidden;
  filter: var(--drop-shadow-filter);
}
section.images .inset .grid-slider .holder .strip .item img {
  aspect-ratio: 3/2;
  border: 5px solid var(--heading-color);
  border-radius: 30px;
  cursor: pointer;
  object-fit: cover;
  display: block;
  height: auto;
  width: 100%;
}
section.boxes .inset {
  padding: 40px 20px;
}
section.boxes .inset h2,
section.boxes .inset h3,
section.boxes .inset h4 {
  text-align: center;
}
section.boxes .inset .grid-slider .holder .strip .item {
  padding: 30px;
}
section.boxes .inset div.boxes a.box {
  color: var(--text-color);
  text-decoration: none;
}
section.boxes .inset div.boxes a.box[href=""] {
  pointer-events: none;
}
section.boxes .inset div.boxes a.box h3 {
  color: var(--green-medium);
  font-size: 1.75em;
  text-align: left;
}
section.products .inset {
  padding: 40px 20px;
}
section.products .inset div.products {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.products .inset div.products .product h3 {
  background-color: var(--product-color);
  color: var(--product-accent-color);
  line-height: 1;
  padding: 10px 40px 15px;
  border-radius: 50px 0 0 50px;
  position: relative;
}
section.products .inset div.products .product h3:before {
  background-color: var(--product-color);
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  height: 100%;
  width: max(calc(((100vw - var(--max-width)) / 2) + 20px), 20px);
}
section.products .inset div.products .product h3 .dots {
  display: flex;
  flex-direction: row;
  gap: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
section.products .inset div.products .product h3 .dots .dot {
  background-color: var(--product-accent-color);
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
section.products .inset div.products .product .image-content {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 40px 20px;
}
section.products .inset div.products .product .image-content .image {
  border: 10px solid var(--product-accent-color);
  border-radius: 30px;
  display: block;
  height: auto;
  margin-bottom: -60px;
  overflow: hidden;
  flex-basis: 40%;
  position: relative;
  top: -60px;
  filter: drop-shadow(0 5px 10px #00000080);
}
section.products .inset div.products .product .image-content .image img {
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  height: auto;
  width: 100%;
}
section.products .inset div.products .product .image-content .content {
  color: var(--product-color);
  flex-basis: 60%;
  font-size: 1.25em;
  padding-right: 20px;
}
section.products .inset div.products .product .brands {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  padding: 20px 40px;
}
section.products .inset div.products .product .brands img {
  height: 90px;
  width: auto;
  filter: var(--drop-shadow-filter);
}
section.products .inset div.products .product .brands .placeholder {
  aspect-ratio: 1;
  background-color: var(--grey-light);
  border-radius: 10px;
  display: block;
  height: auto;
  width: 100px;
}
section.products .inset div.products .product:nth-child(even) h3 {
  border-radius: 0 50px 50px 0;
  text-align: right;
}
section.products .inset div.products .product:nth-child(even) h3:before {
  left: auto;
  right: 100%;
}
section.products .inset div.products .product:nth-child(even) .image-content {
  flex-direction: row-reverse;
}
section.products .inset div.products .product:nth-child(even) .image-content .content {
  padding-right: 0;
  padding-left: 20px;
}
section {
  --bg-color: var(--white);
  --text-color: var(--brown-dark);
  --heading-color: var(--brown);
  position: relative;
}
section:before {
  background-color: var(--bg-color);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
section .inset {
  color: var(--text-color);
  padding: 60px 20px;
  z-index: 20;
}
section .inset h2,
section .inset h3,
section .inset h4 {
  color: var(--heading-color);
}
section .inset.watched {
  opacity: 0;
}
section .inset.watched.seen {
  animation: seen-fade-in 500ms forwards ease-in-out;
}
section.default-bkgd {
  --bg-color: var(--white);
  background-color: var(--white);
}
section.white-bkgd {
  background-color: var(--white);
}
section.white-bkgd .inset .heading-group:after {
  background-color: var(--white);
}
section.white-bkgd .inset .heading-group:after h2,
section.white-bkgd .inset .heading-group:after h3,
section.white-bkgd .inset .heading-group:after h4,
section.white-bkgd .inset .heading-group:after p {
  color: var(--dark-blue);
}
section.white-bkgd div.boxes .box {
  background-color: var(--palest-blue);
}
section.white-bkgd div.boxes .box__image--default i.icon,
section.white-bkgd div.boxes .box__image--icon i.icon,
section.white-bkgd div.boxes .box__image--icon-left i.icon {
  background-color: var(--white);
}
section.white-bkgd div.tabs {
  filter: drop-shadow(0 10px 20px #00000022);
}
section.green-bkgd {
  --bg-color: var(--green-medium);
  --text-color: var(--white);
  --heading-color: var(--green-bright);
  border-top: 10px solid var(--green-bright);
  border-bottom: 10px solid var(--green-bright);
}
section.green-bkgd:before {
  top: 0;
  height: calc(100% - 0);
}
section.brown-bkgd {
  --bg-color: var(--brown);
  --text-color: var(--white);
}
section.has-background-image {
  background-image: var(--bg-image);
  background-position: var(--bg-position-x) var(--bg-position-y);
  background-repeat: no-repeat;
  background-size: cover;
}
section.has-background-image:before {
  opacity: var(--overlay-opacity);
}
@keyframes seen-fade-in {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
footer#footer {
  background-color: var(--brown);
  border-top: 10px solid var(--white);
  color: var(--white);
  position: relative;
  text-align: left;
  z-index: 10;
}
footer#footer .inset {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 20px 20px;
  justify-content: space-between;
}
footer#footer .inset nav ul {
  display: flex;
  flex-direction: row;
  font-family: var(--font-family-heading);
  font-size: 1.25em;
  font-weight: 600;
  gap: 40px;
  justify-content: flex-end;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
footer#footer .inset nav ul li a {
  color: var(--white);
  display: block;
  font-size: 1em;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset nav ul li a:hover {
  color: var(--bright-blue);
}
@media (max-width: 800px) {
  footer#footer .inset nav ul {
    flex-direction: column;
    gap: 0;
  }
}
footer#footer .inset .social-links {
  margin-left: 50px;
}
footer#footer .inset .social-links ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  list-style-type: none;
  margin: 0;
  padding: 0;
  gap: 20px;
}
footer#footer .inset .social-links ul a {
  color: var(--white);
  display: block;
  font-size: 1.5em;
  height: 28px;
  width: 28px;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .social-links ul a svg {
  fill: var(--white);
  height: 100%;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .social-links ul a:hover svg {
  fill: var(--bright-blue);
}
footer#footer .inset a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset a:hover {
  color: var(--bright-blue);
}
footer#footer .inset a img.home-logo {
  aspect-ratio: 1;
  height: 160px;
  left: -40px;
  opacity: 0.31;
  position: relative;
  width: auto;
  display: block;
}
footer#footer .inset .columns {
  gap: 80px;
  justify-content: flex-start;
}
footer#footer .inset .columns__column {
  gap: 0;
}
footer#footer .inset .columns__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .inset .columns__column ul li {
  margin: 0 0 5px;
  padding: 0;
}
footer#footer .inset .columns__column:last-child {
  flex-grow: 1;
}
footer#footer .inset .columns__column:first-child {
  position: relative;
  width: 300px;
}
footer#footer .inset .about-text {
  font-size: 0.875em;
  line-height: 1.5;
  margin-left: 50px;
}
footer#footer .inset ul.contact-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#footer .inset ul.contact-info li {
  margin: 0 0 5px;
  padding: 0;
}
footer#footer .inset ul.contact-info li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
footer#footer .inset ul.contact-info li a:before {
  font-family: var(--font-awesome);
  display: block;
  font-weight: 700;
  height: 20px;
  margin-right: 20px;
  position: relative;
  width: 20px;
}
footer#footer .inset ul.contact-info li a.phone:before {
  content: '\f095';
}
footer#footer .inset ul.contact-info li a.email:before {
  content: '\f0e0';
}
footer#footer .inset ul.contact-info li a.address:before {
  content: '\f3c5';
}
footer#footer .inset .copyright {
  border-top: 1px solid #FFFFFF22;
  color: var(--grey);
  font-size: 0.9em;
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  width: 100%;
}
footer#footer .inset .copyright a {
  color: var(--white);
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .inset .copyright a:hover {
  color: var(--white);
  filter: drop-shadow(0 0 10px var(--black));
}
@media (max-width: 800px) {
  footer#footer .inset .copyright nav ul {
    display: flex;
    flex-direction: column;
  }
}
footer#footer .copyright {
  color: var(--white);
  font-size: 0.875em;
  padding: 20px;
  text-align: center;
}
footer#footer .copyright nav {
  display: inline;
  margin-right: 20px;
}
footer#footer .copyright nav > div {
  display: inline;
}
footer#footer .copyright nav ul {
  display: inline-flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer#footer .copyright nav ul li a {
  color: var(--white);
  display: block;
  font-size: 1em;
  padding: 5px 0;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
}
footer#footer .copyright nav ul li a:hover {
  color: var(--bright-blue);
}
.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(--blue);
  border-radius: 50%;
  cursor: pointer;
  display: grid;
  place-items: center;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  width: 40px;
  z-index: 1000;
  transition: all var(--transition-duration) ease-in-out;
}
.grid-slider .arrow:hover {
  background-color: var(--bright-blue);
}
.grid-slider .arrow:before {
  display: block;
  height: 24px;
  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: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
}
.grid-slider .dots .dot {
  border: 1px solid var(--heading-color);
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.grid-slider .dots .dot.active {
  background-color: var(--heading-color);
}
.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%;
}
.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 {
  border: 10px solid var(--green-bright);
  border-radius: 30px;
  outline: 1px solid var(--light-beige);
  outline-offset: 2px;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.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;
}
.blog-content ~ .blog-content .inset,
body.single-post .page-header .inset,
body.blog .page-header .inset,
body.archive .page-header .inset {
  min-height: 200px;
  padding: 20px;
}
.blog-content ~ .blog-content .inset .copy,
body.single-post .page-header .inset .copy,
body.blog .page-header .inset .copy,
body.archive .page-header .inset .copy {
  padding-top: 20px;
  padding-bottom: 30px;
}
.blog-content {
  padding: 60px 0;
}
.blog-content .inset {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}
.blog-content__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.entry-summary {
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.entry-summary:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.entry-summary img,
.entry-summary a > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}
.entry-summary__text {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.entry-summary__text__category a {
  color: var(--green-medium);
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.entry-summary__text .entry-title {
  margin: 8px 0 12px;
  font-size: 1.75em;
}
.entry-summary__text .entry-title a {
  color: var(--green-dark);
  text-decoration: none;
  font-size: inherit;
  font-weight: 700;
}
.entry-summary__text .entry-title a:hover {
  color: var(--green-medium);
}
.entry-summary__text [itemprop="description"] {
  color: var(--brown);
  font-size: 0.95em;
  line-height: 1.6;
  flex: 1;
  margin-bottom: 20px;
}
.entry-summary__text .button {
  background-color: var(--green-bright);
  border: none;
  color: var(--green-dark);
  display: inline-block;
  font-family: var(--font-family);
  font-size: 0.9em;
  font-weight: 600;
  line-height: 1.1;
  padding: 12px 24px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  width: fit-content;
}
.entry-summary__text .button:hover {
  background-color: var(--white);
}
.categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories ul li a {
  background: var(--grey-light);
  border-radius: 30px;
  color: var(--green-dark);
  display: inline-block;
  font-size: 0.85em;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 8px 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.15s ease;
}
.categories ul li a:hover,
.categories ul li a.active {
  background: var(--green-bright);
}
.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
article.single {
  background: var(--white);
  border-radius: 30px;
  padding: 40px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
article.single .single__hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--grey-light);
}
article.single .single__hero__info h1 {
  color: var(--green-dark);
  font-size: 2.5em;
  margin-bottom: 20px;
}
article.single .single__hero__image .featured-image {
  width: 100%;
  height: 100%;
  max-height: 350px;
  object-fit: cover;
  border: 5px solid var(--green-bright);
  border-radius: 20px;
  display: block;
}
article.single .meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  color: var(--brown);
  font-size: 0.9em;
  margin-bottom: 20px;
}
article.single .meta .categories a {
  background: var(--grey-light);
  border-radius: 30px;
  color: var(--green-dark);
  font-size: 0.85em;
  font-weight: 600;
  padding: 4px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.15s ease;
}
article.single .meta .categories a:hover {
  background: var(--green-bright);
}
article.single .share {
  margin-bottom: 0;
}
article.single .share h4 {
  color: var(--green-dark);
  font-size: 0.95em;
  margin-bottom: 10px;
}
article.single .share__links {
  display: flex;
  gap: 10px;
}
article.single .share__links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--green-dark);
  transition: background 0.15s ease;
}
article.single .share__links__link svg {
  width: 18px;
  height: 18px;
  fill: var(--white);
}
article.single .share__links__link:hover {
  background: var(--green-medium);
}
article.single .content {
  color: var(--brown-dark);
  font-size: 1.05em;
  line-height: 1.8;
}
article.single .content p {
  margin-bottom: 1.2em;
}
article.single .content img {
  border-radius: 15px;
  max-width: 100%;
  height: auto;
}
article.single .content blockquote {
  border-left: 4px solid var(--green-bright);
  margin: 1.5em 0;
  padding: 15px 25px;
  background: rgba(190, 207, 78, 0.08);
  border-radius: 0 15px 15px 0;
}
article.single .content blockquote p {
  margin-bottom: 0;
}
article.single .content h2,
article.single .content h3,
article.single .content h4 {
  color: var(--green-dark);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.post-navigation {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
}
.post-navigation a {
  color: var(--green-dark);
  font-size: 0.85em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 20px;
  background: var(--white);
  border-radius: 30px;
  transition: background 0.15s ease;
  max-width: 45%;
}
.post-navigation a:hover {
  background: var(--green-bright);
}
.post-navigation__next {
  margin-left: auto;
}
.nav-below {
  text-align: center;
  padding-top: 40px;
}
.nav-below a {
  color: var(--green-dark);
  font-size: 0.85em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 20px;
  background: var(--grey-light);
  border-radius: 30px;
  transition: background 0.15s ease;
}
.nav-below a:hover {
  background: var(--green-bright);
}
@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: 1.2em;
  }
  body h3.label {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .columns {
    flex-direction: column;
    gap: 10px;
  }
  .columns__column {
    order: 2;
    width: 100%;
  }
  .columns__column:nth-child(1),
  .columns__column:nth-child(2) {
    flex-basis: 100%;
  }
  .columns__column:has(img) {
    order: 1;
  }
  .columns__column .copy {
    margin-top: 0;
    padding-top: 0;
  }
  header#header {
    z-index: 200;
  }
  header#header .inset {
    justify-content: flex-start;
  }
  header#header .inset .menus {
    background-color: transparent;
    display: block;
    height: var(--header-height);
    top: 0;
    padding-top: 120px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  header#header .inset nav {
    background-color: #ffffffDD;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: auto;
    justify-content: flex-start;
    left: 0;
    margin-bottom: 10px;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    transition: all 0.2s ease-in-out;
    width: calc(100vw - 40px) !important;
    z-index: 1000;
  }
  header#header .inset nav > div {
    width: 100%;
  }
  header#header .inset nav ul {
    flex-direction: column;
    width: 100%;
  }
  header#header .inset nav ul li {
    text-align: center;
  }
  header#header .inset nav ul li a {
    font-size: 1.25em;
  }
  header#header .inset nav ul li ul {
    display: block;
    position: relative;
    filter: none;
    transition: none;
    animation: none;
    opacity: 1;
  }
  header#header .inset nav ul li ul li a {
    font-size: 1.25rem;
  }
  header#header .inset .account {
    display: none;
  }
  header#header .inset .account.mobile-only {
    display: flex;
    font-size: 1.5em;
    justify-content: center;
  }
  header#header .inset .account.mobile-only a {
    pointer-events: all;
  }
  header#header .inset .account.mobile-only a:before {
    margin-right: 15px;
  }
  header#header .inset .branding {
    display: block;
    top: 20px;
    position: absolute;
    left: 20px;
    z-index: 1001;
  }
  header#header .mobile-menu-button {
    --line-inset: 12px;
    cursor: pointer;
    display: flex;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 15px;
    top: 20px;
    width: 50px;
    z-index: 1000;
  }
  header#header .mobile-menu-button__line {
    background-color: var(--brown);
    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.1s 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:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(2) {
    display: none;
  }
  header#header .mobile-menu-button--active .mobile-menu-button__line:nth-child(3) {
    bottom: 23px;
    transform: rotate(-45deg);
  }
  body.mobile-menu-open header#header {
    position: fixed;
  }
  body.mobile-menu-open header#header .inset .menus {
    background-color: #fff;
    height: 100vh;
  }
  body.mobile-menu-open header#header .inset nav {
    opacity: 1;
    pointer-events: all;
  }
  body.menus--active {
    overflow: hidden;
  }
  body.menus--active header#header {
    z-index: 1000;
  }
  body.menus--active header#header .inset .branding {
    z-index: 1001;
  }
  body.menus--active header#header .inset .branding a svg {
    filter: drop-shadow(0 0 10px var(--white)) drop-shadow(0 0 20px var(--white)) drop-shadow(0 0 50px var(--white)) drop-shadow(0 0 50px var(--white)) drop-shadow(0 0 100px var(--white)) drop-shadow(0 0 200px #FFFFFF80);
  }
  body.menus--active header#header .inset .branding a svg #proof {
    opacity: 1;
  }
  body.menus--active header#header .inset .branding a svg #arrow {
    transform: translateX(0);
  }
  body.menus--active header#header .inset nav {
    opacity: 1;
  }
  body.menus--active header#header .inset nav ul.menu {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
  }
  section.search {
    padding: 20px;
  }
  .page-header .inset {
    padding: 20px;
  }
  .page-header .inset .copy {
    padding: 20px 20px 30px;
  }
  .page-header .inset .copy h1 {
    font-size: 2em;
  }
  section.hero .overlay {
    height: auto;
  }
  section.hero .overlay h1 {
    margin-bottom: 0;
  }
  section.hero .logo {
    overflow: visible;
  }
  section.hero .logo a {
    height: auto;
    top: 20px;
    width: calc(100% - 60px);
    transform: translateX(-50%);
  }
  section.hero-tabs .inset {
    padding: 40px 20px;
  }
  section.hero-tabs .inset .tabs {
    flex-direction: column;
    gap: 5px;
  }
  section.hero-tabs .inset .tabs__buttons {
    flex-direction: column;
    gap: 5px;
  }
  section.hero-tabs .inset .tabs__buttons .button,
  section.hero-tabs .inset .tabs__buttons .button:first-child,
  section.hero-tabs .inset .tabs__buttons .button:last-child {
    border-radius: 0;
    font-size: 1.5em;
    text-align: center;
  }
  section.hero-tabs .inset .tabs__buttons .button:nth-child(1) {
    width: calc(100% - 40px);
  }
  section.hero-tabs .inset .tabs__buttons .button:nth-child(2) {
    border-top-right-radius: 10px;
    width: calc(100% - 20px);
  }
  section.hero-tabs .inset .tabs__buttons .button:nth-child(3) {
    border-top-right-radius: 10px;
  }
  section.hero-tabs .inset .tabs__buttons .button:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  section.hero-tabs .inset .tabs__buttons .button.active:after {
    display: none;
  }
  section.hero-tabs .inset .tabs__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  section.basic .inset img.overhang {
    margin-top: -80px;
    margin-bottom: 0;
  }
  section.cards .inset div.cards .grid-slider {
    padding: 0;
  }
  section.cards .inset div.cards .grid-slider .holder .strip {
    grid-template-columns: 1fr;
    width: 100%;
  }
  section.half-image .inset .columns {
    row-gap: 30px;
  }
  section.half-image--right .inset .columns {
    flex-direction: column;
  }
  section.half-image--right .inset .columns .columns__column,
  section.half-image--right .inset .columns .columns__column:first-child,
  section.half-image--right .inset .columns .columns__column:nth-child(1),
  section.half-image--right .inset .columns .columns__column:nth-child(2) {
    padding-left: 0;
    padding-right: 0;
  }
  section.testimonials .inset div.testimonials .item {
    padding: 0;
  }
  section.testimonials .grid-slider {
    padding: 0;
  }
  section.testimonials .grid-slider .arrow {
    bottom: -40px;
    top: auto;
  }
  section.mission .inset .tiles {
    display: flex;
    flex-direction: column;
  }
  section.mission .inset .tiles .tile .values {
    flex-direction: column;
  }
  section.products .inset div.products .product h3 {
    font-size: 1.75em;
    padding: 15px 20px;
  }
  section.products .inset div.products .product h3 .dots {
    display: none;
    left: auto;
    right: 0;
    transform: translateY(-50%);
  }
  section.products .inset div.products .product h3 .dots .dot {
    height: 15px;
    width: 15px;
  }
  section.products .inset div.products .product .image-content {
    flex-direction: column;
    padding: 0 20px;
  }
  section.products .inset div.products .product .image-content p {
    font-size: 1em;
  }
  section.products .inset div.products .product .image-content .image {
    margin-bottom: 20px;
    top: 0;
  }
  section.products .inset div.products .product .image-content .content {
    padding-right: 0;
  }
  section.products .inset div.products .product .brands {
    flex-wrap: wrap;
  }
  section.products .inset div.products .product:nth-child(even) h3 {
    text-align: left;
  }
  section.products .inset div.products .product:nth-child(even) h3 .dots {
    left: 0;
  }
  section.products .inset div.products .product:nth-child(even) .image-content {
    flex-direction: column;
  }
  section.products .inset div.products .product:nth-child(even) .image-content .content {
    padding-left: 0;
  }
  section .inset {
    padding: 40px 20px;
  }
  div.boxes .box--icon-left {
    flex-direction: column;
    text-align: center;
  }
  div.boxes .box--icon-left img,
  div.boxes .box--icon-left i.icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.boxes .box--icon-left .box__content h3 {
    text-align: center;
  }
  div.boxes .box--icon-left .box__content p {
    text-align: center;
  }
  div.boxes--grid .grid-slider,
  div.boxes--default .grid-slider {
    padding: 0;
  }
  div.boxes--grid .grid-slider .holder .strip,
  div.boxes--default .grid-slider .holder .strip {
    grid-template-columns: 1fr;
    width: 100%;
  }
  div.boxes--search-results .item .box {
    text-align: center;
  }
  div.boxes--search-results .item .box__image--icon-left {
    width: 100%;
  }
  div.boxes--search-results .item .box__image--icon-left img {
    margin: 0 auto 20px;
  }
  div.boxes--search-results .item .box__content {
    text-align: center;
    width: 100%;
  }
  div.bios {
    flex-direction: column;
  }
  div.bios .bio {
    align-items: center;
    width: 100%;
  }
  div.bios .bio .photo {
    max-width: 280px;
  }
  div.bios .bio .info {
    text-align: center;
    text-wrap: balance;
  }
  .grid-slider .holder .strip {
    width: calc(var(--num) * 100%);
  }
  footer#footer .inset .columns {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }
  footer#footer .inset .columns__column:nth-child(1),
  footer#footer .inset .columns__column:nth-child(2) {
    flex-basis: 100%;
  }
  footer#footer .inset .about-text {
    margin-left: 0;
  }
  footer#footer .inset .social-links {
    margin-left: 0;
  }
  footer#footer .inset .social-links ul {
    justify-content: center;
  }
  footer#footer .inset ul.contact-info {
    align-items: center;
    justify-content: center;
    margin-top: 20px;
  }
  footer#footer .copyright nav {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
  footer#footer .copyright nav ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .blog-content__posts,
  .blog-posts {
    grid-template-columns: 1fr;
  }
  .categories ul {
    justify-content: flex-start;
  }
  .categories ul li a {
    font-size: 0.75em;
    padding: 6px 14px;
  }
  article.single {
    padding: 20px;
    border-radius: 15px;
  }
  article.single .single__hero {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  article.single .single__hero__info h1 {
    font-size: 1.8em;
  }
  article.single .featured-image {
    border-width: 5px;
    border-radius: 15px;
  }
  .entry-summary__text {
    padding: 20px;
  }
}
/*# sourceMappingURL=style.less.css.map */