@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
/* -------------------------------- */
/********** Site Variables **********/
/* -------------------------------- */
/* ------------------------ */
/********** Mixins **********/
/* ------------------------ */
/* --------------------------- */
/********** Structure **********/
/* --------------------------- */
.post, .page {
  margin: 0;
}
.page-content {
  margin: 0;
  padding: 0;
}
.wrap {
  padding-left: 64px;
  padding-right: 64px;
  max-width: 1640px;
  margin: 0 auto;
}
@media screen and (max-width: 1180px) {
  .wrap {
    max-width: inherit;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.flex {
  display: flex;
}
.flex.flex-row {
  flex-direction: row;
}
.flex.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex.flex-column {
  flex-direction: column;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-no-wrap {
  flex-wrap: no-wrap;
}
.flex.flex-align-start {
  align-items: flex-start;
}
.flex.flex-align-end {
  align-items: flex-end;
}
.flex.flex-align-center {
  align-items: center;
}
.flex.flex-justify-between {
  justify-content: space-between;
}
.flex.flex-justify-even {
  justify-content: space-evenly;
}
.flex.flex-justify-end {
  justify-content: flex-end;
}
.flex.flex-justify-center {
  justify-content: center;
}
.flex .flex-no-grow {
  flex-grow: 0;
}
.flex .flex-no-shrink {
  flex-shrink: 0;
}
.flex .flex-grow {
  flex-grow: 1;
}
.flex .flex-shrink {
  flex-shrink: 1;
}
.grid {
  display: grid;
}
/* ------------------------------- */
/********** Global Styles **********/
/* ------------------------------- */
body {
  background-color: #fdf8f2;
}
@media screen and (min-width: 1440px) {
  body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66'%3E%3Crect width='66' height='66' fill='%23e2d714'/%3E%3C/svg%3E") 33 33, auto;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Crect width='48' height='48' fill='%23e2d714'/%3E%3C/svg%3E") 24 24, auto;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
img[data-lazy-src] {
  opacity: 0;
}
img.lazyloaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}
body #page .cta {
  background-color: transparent;
  border: 1px solid #131414;
  padding: 8px 28px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (min-width: 1180px) {
  body #page .cta {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66'%3E%3Crect width='66' height='66' fill='%23e2d714'/%3E%3C/svg%3E") 33 33, auto;
  }
}
@media screen and (min-width: 1180px) {
  body #page .cta:hover {
    color: #ffffff;
    background-color: #131414;
  }
}
/* ---------------------------- */
/********** Typography **********/
/* ---------------------------- */
body {
  color: #131414;
  font-family: "Neuething Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1180px) {
  body {
    font-size: 18px;
    line-height: 24px;
  }
}
body h1, body h2, body h3, body h4, body .h1, body .h2, body .h3, body .h4 {
  margin: 0;
  padding: 0;
  display: block;
}
body h1, body .h1 {
  font-size: 80px;
  line-height: 78px;
}
@media screen and (max-width: 1180px) {
  body h1, body .h1 {
    font-size: 72px;
    line-height: 70px;
  }
}
body h2, body .h2 {
  font-size: 158px;
  line-height: 148px;
  letter-spacing: -0.1em;
  text-transform: lowercase;
  font-family: "Acid Grotesk", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body h2, body .h2 {
    font-size: 140px;
    line-height: 130px;
  }
}
@media screen and (max-width: 1180px) {
  body h2, body .h2 {
    font-size: 76px;
    line-height: 72px;
  }
}
body h3, body .h3 {
  font-size: 94px;
  line-height: 88px;
  text-transform: uppercase;
  font-family: "Neuething Sans", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body h3, body .h3 {
    font-size: 86px;
    line-height: 80px;
  }
}
@media screen and (max-width: 1180px) {
  body h3, body .h3 {
    font-size: 42px;
    line-height: 40px;
  }
}
body p {
  margin: 0;
}
body ul {
  padding: 0;
}
body ul li {
  padding: 0;
  margin: 0;
}
body ul:not(.none) {
  margin: 0 0 16px 16px;
  list-style-position: outside;
}
body ul:not(.none) li:not(:last-child) {
  margin-bottom: 4px;
}
body ul:not(.none) li ul {
  margin: 8px 0 10px 32px;
  list-style-type: circle;
}
body ul.none {
  margin: 0;
  list-style-type: none;
}
body strong {
  font-weight: 400;
}
body em {
  font-style: italic;
  font-weight: 400;
}
body blockquote {
  margin: 0;
  padding: 0;
}
body a, body a:focus, body a:visited {
  color: #131414;
  text-decoration: none;
}
body a:hover, body a:focus:hover, body a:visited:hover {
  color: #131414;
  text-decoration: underline;
}
body p a:hover, body p a:visited:hover {
  text-decoration: underline;
}
body #page .font-neuething {
  font-family: "Neuething Sans", sans-serif;
}
body #page .font-acid {
  font-family: "Acid Grotesk", sans-serif;
}
body #page .font-cirka {
  font-family: "PP Cirka", sans-serif;
}
body #page .font-formula {
  font-family: "PP Formula", sans-serif;
  font-weight: 500;
}
/* ------------------------ */
/********** Header **********/
/* ------------------------ */
header.site-header {
  max-width: inherit;
  z-index: 999;
  width: 100%;
}
header.site-header > .flex {
  padding-top: 54px;
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex {
    padding-top: 32px;
  }
}
@media screen and (max-width: 789px) {
  header.site-header > .flex .site-branding {
    width: 40%;
  }
}
header.site-header > .flex .site-branding a {
  display: block;
}
header.site-header > .flex .site-branding a img {
  width: auto;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .site-branding a img {
    height: 110px;
  }
}
@media screen and (min-width: 789px) and (max-width: 1180px) {
  header.site-header > .flex .site-branding a img {
    height: 70px;
  }
}
header.site-header > .flex .social-menu li.menu-title {
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
  padding-right: 32px;
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .social-menu li.menu-title {
    display: none;
  }
}
header.site-header > .flex .social-menu li.menu-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
header.site-header > .flex .social-menu li.menu-item a svg {
  display: block;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .social-menu li.menu-item a svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .social-menu li.menu-item a svg {
    width: 18px;
    height: 18px;
  }
}
header.site-header > .flex .main-navigation {
  gap: 16px;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .main-navigation {
    width: auto;
  }
}
@media screen and (max-width: 789px) {
  header.site-header > .flex .main-navigation {
    flex: 1;
  }
}
header.site-header > .flex .main-navigation .navigation-container {
  height: 100%;
  position: relative;
  right: 0;
  top: 0;
}
@media screen and (min-width: 789px) {
  header.site-header > .flex .main-navigation .navigation-container:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(19, 20, 20, 0.45);
  }
}
header.site-header > .flex .main-navigation .navigation-container .navigation-wrap {
  background-color: #fdf8f2;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(120%);
  transition: all 0.45s ease;
  z-index: 9999;
  overflow: auto;
}
@media screen and (min-width: 1740px) {
  header.site-header > .flex .main-navigation .navigation-container .navigation-wrap {
    width: 50%;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1740px) {
  header.site-header > .flex .main-navigation .navigation-container .navigation-wrap {
    width: 66.66%;
  }
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .main-navigation .navigation-container .navigation-wrap {
    padding: 100px 150px;
  }
}
@media screen and (min-width: 789px) and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .navigation-container .navigation-wrap {
    width: 80%;
    padding: 100px 100px;
  }
}
@media screen and (max-width: 789px) {
  header.site-header > .flex .main-navigation .navigation-container .navigation-wrap {
    width: 100%;
    padding: 100px 25px;
  }
}
header.site-header > .flex .main-navigation ul#primary-menu {
  display: flex;
  position: relative;
}
header.site-header > .flex .main-navigation ul#primary-menu > li {
  font-size: 30px;
  line-height: 28px;
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation ul#primary-menu > li {
    font-size: 16px;
    line-height: 14px;
  }
}
header.site-header > .flex .main-navigation ul#primary-menu > li a {
  display: block;
  color: #131414;
  font-size: 158px;
  line-height: 148px;
  letter-spacing: -0.1em;
  text-transform: lowercase;
  font-family: "Acid Grotesk", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  header.site-header > .flex .main-navigation ul#primary-menu > li a {
    font-size: 140px;
    line-height: 130px;
  }
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation ul#primary-menu > li a {
    font-size: 76px;
    line-height: 72px;
  }
}
header.site-header > .flex .main-navigation ul#primary-menu > li.push-right {
  margin-left: auto;
}
header.site-header > .flex .main-navigation ul#primary-menu.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease;
}
header.site-header > .flex .main-navigation ul#primary-menu-social-menu {
  margin-top: 100px;
  display: flex;
}
header.site-header > .flex .main-navigation ul#primary-menu-social-menu li.menu-title {
  margin-right: auto;
}
header.site-header > .flex .main-navigation ul#primary-menu-social-menu.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
header.site-header > .flex .main-navigation .menu-slide-panel {
  position: absolute;
  inset: 0 0 0 auto;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out;
  will-change: transform, opacity;
  z-index: 10;
  width: 100%;
}
header.site-header > .flex .main-navigation .menu-slide-panel.is-open {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-slide-panel .panel-inner {
    padding: 150px 50px;
  }
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-slide-panel .panel-inner {
    padding: 100px 25px;
  }
}
header.site-header > .flex .main-navigation .menu-slide-panel .panel-inner h2.section-title {
  text-align: center;
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel #tour-details p, header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel #tour-events p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel #tour-details p, header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel #tour-events p {
    font-size: 16px;
  }
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events {
  display: flex;
  margin-top: 100px;
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events {
    margin-top: 50px;
  }
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li {
  align-items: center;
  border-bottom: 1px solid #131414;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li {
    gap: 32px;
  }
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li {
    gap: 16px;
  }
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li.tour-details {
  padding-bottom: 50px;
}
@media screen and (max-width: 789px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li.tour-details {
    flex-wrap: wrap;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 789px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li.tour-details p.region {
    text-align: right;
  }
}
@media screen and (max-width: 789px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li.tour-details p.dates {
    text-align: center;
    flex-basis: 100%;
  }
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li:not(.tour-details) {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li:not(.tour-details) {
    grid-template-columns: 1fr;
  }
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li p {
  margin-bottom: 0;
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li p:last-child {
  text-align: right;
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li p .available {
  color: #439329;
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li p .sold-out, header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel ul#tour-events li p .last-tickets {
  color: #EA3323;
}
header.site-header > .flex .main-navigation .menu-slide-panel#tour-panel #tour-no-events > p {
  margin-top: 60px;
  text-align: center;
}
header.site-header > .flex .main-navigation .menu-actions {
  z-index: 99999;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-actions {
    gap: 32px;
  }
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-actions {
    gap: 16px;
  }
}
header.site-header > .flex .main-navigation .menu-actions button {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #131414;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-actions button:hover {
    opacity: 0.5;
  }
}
header.site-header > .flex .main-navigation .menu-actions button svg {
  display: block;
}
@media screen and (min-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-actions button svg {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-actions button svg {
    width: 40px;
    height: 40px;
  }
}
header.site-header > .flex .main-navigation .menu-actions .menu-toggle {
  display: block;
}
header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon {
  top: inherit;
  right: inherit;
  padding: 0;
  background: transparent;
  border: 0;
  appearance: none;
  font-family: "Neuething Sans", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #131414;
  border-radius: 0;
}
header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon svg {
  display: none;
}
header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon .swp-cart-counter {
  position: relative;
  background: transparent;
  font-size: 30px;
  line-height: 28px;
  color: #131414;
  font-weight: 400;
  border-radius: 0;
  height: auto;
  max-height: inherit;
  display: block;
  padding: 0;
  right: inherit;
  top: inherit;
  width: auto;
  z-index: inherit;
  text-align: left;
  left: inherit;
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon .swp-cart-counter {
    font-size: 22px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon .swp-cart-counter {
    font-size: 16px;
    line-height: 14px;
  }
}
header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon .swp-cart-counter .swp-cart-counter-text {
  left: inherit;
  top: inherit;
  position: relative;
  transform: none;
  width: auto;
  max-height: inherit;
  display: flex;
  align-items: center;
}
header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon .swp-cart-counter .swp-cart-counter-text:before {
  content: "Cart (";
  display: block;
}
header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon .swp-cart-counter .swp-cart-counter-text:after {
  content: ")";
  display: block;
}
body #page.theme-reverse header.site-header > .flex > .social-menu li {
  color: #ffffff;
}
body #page.theme-reverse header.site-header > .flex > .social-menu li a svg {
  color: #ffffff;
}
body.navigation-active {
  overflow: hidden;
}
body.navigation-active header.site-header .main-navigation .navigation-container {
  width: 100%;
  position: fixed;
  z-index: 9999;
}
body.navigation-active header.site-header .main-navigation .navigation-container .navigation-wrap {
  transform: translateX(0);
}
body.navigation-active header.site-header .main-navigation .menu-actions .menu-toggle .plus {
  display: none;
}
body:not(.navigation-active) header.site-header .main-navigation .menu-actions .menu-toggle .minus {
  display: none;
}
body:not(.navigation-active) #page.theme-reverse header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon {
  color: #ffffff;
}
body:not(.navigation-active) #page.theme-reverse header.site-header > .flex .main-navigation .menu-actions .shopify-cart button.swp-cart-icon .swp-cart-counter {
  color: #ffffff;
}
body:not(.navigation-active) #page.theme-reverse header.site-header > .flex .main-navigation .menu-actions button {
  color: #ffffff;
}
/* --------------------------------- */
/*********** Site Sections ***********/
/* --------------------------------- */
body.lock-scroll {
  overflow: hidden;
  height: 100vh;
}
body #page section#hero {
  width: 100%;
  height: 100vh;
  padding-bottom: 82px;
  position: relative;
}
body #page section#hero .site-branding {
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 82px;
}
body #page section#hero .site-branding a img {
  width: auto;
  height: 198px;
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page section#hero .site-branding a img {
    height: 148px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section#hero .site-branding a img {
    height: 90px;
  }
}
body #page section#hero .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
body #page section#hero .bg-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1180px) {
  body #page section.the-content {
    padding-top: 140px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.the-content {
    padding-top: 32px;
  }
}
body #page section.the-content .wrap h1 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
}
@media screen and (max-width: 1180px) {
  body #page section.the-content .wrap h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
body #page section.the-content .wrap h2 {
  font-size: 36px;
  line-height: 38px;
  font-family: "PP Cirka", sans-serif;
  text-transform: initial;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1180px) {
  body #page section.the-content .wrap h2 {
    font-size: 22px;
    line-height: 26px;
  }
}
body #page section.the-content .wrap h2:has(+ p) {
  margin-bottom: 40px;
}
body #page section.the-content .wrap h3 {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-family: "PP Formula", sans-serif;
  font-weight: 500;
}
body #page section.the-content .wrap h3:has(+ p) {
  margin-top: 64px;
  margin-bottom: 24px;
}
body #page section.the-content .wrap p:not(:has(+ ul)):not(:last-child) {
  margin-bottom: 40px;
}
body #page section.the-content .wrap p:has(+ ul) {
  margin-bottom: 16px;
}
body #page section.the-content .wrap p a {
  text-decoration: underline;
}
body #page section.the-content .wrap ul:not(:last-child) {
  margin-bottom: 20px;
}
body #page .newsletter-embed {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
}
@media screen and (min-width: 1180px) {
  body #page .newsletter-embed {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66'%3E%3Crect width='66' height='66' fill='%23000000'/%3E%3C/svg%3E") 33 33, auto;
  }
}
@media screen and (min-width: 789px) {
  body #page .newsletter-embed {
    max-width: 476px;
  }
}
body #page .newsletter-embed form#sib_signup_form_1 {
  background-color: #e2d714;
  border-top: 1px solid #131414;
  position: relative;
}
@media screen and (min-width: 789px) {
  body #page .newsletter-embed form#sib_signup_form_1 {
    border-right: 1px solid #131414;
    border-left: 1px solid #131414;
  }
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_loader {
  position: absolute;
  top: 10px;
  right: 10px;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 {
  padding: 0 24px 40px;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 a.close {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 48px;
  position: relative;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 a.close:after {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background-color: #131414;
  bottom: 0;
  position: absolute;
}
@media screen and (min-width: 789px) {
  body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div:not(.field-submit):not(.sib_msg_disp) {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div .required {
  color: #EA3323;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div input {
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div input:not([type="checkbox"]) {
  text-transform: uppercase;
  font-family: "Neuething Sans", sans-serif;
  color: #131414;
  line-height: 1;
  width: 100%;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div input:not([type="checkbox"])::placeholder {
  color: #131414;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.sib_msg_disp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.sib_msg_disp p.sib-alert-message {
  margin-bottom: 0;
  border: 0;
  font-size: 12px;
  padding: 8px;
  line-height: 1;
  text-transform: uppercase;
  border-radius: 0;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.sib_msg_disp p.sib-alert-message-success {
  background: transparent;
  color: #ffffff;
  background: #131414;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-title {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 48px;
  text-align: center;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-email input {
  font-size: 16px;
  border: 1px solid #131414;
  padding: 8px;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-opt-in {
  margin-top: 48px;
  font-size: 16px;
  line-height: 1;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-opt-in > p {
  margin-bottom: 12px;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-opt-in div.flex {
  gap: 8px;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-opt-in div.flex input {
  width: 30px;
  height: 30px;
  border: 1px solid #131414;
  flex-shrink: 0;
  display: block;
  padding: 4px;
  position: relative;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-opt-in div.flex input:checked {
  background-color: #131414;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-opt-in div.flex input:checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 11px;
  width: 8px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-privacy {
  margin-top: 14px;
  font-size: 8px;
  line-height: 10px;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-privacy a {
  text-decoration: underline;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-submit {
  padding-top: 16px;
  margin-top: 44px;
  border-top: 1px solid #131414;
}
body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-submit input {
  font-size: 26px;
  border: 0;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 789px) {
  body #page .newsletter-embed form#sib_signup_form_1 .sib_signup_box_inside_1 > div.field-submit input {
    max-width: 320px;
  }
}
body #page .newsletter-ticker {
  border-top: 1px solid #131414;
  border-bottom: 1px solid #131414;
  width: 100%;
  overflow: hidden;
}
body #page .newsletter-ticker button {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  padding: 16px 0;
  color: #131414;
  font-family: "Neuething Sans", sans-serif;
  font-weight: 400;
  font-size: 34px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  overflow: hidden;
  gap: 10px;
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page .newsletter-ticker button {
    font-size: 24px;
  }
}
@media screen and (max-width: 1180px) {
  body #page .newsletter-ticker button {
    font-size: 18px;
  }
}
body #page .newsletter-ticker button span {
  white-space: nowrap;
  overflow: visible;
  will-change: transform;
  animation: ticker-scroll 50s linear infinite;
}
@keyframes ticker-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
body #page.theme-reverse .newsletter-ticker {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
body #page.theme-reverse .newsletter-ticker button {
  color: #ffffff;
}
body #page section.page-opening {
  height: 100vh;
}
@media screen and (min-width: 1180px) {
  body #page section.page-opening {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    background: #fdf8f2;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
  }
}
body #page section.page-opening .page-opening-left {
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  body #page section.page-opening .page-opening-left {
    display: none;
  }
}
body #page section.page-opening .page-opening-right {
  position: relative;
}
@media screen and (min-width: 1180px) {
  body #page section.page-opening .page-opening-right {
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    border-left: 1px solid #131414;
    scroll-behavior: smooth;
  }
  body #page section.page-opening .page-opening-right * {
    direction: ltr;
  }
  body #page section.page-opening .page-opening-right::-webkit-scrollbar {
    width: 16px;
  }
  body #page section.page-opening .page-opening-right::-webkit-scrollbar-track {
    background: transparent;
  }
  body #page section.page-opening .page-opening-right::-webkit-scrollbar-thumb {
    background-color: #131414;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.page-opening .page-opening-right {
    height: 100%;
    padding: 50px 50px 100px;
    align-items: flex-end;
  }
}
body #page section.page-opening .page-opening-right h1 {
  font-weight: 400;
  text-transform: lowercase;
  opacity: 0;
  transform: translate3d(40px, 0, 0);
  transform-origin: left center;
  will-change: transform, opacity;
  line-height: 1;
}
@media screen and (min-width: 1440px) {
  body #page section.page-opening .page-opening-right h1 {
    font-size: 400px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page section.page-opening .page-opening-right h1 {
    font-size: 280px;
  }
}
@media screen and (min-width: 1180px) {
  body #page section.page-opening .page-opening-right h1 {
    letter-spacing: -0.11em;
    padding-left: 100px;
  }
}
@media screen and (min-width: 789px) and (max-width: 1180px) {
  body #page section.page-opening .page-opening-right h1 {
    letter-spacing: -0.1em;
    font-size: 240px;
  }
}
@media screen and (max-width: 789px) {
  body #page section.page-opening .page-opening-right h1 {
    letter-spacing: -0.1em;
    font-size: 158px;
  }
}
body #page section.page-opening .page-opening-right h1.reveal {
  animation: revealH1 var(--h1-reveal-dur, 0.9s) cubic-bezier(0.2, 0.6, 0.2, 1) forwards;
}
body #page section.page-opening .page-opening-right h1.leave {
  transition: none !important;
  animation: leaveH1 var(--h1-leave-dur, 0.9s) ease forwards;
}
@keyframes revealH1 {
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes leaveH1 {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-180%, 0, 0);
  }
}
body #page section.page-opening.is-off {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1180px) {
  body #page section.scroll-gallery {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    height: 100vh;
    background: #fdf8f2;
  }
}
@media screen and (min-width: 1440px) {
  body #page section.scroll-gallery .scroll-gallery-left {
    margin-right: 100px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body #page section.scroll-gallery .scroll-gallery-left {
    margin-right: 50px;
  }
}
@media screen and (min-width: 1180px) {
  body #page section.scroll-gallery .scroll-gallery-left {
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.scroll-gallery .scroll-gallery-left {
    display: none;
  }
}
body #page section.scroll-gallery .scroll-gallery-left .item-information {
  opacity: 0;
  transition: opacity 0.35s ease;
  text-align: center;
}
body #page section.scroll-gallery .scroll-gallery-left .item-information.is-visible {
  opacity: 1;
}
@media screen and (min-width: 1180px) {
  body #page section.scroll-gallery .scroll-gallery-right {
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    border-left: 1px solid #131414;
  }
  body #page section.scroll-gallery .scroll-gallery-right * {
    direction: ltr;
  }
  body #page section.scroll-gallery .scroll-gallery-right::-webkit-scrollbar {
    width: 16px;
  }
  body #page section.scroll-gallery .scroll-gallery-right::-webkit-scrollbar-track {
    background: transparent;
  }
  body #page section.scroll-gallery .scroll-gallery-right::-webkit-scrollbar-thumb {
    background-color: #131414;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-height: 720px) {
  body #page section.scroll-gallery ul.gallery-list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 1180px) and (min-height: 720px) {
  body #page section.scroll-gallery ul.gallery-list {
    padding-top: 300px;
    padding-bottom: 300px;
  }
}
@media screen and (min-width: 1180px) {
  body #page section.scroll-gallery ul.gallery-list {
    gap: 25px;
    padding-left: 25px;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.scroll-gallery ul.gallery-list {
    gap: 50px;
    padding: 50px 25px 100px;
  }
}
@media screen and (max-width: 1180px) and (min-width: 789px) {
  body #page section.scroll-gallery ul.gallery-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
body #page section.scroll-gallery ul.gallery-list li.item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease var(--stagger-delay, 0ms), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) var(--stagger-delay, 0ms);
  visibility: hidden;
}
body #page section.scroll-gallery ul.gallery-list li.item.stagger-in {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.6s ease var(--stagger-delay, 0ms), transform 0.6s ease var(--stagger-delay, 0ms);
}
body #page section.scroll-gallery ul.gallery-list li.item .item-image {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 1180px) {
  body #page section.scroll-gallery ul.gallery-list li.item .item-image {
    max-width: 420px;
  }
}
body #page section.scroll-gallery ul.gallery-list li.item .item-image:not(.square) {
  aspect-ratio: 1.3333333333;
}
body #page section.scroll-gallery ul.gallery-list li.item .item-image.square {
  aspect-ratio: 1;
}
body #page section.scroll-gallery ul.gallery-list li.item .item-image img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (min-width: 1180px) {
  body #page section.scroll-gallery ul.gallery-list li.item .item-image img {
    cursor: pointer;
  }
}
body #page section.scroll-gallery ul.gallery-list li.item .item-image img.is-visible {
  opacity: 1;
}
@media screen and (min-width: 1180px) {
  body #page section.scroll-gallery ul.gallery-list li.item .item-information {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  body #page section.scroll-gallery ul.gallery-list li.item .item-information {
    padding-top: 32px;
  }
}
body #page section.scroll-gallery .item-information {
  text-align: center;
}
body #page section.scroll-gallery .item-information h2.item-title {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
}
body #page section.scroll-gallery .item-information .item-type {
  color: rgba(19, 20, 20, 0.55);
  margin-top: 8px;
}
body #page section.scroll-gallery .item-information .item-type span {
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
}
body #page section.scroll-gallery .am-player {
  margin-top: 8px;
}
body #page section.scroll-gallery .listen-links {
  margin-top: 16px;
}
body #page section.scroll-gallery .no-data {
  height: 100%;
  gap: 32px;
}
body #page #primary:has(.scroll-gallery) + footer.site-footer {
  margin-top: 0;
}
body #page .am-player button {
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #131414;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: opacity 0.25s ease;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
@media screen and (min-width: 1180px) {
  body #page .am-player button:hover {
    color: rgba(19, 20, 20, 0.55);
  }
}
body #page .am-player .row button {
  width: 32px;
  height: 32px;
}
body #page .am-player .row svg {
  width: 16px;
  height: 16px;
  display: block;
}
body #page .am-player .row .am-prev svg {
  transform: rotate(180deg);
}
body #page .am-player .am-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 32px;
  text-transform: uppercase;
  color: rgba(19, 20, 20, 0.55);
  padding-top: 4px;
}
@media screen and (max-width: 1180px) {
  body #page .am-player .am-title {
    max-width: 80%;
  }
}
body #page .am-player .am-audio {
  display: none;
}
body #page .am-player .am-pp {
  padding: 16px;
}
body #page .am-player .am-pp span:not(.active) {
  display: none;
}
body #page .listen-links a {
  width: 40px;
  height: 40px;
}
body #page .listen-links a svg {
  display: block;
}
@media screen and (min-width: 1180px) {
  body #page .listen-links a svg {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  body #page .listen-links a svg {
    width: 18px;
    height: 18px;
  }
}
/* ----------------------------------------------------- */
/*********** Home (used for Landing right now) ***********/
/* ----------------------------------------------------- */
body.home #page header.site-header {
  position: absolute;
}
@media screen and (max-width: 1180px) {
  body.home #page header.site-header > .flex {
    justify-content: center;
  }
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content section#hero {
    height: 80vh;
  }
}
body.home #page .page-content #new-album {
  position: relative;
}
body.home #page .page-content #new-album .wrap {
  z-index: 10;
  position: absolute;
  max-width: inherit;
  width: 100%;
  height: 100%;
  gap: 24px;
}
body.home #page .page-content #new-album .wrap h1, body.home #page .page-content #new-album .wrap h2, body.home #page .page-content #new-album .wrap span {
  color: #ffffff;
}
body.home #page .page-content #new-album .wrap h1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content #new-album .wrap h1 {
    margin-bottom: 40px;
  }
}
body.home #page .page-content #new-album .wrap h2 {
  letter-spacing: 0.04em;
}
body.home #page .page-content #new-album .wrap span {
  font-size: 94px;
  line-height: 88px;
  display: block;
  font-weight: 400;
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content #new-album .wrap span {
    font-size: 72px;
    line-height: 60px;
  }
}
body.home #page .page-content #new-album .wrap span:last-child {
  font-size: 74px;
  line-height: 52px;
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content #new-album .wrap span:last-child {
    font-size: 52px;
    line-height: 48px;
  }
}
body.home #page .page-content #new-album .wrap a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body.home #page .page-content #new-album img {
  object-fit: cover;
  width: 100%;
  max-height: 1080px;
  aspect-ratio: 1.7777777778;
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content #new-album img {
    aspect-ratio: 0.6666666667;
  }
}
body.home #page .page-content #store {
  padding-top: 120px;
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content #store {
    padding-top: 100px;
  }
}
body.home #page .page-content #store h2.section-title {
  text-align: center;
}
body.home #page .page-content #store ul.products-list {
  margin-top: 80px;
}
body.home #page .page-content #store ul.products-list > li .product-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
body.home #page .page-content #store ul.products-list > li .product-images a {
  display: block;
}
body.home #page .page-content #store ul.products-list > li .product-title {
  font-size: 22px;
  line-height: 24px;
}
body.home #page .page-content #store ul.products-list > li .product-type {
  margin-top: 12px;
  color: rgba(19, 20, 20, 0.55);
}
body.home #page .page-content #store ul.products-list > li .product-type span {
  font-size: 22px;
  line-height: 24px;
  display: inline-block;
  text-transform: uppercase;
}
body.home #page .page-content #store .swiper-pagination-numbers {
  gap: 3px;
  margin-top: 8px;
}
body.home #page .page-content #store .swiper-pagination-numbers span {
  color: rgba(19, 20, 20, 0.55);
  cursor: pointer;
}
body.home #page .page-content #store .swiper-pagination-numbers span.separator {
  margin-left: 2px;
}
body.home #page .page-content #store .swiper-pagination-numbers span:hover, body.home #page .page-content #store .swiper-pagination-numbers span.active {
  color: #131414;
}
body.home #page .page-content #store #store-coming-soon {
  gap: 32px;
}
body.home #page .page-content #store #store-coming-soon > p {
  margin-top: 60px;
  text-align: center;
}
body.home #page .page-content #store #store-coming-soon button.newsletter-toggle {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Neuething Sans", sans-serif;
  font-weight: 400;
}
body.home #page .page-content #tour {
  padding-top: 120px;
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content #tour {
    padding-top: 100px;
  }
}
body.home #page .page-content #tour h2.section-title {
  text-align: center;
}
body.home #page .page-content #tour #tour-details p, body.home #page .page-content #tour #tour-events p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 0;
}
@media screen and (max-width: 789px) {
  body.home #page .page-content #tour #tour-details p, body.home #page .page-content #tour #tour-events p {
    font-size: 16px;
  }
}
body.home #page .page-content #tour #tour-events {
  margin-top: 115px;
}
@media screen and (max-width: 1180px) {
  body.home #page .page-content #tour #tour-events {
    margin-top: 64px;
  }
}
body.home #page .page-content #tour #tour-events li {
  gap: 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 2fr 1fr 2fr;
  border-bottom: 1px solid #131414;
}
body.home #page .page-content #tour #tour-events li.tour-details {
  padding-bottom: 54px;
}
@media screen and (max-width: 789px) {
  body.home #page .page-content #tour #tour-events li.tour-details {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 789px) {
  body.home #page .page-content #tour #tour-events li.tour-details p.region {
    text-align: right;
  }
}
@media screen and (max-width: 789px) {
  body.home #page .page-content #tour #tour-events li.tour-details p:last-child {
    grid-column: span 2;
    text-align: center;
  }
}
body.home #page .page-content #tour #tour-events li:not(.tour-details) {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 789px) {
  body.home #page .page-content #tour #tour-events li:not(.tour-details) {
    grid-template-columns: 1fr;
  }
}
body.home #page .page-content #tour #tour-events li p {
  margin-bottom: 0;
}
body.home #page .page-content #tour #tour-events li p:last-child {
  text-align: right;
}
body.home #page .page-content #tour #tour-events li p .available {
  color: #439329;
}
body.home #page .page-content #tour #tour-events li p .sold-out, body.home #page .page-content #tour #tour-events li p .last-tickets {
  color: #EA3323;
}
/* -------------------------------------------------------------- */
/*********** Front (will be used as Home later) / Album ***********/
/* -------------------------------------------------------------- */
body.page-template-page-front #page header.site-header, body.page-template-page-album #page header.site-header {
  position: absolute;
}
/* -------------------------- */
/*********** On Air ***********/
/* -------------------------- */
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air header.site-header {
    position: absolute;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air header.site-header.album-moment-active {
    position: fixed;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air header.site-header.album-moment-active {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air header.site-header.album-moment-active .shopify-cart, body.page-template-page-on_air header.site-header.album-moment-active .shopify-cart section, body.page-template-page-on_air header.site-header.album-moment-active .shopify-cart button {
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-out;
    pointer-events: none;
  }
}
body.page-template-page-on_air #page .page-content section#world-cloud {
  height: 100vh;
  /* Size palette */
}
@media screen and (min-width: 1440px) {
  body.page-template-page-on_air #page .page-content section#world-cloud {
    overflow: hidden;
    padding: 100px 150px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.page-template-page-on_air #page .page-content section#world-cloud {
    padding: 50px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content section#world-cloud {
    padding: 25px;
  }
}
body.page-template-page-on_air #page .page-content section#world-cloud .animated-area {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: transparent;
  transition: background-color 0.8s ease;
}
body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  line-height: 1.05;
  opacity: 0;
  transform: translate(-50%, -50%) translate(var(--px, 0px), var(--py, 0px)) rotate(var(--rot, 0deg)) translate(var(--dx, 0px), var(--dy, 0px)) translateX(var(--hover-shift, 0));
  transition: opacity 0.8s ease, transform 0.4s ease;
  /* nudge */
}
body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line.show {
  opacity: 1;
}
body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line .cloud-text {
  display: inline-block;
  transition: inherit;
}
body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line .cloud-img {
  position: absolute;
  top: 50%;
  left: 100%;
  /* stick to the far right edge of the sentence */
  margin-left: 1rem;
  /* little breathing space */
  transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  /* don’t block hover on the text */
  transition: opacity 0.4s ease, transform 0.4s ease;
}
body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line .cloud-img img {
  max-height: 414px;
  max-width: 330px;
  height: auto;
  width: auto;
}
@media screen and (min-width: 1440px) {
  body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line:hover {
    --hover-shift: -1%;
    z-index: 9999;
  }
  body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line:hover .cloud-text {
    text-decoration: underline;
  }
  body.page-template-page-on_air #page .page-content section#world-cloud .cloud-line:hover .cloud-img {
    opacity: 1;
    transform: translateY(-50%);
  }
}
body.page-template-page-on_air #page .page-content section#world-cloud .size-s {
  font-size: clamp(0.8rem, 1.2vw, 1.1rem);
}
body.page-template-page-on_air #page .page-content section#world-cloud .size-m {
  font-size: clamp(1rem, 1.6vw, 1.4rem);
}
body.page-template-page-on_air #page .page-content section#world-cloud .size-l {
  font-size: clamp(1.2rem, 2.2vw, 1.9rem);
}
body.page-template-page-on_air #page .page-content section#world-cloud .size-xl {
  font-size: clamp(1.4rem, 3vw, 2.6rem);
}
body.page-template-page-on_air #page .page-content section#world-cloud + section.scroll-gallery {
  transition: margin-top 0.8s ease;
}
body.page-template-page-on_air #page .page-content section#world-cloud.is-visible .animated-area {
  background-color: rgba(253, 248, 242, 0.94);
}
body.page-template-page-on_air #page .page-content section#albums.is-faded {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
body.page-template-page-on_air #page .page-content section#albums ul.gallery-list li.item[data-has-moments="false"] .item-image img {
  cursor: default;
  pointer-events: none;
}
body.page-template-page-on_air #page .page-content #album-moment-panel {
  position: fixed;
  inset: 0 0 0 auto;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out;
  will-change: transform, opacity;
  overflow: hidden;
  left: 0;
  z-index: 998;
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel {
    background-color: #fdf8f2;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel.is-open {
  opacity: 1;
  transform: translateX(0);
}
body.page-template-page-on_air #page .page-content #album-moment-panel .close-panel {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #131414;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: opacity 0.25s ease;
  z-index: 10;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .close-panel {
    bottom: 54px;
    right: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .close-panel {
    bottom: 0;
    height: 10vh;
    background-color: #fdf8f2;
    right: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .close-panel:hover {
    opacity: 0.5;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .close-panel svg {
  display: block;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .close-panel svg {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .close-panel svg {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner {
  width: 100%;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    height: 100vh;
    background-color: #fdf8f2;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner {
    flex-direction: column-reverse;
    height: 90vh;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content {
  width: 100%;
  pointer-events: none;
  top: 0;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content {
    opacity: 0;
    transition: opacity 0.2s ease;
    position: sticky;
    overflow: hidden;
    height: 100vh;
    padding-top: 250px;
    padding-bottom: 64px;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content.is-visible {
    opacity: 1;
    pointer-events: auto;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content[data-alignment="top"] {
    justify-content: flex-start;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content[data-alignment="bottom"] {
    justify-content: flex-end;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content[data-alignment="center"] {
    justify-content: center;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content {
    position: absolute;
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #fdf8f2;
    min-height: 200px;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-heading, body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-title, body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-subtitle {
  transition: opacity 0.2s ease;
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-heading {
  line-height: 0.8;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 1440px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-heading {
    font-size: 100px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-heading {
    font-size: 70px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-heading {
    font-size: 50px;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-title {
  text-transform: uppercase;
  line-height: 1;
}
@media screen and (min-width: 1440px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-title {
    font-size: 100px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-title {
    font-size: 50px;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-subtitle {
  line-height: 0.8;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 1440px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-subtitle {
    font-size: 80px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-subtitle {
    font-size: 58px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .moment-content .moment-subtitle {
    font-size: 38px;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list {
    direction: rtl;
    border-left: 1px solid #131414;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list * {
    direction: ltr;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list::-webkit-scrollbar {
    width: 16px;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list::-webkit-scrollbar-track {
    background: transparent;
  }
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list::-webkit-scrollbar-thumb {
    background-color: #131414;
    border-radius: 0;
    border: none;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment {
  height: 100%;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment {
    padding-left: 44px;
    margin-right: auto;
    width: 80%;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment .moment-image {
  height: 100%;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment .moment-image {
    max-width: 865px;
  }
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment .moment-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment .moment-image.has-youtube {
  position: relative;
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment .moment-image.has-youtube button {
  color: #fdf8f2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
body.page-template-page-on_air #page .page-content #album-moment-panel .panel-inner .album-moments-list .album-moment .moment-image.has-youtube button svg {
  display: block;
  width: 120px;
  height: 120px;
}
body.page-template-page-on_air #page .page-content #video-overlay {
  position: fixed;
  z-index: 9999;
  background-color: #fdf8f2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
body.page-template-page-on_air #page .page-content #video-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
body.page-template-page-on_air #page .page-content #video-overlay .video-inner {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #video-overlay .video-inner {
    max-width: 60vw;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #video-overlay .video-inner {
    max-width: 90vw;
  }
}
body.page-template-page-on_air #page .page-content #video-overlay .video-inner .close-video {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #131414;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: opacity 0.25s ease;
  z-index: 10;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #video-overlay .video-inner .close-video {
    bottom: 54px;
    right: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #video-overlay .video-inner .close-video {
    bottom: 0;
    height: 10vh;
    background-color: #fdf8f2;
    right: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #video-overlay .video-inner .close-video:hover {
    opacity: 0.5;
  }
}
body.page-template-page-on_air #page .page-content #video-overlay .video-inner .close-video svg {
  display: block;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-on_air #page .page-content #video-overlay .video-inner .close-video svg {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-on_air #page .page-content #video-overlay .video-inner .close-video svg {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-page-on_air #page .page-content #video-overlay .video-inner .video-frame-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
body.page-template-page-on_air #page .page-content #video-overlay .video-inner .video-frame-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
body.page-template-page-on_air footer.site-footer {
  margin-top: 0;
}
/* -------------------------- */
/*********** Store ***********/
/* -------------------------- */
@media screen and (min-width: 1180px) {
  body.page-template-page-store header.site-header {
    position: absolute;
  }
}
/* ---------------------------------- */
/*********** Single Product ***********/
/* ---------------------------------- */
body.single-wps_products #page article {
  max-width: inherit;
}
@media screen and (min-width: 1440px) {
  body.single-wps_products #page article {
    column-gap: 80px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.single-wps_products #page article {
    column-gap: 60px;
  }
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article {
    row-gap: 32px;
    flex-direction: column;
    align-items: inherit;
  }
}
body.single-wps_products #page article .product-image {
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1440px) {
  body.single-wps_products #page article .product-image {
    max-width: 640px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.single-wps_products #page article .product-image {
    max-width: 540px;
  }
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content {
    flex: 1;
    max-width: 810px;
  }
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content .product-title-type {
    gap: 10px;
  }
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content .product-title-type {
    gap: 6px;
    align-items: flex-start;
  }
}
body.single-wps_products #page article .product-content .product-title-type .product-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
  text-transform: uppercase;
}
@media screen and (max-width: 1440px) {
  body.single-wps_products #page article .product-content .product-title-type .product-title {
    font-size: 20px;
    line-height: 24px;
  }
}
body.single-wps_products #page article .product-content .product-title-type .product-type {
  text-transform: lowercase;
  font-size: 36px;
  line-height: 26px;
}
@media screen and (max-width: 1440px) {
  body.single-wps_products #page article .product-content .product-title-type .product-type {
    font-size: 22px;
    line-height: 26px;
  }
}
body.single-wps_products #page article .product-content .product-details {
  margin-top: 32px;
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content .product-details {
    flex-direction: column-reverse;
    margin-top: 24px;
  }
}
body.single-wps_products #page article .product-content .product-details .product-col-1 {
  flex: 1;
}
body.single-wps_products #page article .product-content .product-details > section {
  display: none;
}
body.single-wps_products #page article .product-content .product-price {
  gap: 10px;
  padding-top: 32px;
  margin-top: 60px;
  border-top: 1px solid #131414;
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content .product-price {
    margin-top: 16px;
  }
}
body.single-wps_products #page article .product-content .product-price span {
  font-size: 22px;
  line-height: 20px;
}
body.single-wps_products #page article .product-content .product-price p {
  font-size: 10px;
  line-height: 9px;
}
body.single-wps_products #page article .product-content .swp-product-variant-button {
  border: 1px solid;
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 {
  margin-bottom: 0;
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper {
  margin: 0;
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner {
  width: auto;
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner {
    flex-direction: column;
    align-items: inherit;
    justify-content: inherit;
    flex-wrap: inherit;
  }
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner {
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container {
  width: auto;
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container {
    margin: 0 0 32px;
    padding-bottom: 32px;
    padding-left: 10px;
    border-bottom: 1px solid #131414;
  }
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container {
    margin: 0;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-l-row-no-wrap {
  align-items: center;
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-l-row-no-wrap {
    justify-content: flex-end;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-btn-quantity, body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-quantity-input {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #131414;
  height: auto;
  min-height: 28px;
  min-width: 28px;
  max-height: inherit;
  padding: 0;
  width: auto;
  transition: none;
  -webkit-appearance: none;
  appearance: none;
  letter-spacing: 0.04em;
  font-weight: 400;
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-btn-quantity, body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-quantity-input {
    min-height: 24px;
    min-width: 24px;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-btn-quantity {
  font-family: "PP Cirka", sans-serif;
  font-size: 36px;
  line-height: 28px;
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-btn-quantity {
    line-height: 24px;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-quantity-input {
  font-family: "Neuething Sans", sans-serif;
  font-size: 22px;
  line-height: 28px;
  pointer-events: none;
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner .swp-quantity-container .swp-quantity-input {
    line-height: 24px;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart {
  flex: inherit;
  background: transparent;
  border: 0;
  margin: 0;
  border-radius: 0;
  font-size: 61px;
  line-height: 58px;
  font-family: "Acid Grotesk", sans-serif;
  font-weight: 400;
  letter-spacing: -0.08em;
  min-height: 0;
  width: auto;
  padding: 0 0 0 10px;
  transition: none;
  -webkit-appearance: none;
  appearance: none;
  color: #131414;
  text-align: left;
  text-transform: lowercase;
  overflow: inherit;
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart {
    padding-left: 0;
  }
}
@media screen and (min-width: 789px) and (max-width: 1440px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart {
    font-size: 40px;
    line-height: 44px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 789px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart {
    font-size: 32px;
    line-height: 30px;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart span {
  color: #131414;
  width: auto;
  transition: none;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart span {
    gap: 15px;
  }
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart span {
    gap: 10px;
  }
}
body.single-wps_products #page article .product-content #buy-button-container .swp-mb20 .swp-component-buy-button .swp-add-to-cart-wrapper .swp-add-to-cart-inner button.swp-btn-add-to-cart span:before {
  content: "+";
  display: block;
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content .product-description {
    max-width: 460px;
    margin-top: 124px;
  }
}
@media screen and (max-width: 1180px) {
  body.single-wps_products #page article .product-content .product-description {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1180px) {
  body.single-wps_products #page article .product-content .product-description p {
    font-size: 18px;
    line-height: 24px;
  }
}
body.single-wps_products #page article .product-content .product-description p:not(:last-child) {
  margin-bottom: 16px;
}
body.single-wps_products #page article .product-content .product-description p:has(> strong:only-child) {
  margin-top: 32px;
}
body.single-wps_products #page article .product-content .product-description p:has(> strong:only-child) strong {
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.04em;
  font-family: "PP Formula", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
#swp-cart:not(.swp-cart-is-closed) {
  width: 100%;
  position: fixed;
  z-index: 9999;
}
#swp-cart:not(.swp-cart-is-closed):before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(19, 20, 20, 0.45);
}
#swp-cart .swp-cart-inner {
  background-color: #fdf8f2;
  box-shadow: none;
}
@media screen and (min-width: 1440px) {
  #swp-cart .swp-cart-inner {
    width: 50%;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  #swp-cart .swp-cart-inner {
    width: 66.66%;
  }
}
@media screen and (max-width: 1180px) {
  #swp-cart .swp-cart-inner {
    width: 100%;
  }
}
@media screen and (min-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container {
    padding: 32px;
  }
}
@media screen and (max-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container {
    padding: 16px;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-icon-logo {
  display: none;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-header-inner {
  align-items: center;
  flex-direction: row;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-title {
  text-indent: -9999px;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-title {
    font-size: 0;
    line-height: 1;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-title:after {
  content: "Cart";
  display: block;
  text-indent: 0;
  font-size: 94px;
  line-height: 108px;
  letter-spacing: -0.1em;
  text-transform: lowercase;
  font-family: "Acid Grotesk", sans-serif;
  font-weight: 400;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-close-button {
  background-image: url(../images/minus.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0;
  line-height: 1;
  font-size: 0;
  top: inherit;
  right: inherit;
  position: relative;
}
@media screen and (min-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-close-button {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-close-button {
    width: 40px;
    height: 40px;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-header .swp-cart-close-button .swp-modal-close-trigger {
  text-indent: -9999px;
  font-size: 0;
  line-height: 1;
  width: 100%;
  height: 100%;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents {
  /*
        .swp-icon-logo {
          left: calc(50% - 32px);
          top: -80px;
        }
        */
}
@media screen and (min-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents {
    padding-top: 64px;
  }
}
@media screen and (max-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents {
    padding-top: 32px;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents > ul {
  margin: 0;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-title-text {
  color: rgba(19, 20, 20, 0.6);
  line-height: 1;
  letter-spacing: -0.01em;
  font-family: "Neuething Sans", sans-serif;
  text-transform: inherit;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem {
  margin-bottom: 30px;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-lineitem-quantity-label {
  display: none;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-img {
  border: 0;
  background: transparent;
  border-radius: 0;
}
@media screen and (min-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content {
    padding-left: 32px;
  }
}
@media screen and (min-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-l-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-l-row {
    align-items: flex-start;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-lineitem-title {
  margin-top: 0;
  font-size: 22px;
  line-height: 36px;
  text-transform: uppercase;
  font-family: "PP Formula", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.04em;
  color: #131414;
}
@media screen and (min-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-lineitem-title {
    font-size: 22px;
    line-height: 36px;
  }
}
@media screen and (max-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-lineitem-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-lineitem-quantity-inner {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 20px;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-attr-remove, #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-lineitem-remove {
  top: inherit;
  right: inherit;
  padding: 0;
  opacity: 0.55;
  position: relative;
  color: #131414;
}
@media screen and (min-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-attr-remove, #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-lineitem-remove {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 789px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-attr-remove, #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-title-wrap .swp-cart-lineitem-remove {
    font-size: 16px;
    line-height: 24px;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-quantity-container .swp-btn-quantity, #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-quantity-container .swp-quantity-input {
  background-color: transparent;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-quantity-container .swp-btn-quantity:hover, #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-quantity-container .swp-quantity-input:hover {
  border-color: #131414;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-quantity-container .swp-quantity-input {
  font-family: "PP Formula", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #131414;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-price {
  color: #131414;
  font-size: 21px;
  line-height: 22px;
  letter-spacing: 0.04em;
  font-weight: 400;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-lineitem-pricing {
  display: none;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-contents .swp-cart-lineitems .swp-cart-lineitem .swp-cart-lineitem-content .swp-cart-lineitem-left-in-stock {
  color: #e2d714;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.04em;
  margin-top: 16px;
  display: block;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-footer .swp-cart-footer-totals {
  margin-bottom: 24px;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-footer .swp-cart-footer-totals .swp-total-amount {
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  border-top-color: #131414;
  color: #131414;
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-footer .swp-btn-checkout {
  color: #131414;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid #131414;
  padding: 8px 28px;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.04em;
  display: inline-block;
}
@media screen and (min-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-footer .swp-btn-checkout:not([data-is-disabled=true]) {
    cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66'%3E%3Crect width='66' height='66' fill='%23e2d714'/%3E%3C/svg%3E") 33 33, auto;
  }
}
@media screen and (min-width: 1180px) {
  #swp-cart .swp-cart-inner .swp-cart-container .swp-cart-footer .swp-btn-checkout:not([data-is-disabled=true]):hover {
    color: #ffffff;
    background-color: #131414;
  }
}
#swp-cart .swp-cart-inner .swp-cart-container .swp-cart-footer .swp-btn-checkout[data-is-disabled=true] {
  opacity: 0.4;
  min-height: inherit;
}
/* ------------------------- */
/*********** About ***********/
/* ------------------------- */
body.page-template-page-about #page .page-content {
  overflow: hidden;
}
body.page-template-page-about #page .page-content section#timeline {
  width: 100%;
  position: relative;
  z-index: 99;
  transition: opacity 0.3s ease-out;
  overflow: hidden;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline {
    height: calc(100vh - 164px);
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline {
    height: calc(100vh - 102px);
  }
}
body.page-template-page-about #page .page-content section#timeline.is-faded {
  opacity: 0.1;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
body.page-template-page-about #page .page-content section#timeline > .scrolling-area {
  overflow-x: scroll;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
}
body.page-template-page-about #page .page-content section#timeline > .scrolling-area::-webkit-scrollbar {
  display: none;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section {
  opacity: 1;
  max-width: 100%;
  transition: all 0.25s ease;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section {
    flex: 1 0 22%;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section {
    flex: 1 0 40%;
  }
}
body.page-template-page-about #page .page-content section#timeline .timeline-section:nth-child(odd) .section-trigger span {
  border-bottom: 1px solid #131414;
  padding-bottom: 8px;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section:nth-child(even) .section-trigger {
  flex-direction: column-reverse;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section:nth-child(even) .section-trigger span {
  padding-top: 8px;
  border-top: 1px solid #131414;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section.collapsed {
  opacity: 0;
  overflow: hidden;
  flex: 1;
  max-width: 0;
  pointer-events: none;
  visibility: hidden;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section.expanded {
  opacity: 1;
  flex-basis: 100%;
  pointer-events: auto;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section.expanded .life-moments {
  pointer-events: auto;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section.expanded .life-moments > .scrolling-area {
  pointer-events: auto;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section.in-view .section-trigger {
  opacity: 1;
  transform: translateX(0);
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger {
  width: 100%;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 0.45s ease var(--reveal-delay, 0ms), transform 0.6s cubic-bezier(0.33, 1, 0.68, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
  position: relative;
  z-index: 10;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger span {
  display: block;
  font-size: 12px;
  line-height: 1;
  color: rgba(19, 20, 20, 0.4);
  text-transform: uppercase;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger span {
    padding-left: 64px;
    padding-right: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger span {
    padding-left: 25px;
    padding-right: 25px;
  }
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger button {
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #131414;
  background: #131414;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  height: 20px;
  max-width: 300px;
  transition: max-width 0.25s ease, opacity 0.2s ease-in;
  z-index: 99;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger button {
    margin-left: 64px;
    margin-right: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger button {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger button:hover {
    opacity: 0.5;
  }
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .section-trigger.active button {
  max-width: 32px;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  left: 0;
  pointer-events: none;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments > .scrolling-area {
  height: 100%;
  width: 100%;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow-x: scroll;
  overflow-y: hidden;
  pointer-events: none;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments > .scrolling-area {
    gap: 150px;
    padding-left: 250px;
    padding-right: 250px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments > .scrolling-area {
    gap: 50px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-height: 640px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments > .scrolling-area {
    gap: 25px;
  }
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments > .scrolling-area::-webkit-scrollbar {
  display: none;
  height: 16px;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments > .scrolling-area::-webkit-scrollbar-track {
  background: transparent;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments > .scrolling-area::-webkit-scrollbar-thumb {
  background-color: #131414;
  border-radius: 0;
  border: none;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments.loaded {
  opacity: 1;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment {
  height: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment {
    width: 66.66%;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment:nth-child(odd) {
    align-items: flex-end;
  }
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment:nth-child(even) {
  align-self: flex-end;
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment:nth-child(even) {
    align-items: flex-start;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment .life-moment-trigger {
    cursor: pointer;
    transition: opacity 0.5s ease-out;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment .life-moment-trigger:hover {
    opacity: 0.5;
  }
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment .image img {
  width: auto;
}
body.page-template-page-about #page .page-content section#timeline .timeline-section .life-moments .life-moment .content {
  display: none;
}
body.page-template-page-about #page .page-content #life-moment-panel {
  position: fixed;
  inset: 0 0 0 auto;
  transform: translateX(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease-out;
  will-change: transform, opacity;
  z-index: 10;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel {
    z-index: 99999;
  }
}
body.page-template-page-about #page .page-content #life-moment-panel.is-open {
  opacity: 1;
  transform: translateX(0);
}
body.page-template-page-about #page .page-content #life-moment-panel .close-panel {
  position: absolute;
  display: block;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: #131414;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
  transition: opacity 0.25s ease;
  z-index: 10;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .close-panel {
    bottom: 54px;
    right: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .close-panel {
    bottom: 32px;
    right: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .close-panel:hover {
    opacity: 0.5;
  }
}
body.page-template-page-about #page .page-content #life-moment-panel .close-panel svg {
  display: block;
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .close-panel svg {
    width: 64px;
    height: 64px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .close-panel svg {
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-template-page-about #page .page-content #life-moment-panel .text-fader.no-fade:after {
  opacity: 0;
}
body.page-template-page-about #page .page-content #life-moment-panel .text-fader:after {
  content: "";
  position: fixed;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(19, 20, 20, 0) 0%, #fdf8f2 90%);
  opacity: 1;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 1440px) {
  body.page-template-page-about #page .page-content #life-moment-panel .text-fader:after {
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.page-template-page-about #page .page-content #life-moment-panel .text-fader:after {
    width: calc(66.66% - 16px);
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .text-fader:after {
    height: 200px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .text-fader:after {
    width: 100%;
    height: 150px;
  }
}
body.page-template-page-about #page .page-content #life-moment-panel .panel-inner {
  gap: 50px;
  background: #fdf8f2;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 1440px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner {
    width: 50%;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner {
    width: 66.66%;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner {
    border-left: 1px solid #131414;
    direction: rtl;
    padding: 0 150px 50px 50px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner {
    width: 100%;
    padding: 25px 25px 100px;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner > * {
    direction: ltr;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner::-webkit-scrollbar {
    width: 16px;
  }
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner::-webkit-scrollbar-track {
    background: transparent;
  }
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner::-webkit-scrollbar-thumb {
    background-color: #131414;
    border-radius: 0;
    border: none;
  }
}
body.page-template-page-about #page .page-content #life-moment-panel .panel-inner .panel-image img.is-landscape {
  width: 100%;
}
body.page-template-page-about #page .page-content #life-moment-panel .panel-inner .panel-image img.is-portrait {
  width: 40%;
}
body.page-template-page-about #page .page-content #life-moment-panel .panel-inner .panel-content {
  line-height: 1.4;
  color: #131414;
}
@media screen and (min-width: 1440px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner .panel-content {
    font-size: 36px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1440px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner .panel-content {
    font-size: 28px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-page-about #page .page-content #life-moment-panel .panel-inner .panel-content {
    font-size: 24px;
  }
}
body.page-template-page-about #page .page-content #life-moment-panel .panel-inner .panel-content p:not(:last-child) {
  margin-bottom: 16px;
}
/* -------------------------------- */
/*********** Static Pages ***********/
/* -------------------------------- */
body.page-template-default:not(.home) #page .page-sections .section.text:first-child section.section-hero, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text:first-child section.section-hero, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text:first-child section.section-hero {
  margin-top: 100px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text:first-child section.section-hero, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text:first-child section.section-hero, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text:first-child section.section-hero {
    margin-top: 50px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .section-hero .section-content:first-child, body.page-template-default:not(.home) #page .page-sections .section.text .section-hero .section-content:only-child, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .section-hero .section-content:first-child, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .section-hero .section-content:only-child, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .section-hero .section-content:first-child, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .section-hero .section-content:only-child {
  padding-top: 64px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content .columns, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content .columns {
    gap: 50px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content .columns, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content .columns {
    gap: 16px;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns:not(:has(.col-1:only-child)).grid-2, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content .columns:not(:has(.col-1:only-child)).grid-2, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content .columns:not(:has(.col-1:only-child)).grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content .columns:has(.col-1:only-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content .columns:has(.col-1:only-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content .columns:has(.col-1:only-child) {
    grid-template-columns: minmax(0, 840px) 1fr;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h2, body.page-template-default:not(.home) #page .page-sections .section.text .content h3, body.page-template-default:not(.home) #page .page-sections .section.text .content h4, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h2, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h3, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h4, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h2, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h3, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h4 {
  display: block;
  margin-bottom: 16px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h2:not(:first-child), body.page-template-default:not(.home) #page .page-sections .section.text .content h3:not(:first-child), body.page-template-default:not(.home) #page .page-sections .section.text .content h4:not(:first-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h2:not(:first-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h3:not(:first-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h4:not(:first-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h2:not(:first-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h3:not(:first-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h4:not(:first-child) {
  margin-top: 64px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h2, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h2, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h2 {
  font-size: 40px;
  line-height: 42px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h3, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h3, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h3 {
  font-size: 32px;
  line-height: 36px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content h4, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content h4, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content h4 {
  font-size: 24px;
  line-height: 30px;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content p a, body.page-template-default:not(.home) #page .page-sections .section.text .content li a, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content p a, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content li a, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content p a, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content li a {
  text-decoration: underline;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content p a:hover, body.page-template-default:not(.home) #page .page-sections .section.text .content li a:hover, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content p a:hover, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content li a:hover, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content p a:hover, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content li a:hover {
  opacity: 0.6;
}
body.page-template-default:not(.home) #page .page-sections .section.text .content a.cta, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content a.cta, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content a.cta {
  background-color: var(--theme-color);
}
body.page-template-default:not(.home) #page .page-sections .section.text .content a.cta:not(:only-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content a.cta:not(:only-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content a.cta:not(:only-child) {
  margin-top: 64px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.text .content a.cta:not(:only-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content a.cta:not(:only-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content a.cta:not(:only-child) {
    margin-top: 48px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.text .content .section-cta, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text .content .section-cta, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text .content .section-cta {
  margin-top: 50px;
}
body.page-template-default:not(.home) #page .page-sections .section.text.use-theme-bg, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.text.use-theme-bg, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.text.use-theme-bg {
  background-color: var(--theme-color);
  padding-bottom: 48px;
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns {
    column-gap: 32px;
    row-gap: 112px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns {
    gap: 16px;
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns.grid-3, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns.grid-3, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns.grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-title, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col .col-title, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col .col-title {
    min-height: 24px;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-title:has(> strong:empty), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col .col-title:has(> strong:empty), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col .col-title:has(> strong:empty) {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col:not(:first-child) .col-title, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col:not(:first-child) .col-title, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col:not(:first-child) .col-title {
    margin-top: 50px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-content, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col .col-content, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col .col-content {
  margin-top: 32px;
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-content:has(+ .col-image), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col .col-content:has(+ .col-image), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col .col-content:has(+ .col-image) {
  margin-bottom: 64px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-content:has(+ .col-image), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col .col-content:has(+ .col-image), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col .col-content:has(+ .col-image) {
    margin-bottom: 32px;
  }
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-image, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col .col-image, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col .col-image {
  margin-top: auto;
}
body.page-template-default:not(.home) #page .page-sections .section.columns .content .columns .col .col-image img, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.columns .content .columns .col .col-image img, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.columns .content .columns .col .col-image img {
  width: auto;
  height: 176px;
}
body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:first-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.highlights:not(:first-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.highlights:not(:first-child) {
  margin-top: 176px;
}
body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:first-child) .highlights-container .highlights-wrap .grid, body.page-template-default:not(.page-template-page-front) #page .page-sections .section.highlights:not(:first-child) .highlights-container .highlights-wrap .grid, body.page-template-default:not(.page-template-page-album) #page .page-sections .section.highlights:not(:first-child) .highlights-container .highlights-wrap .grid {
  margin-top: -140px;
}
body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:last-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.highlights:not(:last-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.highlights:not(:last-child) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1180px) {
  body.page-template-default:not(.home) #page .page-sections .section.highlights:not(:last-child), body.page-template-default:not(.page-template-page-front) #page .page-sections .section.highlights:not(:last-child), body.page-template-default:not(.page-template-page-album) #page .page-sections .section.highlights:not(:last-child) {
    margin-bottom: 50px;
  }
}
/* ----------------------------- */
/*********** Error 404 ***********/
/* ----------------------------- */
body.error404 .page-content {
  height: calc(100vh - 114px - 214px);
}
@media screen and (max-width: 1180px) {
  body.error404 .page-content {
    height: calc(100vh - 81px - 402px);
  }
}
body.error404 .page-content .wrap {
  height: 100%;
}
body.error404 .page-content .wrap > .flex {
  height: 100%;
}
body.error404 .page-content .wrap h1 {
  margin-bottom: 16px;
}
body.error404 .page-content .wrap p {
  font-size: 16px;
  line-height: 24px;
  max-width: 888px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1180px) {
  body.error404 .page-content .wrap p {
    max-width: inherit;
  }
}
body.error404 .page-content .wrap p a {
  text-decoration: underline;
}
body.error404 .page-content .wrap p a:hover {
  text-decoration: underline;
}
/* ------------------------ */
/********** Footer **********/
/* ------------------------ */
footer.site-footer {
  margin-top: 160px;
  padding-top: 56px;
  padding-bottom: 70px;
  border-top: 1px solid #131414;
}
@media screen and (max-width: 1180px) {
  footer.site-footer {
    padding-top: 56px;
    margin-top: 100px;
  }
}
footer.site-footer .wrap {
  max-width: inherit;
  display: grid;
  gap: 40px;
  grid-template-columns: 2fr 1fr 1fr;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .wrap {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
footer.site-footer .wrap ul#footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  row-gap: 20px;
}
@media screen and (max-width: 1180px) {
  footer.site-footer .wrap ul#footer-menu {
    grid-template-columns: 1fr;
  }
}
footer.site-footer .wrap ul#footer-menu li {
  text-transform: uppercase;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .wrap ul#footer-menu li {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .wrap ul#footer-menu li {
    font-size: 16px;
    line-height: 18px;
  }
}
footer.site-footer .wrap ul#footer-menu li a {
  display: block;
}
footer.site-footer .wrap ul#footer-social-menu li.menu-title {
  flex: 0 0 100%;
  text-transform: uppercase;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .wrap ul#footer-social-menu li.menu-title {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .wrap ul#footer-social-menu li.menu-title {
    font-size: 16px;
    line-height: 18px;
  }
}
footer.site-footer .wrap ul#footer-social-menu li.menu-title + .menu-item {
  margin-left: -15px;
}
footer.site-footer .wrap ul#footer-social-menu li:not(.menu-title) {
  width: 40px;
  height: 40px;
}
footer.site-footer .wrap ul#footer-social-menu li:not(.menu-title) a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer.site-footer .wrap ul#footer-social-menu li:not(.menu-title) a svg {
  display: block;
  height: 16px;
  width: 16px;
}
footer.site-footer .wrap p.copyright {
  text-transform: uppercase;
}
@media screen and (min-width: 1180px) {
  footer.site-footer .wrap p.copyright {
    font-size: 18px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1180px) {
  footer.site-footer .wrap p.copyright {
    justify-content: flex-start;
    align-items: inherit;
    font-size: 16px;
    line-height: 18px;
  }
}
