:root {
  --white: white;
  --white-2: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-size: 1vw;
}

h1 {
  font-size: 3.125em;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-size: 2.78em;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-size: 2.08em;
  line-height: 1.2;
}

h6 {
  font-size: 1.39em;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: .7em;
  font-size: 1em;
  line-height: 1.5;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 1.25em;
  line-height: 1.8;
}

ol {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-size: 1.25em;
  line-height: 1.5;
}

label {
  margin-bottom: 5px;
  display: block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1.25em;
  line-height: 1.8;
}

.text-soft {
  color: rgba(0, 0, 0, .7);
}

.st-content {
  width: 100%;
  margin-bottom: 3em;
  padding-top: 5em;
  padding-bottom: 1em;
  position: relative;
}

.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section.style-guide {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.hero-home {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  padding-top: 4em;
}

.section.stripe-divider-wrapper {
  height: 37.5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.stripe-divider-wrapper.spectra-mission {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
}

.section.footer {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section.product_hero {
  height: auto;
  min-height: 100vh;
  background-image: var(--image-i6637c0ca), linear-gradient(#000 40%, #acacac);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  flex-direction: column;
  align-items: stretch;
  padding-top: 6em;
  display: flex;
}

.section.blog-post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 3em;
  display: grid;
}

.heading-md {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.625em;
  line-height: 1.2;
}

.style_item {
  border-bottom: 1px solid #000;
  flex: 1;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}

.style_item.spacers {
  height: 2em;
}

.style_item.borders {
  width: 2em;
  height: 2em;
}

.col-wrapper {
  width: 100%;
  padding-top: 3em;
  padding-bottom: 3em;
}

.heading-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.78em;
  line-height: 1.2;
}

.st-title {
  letter-spacing: .25em;
  margin-bottom: 0;
  font-family: Inconsolata, monospace;
  font-size: 5em;
  line-height: 1.2;
}

.st-title.is_subtitle {
  color: #fff;
  background-color: #474747;
  margin-bottom: 1em;
  padding: .5em;
  font-size: 1.25em;
  line-height: 14px;
}

.st-title.is_classname {
  margin-top: .5em;
  padding-top: .5em;
  padding-bottom: .5em;
  font-size: 1.25em;
  line-height: 14px;
}

.heading-large {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.2;
}

.ds-copy {
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-family: Inconsolata, monospace;
  font-size: 1.25em;
}

.ds-copy.is_description {
  max-width: 70ch;
  border: 2px dashed #6e6e6e;
  border-radius: 4px;
  margin-bottom: 2em;
  padding: .7em 1em;
}

.container {
  width: 100%;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 2.125em 1.5625em;
  display: flex;
  position: relative;
}

.container.style-guide {
  padding-top: 7em;
  padding-bottom: 7em;
}

.container.item_container {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em 1.375em;
}

.heading-xsmall {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.08em;
  line-height: 1.2;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.b-12-col {
  width: 100%;
  padding-left: 1vw;
  padding-right: 1vw;
}

.text-white {
  color: #fff;
}

.bg-gradient-01 {
  color: #fff;
  background-image: linear-gradient(to right, #000, #fff);
  transition: all .5s;
}

.swatch-box {
  width: 100%;
  height: 4em;
  border-radius: 1em;
  display: block;
}

.c-swatches {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button {
  padding: .8em 1.2em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.button.btn-black.btn-blog {
  width: 50%;
}

.button.btn-white {
  background-color: var(--white);
  color: var(--white-2);
  text-transform: uppercase;
  border-radius: 20px;
  font-family: Circularxx, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.button.btn-white.btn-newsletter {
  letter-spacing: .1em;
  border: 1px solid #000;
  font-family: Mdio0, sans-serif;
  font-size: 12px;
  font-weight: 400;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: 2%;
}

.field {
  border: 2px solid #1d2933;
  padding: .5em .8em;
}

.field:focus {
  border-color: #229ec4;
}

.field.is_-area {
  height: 10em;
  max-width: 100%;
  min-height: 10em;
  min-width: 100%;
}

.field.is_-select {
  border-radius: 0;
}

.ds-header {
  margin-bottom: 4em;
}

.ds-forms {
  max-width: 500px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
}

.field-label {
  margin-bottom: .7em;
  font-size: 1.25em;
}

.selection-wrapper {
  align-items: center;
  margin-bottom: .7em;
  padding-left: 1.5em;
  display: flex;
}

.radio-label {
  font-size: 1.25em;
}

.checkbox-label {
  margin-bottom: 0;
  font-size: 1.25em;
  line-height: 1.5;
}

.wiz-select {
  width: 2em;
  height: 2em;
  margin-top: 0;
  margin-right: .7em;
  padding-top: .7em;
  padding-bottom: .7em;
}

.text-black {
  color: #000;
}

.text-black.callout, .text-black.callout.w--current {
  text-decoration: none;
}

.text-extra-large {
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: 3em;
  font-weight: 300;
}

.text-extra-large.hero-title {
  max-width: 25em;
}

.text-medium {
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: 1.25em;
  font-weight: 300;
}

.text-regular {
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: 1em;
  font-weight: 300;
}

.text-regular.spectra-ratio-products {
  font-family: Circularxx, sans-serif;
  font-size: 1.5625em;
}

.text-small {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Mdio0, sans-serif;
  font-size: .875em;
}

.text-small.text-black.no-underline {
  text-decoration: none;
}

.html-tag {
  color: #fff;
  background-color: #ff54c6;
  border-radius: .5em;
  padding: .2em .5em;
  display: inline-block;
}

.css-class {
  display: inline;
}

.p-ratio_16-9 {
  padding-top: 56.25%;
  position: relative;
}

.aspect-ratio-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ast-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.p-ratio_4-3 {
  padding-top: 75%;
  position: relative;
}

.p-ratio_1-1 {
  padding-top: 100%;
  position: relative;
}

.p-ratio_16-9-v {
  padding-top: 177%;
  position: relative;
}

.p-ratio_3-2 {
  padding-top: 66%;
  position: relative;
}

.p-ratio_19-1 {
  padding-top: 190%;
  position: relative;
}

.icons-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  margin-bottom: 2em;
  display: grid;
}

.icon-small {
  width: 1.8em;
  height: 1.8em;
  object-fit: cover;
}

.icon-small.faq_dropdown-icon {
  opacity: 1;
  position: absolute;
}

.icon-small.faq_dropdown-icon.close {
  opacity: 0;
}

.icon-small.navbar_product_icon {
  width: 1.5em;
  height: 1.5em;
}

.icon-medium {
  width: 2.5em;
  height: 2.5em;
  object-fit: cover;
}

.icon-large {
  width: 3em;
  height: 3em;
  object-fit: cover;
}

.btn-full {
  width: 100%;
  text-align: center;
}

.bg-black {
  background-color: #000;
}

.btn-primary {
  color: #fff;
  background-color: #ff4141;
}

.btn-secondary {
  color: #fff;
  background-color: #7138ec;
}

.st-wrapper {
  display: flex;
}

.style-wrapper {
  flex: 1;
  margin-bottom: 2em;
}

.spacer-y-0-5 {
  height: .5em;
}

.spacer-y-1 {
  height: 1em;
}

.spacer-y-1.how-to_product-template {
  margin-bottom: 17.0625em;
}

.spacer-y-1-5 {
  height: 1.5em;
}

.spacer-y-2 {
  height: 2em;
}

.spacer-y-3 {
  height: 3em;
}

.spacer-y-4 {
  height: 4em;
}

.spacer-x-1 {
  width: 1em;
  height: 100%;
}

.spacer-x-2 {
  width: 2em;
  height: 100%;
}

.spacer-x-3 {
  width: 3em;
  height: 100%;
}

.spacer-x-4 {
  width: 4em;
  height: 100%;
}

.spacer-x-5 {
  width: 5em;
  height: 100%;
}

.heading-super {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 9em;
  line-height: 1;
}

.c-anchors {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 7em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 5em;
}

.c-anchor {
  color: #585b6c;
  padding: .4em .8em;
  font-family: Inconsolata, monospace;
  text-decoration: none;
  transition: all .3s ease-out;
  display: block;
}

.c-anchor.w--current {
  color: #275eea;
  background-color: rgba(39, 94, 234, .1);
  border-radius: .5em;
  font-weight: 600;
}

.c-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.75em;
}

.st-guide-left {
  width: 30%;
}

.st-guide-right {
  width: 70%;
}

.text-tiny {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: .75rem;
  font-weight: 300;
}

.text-tiny.pop-up-text {
  text-transform: none;
}

.page-padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: 3em;
  font-weight: 300;
  line-height: 1.2;
}

.heading-xxlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.5em;
  line-height: 1.2;
}

.heading-xxsmall {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.39em;
  line-height: 1.2;
}

.styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

.styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: rgba(131, 116, 116, .15);
  border-radius: 5px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.tabs-menu {
  border-bottom: 1px rgba(0, 0, 0, .15);
  display: flex;
  overflow: auto;
}

.tabs-menu.no-scrollbar {
  padding-right: 24px;
}

.tab-link {
  color: rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  flex: none;
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.tab-link.w--current {
  color: #000;
  background-color: #fff;
  border-bottom: .125rem solid #000;
}

.hide {
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.show {
  display: block;
}

.show-tablet, .show-mobile-landscape, .show-mobile-portrait {
  display: none;
}

.navbar {
  z-index: 1;
  width: 100%;
  opacity: 1;
  background-color: #fff;
  justify-content: space-around;
  display: block;
  position: fixed;
  top: 0;
}

.navbar-item-container {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: .5em 1.5625em;
  display: flex;
}

.navbar-item-container.dropdown_button {
  cursor: pointer;
  flex: 1;
}

.brand {
  width: 8.75em;
}

.navbar_pointer {
  width: .5em;
  height: .5em;
  border: 1px solid #000;
  border-radius: 100%;
  margin-right: 1em;
}

.div-block-2 {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  transition: transform .2s cubic-bezier(.31, .299, .25, 1);
  display: flex;
}

.div-block-3 {
  width: 100%;
  max-width: 40.25em;
}

.stripe-divider-container {
  max-width: 75em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h-container {
  margin-bottom: 1.0625em;
}

.h-container.sticky-title {
  position: -webkit-sticky;
  position: sticky;
  top: 6em;
}

.h-container.flex {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.footer-nav-link {
  color: var(--white-2);
  padding: .5em 1em;
  text-decoration: none;
}

.footer-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-container {
  align-items: flex-end;
}

.footer-container.brand-footer {
  width: 12em;
  align-items: center;
  display: flex;
}

.div-block-4 {
  max-width: 28em;
}

.border-top {
  border-top: 1px solid #000;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.border-left {
  border-left: 1px solid #000;
}

.border-right {
  border-right: 1px solid #000;
}

.page-grid {
  width: 100%;
  grid-column-gap: 1.125em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.padding-top {
  padding-top: 4em;
}

.text-large {
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: 2.25em;
  font-weight: 300;
  line-height: 1.2;
}

.spacer-y-5 {
  height: 5em;
}

.faq-item_wrapper {
  border-bottom: 1px solid #000;
  display: block;
}

.faq-item-button {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.4375em;
  padding-bottom: 1.4375em;
  padding-left: 0;
  display: flex;
}

.faq-item-info-container {
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.faq-item-icon {
  width: 1.8em;
  height: 1.8em;
  background-color: var(--white-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider_item {
  width: 31.25em;
  height: 31.25em;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  text-decoration: none;
  display: flex;
}

.splide__list {
  display: flex;
}

.slider-product-title {
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-size: 1.625em;
  font-weight: 300;
}

.splide {
  position: relative;
  overflow: visible;
}

.splide.slider1 {
  overflow: hidden;
}

.splide__slide {
  opacity: 0;
  transition: opacity 2s;
}

.splide__slide.is-active {
  opacity: 1;
  transition-duration: 0s;
}

.splide__slide.is-next, .splide__slide.is-prev, .splide__slide.is-visible {
  opacity: 1;
}

.splide__arrows {
  z-index: 0;
  margin-top: 5.5em;
  display: flex;
  position: absolute;
  top: 0;
  right: 1.5625em;
}

.splide__arrow {
  width: 3em;
  height: 3em;
  background-color: #fff;
  background-image: var(--image-611dd774);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40%;
  border-radius: 100px;
}

.splide__arrow.splide__arrow--prev {
  transform: rotate(180deg);
}

.product-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product_rich-text {
  max-width: 28em;
}

.product_rich-text.text-black {
  font-family: Circularxx, sans-serif;
  font-weight: 300;
}

.product-page-button {
  color: var(--white);
  justify-content: space-between;
  padding: 1.4375em 2.4em 1.625em 1.5625em;
  text-decoration: none;
  display: flex;
}

.product-page-button.border-bottom {
  align-items: center;
}

.collection-pill-tabs_list {
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: 1em;
  display: flex;
}

.product-value_pill {
  background-color: var(--white-2);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  margin-right: .25em;
  padding: .15em .8em .2em;
  display: flex;
}

.contact_faq-link {
  color: var(--white-2);
}

.navbar_indicator {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._2-col_home {
  min-height: 30em;
  display: flex;
}

._2-col_home.lottie_cont {
  align-items: center;
}

.current-product-list {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.current-product_wrapper {
  flex: 1;
}

.current-product-button {
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: none;
}

.current-product-button.w--current {
  display: block;
}

.product-package-container {
  height: 43.75em;
  justify-content: center;
  align-items: stretch;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
}

.current-product-item {
  flex: 1;
  justify-content: center;
  display: flex;
}

.navbar-dropdown_wrapper {
  z-index: 1;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.navbar-container {
  z-index: 2;
  background-color: #fff;
  display: flex;
  position: relative;
}

.dropdown_header-container {
  height: 13.9375em;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 3.125em;
  display: flex;
}

.dropdown_products-wrapper {
  flex: 1;
  display: flex;
}

.dropdown_products-list {
  flex-direction: row;
  flex: 1;
  align-items: stretch;
  display: flex;
}

.dropdown_product-item {
  flex: 1;
}

.dropdown_product-button {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  flex-direction: column;
  align-items: center;
  padding: 2.25em 2.4375em;
  text-decoration: none;
  display: flex;
}

.dropdown-product-icon_container {
  flex: 1;
  align-items: center;
  display: flex;
}

.ratios-collection_list {
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.ratio-item_button {
  width: 100%;
  height: auto;
  color: var(--white-2);
  text-transform: uppercase;
  align-items: center;
  padding: 1.5625em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.ratio-item_button:hover {
  background-color: var(--white-2);
  color: var(--white);
}

.ratio-item-text_button-text-container {
  flex: 1;
  display: flex;
}

.ratio-item_wrapper {
  width: auto;
  flex-direction: column;
  display: flex;
}

.ratio-item_image {
  width: 21.75em;
  flex: none;
  margin-left: auto;
  margin-right: auto;
}

.ratios-collection_item {
  flex: 1;
}

.pop-up {
  z-index: 10;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0;
}

.pop-up_wrapper {
  width: 37.5em;
  background-color: var(--white);
  border-radius: 6px;
  overflow: hidden;
}

.pop-up_wrapper.border {
  border: 1px solid #000;
}

.pop-up_row {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 1.625em 2.09375em 1.4375em;
  display: flex;
}

.pop-up_row.buttons-container {
  padding: 0;
}

.pop-up_row.heading-cont {
  justify-content: center;
}

.pop-up_row.border-bottom.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pop-up_row.border-bottom.pt-0 {
  padding-top: 0;
}

.pop-up_row.block {
  display: block;
}

.pop-up_row.block.pb-0 {
  padding-bottom: 0;
}

.pop-up_button {
  color: var(--white-2);
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 1.9375em;
  padding-bottom: 1.9375em;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

.pop-up_button:hover {
  background-color: var(--white-2);
  color: #fff;
}

.pop-up_privacy-policy-link {
  color: var(--white-2);
}

.pop-up_logo {
  width: 7.5em;
  margin-bottom: 0;
}

.product-page-button-text_container {
  display: flex;
}

.spacer-x-1-5 {
  width: .5em;
}

.ratio-item-info_container {
  flex-direction: column;
  padding: 2.125em 1.5625em;
  display: flex;
}

.ratio-item_button-icon {
  width: .669375em;
}

.slider-number_container {
  z-index: 100;
  padding-top: 1em;
  padding-left: 1.375em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.div-block-17 {
  margin-bottom: 0;
}

.lottie-animation {
  flex: 1;
  position: relative;
}

.slider-product_image {
  max-width: 85%;
  transition: transform .4s;
}

.slider-product_image:hover {
  transform: scale(1.1);
}

.slider-product_image-container {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-hero_wrapper {
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero-product-image {
  max-width: 32em;
  flex: 0 auto;
}

.div-block-21 {
  max-width: 28em;
}

.bg-gradient-02 {
  background-image: var(--image-69c3ef85);
  background-position: 0 0;
  background-size: 100% 100%;
  transition: all .3s;
}

.navbar_arrow {
  width: .5em;
  height: .5em;
}

.hero-product-info {
  position: absolute;
  top: 0;
  left: 0;
}

.collection-pill-tabs {
  flex: 1;
}

.hide-empty-collection {
  display: none;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-23 {
  width: 20em;
  height: 20em;
  filter: blur(50px);
  background-color: #000;
  border-radius: 50%;
}

.faq-rich-text {
  color: var(--white-2);
  font-family: Circularxx, sans-serif;
  font-weight: 300;
}

.faq-rich-text p {
  font-size: 1.25em;
}

.product-lottie {
  width: 100%;
  position: relative;
}

.current-product-icon {
  width: 200px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link {
  color: var(--white-2);
}

.newsletter-overlay {
  width: 100vw;
  height: 100vh;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pop-up_close {
  color: var(--white-2);
  font-size: 20px;
  text-decoration: none;
}

.newsletter-form-wrapper {
  text-align: left;
  flex: 1;
}

.newsletter-form__field {
  color: var(--white-2);
  border: 0 #000;
  margin-bottom: 0;
  padding: 24px 0;
  font-family: Circularxx, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.text-block {
  text-decoration: none;
}

.btn-black {
  width: 100%;
  background-color: var(--white-2);
  text-transform: uppercase;
  border-radius: 32px;
  margin-bottom: 1em;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Circularxx, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.heading {
  margin-top: 0;
  font-family: Circularxx, sans-serif;
  font-weight: 300;
}

.pop-up_heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularxx, sans-serif;
  font-weight: 300;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.grid-item {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 2.125em 1.5625em;
  display: flex;
}

.div-block-24 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.blog-filter-radio-field {
  margin-bottom: 0;
  padding-left: 0;
}

.blog-filter-radio-field.fs-cmsfilter_active {
  border-bottom: 1px solid #000;
}

.filter-button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.collection-list {
  grid-column-gap: .0625rem;
  grid-row-gap: .0625rem;
  background-color: var(--white-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.blog-filter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image {
  width: 100%;
  max-width: none;
}

.blog-collection-item {
  height: 100%;
}

.blog-collection-item:last-child {
  border-right: 1px solid #000;
  margin-right: -1px;
}

.blog-collection_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item_image {
  width: 100%;
  flex: none;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
}

.blog-item_wrapper {
  width: auto;
  flex-direction: column;
  display: flex;
}

.blog-item_wrapper.border-bottom.border-left {
  height: 100%;
  justify-content: space-between;
}

.blog-item-info_wrapper {
  height: 100%;
}

.blog-item-info_container {
  flex-direction: column;
  padding: 2.125em 1.5625em;
  display: flex;
}

.blog-item-info_container.border-bottom {
  height: 100%;
}

.blog-post_image {
  width: 100%;
}

@media screen and (min-width: 1440px) {
  .text-small {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.5vw;
  }

  .section.product_hero {
    padding-top: 8.5em;
  }

  .container {
    flex-direction: column;
    display: flex;
  }

  .b-12-col {
    width: 100%;
  }

  .text-extra-large {
    font-size: 3.125rem;
  }

  .text-medium {
    font-size: 1.25rem;
  }

  .text-regular {
    font-size: 1rem;
  }

  .text-small {
    text-align: center;
    font-size: .875rem;
  }

  .text-small.hide-mobile-portrait {
    text-align: left;
  }

  .ast-wrapper, .icons-wrapper {
    width: 100%;
  }

  .st-wrapper {
    flex-direction: column;
  }

  .st-guide-left {
    display: none;
  }

  .st-guide-right {
    width: 100%;
  }

  .hide, .hide-tablet {
    display: none;
  }

  .show-tablet {
    display: block;
  }

  .navbar-item-container {
    display: none;
  }

  .navbar-item-container.navbar_brand {
    flex: 1;
    display: flex;
  }

  .footer-container.brand-footer {
    width: 20em;
  }

  .padding-top {
    padding-top: 6em;
  }

  ._2-col_home {
    align-items: center;
    display: flex;
  }

  .navbar-dropdown_wrapper {
    height: 92vh;
    top: 100%;
  }

  .dropdown_header-container {
    border-bottom: 1px solid #000;
    padding-top: 15em;
    display: none;
  }

  .dropdown_products-list {
    flex-direction: column;
  }

  .dropdown_product-item.border-left {
    flex: 1;
  }

  .dropdown_product-button {
    border-bottom: 1px solid #000;
  }

  .product-hero_wrapper {
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
  }

  .hero-product-image {
    max-width: 50em;
  }

  .navbar-menu_button.w--open {
    color: #fff;
    background-color: #000;
  }

  .navbar-menu_button.border-left {
    flex: 1;
  }

  .icon {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.5em;
  }

  .section.hero-home {
    align-items: flex-start;
    display: flex;
  }

  .section.home-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .section.product_hero {
    padding-top: 6em;
  }

  .section.blog-post-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container {
    padding: 4em 2em;
    overflow: hidden;
  }

  .container.hero-product-image-wrapper {
    align-items: center;
  }

  .container.hero {
    background-color: var(--white);
  }

  .ds-header {
    margin-bottom: 128px;
  }

  .text-extra-large {
    font-size: 1.898rem;
  }

  .text-extra-large.hero-title {
    color: var(--white-2);
  }

  .text-medium {
    font-size: 1.25rem;
  }

  .text-regular {
    font-size: 1rem;
  }

  .heading-super {
    font-size: 20vw;
  }

  .c-text {
    font-size: 16px;
    line-height: 28px;
  }

  .text-tiny {
    font-size: .75rem;
  }

  .hide, .hide-mobile-landscape {
    display: none;
  }

  .show-mobile-landscape {
    display: block;
  }

  .navbar {
    opacity: 1;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .div-block-3 {
    max-width: none;
  }

  .footer-wrapper {
    grid-template-columns: auto;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-container.brand-footer {
    width: 100%;
  }

  .div-block-4 {
    max-width: none;
  }

  .page-grid {
    grid-template-columns: 1fr;
  }

  .text-large {
    font-size: 1.5rem;
  }

  .product-grid, .product-grid.border-bottom {
    grid-template-columns: 1fr;
  }

  .product_rich-text {
    max-width: none;
    font-family: Circularxx, sans-serif;
    font-weight: 300;
  }

  .product-page-button.border-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .collection-pill-tabs_list {
    justify-content: flex-start;
    margin-left: 0;
  }

  .product-value_pill {
    margin-right: .8em;
  }

  ._2-col_home.border-bottom.border-right.hide-mobile-portrait {
    display: none;
  }

  .dropdown_products-list, .pop-up_row {
    flex-direction: column;
  }

  .pop-up_row.buttons-container {
    flex-direction: row;
    align-items: stretch;
  }

  .pop-up_logo {
    margin-bottom: 1em;
  }

  .ratio-item_button-icon {
    width: 1.5em;
  }

  .div-block-17 {
    margin-bottom: 1em;
  }

  .slider-product_image:hover {
    transform: none;
  }

  .hero-product-image_container {
    overflow: hidden;
  }

  .navbar-menu_button.border-left {
    text-align: center;
    flex: 1;
  }

  .product_3d {
    height: 31.25em;
  }

  .product-3d-container {
    width: 31.25em;
    height: 31.25em;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .current-product-icon {
    margin-top: 0;
  }

  .blog-collection_list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 3vw;
  }

  .section.product_hero {
    height: 92vh;
  }

  .section.blog-post-grid {
    padding-top: 6.2em;
  }

  .container.hero-product-image-wrapper {
    justify-content: flex-start;
  }

  .hide, .hide-mobile-portrait {
    display: none;
  }

  .show-mobile-portrait {
    display: block;
  }

  .h-container.flex {
    grid-row-gap: .5em;
    flex-wrap: wrap;
  }

  .footer-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
  }

  ._2-col_home.border-bottom {
    border-bottom-style: none;
  }

  ._2-col_home.border-bottom.blog-col, ._2-col_home.lottie_cont.border-right.border-bottom {
    border-bottom-style: solid;
  }

  ._2-col_home.lottie_cont.border-right.border-bottom.blog-col {
    border-right-style: none;
  }

  .ratios-collection_list {
    flex-wrap: wrap;
  }

  .ratios-collection_item {
    width: 100%;
    flex: 0 auto;
  }

  .pop-up_wrapper {
    width: 90vw;
  }

  .pop-up_row {
    padding-left: 1em;
    padding-right: 1em;
  }

  .pop-up_row.buttons-container {
    flex-direction: row;
  }

  .hero-product-image_container {
    width: 100%;
  }

  .hero-product-image {
    max-width: 45em;
  }

  .blog-collection-item {
    width: 100%;
    flex: 0 auto;
  }

  .blog-collection-item:last-child {
    border-right-style: none;
  }

  .blog-collection_list {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }

  .blog-item_wrapper.border-bottom.border-left.border-left-mobile-portrait {
    border-left-style: none;
  }
}

#w-node-_9846d092-dac0-2d26-e861-6867537e56f8-781f111c, #w-node-_3dde278f-c00c-ec61-2c0b-f35dae5d8ce8-781f111c, #w-node-_9e213f57-7a4c-0f02-b0d4-3fca5b5d9d31-781f111c, #w-node-_9e213f57-7a4c-0f02-b0d4-3fca5b5d9d38-781f111c, #w-node-c6fc7de5-b87a-e9d2-cad6-7e8dc673c993-781f111c, #w-node-_2ca6d815-b84d-6da2-017d-2ad90157c6b2-781f111c, #w-node-a381d94d-b8c0-7a38-8ba6-6aea0fd0f392-781f111c, #w-node-_5738f403-9a90-7dc7-4495-18e05fe7de51-781f111c, #w-node-_4542edb1-91e3-3c14-15b5-a9361e0f9be1-781f111c, #w-node-_8b1f4e71-8867-b45a-0865-bf5d926f4b35-781f111c, #w-node-_42de7ff1-28f8-0a1d-a0bf-90edfb57a954-781f111c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ee29b60-f072-59da-fa16-75a7d4849f06-d4849efe {
  justify-self: end;
}

#w-node-e129da18-5667-576f-7a1e-f8e7e1ba5be0-851f1123, #w-node-_0d8da186-4815-3d43-ae15-b1ddf0999516-851f1123 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_92cf14ca-88b4-ea5d-59c4-4cd46da076a9-f51f1126 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_968ec32e-64a2-4b5c-25ea-47524f707d78-f51f1126 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
  justify-self: center;
}

#w-node-_167d27e2-77a8-c876-35cb-a6dba7024e88-f51f1126 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_26062676-3530-1000-7905-58c5e024f504-f51f1126 {
  align-self: center;
  justify-self: center;
}

#w-node-_95b282d5-c06f-554b-5293-b8d9e490c090-f51f1126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-c6a7d57d-f431-4d10-72e9-a9773be7bd6d-f51f1126, #w-node-_94cb3812-cc67-74cf-6d0a-553de6a74f1b-f51f1126, #w-node-_94cb3812-cc67-74cf-6d0a-553de6a74f22-f51f1126 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dbb4498c-fcf9-698c-d644-2a1f088203a5-771f1127 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dbb4498c-fcf9-698c-d644-2a1f088203ab-771f1127 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7b7f96be-5efc-5a62-9e32-fb1225eb066a-c81f1128, #w-node-_7b7f96be-5efc-5a62-9e32-fb1225eb0672-c81f1128 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_478372ac-b917-b8f7-f849-2879a22c1304-0f1f112b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_478372ac-b917-b8f7-f849-2879a22c130c-0f1f112b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_87ba1beb-5af2-58ba-1788-eafbf0127935-771f112c, #w-node-_62747bf1-f0b3-3e4d-608c-a2de5d74f9b8-771f112c, #w-node-_60f4e052-a893-09cd-c6ee-7568c780b405-771f112c, #w-node-_8e28e4e9-b2bb-5f01-0277-3b2be39ebcb6-771f112c, #w-node-c8f26844-3ebe-ea21-5a4e-efdcb0612f33-771f112c, #w-node-_88c252aa-95b8-01cd-57a4-d80304b569da-771f112c {
  align-self: start;
}

#w-node-_3f3b4f29-6baf-eb27-441a-e413c7831575-771f112c, #w-node-_3f3b4f29-6baf-eb27-441a-e413c7831576-771f112c, #w-node-_3f3b4f29-6baf-eb27-441a-e413c783157a-771f112c, #w-node-_3f3b4f29-6baf-eb27-441a-e413c783157b-771f112c, #w-node-_3f3b4f29-6baf-eb27-441a-e413c783157c-771f112c, #w-node-d20f6a6a-0572-ca84-44cc-607b8c84fb8e-394d67f2, #w-node-d20f6a6a-0572-ca84-44cc-607b8c84fb90-394d67f2, #w-node-d20f6a6a-0572-ca84-44cc-607b8c84fb91-394d67f2, #w-node-b826f838-396d-15e6-670d-37414b5f2e0f-394d67f2, #w-node-b826f838-396d-15e6-670d-37414b5f2e10-394d67f2, #w-node-_485a6543-c0b0-b9e2-8bc3-e4e2b5dce57c-394d67f2, #w-node-_485a6543-c0b0-b9e2-8bc3-e4e2b5dce57d-394d67f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_92cf14ca-88b4-ea5d-59c4-4cd46da076a9-f51f1126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_968ec32e-64a2-4b5c-25ea-47524f707d78-f51f1126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a744e9f5-1704-2bb0-31e8-cc81f6aae4d6-781f111c {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_8b1f4e71-8867-b45a-0865-bf5d926f4b35-781f111c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_8ee29b60-f072-59da-fa16-75a7d4849f06-d4849efe {
    justify-self: stretch;
  }

  #w-node-_95b282d5-c06f-554b-5293-b8d9e490c090-f51f1126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-dbb4498c-fcf9-698c-d644-2a1f088203a5-771f1127, #w-node-dbb4498c-fcf9-698c-d644-2a1f088203ab-771f1127, #w-node-_478372ac-b917-b8f7-f849-2879a22c1304-0f1f112b, #w-node-_478372ac-b917-b8f7-f849-2879a22c130c-0f1f112b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d20f6a6a-0572-ca84-44cc-607b8c84fb90-394d67f2 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_95b282d5-c06f-554b-5293-b8d9e490c090-f51f1126 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Circularxx';
  src: url("/assets/fonts/circularxx-lightitalic.woff") format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxx';
  src: url("/assets/fonts/circularxx-light.woff") format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxx';
  src: url("/assets/fonts/circularxx-bookitalic.woff") format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Circularxx';
  src: url("/assets/fonts/circularxx-book.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mdio0';
  src: url("/assets/fonts/mdio0.1-Regular.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}