:root {
  --dark-grey: #a5a5a5;
  --alice-blue: #ecf0f7;
  --dark-slate-grey-2: #1a4350;
  --pale-goldenrod-2: #efffa6;
  --dim-grey-2: #616161;
  --crimson: #ff0062;
  --blue-2: #4700e0;
  --sky-blue: #38c0de;
  --dark-gray: #1b1b1b;
  --medium-aquamarine: #8aceb8;
  --dim-grey: #464646;
  --blue: #6411ff;
  --white-smoke: #e9e8e8;
  --green-yellow: #c4f85c;
  --dark-grey-2: #9b9b9b;
  --salmon: #ff8d86;
  --salmon-2: #ff8d86;
  --ssgreen: #65b357;
  --medium-sea-green-2: #46a889;
  --dark-slate-grey: #2c5c5d;
  --light-goldenrod-yellow: #feffcf;
  --medium-sea-green: #46a889;
  --white: #ffffffbf;
  --pale-goldenrod: #faf4af;
  --purple: #90115d;
  --dark-slate-blue: #55378b;
  --tomato: #ff715b;
  --dark-turquoise: #27e0fa;
  --lemon-chiffon: #eee8bd;
  --cornflower-blue: #9290f3;
  --light-steel-blue: #b1b0eb;
  --light-green: #b0ebb9;
  --light-blue: #b3dff5;
  --papaya-whip: #f5e5cb;
  --pale-goldenrod-3: #efffb4;
  --black: #2b3030;
  --honeydew: #e5f4e5;
  --pale-green: #d3ffd0;
  --dark-slate-grey-3: #193641;
  --pale-green-2: #d3ffd0;
  --powder-blue: #bae3ec;
}

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

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -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-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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -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-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-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

@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-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, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: #363636;
  background-color: #f5f5f5;
  font-family: Switzer, sans-serif;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  font-size: 2.4em;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  font-family: Hauora;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  line-height: 1.4;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Hauora;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 1.4em;
  line-height: 1.5;
}

a {
  color: var(--dark-grey);
  text-decoration: underline;
}

a:hover {
  color: #fff;
}

