:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Archivo, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Archivo, sans-serif;
  --_primitives---colors--white: #fcfcf7;
  --_primitives---colors--neutral-darkest: #024453;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--purple: #eccaff;
  --_ui-styles---radius--large: 1rem;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-15: #ffffff26;
  --stroke: #d2d8d0;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---colors--neutral-lightest: #eee;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---colors--color: white;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.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;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

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

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.text-style-link {
  text-decoration: underline;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-small {
  width: 100%;
  max-width: 30rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-tiny {
  margin: .25rem;
}

.margin-xxsmall {
  margin: .5rem;
}

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .25rem;
}

.padding-xxsmall {
  padding: .5rem;
}

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small, .padding-vertical.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.text-weight-medium {
  font-weight: 500;
}

.text-size-medium {
  font-size: 1.125rem;
  font-weight: 300;
}

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.icon-embed-medium {
  background-color: var(--_primitives---colors--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}

.heading-style-h5.hide-desktop {
  display: none;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.form_checkbox-label {
  margin-bottom: 0;
}

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  border-radius: 999px;
  padding: .5rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-secondary.is-buy-now-button {
  width: 100%;
  margin-bottom: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-small.is-icon {
  padding-left: 1rem;
  padding-right: 1rem;
}

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-add-to-cart-button {
  width: 100%;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.button.is-add-to-cart-button.no-stretch {
  flex: 0 auto;
  width: auto;
}

.text-weight-normal {
  font-weight: 400;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.3;
}

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

.icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.form_radio-label {
  margin-bottom: 0;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.icon-1x1-xlarge.align-center.vertical-center {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

.text-weight-light {
  font-weight: 300;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

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

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h3.hide-mobile-portrait {
  font-weight: 300;
}

.icon-1x1-large {
  object-fit: contain;
  width: 5rem;
  height: 5rem;
}

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 8px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.form_input.is-quantity-input {
  width: 4rem;
}

.form_input.is-quantity-input::placeholder {
  color: var(--_primitives---colors--neutral-darkest);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

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

.icon-embed-custom1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

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

.button-group.is-center {
  justify-content: center;
  align-items: center;
}

.button-group.is-right {
  justify-content: flex-end;
  align-items: center;
}

.text-color-white {
  color: var(--_primitives---colors--white);
}

.background-color-white {
  background-color: var(--_primitives---colors--white);
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-size-medium {
  font-weight: 400;
}

.text-style-muted {
  opacity: .6;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  color: var(--_primitives---colors--neutral-darkest);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-height-xxsmall {
  height: 1rem;
}

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

.form_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.icon-height-custom1 {
  height: 1.25rem;
}

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

.text-size-small {
  font-size: .875rem;
  font-weight: 300;
}

.text-size-small.opacity-75 {
  line-height: 1.25;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  position: relative;
}

.icon-height-small {
  height: 2rem;
}

.icon-height-large {
  height: 5rem;
}

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.rl-styleguide_typography {
  font-weight: 400;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

.text-style-2lines {
  letter-spacing: -.2px;
  font-weight: 300;
}

.icon-height-medium {
  height: 3rem;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

.text-style-3lines {
  letter-spacing: -.2px;
  font-weight: 300;
}

.text-size-large {
  font-size: 1.25rem;
  font-weight: 300;
}

.icon-height-xsmall {
  height: 1.5rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.rl-styleguide_spacing-all {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding-left: 2.5%;
  padding-right: 2.5%;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.hero {
  padding-top: 2rem;
  padding-bottom: 0;
}

.padding-section-medium.mobile-bottom-zero {
  padding-bottom: 0;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.padding-bottom-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-large.padding-top-3 {
  padding-top: 5rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .2rem .75rem;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.tag.bestseller {
  background-color: var(--_primitives---colors--purple);
  border-style: none;
  flex: none;
  align-self: baseline;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.tag.white {
  border-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--white);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 999px;
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  border-radius: 999px;
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
  border-radius: 999px;
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  border-radius: 999px;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 999px;
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  background-color: var(--_primitives---opacity--transparent);
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  background-color: var(--_primitives---opacity--transparent);
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

.slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.rl-styleguide_logo {
  width: 10rem;
}

.text-style-tagline-parent.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.section_hero {
  background-color: #faf8f4;
}

.hero_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: grid;
}

.hero_image-wrapper {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.hero_image-placeholder {
  aspect-ratio: 4 / 5;
  background-color: #f0ece4;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.hero_badge-wrapper {
  display: flex;
}

.hero_badge {
  border: 1px solid #2d3319;
  border-radius: 999px;
  padding: .25rem .75rem;
}

.hero_rating {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.hero_description {
  line-height: 1.6;
}

.hero_price-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.hero_badge-new {
  color: #fff;
  background-color: #2d3319;
  border-radius: 999px;
  padding: .125rem .5rem;
  font-size: .75rem;
}

.hero_cta {
  color: #fff;
  text-align: center;
  background-color: #2d3319;
  border-radius: .25rem;
  width: 100%;
  padding: 1rem 2rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.hero_divider {
  background-color: #e0dcd4;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hero_benefits {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.hero_benefits-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-left: 1.25rem;
  display: flex;
}

.text-color-grey {
  color: #6b6b6b;
}

.section_intro {
  color: #fff;
  background-color: #2d3319;
}

.intro_component {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.intro_heading {
  color: #fff;
}

.intro_subheading {
  color: #c8c4b8;
}

.section_features {
  background-color: #faf8f4;
}

.features_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.features_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  display: flex;
}

.features_icon-wrapper {
  background-color: #2d3319;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.features_icon-text {
  color: #fff;
  font-size: 1.25rem;
}

.section_delivery {
  background-color: #fff;
}

.delivery_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  display: grid;
}

.delivery_image-placeholder {
  aspect-ratio: 1;
  background-color: #f0ece4;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.delivery_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.delivery_capsule {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #e0dcd4;
  border-radius: .5rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.delivery_capsule-label {
  color: #6b6b6b;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
}

.section_timeline {
  background-color: #faf8f4;
}

.timeline_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.timeline_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border: 1px solid #e0dcd4;
  border-radius: .5rem;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.timeline_week-label {
  color: #2d3319;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 700;
}

.section_ingredients {
  background-color: #fff;
}

.ingredients_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.ingredient_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #e0dcd4;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 2rem 0;
  display: grid;
}

.ingredient_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.ingredient_label {
  color: #6b6b6b;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: .75rem;
}

.ingredient_timeline-bar {
  background-color: #e0dcd4;
  border-radius: 999px;
  height: .5rem;
  margin-top: .5rem;
  position: relative;
  overflow: hidden;
}

.ingredient_timeline-fill {
  background-color: #2d3319;
  border-radius: 999px;
  height: 100%;
}

.is-fill-30 {
  width: 30%;
}

.is-fill-60 {
  width: 60%;
}

.is-fill-80 {
  width: 80%;
}

.section_comparison {
  background-color: #faf8f4;
}

.comparison_table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.comparison_header {
  text-align: left;
  border-bottom: 2px solid #2d3319;
  padding: 1rem;
  font-weight: 700;
}

.comparison_header.is-highlight {
  color: #fff;
  background-color: #2d3319;
  border-radius: .5rem .5rem 0 0;
}

.comparison_cell {
  text-align: left;
  border-bottom: 1px solid #e0dcd4;
  padding: 1rem;
}

.comparison_cell.is-highlight {
  background-color: #f0ece4;
}

.comparison_check {
  color: #2d3319;
  font-weight: 700;
}

.comparison_x {
  color: #c8c4b8;
}

.section_testing {
  background-color: #fff;
}

.testing_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 48rem;
  display: flex;
}

.testing_item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-start;
  display: flex;
}

.testing_check {
  color: #2d3319;
  flex-shrink: 0;
  font-size: 1.25rem;
}

.section_cta {
  color: #fff;
  background-color: #2d3319;
}

.cta_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta_heading {
  color: #fff;
}

.cta_button {
  color: #2d3319;
  background-color: #fff;
  border-radius: .25rem;
  padding: 1rem 3rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.section_reviews {
  background-color: #faf8f4;
}

.reviews_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.reviews_score {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.reviews_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.review_card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border: 1px solid #e0dcd4;
  border-radius: .5rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.review_author {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.review_verified {
  color: #6b6b6b;
  font-size: .75rem;
}

.section_hero-1 {
  background-color: #faf8f4;
  padding-top: 0;
  padding-bottom: 0;
}

.hero_component-1 {
  grid-row-gap: 0;
  grid-column-gap: 0;
  grid-template-columns: 3fr 2fr;
  min-height: 100vh;
  display: grid;
}

.hero_image-wrapper-1 {
  background-color: #f0ece4;
  position: relative;
  overflow: hidden;
}

.hero_image-placeholder-1 {
  background-color: #f0ece4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 80vh;
  display: flex;
}

.hero_image-thumbs {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding: 1rem;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero_thumb {
  background-color: #e0dcd4;
  border-radius: .25rem;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
}

.hero_content-1 {
  grid-row-gap: 0;
  grid-column-gap: 0;
  flex-direction: column;
  align-self: start;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.hero_badge-1 {
  letter-spacing: .02em;
  border: 1px solid #2d3319;
  border-radius: 999px;
  align-self: flex-start;
  margin-bottom: .5rem;
  padding: .2rem .6rem;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
}

.hero_title {
  margin-bottom: .5rem;
  font-family: serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.hero_rating-1 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #1a1a1a;
  align-items: center;
  margin-bottom: 1rem;
  font-size: .875rem;
  display: flex;
}

.hero_rating-link {
  color: #1a1a1a;
  text-underline-offset: 2px;
  text-decoration: underline;
}

.hero_description-1 {
  color: #1a1a1a;
  margin-bottom: 1.25rem;
  font-size: .9375rem;
  line-height: 1.6;
}

.hero_price-row {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.hero_price {
  font-family: Archivo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.hero_tag-new {
  color: #fff;
  letter-spacing: .03em;
  background-color: #2d3319;
  border-radius: 999px;
  padding: .15rem .5rem;
  font-size: .6875rem;
  font-weight: 600;
}

.hero_subscription-text {
  color: #1a1a1a;
  margin-bottom: 1.5rem;
  font-size: .8125rem;
  line-height: 1.5;
}

.hero_cta-button {
  color: #fff;
  text-align: center;
  letter-spacing: .02em;
  background-color: #2d3319;
  border-radius: 0;
  width: 100%;
  margin-bottom: .75rem;
  padding: .875rem 2rem;
  font-size: .9375rem;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.hero_guarantee {
  color: #8a8a8a;
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: .75rem;
}

.hero_divider-1 {
  background-color: #d9d5cd;
  height: 1px;
  margin-bottom: 0;
}

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

.hero_accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: flex;
}

.hero_accordion-title {
  font-size: 1rem;
  font-weight: 600;
}

.hero_accordion-icon {
  color: #1a1a1a;
  font-size: 1.25rem;
  font-weight: 300;
}

.hero_accordion-body {
  padding-bottom: 1rem;
}

.hero_benefits-list-1 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-direction: column;
  padding-left: 1.25rem;
  list-style: disc;
  display: flex;
}

.hero_bundle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #fff;
  border: 1px solid #d9d5cd;
  border-radius: .25rem;
  align-items: center;
  margin-top: 1.5rem;
  padding: 1rem;
  display: flex;
}

.hero_bundle-image {
  background-color: #2d3319;
  border-radius: .25rem;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
}

.hero_bundle-content {
  flex: 1;
}

.hero_bundle-title {
  color: #2d3319;
  margin-bottom: .125rem;
  font-size: .8125rem;
  font-weight: 700;
}

.hero_bundle-desc {
  color: #6b6b6b;
  font-size: .75rem;
  line-height: 1.4;
}

.hero_bundle-pricing {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: center;
  margin-top: .25rem;
  display: flex;
}

.hero_bundle-sale {
  font-size: .875rem;
  font-weight: 600;
}

.hero_bundle-original {
  color: #8a8a8a;
  font-size: .8125rem;
  text-decoration: line-through;
}

.section_product-header8 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header8_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: grid;
}

.breadcrumb_component {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  width: 100%;
  display: flex;
}

.breadcrumb-link {
  text-decoration: none;
}

.breadcrumb-link.w--current {
  font-weight: 600;
}

.breadcrumb-divider {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.product-header8_price-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
  display: flex;
}

.divider-vertical {
  width: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  align-self: stretch;
}

.product-header8_reviews-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-header8_rating-wrapper {
  margin-bottom: .25rem;
  display: flex;
}

.product-header8_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header8_tabs-menu {
  align-items: center;
  display: flex;
}

.product-header8_tab-link {
  border-bottom: 1.5px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  margin-right: 1.5rem;
  padding: .5rem 0;
}

.product-header8_tab-link.w--current {
  border-bottom-color: var(--color-scheme-1--text);
  background-color: var(--_primitives---opacity--transparent);
}

.product-header8_content-middle {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header8_lightbox-link {
  width: 100%;
  display: block;
}

.product-header8_main-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.product-header8_main-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product-header8_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header8_image-wrapper {
  border-radius: var(--_ui-styles---radius--medium);
  width: 100%;
  overflow: hidden;
}

.product-header8_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.product-header8_option {
  margin-bottom: 1.5rem;
}

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

.variant-button {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: solid;
  border-width: 1px;
  padding: .5rem 1rem;
  display: inline-block;
}

.variant-button.is-active {
  border-color: var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
}

.variant-button.is-disabled {
  opacity: .25;
}

.product-header8_form-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-header8_variant-wrapper {
  width: 100%;
  margin-right: 1rem;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.navbar-master {
  z-index: 999;
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  position: fixed;
  top: 8px;
}

.navbar-master.sticky-navbar {
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar {
  background-color: #fff;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar.navbar-sticky {
  background-color: #fff0;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.nav-left {
  margin-right: auto;
}

.brand-link-navbar {
  height: 32px;
}

.brand-navbar {
  height: 100%;
}

.nav-menu-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  position: absolute;
}

.nav-menu-wrap.bg {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f3f4f291;
  border-radius: 80px;
  padding: 8px 16px 8px 24px;
}

.nav-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.menu-cta-mobile {
  display: none;
}

.menu-link {
  border-radius: 8px;
  padding: 4px 16px 4px 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  transition: background-color .2s;
}

.menu-link:hover {
  background-color: #f3f4f2;
}

.text-underline {
  text-decoration: underline;
}

.navigation-link-hover-wrap {
  border-radius: 8px;
  padding: 4px 8px;
  display: flex;
}

.navigation-link-hover-wrap:hover {
  background-color: #07171f29;
}

.navigation-link-hover-wrap.gray-hover {
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 500;
}

.navigation-link-hover-wrap.gray-hover:hover {
  background-color: #07171f12;
  border-radius: 999px;
  padding-left: 12px;
  padding-right: 12px;
}

.navigation-link-hover-wrap.log-in:hover {
  background-color: #fff0;
}

.nav-link {
  padding: 0;
  font-weight: 500;
}

.nav-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.menu-divider {
  display: none;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.dropdown-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
}

.dropdown-list.w--open {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 50px;
  padding-top: 50px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.dropdown-list.no-styling-navbar.w--open {
  top: -5px;
}

.mega-menu-wrap {
  transform-origin: 50% 0;
  background-color: #fff;
  border: 1px solid #07171f29;
  border-radius: 8px;
  width: 100%;
  max-width: 1120px;
  padding: 32px;
}

.mega-menu-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mega-menu-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.menu-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.label {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.navigation-link-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #fff;
  flex-flow: column;
  display: flex;
}

.navigation-label-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navigation-exand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.navigation-icon-line-vertical {
  background-color: #07171f;
  width: 2px;
  height: 14px;
  position: absolute;
}

.navigation-icon-line-horizontal {
  background-color: #07171f;
  width: 14px;
  height: 2px;
}

.menu-links-wrap {
  overflow: hidden;
}

.menu-links-column {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.multi-layout-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 20px 16px 12px;
  transition: background-color .2s;
  display: flex;
}

.multi-layout-row:hover {
  background-color: #f3f4f2;
}

.icon-multi-layout {
  width: 20px;
  height: 20px;
}

.multi-layout-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-body.semibold {
  font-weight: 500;
}

.multi-layout-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-multi-layout {
  color: #07171f99;
  font-size: 14px;
  line-height: 150%;
}

.link-multi-layout:hover {
  color: #07171f;
  text-decoration: underline;
}

.text-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
}

.text-small.text-light-64 {
  font-weight: 300;
}

.text-small.text-light-64.text-size-12 {
  font-size: 12px;
}

.megs-menu-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.menu-page-wrap {
  background-color: #07171f;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 304px;
  height: 180px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.menu-page-image {
  width: 100%;
}

.nav-dropdown-list.w--open {
  z-index: 10043;
  background-color: #0000;
  margin-top: 0;
  padding-top: 24px;
}

.dropdown-list-inner {
  transform-origin: 50% 0;
  background-color: #fff;
  border: 1px solid #07171f29;
  border-radius: 8px;
  padding: 24px;
}

.menu-bottom-tile {
  display: none;
}

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.menu-cta-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-cta-wrap.desktop.menu-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.cta-small {
  border: 1px solid var(--_primitives---opacity--white-5);
  background-color: var(--_primitives---opacity--white-15);
  color: #fff;
  border-radius: 999px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 142%;
}

.cta-small.light {
  color: var(--_primitives---colors--neutral-darkest);
}

.cta-small.outline-light {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: #f3eee9;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 12px;
  display: flex;
}

.cta-small.dark {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.button-animation-hide.small {
  height: 20px;
}

.button-content-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_product-header5 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  position: relative;
}

.product-header5_component {
  padding-bottom: 3rem;
}

.product-header5_layout {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.product-header5_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 5rem;
  grid-auto-columns: 1fr;
  align-items: start;
}

.product-header5_lightbox-link {
  width: 100%;
  display: block;
}

.product-header5_main-image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.product-header5_main-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header5_list-wrapper {
  flex-direction: column;
  margin-top: 1rem;
}

.product-header5_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.product-header5_item {
  width: 100%;
}

.product-header5_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  width: 100%;
  overflow: hidden;
}

.product-header5_image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header5_product-details {
  position: sticky;
  top: 8rem;
}

.product-header5_heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-header5_reviews-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.product-header5_rating-wrapper {
  display: flex;
}

.product-header5_rating-icon {
  color: var(--color-scheme-1--text);
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.product-header5_default-state {
  padding-bottom: .5rem;
}

.product-header5_option {
  margin-bottom: 1.5rem;
}

.product-header5_accordion-wrapper {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--stroke);
}

.product-header5_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.product-header5_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--stroke);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.product-header5_accordion-icon {
  align-self: flex-start;
  width: 1.5rem;
  height: 1.5rem;
}

.product-header5_details {
  overflow: hidden;
}

.hero_bundle-add {
  color: #1a1a1a;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #2d3319;
  border-radius: 999px;
  flex-shrink: 0;
  padding: .25rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-weight: 500;
}

.paragraph {
  letter-spacing: -.14px;
  font-weight: 300;
  line-height: 1.25;
}

.text-large {
  font-size: 1.125rem;
  font-weight: 300;
}

.opacity-75 {
  opacity: .75;
}

.banner10_component {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  position: relative;
}

.banner10_content-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.banner10_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner10_close-button {
  margin-left: 1rem;
}

.padding-section-hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.section_cta41 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.cta41_card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 1.5rem 1.5rem 1.4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta41_card-content {
  z-index: 1;
  position: relative;
}

.cta41_card-content.bottom.hide-desktop {
  display: none;
}

.cta41_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000059;
  display: block;
  position: absolute;
  inset: 0%;
}

.cta41_background-image {
  object-fit: cover;
  background-image: url('../images/section2-grid-bg.jpg');
  background-position: 50%;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.padding-section-xxs {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.eyebrow {
  letter-spacing: -.2px;
  font-weight: 300;
}

._4x-grid-container {
  background-image: linear-gradient(#ffffff24, #ffffff24);
  border-radius: 1rem;
  padding: 2rem 3rem;
}

._4x-grid-container.background-blur {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.section_contact24 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.text-style-tagline {
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  font-size: .75rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.contact24_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.contact24_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-weight: 300;
}

.contact24_icon-wrapper {
  vertical-align: top;
  display: inline-block;
}

.section_layout384 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout384_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout384_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout384_card-small {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  background-image: url('../images/bento-small-image-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-height: 550px;
  display: flex;
  overflow: hidden;
}

.layout384_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout384_card-small-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.layout384_card-small-image {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: 50% 50%;
  flex: none;
  width: 100%;
  height: 100%;
}

.layout384_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout384_card-large.background-purple {
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  border-style: none;
}

.layout384_card-large-content {
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout384_card-large-content.right {
  background-image: url('../images/absorb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 30px;
  margin-right: 30px;
}

.layout384_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.layout384_card-large-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_career26 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.career26_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.career26_item {
  border-top: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.career26_title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.career26_job-details-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.career26_job-detail {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.career26_icon-wrapper {
  flex: none;
}

.career26_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.career26_image {
  aspect-ratio: 1;
  object-fit: cover;
  height: 100%;
}

.section_layout121 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout121_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.layout121_timeline-wrapper {
  position: relative;
}

.layout121_progress-bar-wrapper {
  background-color: var(--_primitives---opacity--neutral-darkest-15);
  width: 2px;
  height: 75%;
  margin-bottom: 5rem;
  position: absolute;
  top: 10%;
  left: 1.175rem;
  right: auto;
}

.layout121_progress-bar {
  background-color: var(--color-scheme-1--text);
  width: 2px;
  height: 100%;
}

.layout121_timeline-step {
  grid-column-gap: 2.5rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.layout121_timeline-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.layout121_timeline-icon-wrapper {
  z-index: 1;
  background-color: var(--color-scheme-1--background);
  margin-top: 0;
  padding: 0 1rem;
  position: relative;
}

.layout121_timeline-icon-wrapper.last {
  padding-bottom: 5rem;
}

.section_layout388 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout388_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout388_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.layout388_card-small {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 200px;
  height: 200px;
  display: flex;
  overflow: hidden;
}

.layout388_card-small.third {
  background-image: url('../images/Container-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  width: 240px;
  height: 240px;
}

.layout388_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout388_item-icon-wrapper {
  display: inline-block;
}

.layout388_card-large {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout388_card-large.round {
  background-image: url('../images/Container-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 999rem;
  width: 240px;
  height: 240px;
}

.layout388_card-large-content {
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  display: flex;
}

.layout388_card-large-content.first {
  background-image: url('../images/Container.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.layout388_card-large-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.layout388_card-large-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.horizontal-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.vertical-flex {
  flex-flow: column;
  display: flex;
}

.vertical-flex.vertical-stretch {
  justify-content: space-between;
  align-items: center;
}

.vertical-flex.vertical-stretch._1rem-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.how-to-use {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f6f7ef;
  border-radius: 12px;
  width: 90%;
  margin-top: .5rem;
  padding: .5rem 1rem;
  display: flex;
}

.top-margin-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.how-to-use-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.how-to-use-list {
  opacity: .64;
  color: var(--color-scheme-1--text);
}

.section_event18 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.event18_content {
  flex-direction: column;
  align-items: center;
}

.event18_list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.event18_item {
  border: var(--_ui-styles---stroke--border-width) solid var(--stroke);
  background-color: var(--_primitives---opacity--transparent);
  border-radius: 24px;
  overflow: visible;
}

.event18_item.slider {
  width: 33%;
}

.event18_item-link {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.event18_image-wrapper {
  width: 100%;
  position: relative;
  top: 0;
  overflow: visible;
}

.event18_image-wrapper.tag, .event18_image-wrapper.tag-offset {
  top: -1rem;
}

.event18_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.event18_category-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: absolute;
  inset: -4% auto auto 7%;
}

.event18_item-content {
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  padding: 1.5rem;
}

.event18_item-content.top {
  padding-bottom: .5rem;
}

.event18_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
}

.event18_meta-tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.event18_icon-wrapper {
  flex: none;
}

.header49_component {
  margin-bottom: 5rem;
}

.header49_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  color: var(--_primitives---colors--neutral-darkest);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.cta21_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
  overflow: hidden;
}

.cta21_image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section_layout359 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.layout359_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout359_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--_primitives---colors--purple);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout359_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout359_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.layout359_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.section_pricing5 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.pricing5_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing5_content-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.pricing5_content-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.pricing5_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.pricing5_plan {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  padding: 2rem;
  overflow: hidden;
}

.pricing5_content-top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.divider-horizontal {
  width: 100%;
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
}

.pricing5_feature-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing5_feature {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.pricing5_icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.section_blog68 {
  overflow: hidden;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.blog68_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: end;
  display: grid;
}

.blog68_heading {
  flex: 1;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.blog68_group {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 5rem;
  position: relative;
}

.blog68_mask {
  width: 33.33%;
  overflow: visible;
}

.blog68_slide {
  padding-right: 2rem;
}

.blog68_item {
  border: var(--_ui-styles---stroke--border-width) none var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  background-color: var(--color-scheme-1--foreground);
  overflow: hidden;
}

.blog68_item-link {
  background-image: url('../images/studio-portrait-of-smiling-female-doctor-or-lab-wo-2024-10-19-15-17-22-utc-1_1studio-portrait-of-smiling-female-doctor-or-lab-wo-2024-10-19-15-17-22-utc 1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog68_item-link.first {
  background-image: url('../images/low-power-video.jpg');
  background-position: 50%;
}

.blog68_image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog68_image {
  aspect-ratio: 3 / 2;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog68_item-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.blog68_item-content-top {
  color: var(--_primitives---colors--white);
}

.blog68_meta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.blog68_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  inset: auto auto 0% 0%;
}

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

.section_layout296 {
  color: #4b5438;
  background-color: #fff;
}

.section_layout296.hide-mobile-landscape {
  background-color: #fcfcf8;
}

.padding-global-6 {
  padding-left: 5%;
  padding-right: 5%;
}

.layout296_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout296_list.desktop {
  color: var(--_primitives---colors--neutral-darkest);
  -webkit-text-stroke-color: #034454;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout296_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: block;
}

.heading-style-h4-2 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.layout296_image-wrapper {
  border-radius: 8px;
  width: 100%;
  min-height: 300px;
  position: relative;
  overflow: hidden;
}

.layout296_image {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header6_price-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.product-header6_reviews-wrapper {
  align-items: center;
  display: flex;
}

.product-header6_rating-wrapper {
  margin-right: .5rem;
  display: flex;
}

.product-header6_rating-icon {
  color: #4b5438;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-right: .25rem;
  display: flex;
}

.footer16_component {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top: 1px solid #e6e6e6;
  display: none;
}

.container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer16_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer16_left-wrapper {
  flex-direction: column;
  display: flex;
}

.footer16_logo-link {
  padding-left: 0;
}

.footer16_form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer16_form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.form_message-success-2 {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error-2 {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.footer16_menu-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.footer16_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer16_link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
}

.footer16_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer16_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer16_credit-text {
  font-size: .875rem;
}

.footer16_legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: flex;
}

.footer16_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

.section-footer-action {
  background-color: var(--_primitives---colors--neutral-darkest);
  border-bottom: 1px solid #0000;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.page-padding {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.footer-action-component {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 4rem;
  display: grid;
}

.name-title {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: end;
  height: 8vw;
  display: flex;
}

.footer-action-heading {
  letter-spacing: 0;
  text-transform: none;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
}

.special {
  font-style: italic;
  font-weight: 500;
  line-height: 1.1;
}

.action-description {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #0000;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.button-text {
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 1.875rem;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.button-text-item {
  justify-content: center;
  align-items: center;
  min-height: 1.875rem;
  display: flex;
}

.icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: .1rem;
  display: flex;
}

.name-block {
  background-color: #fff;
  border: 1px #fff;
  border-radius: 100px;
  height: 7.5vw;
  margin-left: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
}

.name-list-wrapper {
  overflow: hidden;
}

.name-list {
  mix-blend-mode: difference;
  flex-direction: column;
  align-items: center;
  margin-top: -1vw;
  margin-bottom: 1vw;
  display: flex;
}

.name-item {
  letter-spacing: 0;
  text-transform: none;
  justify-content: center;
  align-items: center;
  height: 9.5vw;
  padding-top: 0;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.section-footer {
  background-color: var(--_primitives---colors--neutral-darkest);
  border-top: 1px solid #ffffff0f;
}

.container-large-6 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-block {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  place-items: center;
  width: 100%;
  display: grid;
}

.footer-component {
  grid-column-gap: 4rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.footer-column {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.heading-small {
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.4;
}

.footer-brand {
  font-size: 1.5rem;
}

.footer-row {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.footer-link {
  font-size: 1.1rem;
}

.social-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.social-icon {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: .75rem;
  display: flex;
}

.footer-bottom {
  border-top: 1px solid var(--_primitives---opacity--white-10);
  color: #ffffffb3;
  justify-content: space-between;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: .875rem;
  font-weight: 300;
  display: flex;
}

.preview-legal {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  display: flex;
}

.legal-link {
  transition: color .4s;
}

.legal-link:hover {
  color: #fff;
}

.section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.section.section-footer {
  min-height: 100vh;
}

.section.section-footer.section-footer-03 {
  color: #fff;
  background-color: #000;
  min-height: auto;
}

.section.testimonials-home-b-section {
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: 5rem;
  padding-bottom: 5rem;
  font-weight: 300;
  overflow: clip;
}

.section.top-border {
  border-top: 1px solid #ebeaea;
  border-bottom: 1px solid #ebeaea;
}

.section.top-border.no-bottom-border {
  border-top-style: none;
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.no-top-padding {
  padding-top: 0;
}

.section.stats-section {
  padding-top: 0;
  padding-bottom: 0;
  overflow: clip;
}

.container {
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.grid {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  width: 100%;
}

.grid.grid-footer-03 {
  grid-column-gap: 2.5rem;
}

.grid.footer-text-contact {
  display: flex;
}

.footer-03-content {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-03-content-top {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.display-m {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.1em;
}

.display-m.display-link {
  color: #fff;
  text-decoration: none;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
}

.display-m.display-link:hover {
  opacity: .55;
}

.footer-03-content-bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-03-list-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  flex-flow: column;
  display: flex;
}

.footer-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.footer-03-image-scroller {
  aspect-ratio: 1;
  border-radius: .5rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-03-image-scroller-background {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-03-image-scroller-image-wrapper {
  z-index: 2;
  max-width: 70%;
  height: 100%;
  position: relative;
}

.footer-03-image-scroller-image-wrapper-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.footer-03-image-scroller-image {
  width: auto;
  height: 32%;
}

.footer-03-image-scroller-overlay {
  z-index: 3;
  background-image: linear-gradient(#00000059, #00000026 25% 75%, #00000059);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tiny-button {
  pointer-events: auto;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: 1.25em 2em;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tiny-button.transparent-light {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ffffffbf;
}

.button-transition {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(0, 100%);
}

.button-transition.button-transition-rounded {
  border-radius: 50rem;
}

.age-verif-parent-fullscreen {
  z-index: 99;
  background-color: #191712db;
  background-image: url('../images/age-verify-bg.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #000;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.age-popup-2 {
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.error-msg {
  text-align: center;
  background-color: #282828;
  border: 1px solid #282828;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.error-text {
  color: #fff;
  font-size: 18px;
}

.age-verifier-content-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.age-verif-logo {
  margin-bottom: 1rem;
}

.age-modal {
  padding-top: 0;
}

.age-verifiy-heading-container {
  background-color: #fff;
  padding: 1rem;
}

.popup-head-2 {
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.popup-button-div-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  border: 2px solid #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overage-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #fff;
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 16px;
}

.underage-button {
  color: #000;
  background-color: #fff0;
  border: 1px solid #fff;
  width: 100%;
  margin-left: 0;
  padding: 1.5rem 2rem;
  font-size: 16px;
}

.legal-content-container {
  width: 80%;
}

.popup-verify-text-2 {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 4px;
  font-size: 12px;
}

.div-block-7 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.legal-link-container {
  font-weight: 600;
}

.legal-link-2 {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 15px;
  font-size: 12px;
  text-decoration: none;
}

.legal-link-2.underline {
  text-decoration: underline;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cookie-consent {
  text-align: center;
  color: #363636;
  width: 50%;
  font-size: 10px;
}

.footer-white {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-white.overflow-hidden {
  overflow: hidden;
}

.fotoer-container {
  border-top: 1px solid #ebeaea;
}

.grid_item {
  width: 100%;
  padding: 1.5em;
}

.grid_item.text-links {
  border-right: 1px solid #ebeaea;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 4.28em 5.21em;
  display: flex;
}

.grid_item.contact-social {
  flex-direction: column;
  width: 50%;
  padding: 0;
  display: flex;
}

.grid_item.footer-copywriting {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  padding: 3em 0;
  display: flex;
}

.text-link_wrapper {
  display: flex;
}

.text-link_wrapper.column-1 {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.text-link_wrapper.column-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 4em;
  display: flex;
}

.link {
  text-decoration: none;
  overflow: visible;
}

.text-link-footer {
  color: #7e7e7e;
  letter-spacing: .25em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  font-size: .75em;
  line-height: 1.5;
}

.text-link-footer:hover {
  color: #000;
}

.contact-social {
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
}

.contact-social.column-1-vertical {
  border-bottom: 1px solid #ebeaea;
  align-items: center;
  width: auto;
  height: 40%;
  padding: 5em 10%;
  display: flex;
}

.contact-social.column-1-vertical.right {
  justify-content: flex-end;
  align-items: center;
}

.contact-social.column-2-vertical {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 60%;
  padding: 0 10%;
  display: flex;
}

.social-wrapper {
  align-items: baseline;
  width: 50%;
  padding-right: 0;
  display: flex;
}

.contact-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  padding-top: 1.5em;
  display: flex;
  overflow: hidden;
}

.contact-text {
  color: #7e7e7e;
  letter-spacing: .1em;
  padding-top: .31em;
  padding-bottom: .31em;
  font-size: .75em;
  line-height: 1.5;
}

.contact-text:hover {
  color: #000;
}

.legal-text.small-tabelt {
  font-size: 12px;
  line-height: 149%;
}

.container-2 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
}

.container-2.footer-copywriting {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-left: 5.21em;
  padding-right: 5.21em;
}

.container-2.footer-copywriting.top-stroke {
  border-top: 1px solid #ebeaea;
  padding-left: 3em;
  padding-right: 3em;
}

.link-block.footer-link-full-width {
  width: 100vw;
}

.logo-middle {
  mix-blend-mode: normal;
  width: 100vw;
}

.wrapper-text-final {
  overflow: hidden;
}

.text-info-final {
  color: #9c9c9c;
  letter-spacing: .05em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .75em;
  font-weight: 500;
  line-height: 1.5;
}

.section_layout379 {
  background-color: var(--color-scheme-1--background);
  color: #121220;
}

.container-large-7 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.layout379_component.hide-desktop {
  display: none;
}

.slider3_component {
  background-color: var(--_primitives---opacity--transparent);
  height: auto;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.slider3_mask {
  width: 33.33%;
  overflow: visible;
}

.slider3_slide {
  padding-left: .875rem;
  padding-right: .875rem;
}

.slider3_slide.first {
  background-image: url('../images/Container.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider3_slide.slide-3 {
  height: auto;
}

.layout379_card-small {
  border-top-style: none;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: var(--color-scheme-1--border);
  border-right-style: none;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-right-color: var(--color-scheme-1--border);
  border-bottom-style: none;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: var(--color-scheme-1--border);
  border-left-style: none;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-left-color: var(--color-scheme-1--border);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: #f5eee1;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout379_card-small.mobile-slider-sizing {
  height: 450px;
  min-height: 450px;
}

.layout379_card-small.image {
  background-color: #f5eee1;
  background-image: linear-gradient(#0003, #0003), url('../images/Background_1Background.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout379_card-small.image.mobile-sizing {
  height: 450px;
  min-height: 450px;
}

.layout379_card-small-content {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout379_card-small-content.image {
  justify-content: center;
  align-items: stretch;
  padding-left: 4rem;
  padding-right: 4rem;
}

.layout379_card-small-content.image.mobile-sizing {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.layout379_card-small-content-top {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-container-bento {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 1rem;
  overflow: hidden;
}

.layout379_card-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border-top-style: none;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: var(--color-scheme-1--border);
  border-right-style: none;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-right-color: var(--color-scheme-1--border);
  border-bottom-style: none;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: var(--color-scheme-1--border);
  border-left-style: none;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-left-color: var(--color-scheme-1--border);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: #f5eee1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout379_card-medium.mobile-slider-sizing {
  height: 450px;
  min-height: 450px;
}

.layout379_card-medium-image-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 520px;
  display: flex;
}

.layout379_card-medium-image {
  object-fit: contain;
  flex: none;
  width: 100%;
  height: 100%;
}

.layout379_card-medium-image._3-col-grid {
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.layout379_card-medium-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

.slider3_arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--_primitives---colors--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
}

.slider3_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider3_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.scroll-note_text {
  z-index: 2;
  color: #727067;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 2rem;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.home-about_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 1rem;
  transition: padding .6s;
  display: flex;
  position: relative;
}

.home-about_heading {
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.home-about_heading._1 {
  right: calc(100% + .25rem);
}

.home-about_heading._2 {
  left: calc(100% + .25rem);
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  transition: border-radius .6s;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-about_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.home-about_img-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  white-space: nowrap;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
  position: absolute;
}

.class-for-animation {
  display: none;
}

.animation-scroll-border {
  border-radius: 2rem;
}

.animation-scroll-padding, .footer {
  padding: 1.5rem;
}

.footer_wrap {
  z-index: 0;
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  background-color: #fff;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.footer_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links-groups {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.footer_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-label {
  color: #000;
  font-weight: 400;
}

.footer_lists {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: #474747;
  font-size: .875rem;
  font-weight: 500;
}

.footer_link:hover {
  color: #000;
}

.footer_social {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_social-media-wrap {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer_social-media-wrap:hover {
  opacity: .6;
}

.footer_social-media {
  width: 1.5rem;
}

.footer_legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.footer_legal-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_copyright {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 400;
}

.footer_legal-divider {
  background-color: #b6b6b6;
  width: 1px;
  height: 1.25rem;
}

.footer_template-link {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
}

.footer_template-link:hover {
  color: #000;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_brand {
  letter-spacing: -.05em;
  margin-right: auto;
  font-size: 20vw;
  font-weight: 500;
  line-height: 1;
}

.footer-legal-disclaimer {
  opacity: .5;
  padding: 1rem;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.headline-home-b-testimonials {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
  margin-bottom: 64px;
  display: flex;
}

.label-master {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #191818e0;
  text-align: center;
  background-color: #efede7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.label-master.lift-opacity {
  color: #f7f7f2e0;
  background-color: #1e1c1b52;
}

.label-master.lift-opacity.is-dark {
  background-color: var(--_primitives---colors--purple);
  color: var(--_primitives---colors--neutral-darkest);
  padding: 8px 12px;
}

.label-small {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.label-small.lift-opacity {
  font-size: 12px;
}

.text-h3 {
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.slider {
  z-index: 5;
  background-color: #0000;
  height: auto;
}

.mask-customers {
  max-width: 332px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-customers {
  width: 100%;
  margin-right: 16px;
}

.card-video-slide {
  ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
  border-radius: 12px;
  width: 100%;
  height: 504px;
  position: relative;
  overflow: hidden;
}

.video-customers {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.tag-customer-slide {
  display: flex;
}

.customer-card-bottom-tile {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.text-wrap-customer-card {
  flex-flow: column;
  display: flex;
}

.text-body-bold {
  font-weight: 500;
}

.body-medium {
  color: #191818a3;
}

.body-medium.is-light {
  color: #f7f7f2a3;
}

.play-testimonial {
  margin-top: 0;
  margin-right: 0;
  display: block;
  position: relative;
  bottom: 0;
  right: 0;
}

.play-state {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #f7f7f2;
  background-color: #19181814;
  border: 1px solid #19181829;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 -1px #f7f7f229, 0 1px #f7f7f214;
}

.play-state.is-paused {
  color: #191818;
  background-color: #f7f7f2;
  border-color: #19181829;
}

.icon-play {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.overlay-customer-bottom {
  background-image: linear-gradient(0deg, #191818a3, #0000);
  width: 100%;
  height: 35%;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-button-top-right {
  width: auto;
  inset: -114px 0% auto auto;
  overflow: visible;
}

.slider-button-top-right.prev {
  right: 68px;
}

.button-slider {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f7f7f2;
  cursor: pointer;
  background-color: #191818;
  border: 1px solid #f7f7f214;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 -1px #f7f7f229, 0 1px #f7f7f214;
}

.button-slider:hover {
  color: #f7f7f2;
  background-color: #191818e0;
  border-color: #f7f7f214;
}

.button-slider.secondary.is-secondary-dark {
  color: #f7f7f2;
  background-color: #f7f7f20a;
  border-color: #f7f7f214;
}

.button-slider.secondary.is-secondary-dark:hover {
  color: #191818;
  background-color: #f7f7f2e0;
}

.button-slider.secondary {
  color: #191818;
  background-color: #0000;
  border-color: #19181829;
}

.button-slider.secondary:hover {
  color: #f7f7f2;
  background-color: #191818e0;
  border-color: #f7f7f214;
}

.button-slider.secondary.is-secondary-dark {
  color: var(--_primitives---colors--neutral-darkest);
  background-color: #0000000a;
}

.button-circle-slot {
  padding: 0;
}

.icon-slider-button {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-slider-button.left {
  transform: rotate(180deg);
}

.hidden {
  display: none;
}

.progressive-blur_wrap {
  z-index: 999;
  pointer-events: none;
  letter-spacing: -.02em;
  width: 100%;
  height: 6rem;
  position: fixed;
  top: auto;
  bottom: 0;
  overflow: clip;
  transform: rotate(180deg);
}

.progressive-blur_panel {
  pointer-events: none;
  letter-spacing: -.02em;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 100%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 100%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 30%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 30%);
}

.progressive-blur_panel.is-2 {
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 40%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 40%);
}

.progressive-blur_panel.is-3 {
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-4 {
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 60%);
}

.progressive-blur_panel.is-5 {
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 70%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 70%);
}

.progressive-blur_panel.is-6 {
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 80%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 80%);
}

.progressive-blur_panel.is-7 {
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 90%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 90%);
}

.footer-animated {
  z-index: 1;
  color: #f3eee9;
  background-color: #024453;
  width: 100%;
  position: relative;
}

.footer-images-wrap {
  padding-top: 400px;
  padding-bottom: 360px;
  position: relative;
}

.footer-cta {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-h0 {
  letter-spacing: -3px;
  font-size: 96px;
  font-weight: 300;
  line-height: 80px;
}

.button-wrap-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-button-left {
  z-index: 1;
  flex: none;
  width: 12px;
  height: 12px;
  position: relative;
}

.icon-button-left.light {
  display: flex;
}

.button-text-mask {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.button-text-mask.button-small {
  height: 16px;
}

.button-text-3 {
  z-index: 1;
  text-shadow: 0 1.5em #f3eee9;
  position: relative;
}

.button-icon-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.icon-button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.icon-button.small {
  height: 20px;
}

.master-images-footer {
  position: absolute;
  inset: 0%;
}

.image-wrap-footer {
  border-radius: 8px;
  width: 109px;
  height: 109px;
  position: absolute;
  overflow: hidden;
}

.image-wrap-footer._1 {
  top: 12%;
  left: 0%;
}

.image-wrap-footer._2 {
  width: 203px;
  height: 228px;
  top: 27.5%;
  left: 22.5%;
}

.image-wrap-footer._3 {
  width: 75px;
  height: 75px;
  bottom: 30%;
  left: 10%;
}

.image-wrap-footer._4 {
  width: 161px;
  height: 126px;
  top: 10%;
  right: 25%;
}

.image-wrap-footer._5 {
  width: 82px;
  top: 35%;
  right: 2%;
}

.image-wrap-footer._6 {
  width: 140px;
  height: 183px;
  bottom: 10%;
  right: 15%;
}

.image-cover {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #f3eee929;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
}

.form-block-footer {
  margin-bottom: 0;
  padding: 64px 16px;
}

.form-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.input-wrap {
  width: 100%;
  position: relative;
}

.text-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  border-radius: 3.5rem;
  height: 13rem;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 13rem;
  font-size: 3.5rem;
}

.text-field-2::placeholder {
  color: #000;
}

.text-field-2.newsletter {
  color: #f3eee9;
  background-color: #f3eee914;
  border-radius: 90px;
  height: 4rem;
  padding-left: 2rem;
}

.text-field-2.newsletter::placeholder {
  color: #f3eee9a3;
}

.wrap-submit-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-right: 30px;
  display: flex;
  position: absolute;
  inset: 0% 0 0% auto;
}

.submit-button {
  color: #f3eee9a3;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  height: 100%;
  padding: 0;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  transition: color .35s;
}

.submit-button:hover {
  color: #f3eee9;
}

.success-message-2 {
  color: #594a3c;
  background-color: #f3eee97a;
  border: 1px solid #0000;
  border-radius: 16px;
  font-weight: 500;
}

.error-message-2 {
  color: #f3eee9;
  text-align: center;
  background-color: #c9372d;
  border-radius: 16px;
}

.divider-footer-halves {
  background-color: #f3eee929;
  width: 1px;
  height: 100%;
}

.footer-right {
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
  display: flex;
}

.footer-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center;
  width: 100%;
  max-width: 100%;
}

.footer-links-column {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.footer-link-2 {
  color: #f3eee9;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
}

.footer-bottom-wrap {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-bottom: 32px;
  display: flex;
  position: relative;
}

.footer-legal-tile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top: 1px solid #f3eee929;
  border-bottom: 1px solid #f3eee929;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.brand-footer {
  width: 170px;
  position: absolute;
}

.logo-brand {
  width: 100%;
  display: block;
}

.footer-legal-inner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-side-footer {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.footer-social-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: #f3eee97a;
  border-radius: 100vw;
  width: 20px;
  height: 20px;
  transition: opacity .2s;
}

.social-link:hover {
  color: #f3eee9e0;
  object-fit: fill;
}

.icon-social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-legal-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #f3eee9a3;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #f3eee9;
}

.footer-last-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.opacity-50 {
  opacity: .5;
}

.video-footer {
  z-index: 0;
  opacity: .2;
  pointer-events: none;
  mix-blend-mode: color-burn;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.container-wide {
  border-top: 1px #ebeaea;
  border-bottom: 1px #000;
  width: 100%;
  max-width: 1968px;
  padding-left: 0;
  padding-right: 0;
}

.two-columns-page-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  display: flex;
}

.small-products-content-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-left: 1px #ebeaea;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 98vh;
  min-height: 880px;
  padding: 64px 48px;
  display: flex;
}

.small-products-content-block.coa {
  background-color: var(--_primitives---colors--white);
  height: 80vh;
  min-height: 800px;
  padding-top: 4rem;
}

.wrapper.center-content.center-text.coa {
  background-color: #f8f8f4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 2rem;
}

.small-heading-container {
  flex-flow: column;
  display: flex;
}

.regular-xs-uppercase {
  letter-spacing: .12px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.heading-medium {
  font-family: var(--_typography---font-styles--heading);
  font-size: 30px;
  font-weight: 400;
}

.legal-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-right: 1px solid #ebeaea;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  width: 50%;
  margin-right: 0;
  padding: 116px 40px 64px 24px;
  display: flex;
}

.legal-content-wrapper.coa {
  background-color: var(--_primitives---colors--white);
}

.legal-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 560px;
  display: flex;
}

.h1-small {
  letter-spacing: -.72px;
  font-size: 36px;
  font-weight: 400;
}

.coa-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 100%;
  display: flex;
}

.coa_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom-style: none;
  border-bottom-width: 1px;
  flex-flow: column;
  display: flex;
}

.coa_list_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #004c0c2e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.coa-item {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.batch_id {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.batch {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.icon-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.coa_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.product-testimonial-cta {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.content---m {
  width: 100%;
  max-width: 654px;
}

.content---m.align-center {
  margin-left: auto;
  margin-right: auto;
}

.article-intro {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.heading-h2 {
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.15em;
}

.heading-h2.faded-heading {
  opacity: .5;
}

.heading-h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

.article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: -24px;
  margin-bottom: -24px;
  display: flex;
}

.overlay-image {
  z-index: 2;
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-card-slim {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  min-width: 340px;
  max-width: 340px;
  padding-right: 1rem;
  display: flex;
}

.product-card-slim-content-container {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.addtocart_icon-wrapper {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 2.5rem;
  margin-left: 20px;
  display: flex;
}

.text-medium {
  font-size: 1rem;
  font-weight: 500;
}

.flex-horizontal {
  flex-flow: row;
  display: flex;
}

.header49_content-vertical {
  grid-column-gap: 5rem;
  grid-row-gap: .5rem;
  color: var(--_primitives---colors--neutral-darkest);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: flex;
}

.stats-track {
  z-index: 5;
  pointer-events: none;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
  position: absolute;
  inset: 30% 0% 0%;
}

.curve-text-source {
  display: none;
}

.video-stats {
  z-index: 3;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 32px;
  display: flex;
  overflow: hidden;
}

.master-stats {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.stats-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: auto;
}

.stat-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.stat-count {
  display: flex;
}

.text-h2 {
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
}

.overlay-stats-bottom {
  background-image: linear-gradient(0deg, #381d0f, #0000);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto 0% 0%;
}

.add-to-cart-btn {
  flex: 1;
  display: flex;
}

.canna-slider {
  flex-flow: row;
  display: flex;
}

.slider-mask {
  align-self: stretch;
}

.slider3_arrow-icon-2 {
  color: #121220;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout379_card-small-2 {
  background-color: #f5eee1;
  border: 1px #121220;
  border-radius: 22px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout379_card-small-2.image {
  background-color: #f5eee1;
  background-image: linear-gradient(#0003, #0003), url('../images/Background_1Background.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.layout379_card-small-2.image.mobile-sizing, .layout379_card-small-2.mobile-slider-sizing {
  height: 450px;
  min-height: 450px;
}

.margin-bottom-2, .margin-bottom-2.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.max-width-full-2 {
  width: 100%;
  max-width: none;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.layout379_card-medium-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #f5eee1;
  border: 1px #121220;
  border-radius: 22px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  overflow: hidden;
}

.layout379_card-medium-2.mobile-slider-sizing {
  height: 450px;
  min-height: 450px;
}

.padding-global-7 {
  border-bottom: 0 #e7e7e7;
  padding-left: 3%;
  padding-right: 3%;
}

.layout379_card-small-content-2 {
  border-radius: 22px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
}

.layout379_card-small-content-2.image {
  justify-content: center;
  align-items: stretch;
  padding-left: 4rem;
  padding-right: 4rem;
}

.layout379_card-small-content-2.image.mobile-sizing {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.section_layout379-2 {
  color: #121220;
  background-color: #fdf8f0;
}

.section_layout379-2.hide-desktop {
  background-color: var(--_primitives---opacity--transparent);
  display: none;
}

.tag-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #46449b;
  background-color: #fdf8f0;
  border: 1px solid #46449b;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .175rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag-2.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.slider3_arrow-2 {
  background-color: #fff;
  border: 1px solid #121220;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: none;
}

.container-large-8 {
  width: 100%;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h6-3 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.slider3_component-2 {
  background-color: #0000;
  height: auto;
  padding-bottom: 4rem;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.slider-mol_slide {
  padding-left: .875rem;
  padding-right: .875rem;
}

.slider-mol_slide.first {
  background-image: url('../images/Container.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-mol_slide.slide-3 {
  height: auto;
}

.contact-a-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.label-2 {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.contact-a-right {
  border-radius: 16px;
  max-width: 557px;
  height: 848px;
  overflow: hidden;
}

.section-2 {
  background-color: var(--_primitives---colors--white);
  color: #020120;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  position: relative;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-a-address-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: start;
}

.main-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.cta-main {
  color: #f8f7f5;
  text-align: center;
  cursor: pointer;
  background-color: #2862e9;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main.smaller {
  background-color: var(--_primitives---colors--purple);
  color: var(--_primitives---colors--neutral-darkest);
  padding: 8px 16px;
  font-size: 14px;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-contact-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-field-contact {
  color: #020120;
  background-color: #f5f5ec;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
}

.text-field-contact:focus {
  border: 1px solid #2862e9;
}

.text-field-contact::placeholder {
  color: #02012080;
}

.text-field-contact.text-area {
  background-color: #f5f5ec;
  height: 169px;
}

.text-body-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-body-2.semibold {
  font-weight: 600;
}

.contact-a-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.contact-a-address-tile {
  border-left: 1px solid #02012029;
  padding-left: 16px;
}

.error-message {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

.text-h2-2 {
  letter-spacing: -.04em;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}

.text-h2-2.serif {
  font-weight: 400;
}

.contact-input-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.success-message-newsletter {
  color: #151515;
  text-align: center;
  background-color: #fffdfa;
  border-radius: 16px;
  max-width: 400px;
}

.input-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hide-2 {
  margin-top: -8px;
  margin-bottom: -15px;
  padding-top: 8px;
  padding-bottom: 15px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xlarge {
    padding-top: 3.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .rl-styleguide_scheme-list, .hero_component, .features_component, .delivery_component, .timeline_component, .ingredient_item, .reviews_grid, .hero_component-1 {
    grid-template-columns: 1fr;
  }

  .hero_image-placeholder-1 {
    min-height: 50vh;
  }

  .hero_content-1 {
    position: static;
  }

  .product-header8_component {
    grid-column-gap: 4rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }

  .nav-container {
    text-align: center;
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #151515;
    background-color: #0000;
  }

  .menu-hamburger-icon {
    width: 20px;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .brand-link-navbar {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrap {
    background-color: #0000;
    margin-right: 16px;
    padding: 0;
    position: static;
  }

  .nav-menu-wrap.bg {
    background-color: #0000;
  }

  .nav-menu {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    max-height: 89svh;
    padding: 112px 24px 20px;
    overflow: auto;
    box-shadow: 0 15px 20px #07171f29;
  }

  .menu-cta-mobile {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: left;
    background-color: #f3f4f2;
    border-top: 1px solid #07171f29;
    border-bottom: 1px solid #07171f29;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
  }

  .menu-cta-link-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .menu-link {
    padding: 0;
  }

  .menu-template-image {
    width: 137px;
  }

  .navigation-link-hover-wrap {
    padding: 0;
  }

  .navigation-link-hover-wrap:hover, .navigation-link-hover-wrap.gray-hover:hover {
    background-color: #0000;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link.w--current {
    background-color: #0000;
  }

  .menu-divider {
    background-color: #07171f29;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .nav-dropdown {
    display: block;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .mega-menu-wrap {
    border-style: none;
    padding: 0;
  }

  .mega-menu-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .mega-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .menu-column {
    width: 100%;
  }

  .navigation-label-desktop {
    display: none;
  }

  .navigation-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0;
  }

  .navigation-label-mobile {
    display: flex;
  }

  .menu-links-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
  }

  .multi-layout-row {
    padding: 0;
  }

  .multi-layout-row:hover {
    background-color: #0000;
  }

  .icon-multi-layout {
    display: none;
  }

  .multi-layout-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .megs-menu-right {
    display: none;
  }

  .nav-small-dropdown {
    width: 100%;
  }

  .nav-dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding: 0;
  }

  .dropdown-list-inner {
    border-style: none;
    padding: 0;
  }

  .menu-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .link-menu-social {
    width: 19px;
    height: 19px;
  }

  .nav-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    display: flex;
    position: static;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.desktop {
    display: block;
  }

  .menu-cta-wrap.desktop.menu-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    display: flex;
  }

  .product-header5_component {
    padding-bottom: 2.5rem;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header5_product-details {
    max-height: none;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .cta41_card {
    padding: 3rem;
  }

  .contact24_grid-list {
    grid-template-columns: 1fr 1fr;
  }

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

  .career26_content {
    grid-column-gap: 3rem;
    grid-row-gap: 4rem;
  }

  .layout121_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout121_progress-bar-wrapper {
    height: 70%;
  }

  .layout121_timeline-step {
    grid-column-gap: 1.5rem;
  }

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

  .layout388_card-small-content {
    padding: 2rem;
  }

  .event18_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .header49_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .layout359_card-content {
    padding: 2rem;
  }

  .pricing5_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .blog68_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .blog68_heading {
    margin-right: 3rem;
  }

  .heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .blog68_group {
    padding-left: 0;
    padding-right: 0;
  }

  .blog68_mask {
    width: 50%;
  }

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

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

  .layout296_list.desktop {
    display: block;
  }

  .heading-style-h4-2 {
    font-size: 1.75rem;
  }

  .footer16_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .footer-action-component {
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
    padding-top: 1rem;
  }

  .footer-action-heading {
    font-size: 3rem;
  }

  .action-description {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
  }

  .name-block {
    height: 4rem;
    margin-left: 0;
  }

  .name-item {
    height: 5rem;
    font-size: 3rem;
  }

  .footer-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .footer-column {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    align-items: flex-start;
  }

  .section {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .section.section-footer {
    min-height: auto;
  }

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .grid.footer-text-contact {
    flex-direction: column;
  }

  .footer-03-content {
    flex-flow: wrap-reverse;
  }

  .footer-03-content-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-03-list-wrapper {
    flex-flow: row;
  }

  .grid_item.text-links {
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .grid_item.contact-social {
    border-top: 2px solid #ebeaea;
    border-bottom: 2px solid #ebeaea;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .text-link_wrapper.column-1 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .text-link_wrapper.column-2 {
    width: 100%;
    padding-left: 0;
  }

  .text-link-footer {
    flex-flow: row;
    width: auto;
    font-size: 1em;
    display: flex;
  }

  .contact-social.column-1-vertical {
    border-bottom-style: none;
    border-right: 2px solid #ebeaea;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 50%;
    height: 100%;
  }

  .contact-social.column-2-vertical {
    width: 50%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .contact-wrapper {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .contact-text {
    font-size: 1em;
  }

  .legal-text.small-tabelt {
    font-size: 12px;
  }

  .container-2 {
    font-size: 1vw;
  }

  .text-info-final {
    font-size: 1em;
  }

  .slider3_component {
    padding-left: 0;
    padding-right: 0;
  }

  .slider3_mask {
    width: 100%;
    overflow: hidden;
  }

  .slider3_mask.mol {
    padding-top: 20px;
  }

  .slider3_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .layout379_card-small-content {
    padding: 2rem;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
    font-size: 2.75rem;
  }

  .footer_wrap {
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
  }

  .footer_lists {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .footer_legal-links {
    place-items: end center;
  }

  .footer_legal-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_copyright {
    font-weight: 500;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .main-container {
    max-width: none;
  }

  .headline-home-b-testimonials {
    max-width: 448px;
  }

  .label-small {
    font-size: 10px;
  }

  .mask-customers {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-images-wrap {
    padding-top: 260px;
    padding-bottom: 260px;
  }

  .footer-cta {
    max-width: 440px;
  }

  .image-wrap-footer {
    width: 80px;
    height: 80px;
  }

  .image-wrap-footer._2 {
    width: 160px;
    height: 180px;
    top: 40%;
    left: 10%;
  }

  .image-wrap-footer._3 {
    width: 55px;
    height: 55px;
    bottom: 15%;
    left: 5%;
  }

  .image-wrap-footer._4 {
    width: 130px;
    height: 95px;
  }

  .image-wrap-footer._5 {
    width: 60px;
  }

  .image-wrap-footer._6 {
    width: 120px;
    height: 155px;
  }

  .text-field-2 {
    height: 10rem;
    padding-left: 3rem;
    padding-right: 11rem;
    font-size: 2.25rem;
  }

  .footer-columns {
    max-width: none;
  }

  .footer-legal-tile {
    flex-flow: column;
  }

  .brand-footer {
    order: -1;
    position: static;
  }

  .footer-legal-inner, .footer-last-block {
    text-align: center;
  }

  .two-columns-page-content {
    flex-flow: column;
  }

  .two-columns-page-content.coa {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .small-products-content-block {
    height: 80vh;
    min-height: 960px;
  }

  .small-products-content-block.coa {
    order: 1;
    width: 100%;
    height: 40vh;
    min-height: 480px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.center-content.center-text.coa {
    flex-flow: row;
  }

  .legal-content-wrapper {
    width: 100%;
    height: auto;
    padding: 116px 24px 64px;
    position: static;
  }

  .legal-content-wrapper.coa {
    order: -1;
    padding-top: 40px;
  }

  .coa-content {
    max-width: 100%;
  }

  .coa_list_item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-bottom: 1px solid #e5e5e5;
    flex-flow: column;
    display: flex;
  }

  .batch {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .header49_content-vertical {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .stats-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .overlay-stats-bottom {
    height: 40%;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout379_card-small-content-2 {
    padding: 2rem;
  }

  .section_layout379-2.hide-desktop {
    display: block;
  }

  .slider3_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-mol_slide {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .contact-a-halves {
    grid-template-columns: 1fr;
  }

  .contact-a-right {
    width: 100%;
    max-width: none;
    height: 500px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-2 {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

  .max-width-medium.align-center.mobile-center {
    text-align: left;
  }

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-xsmall {
    margin: .75rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

  .padding-xsmall {
    padding: .75rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .heading-style-h5.hide-desktop {
    display: none;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-xsmall {
    padding-top: .75rem;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .spacer-xlarge {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 5rem;
  }

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .product-header8_component {
    grid-column-gap: 4rem;
    grid-row-gap: 2rem;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .divider-vertical {
    display: none;
  }

  .product-header8_content-middle {
    grid-template-columns: 1fr;
  }

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

  .brand-link-navbar {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .brand-navbar {
    display: block;
  }

  .product-header5_component {
    padding-bottom: 1.5rem;
  }

  .product-header5_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .product-header5_gallery {
    grid-template-columns: 1fr;
  }

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

  .product-header5_heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .product-header5_accordion-icon {
    width: 1.75rem;
  }

  .banner10_content-wrapper {
    align-items: center;
  }

  .banner10_content {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner10_close-button {
    margin-left: 0;
  }

  .padding-section-hero {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta41_card {
    padding: 2rem;
  }

  .cta41_card-content.bottom.hide-desktop {
    display: block;
  }

  .contact24_grid-list {
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact24_item {
    color: var(--_primitives---colors--white);
  }

  .layout384_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout384_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout384_card-small-content, .layout384_card-large-content {
    padding: 1.5rem;
  }

  .career26_content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .career26_image-wrapper {
    margin-top: 3rem;
  }

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

  .layout121_progress-bar-wrapper {
    left: .65rem;
  }

  .layout121_timeline-icon-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout388_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout388_row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout388_card-small {
    grid-template-columns: 1fr;
  }

  .layout388_card-small.third {
    width: 270px;
    height: 270px;
  }

  .layout388_card-small-content {
    padding: 1.5rem;
  }

  .layout388_card-large.round {
    width: 270px;
    height: 270px;
  }

  .layout388_card-large-content {
    padding: 1.5rem;
  }

  .event18_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header49_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout359_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout359_card-content {
    padding: 1.5rem;
  }

  .pricing5_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .pricing5_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .pricing5_feature-list {
    grid-template-columns: 1fr;
  }

  .blog68_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog68_heading {
    margin-right: 0;
  }

  .heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .blog68_group {
    padding-bottom: 6rem;
  }

  .blog68_mask {
    width: 80%;
  }

  .blog68_slide {
    padding-right: 1.5rem;
  }

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

  .layout296_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h4-2 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .footer16_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer16_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .footer16_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer16_credit-text {
    margin-top: 1.5rem;
  }

  .footer16_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
  }

  .page-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-action-component {
    grid-row-gap: 1.75rem;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }

  .footer-action-heading {
    font-size: 2.5rem;
  }

  .name-block {
    height: 3.75rem;
  }

  .name-item {
    height: 4.5rem;
    font-size: 2.5rem;
  }

  .heading-small {
    font-size: 1.875rem;
  }

  .footer-row {
    flex-wrap: wrap;
    align-items: center;
  }

  .preview-legal {
    flex-direction: column;
  }

  .section {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section.testimonials-home-b-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .grid {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr) minmax(.5rem, 1fr);
  }

  .display-m {
    font-size: 1.5rem;
  }

  .display-m.display-light {
    font-size: 1.35rem;
  }

  .footer-03-content-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-03-list-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .cookie-consent {
    width: 70%;
  }

  .grid_item.text-links {
    padding: 3em 5em 4em;
  }

  .grid_item.contact-social {
    border-top-width: 1px;
    border-bottom-width: 1px;
    flex-flow: column;
  }

  .text-link_wrapper.column-1 {
    width: 100%;
    padding-left: 0;
  }

  .text-link_wrapper.column-2 {
    padding-left: 0;
  }

  .text-link-footer {
    font-size: .8em;
  }

  .contact-social.column-1-vertical {
    border-bottom-style: solid;
    border-right-width: 1px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 3em 5em;
  }

  .contact-social.column-2-vertical {
    width: 100%;
    height: 100%;
    padding: 3em 5em;
  }

  .social-wrapper {
    width: 100%;
  }

  .contact-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-info-final {
    font-size: 1.9em;
  }

  .section_layout379.hide-desktop {
    display: block;
    overflow: hidden;
  }

  .layout379_component.hide-desktop {
    display: block;
  }

  .slider3_component {
    padding-bottom: 0;
    overflow: visible;
  }

  .slider3_mask {
    width: 80%;
  }

  .slider3_mask.mol {
    width: 60%;
    overflow: visible;
  }

  .slider3_slide {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .layout379_card-small {
    grid-template-columns: 1fr;
  }

  .layout379_card-small.mobile-slider-sizing {
    height: 430px;
    min-height: 430px;
    margin-right: 1rem;
  }

  .layout379_card-small.image.mobile-sizing {
    height: 430px;
    min-height: 430px;
  }

  .layout379_card-small-content {
    padding: 1.5rem;
  }

  .layout379_card-small-content.image.mobile-sizing {
    justify-content: center;
    align-items: stretch;
  }

  .home-about_heading, .home-about_img-text {
    -webkit-text-stroke-width: 0px;
  }

  .footer_wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .footer_group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_link-label {
    font-size: .875rem;
  }

  .footer_lists {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_link {
    font-size: .75rem;
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_social-media {
    width: 1.25rem;
  }

  .footer_legal-links {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .footer_legal-divider {
    width: 1px;
    height: 1.5rem;
    display: none;
  }

  .footer_template-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container.footer-container {
    padding-left: 0;
    padding-right: 0;
  }

  .headline-home-b-testimonials {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 448px;
    margin-bottom: 92px;
  }

  .label-master {
    border-radius: 16px;
    padding: 4px 8px;
  }

  .label-small {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-h3 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

  .mask-customers {
    max-width: 264px;
  }

  .slide-customers {
    margin-right: 12px;
  }

  .card-video-slide {
    border-radius: 12px;
    height: 360px;
  }

  .video-customers {
    padding: 16px;
  }

  .customer-card-bottom-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .play-testimonial {
    margin-right: 0;
    bottom: 0;
    right: 0;
  }

  .play-state {
    border-radius: 24px;
    padding: 8px 10px;
  }

  .icon-play {
    width: 10px;
    height: 10px;
  }

  .slider-button-top-right {
    max-width: none;
    max-height: none;
    top: -64px;
    left: 52px;
    right: auto;
  }

  .slider-button-top-right.prev {
    left: 0;
    right: auto;
  }

  .button-slider {
    border-radius: 24px;
    padding: 10px 12px;
  }

  .button-circle-slot {
    padding: 0;
  }

  .icon-slider-button {
    width: 20px;
    height: 20px;
  }

  .footer-images-wrap {
    padding: 160px 32px;
  }

  .footer-cta {
    max-width: 320px;
  }

  .text-h0 {
    letter-spacing: -3px;
    font-size: 64px;
    line-height: 52px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .icon-button {
    width: 12px;
  }

  .image-wrap-footer {
    width: 54px;
    height: 54px;
  }

  .image-wrap-footer._2 {
    width: 100px;
    height: 113px;
    top: 40%;
    left: 3%;
  }

  .image-wrap-footer._3 {
    width: 37px;
    height: 37px;
    bottom: 10%;
    left: 5%;
  }

  .image-wrap-footer._4 {
    width: 80px;
    height: 62px;
    right: 20%;
  }

  .image-wrap-footer._5 {
    width: 40px;
  }

  .image-wrap-footer._6 {
    width: 69px;
    height: 90px;
    right: 7.5%;
  }

  .footer-halves {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .text-field-2 {
    border-radius: 1rem;
    height: 6rem;
    padding-left: 2rem;
    padding-right: 6rem;
    font-size: 1.75rem;
  }

  .divider-footer-halves {
    width: 100%;
    height: 1px;
  }

  .footer-right {
    padding: 64px 32px;
  }

  .footer-columns {
    place-items: center start;
  }

  .footer-link-2 {
    font-size: 10px;
    line-height: 16px;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .footer-legal-tile {
    flex-flow: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-legal-inner {
    flex-flow: column;
  }

  .footer-last-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 32px;
    padding-right: 32px;
  }

  .small-products-content-block {
    height: auto;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .small-products-content-block.coa {
    height: 30vh;
    min-height: 350px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .wrapper.center-content.center-text.coa {
    flex-flow: row;
  }

  .legal-content-wrapper.coa {
    padding-top: 40px;
  }

  .legal-header {
    max-width: 320px;
  }

  .h1-small {
    letter-spacing: -.56px;
    font-size: 28px;
  }

  .coa-content {
    max-width: 480px;
  }

  .batch {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .coa_icon-wrapper {
    width: 1.75rem;
  }

  .heading-h2 {
    font-size: 33px;
    line-height: 1.125em;
  }

  .addtocart_icon-wrapper {
    width: 1.75rem;
  }

  .header49_content-vertical {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .stats-track {
    width: 800px;
  }

  .video-stats {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .stats-grid {
    grid-column-gap: 12px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .stat-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .canna-slider {
    background-color: var(--_primitives---opacity--transparent);
  }

  .layout379_card-small-2 {
    grid-template-columns: 1fr;
  }

  .layout379_card-small-2.image.mobile-sizing {
    height: 430px;
    min-height: 430px;
  }

  .layout379_card-small-2.mobile-slider-sizing {
    height: 430px;
    min-height: 430px;
    margin-right: 1rem;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .max-width-full-2 {
    display: block;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .layout379_card-small-content-2 {
    padding: 1.5rem;
  }

  .layout379_card-small-content-2.image.mobile-sizing {
    justify-content: center;
    align-items: stretch;
  }

  .section_layout379-2.hide-desktop {
    display: block;
    overflow: hidden;
  }

  .heading-style-h6-3 {
    font-size: 1.125rem;
  }

  .slider3_component-2 {
    padding-bottom: 0;
    overflow: visible;
  }

  .slider-mol_slide {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-h2-2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

  .max-width-medium.align-center.mobile-center {
    text-align: left;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    align-self: stretch;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h6.bold {
    font-weight: 500;
  }

  .heading-style-h5 {
    font-size: 1.75rem;
  }

  .heading-style-h5.hide-desktop {
    display: block;
  }

  .heading-style-h3 {
    font-weight: 300;
  }

  .padding-section-medium.hero {
    padding-top: 0;
  }

  .padding-section-medium.mobile-bottom-zero {
    padding-bottom: 0;
  }

  .rl-styleguide_component, .product-header8_component {
    grid-template-columns: 1fr;
  }

  .product-header8_price-wrapper {
    flex-direction: column;
  }

  .product-header8_tabs-menu {
    align-items: flex-start;
  }

  .navbar-master {
    padding-left: 16px;
    padding-right: 16px;
    top: 12px;
  }

  .navbar {
    margin-top: 0;
  }

  .navbar.navbar-sticky {
    align-self: center;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .brand-link-navbar {
    flex: 1;
    height: auto;
    padding-left: 0;
  }

  .nav-menu-wrap {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-menu-wrap.bg {
    background-color: var(--_primitives---opacity--white-40);
    justify-content: space-between;
    align-items: stretch;
    margin-left: 0;
    padding-left: 16px;
  }

  .nav-menu, .menu-cta-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .text-body {
    font-size: 16px;
  }

  .text-small {
    font-size: 12px;
  }

  .text-small.text-light-64.text-size-12 {
    text-align: left;
  }

  .menu-page-wrap {
    width: 100%;
  }

  .menu-cta-wrap.desktop.menu-right {
    display: flex;
  }

  .button-animation-hide {
    height: auto;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .button-arrow {
    display: none;
  }

  .section_product-header5 {
    margin-top: 0;
  }

  .product-header5_layout {
    grid-template-columns: 1fr;
  }

  .cta41_background-image {
    object-position: 20% 50%;
  }

  ._4x-grid-container.background-blur {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact24_grid-list {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact24_item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    display: flex;
  }

  .contact24_icon-wrapper {
    height: 100%;
  }

  .layout384_card-small-image-wrapper {
    max-height: 380px;
  }

  .layout384_card-small-image {
    aspect-ratio: auto;
    object-fit: scale-down;
    object-position: 50% 50%;
  }

  .layout384_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout384_card-large-content {
    display: block;
  }

  .layout384_card-large-content.right {
    aspect-ratio: auto;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
    flex: none;
    align-self: stretch;
    max-width: 100%;
    min-height: auto;
    margin-bottom: 1.5rem;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .career26_content, .layout121_content {
    grid-template-columns: 1fr;
  }

  .layout121_timeline-step {
    grid-column-gap: 1rem;
  }

  .layout388_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .layout388_card-small.third {
    width: 200px;
    height: 200px;
  }

  .layout388_card-large {
    flex-direction: column;
    min-height: 210px;
    display: flex;
  }

  .layout388_card-large.round {
    width: 200px;
    height: 200px;
  }

  .layout388_card-large-content {
    display: block;
  }

  .layout388_card-large-content.first {
    flex: 1;
  }

  .horizontal-flex.mobile-vertical {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
  }

  .vertical-flex.vertical-stretch._1rem-gap {
    flex-flow: row;
  }

  .event18_list {
    grid-row-gap: 3rem;
  }

  .event18_item {
    color: var(--_primitives---colors--neutral-darkest);
  }

  .event18_meta-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .header49_component {
    margin-bottom: 0;
  }

  .header49_content, .pricing5_content, .pricing5_content-list {
    grid-template-columns: 1fr;
  }

  .blog68_group {
    padding-bottom: 5rem;
  }

  .blog68_mask {
    width: 95%;
  }

  .blog68_item-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog68_slide-nav {
    display: none;
  }

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

  .layout296_image-wrapper {
    min-height: 300px;
  }

  .product-header6_price-wrapper {
    flex-flow: row;
  }

  .footer16_component {
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .footer16_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer16_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer16_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-action-component {
    padding-top: 1rem;
  }

  .footer-action-heading {
    font-size: 2rem;
  }

  .name-block {
    height: 3rem;
  }

  .name-item {
    height: 3.25rem;
    font-size: 2rem;
  }

  .footer-wrapper {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
  }

  .footer-component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .heading-small {
    font-size: 1.875rem;
  }

  .footer-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
  }

  .section.top-border.no-bottom-border {
    border-bottom-style: none;
  }

  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid {
    grid-row-gap: 2rem;
  }

  .footer-03-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-03-content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .display-m {
    font-size: 1.35rem;
  }

  .footer-03-list-wrapper {
    flex-flow: column;
  }

  .component-grid-wrapper {
    width: 100%;
  }

  .tiny-button {
    font-size: .65rem;
  }

  .age-verif-parent-fullscreen {
    height: auto;
    display: none;
    inset: 0%;
  }

  .age-popup-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    inset: 0%;
  }

  .age-verifier-content-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 350px;
  }

  .popup-head-2 {
    text-align: center;
    font-size: 22px;
  }

  .popup-button-div-2 {
    border-width: 1px;
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .overage-button {
    color: #000;
    border: 1px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .underage-button {
    border-style: solid;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .legal-content-container {
    width: 100%;
  }

  .popup-verify-text-2, .legal-link-2 {
    text-align: center;
  }

  .div-block-6 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cookie-consent {
    width: 100%;
  }

  .footer-section-top {
    font-size: 1vw;
  }

  .fotoer-container {
    border-top-width: 1px;
  }

  .grid_item.text-links {
    padding: 7em 5em 10em;
  }

  .grid_item.contact-social {
    border-top-width: 1px;
    border-bottom-width: 1px;
    flex-flow: column;
    align-items: center;
  }

  .grid_item.footer-copywriting {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    font-size: 2vw;
  }

  .text-link_wrapper.column-1 {
    width: 60%;
    padding-left: 0;
    font-size: 1vw;
  }

  .text-link_wrapper.column-2 {
    align-items: flex-start;
    width: 42%;
    padding-left: 0;
  }

  .link {
    font-size: 2vw;
  }

  .text-link-footer {
    font-size: 1.3em;
  }

  .contact-social.column-1-vertical {
    border-right-width: 1px;
    flex-flow: row;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: 100%;
    padding-top: 10em;
    padding-bottom: 10em;
    padding-left: 5em;
  }

  .contact-social.column-2-vertical {
    border-top: 1px solid #ebeaea;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10em 5em;
  }

  .social-wrapper {
    width: 100%;
    font-size: 1vw;
  }

  .contact-wrapper {
    align-items: flex-start;
    width: 100%;
    padding-top: 5em;
  }

  .contact-text {
    font-size: 1.3em;
  }

  .legal-text {
    font-size: 12px;
  }

  .container-2 {
    padding-top: 10em;
  }

  .container-2.footer-copywriting {
    padding-top: 7em;
  }

  .container-2.footer-copywriting.top-stroke {
    border-top-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-block {
    font-size: 3vw;
  }

  .link-block.footer-link-full-width {
    width: 100vw;
  }

  .logo-middle {
    width: 100%;
  }

  .text-info-final {
    font-size: 1.4em;
  }

  .slider3_mask {
    width: 80%;
  }

  .slider3_mask.mol {
    width: 100%;
    overflow: hidden;
  }

  .slider3_slide {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider3_slide.slide-3 {
    padding-right: 0;
  }

  .slider3_slide.first {
    padding-left: 0;
  }

  .layout379_card-small.mobile-slider-sizing {
    height: 320px;
    min-height: 320px;
    margin-right: 0;
  }

  .layout379_card-small.image.mobile-sizing {
    height: 320px;
    min-height: 320px;
  }

  .layout379_card-medium {
    flex-direction: column;
    display: flex;
  }

  .layout379_card-medium.mobile-slider-sizing {
    width: 370px;
    height: 320px;
    min-height: 320px;
  }

  .layout379_card-medium-image._3-col-grid {
    padding-bottom: 0;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .layout379_card-medium-content {
    padding-bottom: 0;
    display: block;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .footer_wrap {
    padding-bottom: 1.5rem;
  }

  .footer_main {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_links-groups {
    padding-right: 1.75rem;
  }

  .footer_lists {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_legal-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_legal-wrap {
    margin-right: auto;
  }

  .footer_legal-divider {
    display: none;
  }

  .footer_template-links {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .customer-card-bottom-tile {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .text-field-2 {
    height: 5rem;
    font-size: 1.125rem;
  }

  .small-products-content-block.coa {
    flex-flow: column;
    height: auto;
    min-height: auto;
    padding-top: 0;
  }

  .wrapper.center-content.center-text.coa {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 1rem 1rem;
    display: flex;
  }

  .small-heading-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .small-heading-container.align-center {
    align-self: center;
  }

  .heading-medium.centered {
    text-align: center;
  }

  .coa-product-image {
    max-width: 50%;
  }

  .legal-content-wrapper.coa {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .legal-header.coa {
    padding-left: 24px;
    padding-right: 24px;
  }

  .regular-s.color-grey-60.max-width-480 {
    font-size: 15px;
  }

  .coa-content.coa {
    padding-left: 24px;
    padding-right: 24px;
  }

  .coa_component, .coa_list_item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .coa-item {
    grid-column-gap: 1.5px;
    grid-row-gap: 1.5px;
    border-top: 1px #000;
    justify-content: space-between;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .batch_id {
    flex-flow: column;
  }

  .batch {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .product-card-slim {
    min-width: 100%;
    padding-right: 1rem;
  }

  .addtocart_icon-wrapper {
    width: 3rem;
  }

  .header49_content-vertical {
    grid-template-columns: 1fr;
  }

  .master-stats {
    grid-column-gap: 132px;
    grid-row-gap: 132px;
  }

  .overlay-stats-bottom {
    height: 70%;
  }

  .layout379_card-small-2.image.mobile-sizing {
    height: 320px;
    min-height: 320px;
  }

  .layout379_card-small-2.mobile-slider-sizing {
    height: 320px;
    min-height: 320px;
    margin-right: 0;
  }

  .margin-bottom-2 {
    order: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout379_card-medium-2 {
    flex-direction: column;
    display: flex;
  }

  .layout379_card-medium-2.mobile-slider-sizing {
    width: 370px;
    height: 320px;
    min-height: 320px;
  }

  .padding-global-7 {
    border-bottom-style: solid;
    border-bottom-color: #fdf8f0;
  }

  .section_layout379-2.hide-desktop.full-width {
    width: 100%;
  }

  .section_layout379-2.hide-desktop.full-width.text-color-white {
    color: var(--_primitives---colors--white);
  }

  .slider3_arrow-2 {
    display: none;
  }

  .slider-mol_slide {
    width: 80%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .slider-mol_slide.slide-3 {
    padding-right: 0;
  }

  .slider-mol_slide.first {
    padding-left: 0;
  }

  .slider-mol_slide._1 {
    width: 80%;
  }

  .label-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .contact-a-right {
    height: 300px;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-a-address-block {
    grid-template-columns: 1fr;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-main {
    padding: 10px 24px;
    font-size: 12px;
  }

  .contact-form {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-body-2 {
    font-size: 12px;
    line-height: 166%;
  }

  .contact-a-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
  }

  .text-h2-2 {
    font-size: 36px;
  }

  .input-halves {
    grid-template-columns: 1fr;
  }

  .image-2 {
    aspect-ratio: auto;
    object-fit: cover;
  }
}

#w-node-_88712b72-808a-112e-c104-e606d0e8ee6e-073228af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88712b72-808a-112e-c104-e606d0e8ee6f-073228af {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_88712b72-808a-112e-c104-e606d0e8ee80-073228af {
  align-self: start;
}

#w-node-_88712b72-808a-112e-c104-e606d0e8ee82-073228af {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ebeab448-2009-7b9b-39f4-e81ee8549844-073228af {
  align-self: stretch;
}

#w-node-adf8193e-b96c-9d20-3777-59345d097aa2-073228af {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_4156069b-73e8-71f4-a0c7-3d3955940d37-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d40-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d49-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d65-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d6a-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d6f-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d74-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d79-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d7e-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d83-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d88-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d8d-073228af, #w-node-_4156069b-73e8-71f4-a0c7-3d3955940d92-073228af {
  align-self: start;
}

#w-node-_3065e39b-ceae-21d0-b83b-bc02609d23d4-073228af {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3065e39b-ceae-21d0-b83b-bc02609d23ee-073228af {
  order: 0;
  place-self: end start;
}

#w-node-_3065e39b-ceae-21d0-b83b-bc02609d23fb-073228af {
  place-self: end;
}

#w-node-dd90208a-c70f-c470-3029-d053f774b37b-073228af {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-073228b2 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-073228b2 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-073228b2 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-073228b2 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-073228b2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-073228b2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-073228b2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-073228b2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-073228b2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-073228b2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-073228b2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-073228b2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-073228b2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-073228b2, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-073228b2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-073228b2, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-073228b2 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-073228b2, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-073228b2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-073228b2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-073228b2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-073228b2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-073228b2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-073228b2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-073228b2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-073228b2 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-073228b2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-073228b2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-073228b2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-073228b2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-073228b2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-073228b2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-073228b2, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-073228b2, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-073228b2, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-073228b2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-073228b2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-073228b2 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-073228b2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-073228b2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-073228b2 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-073228b2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-073228b2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-073228b2 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-073228b2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-073228b2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-073228b2 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-073228b2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-073228b2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-073228b2 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-073228b2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-073228b2, #w-node-ee961e8d-845a-edc3-3307-509470022457-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-073228b2 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-073228b2, #w-node-ee961e8d-845a-edc3-3307-50947002245b-073228b2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-073228b2 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-073228b2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-073228b2, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-073228b2 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-073228b2, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-073228b2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-073228b2 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-073228b2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-073228b2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-073228b2 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-073228b2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-073228b2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-073228b2 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-073228b2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-073228b2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-073228b2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-073228b2 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-073228b2 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-073228b2 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-073228b2 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-073228b2 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-073228b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-073228b2 {
  justify-self: start;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f700-c0f329fd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f701-c0f329fd {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f702-c0f329fd {
  align-self: start;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f704-c0f329fd {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f778-c0f329fd {
  align-self: stretch;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f77b-c0f329fd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f8e7-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f8f0-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f8f9-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f915-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f91a-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f91f-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f924-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f929-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f92e-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f933-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f938-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f93d-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f942-c0f329fd {
  align-self: start;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f9bf-c0f329fd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f9d3-c0f329fd {
  order: 0;
  place-self: end start;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856f9dc-c0f329fd {
  place-self: end;
}

#w-node-_76339e23-75bf-8604-c7e5-ec0f4856fa0f-c0f329fd, #w-node-_8b095bd8-fa67-6ae1-18f8-51c5f1955066-21d52340 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_88712b72-808a-112e-c104-e606d0e8ee82-073228af {
    grid-column: span 1 / span 1;
  }

  #w-node-adf8193e-b96c-9d20-3777-59345d097aa2-073228af {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-da7a07bf-5cf7-8d66-2d88-17285da44456-2fe245c0 {
    order: -9999;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f704-c0f329fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f77b-c0f329fd {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_8b095bd8-fa67-6ae1-18f8-51c5f1955066-21d52340 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88712b72-808a-112e-c104-e606d0e8ee82-073228af {
    grid-column: span 1 / span 1;
  }

  #w-node-ebeab448-2009-7b9b-39f4-e81ee8549844-073228af {
    justify-self: stretch;
  }

  #w-node-adf8193e-b96c-9d20-3777-59345d097aa2-073228af {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3065e39b-ceae-21d0-b83b-bc02609d23fb-073228af {
    justify-self: start;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f704-c0f329fd {
    grid-column: span 1 / span 1;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f778-c0f329fd {
    justify-self: stretch;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f77b-c0f329fd {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f9dc-c0f329fd {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ebeab448-2009-7b9b-39f4-e81ee8549844-073228af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-adf8193e-b96c-9d20-3777-59345d097aa2-073228af {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ed84e755-4514-b7b5-ee48-2a4687192110-073228af {
    order: -9999;
  }

  #w-node-dd90208a-c70f-c470-3029-d053f774b37b-073228af, #w-node-dd90208a-c70f-c470-3029-d053f774b392-073228af {
    justify-self: start;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f778-c0f329fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f77b-c0f329fd {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856f8c8-c0f329fd {
    order: -9999;
  }

  #w-node-_76339e23-75bf-8604-c7e5-ec0f4856fa0f-c0f329fd, #w-node-_76339e23-75bf-8604-c7e5-ec0f4856fa26-c0f329fd {
    justify-self: start;
  }
}


