@font-face {
  font-family: Anton;
  src: url('../fonts/Anton-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humane;
  src: url('../fonts/Humane-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humane;
  src: url('../fonts/Humane-ExtraLight.woff2') format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humane;
  src: url('../fonts/Humane-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humane;
  src: url('../fonts/Humane-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humane;
  src: url('../fonts/Humane-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humane;
  src: url('../fonts/Humane-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Humane;
  src: url('../fonts/Humane-Thin.woff2') format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Sans;
  src: url('../fonts/InstrumentSans-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #111;
  --grey-02: #909090;
  --white: #fafafa;
  --dark: #1b1b1b;
  --grey: #6b6b6b;
}

.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-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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;
  -webkit-appearance: none;
  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-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commercebuynowbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.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-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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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 {
  -webkit-appearance: none;
  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-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;
  -webkit-appearance: none;
  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: 767px) {
  .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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .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(--black);
  color: var(--grey-02);
  text-transform: uppercase;
  font-family: Instrument Sans, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}

h5 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 10px;
  line-height: 1.4;
}

a {
  color: var(--white);
  line-height: 1.2;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 1.4;
}

blockquote {
  border-left: 5px solid var(--dark);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.4;
}

.margin-xhuge {
  margin: 8rem;
}

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

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

.heading-style-h4 {
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.text-size-small {
  color: var(--grey-02);
  font-size: .875rem;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.form-input {
  color: var(--white);
  background-color: #0000;
  border: 1px solid #6b6b6b80;
  border-radius: 0;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  transition: border-color .35s;
}

.form-input:hover, .form-input:active, .form-input:focus, .form-input.-wfp-focus {
  border-color: var(--grey);
}

.form-input::placeholder {
  color: #222;
}

.form-input.is-text-area {
  min-height: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.background-color-tertiary {
  background-color: var(--grey);
}

.margin-0 {
  margin: 0;
}

.fs-styleguide-heading-header {
  font-size: 6rem;
}

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

.fs-styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.padding-0 {
  padding: 0;
}

.form-message-success {
  color: #114e0b;
  text-align: center;
  background-color: #cef5ca;
  padding: 1.25rem;
}

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

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

.icon-1x1-small {
  color: var(--white);
  width: 1rem;
  height: 1rem;
}

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

.text-style-link {
  color: #2d62ff;
  text-decoration: underline;
}

.nav-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--dark);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.text-rich-text h5 {
  font-size: 2rem;
}

.text-rich-text h6 {
  font-size: 1rem;
}

.text-rich-text h4 {
  font-size: 2.5rem;
}

.text-rich-text h3 {
  font-size: 3rem;
}

.text-rich-text h2 {
  font-size: 4rem;
}

.text-rich-text h1 {
  font-size: 5rem;
}

.text-rich-text p, .text-rich-text ul, .text-rich-text ol {
  font-size: 1rem;
}

.text-size-large {
  color: var(--grey-02);
  font-size: 1.5rem;
}

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

.fs-styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.overflow-visible {
  overflow: visible;
}

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

.fs-styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-2-col.is-align-start {
  align-items: start;
}

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

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

.fs-styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.padding-xxlarge {
  padding: 5rem;
}

.fs-styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.padding-custom1 {
  padding: 1.5rem;
}

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

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

.margin-small {
  margin: 1rem;
}

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

.text-size-regular.text-color-secondary {
  color: #888;
}

.fs-styleguide-message {
  color: #5e5515;
  background-color: #fcf8d8;
  padding: .25rem .5rem;
  font-size: .875rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

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

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

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.padding-custom3 {
  padding: 3.5rem;
}

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

.margin-xxhuge {
  margin: 12rem;
}

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

.fs-styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.nav-component {
  background-color: var(--dark);
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.margin-huge {
  margin: 6rem;
}

.fs-styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.fs-styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.padding-small {
  padding: 1rem;
}

.heading-style-h2 {
  color: var(--white);
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}

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

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.text-color-secondary {
  color: var(--grey);
}

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

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

.form-message-error {
  color: #3b0b0b;
  text-align: center;
  background-color: #f8e4e4;
  margin-top: 2.5rem;
  padding: 1.25rem;
}

.heading-style-h3 {
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

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

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

.text-style-quote {
  border-left: .25rem solid var(--dark);
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .35s;
}

.button:hover {
  color: var(--white);
  background-color: #0000;
}

.button.is-large {
  padding: 1rem 2rem;
}

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

.button.width-100 {
  width: 100%;
}

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

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

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

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

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

.fs-styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide-3-col.is-align-start {
  align-items: start;
}

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

.form-label {
  color: var(--grey-02);
  font-weight: 500;
}

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

.fs-styleguide-hero-label {
  color: #000;
  text-transform: uppercase;
  background-color: #eee;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.overflow-auto {
  overflow: auto;
}

.nav-menu-link {
  color: #fff;
  padding: 1rem;
}

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

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

.padding-custom2 {
  padding: 2.5rem;
}

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

.icon-1x1-medium {
  color: var(--white);
  width: 2rem;
  height: 2rem;
}

.icon-1x1-large {
  color: var(--white);
  width: 2.5rem;
  height: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.fs-styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.form-component {
  margin-bottom: 0;
}

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

.fs-styleguide-header {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.fs-styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.padding-large {
  padding: 3rem;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

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

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

.fs-styleguide-heading-medium {
  font-size: 4rem;
  line-height: 1;
}

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

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

.fs-styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.padding-xxhuge {
  padding: 12rem;
}

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

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

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

.nav-client-first-logo {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
}

.fs-styleguide-label {
  color: #fff;
  background-color: #2d62ff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide-label.is-tag {
  background-color: #dd23bb;
}

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

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-medium {
  padding: 2rem;
}

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

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

.background-color-primary {
  background-color: var(--black);
  color: #fff;
}

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

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

.fs-styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.nav-button {
  padding: 1rem;
}

.padding-huge {
  padding: 6rem;
}

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

.background-color-secondary {
  background-color: var(--grey-02);
}

.margin-custom1 {
  margin: 1.5rem;
}

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.margin-large {
  margin: 3rem;
}

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

.fs-styleguide-spacing-all {
  display: none;
}

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

.heading-style-h1 {
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.1;
}

.hide {
  display: none;
}

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

.nav-style-guide {
  background-color: #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 40rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 1.5rem;
  display: flex;
  position: fixed;
  inset: auto 0% 5%;
}

.nav-style-guide-link {
  background-color: #ebebeb;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.nav-style-guide-link:hover {
  background-color: #dbdbdb;
  transform: scale(1.2);
}

.nav-style-guide-icon {
  color: #000;
  width: 2rem;
  height: 2rem;
  font-family: Material Icons;
  line-height: 1;
}

.style-guide-body {
  background-color: var(--black);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.checkout-form, .paypal-checkout-form, .order-confirmation-form {
  background-color: #0000;
  padding: 0;
}

.blog-post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.licenses-list-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 30px;
  list-style-type: square;
  display: flex;
}

.link-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.link-text {
  color: var(--white);
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.link-text.is-hover {
  color: #888;
}

.link-text.bottom {
  font-size: 14px;
}

.link-text.bottom-hover {
  color: var(--grey-02);
  font-size: 14px;
}

.link-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button.bottom {
  height: 14px;
}

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

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

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

.list {
  list-style-type: square;
}

.checkout-header-block {
  background-color: var(--dark);
  border-color: #6b6b6b26;
  padding-top: 20px;
  padding-bottom: 10px;
}

.checkout-content-block {
  background-color: var(--dark);
  border-bottom-color: #6b6b6b26;
  border-left-color: #6b6b6b26;
  border-right-color: #6b6b6b26;
}

.checkout-title {
  color: var(--white);
  font-size: 1.25rem;
  font-weight: 500;
}

.padding-top-header {
  padding-top: 10rem;
}

.utility-icon {
  color: var(--white);
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.shipping-method-list {
  border-left-style: none;
  border-right-style: none;
}

.shipping-method {
  background-color: #fff0;
  border-bottom-style: none;
}

.utility-page-title {
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-weight: 400;
}

.contact-form-wrapper {
  background-color: var(--dark);
  color: #000;
  border: 1px solid #6b6b6b80;
  margin-bottom: 0;
  padding: 3rem 2rem;
}

.blog-post-info-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.blog-post-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

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

.blog-link-wrapper {
  display: block;
}

.blog-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.blog-post-content {
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.blog-post-title {
  color: var(--white);
  font-size: 2rem;
}

.blog-post-title.smaller {
  font-size: 1.5rem;
}

.blog-post-info {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.blog-post-category {
  background-color: var(--black);
  color: var(--white);
  padding: 8px 12px;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.newsletter-form-wrapper {
  background-color: var(--dark);
  border: 1px solid #6b6b6b40;
  flex-flow: column;
  padding: 3rem 4rem;
  display: flex;
}

.newsletter-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-top-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.blog-post-content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  place-items: start;
  width: 100%;
}

.blog-post-author-wrapper {
  position: sticky;
  top: 2rem;
}

.author-picture {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
}

.author-s-social-media-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-link {
  border: 1px solid #6b6b6b59;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  transition: all .35s;
  display: flex;
}

.social-link:hover {
  border-color: var(--grey);
}

.social-link.member {
  border-color: #6b6b6b80;
}

.social-link.member:hover {
  border-color: var(--grey);
}

.social-icon-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
  overflow: hidden;
}

.social-icon {
  color: #f7f7f7;
  width: 1.375rem;
  height: 1.375rem;
}

.produc-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.product-content-wrapper {
  background-color: var(--dark);
  border: 1px solid #6b6b6b40;
  padding: 3rem 2rem;
}

.product-title {
  font-size: 3rem;
}

.price-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.price-text {
  color: var(--white);
  font-family: Anton, Impact, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.pricing-benefits-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-benefit-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-icon {
  color: var(--white);
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
}

.product-feature-text {
  color: var(--grey-02);
  margin-bottom: 0;
}

.faq-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-content-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.accordion-content-item {
  cursor: pointer;
  width: 100%;
  position: relative;
}

.plus-block {
  border: 1px solid var(--black);
  background-color: var(--dark);
  cursor: pointer;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-answer-text {
  color: var(--grey-02);
  text-align: center;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
}

.accordion-top-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-track-component {
  justify-content: flex-end;
  align-items: center;
  margin-top: 2rem;
  display: flex;
  position: relative;
}

.accordion-track-line {
  background-color: var(--dark);
  border-radius: .25rem;
  width: 100%;
  height: 1px;
}

.accordion-track-progress {
  background-color: var(--grey);
  width: 0%;
  height: 1px;
  position: absolute;
}

.accordion-heading {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.plus-line {
  z-index: 1;
  background-color: var(--white);
  border-radius: .5rem;
  width: .75rem;
  height: .083rem;
  position: relative;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(90deg);
}

.accordion-content-block {
  width: 100%;
  max-width: 36rem;
}

.accordion-title-item {
  position: relative;
  overflow: hidden;
}

.product-content-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  width: 100%;
}

.product-quantity {
  display: none;
}

.footer-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 4rem;
}

.footer-content-block {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.footer {
  border-top: 1px solid var(--dark);
}

.footer-logo-link {
  justify-content: center;
  align-items: center;
  transition: opacity .35s;
  display: flex;
}

.footer-logo-link:hover {
  opacity: .75;
}

.footer-logo {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  height: 2.5rem;
  font-family: Anton, Impact, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}

.back-to-top-link {
  border: 1px solid #6b6b6b59;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  transition: all .35s;
  display: flex;
}

.back-to-top-link:hover {
  border-color: var(--grey);
}

.back-to-top-arrow {
  color: var(--white);
  width: 1.25rem;
  height: 1.25rem;
  font-weight: 400;
}

.footer-top-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.footer-padding {
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.bottom-component-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 4rem;
}

.bottom-content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.footer-menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.divider-line {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
}

.section-home-header {
  position: relative;
  overflow: hidden;
}

.social-media-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form-block {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.project-info-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.project-info-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

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

.testimonial-picture {
  border-radius: 100%;
  height: 8rem;
}

.testimonial-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.next-project-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cover-image-wrapper {
  position: relative;
  overflow: hidden;
}

.empty-shipping-state {
  background-color: #0000;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}

.header-component-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
}

.heading-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.xlarge-heading {
  color: #fafafa;
  text-align: center;
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 14rem;
  font-weight: 400;
  line-height: 1;
}

.xlarge-heading.featured {
  color: var(--grey);
  font-family: Humane, Impact, sans-serif;
  font-size: 30rem;
  font-weight: 400;
  line-height: .85;
}

.header-content-block {
  justify-content: space-between;
  display: flex;
}

.header-content-block.top {
  border-bottom: 1px solid #272727;
  margin-bottom: 5px;
  padding-bottom: 1rem;
}

.header-content-block.bottom {
  border-top: 1px solid #272727;
  margin-bottom: 1rem;
  padding-top: 1rem;
}

.header-text {
  color: var(--grey-02);
  text-transform: uppercase;
  font-size: .875rem;
  line-height: 1;
}

.menu {
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.menu.w--open {
  background-color: #0000;
}

.nav-number {
  color: var(--grey-02);
  margin-top: 5px;
  line-height: 1;
}

.logo-link.w--current {
  z-index: 999;
}

.menu-icon-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: #0000;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-content-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  width: 100%;
}

.header-image-wrapper {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-frame-block {
  perspective: 1000px;
  width: 15rem;
  height: 15rem;
  position: relative;
}

.image-frame-item {
  width: 15rem;
  height: 15rem;
  position: absolute;
}

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

.project-link-wrapper {
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.project-content-block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.heading-block {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-block.left-flex {
  justify-content: flex-start;
  align-items: flex-start;
}

.header-opacity {
  z-index: 1;
  background-image: linear-gradient(180deg, #0000, var(--black));
  width: 100%;
  height: 5rem;
  position: relative;
}

.heading-content-wrapper {
  width: 100%;
  overflow: clip;
}

.intro-content-wrapper {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-text {
  z-index: 10;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: difference;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.featured-text {
  color: var(--grey-02);
  font-weight: 400;
}

.main-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.main-button.large {
  padding: 1rem 4rem;
}

.button-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: .925rem;
  display: flex;
  position: relative;
  overflow: clip;
}

.button-container.large {
  height: 2.5rem;
  overflow: clip;
}

.button-text {
  color: var(--white);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .925rem;
  font-weight: 400;
  line-height: 1;
}

.button-text.is-hover {
  color: var(--grey-02);
}

.button-text.large {
  font-size: 2.5rem;
}

.button-text.large-hover {
  color: var(--grey);
  font-size: 2.5rem;
}

.underline-wrapper {
  background-color: #6b6b6b80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.underline-button {
  background-color: var(--white);
  width: 100%;
  height: 1px;
}

.link-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-button {
  color: var(--white);
  width: 100%;
  height: 100%;
  position: absolute;
}

.arrow-button.left-01, .arrow-button.right-01 {
  color: var(--grey);
}

.arrow-block {
  width: 1rem;
  height: 1rem;
  position: relative;
  overflow: clip;
}

.arrow-block.large {
  width: 3rem;
  height: 3rem;
}

.partner-row-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partner-component-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.partner-logo {
  opacity: .75;
}

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

.partner-opacity {
  width: 4rem;
  height: 3rem;
  position: absolute;
}

.partner-opacity.left {
  background-image: linear-gradient(90deg, var(--black), #0000);
  left: 0;
}

.partner-opacity.right {
  background-image: linear-gradient(90deg, #0000, var(--black));
  right: 0;
}

.menu-overlay {
  background-color: #0a0a0a33;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.nav-text-item {
  color: var(--white);
  text-transform: uppercase;
  font-family: Anton, Impact, sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.nav-text-item.is-hover {
  color: var(--grey);
}

.menu-item {
  background-color: var(--white);
  -webkit-text-stroke-color: #f2f2f2;
  width: 5px;
  height: 5px;
}

.link-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.navbar-menu-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.nav-background {
  background-color: var(--dark);
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-menu {
  background-color: #0000;
  flex-flow: row;
  width: 100%;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.menu-side {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
}

.nav-link-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 6rem;
  display: flex;
  overflow: hidden;
}

.project-sticky {
  position: sticky;
  top: 0;
}

.project-wrapper {
  perspective: 1000px;
  position: relative;
}

.service-number-wrap {
  opacity: .5;
  position: relative;
  overflow: hidden;
}

.service-top-content {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.service-number {
  color: var(--grey-02);
  width: 100%;
  margin-top: 5px;
  padding-right: 5px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}

.service-title-item {
  width: 100%;
  overflow: hidden;
}

.service-title-item.z-index-3 {
  z-index: 3;
  position: relative;
}

.service-content-block {
  cursor: pointer;
  border-bottom: 1px solid #70707040;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-image-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description-item {
  z-index: 1;
  width: 26rem;
  padding-top: 20px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

.service-title-wrap {
  grid-column-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.alternate-service-title {
  color: var(--grey);
  text-transform: none;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  position: absolute;
  inset: auto auto 0% 0%;
}

.alternate-service-title.service {
  white-space: nowrap;
}

.service-image-absolute {
  z-index: 5;
  transform-origin: 0 100%;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-component-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 10px;
  display: grid;
  position: relative;
}

.service-title {
  text-transform: none;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.service-title.service {
  color: var(--white);
  white-space: nowrap;
}

.project-thumbnail-wrapper {
  z-index: 1;
  perspective: 1000px;
  background-color: #1b1b1bbf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.project-thumbnail-block {
  justify-content: center;
  align-items: flex-end;
  width: 26rem;
  height: 20rem;
  display: flex;
  position: relative;
}

.content-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  width: 100%;
}

.content-grid.values {
  grid-template-columns: auto 1fr;
}

.roll-numbers-wrapper {
  height: 10vw;
  min-height: 10vw;
  display: flex;
  overflow: hidden;
}

.roll-numbers {
  height: 10vw;
  min-height: 10vw;
}

.number {
  color: var(--white);
  text-align: center;
  height: 10vw;
  min-height: 10vw;
  font-size: 9vw;
  font-weight: 500;
  line-height: 1;
}

.number.alternate {
  color: #888;
}

.numbers-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.numbers-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.how-it-works-title {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.how-it-works-number {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.how-it-works-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.how-it-works-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--dark);
  opacity: .4;
  background-color: #0000;
  padding: 1.5rem 0;
  display: flex;
}

.how-it-works-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.how-it-works-tab {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.how-it-works-description-block {
  overflow: hidden;
}

.how-it-works-container {
  flex-flow: column;
  display: flex;
  position: relative;
}

.how-it-works-image-tab {
  width: 100%;
}

.how-it-works-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.how-it-wrrks-ccontent {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 3rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.how-it-works-tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-it-works-wrapper {
  width: 50%;
  padding-right: 4rem;
}

.how-it-works-description {
  color: var(--grey-02);
  font-size: 1rem;
}

.values-component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  position: relative;
}

.value-title {
  color: var(--white);
  margin-bottom: 0;
  font-family: Anton, Impact, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}

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

.value-content-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--dark);
  border: 1px solid #6b6b6b40;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 70vh;
  margin-bottom: 15vh;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.value-content-wrapper._04 {
  top: 24%;
}

.value-content-wrapper._03 {
  top: 21%;
}

.value-content-wrapper._02 {
  top: 18%;
}

.value-content-wrapper._01 {
  top: 15%;
}

.value-number {
  color: var(--grey);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}

.value-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.value-description {
  font-size: 1.125rem;
}

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

.team-member-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.member-name {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Anton, Impact, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1;
}

.team-member-block {
  background-color: var(--dark);
  border: 1px solid #6b6b6b40;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 1rem 1.5rem;
  display: flex;
}

.member-line {
  background-color: #6b6b6b40;
  width: 100%;
  height: 1px;
}

.team-member-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.member-content-block {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

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

.team-member-social-media {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.cta-button-block {
  cursor: pointer;
  position: relative;
}

.cta-content-block {
  perspective: 1000px;
  position: relative;
}

.cta-content-wrapper {
  mix-blend-mode: difference;
}

.cta-image {
  z-index: -1;
  width: 20rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 2%;
}

.project-name {
  mix-blend-mode: difference;
  font-family: Anton, Impact, sans-serif;
  font-size: 3rem;
  position: absolute;
  bottom: 10%;
}

.blog-main-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  place-items: start;
  width: 100%;
}

.blog-post-sticky {
  position: sticky;
  top: 2rem;
}

.blog-sidebar-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.all-posts-component-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.author-description-block {
  max-width: 8rem;
}

.next-project-container {
  margin-top: 8rem;
  position: relative;
}

.next-project-image {
  z-index: -1;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% 0% 0%;
}

.plan-icon {
  height: 3rem;
  margin-bottom: 1.5rem;
}

.product-image-wrapper {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 1.5rem;
  display: flex;
}

.product-image {
  height: 4.5rem;
}

.logo-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  height: 1.75rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.logo {
  color: #e7e7e7;
  text-transform: capitalize;
  height: 1.85rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  display: block;
}

.alternate-logo {
  opacity: .5;
  color: #909090;
  text-transform: capitalize;
  height: 1.85rem;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.contact-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-icon {
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: 10px;
  display: flex;
}

.contact-subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact-link {
  color: var(--grey-02);
  text-decoration: underline;
  transition: all .35s;
}

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

.cart-button {
  border-bottom: 1px solid var(--grey);
  background-color: #0000;
  padding: 0;
}

.cart-icon {
  display: none;
}

.cart-text {
  font-size: 1rem;
  transition: color .35s;
}

.cart-text:hover {
  color: var(--grey-02);
}

.cart-quantity {
  color: var(--black);
  margin-top: -10px;
  margin-left: 0;
}

.cart-container {
  background-color: var(--dark);
}

.cart-header {
  border-bottom-color: #6b6b6b40;
}

.cart-footer {
  border-top-color: #6b6b6b40;
}

.cart-quantity-block {
  border-color: var(--grey-02);
  background-color: var(--grey);
  color: var(--white);
  border-radius: 0;
}

.cart-product-image {
  width: 45px;
}

.close-button {
  filter: invert();
  cursor: pointer;
}

@media screen and (min-width: 1280px) {
  .container-medium {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-number {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .roll-numbers-wrapper, .roll-numbers {
    height: 10rem;
    min-height: 10rem;
  }

  .number {
    height: 10rem;
    min-height: 10rem;
    font-size: 10rem;
  }
}

@media screen and (max-width: 991px) {
  .margin-xhuge {
    margin: 6rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-heading-header {
    font-size: 4rem;
  }

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

  .spacer-xhuge {
    padding-top: 6rem;
  }

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

  .fs-styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

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

  .hide-tablet {
    display: none;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .fs-styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

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

  .heading-style-h2 {
    font-size: 10rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .heading-style-h3 {
    font-size: 5rem;
  }

  .fs-styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-xlarge {
    padding: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide-heading-medium {
    font-size: 3rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

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

  .fs-styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-button {
    color: #fff;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .heading-style-h1 {
    font-size: 14rem;
  }

  .nav-style-guide {
    width: 80vw;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .nav-style-guide-link {
    width: 2.25rem;
    height: 2.25rem;
  }

  .nav-style-guide-icon {
    font-size: 1.5rem;
  }

  .blog-post-title {
    font-size: 1.75rem;
  }

  .blog-post-title.smaller {
    font-size: 1.25rem;
  }

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .author-content-wrapper {
    display: flex;
  }

  .author-s-social-media-block {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .produc-component-grid {
    grid-template-columns: 1fr;
  }

  .price-text {
    font-size: 2.5rem;
  }

  .accordion-content-wrap {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .plus-block:hover {
    background-position: 50%;
  }

  .bottom-content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .header-component-grid {
    padding-top: 1rem;
  }

  .xlarge-heading {
    font-size: 9rem;
  }

  .xlarge-heading.featured {
    font-size: 20rem;
  }

  .header-content-block.top {
    margin-bottom: 6vw;
  }

  .header-image-wrapper {
    padding-top: 1rem;
  }

  .image-frame-block, .image-frame-item {
    width: 10rem;
    height: 10rem;
  }

  .intro-text {
    font-size: 3.5rem;
  }

  .button-text.large, .button-text.large-hover {
    font-size: 2.25rem;
  }

  .arrow-block.large {
    width: 2.25rem;
    height: 2.25rem;
  }

  .partner-row-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .partner-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: auto;
  }

  .partner-logo {
    width: 8rem;
  }

  .menu-overlay {
    display: none;
  }

  .nav-text-item {
    font-size: 5rem;
  }

  .menu-side {
    width: 100%;
  }

  .nav-link-wrap {
    height: 5rem;
  }

  .service-number {
    font-size: 1rem;
  }

  .service-description-item {
    padding-left: 20px;
  }

  .alternate-service-title {
    font-size: 2.5rem;
  }

  .alternate-service-title.service, .service-image-absolute {
    display: none;
  }

  .service-component-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .service-title {
    font-size: 2rem;
  }

  .project-thumbnail-block {
    width: 20rem;
    height: 16rem;
  }

  .how-it-works-tab {
    grid-column-gap: 3rem;
  }

  .how-it-wrrks-ccontent {
    padding-left: 1.5rem;
  }

  .how-it-works-wrapper {
    padding-right: 1.5rem;
  }

  .value-title {
    font-size: 2.25rem;
  }

  .value-content-block {
    padding: 2rem;
  }

  .members-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-image {
    display: none;
  }

  .project-name {
    font-size: 2.5rem;
  }

  .all-posts-component-grid {
    grid-template-columns: 1fr 1fr;
  }

  .next-project-image {
    height: 8rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .heading-style-h4 {
    font-size: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .text-rich-text h5 {
    font-size: 1.25rem;
  }

  .text-rich-text h4 {
    font-size: 1.5rem;
  }

  .text-rich-text h3 {
    font-size: 2rem;
  }

  .text-rich-text h2 {
    font-size: 3rem;
  }

  .text-rich-text h1 {
    font-size: 4rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

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

  .padding-xhuge {
    padding: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

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

  .heading-style-h2 {
    font-size: 8rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .heading-style-h3 {
    font-size: 3.5rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .padding-xlarge {
    padding: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h6 {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

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

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

  .heading-style-h5 {
    font-size: 1rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 10rem;
  }

  .checkout-image {
    width: 30px;
  }

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

  .blog-post-title.smaller {
    font-size: 1.75rem;
  }

  .newsletter-form {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .blog-post-content-grid {
    grid-template-columns: auto;
  }

  .blog-post-author-wrapper {
    position: static;
  }

  .plus-block {
    background-image: none;
  }

  .accordion-answer-text {
    padding-top: 2rem;
  }

  .product-content-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer-component-grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-content-block {
    flex-flow: wrap;
  }

  .footer-padding {
    padding-top: 6rem;
  }

  .bottom-component-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .bottom-content-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .footer-menu-block {
    justify-content: center;
    align-items: flex-end;
  }

  .project-info-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-component-grid {
    padding-top: 0;
  }

  .xlarge-heading {
    font-size: 7rem;
  }

  .xlarge-heading.featured {
    font-size: 16rem;
  }

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

  .menu {
    width: 1.75rem;
    height: 1.75rem;
  }

  .nav-number {
    margin-top: 3px;
  }

  .header-image-wrapper {
    padding-top: 0;
  }

  .image-frame-block {
    perspective: 600px;
    width: 7rem;
    height: 7rem;
  }

  .image-frame-item {
    width: 7rem;
    height: 7rem;
  }

  .intro-text {
    font-size: 3rem;
  }

  .button-container.large {
    height: 2rem;
  }

  .button-text.large, .button-text.large-hover {
    font-size: 2rem;
  }

  .main-button-wrapper {
    flex-flow: wrap;
  }

  .arrow-block.large {
    width: 2rem;
    height: 2rem;
  }

  .partner-row-wrapper, .partner-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .menu-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .nav-text-item {
    font-size: 4rem;
  }

  .menu-container {
    padding-left: 1rem;
  }

  .navbar-menu-grid {
    padding-top: 20vh;
  }

  .navbar-menu {
    width: 100%;
    left: 0;
  }

  .nav-link-wrap {
    height: 4rem;
  }

  .service-description-item {
    width: auto;
  }

  .alternate-service-title, .service-title {
    font-size: 2.25rem;
  }

  .project-thumbnail-block {
    width: 16rem;
    height: 12rem;
  }

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

  .content-grid.values {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: auto;
  }

  .roll-numbers-wrapper, .roll-numbers {
    height: 15vw;
    min-height: 15vw;
  }

  .number {
    height: 15vw;
    min-height: 15vw;
    font-size: 15vw;
  }

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

  .how-it-works-tab {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .how-it-works-container {
    flex-flow: column;
    display: flex;
  }

  .how-it-wrrks-ccontent {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .how-it-works-tabs-menu {
    place-items: start stretch;
    margin-bottom: 2rem;
  }

  .how-it-works-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .values-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .value-title {
    font-size: 2rem;
  }

  .value-content-block {
    padding: 1.5rem;
  }

  .value-content-wrapper {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .value-image-wrapper {
    height: auto;
  }

  .members-component-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .project-name {
    font-size: 2rem;
  }

  .blog-main-grid {
    grid-template-columns: 1.5fr;
  }

  .blog-post-sticky {
    position: static;
  }

  .all-posts-component-grid {
    grid-template-columns: 1fr;
  }

  .next-project-image {
    height: 7rem;
  }

  .product-image {
    height: 4rem;
  }

  .logo, .alternate-logo {
    height: 1.75rem;
  }

  .contact-subtitle {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 479px) {
  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .heading-style-h2 {
    font-size: 4rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h3 {
    font-size: 3.25rem;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .heading-style-h1 {
    font-size: 6rem;
  }

  .nav-style-guide {
    width: 92vw;
    padding: 1rem;
  }

  .nav-style-guide-link {
    width: 2rem;
    height: 2rem;
  }

  .nav-style-guide-icon {
    font-size: 1.25rem;
  }

  .style-guide-body {
    overflow: clip;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation-form {
    padding: 0;
  }

  .changelog-content-flex {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .changelog-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-top-header {
    padding-top: 8rem;
  }

  .utility-icon {
    width: 8rem;
    height: 8rem;
  }

  .contact-form-wrapper {
    padding: 2.5rem 1.5rem;
  }

  .blog-post-info-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .blog-post-title, .blog-post-title.smaller {
    font-size: 1.5rem;
  }

  .blog-post-category {
    font-size: 12px;
    top: .5rem;
    left: .5rem;
  }

  .newsletter-form-wrapper {
    padding: 1.5rem 1rem;
  }

  .author-content-wrapper {
    flex-flow: column;
  }

  .product-content-wrapper {
    padding: 2rem 1.5rem;
  }

  .product-title {
    font-size: 2.25rem;
  }

  .price-text {
    font-size: 2rem;
  }

  .plus-block {
    width: 2rem;
    height: 2rem;
  }

  .accordion-top-wrap {
    grid-column-gap: 0rem;
  }

  .accordion-heading {
    font-size: 1.5rem;
  }

  .accordion-title-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-content-block {
    flex-flow: wrap;
  }

  .footer-logo {
    height: 2.25rem;
  }

  .footer-menu-block {
    flex-flow: wrap;
  }

  .social-media-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .order-item {
    margin-left: 0;
    margin-right: 0;
  }

  .order-item-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .header-component-grid {
    height: 90vh;
  }

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

  .xlarge-heading.featured {
    font-size: 44vw;
  }

  .menu {
    width: 1.65rem;
    height: 1.65rem;
  }

  .nav-number {
    margin-top: 2px;
  }

  .header-image-wrapper {
    height: 90vh;
  }

  .image-frame-block, .image-frame-item {
    width: 5.5rem;
    height: 5.5rem;
  }

  .intro-text {
    font-size: 2.25rem;
    line-height: 1.1;
  }

  .button-container.large {
    height: 1.5rem;
  }

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

  .main-button-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .arrow-block.large {
    width: 1.5rem;
    height: 1.5rem;
  }

  .partner-row-wrapper, .partner-component-grid, .menu-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .nav-text-item {
    font-size: 3.5rem;
  }

  .menu-item {
    width: 4px;
    height: 4px;
  }

  .nav-link-wrap {
    height: 3.5rem;
  }

  .service-number {
    font-size: 1rem;
    line-height: 1;
  }

  .service-description-item {
    padding-left: 20px;
  }

  .service-title-wrap {
    grid-column-gap: 1rem;
  }

  .alternate-service-title {
    font-size: 2rem;
  }

  .service-component-wrapper {
    grid-template-columns: 1fr;
  }

  .service-title {
    font-size: 1.75rem;
  }

  .project-thumbnail-block {
    width: 10rem;
    height: 7rem;
  }

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

  .roll-numbers-wrapper {
    height: 20vw;
    min-height: 20vw;
  }

  .roll-numbers {
    height: 15vw;
    min-height: 15vw;
  }

  .roll-numbers._02, .roll-numbers._01 {
    height: 20vw;
    min-height: 20vw;
  }

  .number {
    height: 20vw;
    min-height: 20vw;
    font-size: 20vw;
  }

  .numbers-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .how-it-works-title, .how-it-works-number {
    font-size: 1.25rem;
  }

  .how-it-works-tab {
    grid-template-columns: 1fr;
  }

  .value-number {
    font-size: 1.25rem;
  }

  .value-description {
    font-size: 1rem;
  }

  .member-name, .project-name {
    font-size: 1.25rem;
  }

  .plan-icon {
    height: 2.75rem;
  }

  .product-image {
    height: 3rem;
  }

  .logo, .alternate-logo {
    font-size: 2.25rem;
  }

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

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac9606a-3fb79726 {
  place-self: center start;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac96074-3fb79726 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac9609d-3fb79726 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a0-3fb79726 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a1-3fb79726 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a2-3fb79726 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a3-3fb79726 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a4-3fb79726 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a5-3fb79726 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a6-3fb79726 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a7-3fb79726 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_3c9472b4-1c07-6f69-9897-6bde3ac960a8-3fb79726 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_0bb3ab82-3204-b2d3-dd58-7fd253cded20-3fb79726 {
  grid-area: 1 / 1 / 5 / 5;
  place-self: center;
}

#w-node-aaff22a6-ed2a-772a-e6ce-6a73b5fbe800-3fb79726 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-_4bfbb430-ded2-8968-2e62-c89a634bce68-3fb79726 {
  grid-area: 4 / 1 / 5 / 5;
  align-self: center;
}

#w-node-_3d48a264-914f-d430-141c-c8ff155bba7e-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba80-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba82-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba84-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba86-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba88-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba8b-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba8d-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba8f-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba91-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba93-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba95-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba98-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba9a-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba9c-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bba9e-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bbaa0-3fb79726, #w-node-_3d48a264-914f-d430-141c-c8ff155bbaa2-3fb79726 {
  align-self: center;
}

#w-node-e04c4c70-4efb-d945-e14f-20fac0304119-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac030412b-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac030413d-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac030414f-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac0304161-3fb79726 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f, #w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
  place-self: start center;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
  place-self: end center;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
  place-self: end start;
}

#w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
  place-self: end;
}

#w-node-_6114069b-e572-fb93-95bd-564d66393409-663933ff {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f11-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94a9f30-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f35-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3a-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f3f-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f45-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f4b-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94a9f51-3fb7974f {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa034-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa03c-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa053-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa06c-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa06f-3fb7974f {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa071-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa074-3fb7974f {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa0c6-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d0-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa0d1-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa145-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14a-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa14f-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa154-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa159-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa15e-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa168-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa16d-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa172-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa177-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa17c-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa181-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa186-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa18b-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa190-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa195-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa19a-3fb7974f {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19e-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa19f-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a4-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1a9-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ae-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c3-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1c8-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1cd-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d2-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1d7-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1dc-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1e6-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1eb-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f0-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1f5-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1fa-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa1ff-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa204-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa209-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa20e-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa213-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa218-3fb7974f {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21c-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa21d-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa222-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa227-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa22c-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa23e-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa243-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa248-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa24d-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa252-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa257-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa25c-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa261-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa266-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa26b-3fb7974f {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa26f-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa270-3fb7974f {
  justify-self: start;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa273-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa2f6-3fb7974f, #w-node-aab53833-6355-e599-7fd0-21ecb94aa323-3fb7974f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aab53833-6355-e599-7fd0-21ecb94aa367-3fb7974f {
  justify-self: start;
}

#w-node-_4e1e5201-05fd-1019-16c7-9abb01d6074f-3fb7976b {
  grid-area: 1 / 1 / 5 / 5;
  place-self: center;
}

#w-node-_4e1e5201-05fd-1019-16c7-9abb01d60758-3fb7976b {
  grid-area: 2 / 1 / 3 / 2;
  place-self: start center;
}

#w-node-_4e1e5201-05fd-1019-16c7-9abb01d6075b-3fb7976b {
  grid-area: 4 / 1 / 5 / 5;
  align-self: center;
}

#w-node-_1b4ffc76-85cd-acee-b305-b4886d722e3d-3fb7976b {
  place-self: start;
}

#w-node-e25d2450-3429-279d-ccfa-b66bbf944459-3fb7976b {
  justify-self: end;
}

#w-node-a7e5e61e-4352-4635-8c72-e882e84671eb-3fb7976b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-a7e5e61e-4352-4635-8c72-e882e846721b-3fb7976b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-a7e5e61e-4352-4635-8c72-e882e846724b-3fb7976b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ee9a2e70-bb98-fb83-028c-23610f924908-3fb7976b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee9a2e70-bb98-fb83-028c-23610f924909-3fb7976b {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_87d13146-a6ee-2906-0229-1d8bc92b4cf8-3fb7976b {
  place-self: start;
}

#w-node-_87d13146-a6ee-2906-0229-1d8bc92b4cfc-3fb7976b {
  justify-self: end;
}

#w-node-ab95fcdd-d057-41fc-2f85-232c46a4527f-3fb7976b {
  place-self: start;
}

#w-node-ab95fcdd-d057-41fc-2f85-232c46a45288-3fb7976b {
  justify-self: end;
}

#w-node-a5469a87-17c0-c118-4a05-40c4e7916407-14f4daa6 {
  place-self: center start;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dab3-14f4daa6 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dade-14f4daa6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae1-14f4daa6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae2-14f4daa6 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae3-14f4daa6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae4-14f4daa6 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae5-14f4daa6 {
  grid-area: 2 / 2 / 3 / 3;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae6-14f4daa6 {
  grid-area: 2 / 3 / 3 / 4;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae7-14f4daa6 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae8-14f4daa6 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: center;
}

#w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dae9-14f4daa6 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: center;
}

#w-node-_36f08b27-ac3a-484b-66fc-0ed926390a75-3fb79780 {
  justify-self: end;
}

#w-node-_36f08b27-ac3a-484b-66fc-0ed926390a7b-3fb79780 {
  justify-self: center;
}

#w-node-_36f08b27-ac3a-484b-66fc-0ed926390a81-3fb79780 {
  justify-self: start;
}

#w-node-_2ccd486e-f5ab-2dea-3310-ffc1accd865f-3fb797a5 {
  place-self: start;
}

#w-node-_9bb71c5d-1864-5a90-10ed-27984631b5ee-3fb797a5 {
  place-self: end start;
}

#w-node-_4e6d3146-2588-6fd9-4ea2-51c961f60dee-3fb797a5 {
  place-self: end;
}

#w-node-_60cd58f1-719a-c388-bf9c-38eba80fe3a7-3fb797a9 {
  justify-self: start;
}

#w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-3fb797a9, #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-3fb797a9 {
  justify-self: center;
}

#w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-3fb797a9 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e04c4c70-4efb-d945-e14f-20fac0304119-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac030412b-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac030413d-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac030414f-3fb79726, #w-node-e04c4c70-4efb-d945-e14f-20fac0304161-3fb79726 {
    grid-column-start: 1;
  }

  #w-node-a7e5e61e-4352-4635-8c72-e882e84671eb-3fb7976b {
    justify-self: start;
  }

  #w-node-a7e5e61e-4352-4635-8c72-e882e846724b-3fb7976b {
    justify-self: end;
  }

  #w-node-_54d189ea-1e67-4bc4-185d-b1255e4e44a0-3fb797a5 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3c9472b4-1c07-6f69-9897-6bde3ac96074-3fb79726 {
    align-self: start;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88a0-4bac888f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88cb-4bac888f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac889c-4bac888f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88e2-4bac888f {
    justify-self: center;
  }

  #w-node-_37b78ce8-6c56-439d-e460-72774bac88f5-4bac888f {
    place-self: center;
  }

  #w-node-e25d2450-3429-279d-ccfa-b66bbf944459-3fb7976b, #w-node-a7e5e61e-4352-4635-8c72-e882e84671eb-3fb7976b, #w-node-a7e5e61e-4352-4635-8c72-e882e846721b-3fb7976b, #w-node-a7e5e61e-4352-4635-8c72-e882e846724b-3fb7976b, #w-node-_87d13146-a6ee-2906-0229-1d8bc92b4cfc-3fb7976b {
    justify-self: start;
  }

  #w-node-_9a9f840a-58bf-7a5d-c058-fb25517fdd15-3fb7976b, #w-node-_9a9f840a-58bf-7a5d-c058-fb25517fdd2f-3fb7976b {
    order: 9999;
  }

  #w-node-ab95fcdd-d057-41fc-2f85-232c46a45288-3fb7976b {
    justify-self: start;
  }

  #w-node-_17171fe4-cb0a-5b40-a9e6-c78f14f4dab3-14f4daa6 {
    align-self: start;
  }

  #w-node-_4e6d3146-2588-6fd9-4ea2-51c961f60dee-3fb797a5 {
    justify-self: start;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-3fb797a9 {
    justify-self: end;
  }

  #w-node-_23bf4613-eba3-b902-dafe-5778dc4fe147-3fb797a9 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4bfbb430-ded2-8968-2e62-c89a634bce68-3fb79726, #w-node-_4e1e5201-05fd-1019-16c7-9abb01d6075b-3fb7976b {
    align-self: end;
  }

  #w-node-_36f08b27-ac3a-484b-66fc-0ed926390a75-3fb79780, #w-node-_36f08b27-ac3a-484b-66fc-0ed926390a7b-3fb79780, #w-node-_36f08b27-ac3a-484b-66fc-0ed926390a81-3fb79780 {
    justify-self: center;
  }

  #w-node-_9c59a446-d2f3-2336-b17f-4ec3a424a3f7-3fb797a9, #w-node-d80311b8-49c0-7bae-bdaa-fcc1775c2c12-3fb797a9 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Anton';
  src: url('../fonts/Anton-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Humane';
  src: url('../fonts/Humane-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrument Sans';
  src: url('../fonts/InstrumentSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}