blockquote {
  color: #ffffff80;
  background-color: #ffffff0f;
  border: 1px solid #fff3;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 30px 35px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

figcaption {
  color: #949494d9;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.master-section {
  z-index: 3;
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.master-section.blog-post {
  border: 1px #000;
  min-height: auto;
  padding-top: 3em;
}

.master-section.light-blue {
  background-color: var(--alice-blue);
}

.master-section.full-height {
  height: 100vh;
}

.master-section.pale-rose {
  background-color: #ece4d8;
  flex-direction: column;
}

.master-section.gap {
  grid-row-gap: 12em;
}

.master-section.min-h {
  min-height: 45em;
}

.nav-li {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  border-bottom: 2px #e0e0e0;
  padding: 10px 15px;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container {
  z-index: 4;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container.desktop-padding {
  padding-bottom: 2em;
}

.container.titles {
  grid-row-gap: 35px;
  color: #ffffffd9;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2em;
  padding-bottom: 8em;
  display: flex;
}

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

.container.full {
  align-items: center;
  height: 100vh;
  display: flex;
}

.container.gap-s {
  grid-row-gap: 2em;
  flex-direction: column;
  display: flex;
}

.container.job-divider {
  padding: 3em 0;
  box-shadow: 0 -1px #000;
}

.container.gap-works {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1680px;
  min-height: 90vh;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.container.gap-hero {
  grid-row-gap: 8em;
  flex-direction: column;
  display: flex;
}

.container.wide {
  max-width: 1680px;
}

.container.next {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid.no-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0px;
}

.main-grid.short-gap {
  z-index: 4;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.main-grid.full {
  height: 100%;
}

.grid-wrapper {
  min-height: auto;
  position: relative;
}

.grid-wrapper.sticky-faq {
  padding-top: 45px;
  position: sticky;
  top: 0;
}

.margin-bottom-small {
  margin-bottom: 45px;
}

.margin-bottom-medium {
  margin-bottom: 80px;
}

.inner-padding-xsmall {
  margin-bottom: 0;
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.inner-padding-medium {
  padding-top: 6em;
  padding-bottom: 6em;
}

.inner-padding-medium.hide {
  display: none;
}

.title-tag {
  color: #7779;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.logos-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 2em;
  display: flex;
}

.image-logo {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: contain;
  flex: 1;
  width: 100%;
  max-width: 200px;
  max-height: 50px;
  overflow: clip;
}

.image-logo.med {
  max-width: 11em;
  max-height: 3.6em;
}

.image-logo.mcdonalds {
  max-width: 300px;
}

.small-legal-text {
  color: #6e6e6e;
  font-size: 13px;
}

.wrapper-heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.wrapper-heading.blog-post {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6em;
  padding-bottom: 6em;
}

.paragraph {
  color: #383838;
  margin-bottom: 60px;
  font-size: 1.65em;
  font-weight: 400;
  line-height: 1.7;
}

.heading-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 5em;
  display: flex;
}

.form {
  justify-content: center;
  width: 100%;
  display: flex;
}

.form.row {
  grid-column-gap: 15px;
  padding-bottom: 25px;
}

.heading-xlarge {
  color: var(--dark-slate-grey-2);
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 7em;
  font-weight: 500;
  line-height: .82;
}

.button {
  z-index: 5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #b0ebb9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  background-color: var(--pale-goldenrod-2);
  color: var(--dim-grey-2);
}

.button.outline {
  color: #00000080;
  background-color: #0000;
  border: 1px solid #b3b3b34d;
}

.button.outline:hover {
  color: #ffffffd9;
  border-color: #b3b3b3cc;
}

.button.color-red {
  white-space: nowrap;
  background-color: #1d747e;
}

.button.color-red:hover {
  background-color: #4400c3;
}

.button.bg-white {
  color: #000;
  background-color: #fff;
}

.button.bg-white:hover {
  background-color: #d6d6d6;
}

.button.plan {
  color: #fff;
  background-color: #46a889;
  border-radius: 100px;
}

.button.plan:hover {
  color: #fff;
  background-color: #5eb89b;
}

.button.stretch {
  background-color: var(--pale-goldenrod-2);
  border-radius: 200px;
  flex: 1;
  width: 100%;
}

.grid-buttons {
  grid-column-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.p-small {
  color: #00000080;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.45;
}

.p-small.uppercase {
  text-transform: uppercase;
  font-weight: 600;
}

.padding-bottom-medium {
  padding-bottom: 5em;
}

.link-icons {
  justify-content: flex-start;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.link-icons.center {
  justify-content: center;
  width: 36px;
  height: 36px;
}

.gray-wrapper {
  grid-row-gap: 4em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 220px;
  margin-bottom: 0;
  padding: 3.5em 3em 4em;
  display: flex;
  position: relative;
}

.gray-wrapper.auto {
  background-color: #fff;
  height: auto;
}

.gray-wrapper.float-bottom {
  padding-bottom: 0;
  overflow: hidden;
}

.gray-wrapper.block-icons {
  border-radius: 32px;
}

.text-field {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.text-field.flex-white {
  background-color: #fff;
  flex: 1;
  min-width: auto;
}

.text-field.outline {
  box-shadow: none;
  background-color: #fff;
  border-color: #bbb;
  min-height: 65px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.icon-social {
  max-height: 18px;
}

.icon-social.profile {
  max-height: 20px;
}

.form-block {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
}

.form-block.gap {
  grid-row-gap: 2em;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-footer {
  color: #000c;
  font-size: 1.1em;
  line-height: 1.7;
  text-decoration: none;
}

.link-footer:hover {
  color: #000;
}

.link-footer.s {
  font-size: 14px;
}

.link-footer.text-white-opacity:hover {
  color: #fff;
}

.profile {
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.image-profile-wrapper {
  width: 85px;
  height: 85px;
  position: relative;
  overflow: hidden;
}

.image-profile-wrapper.small {
  border-radius: 100px;
  width: 55px;
  height: 55px;
}

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

.paragraph-wrapper {
  flex-flow: column wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.paragraph-wrapper.gap {
  grid-row-gap: 5em;
}

.ratings {
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.ratings-stars {
  max-height: 16px;
  margin-right: 5px;
}

.form-wrapper {
  width: 100%;
}

.form-wrapper.left {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.big-heading-wrapper {
  padding-top: 1em;
  padding-bottom: 1.4em;
  display: flex;
  overflow: hidden;
}

.big-heading-wrapper.outline {
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
}

.xlarge-scroll-heading {
  color: #000;
  letter-spacing: -.04em;
  text-transform: uppercase;
  white-space: nowrap;
  align-self: center;
  align-items: center;
  font-family: Switzer, sans-serif;
  font-size: 22em;
  font-weight: 600;
  line-height: .8;
  display: flex;
}

.image-grid-wrapper {
  justify-content: flex-start;
  align-items: center;
  min-height: 45vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.logo-wrap-ticker {
  background-color: #2a6e7926;
  justify-content: center;
  align-items: center;
  min-width: 280px;
  min-height: 200px;
  display: flex;
}

.logo-wrap-ticker.square-m {
  background-color: #0000;
  width: 20em;
  min-width: auto;
  height: 14em;
}

.flex-scrolling {
  object-fit: fill;
  padding-bottom: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-paragraph {
  color: #000c;
  letter-spacing: 0;
  flex: 0 auto;
  font-family: Switzer, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  position: static;
}

.main-paragraph.text-white-opacity {
  color: #ffffff75;
}

.main-paragraph.split {
  column-count: 2;
  column-gap: 5em;
}

.main-paragraph.size-large {
  font-size: 2em;
}

.main-paragraph.compare-pricing {
  color: #ffffffb3;
  text-decoration: line-through;
}

.faq-wrapper {
  border-bottom: 1px solid #c9c9c9;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.faq-link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.plus-icon {
  height: 16px;
}

.faq-container {
  color: #747474;
}

.link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.link-wrapper.text-white {
  color: #ffffffd9;
}

.link-wrapper.small {
  font-size: 1em;
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.icon-arrow.opacity {
  opacity: .5;
}

.full-form {
  width: 100%;
  margin-bottom: 0;
}

.inner-padding-micro {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-small {
  color: #0009;
  font-size: 13px;
  line-height: 1.25;
}

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

.center-wrapper.gap {
  grid-row-gap: 1.25em;
  position: relative;
}

.center-wrapper.gap._100 {
  width: 100%;
}

.center-wrapper.max-w {
  grid-row-gap: 2.5em;
  width: 100%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}

.center-wrapper.max-w.l {
  max-width: 55em;
  padding-top: 4em;
}

.center-wrapper.h {
  z-index: 6;
  grid-row-gap: 1em;
  width: 100%;
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.center-wrapper.m {
  grid-row-gap: 1em;
  padding-top: 3em;
  padding-bottom: 6em;
}

.heading-medium {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 2.4em;
  font-weight: 700;
  line-height: .85;
}

.heading-medium.no-caps {
  text-transform: none;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.2;
}

.heading-medium.regular {
  letter-spacing: -.03em;
  text-transform: none;
  font-size: 2.1em;
  font-weight: 500;
}

.heading-large {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: .9;
}

.heading-large.text-black {
  color: #000;
}

.heading-large.merch {
  font-family: Inter, sans-serif;
}

.heading-large.merch.text-black {
  letter-spacing: -.03em;
  font-size: 5em;
  font-weight: 700;
}

.heading-large.effect {
  z-index: 3;
  font-family: Pally Variable;
  font-weight: 700;
  position: relative;
}

.sub-heading-regular {
  margin-top: 10px;
  font-family: Switzer, sans-serif;
  font-size: 20px;
}

.sub-heading-regular.text-light {
  font-family: Hauora;
  font-weight: 400;
}

.heading-small {
  color: #000;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.7;
}

.heading-small.regular {
  font-size: 1.6em;
}

.heading-small.uppercase {
  text-transform: uppercase;
  font-weight: 700;
}

.profile-name {
  grid-row-gap: 3px;
  flex-direction: column;
  display: flex;
}

.bg-blue {
  background-color: #4515cf;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #797979;
}

.collection-list-news {
  grid-column-gap: 36px;
  grid-row-gap: 56px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-news._3-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-red {
  background-color: var(--crimson);
}

.text-white-opacity {
  color: #ffffff8a;
}

.color-blue {
  background-color: var(--sky-blue);
}

.rounded {
  border-radius: 6px;
  overflow: hidden;
}

.wrap-summary {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.p-xsmall {
  color: #2c2c2c80;
  font-size: 14px;
}

.text-orange {
  color: #f5841b;
}

.bg-dark-gray {
  background-color: #2b3030;
}

.flex-column-features {
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.flex-column-features.rounded {
  padding: 0;
}

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

.wrapper-full-image.rounded {
  height: auto;
}

.wrapper-full-image.blog-post {
  height: 60vh;
}

.wrapper-legal-page {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-products {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-link-wrapper {
  color: #fff;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  height: 75vh;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.product-image-wrapper {
  border-radius: 2px;
  flex: 1;
  height: 26em;
  overflow: hidden;
}

.product-image-wrapper.rounded {
  border-radius: 0;
  position: relative;
}

.product-image-wrapper.merch {
  height: 45vh;
  min-height: auto;
}

.product-image-wrapper.home {
  height: 55vh;
  min-height: auto;
}

.wrap-product-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.wrap-product-info.center {
  padding-top: 50px;
  padding-bottom: 60px;
}

.sidebar-product {
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
  padding: 51px 50px;
  position: sticky;
  top: 11em;
}

.default-state {
  border-bottom: 1px solid #e0e0e0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
}

.view-more {
  background-color: var(--crimson);
  text-transform: capitalize;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 9em;
  height: 9em;
  padding: 20px 15px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-image-product.banner {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  display: flex;
  position: relative;
}

.text-light {
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.inner-grid-cms {
  grid-column-gap: 26px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  text-decoration: none;
  display: grid;
}

.inner-grid-cms.vertical {
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 0;
}

.inner-grid-cms.vertical:hover {
  color: #838383;
}

.inner-grid-cms.vertical.short-gap {
  grid-row-gap: 16px;
}

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

.wrapper-image-blog {
  overflow: hidden;
}

.wrapper-image-blog.team-members {
  border-radius: 10px;
  height: 25em;
}

.wrapper-image-blog.team-members.rounded {
  border-radius: 28px;
}

.wrapper-image-blog.list {
  height: 30vh;
  max-height: 220px;
}

.inner-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-form.gap {
  grid-row-gap: 1.2em;
  text-align: left;
  align-items: flex-start;
}

.form-container {
  color: #747474;
  width: 100%;
  max-width: 40em;
}

.form-container._w-med {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

.label-form {
  color: var(--dim-grey-2);
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.inner-input {
  grid-row-gap: .6em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.inner-input.flex-horizontal {
  grid-column-gap: 6em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-input.password {
  margin-bottom: 10px;
}

.inner-input.vertical {
  grid-row-gap: 1.2em;
  align-items: center;
  padding-top: 25px;
}

.text-red {
  color: var(--crimson);
}

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

.info-members {
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.field-label {
  color: var(--dark-grey);
  font-size: 12px;
  font-weight: 400;
}

.option-button {
  color: #7a7a7a;
  background-color: #ebebeb;
  border-style: none;
  border-color: #cacaca;
  border-radius: 200px;
  font-size: 12px;
}

.option-button.w--ecommerce-pill-selected {
  border-color: var(--crimson);
  background-color: var(--dark-gray);
}

.underline {
  background-color: #131313;
  width: 100%;
  height: 1px;
}

.inner-padding-small {
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}

.text-gray-light {
  color: var(--dark-grey);
  font-family: Hauora;
  font-weight: 400;
}

.collection-item-banner {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: start;
  width: 100%;
  height: auto;
  min-height: auto;
  display: grid;
  overflow: hidden;
}

.collection-list-wrapper {
  width: 100%;
}

.ticker-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icons-wrapper {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: none;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.link-social {
  border: 1px solid #d1d1d1;
  border-radius: 200px;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  min-height: 60px;
  display: flex;
}

.link-social:hover {
  border-color: var(--medium-aquamarine);
  background-color: var(--medium-aquamarine);
  padding-bottom: 3px;
}

.blog-link-wrapper {
  width: 100%;
  text-decoration: none;
}

.overflow-wrapper {
  overflow: hidden;
}

.wrapper-sticky {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.wrapper-sticky.blog {
  top: 50px;
}

.wrapper-sticky.footer {
  background-color: #161616;
  top: auto;
  bottom: 0;
}

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

.label {
  color: #292828d9;
  font-weight: 400;
}

.label.text-bold {
  font-weight: 600;
}

.text-black-opacity {
  color: #3a3a3ab3;
}

.checkout-form {
  background-color: var(--alice-blue);
}

.wrapper-header {
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-logo-back {
  height: 45px;
  margin-bottom: 3px;
  margin-right: 15px;
}

.wrapper-link-back {
  color: var(--dim-grey);
  border-bottom: 1px solid #b8b8b8;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-bottom: 11px;
  text-decoration: none;
  display: flex;
}

.wrapper-link-back:hover {
  color: var(--blue);
}

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

.wrap-form-checkout {
  color: #000000d9;
  border-radius: 12px;
  overflow: hidden;
}

.main-richtext h2 {
  color: #000;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

.main-richtext p {
  letter-spacing: 0;
  margin-bottom: 35px;
}

.main-richtext blockquote {
  color: #000;
  text-align: center;
  border-style: solid;
  border-color: #b3b3b3;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.main-richtext h3 {
  font-family: Switzer, sans-serif;
}

.main-richtext h4 {
  font-weight: 600;
}

.wrapper-container {
  width: 100%;
}

.footer-inner {
  grid-column-gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link-banner {
  color: #fff;
  text-decoration: none;
}

.bg-red {
  background-color: var(--crimson);
}

.tag-sale {
  color: #706f88;
  text-transform: uppercase;
  background-color: #e6dffc;
  border-radius: 100px;
  margin-bottom: 10px;
  padding: 5px 12px;
  font-size: 11px;
  font-weight: 600;
}

.image-product {
  object-fit: cover;
  width: 100%;
  height: 50em;
  position: static;
}

.loader {
  z-index: 90;
  background-color: #f3f3f3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

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

.progress-bar-wrapper {
  background-color: #c9c9c9;
  width: 100%;
  height: 4px;
  overflow: hidden;
}

.progress-bar {
  background-color: #000;
  width: 100%;
  height: 6px;
}

.licenses-image-wrapper {
  height: 180px;
  min-height: auto;
  overflow: hidden;
}

.screenshot {
  object-fit: cover;
  max-width: 100%;
}

.home-frame {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 30em;
  max-height: 380px;
  display: flex;
  overflow: hidden;
}

.home-frame.hide {
  display: none;
}

.heading-style-guide {
  align-items: center;
  margin-top: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.styleguide-color-wrapper {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.color-swatch {
  background-color: #363636;
  height: 120px;
  margin-bottom: 25px;
}

.color-swatch.bg-red {
  background-color: var(--crimson);
}

.color-swatch.bg-blue {
  background-color: var(--blue);
}

.color-swatch.bg-dark-gray {
  background-color: var(--dark-gray);
}

.color-swatch.bg-mid-gray {
  background-color: var(--dim-grey);
}

.color-swatch.bg-light-grey {
  background-color: var(--dark-grey);
}

.color-swatch.bg-smoke-grey {
  background-color: var(--white-smoke);
}

.color-swatch.bg-blue-secondary {
  background-color: #4700e0;
}

.styleguide-elements {
  height: auto;
  margin-bottom: 10px;
}

.styleguide-elements.flex {
  display: flex;
}

.label-styleguide {
  color: #a5a5a5;
}

.grid-style-guide {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.grid-style-guide.inner-padding-xsmall {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 2fr;
  align-content: start;
  align-items: start;
}

.line {
  background-color: #5a5a5a;
  flex: 1;
  height: 1px;
  margin-left: 10px;
}

.row-changelog {
  border: 1px solid #414141;
  width: 100%;
  padding: 20px 25px;
}

.home-link-grid {
  color: #ffffffad;
  text-align: center;
  background-color: #0000;
  border: 1px solid #4e4e4e;
  border-radius: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 45px 8px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  overflow: hidden;
}

.home-link-grid:hover {
  color: #000;
  background-color: khaki;
  border-color: khaki;
}

.sign-up-link {
  color: var(--dim-grey);
  background-color: #f5f5f5;
  border-radius: 7px;
  align-self: flex-start;
  padding: 18px 22px;
  text-decoration: none;
  display: flex;
}

.sign-up-link.google {
  grid-column-gap: 10px;
  border: 1px solid #cacaca;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.sign-up-link.google:hover {
  color: #7c7a7a;
  background-color: #e6e6e6;
}

.divider-posts {
  background-color: #424242;
  width: 100%;
  height: 1px;
  margin-bottom: 5em;
}

.success {
  background-color: var(--green-yellow);
  color: #313d17;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

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

.image-locker {
  height: 55px;
}

.more-images {
  width: 100%;
  margin-bottom: 45px;
}

.out-stock {
  color: #b6b6b6d9;
  background-color: #575757;
  border-radius: 4px;
}

.quantity-field {
  background-color: var(--dim-grey);
  border-color: #464646;
}

.inner-image-cta {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.logo-loader {
  height: 50px;
}

.content-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.content-wrapper.heading {
  overflow: hidden;
}

.content-wrapper.shop {
  grid-row-gap: 1.25em;
  max-width: 32em;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.min {
  grid-row-gap: 20px;
  justify-content: center;
  max-width: 30em;
  overflow: hidden;
}

.content-wrapper.stretch {
  align-items: stretch;
}

.p-medium {
  color: #000;
  letter-spacing: -.016em;
  font-size: 2.8em;
  font-weight: 600;
  line-height: 1.15;
}

.p-medium.black {
  color: #000;
}

.p-medium.text-gray {
  color: var(--dark-grey-2);
}

.p-medium.text-gray.regular {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.4;
}

.cover-image {
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.box-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5em 3.5em;
  display: flex;
  position: relative;
}

.button-circle {
  z-index: 1;
  background-color: #65b357;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12em;
  height: 12em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-circle:hover {
  background-color: #65b357;
}

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

.heading-regular {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.15;
}

.heading-regular.no-caps {
  text-transform: none;
}

.heading-regular.text-white {
  color: #fff;
}

.container-block {
  border-radius: 32px;
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.container-block.merch {
  border-radius: 5px;
  padding: 0;
}

.heading-xxlarge {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 8em;
  font-weight: 700;
  line-height: .85;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.overflow.headers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.overflow.c {
  text-align: center;
  max-width: 25em;
}

.overflow.m {
  max-width: 36em;
}

.main-hero {
  overflow: hidden;
}

.rounded-button {
  background-color: var(--salmon);
  color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 1.2em 4em 1.2em 2.1em;
  font-size: 18px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rounded-button:hover {
  box-shadow: 0 4px #00000080;
}

.button-fill {
  background-color: #265834;
  border-radius: 200px;
  width: 13em;
  height: 13em;
  position: absolute;
}

.gap-wrapper {
  grid-row-gap: 5em;
  flex-direction: column;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.gap-wrapper.hide {
  display: none;
}

.bg-white {
  background-color: #fff;
}

.flex-hat {
  grid-column-gap: 10px;
  text-align: center;
  background-color: #51aa761a;
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  display: flex;
  overflow: hidden;
}

.p-large {
  color: #000;
  letter-spacing: -.01em;
  font-family: Switzer, sans-serif;
  font-size: 3.8em;
  font-weight: 600;
  line-height: 1.15;
}

.p-large.text-gray {
  color: var(--dark-grey-2);
}

.p-large.text-gray.regular {
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.2;
}

.bg-light-green {
  background-color: #d3ffd0;
}

.graphics-image-wrapper {
  width: 100%;
}

.h-wrapper {
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h-wrapper.cta {
  text-align: center;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
}

.link-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button:hover {
  color: #000;
  background-color: #dbffe0;
}

.link-button.orange {
  background-color: #faa472;
}

.btn-label-wrapper {
  z-index: 4;
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-arrow-flip {
  height: 12px;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.button-hover-fill {
  background-color: var(--salmon-2);
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.label-button {
  font-size: 16px;
}

.link {
  text-decoration: none;
}

.link:hover {
  color: #000;
}

.heading-xlarge {
  color: #000;
  font-weight: 700;
  line-height: .9;
  overflow: hidden;
}

.heading-xlarge.no-wrap {
  white-space: nowrap;
}

.heading-xlarge.text-white {
  color: #fff;
}

.pop-up {
  width: 100%;
  height: 100%;
}

.article-image {
  border-radius: 32px;
  max-width: 1120px;
  height: 75vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.account-image-wrapper {
  min-height: 90vh;
  overflow: hidden;
}

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

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

.form-divider {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.google-logo {
  height: 20px;
}

.flex-about {
  grid-column-gap: 6px;
  display: flex;
}

.page-wrapper {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
}

.page-wrapper.pale-rose {
  background-color: #ece4d8;
}

.page-wrapper.works {
  min-height: 100%;
}

.scroll-nav-block {
  width: 100%;
  height: 8em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.outline {
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.uppercase-large {
  color: #000;
  text-align: left;
  letter-spacing: -.035em;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.2;
}

.uppercase-large.text-white-opacity {
  color: var(--dark-grey-2);
}

.uppercase-xlarge {
  color: #000;
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 8.8em;
  font-weight: 700;
  line-height: .85;
}

.heading-xxlarge {
  color: #000;
  letter-spacing: -.035em;
  font-family: Switzer, sans-serif;
  font-size: 10em;
  font-weight: 700;
  line-height: .8;
  position: relative;
}

.heading-xxlarge.n {
  color: #0003;
  font-size: 6em;
}

.heading-xxlarge.n.text-white-opacity {
  color: #fff3;
}

.heading-xxlarge.work {
  z-index: 2;
  white-space: nowrap;
  margin-bottom: 29px;
  padding-bottom: 15px;
  padding-left: 0;
  font-size: 4em;
  position: relative;
}

.bg-dark {
  background-color: #1a1a1a;
}

.bg-dark.z-index {
  z-index: 4;
  position: relative;
}

.transparent-logo {
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 3.5em 1.5em;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #0000;
  border-bottom: 1px solid #0000004d;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.tab-link-tab-2:hover {
  color: #525252;
}

.tab-link-tab-2.w--current {
  background-color: #0000;
}

.grid-drop-down {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-drop-down.pop {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.gap-wrapper-l {
  grid-row-gap: 14em;
  flex-direction: column;
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
}

.content-wrap-gap {
  grid-row-gap: 2.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta-container {
  max-width: 85em;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 30px;
}

.inner-block {
  grid-row-gap: 1.5em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inner-block.sticky {
  flex-direction: row;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 0;
}

.inner-block.hero {
  flex: 1;
  justify-content: flex-end;
  min-height: 80vh;
  padding-bottom: 4em;
  padding-left: 30px;
  padding-right: 30px;
}

.content-wrapper-s {
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 2em;
  display: flex;
}

.small-p {
  color: #000c;
  margin-bottom: 0;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.6;
}

.small-p.text-white-opacity {
  color: #ffffff8a;
}

.logo-medium {
  height: 82px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.logo-small {
  height: 68px;
}

.uppercase-xxlarge {
  color: #000;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 12em;
  font-weight: 700;
  line-height: .84;
}

.uppercase-xxlarge.no-wrap {
  white-space: nowrap;
  font-size: 18em;
}

.uppercase-xxlarge.black {
  color: #000;
}

.center-wrapper-gap-large {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.flex-box-image-wrapper {
  grid-row-gap: 2em;
  border-radius: 46px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-box-image-wrapper.m {
  height: 50em;
}

.padding-wrapper-medium {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 32em;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.flex-box-col-center-top {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
}

.link-flex {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  display: flex;
}

.inner-f-image-center {
  background-color: #e4f3e4;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 45em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-box-horizontal {
  grid-column-gap: 2em;
  border-radius: 44px;
  display: flex;
}

.flex-box-horizontal.bg-dark {
  width: 100%;
}

.flex-box-horizontal.padding-top.hide {
  display: none;
}

.inner-f-box-col {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  padding: 4em 2em;
  display: flex;
}

.wrapper-image-large {
  border-radius: 90px;
  height: 50em;
  position: relative;
  overflow: hidden;
}

.padding-wrapper {
  z-index: 2;
  grid-row-gap: 2.5em;
  flex-direction: column;
  width: 100%;
  max-width: 39em;
  padding: 4em 3.5em;
  display: flex;
  position: relative;
}

.padding-wrapper.b {
  text-align: center;
  align-items: center;
}

.frame-image-rounded {
  z-index: 6;
  background-color: #b8b8b8;
  border-radius: 32px;
  width: 80em;
  height: 55em;
  position: relative;
  overflow: hidden;
}

.section-bg-light-green {
  background-color: #e4f3e4;
}

.frame-large {
  background-color: #e4f3e4;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65em;
  min-height: 65em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-large.m {
  height: 50em;
  min-height: auto;
}

.inner-heading-hero {
  flex-direction: row;
  order: 0;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-heading-hero._2 {
  grid-column-gap: 3em;
  justify-content: space-around;
  align-self: flex-end;
  align-items: flex-start;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.inner-heading-hero.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.inner-heading-hero.j {
  grid-column-gap: 2em;
  justify-content: center;
  padding-left: 8px;
  padding-right: 8px;
}

.wrapper-hero-cta {
  flex-direction: column;
  align-items: center;
  max-width: 1680px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 4em 12em;
  display: flex;
}

.wrapper-heading-hero {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.link-button-green {
  z-index: 2;
  background-color: var(--ssgreen);
  color: #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button-green:hover {
  color: #000;
  box-shadow: 0 8px 0 -1px #000;
}

.link-button-green.nav {
  background-color: var(--medium-sea-green-2);
  color: #fff;
  padding: 12px 22px;
}

.h-xtra-large {
  transform-origin: 50% 100%;
  color: #000;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 30em;
  font-weight: 900;
  line-height: .8;
  position: relative;
  left: -.02em;
}

.h-xtra-large.w, .h-xtra-large.o, .h-xtra-large.ww {
  font-family: Switzer, sans-serif;
  font-size: 27vw;
  font-weight: 700;
}

.h-xtra-large.n {
  font-size: 27vw;
  font-weight: 700;
}

.wrapper-hero-v4 {
  grid-row-gap: 4em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1680px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 6em 20px 12em;
  display: flex;
}

.inner-hero-v4 {
  perspective: 2000px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2em;
  padding-right: 1em;
  display: flex;
  overflow: hidden;
}

.cta-wrapper-center {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 70%;
  max-width: none;
  display: flex;
}

.content-wrap-gap-small {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrapper-link-block {
  color: #000;
  flex-direction: column;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.wrapper-link-block:hover {
  color: #000c;
}

.link-block-wrapper {
  align-items: center;
  display: flex;
}

.inner-link-block {
  background-color: #0000001a;
  width: 100%;
  height: 2px;
  margin-top: 2px;
  overflow: hidden;
}

.underline-link-block {
  background-color: var(--dark-slate-grey);
  width: 100%;
  height: 3px;
}

.logo-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: stretch;
  display: grid;
}

.contain-image-block {
  object-fit: contain;
}

.inner-f-image-center-end {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 45em;
  padding-top: 5em;
  padding-left: 2em;
  padding-right: 4em;
  display: flex;
}

.inner-f-image-center-end.cta {
  min-height: auto;
  padding-bottom: 5em;
}

.center-wrapper-medium {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 55em;
  display: flex;
}

.flex-box-horizontal-center {
  grid-column-gap: 4em;
  background-color: #0000;
  border-radius: 44px;
  justify-content: center;
  padding: 6em 4em;
  display: flex;
}

.quote-icon-c {
  height: 2.2em;
  margin-bottom: 2em;
}

.flex-box-cta-center-bottom {
  grid-column-gap: 0em;
  grid-row-gap: 4em;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.content-wrap-min {
  grid-row-gap: 3em;
  flex-direction: column;
  align-items: flex-start;
  max-width: 30em;
  padding-top: 2em;
  display: flex;
}

.main-rail-wrapper-hero {
  grid-column-gap: 12em;
  justify-content: space-between;
  height: 160vh;
  display: flex;
  position: relative;
}

.rail-wrapper-hero {
  grid-row-gap: 0em;
  flex-direction: column;
  flex: none;
  width: 22em;
  display: flex;
  overflow: hidden;
}

.rail-wrapper-hero.ex {
  width: 100%;
}

.rail-wrapper-hero.sp {
  grid-row-gap: 0em;
}

.rail-wrapper-hero.f {
  grid-row-gap: 22em;
}

.rail-reverse {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.rail-reverse.sp {
  grid-row-gap: 15em;
  justify-content: space-around;
  align-self: center;
  min-height: auto;
  padding-top: 25em;
  padding-bottom: 25em;
}

.rail-reverse.pd {
  z-index: 5;
  grid-row-gap: 10em;
  padding-top: 20em;
  position: relative;
}

.frame-rail-cover-image {
  border-radius: 12px;
  flex: none;
  align-self: flex-start;
  width: 100%;
  height: 18em;
  overflow: hidden;
}

.frame-rail-cover-image.l {
  align-self: center;
  width: 35vw;
  height: 28vw;
}

.frame-rail-cover-image.m {
  width: 18vw;
  max-width: 22vw;
  height: 15vw;
}

.frame-rail-cover-image.s {
  align-self: center;
  width: 15vw;
  height: 12vw;
}

.frame-rail-cover-image.xs {
  border-radius: 8px;
  width: 9vw;
  height: 12vh;
}

.rail-up {
  grid-row-gap: 5em;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.rail-up.sp {
  grid-row-gap: 10em;
  justify-content: flex-start;
  min-height: auto;
  padding-bottom: 20em;
}

.rail-up.first {
  grid-row-gap: 25em;
}

.text-asterisk {
  background-image: url('../images/Vector-24.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 85%;
  width: .8em;
  height: .8em;
  margin-left: .04em;
  display: inline-block;
}

.asterisk {
  height: 6em;
}

.asterisk.xsmall {
  height: 1.2em;
}

.asterisk.s {
  height: 3em;
}

.asterisk-wrapper {
  flex: none;
  padding: 15px 20px;
}

.asterisk-wrapper.small {
  padding: 0;
}

.image-scroll-sticky {
  z-index: 2;
  grid-column-gap: 2em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 4em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-scroll-container {
  height: 300vh;
  position: relative;
}

.image-scroll-wrapper {
  border-radius: 30px;
  flex: 1;
  height: 70vh;
  overflow: hidden;
}

.image-scroll-wrapper.m {
  z-index: 5;
  position: relative;
}

.image-scroll-wrapper._001 {
  z-index: 3;
  position: relative;
}

.image-scroll-wrapper._003 {
  z-index: 2;
  position: relative;
}

.ticker-overflow {
  grid-column-gap: 2em;
  align-items: center;
  height: 20em;
  display: flex;
  overflow: hidden;
}

.ticker-overflow.s {
  height: auto;
}

.ticker-overflow.xs {
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ticker-wrapper-flex {
  grid-column-gap: 2em;
  flex: none;
  align-items: center;
  display: flex;
}

.ticker-wrapper-flex.padding {
  align-self: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ticker-text {
  color: #000;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 2.8em;
  font-weight: 600;
}

.ticker-text.xsmall {
  font-size: 1.1em;
  font-weight: 600;
}

.ticker-text.regular {
  text-transform: none;
  font-size: 8em;
  font-weight: 700;
  line-height: 1;
}

.ticker-text.uppercase {
  text-transform: uppercase;
  font-size: 8em;
  font-weight: 700;
  line-height: 1;
}

.ticker-text.uppercase.text-salmon, .ticker-text.text-salmon {
  white-space: nowrap;
}

.uppercase-medium {
  color: #000c;
  letter-spacing: -.01em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.2;
}

.uppercase-medium.text-white-opacity {
  color: #888c;
}

.uppercase-medium.text-white {
  color: #fffc;
}

.inner-line-base-hero {
  width: 100%;
  height: 2px;
  overflow: hidden;
}

.line-base-hero {
  background-color: #000;
  width: 100%;
  height: 5px;
}

.line-base-hero.white {
  background-color: #fff;
}

.hero-wrapper-l {
  grid-row-gap: 20em;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1840px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 30px 0;
  display: flex;
}

.hero-wrapper-m {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 75vh;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: relative;
}

.inner-sticky {
  z-index: 2;
  border-radius: 44px;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.inner-sticky._01 {
  transform-origin: 50% 100%;
  background-color: #ddbb7c;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 2vh;
}

.inner-sticky._02 {
  height: 100vh;
  position: sticky;
  top: 4vh;
}

.inner-sticky._03 {
  top: 6vh;
}

.inner-sticky._04 {
  top: 8vh;
}

.inner-sticky._05 {
  top: 10vh;
}

.inner-sticky._06 {
  top: 12vh;
}

.cta-wrapper-center-large {
  grid-row-gap: 2em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: none;
  display: flex;
}

.bg-cream {
  background-color: #e4e6d5;
}

.flex-label-cards {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  font-weight: 500;
  display: flex;
}

.wrapper-ticker {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 100%;
  padding-top: .8em;
  padding-bottom: .8em;
  overflow: hidden;
}

.wrapper-ticker.s {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-ticker.white-strole {
  border-top-color: #ffffff1a;
  border-bottom-color: #ffffff1a;
}

.wrapper-box-side-nav {
  grid-row-gap: 0em;
  background-color: #fff;
  border: 1px #e0e0e0;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.track {
  flex-direction: column;
  justify-content: flex-start;
  height: 450vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.track-04 {
  height: 550vh;
  position: relative;
}

.inner-ticker-images {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.frame-ticker-06 {
  z-index: 9;
  background-color: #b36e6e;
  border-radius: 60px;
  width: 28vw;
  height: 28vw;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.frame-ticker-05 {
  z-index: 5;
  background-color: #b36e6e;
  border-radius: 80px;
  width: 28vw;
  height: 40vh;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.frame-ticker-04 {
  z-index: 6;
  background-color: #b36e6e;
  border-radius: 60px;
  width: 28vw;
  height: 40vh;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.frame-ticker-03 {
  z-index: 3;
  background-color: #b36e6e;
  border-radius: 60px;
  width: 28vw;
  height: 40vh;
  position: absolute;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.frame-ticker-02 {
  z-index: 4;
  background-color: #b36e6e;
  border-radius: 25px;
  width: 28vw;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.frame-ticker-01 {
  z-index: 3;
  background-color: #b36e6e;
  border-radius: 60px;
  width: 28vw;
  height: 40vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.inner-mask {
  z-index: 3;
  background-color: var(--light-goldenrod-yellow);
  border-radius: 200%;
  width: 160%;
  height: 160%;
  display: none;
  position: absolute;
  inset: -30% auto auto -30%;
}

.mask {
  width: 100%;
  height: 100%;
}

.inner-hero-title-home {
  grid-row-gap: 20px;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 100px;
  display: flex;
}

.text-large-ticker {
  z-index: 5;
  grid-column-gap: 5em;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
}

.inner-track-04-title {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.inner-track-04-title.gap {
  grid-column-gap: 4em;
}

.inner-track-04 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.circ-01 {
  background-color: #e2e0e0;
  border-radius: 32px;
  width: 32em;
  height: 32em;
  position: absolute;
  inset: 12% auto auto 4%;
  overflow: hidden;
}

.circ-02 {
  background-color: #e2e0e0;
  border-radius: 20px;
  width: 32em;
  height: 22em;
  position: absolute;
  inset: auto 17% 18% auto;
  overflow: hidden;
}

.circ-03 {
  background-color: #e2e0e0;
  border-radius: 20px;
  width: 25em;
  height: 18em;
  position: absolute;
  inset: 15% 5% auto auto;
  overflow: hidden;
}

.inner-title-home-grid {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.grid-5c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.inner-title-dropdown-links-02 {
  color: #9e9e9e;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.inner-title-dropdown-links-02.gray {
  grid-column-gap: 10px;
  background-color: #262626;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 15px;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.wrapper-inner-nav {
  z-index: 30;
  background-color: #242424;
  border-bottom: 1px solid #202020;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  display: flex;
  position: relative;
}

.nav-flex {
  grid-column-gap: 1px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.inner-button-nav-flex {
  grid-column-gap: 8px;
  color: #a5a5a5;
  background-color: #303030;
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  padding: 6px 16px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.inner-button-nav-flex:hover {
  background-color: #4d4d4d;
}

.inner-button-nav-flex.absolute {
  background-color: #0000;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding-left: 6px;
  padding-right: 6px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.icon-button-nav-flex {
  opacity: .67;
  height: 10px;
}

.icon-button-nav-flex.r {
  transform: rotate(180deg);
}

.inner-link {
  background-color: var(--salmon);
  background-image: url('../images/Arrow-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 1.5rem;
  border-radius: 200px;
  width: 6rem;
  height: 6rem;
  margin-bottom: -.35rem;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
}

.span-1, .span-2, .span-3, .span-5, .span-4 {
  display: inline-block;
}

.padding-top-medium {
  padding-top: 12em;
}

.link-tab-inner-nav-01 {
  background-color: #414141;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  display: flex;
}

.tab-inner-nav {
  grid-row-gap: 1px;
  background-color: #161616;
  border: 1px solid #161616;
  border-radius: 4px;
  flex-direction: column;
  width: 16em;
  min-height: auto;
  display: none;
  position: absolute;
  top: 55px;
  left: 10px;
  overflow: hidden;
  box-shadow: 0 5px 14px #0006;
}

.tab-inner-nav.w--open {
  display: flex;
}

.tab-inner-nav.page-name {
  width: 40em;
  overflow: visible;
}

.link-tab-inner-nav {
  box-shadow: none;
  color: #979797;
  background-color: #252525;
  justify-content: space-between;
  width: 100%;
  padding: 11px 15px 11px 20px;
  font-family: Inter, sans-serif;
  font-size: .94em;
  text-decoration: none;
  display: flex;
}

.link-tab-inner-nav:hover {
  background-color: #313131;
}

.link-tab-inner-nav.w--current {
  color: #979797;
  background-color: #303030;
}

.link-tab-inner-nav.s {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 12px;
}

.button-inner-nav {
  grid-column-gap: 5px;
  color: #fff;
  background-color: #005a2f;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.button-inner-nav:hover {
  background-color: #46a889;
}

.title-tab-inner-nav {
  color: #747474;
  text-transform: uppercase;
  background-color: #252525;
  padding: 7px 20px;
  font-size: 10px;
}

.inner-icon-tab-in-03 {
  background-color: #303030;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.inner-icon-tab-in-03:hover, .inner-icon-tab-in-03.w--open {
  background-color: #4d4d4d;
}

.inner-dropdown-links-02 {
  z-index: 3;
  grid-row-gap: 1px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.icon-dropdown-links-02 {
  height: 10px;
}

.icon-tab-in-02 {
  opacity: .56;
  height: 10px;
  position: relative;
  top: 0;
}

.inner-link-in-02 {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.link-tab-inner-nav-02 {
  align-items: center;
  height: 100%;
  display: flex;
}

.inner-button-inner-nav {
  grid-column-gap: 8px;
  padding-left: 4px;
  padding-right: 4px;
  display: flex;
}

.icon-tab-arrow-in {
  height: 42px;
  position: absolute;
  top: -12px;
  left: 8px;
}

.title-dropdown-links-02 {
  grid-column-gap: 6px;
  text-transform: none;
  background-color: #0003;
  border-radius: 5px;
  align-items: center;
  padding: 4px 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  display: flex;
}

.section.pale-rose {
  position: relative;
}

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

.section.works.pale-rose {
  background-color: #ece4d8;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.link-block-pop-up {
  z-index: 20;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #242424;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 18em;
  height: auto;
  padding: 20px 20px 25px;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 10px 10px auto;
  overflow: hidden;
}

.link-block-2 {
  line-height: 1.3;
  text-decoration: none;
}

.text-span {
  background-color: var(--medium-sea-green);
  color: #fff;
  border-radius: 4px;
  margin-top: 16px;
  margin-bottom: 3px;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}

.h-xlarge {
  color: #000;
  letter-spacing: -.02em;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Switzer, sans-serif;
  font-size: 6.25em;
  font-weight: 700;
  line-height: .8;
}

.h-xlarge.text-white {
  color: #fff;
}

.p-regular {
  color: #000;
  font-size: 2em;
  font-weight: 600;
  line-height: 1.4;
}

.p-regular.text-gray {
  color: var(--dark-grey-2);
}

.uppercase-small {
  color: #141414d9;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}

.uppercase-small.text-gray {
  color: #9b9b9b;
}

.uppercase-small.text-white {
  color: #ffffffd9;
}

.hp-footer-wrapper {
  justify-content: space-between;
  width: 100%;
  padding: 28px;
  display: flex;
}

.flex-footer-l {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.pale-rose {
  background-color: #f2dedd;
}

.m-navbar {
  background-color: #ece4d8;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hp-h1-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hp-h1-wrapper._2 {
  grid-column-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
}

.hp-h1-wrapper._1 {
  grid-column-gap: 5em;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}

.hp-h1-wrapper._222 {
  grid-column-gap: 20px;
  flex: none;
  justify-content: flex-start;
  width: auto;
  padding: 7px 0;
}

.hp-h1-wrapper.left {
  grid-column-gap: 20px;
  flex: none;
  justify-content: flex-start;
  width: auto;
  overflow: visible;
}

.main-nav-link {
  color: #000;
  text-transform: none;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Switzer, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.main-nav-link:hover {
  color: #000;
  background-image: url('../images/Vector-27.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 4em;
}

.main-nav-link.w--current {
  color: #6e6e6e;
}

.main-nav-link._02:hover {
  background-image: url('../images/scribble-circle.svg');
  background-position: 50%;
  background-size: 4.8em;
}

.main-nav-link._03:hover {
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-size: 3.2em;
}

.main-nav-link._04:hover {
  background-image: url('../images/scribble-line.svg');
  background-position: 50% 90%;
  background-size: 6em;
}

.flex-box-horizontal-copy {
  grid-column-gap: 4em;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.flex-box-horizontal-copy {
  grid-column-gap: 2em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.inner-nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.brand-wrapper {
  z-index: 4;
  width: 9em;
  height: auto;
  position: relative;
}

.inner-g-nav {
  grid-template-rows: auto;
  grid-template-columns: .5fr 2fr .5fr;
  justify-content: stretch;
  align-self: center;
  align-items: center;
  width: 100%;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Pally Variable;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.absolute-nav {
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inside-mask {
  background-color: #ffe7cd;
  border-radius: 200%;
  width: 100%;
  height: 100%;
}

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

.inner-circle-b, .div-block-24, .circle-button-wrapper {
  display: flex;
}

.div-block-26 {
  width: 100%;
}

.div-block-27, .div-block-28 {
  height: 100%;
}

.button-circle-w {
  height: 100px;
}

.inner-circle-button {
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.inner-circle-button.hover {
  display: none;
}

.icon-arrow-b {
  height: 22px;
}

.label-button-wrapper {
  grid-column-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 2em;
  display: flex;
  overflow: hidden;
}

.label-button-wrapper.arrow {
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: flex-end;
  width: 1.5em;
  margin-left: .5rem;
}

.text-block {
  font-size: 18px;
}

.full-wrapper {
  z-index: 6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.full-wrapper.h {
  flex-direction: column;
}

.full-wrapper.max-width {
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
}

.inner-full-wrapper {
  z-index: 2;
  background-color: #a0a0a0;
  border-radius: 120px;
  flex: none;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.circle-image {
  object-fit: cover;
  width: 105vw;
  max-width: 1680px;
  height: 107vh;
  position: absolute;
}

.track-rail {
  align-items: flex-start;
  width: 100%;
  height: 250vh;
  display: flex;
  position: relative;
}

.track-rail.hero {
  flex-direction: column;
  height: 450vh;
}

.u-xl {
  color: #000;
  text-align: left;
  letter-spacing: -.045em;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 15em;
  font-weight: 700;
  line-height: .8;
}

.u-xl.no-wrap {
  white-space: nowrap;
}

.u-xl.text-white {
  color: #fff;
}

.blurb-hero {
  align-self: center;
  width: 23em;
}

.link-block-work {
  border-top-width: 1px;
  border-top-color: #000;
  width: 100%;
  padding: 4em 2em;
  text-decoration: none;
  position: relative;
}

.link-block-work:hover {
  color: #000;
}

.rounded-work-wrapper {
  border-radius: 120px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1860px;
  height: 90vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.svg-image-h {
  height: 120px;
  position: relative;
  top: 15px;
}

.section-work-scroll {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.ticker-wrapper-top {
  z-index: 3;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-items-wrap {
  background-color: #fff;
  border-radius: 200px;
  flex: none;
  align-items: center;
  padding: 5px 20px;
  display: flex;
}

.button-wrapper {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  display: flex;
}

.grid-nav-top {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  width: 100%;
}

.bg-nav {
  display: none;
}

.info-job-wrapper {
  grid-column-gap: 12px;
  color: #fff;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 18vh;
  padding-left: 5vw;
  font-family: Switzer, sans-serif;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bullet {
  background-color: #fff;
  border-radius: 100px;
  width: 14px;
  height: 14px;
}

.heading-m {
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
}

.marquee-wrapper-m {
  max-width: 38vw;
  margin: 4em auto;
}

.marquee-wrapper-m.hide {
  display: none;
}

.label-job-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-box-col-center-top-copy {
  background-color: #f2dedd;
  border-radius: 40px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.bullet-black {
  background-color: #000;
  border-radius: 100px;
  width: 12px;
  height: 12px;
}

.bullet-black.large {
  width: 2em;
  height: 2em;
}

.bullet-black.color-salmon {
  background-color: #f8cab2;
}

.overflow-marquee {
  grid-row-gap: 0em;
  flex-direction: column;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 22px;
  display: flex;
  overflow: hidden;
}

.images-w {
  grid-column-gap: 5em;
  flex: none;
  display: flex;
  overflow: hidden;
}

.marquee-images-w {
  grid-column-gap: 5em;
  flex: 1;
  display: flex;
}

.link-block-4 {
  background-color: #d68b8b;
  border-radius: 40px;
  flex: none;
  width: 25vw;
  height: 55vh;
  overflow: hidden;
}

.marquee-images-w-off {
  grid-column-gap: 5em;
  flex: 1;
  display: flex;
}

.grid-ticker {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  align-content: center;
  align-items: center;
  width: 100%;
}

.half-wrap-ticker {
  grid-column-gap: 20px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.padding-block-works {
  z-index: 6;
  width: 100%;
  padding-left: 5em;
  padding-right: 5em;
  position: relative;
}

.grid-block-works {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-content: center;
  align-items: center;
}

.h-wrapper-block {
  text-align: center;
  position: relative;
}

.wrapper-block-works {
  justify-content: center;
  align-items: center;
  width: 35em;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cover-wrapper-works {
  background-color: #f11;
  border-radius: 16px;
  width: 100%;
  height: 44em;
  position: relative;
  overflow: hidden;
}

.bg-block-works {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.padding-large-footer {
  padding-top: 6em;
  padding-bottom: 6em;
  position: relative;
}

.flex-heading-footer {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.uppercase-m {
  color: #000;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: Switzer, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: .94;
}

.uppercase-m.text-white {
  color: #fff;
}

.work-image-wrapper {
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.grid-2col {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

.image-wrapper-column {
  height: 70em;
  padding-top: 20em;
}

.list-wrapper-outline {
  border-bottom: 1px solid #000;
  padding-top: .8em;
  padding-bottom: .5em;
  position: relative;
  overflow: hidden;
}

.list-wrapper-outline.white {
  border-bottom-color: #fff3;
}

.uppercase-l {
  color: #000;
  text-transform: uppercase;
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
}

.uppercase-l.text-gray {
  color: #9b9b9b;
}

.inner-hero-wrapper {
  grid-row-gap: 5em;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  padding-bottom: 12em;
  display: flex;
}

.hero-wrapper-flex {
  justify-content: space-between;
  padding-left: 2.5em;
  padding-right: 2.2em;
  display: flex;
}

.u-xxl {
  color: #000;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 22vw;
  font-weight: 700;
  line-height: .72;
}

.content-wrapper-f {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 1em;
  display: flex;
}

.track-company {
  flex-direction: column;
  height: 300vh;
  display: flex;
  position: relative;
}

.sticky-w {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.image-w {
  z-index: 10;
  border-radius: 35px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-w-small {
  z-index: 9;
  background-color: var(--green-yellow);
  border-radius: 35px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: 60vh;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.image-m-wrapper {
  border-radius: 20px;
  height: 50em;
  overflow: hidden;
}

.sp-01, .sp-02, .sp-03, .sp-04 {
  display: inline-block;
}

.sp-05 {
  display: inline;
}

.content-wrap-gap-copy {
  grid-row-gap: 2.25em;
  flex-direction: column;
  align-items: flex-start;
  height: 350vh;
  padding-top: 6em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.grid-3col {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr 1fr;
  align-items: start;
}

.content-w-small {
  grid-row-gap: 25px;
  flex-direction: column;
  flex: none;
  width: 25em;
  min-height: auto;
  display: flex;
}

.grid-h {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-wrapper-2 {
  color: #000;
  align-items: center;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -1px #0000001a;
}

.grid-4col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 65px 70px 40px;
}

.stats-large {
  color: #000;
  letter-spacing: -.05em;
  font-size: 7em;
  font-weight: 600;
  line-height: .8;
  position: relative;
  left: -.04em;
}

.stats-large.text-white {
  color: #fff;
}

.content-wrapper-gap {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.stats-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.sticky-full {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.wrapper-works {
  z-index: 4;
  flex-direction: column;
  height: auto;
  min-height: 200vh;
  padding: 30px;
  display: flex;
  position: relative;
}

.wrapper-img-works {
  background-color: #0000;
  border-radius: 13px;
  width: 42em;
  height: 56em;
  overflow: hidden;
}

.wrapper-img-works.m {
  height: 42em;
}

.wrapper-img-works.s {
  width: 28em;
  height: 28em;
}

.alt-works {
  transform-origin: 50% 0;
  text-transform: uppercase;
  background-color: #00000080;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.alt-works.up {
  z-index: 4;
  color: #fff;
  border-radius: 6px;
  width: auto;
  padding: 15px;
  font-size: 12px;
  top: 4%;
}

.link-block-next {
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 40em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-next {
  width: 30em;
  height: 40em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.u-l {
  color: #000;
  letter-spacing: -.045em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 9em;
  font-weight: 700;
  line-height: .8;
}

.footer-wrapper {
  grid-row-gap: 10em;
  flex-direction: column;
  width: 100%;
  padding-top: 10em;
  display: flex;
}

.work-description {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.work-description.header {
  grid-row-gap: 35px;
  flex-direction: column;
  max-width: none;
  display: flex;
}

.work-wrapper {
  grid-row-gap: 6em;
  flex-direction: column;
  padding-bottom: 6em;
  display: flex;
}

.wrapper-height {
  flex-direction: column;
  justify-content: center;
  min-height: 18vh;
  display: flex;
  position: relative;
}

.flex-cms-works {
  width: 100%;
  max-width: 1880px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 4em;
  position: relative;
}

.bg-fixed {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 3.1em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cover-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  -webkit-text-stroke-color: #000;
  background-color: #65b35700;
  border-radius: 20px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 24vw;
  height: 35%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 30px;
  padding: 0;
  display: block;
  position: static;
  overflow: visible;
}

.link-block-w {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.h-number {
  width: 25em;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cover-works-fixed {
  display: none;
}

.collection-item {
  position: relative;
}

.span-emoji {
  background-image: url('../images/winking-face-with-tongue_1f61c_1winking-face-with-tongue_1f61c.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 4.5rem;
  display: inline-block;
}

.span-emoji.hand {
  background-image: url('../images/waving-hand_light-skin-tone_1f44b-1f3fb_1f3fb_1waving-hand_light-skin-tone_1f44b-1f3fb_1f3fb.png');
}

.span-emoji.donuts {
  background-image: url('../images/doughnut_1f369_1doughnut_1f369.png');
}

.span-emoji.brain {
  background-image: url('../images/brain_1f9e0_1brain_1f9e0.png');
}

.list-services-wrapper {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.alt-image-team {
  border-radius: 12px;
  width: 20em;
  height: 12em;
  position: absolute;
  inset: -2.5em 0% auto auto;
  overflow: hidden;
}

.div-block-29 {
  width: 100%;
}

.text-salmon {
  color: #f8cab2;
}

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

.div-block-30 {
  grid-column-gap: 10px;
  border-bottom: 4px solid #000;
  width: 100%;
  max-width: 60em;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.div-block-31 {
  grid-column-gap: 10px;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 600;
  display: flex;
}

.paragraph-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 2em;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.u-xl-copy {
  color: #000;
  text-align: right;
  letter-spacing: -.045em;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer, sans-serif;
  font-size: 15em;
  font-weight: 700;
  line-height: .8;
}

.u-xl-copy.no-wrap {
  white-space: nowrap;
}

.u-xl-copy.text-white {
  color: #fff;
}

.heading-2 {
  margin-top: 125px;
  padding-bottom: 50px;
}

.bold-text {
  padding-left: 55px;
}

.text-block-2 {
  color: #000;
  padding-top: 50px;
  padding-bottom: 30px;
  font-size: 6em;
  font-weight: 700;
}

.paragraph-3 {
  color: #000;
  -webkit-text-stroke-color: #000;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 5em;
  font-weight: 600;
  line-height: .8;
}

.link-block-5 {
  background-color: #d68b8b;
  border-radius: 40px;
  flex: none;
  width: 25vw;
  height: 80%;
  max-height: 100%;
  overflow: hidden;
}

.text-span-2 {
  color: var(--ssgreen);
  border: 0 solid #000;
}

.div-block-32 {
  background-color: #65b35700;
  flex: 0 auto;
  padding-left: 0;
  padding-right: 0;
}

.imagehowitworks {
  opacity: 0;
  width: 300px;
  height: 300px;
  display: block;
  position: relative;
}

.howitworkscontainer4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.howitworkscontainer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.howitworkscontainer2, .howitworkscontainer3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.link-block-w2, .link-block-w3, .link-block-w4, .link-block-w-1 {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.imagehowitworks2, .imagehowitworks3 {
  opacity: 0;
  width: 300px;
  height: 300px;
  display: block;
  position: relative;
}

.imagehowitworks4 {
  opacity: 0;
  width: 300px;
  height: 300px;
  padding-top: 0;
  display: block;
  position: relative;
}

.div-block-33 {
  justify-content: center;
  align-items: center;
  margin-top: -66px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.div-block-34 {
  justify-content: flex-end;
  align-items: center;
  margin-top: -389px;
  padding-top: 0;
  padding-right: 90px;
  display: flex;
  position: relative;
  top: -164px;
}

.div-block-35 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 67px;
  display: flex;
  position: relative;
  top: -77px;
}

.div-block-36 {
  justify-content: center;
  align-items: center;
  margin-top: -245px;
  display: flex;
  position: relative;
  top: -204px;
}

.columns {
  position: relative;
}

.div-block-33m {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
}

.div-block-35m {
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
  top: -77px;
}

.div-block-36m {
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  top: -204px;
}

.div-block-34m {
  justify-content: flex-end;
  align-items: center;
  padding-top: 0;
  display: none;
  position: relative;
  top: -164px;
}

.code-embed {
  padding-left: 180px;
  padding-right: 180px;
}

.heading-3 {
  color: #000;
  padding-left: 70px;
  font-family: Switzer, sans-serif;
  font-weight: 600;
}

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

  .master-section {
    width: 100%;
  }

  .master-section.blog-post {
    min-height: auto;
    padding-top: 7.5em;
  }

  .master-section.full-height {
    height: auto;
  }

  .nav-li {
    margin-left: 0;
    margin-right: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 32px;
  }

  .container {
    flex: 0 auto;
  }

  .container.desktop-padding {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.inner-padding-small {
    width: 100%;
  }

  .container.full {
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
  }

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

  .main-grid.short-gap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .main-grid.hero {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-wrapper.sticky-faq {
    position: relative;
  }

  .inner-padding-xsmall {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding-medium {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .logos-wrapper {
    width: auto;
  }

  .image-logo {
    max-height: 10em;
  }

  .paragraph {
    margin-bottom: 5vh;
  }

  .form.row {
    grid-row-gap: 1em;
    flex-direction: column;
  }

  .heading-xlarge {
    font-size: 4em;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: #80808033;
  }

  .button.outline:hover {
    border-color: #b3b3b34d;
  }

  .button.color-red:hover {
    background-color: var(--crimson);
  }

  .button.color-blue, .button.color-blue:hover {
    background-color: var(--blue-2);
  }

  .button.bg-white:hover {
    background-color: #fff;
  }

  .grid-buttons {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .gray-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

  .text-field {
    min-width: auto;
  }

  .text-field.flex-white {
    min-height: 60px;
  }

  .form-block {
    padding-right: 0;
  }

  .xlarge-scroll-heading {
    font-size: 16em;
  }

  .main-paragraph.split {
    column-count: 1;
  }

  .center-wrapper.h {
    grid-row-gap: 0em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .heading-medium {
    font-size: 3em;
  }

  .heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .heading-large.merch.text-black {
    font-size: 60px;
  }

  .collection-list-news, .collection-list-news._3-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .wrapper-full-image {
    height: 35vh;
  }

  .collection-list-products {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .product-link-wrapper {
    height: auto;
  }

  .product-image-wrapper {
    border-radius: 8px;
    flex: none;
    height: 35vh;
  }

  .view-more {
    display: none;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 24px;
  }

  .wrapper-image-blog.team-members {
    height: 35vh;
  }

  .form-container {
    max-width: none;
  }

  .dropdown {
    width: 100%;
  }

  .underline {
    display: none;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .collection-item-banner {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .link-social:hover {
    background-color: #0000;
    padding-bottom: 0;
  }

  .wrapper-sticky.blog {
    position: relative;
    top: 0;
  }

  .wrapper-sticky.footer {
    position: relative;
  }

  .wrapper-sticky.c {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
  }

  .wrapper-link-back:hover {
    color: var(--dim-grey);
  }

  .tag-sale {
    font-size: 13px;
  }

  .grid-style-guide {
    place-content: center;
    place-items: center;
    width: 100%;
  }

  .home-link-grid {
    border-radius: 4px;
    height: auto;
    padding: 15px 10px;
  }

  .home-link-grid:hover {
    background-color: #fff;
  }

  .more-images {
    width: 100%;
  }

  .content-wrapper.shop {
    max-width: none;
  }

  .box-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-circle {
    width: 5em;
    height: 5em;
  }

  .container-block {
    padding-left: 3em;
    padding-right: 3em;
  }

  .heading-xxlarge {
    font-size: 4em;
  }

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

  .main-hero {
    padding-top: 8em;
  }

  .main-hero.ab, .main-hero.nav {
    padding-top: 0;
  }

  .button-fill {
    display: none;
  }

  .p-large {
    font-size: 3.8em;
  }

  .button-hover-fill {
    display: none;
  }

  .form-page-wrapper {
    padding: 45px 30px;
  }

  .scroll-nav-block {
    display: none;
  }

  .uppercase-xlarge {
    font-size: 5em;
  }

  .transparent-logo {
    width: auto;
  }

  .grid-drop-down {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .content-wrap-gap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inner-block {
    align-items: center;
  }

  .inner-block.sticky {
    text-align: left;
    flex-direction: column;
    position: relative;
  }

  .uppercase-xxlarge {
    font-size: 4em;
  }

  .uppercase-xxlarge.no-wrap {
    font-size: 8em;
  }

  .flex-box-image-wrapper {
    order: -1;
    min-height: auto;
  }

  .padding-wrapper-medium {
    grid-row-gap: 1.5em;
    order: -1;
    align-items: center;
    max-width: none;
    padding: 3em 20px;
  }

  .flex-box-col-center-top {
    order: -1;
    min-height: auto;
  }

  .link-flex {
    justify-content: center;
  }

  .inner-f-image-center {
    align-items: stretch;
    height: 45vh;
    min-height: auto;
  }

  .flex-box-horizontal {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .inner-f-box-col {
    grid-row-gap: 1.5em;
    text-align: center;
    order: -1;
    max-width: none;
    padding: 3em 2em;
  }

  .padding-wrapper {
    max-width: none;
  }

  .frame-image-rounded {
    width: 60vw;
    height: 60vw;
  }

  .frame-large {
    align-items: stretch;
    height: 45vh;
    min-height: auto;
  }

  .inner-heading-hero._2 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .inner-heading-hero.j {
    flex-direction: column;
    align-items: flex-start;
  }

  .link-button-green {
    padding-left: 50px;
  }

  .h-xtra-large {
    font-size: 120px;
  }

  .h-xtra-large.w, .h-xtra-large.o, .h-xtra-large.ww, .h-xtra-large.n {
    font-size: 20vw;
    font-weight: 700;
  }

  .wrapper-hero-v4 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .cta-wrapper-center {
    grid-row-gap: 1.5em;
    order: -1;
    width: auto;
    max-width: none;
  }

  .content-wrap-gap-small {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .inner-f-image-center-end {
    align-items: stretch;
    min-height: auto;
  }

  .flex-box-horizontal-center {
    grid-row-gap: 4em;
    flex-flow: column wrap;
  }

  .flex-box-cta-center-bottom {
    grid-row-gap: 2.5em;
    flex-direction: column;
    padding-bottom: 0;
  }

  .content-wrap-min {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
    display: flex;
  }

  .main-rail-wrapper-hero {
    height: 45em;
  }

  .rail-wrapper-hero {
    border: 1px #000;
    width: 25vw;
  }

  .rail-wrapper-hero.ex {
    border-style: none;
    width: 35vw;
  }

  .rail-wrapper-hero.f {
    border-style: none;
  }

  .frame-rail-cover-image {
    height: 25vh;
  }

  .asterisk {
    height: 3em;
  }

  .uppercase-medium {
    font-size: 25px;
  }

  .hero-wrapper-l {
    grid-row-gap: 0em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .inner-sticky {
    border-radius: 20px;
  }

  .cta-wrapper-center-large {
    grid-row-gap: 1.5em;
    order: -1;
    width: auto;
    max-width: none;
  }

  .track {
    height: auto;
    padding-top: 10vh;
  }

  .track-04.auto {
    height: auto;
  }

  .frame-ticker-05 {
    height: 30vw;
  }

  .frame-ticker-04 {
    height: 26vw;
  }

  .frame-ticker-03 {
    height: 35vw;
  }

  .frame-ticker-02, .frame-ticker-01 {
    height: 25vw;
  }

  .inner-hero-title-home {
    padding-top: 0;
    padding-bottom: 0;
  }

  .circ-01 {
    width: 25vw;
    height: 25vw;
  }

  .circ-02 {
    width: 30vw;
    height: 30vw;
  }

  .circ-03 {
    width: 20vw;
    height: 20vw;
  }

  .grid-5c {
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-inner-nav {
    display: none;
  }

  .inner-link {
    height: 4.5rem;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .h-xlarge {
    font-size: 4em;
  }

  .p-regular {
    font-size: 24px;
  }

  .hp-footer-wrapper {
    grid-row-gap: 35px;
    flex-direction: column;
    align-items: center;
  }

  .m-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hp-h1-wrapper._2 {
    grid-column-gap: 25px;
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .hp-h1-wrapper._1 {
    flex-direction: row;
    flex: none;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .hp-h1-wrapper.left {
    padding-left: 0;
  }

  .main-nav-link {
    color: #fff;
    margin-left: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 0;
    font-size: 22px;
  }

  .nav-menu-2 {
    background-color: #000;
    border-style: none;
    padding-bottom: 35px;
  }

  .flex-box-horizontal-copy {
    flex-direction: column;
  }

  .inner-nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .inner-g-nav {
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    position: relative;
  }

  .full-wrapper {
    height: auto;
  }

  .full-wrapper.h {
    position: relative;
  }

  .inner-full-wrapper {
    border-radius: 30px;
    height: 80vh;
    min-height: auto;
  }

  .circle-image {
    height: 100%;
  }

  .track-rail.hero {
    height: auto;
  }

  .u-xl {
    font-size: 9em;
  }

  .blurb-hero {
    width: auto;
  }

  .link-block-work {
    padding-left: 30px;
    padding-right: 30px;
  }

  .rounded-work-wrapper {
    border-radius: 45px;
    justify-content: flex-end;
    padding-bottom: 4em;
  }

  .svg-image-h {
    height: 3em;
    top: 0;
  }

  .nav-items-wrap {
    background-color: #0000;
    border-radius: 0;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid-nav-top {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .bg-nav {
    background-color: #000;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    inset: 0% auto auto 0%;
  }

  .info-job-wrapper {
    height: 15vh;
  }

  .marquee-wrapper-m {
    max-width: none;
  }

  .flex-box-col-center-top-copy {
    order: -1;
    min-height: auto;
  }

  .overflow-marquee {
    grid-row-gap: 2.5em;
  }

  .images-w {
    grid-column-gap: 2em;
  }

  .link-block-4 {
    width: 60vw;
  }

  .grid-ticker {
    grid-template-rows: auto;
  }

  .padding-block-works {
    padding-left: 2em;
    padding-right: 2em;
  }

  .grid-block-works.jobs {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .h-wrapper-block {
    text-align: left;
  }

  .wrapper-block-works {
    display: none;
  }

  .cover-wrapper-works {
    width: 32vw;
    height: auto;
  }

  .flex-heading-footer {
    grid-column-gap: 15px;
  }

  .grid-2col {
    grid-template-columns: 1fr;
  }

  .image-wrapper-column {
    height: auto;
    padding-top: 0;
  }

  .inner-hero-wrapper {
    padding-top: 5em;
    padding-bottom: 5em;
  }

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

  .u-xxl {
    font-size: 6em;
  }

  .content-wrap-gap-copy {
    text-align: center;
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 6em;
    display: flex;
  }

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

  .content-w-small {
    width: auto;
    min-height: auto;
  }

  .lottie-animation {
    justify-content: center;
    align-items: center;
    width: 1.5em;
    height: auto;
    display: flex;
  }

  .grid-4col {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .stats-large {
    font-size: 9em;
    left: 0;
  }

  .sticky-full {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-img-works.m, .wrapper-img-works.s {
    width: 100%;
    height: 25vh;
  }

  .u-l {
    font-size: 9em;
  }

  .flex-cms-works {
    grid-row-gap: 35px;
    flex-direction: column;
    justify-content: flex-start;
    padding: 3em 30px;
    display: flex;
    position: relative;
  }

  .bg-fixed {
    display: none;
  }

  .link-block-w {
    grid-column-gap: 20px;
  }

  .h-number {
    width: auto;
    display: flex;
    position: relative;
  }

  .cover-works-fixed {
    flex: none;
    width: 100%;
    height: 400px;
    display: flex;
    overflow: hidden;
  }

  .span-emoji {
    width: 1.2em;
    height: 3.5rem;
  }

  .list-services-wrapper {
    grid-row-gap: 1.5em;
    flex-flow: column wrap;
    display: flex;
  }

  .alt-image-team {
    order: -1;
    position: relative;
    top: 0;
  }

  .collection-list {
    grid-row-gap: 4em;
    flex-direction: column;
    display: flex;
  }

  .u-xl-copy {
    font-size: 9em;
  }

  .link-block-5 {
    width: 60vw;
  }

  .link-block-w2, .link-block-w3, .link-block-w4, .link-block-w-1 {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
    font-weight: 700;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 18px;
  }

  .main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 22px;
    line-height: 1.4;
  }

  .form {
    flex-direction: column;
  }

  .heading-xlarge {
    font-size: 40px;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .grid-buttons {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-buttons.social {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gray-wrapper {
    padding: 35px;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .form-block {
    width: 100%;
  }

  .heading-medium {
    font-size: 24px;
  }

  .heading-large {
    font-size: 32px;
  }

  .sub-heading-regular {
    font-size: 20px;
    font-weight: 700;
  }

  .sub-heading-regular.text-gray-light {
    font-weight: 400;
  }

  .wrapper-full-image {
    height: 35vh;
  }

  .product-image-wrapper {
    height: 32vh;
  }

  .product-image-wrapper.merch {
    height: 35vh;
  }

  .product-image-wrapper.home {
    height: 30vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

  .inner-form {
    flex-direction: column;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .link-social {
    flex: 0 33.3%;
  }

  .image-product {
    height: 45vh;
  }

  .grid-style-guide {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    place-content: space-around space-between;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-style-guide.inner-padding-xsmall {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-loader {
    height: 35px;
  }

  .p-medium {
    font-size: 1.6em;
  }

  .heading-xxlarge, .uppercase-xxlarge {
    font-size: 40px;
  }

  .padding-wrapper {
    padding: 0;
  }

  .asterisk {
    height: 40px;
  }

  .asterisk-wrapper {
    padding: 0 10px;
  }

  .h-xlarge {
    font-size: 40px;
  }

  .hp-h1-wrapper._2 {
    justify-content: space-between;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
  }

  h4 {
    font-size: 14px;
  }

  p {
    font-size: 18px;
    line-height: 1.4;
  }

  .master-section {
    width: 100%;
  }

  .container {
    flex: 0 auto;
    width: 100%;
  }

  .container.titles {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }

  .container.gap-wrapper {
    grid-row-gap: 1em;
  }

  .container.full {
    height: auto;
  }

  .container.gap-hero {
    grid-row-gap: 5em;
    padding-bottom: 0;
  }

  .main-grid {
    grid-row-gap: 2em;
  }

  .main-grid.short-gap {
    grid-row-gap: 10px;
    align-content: stretch;
  }

  .margin-bottom-small {
    margin-bottom: 25px;
  }

  .margin-bottom-medium {
    margin-bottom: 55px;
  }

  .inner-padding-xsmall {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .inner-padding-medium {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }

  .title-tag {
    font-size: 12px;
  }

  .logos-wrapper {
    border-radius: 12px;
    padding: 35px 20px;
  }

  .image-logo {
    width: auto;
    max-width: none;
    max-height: 20px;
  }

  .image-logo.med {
    max-width: 4.8em;
    max-height: 1.8em;
  }

  .small-legal-text {
    font-size: 11px;
  }

  .wrapper-heading {
    align-items: center;
    padding-top: 8em;
    padding-bottom: 4em;
  }

  .wrapper-heading.blog-post {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .paragraph {
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.65;
  }

  .heading-wrapper-center {
    padding-bottom: 3em;
  }

  .form {
    align-items: center;
  }

  .heading-xlarge {
    font-size: 36px;
  }

  .button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .p-small {
    font-size: 14px;
  }

  .padding-bottom-medium {
    padding-bottom: 6vh;
  }

  .gray-wrapper {
    height: auto;
    min-height: auto;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .text-field.flex-white {
    font-size: 16px;
  }

  .link-footer {
    font-size: 13px;
  }

  .paragraph-wrapper {
    font-size: 18px;
  }

  .form-wrapper {
    width: 100%;
  }

  .xlarge-scroll-heading {
    font-size: 12vh;
    line-height: 1;
  }

  .logo-wrap-ticker {
    min-width: 35vw;
    min-height: 120px;
  }

  .logo-wrap-ticker.square-m {
    width: 12em;
    height: 8em;
  }

  .main-paragraph {
    font-size: 1em;
  }

  .main-paragraph.size-large {
    font-size: 22px;
  }

  .faq-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .plus-icon {
    height: 12px;
  }

  .link-wrapper {
    font-size: 16px;
  }

  .link-wrapper.small {
    font-size: .8em;
  }

  .text-small {
    font-size: 13px;
  }

  .center-wrapper {
    font-size: 18px;
  }

  .center-wrapper.gap {
    grid-row-gap: .85em;
  }

  .center-wrapper.h {
    grid-row-gap: 0em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .heading-medium {
    font-size: 24px;
    line-height: 1.05;
  }

  .heading-medium.no-caps {
    font-size: 30px;
  }

  .heading-medium.regular {
    font-size: 22px;
  }

  .heading-large {
    font-size: 34px;
  }

  .heading-large.merch.text-black {
    font-size: 45px;
  }

  .heading-large.jobs {
    font-size: 16px;
  }

  .heading-large.jobs.text-white {
    color: #000;
  }

  .sub-heading-regular {
    font-size: 18px;
  }

  .heading-small {
    font-size: 1em;
  }

  .heading-small.regular {
    font-size: 18px;
  }

  .collection-list-news {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .collection-list-news._3-col {
    grid-row-gap: 24px;
    align-content: stretch;
  }

  .flex-column-features {
    align-items: center;
  }

  .wrapper-full-image, .wrapper-full-image.blog-post {
    height: 35vh;
  }

  .collection-list-products {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-image-wrapper {
    border-radius: 6px;
    height: 15vh;
    min-height: auto;
  }

  .product-image-wrapper.merch, .product-image-wrapper.home {
    height: 15vh;
  }

  .wrap-product-info {
    padding-top: 10px;
  }

  .wrapper-image-product {
    height: 100%;
  }

  .inner-grid-cms {
    grid-column-gap: 24px;
  }

  .inner-grid-cms.vertical {
    grid-row-gap: 10px;
    margin-bottom: 0;
  }

  .inner-grid-cms.vertical.short-gap {
    grid-row-gap: 10px;
  }

  .wrapper-image-blog.team-members {
    border-radius: 20px;
    height: 25vh;
  }

  .wrapper-image-blog.list {
    height: 15vh;
  }

  .inner-form.gap {
    grid-row-gap: 2em;
  }

  .form-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

  .inner-input.flex-horizontal {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .info-members {
    text-align: center;
    padding-right: 20px;
  }

  .inner-padding-small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .ticker-wrapper {
    min-height: 150px;
  }

  .footer-inner {
    width: 100%;
  }

  .footer-inner.c {
    justify-content: center;
  }

  .image-product {
    height: 35vh;
  }

  .grid-style-guide {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-around;
    justify-items: stretch;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .home-link-grid {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sign-up-link.google {
    font-size: 16px;
  }

  .more-images {
    width: 100%;
    margin-bottom: 20px;
  }

  .inner-image-cta {
    padding-top: 0;
  }

  .p-medium {
    font-size: 1.15em;
    line-height: 1.4;
  }

  .cover-image {
    display: inline-block;
    overflow: clip;
  }

  .box-wrapper {
    padding: 40px 20px;
  }

  .button-circle {
    width: 5em;
    height: 5em;
  }

  .heading-regular {
    font-size: 20px;
  }

  .container-block {
    padding: 35px 20px;
  }

  .container-block.merch {
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .gap-wrapper {
    grid-row-gap: 3em;
    padding-top: 3em;
    padding-bottom: 3em;
  }

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

  .p-large {
    font-size: 1.2em;
    line-height: 1.3;
  }

  .h-wrapper, .h-wrapper.cta {
    grid-row-gap: 1em;
  }

  .link-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .label-button {
    font-size: 16px;
  }

  .heading-xlarge {
    font-size: 32px;
    font-weight: 700;
  }

  .article-image {
    height: 35vh;
  }

  .account-image-wrapper {
    min-height: 60vh;
  }

  .uppercase-large {
    padding-left: 0;
    padding-right: 15px;
    font-size: 2.4em;
  }

  .uppercase-xlarge {
    font-size: 2.6em;
  }

  .heading-xxlarge {
    font-size: 50px;
  }

  .heading-xxlarge.n {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 32px;
    display: block;
  }

  .heading-xxlarge.work {
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    display: flex;
    position: relative;
    left: auto;
  }

  .transparent-logo {
    border-radius: 12px;
    padding: 35px 20px;
  }

  .gap-wrapper-l {
    grid-row-gap: 2em;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-wrap-gap {
    grid-row-gap: 2em;
  }

  .content-wrapper-s {
    grid-row-gap: 1.25em;
  }

  .small-p {
    font-size: 13px;
  }

  .uppercase-xxlarge {
    font-size: 46px;
  }

  .center-wrapper-gap-large {
    font-size: 18px;
  }

  .flex-box-image-wrapper {
    order: 1;
  }

  .padding-wrapper-medium {
    grid-row-gap: 1.25em;
    padding: 3em 2em;
  }

  .flex-box-col-center-top {
    order: 1;
  }

  .link-flex {
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .inner-f-image-center {
    height: 45vh;
  }

  .flex-box-horizontal {
    flex-wrap: wrap;
  }

  .inner-f-box-col {
    grid-row-gap: 1.25em;
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .wrapper-image-large {
    height: 25em;
  }

  .padding-wrapper {
    grid-row-gap: 2em;
  }

  .padding-wrapper.b {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .frame-image-rounded {
    border-radius: 12px;
  }

  .frame-large {
    min-height: auto;
  }

  .inner-heading-hero._2 {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .inner-heading-hero.j {
    grid-row-gap: 15px;
  }

  .wrapper-hero-cta {
    padding: 4em 30px;
  }

  .link-button-green {
    flex: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .h-xtra-large {
    font-size: 60px;
  }

  .wrapper-hero-v4 {
    grid-row-gap: 2em;
  }

  .cta-wrapper-center {
    grid-row-gap: .9em;
    justify-content: center;
    width: auto;
  }

  .content-wrap-gap-small {
    grid-row-gap: .8em;
  }

  .logo-grid-no-gap {
    grid-column-gap: 0em;
  }

  .inner-f-image-center-end {
    min-height: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .center-wrapper-medium {
    font-size: 18px;
  }

  .flex-box-horizontal-center {
    grid-row-gap: 1.5em;
    padding: 40px 20px;
  }

  .quote-icon-c {
    height: 1.25em;
  }

  .flex-box-cta-center-bottom {
    grid-row-gap: 3em;
    padding: 3em 0 0 0;
  }

  .content-wrap-min {
    grid-row-gap: 2em;
    padding-top: 0;
  }

  .main-rail-wrapper-hero {
    grid-column-gap: 1.25em;
    justify-content: space-around;
    height: 30em;
  }

  .rail-wrapper-hero, .rail-reverse {
    grid-row-gap: 2em;
  }

  .frame-rail-cover-image {
    height: 20vh;
  }

  .rail-up {
    grid-row-gap: 1.5em;
  }

  .asterisk {
    height: 32px;
  }

  .asterisk-wrapper {
    padding: 0 10px;
  }

  .image-scroll-sticky {
    grid-row-gap: 2em;
    flex-direction: column;
    height: auto;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-scroll-container, .ticker-overflow {
    height: auto;
  }

  .ticker-wrapper-flex {
    grid-column-gap: 1em;
  }

  .ticker-text {
    font-size: 32px;
  }

  .ticker-text.regular {
    font-size: 90px;
  }

  .uppercase-medium {
    font-size: 15px;
  }

  .hero-wrapper-l {
    grid-row-gap: 0em;
    padding-top: 4em;
  }

  .cta-wrapper-center-large {
    grid-row-gap: .9em;
    justify-content: center;
    width: auto;
  }

  .flex-label-cards {
    margin-top: 0;
    padding-top: 6px;
    font-size: 12px;
  }

  .wrapper-ticker {
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .track-04 {
    height: auto;
  }

  .inner-ticker-images {
    height: 50vh;
  }

  .frame-ticker-06 {
    border-radius: 25px;
    width: 35vw;
    height: 35vw;
  }

  .frame-ticker-05 {
    border-radius: 20px;
    width: 35vw;
    height: 35vw;
  }

  .frame-ticker-04 {
    border-radius: 20px;
    height: 30vw;
  }

  .frame-ticker-03 {
    border-radius: 20px;
    height: 25vw;
  }

  .frame-ticker-02 {
    width: 25vw;
    height: 25vw;
  }

  .frame-ticker-01 {
    border-radius: 15px;
    width: 33vw;
    height: 25vw;
  }

  .text-large-ticker {
    grid-column-gap: 2em;
  }

  .inner-track-04 {
    min-height: 45vh;
  }

  .circ-01 {
    border-radius: 6px;
  }

  .circ-02 {
    border-radius: 12px;
    width: 45vw;
    height: 45vw;
  }

  .circ-03 {
    border-radius: 12px;
    width: 40vw;
    height: 40vw;
  }

  .inner-title-home-grid {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .inner-link {
    background-size: auto 1rem;
    width: 2em;
    height: 2.6rem;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .h-xlarge {
    font-size: 32px;
    line-height: .9;
  }

  .p-regular {
    font-size: 16px;
  }

  .uppercase-small {
    font-size: 12px;
  }

  .m-navbar {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hp-h1-wrapper._2 {
    grid-column-gap: 10px;
    justify-content: flex-start;
  }

  .hp-h1-wrapper._1 {
    grid-column-gap: 2em;
  }

  .hp-h1-wrapper.left {
    grid-column-gap: 5px;
  }

  .flex-box-horizontal-copy {
    flex-wrap: wrap;
  }

  .inner-nav-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-wrapper {
    width: 25vw;
    height: auto;
  }

  .inner-g-nav {
    grid-template-columns: 1fr auto;
  }

  .icon-arrow-b.white {
    height: 14px;
  }

  .inner-full-wrapper {
    height: 60vh;
  }

  .circle-image {
    height: 100%;
  }

  .track-rail {
    align-items: center;
    height: auto;
  }

  .u-xl {
    font-size: 60px;
  }

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

  .link-block-work {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .rounded-work-wrapper {
    border-radius: 20px;
    height: 45vh;
    padding-bottom: 15px;
  }

  .svg-image-h {
    height: 1.5em;
  }

  .grid-nav-top {
    padding-bottom: 35px;
  }

  .flex-box-col-center-top-copy {
    order: 1;
  }

  .overflow-marquee {
    opacity: 1;
    min-height: auto;
    padding-bottom: 24px;
    display: flex;
    overflow: hidden;
  }

  .images-w {
    grid-column-gap: 2em;
    display: flex;
  }

  .link-block-4 {
    height: 25vh;
  }

  .grid-ticker {
    grid-template-rows: auto;
  }

  .half-wrap-ticker {
    grid-column-gap: 20px;
  }

  .padding-block-works {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-block-works {
    grid-row-gap: 10px;
  }

  .grid-block-works.jobs {
    grid-row-gap: 2px;
    background-color: #fff;
    border-radius: 9px;
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .padding-large-footer {
    padding-bottom: 2em;
  }

  .flex-heading-footer {
    grid-column-gap: 5px;
  }

  .uppercase-m {
    font-size: 2.4em;
  }

  .hero-wrapper-flex {
    padding-left: 30px;
    padding-right: 30px;
  }

  .u-xxl {
    font-size: 4em;
  }

  .sp-01 {
    display: inline-block;
  }

  .content-wrap-gap-copy {
    grid-row-gap: 2em;
  }

  .grid-h {
    grid-row-gap: .6em;
  }

  .lottie-animation {
    width: 11vw;
    height: auto;
    position: relative;
    right: -10px;
  }

  .link-wrapper-2 {
    font-size: 18px;
  }

  .grid-4col {
    grid-template-columns: 1fr;
    padding-top: 15px;
  }

  .stats-large {
    font-size: 80px;
  }

  .wrapper-img-works {
    height: 45vh;
  }

  .wrapper-img-works.m, .wrapper-img-works.s {
    height: 15vh;
  }

  .u-l {
    font-size: 80px;
  }

  .wrapper-height {
    min-height: 10vh;
  }

  .flex-cms-works {
    grid-row-gap: 0px;
    padding-bottom: 0;
  }

  .link-block-w {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .h-number {
    top: auto;
    left: auto;
  }

  .span-emoji {
    height: 1.8rem;
  }

  .alt-image-team {
    width: 100%;
  }

  .paragraph-2 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-xl-copy {
    text-align: left;
    font-size: 60px;
  }

  .bold-text {
    text-align: left;
    padding-left: 34px;
    font-size: .5em;
    display: flex;
    position: static;
  }

  .text-block-2 {
    text-align: left;
    line-height: 1;
  }

  .paragraph-3 {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 10px;
    font-size: 2em;
    font-weight: 700;
    line-height: 1;
  }

  .bold-text-2 {
    display: block;
  }

  .link-block-5 {
    height: 45vh;
  }

  .imagehowitworks {
    opacity: 1;
  }

  .link-block-w2, .link-block-w3, .link-block-w4, .link-block-w-1 {
    grid-column-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .imagehowitworks2 {
    opacity: 1;
    width: 300px;
    height: 300px;
  }

  .imagehowitworks3 {
    opacity: 1;
    max-width: 100%;
  }

  .imagehowitworks4 {
    opacity: 1;
    width: 300px;
    max-width: 100%;
    height: 300px;
  }

  .div-block-33 {
    justify-content: flex-start;
    align-items: center;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .div-block-34 {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .div-block-35 {
    opacity: 1;
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .div-block-36 {
    justify-content: flex-start;
    align-items: center;
    position: static;
  }

  .div-block-33m {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
    inset: 0% 0% 0% auto;
  }

  .div-block-35m {
    opacity: 1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .div-block-36m, .div-block-34m {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: static;
  }

  .column {
    display: none;
  }

  .code-embed {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    padding-left: 20px;
  }
}

#w-node-_618c818a-a31d-5134-4678-e9f29dadc71d-2f6cc3da {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_833ca888-79a5-bced-4538-4125005d16de-2f6cc3da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_833ca888-79a5-bced-4538-4125005d16e4-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16ea-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16f0-2f6cc3da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_833ca888-79a5-bced-4538-4125005d16f6-2f6cc3da, #w-node-a7a9b147-fa74-650c-db05-0a7b9931a74b-2f6cc3da, #w-node-_1a927e2e-ec8e-82f8-476d-683805598369-2f6cc3da, #w-node-_8c8fc9db-1b30-72c3-37ba-f34b1da77a5c-2f6cc3da, #w-node-_75fa2b82-b57b-8d33-4cbe-656a563f4e06-2f6cc3da, #w-node-_8270dbda-5c55-0286-7936-21dfc158e860-2f6cc3da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_833ca888-79a5-bced-4538-4125005d1701-2f6cc3da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_833ca888-79a5-bced-4538-4125005d1707-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d170d-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d1713-2f6cc3da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_833ca888-79a5-bced-4538-4125005d1719-2f6cc3da, #w-node-_808fa202-64a6-f305-b54c-20099b6fb9ad-2f6cc3da, #w-node-_6975c014-1d01-c7b2-00e8-47f382f89ace-2f6cc3da, #w-node-d38cfd14-d10a-92a8-975c-25ed9d89a660-2f6cc3da, #w-node-_6dd441fb-3581-0b14-29ea-106b4bc21bc2-2f6cc3da, #w-node-a631dd1b-4a27-7f83-d936-cfd0c9018a75-2f6cc3da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1d0242f-2abb-f0e8-8e85-769ee618e863-e618e860 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e1d0242f-2abb-f0e8-8e85-769ee618e868-e618e860 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a579e87a-9f4f-3b4b-d4b3-7aac6f93c51b-e618e860 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: end;
}

#w-node-_47106d93-716e-546b-437e-15f2894c9874-7517b5b9, #w-node-_47106d93-716e-546b-437e-15f2894c9882-7517b5b9, #w-node-_47106d93-716e-546b-437e-15f2894c9890-7517b5b9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e5c-07bf8e43, #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center start;
}

#w-node-d166e64d-96dd-add3-a220-1d88b2098670-2f6cc43d {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-d166e64d-96dd-add3-a220-1d88b2098678-2f6cc43d {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center start;
}

#w-node-_8f4bb678-dd75-4fe6-c2b3-ef8855325a86-2f6cc43d {
  grid-area: 3 / 1 / 4 / 13;
  place-self: start center;
}

#w-node-d031176f-e769-67e5-53e7-9f1425e6b493-2f6cc43d {
  grid-area: 4 / 1 / 5 / 13;
  place-self: start end;
}

#w-node-_08e7e542-b5f8-b227-3d43-69eceb70ee21-2f6cc43d, #w-node-_6bbd234c-609c-db3e-13d9-cb2d0d4db892-2f6cc43d, #w-node-_0dd05578-13e2-0db8-7bb8-8ca27dfb907a-2f6cc43d, #w-node-fb6a93e6-a182-9c7e-7bc1-27c0931ffc94-2f6cc43d, #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f85-2f6cc43d, #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f87-2f6cc43d, #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f94-2f6cc43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a792c86-6be4-63c8-eafc-cb966503265d-2f6cc43d {
  grid-area: 1 / 1 / 3 / 9;
}

#w-node-_3a792c86-6be4-63c8-eafc-cb966503265f-2f6cc43d {
  grid-area: 1 / 7 / 4 / 13;
  align-self: end;
}

#w-node-_3a792c86-6be4-63c8-eafc-cb9665032662-2f6cc43d {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-b776a13e-13bb-e201-1b01-44586eeb4014-2f6cc43d {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-b776a13e-13bb-e201-1b01-44586eeb4016-2f6cc43d {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_79185e2c-aff3-1052-33bd-127c1e15c977-2f6cc43d {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-_79185e2c-aff3-1052-33bd-127c1e15c97c-2f6cc43d {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_79185e2c-aff3-1052-33bd-127c1e15c981-2f6cc43d {
  grid-area: 3 / 1 / 4 / 13;
  place-self: start end;
}

#w-node-ed5d7855-74e3-6324-53bf-bfb3c9303375-2f6cc43d {
  align-self: center;
}

#w-node-bd6c2280-5751-d90a-7f8c-35d8f0f66686-2f6cc43e {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9cb92ac0-e565-9211-c6ef-6f8eb1023441-2f6cc43e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9a30c311-83c0-eda8-b9c4-175fd9e2dd9b-2f6cc43e {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-a0cd3911-bf59-9cbb-95c3-01b9e1b2216d-2f6cc43f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b62ca81-62df-a9b9-e37a-8b65e2117659-2f6cc43f {
  grid-area: 1 / 1 / 2 / 8;
  justify-self: start;
}

#w-node-_06efd976-2d37-1405-951c-36119ee51fd1-2f6cc43f {
  align-self: center;
}

#w-node-f7cde7d0-3cfd-5c13-43e3-78095af2406d-2f6cc440 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbb-2f6cc440 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbd-2f6cc440 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbb-2f6cc441 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7759a6db-6e8d-6758-3ba6-7a8b1505ac42-2f6cc441 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_182f23de-dd84-0604-651b-ed07a4f830f6-2f6cc441 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_182f23de-dd84-0604-651b-ed07a4f830f8-2f6cc441 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-a8e6daef-2862-a1c8-a1b4-d54f6a95f557-2f6cc441 {
  grid-area: 1 / 1 / 3 / 9;
}

#w-node-f685fc2c-2e2f-fee9-1443-80ca4e4500cd-2f6cc441 {
  grid-area: 1 / 7 / 4 / 13;
  align-self: end;
}

#w-node-e21f7c92-e488-1f47-995b-089b1de3b613-2f6cc441 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b201-2f6cc441 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b205-2f6cc441 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-d166e64d-96dd-add3-a220-1d88b2098670-2f6cc442 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-d166e64d-96dd-add3-a220-1d88b2098678-2f6cc442 {
  grid-area: 2 / 1 / 3 / 13;
  place-self: center start;
}

#w-node-_8f4bb678-dd75-4fe6-c2b3-ef8855325a86-2f6cc442 {
  grid-area: 3 / 1 / 4 / 13;
  place-self: start center;
}

#w-node-d031176f-e769-67e5-53e7-9f1425e6b493-2f6cc442 {
  grid-area: 4 / 1 / 5 / 13;
  place-self: start end;
}

#w-node-_08e7e542-b5f8-b227-3d43-69eceb70ee21-2f6cc442, #w-node-_6bbd234c-609c-db3e-13d9-cb2d0d4db892-2f6cc442, #w-node-_0dd05578-13e2-0db8-7bb8-8ca27dfb907a-2f6cc442, #w-node-fb6a93e6-a182-9c7e-7bc1-27c0931ffc94-2f6cc442, #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f85-2f6cc442, #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f87-2f6cc442, #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f94-2f6cc442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a792c86-6be4-63c8-eafc-cb966503265d-2f6cc442 {
  grid-area: 1 / 1 / 3 / 9;
}

#w-node-_3a792c86-6be4-63c8-eafc-cb966503265f-2f6cc442 {
  grid-area: 1 / 7 / 4 / 13;
  align-self: end;
}

#w-node-_3a792c86-6be4-63c8-eafc-cb9665032662-2f6cc442 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-b776a13e-13bb-e201-1b01-44586eeb4014-2f6cc442 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-b776a13e-13bb-e201-1b01-44586eeb4016-2f6cc442 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: stretch;
}

#w-node-_79185e2c-aff3-1052-33bd-127c1e15c977-2f6cc442 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-_79185e2c-aff3-1052-33bd-127c1e15c97c-2f6cc442 {
  grid-area: 2 / 1 / 3 / 13;
  justify-self: center;
}

#w-node-_79185e2c-aff3-1052-33bd-127c1e15c981-2f6cc442 {
  grid-area: 3 / 1 / 4 / 13;
  place-self: start end;
}

#w-node-ed5d7855-74e3-6324-53bf-bfb3c9303375-2f6cc442 {
  align-self: center;
}

#w-node-bd6c2280-5751-d90a-7f8c-35d8f0f66686-2f6cc443 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_9cb92ac0-e565-9211-c6ef-6f8eb1023441-2f6cc443 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_9a30c311-83c0-eda8-b9c4-175fd9e2dd9b-2f6cc443 {
  grid-area: 1 / 9 / 2 / 12;
}

#w-node-a0cd3911-bf59-9cbb-95c3-01b9e1b2216d-2f6cc444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4b62ca81-62df-a9b9-e37a-8b65e2117659-2f6cc444 {
  grid-area: 1 / 1 / 2 / 8;
  justify-self: start;
}

#w-node-_06efd976-2d37-1405-951c-36119ee51fd1-2f6cc444 {
  align-self: center;
}

#w-node-f7cde7d0-3cfd-5c13-43e3-78095af2406d-2f6cc445 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbb-2f6cc445 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbd-2f6cc445 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbb-2f6cc446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7759a6db-6e8d-6758-3ba6-7a8b1505ac42-2f6cc446 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-_182f23de-dd84-0604-651b-ed07a4f830f6-2f6cc446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_182f23de-dd84-0604-651b-ed07a4f830f8-2f6cc446 {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-a8e6daef-2862-a1c8-a1b4-d54f6a95f557-2f6cc446 {
  grid-area: 1 / 1 / 3 / 9;
}

#w-node-f685fc2c-2e2f-fee9-1443-80ca4e4500cd-2f6cc446 {
  grid-area: 1 / 7 / 4 / 13;
  align-self: end;
}

#w-node-e21f7c92-e488-1f47-995b-089b1de3b613-2f6cc446 {
  grid-area: 4 / 7 / 5 / 13;
}

#w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b201-2f6cc446 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b205-2f6cc446 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-afdd43e7-7df4-cab4-f4ac-b9183975a493-2f6cc447, #w-node-d15bb096-b534-7de3-5a78-6f0a85479ac5-2f6cc448, #w-node-bcf9455a-9d12-8a9e-94c2-12f63d52c132-2f6cc448 {
  align-self: center;
}

#w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-2f6cc44a {
  grid-area: 1 / 1 / 2 / 9;
  align-self: start;
}

#w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-2f6cc44a {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-d8bf417a-a584-1ff9-efdd-26f8c07d8034-2f6cc44a {
  align-self: center;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
  grid-area: 1 / 7 / 2 / 13;
  place-self: end;
}

#w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
  grid-area: 1 / 2 / 2 / 7;
  align-self: center;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-2f6cc44c {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d7c7-2f6cc44c {
  align-self: center;
}

#w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760b0-2f6cc44d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760c3-2f6cc44d {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760d6-2f6cc44d {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e513-2f6cc44d, #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e51e-2f6cc44d, #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e526-2f6cc44d, #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e534-2f6cc44d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e542-2f6cc44d {
  grid-area: 2 / 1 / 3 / 7;
  place-self: center start;
}

#w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e54b-2f6cc44d {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: end;
}

#w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e54d-2f6cc44d {
  justify-self: center;
}

#w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-2f6cc44e {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-_3a08272a-59f3-d39b-1191-b0eba36bf8cc-2f6cc44e {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-_8a3d4d5c-dfb6-8e07-5be8-66beb029c4c2-2f6cc44f {
  grid-area: 1 / 4 / 2 / 10;
  justify-self: center;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-2f6cc450 {
  grid-area: 1 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_3569dcfc-297a-5625-630e-cf945ee7bbfd-2f6cc450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4233e64b-de4e-d194-a5a4-ceb618d11c98-2f6cc450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a6f6f7e8-20b7-21a7-d402-a75cb8e59da4-2f6cc450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0a5454-daf5-d1a5-5fec-c4b882d2af3a-2f6cc450 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ac29dbc6-2883-2f09-7a8f-e97185fccb62-2f6cc450 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-fc3d0872-f2ff-4e44-8e5e-9a0fab95a6d7-2f6cc450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc3d0872-f2ff-4e44-8e5e-9a0fab95a6d9-2f6cc450 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4999d81c-07fa-5e7a-252c-aebe7a276972-2f6cc450, #w-node-_4999d81c-07fa-5e7a-252c-aebe7a276977-2f6cc450, #w-node-_4999d81c-07fa-5e7a-252c-aebe7a27697c-2f6cc450, #w-node-_4999d81c-07fa-5e7a-252c-aebe7a276981-2f6cc450 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_86065011-63db-a4ef-b721-7c80b3f92d71-2f6cc450 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: start center;
}

#w-node-_7728fdc3-5fcf-8ac5-a9e7-e6b336ca3453-2f6cc450 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b889ed0f-0afe-4aca-f5fa-2fb8981e74d4-2f6cc450 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_48bb25de-67d2-f263-83ff-37054b4ea716-2f6cc450 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-_20b717d3-31d4-0106-3111-ff445ca3e0ab-2f6cc452 {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6025fa44-3115-002f-d0ad-3f7a0eaccf09-2f6cc452 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be85bcad-3255-4ed1-b3c2-9e3252a52a03-2f6cc452 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6025fa44-3115-002f-d0ad-3f7a0eaccf0b-2f6cc452 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_36bd3e01-6730-903c-5ba1-075f5e713174-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713176-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713178-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317a-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317c-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317e-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713180-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713182-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713184-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713186-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713188-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71318a-2f6cc452 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_674cce7c-2e6f-2001-60d8-7daf6a1d0f9e-2f6cc452 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_9dbf3aed-b5d8-f6d2-9837-6cd8e6398269-2f6cc452 {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: end;
}

#w-node-_3354a2ed-233b-5b0c-4281-ef7d67778ce2-2f6cc452 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-d9e5d9d9-6463-1b78-59ce-8542be5a25c5-2f6cc452 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-d9e5d9d9-6463-1b78-59ce-8542be5a25ca-2f6cc452 {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: end;
}

#w-node-d9e5d9d9-6463-1b78-59ce-8542be5a25cd-2f6cc452 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_55edbf75-98a8-2672-55ff-b2a754b2968e-2f6cc452 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_55edbf75-98a8-2672-55ff-b2a754b29693-2f6cc452 {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: end;
}

#w-node-_55edbf75-98a8-2672-55ff-b2a754b29696-2f6cc452 {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b53-2f6cc452 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b56-2f6cc452 {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_6736a7d3-351d-80e2-34d3-89175c67af14-2f6cc452, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af16-2f6cc452 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6736a7d3-351d-80e2-34d3-89175c67af18-2f6cc452 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_6736a7d3-351d-80e2-34d3-89175c67af1a-2f6cc452, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1c-2f6cc452, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1e-2f6cc452 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bf52019f-8cd1-62ee-b250-9d232727f4fc-2727f4fa {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-bf52019f-8cd1-62ee-b250-9d232727f50b-2727f4fa {
  grid-area: 1 / 2 / 2 / 9;
  justify-self: center;
}

#w-node-bf52019f-8cd1-62ee-b250-9d232727f51e-2727f4fa {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-bf52019f-8cd1-62ee-b250-9d232727f52e-2727f4fa {
  grid-area: 1 / 9 / 2 / 13;
  justify-self: center;
}

#w-node-_5715b956-843b-9175-0ee5-da076f5b0826-2f6cc453 {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_57546710-47eb-19af-c2a1-cce34ec93b5d-2f6cc453 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-f44827fe-99e3-8ad6-3a21-2fb5cd3b3c5c-2f6cc453 {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_063490fc-f078-bdcb-adac-eb2a54c642d6-2f6cc453 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-a84579c2-b9e2-1d5a-862e-2467e8f4ea97-2f6cc453 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a0f8a4ae-eb4b-2501-da1f-695e90b565f3-2f6cc453 {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-2f6cc469 {
  grid-area: 1 / 1 / 3 / 13;
  place-self: center;
}

#w-node-_3569dcfc-297a-5625-630e-cf945ee7bbfd-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4233e64b-de4e-d194-a5a4-ceb618d11c98-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a6f6f7e8-20b7-21a7-d402-a75cb8e59da4-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b0a5454-daf5-d1a5-5fec-c4b882d2af3a-2f6cc469 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-ac29dbc6-2883-2f09-7a8f-e97185fccb62-2f6cc469 {
  grid-area: 3 / 2 / 4 / 3;
  justify-self: center;
}

#w-node-_1a0ad11a-a48d-b15f-f92e-7fcf2c942c1c-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a80da656-6546-345d-cd51-cb44fdd3b3dc-2f6cc469 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_957ecc95-3733-4878-1e3d-c288e52888df-2f6cc469 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_86065011-63db-a4ef-b721-7c80b3f92d71-2f6cc469 {
  grid-area: 1 / 1 / 2 / 13;
  place-self: start center;
}

#w-node-_7728fdc3-5fcf-8ac5-a9e7-e6b336ca3453-2f6cc469 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-b889ed0f-0afe-4aca-f5fa-2fb8981e74d4-2f6cc469 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_48bb25de-67d2-f263-83ff-37054b4ea716-2f6cc469 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

#w-node-d8f65ce9-e36b-8aef-68f1-0cbc5f725c91-2f6cc469, #w-node-d8f65ce9-e36b-8aef-68f1-0cbc5f725c97-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8f65ce9-e36b-8aef-68f1-0cbc5f725c9a-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-af674362-af0a-e0d3-e69a-58dac64971c4-2f6cc469, #w-node-af674362-af0a-e0d3-e69a-58dac64971c9-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af674362-af0a-e0d3-e69a-58dac64971cc-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3acd73d3-0329-0ae5-bccd-c9a4298b314b-2f6cc469, #w-node-_3acd73d3-0329-0ae5-bccd-c9a4298b3150-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3acd73d3-0329-0ae5-bccd-c9a4298b3153-2f6cc469 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_26975a60-618f-cfb5-261a-d49c9fbe32e8-2f6cc46a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26975a60-618f-cfb5-261a-d49c9fbe32ea-2f6cc46a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_26975a60-618f-cfb5-261a-d49c9fbe32ec-2f6cc46a {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_20b717d3-31d4-0106-3111-ff445ca3e0ab-2f6cc46b {
  grid-area: span 1 / span 9 / span 1 / span 9;
}

#w-node-_6025fa44-3115-002f-d0ad-3f7a0eaccf09-2f6cc46b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-be85bcad-3255-4ed1-b3c2-9e3252a52a03-2f6cc46b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_6025fa44-3115-002f-d0ad-3f7a0eaccf0b-2f6cc46b {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_36bd3e01-6730-903c-5ba1-075f5e713174-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713176-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713178-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317a-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317c-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317e-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713180-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713182-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713184-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713186-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713188-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71318a-2f6cc46b {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_674cce7c-2e6f-2001-60d8-7daf6a1d0f9e-2f6cc46b {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_9dbf3aed-b5d8-f6d2-9837-6cd8e6398269-2f6cc46b {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: end;
}

#w-node-_3354a2ed-233b-5b0c-4281-ef7d67778ce2-2f6cc46b {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_294f26cd-b14f-edb3-efe0-c595b13f49cf-2f6cc46b {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-_294f26cd-b14f-edb3-efe0-c595b13f49d4-2f6cc46b {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: end;
}

#w-node-_294f26cd-b14f-edb3-efe0-c595b13f49d7-2f6cc46b {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-ef78af74-4a21-6373-d2c5-d528b7c126ce-2f6cc46b {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#w-node-ef78af74-4a21-6373-d2c5-d528b7c126d3-2f6cc46b {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: end;
}

#w-node-ef78af74-4a21-6373-d2c5-d528b7c126d6-2f6cc46b {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: end;
}

#w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b53-2f6cc46b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b56-2f6cc46b {
  grid-area: 2 / 8 / 3 / 12;
}

#w-node-_6736a7d3-351d-80e2-34d3-89175c67af14-2f6cc46b, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af16-2f6cc46b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6736a7d3-351d-80e2-34d3-89175c67af18-2f6cc46b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-_6736a7d3-351d-80e2-34d3-89175c67af1a-2f6cc46b, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1c-2f6cc46b, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1e-2f6cc46b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5715b956-843b-9175-0ee5-da076f5b0826-2f6cc46c {
  grid-area: 1 / 1 / 2 / 10;
}

#w-node-_57546710-47eb-19af-c2a1-cce34ec93b5d-2f6cc46c {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-f44827fe-99e3-8ad6-3a21-2fb5cd3b3c5c-2f6cc46c {
  grid-area: 1 / 10 / 2 / 13;
  justify-self: end;
}

#w-node-_063490fc-f078-bdcb-adac-eb2a54c642d6-2f6cc46c {
  grid-area: 1 / 1 / 2 / 13;
  place-self: center start;
}

#w-node-a84579c2-b9e2-1d5a-862e-2467e8f4ea97-2f6cc46c {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-a0f8a4ae-eb4b-2501-da1f-695e90b565f3-2f6cc46c {
  grid-area: 2 / 9 / 3 / 13;
}

#w-node-a763637b-79bb-5037-a2ab-4d2a4d2bc935-2f6cc488 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-af7d3b01-b991-f928-9b44-d5573ca873b5-2f6cc488 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_5f378ba6-92c6-aaba-c423-03c6c5875b5e-2f6cc488 {
  grid-area: 1 / 2 / 2 / 12;
  place-self: center;
}

#w-node-_39473808-2504-be03-dcf0-0e5a45c0d540-2f6cc488 {
  align-self: stretch;
}

#w-node-_39473808-2504-be03-dcf0-0e5a45c0d542-2f6cc488 {
  align-self: center;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
  grid-area: 1 / 6 / 2 / 12;
}

#w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb7-2f6cc489 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb9-2f6cc489 {
  grid-area: 1 / 8 / 2 / 12;
  align-self: center;
}

#w-node-f451d034-4353-2b0a-f82e-e4ec698f4924-2f6cc489 {
  align-self: center;
}

#w-node-b7575744-a576-67bb-b83d-7346f92b9541-2f6cc48a {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-2f6cc48a {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_99e36361-3e4e-2043-c2f4-d28c1533f32e-2f6cc48a {
  align-self: center;
}

#w-node-c2864e63-da07-45d7-a893-74ed488cfc26-488cfc24 {
  grid-area: 1 / 4 / 2 / 10;
  place-self: center;
}

#w-node-c2864e63-da07-45d7-a893-74ed488cfc2c-488cfc24 {
  grid-area: 2 / 2 / 3 / 12;
}

#w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-2f6cc48b {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-e2425de2-e2a6-a2d2-1e36-85f259d1dc33-2f6cc48c {
  grid-area: 1 / 1 / 3 / 6;
  align-self: start;
}

#w-node-af49eee5-b545-6943-9ca0-d24d90e8aa5d-2f6cc48c {
  grid-area: 2 / 7 / 4 / 13;
  place-self: start center;
}

#w-node-_23bb29dd-1c94-deec-e76d-78ca0be2aa69-2f6cc48c {
  grid-area: 4 / 2 / 6 / 8;
  place-self: start center;
}

#w-node-da7aa85d-40bc-1ebb-5e55-4e3e95abbdfa-2f6cc48c {
  grid-area: 1 / 1 / 3 / 6;
  align-self: start;
}

#w-node-da7aa85d-40bc-1ebb-5e55-4e3e95abbdfd-2f6cc48c {
  grid-area: 2 / 7 / 4 / 13;
  place-self: start center;
}

#w-node-da7aa85d-40bc-1ebb-5e55-4e3e95abbe00-2f6cc48c {
  grid-area: 4 / 2 / 6 / 8;
  place-self: start center;
}

@media screen and (max-width: 991px) {
  #w-node-_833ca888-79a5-bced-4538-4125005d16de-2f6cc3da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_833ca888-79a5-bced-4538-4125005d16e4-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16ea-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16f0-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16f6-2f6cc3da, #w-node-a7a9b147-fa74-650c-db05-0a7b9931a74b-2f6cc3da, #w-node-_1a927e2e-ec8e-82f8-476d-683805598369-2f6cc3da, #w-node-_8c8fc9db-1b30-72c3-37ba-f34b1da77a5c-2f6cc3da, #w-node-_75fa2b82-b57b-8d33-4cbe-656a563f4e06-2f6cc3da, #w-node-_8270dbda-5c55-0286-7936-21dfc158e860-2f6cc3da {
    grid-column: span 1 / span 1;
  }

  #w-node-_833ca888-79a5-bced-4538-4125005d1701-2f6cc3da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_833ca888-79a5-bced-4538-4125005d1707-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d170d-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d1713-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d1719-2f6cc3da, #w-node-_808fa202-64a6-f305-b54c-20099b6fb9ad-2f6cc3da, #w-node-_6975c014-1d01-c7b2-00e8-47f382f89ace-2f6cc3da, #w-node-d38cfd14-d10a-92a8-975c-25ed9d89a660-2f6cc3da, #w-node-_6dd441fb-3581-0b14-29ea-106b4bc21bc2-2f6cc3da, #w-node-a631dd1b-4a27-7f83-d936-cfd0c9018a75-2f6cc3da {
    grid-column: span 1 / span 1;
  }

  #w-node-e1d0242f-2abb-f0e8-8e85-769ee618e868-e618e860 {
    grid-column-end: 3;
  }

  #w-node-e1d0242f-2abb-f0e8-8e85-769ee618e873-e618e860 {
    justify-self: end;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e5c-07bf8e43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e80-07bf8e43 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-d166e64d-96dd-add3-a220-1d88b2098670-2f6cc43d, #w-node-d166e64d-96dd-add3-a220-1d88b2098678-2f6cc43d {
    grid-column-end: 3;
  }

  #w-node-_8f4bb678-dd75-4fe6-c2b3-ef8855325a86-2f6cc43d, #w-node-d031176f-e769-67e5-53e7-9f1425e6b493-2f6cc43d {
    grid-column-end: 3;
    place-self: center start;
  }

  #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f85-2f6cc43d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f87-2f6cc43d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f94-2f6cc43d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3a792c86-6be4-63c8-eafc-cb966503265d-2f6cc43d {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_3a792c86-6be4-63c8-eafc-cb966503265f-2f6cc43d {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-_3a792c86-6be4-63c8-eafc-cb9665032662-2f6cc43d {
    grid-column: 1 / 3;
  }

  #w-node-b776a13e-13bb-e201-1b01-44586eeb4014-2f6cc43d {
    grid-column-end: 3;
  }

  #w-node-b776a13e-13bb-e201-1b01-44586eeb4016-2f6cc43d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_79185e2c-aff3-1052-33bd-127c1e15c977-2f6cc43d, #w-node-_79185e2c-aff3-1052-33bd-127c1e15c97c-2f6cc43d, #w-node-_79185e2c-aff3-1052-33bd-127c1e15c981-2f6cc43d {
    grid-column-end: 3;
  }

  #w-node-_9cb92ac0-e565-9211-c6ef-6f8eb1023441-2f6cc43e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9a30c311-83c0-eda8-b9c4-175fd9e2dd9b-2f6cc43e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4b62ca81-62df-a9b9-e37a-8b65e2117659-2f6cc43f {
    grid-column: 1 / 3;
  }

  #w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbd-2f6cc440 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbb-2f6cc441 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7759a6db-6e8d-6758-3ba6-7a8b1505ac42-2f6cc441 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_182f23de-dd84-0604-651b-ed07a4f830f6-2f6cc441 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_182f23de-dd84-0604-651b-ed07a4f830f8-2f6cc441 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a8e6daef-2862-a1c8-a1b4-d54f6a95f557-2f6cc441 {
    grid-column-end: 3;
  }

  #w-node-f685fc2c-2e2f-fee9-1443-80ca4e4500cd-2f6cc441, #w-node-e21f7c92-e488-1f47-995b-089b1de3b613-2f6cc441 {
    grid-column: 1 / 3;
  }

  #w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b201-2f6cc441 {
    grid-column-end: 3;
  }

  #w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b205-2f6cc441 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d166e64d-96dd-add3-a220-1d88b2098670-2f6cc442, #w-node-d166e64d-96dd-add3-a220-1d88b2098678-2f6cc442 {
    grid-column-end: 3;
  }

  #w-node-_8f4bb678-dd75-4fe6-c2b3-ef8855325a86-2f6cc442, #w-node-d031176f-e769-67e5-53e7-9f1425e6b493-2f6cc442 {
    grid-column-end: 3;
    place-self: center start;
  }

  #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f85-2f6cc442 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f87-2f6cc442 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e30b7af7-719d-c61e-965e-1e1c041e2f94-2f6cc442 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3a792c86-6be4-63c8-eafc-cb966503265d-2f6cc442 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_3a792c86-6be4-63c8-eafc-cb966503265f-2f6cc442 {
    grid-column: 1 / 3;
    grid-row-start: 2;
  }

  #w-node-_3a792c86-6be4-63c8-eafc-cb9665032662-2f6cc442 {
    grid-column: 1 / 3;
  }

  #w-node-b776a13e-13bb-e201-1b01-44586eeb4014-2f6cc442 {
    grid-column-end: 3;
  }

  #w-node-b776a13e-13bb-e201-1b01-44586eeb4016-2f6cc442 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_79185e2c-aff3-1052-33bd-127c1e15c977-2f6cc442, #w-node-_79185e2c-aff3-1052-33bd-127c1e15c97c-2f6cc442, #w-node-_79185e2c-aff3-1052-33bd-127c1e15c981-2f6cc442 {
    grid-column-end: 3;
  }

  #w-node-_9cb92ac0-e565-9211-c6ef-6f8eb1023441-2f6cc443 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_9a30c311-83c0-eda8-b9c4-175fd9e2dd9b-2f6cc443 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4b62ca81-62df-a9b9-e37a-8b65e2117659-2f6cc444 {
    grid-column: 1 / 3;
  }

  #w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbd-2f6cc445 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_41d70193-9ea2-9cd5-e0a0-046138783dbb-2f6cc446 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_7759a6db-6e8d-6758-3ba6-7a8b1505ac42-2f6cc446 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_182f23de-dd84-0604-651b-ed07a4f830f6-2f6cc446 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_182f23de-dd84-0604-651b-ed07a4f830f8-2f6cc446 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a8e6daef-2862-a1c8-a1b4-d54f6a95f557-2f6cc446 {
    grid-column-end: 3;
  }

  #w-node-f685fc2c-2e2f-fee9-1443-80ca4e4500cd-2f6cc446, #w-node-e21f7c92-e488-1f47-995b-089b1de3b613-2f6cc446 {
    grid-column: 1 / 3;
  }

  #w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b201-2f6cc446 {
    grid-column-end: 3;
  }

  #w-node-_8e8a0084-e79e-7d1b-d44e-f1d6a6f4b205-2f6cc446 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-e1dc66fb-bf88-2cf1-1bca-006b5e6d4019-2f6cc44a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_57198bed-cc0e-e250-6f72-f2fa069b2b16-2f6cc44a, #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-2f6cc44c {
    grid-column: 1 / 3;
  }

  #w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760b0-2f6cc44d, #w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760c3-2f6cc44d {
    grid-row-end: 2;
  }

  #w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760d6-2f6cc44d {
    grid-row: 1 / 2;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e513-2f6cc44d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e51e-2f6cc44d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e526-2f6cc44d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e534-2f6cc44d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e542-2f6cc44d {
    grid-row: 4 / 5;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e54b-2f6cc44d {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-2f6cc44e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3a08272a-59f3-d39b-1191-b0eba36bf8cc-2f6cc44e {
    grid-column: span 2 / span 2;
  }

  #w-node-_8a3d4d5c-dfb6-8e07-5be8-66beb029c4c2-2f6cc44f {
    grid-column: 1 / 3;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-2f6cc450 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_3569dcfc-297a-5625-630e-cf945ee7bbfd-2f6cc450 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4233e64b-de4e-d194-a5a4-ceb618d11c98-2f6cc450 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-a6f6f7e8-20b7-21a7-d402-a75cb8e59da4-2f6cc450 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
  }

  #w-node-_1b0a5454-daf5-d1a5-5fec-c4b882d2af3a-2f6cc450 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ac29dbc6-2883-2f09-7a8f-e97185fccb62-2f6cc450 {
    grid-row: 5 / 6;
  }

  #w-node-fc3d0872-f2ff-4e44-8e5e-9a0fab95a6d9-2f6cc450 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86065011-63db-a4ef-b721-7c80b3f92d71-2f6cc450 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7728fdc3-5fcf-8ac5-a9e7-e6b336ca3453-2f6cc450, #w-node-b889ed0f-0afe-4aca-f5fa-2fb8981e74d4-2f6cc450 {
    grid-row-end: 2;
  }

  #w-node-_48bb25de-67d2-f263-83ff-37054b4ea716-2f6cc450 {
    grid-row: 1 / 2;
  }

  #w-node-_20b717d3-31d4-0106-3111-ff445ca3e0ab-2f6cc452 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6025fa44-3115-002f-d0ad-3f7a0eaccf0b-2f6cc452 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_36bd3e01-6730-903c-5ba1-075f5e713174-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713176-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713178-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317a-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317c-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317e-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713180-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713182-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713184-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713186-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713188-2f6cc452, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71318a-2f6cc452 {
    grid-column: span 1 / span 1;
  }

  #w-node-_674cce7c-2e6f-2001-60d8-7daf6a1d0f9e-2f6cc452 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_9dbf3aed-b5d8-f6d2-9837-6cd8e6398269-2f6cc452 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_3354a2ed-233b-5b0c-4281-ef7d67778ce2-2f6cc452 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-d9e5d9d9-6463-1b78-59ce-8542be5a25c5-2f6cc452 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-d9e5d9d9-6463-1b78-59ce-8542be5a25ca-2f6cc452 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-d9e5d9d9-6463-1b78-59ce-8542be5a25cd-2f6cc452 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_55edbf75-98a8-2672-55ff-b2a754b2968e-2f6cc452 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_55edbf75-98a8-2672-55ff-b2a754b29693-2f6cc452 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_55edbf75-98a8-2672-55ff-b2a754b29696-2f6cc452 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b53-2f6cc452 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b56-2f6cc452 {
    grid-column: 1 / 3;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af14-2f6cc452 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af16-2f6cc452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af18-2f6cc452, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1a-2f6cc452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1c-2f6cc452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1e-2f6cc452 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf52019f-8cd1-62ee-b250-9d232727f4fc-2727f4fa {
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-bf52019f-8cd1-62ee-b250-9d232727f50b-2727f4fa {
    grid-column: 2 / 3;
    justify-self: start;
  }

  #w-node-bf52019f-8cd1-62ee-b250-9d232727f51e-2727f4fa {
    grid-column: 3 / 4;
  }

  #w-node-bf52019f-8cd1-62ee-b250-9d232727f52e-2727f4fa {
    grid-column: 3 / 5;
  }

  #w-node-_5715b956-843b-9175-0ee5-da076f5b0826-2f6cc453 {
    grid-column-end: 3;
  }

  #w-node-f44827fe-99e3-8ad6-3a21-2fb5cd3b3c5c-2f6cc453 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-a84579c2-b9e2-1d5a-862e-2467e8f4ea97-2f6cc453 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a0f8a4ae-eb4b-2501-da1f-695e90b565f3-2f6cc453 {
    grid-column: 1 / 3;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-2f6cc469 {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }

  #w-node-_3569dcfc-297a-5625-630e-cf945ee7bbfd-2f6cc469 {
    grid-column: span 3 / span 3;
  }

  #w-node-_4233e64b-de4e-d194-a5a4-ceb618d11c98-2f6cc469 {
    grid-area: 4 / 1 / 5 / 4;
  }

  #w-node-a6f6f7e8-20b7-21a7-d402-a75cb8e59da4-2f6cc469 {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
  }

  #w-node-_1b0a5454-daf5-d1a5-5fec-c4b882d2af3a-2f6cc469 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-ac29dbc6-2883-2f09-7a8f-e97185fccb62-2f6cc469 {
    grid-row: 5 / 6;
  }

  #w-node-a80da656-6546-345d-cd51-cb44fdd3b3dc-2f6cc469 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_957ecc95-3733-4878-1e3d-c288e52888df-2f6cc469 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_86065011-63db-a4ef-b721-7c80b3f92d71-2f6cc469 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_7728fdc3-5fcf-8ac5-a9e7-e6b336ca3453-2f6cc469, #w-node-b889ed0f-0afe-4aca-f5fa-2fb8981e74d4-2f6cc469 {
    grid-row-end: 2;
  }

  #w-node-_48bb25de-67d2-f263-83ff-37054b4ea716-2f6cc469 {
    grid-row: 1 / 2;
  }

  #w-node-d8f65ce9-e36b-8aef-68f1-0cbc5f725c91-2f6cc469 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-d8f65ce9-e36b-8aef-68f1-0cbc5f725c97-2f6cc469 {
    grid-column: span 3 / span 3;
    justify-self: start;
  }

  #w-node-d8f65ce9-e36b-8aef-68f1-0cbc5f725c9a-2f6cc469 {
    grid-area: 3 / 1 / 4 / 4;
    justify-self: start;
  }

  #w-node-af674362-af0a-e0d3-e69a-58dac64971cc-2f6cc469 {
    justify-self: start;
  }

  #w-node-_26975a60-618f-cfb5-261a-d49c9fbe32ea-2f6cc46a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_26975a60-618f-cfb5-261a-d49c9fbe32ec-2f6cc46a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_20b717d3-31d4-0106-3111-ff445ca3e0ab-2f6cc46b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6025fa44-3115-002f-d0ad-3f7a0eaccf0b-2f6cc46b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_36bd3e01-6730-903c-5ba1-075f5e713174-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713176-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713178-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317a-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317c-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71317e-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713180-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713182-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713184-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713186-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e713188-2f6cc46b, #w-node-_36bd3e01-6730-903c-5ba1-075f5e71318a-2f6cc46b {
    grid-column: span 1 / span 1;
  }

  #w-node-_674cce7c-2e6f-2001-60d8-7daf6a1d0f9e-2f6cc46b {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_9dbf3aed-b5d8-f6d2-9837-6cd8e6398269-2f6cc46b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_3354a2ed-233b-5b0c-4281-ef7d67778ce2-2f6cc46b {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_294f26cd-b14f-edb3-efe0-c595b13f49cf-2f6cc46b {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-_294f26cd-b14f-edb3-efe0-c595b13f49d4-2f6cc46b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-_294f26cd-b14f-edb3-efe0-c595b13f49d7-2f6cc46b {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-ef78af74-4a21-6373-d2c5-d528b7c126ce-2f6cc46b {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: start;
  }

  #w-node-ef78af74-4a21-6373-d2c5-d528b7c126d3-2f6cc46b {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-ef78af74-4a21-6373-d2c5-d528b7c126d6-2f6cc46b {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: start;
  }

  #w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b53-2f6cc46b {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b56-2f6cc46b {
    grid-column: 1 / 3;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af14-2f6cc46b {
    grid-column: span 1 / span 1;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af16-2f6cc46b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af18-2f6cc46b, #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1a-2f6cc46b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1c-2f6cc46b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_6736a7d3-351d-80e2-34d3-89175c67af1e-2f6cc46b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5715b956-843b-9175-0ee5-da076f5b0826-2f6cc46c {
    grid-column-end: 3;
  }

  #w-node-f44827fe-99e3-8ad6-3a21-2fb5cd3b3c5c-2f6cc46c {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-a84579c2-b9e2-1d5a-862e-2467e8f4ea97-2f6cc46c {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a0f8a4ae-eb4b-2501-da1f-695e90b565f3-2f6cc46c {
    grid-column: 1 / 3;
  }

  #w-node-a763637b-79bb-5037-a2ab-4d2a4d2bc935-2f6cc488 {
    grid-row: 2 / 3;
    grid-column-end: 3;
  }

  #w-node-af7d3b01-b991-f928-9b44-d5573ca873b5-2f6cc488 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5f378ba6-92c6-aaba-c423-03c6c5875b5e-2f6cc488 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e5-e3fb87e4 {
    grid-column-end: 3;
  }

  #w-node-e2859498-0993-2f9f-534e-3b34e3fb87e8-e3fb87e4 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb7-2f6cc489 {
    grid-column-end: 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb9-2f6cc489 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b7575744-a576-67bb-b83d-7346f92b9541-2f6cc48a {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b85a6e33-96aa-3f7c-4e4e-000e7abdde9c-2f6cc48a {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c2864e63-da07-45d7-a893-74ed488cfc26-488cfc24 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-c2864e63-da07-45d7-a893-74ed488cfc2c-488cfc24, #w-node-_7cc05336-6e59-78f3-cfdb-7011c21b18c9-2f6cc48b {
    grid-column: 1 / 3;
  }

  #w-node-e2425de2-e2a6-a2d2-1e36-85f259d1dc33-2f6cc48c {
    grid-column-end: 2;
  }

  #w-node-af49eee5-b545-6943-9ca0-d24d90e8aa5d-2f6cc48c {
    grid-column: 2 / 3;
  }

  #w-node-_23bb29dd-1c94-deec-e76d-78ca0be2aa69-2f6cc48c {
    grid-column: 1 / 2;
  }

  #w-node-da7aa85d-40bc-1ebb-5e55-4e3e95abbdfa-2f6cc48c {
    grid-column-end: 2;
  }

  #w-node-da7aa85d-40bc-1ebb-5e55-4e3e95abbdfd-2f6cc48c {
    grid-column: 2 / 3;
  }

  #w-node-da7aa85d-40bc-1ebb-5e55-4e3e95abbe00-2f6cc48c {
    grid-column: 1 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_833ca888-79a5-bced-4538-4125005d16de-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16e4-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16ea-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16f0-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d16f6-2f6cc3da, #w-node-a7a9b147-fa74-650c-db05-0a7b9931a74b-2f6cc3da, #w-node-_1a927e2e-ec8e-82f8-476d-683805598369-2f6cc3da, #w-node-_8c8fc9db-1b30-72c3-37ba-f34b1da77a5c-2f6cc3da, #w-node-_75fa2b82-b57b-8d33-4cbe-656a563f4e06-2f6cc3da, #w-node-_8270dbda-5c55-0286-7936-21dfc158e860-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d1701-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d1707-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d170d-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d1713-2f6cc3da, #w-node-_833ca888-79a5-bced-4538-4125005d1719-2f6cc3da, #w-node-_808fa202-64a6-f305-b54c-20099b6fb9ad-2f6cc3da, #w-node-_6975c014-1d01-c7b2-00e8-47f382f89ace-2f6cc3da, #w-node-d38cfd14-d10a-92a8-975c-25ed9d89a660-2f6cc3da, #w-node-_6dd441fb-3581-0b14-29ea-106b4bc21bc2-2f6cc3da, #w-node-a631dd1b-4a27-7f83-d936-cfd0c9018a75-2f6cc3da {
    grid-column: span 1 / span 1;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e46-07bf8e43 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e4b-07bf8e43 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e5c-07bf8e43 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2bca43ef-7cde-b5da-b1b2-716107bf8e6d-07bf8e43 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8f4bb678-dd75-4fe6-c2b3-ef8855325a86-2f6cc43d, #w-node-d031176f-e769-67e5-53e7-9f1425e6b493-2f6cc43d, #w-node-_79185e2c-aff3-1052-33bd-127c1e15c981-2f6cc43d {
    align-self: center;
  }

  #w-node-_9cb92ac0-e565-9211-c6ef-6f8eb1023441-2f6cc43e {
    justify-self: center;
  }

  #w-node-_8f4bb678-dd75-4fe6-c2b3-ef8855325a86-2f6cc442, #w-node-d031176f-e769-67e5-53e7-9f1425e6b493-2f6cc442, #w-node-_79185e2c-aff3-1052-33bd-127c1e15c981-2f6cc442 {
    align-self: center;
  }

  #w-node-_9cb92ac0-e565-9211-c6ef-6f8eb1023441-2f6cc443 {
    justify-self: center;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7a-e4fc2c78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6906192b-88e7-4850-4793-4e58e4fc2c7c-e4fc2c78 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e4d38fa-5d84-f528-7e12-35f5daf5d771-2f6cc44c {
    grid-column: span 2 / span 2;
  }

  #w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760b0-2f6cc44d, #w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760c3-2f6cc44d {
    grid-row-end: 2;
  }

  #w-node-_7d36e397-14fe-13c7-c92c-0b81ad5760d6-2f6cc44d {
    grid-row: 1 / 2;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e513-2f6cc44d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e51e-2f6cc44d {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e526-2f6cc44d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0f38f293-a30e-81a2-2e8a-3b945a47e534-2f6cc44d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ae74bca1-7a2a-7d20-3579-bd2748f73683-2f6cc44e {
    grid-column-end: 3;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-2f6cc450 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_3569dcfc-297a-5625-630e-cf945ee7bbfd-2f6cc450 {
    grid-column: span 3 / span 3;
  }

  #w-node-a6f6f7e8-20b7-21a7-d402-a75cb8e59da4-2f6cc450, #w-node-_86065011-63db-a4ef-b721-7c80b3f92d71-2f6cc450 {
    grid-column-start: 1;
  }

  #w-node-_7728fdc3-5fcf-8ac5-a9e7-e6b336ca3453-2f6cc450, #w-node-b889ed0f-0afe-4aca-f5fa-2fb8981e74d4-2f6cc450 {
    grid-row-end: 2;
  }

  #w-node-_48bb25de-67d2-f263-83ff-37054b4ea716-2f6cc450 {
    grid-row: 1 / 2;
  }

  #w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b56-2f6cc452, #w-node-a0f8a4ae-eb4b-2501-da1f-695e90b565f3-2f6cc453 {
    grid-column: 1 / 3;
  }

  #w-node-_3a0f5fec-828a-eafa-5dce-f5c5693cd89f-2f6cc469 {
    grid-column: 1 / 4;
    align-self: start;
  }

  #w-node-_3569dcfc-297a-5625-630e-cf945ee7bbfd-2f6cc469 {
    grid-column: span 3 / span 3;
  }

  #w-node-a6f6f7e8-20b7-21a7-d402-a75cb8e59da4-2f6cc469, #w-node-_86065011-63db-a4ef-b721-7c80b3f92d71-2f6cc469 {
    grid-column-start: 1;
  }

  #w-node-_7728fdc3-5fcf-8ac5-a9e7-e6b336ca3453-2f6cc469, #w-node-b889ed0f-0afe-4aca-f5fa-2fb8981e74d4-2f6cc469 {
    grid-row-end: 2;
  }

  #w-node-_48bb25de-67d2-f263-83ff-37054b4ea716-2f6cc469 {
    grid-row: 1 / 2;
  }

  #w-node-_3acd73d3-0329-0ae5-bccd-c9a4298b3153-2f6cc469 {
    justify-self: start;
  }

  #w-node-_1ae16970-dd32-de41-ca14-78b5e9c93b56-2f6cc46b, #w-node-a0f8a4ae-eb4b-2501-da1f-695e90b565f3-2f6cc46c {
    grid-column: 1 / 3;
  }

  #w-node-_5f378ba6-92c6-aaba-c423-03c6c5875b5e-2f6cc488 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb7-2f6cc489 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3c96ceda-b321-b928-bb92-46af2dfadfb9-2f6cc489 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c2864e63-da07-45d7-a893-74ed488cfc26-488cfc24 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype'), url('../fonts/Switzer-Extrabold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype'), url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype'), url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype'), url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype'), url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}