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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --black: black;
  --dim-grey: #686868;
  --red: #f20;
  --grey-3: #8f8f8f;
  --oxford-blue-2: #002147;
  --slate-blue: #4353ff;
  --gainsboro: #e4e4e4;
  --white-smoke: #f0efe9;
  --grey: #81818b33;
  --grey-2: #81818b26;
  --medium-sea-green: #29a37a;
  --plum: #f5a3da;
  --sky-blue: #8db1bd;
  --light-pink: #eda0a8;
  --dark-slate-grey: #005b49;
  --oxford-blue: black;
}

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

.w-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 {
  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;
  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;
  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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

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

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

.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, .w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

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

.w-commerce-commercecheckoutshippingmethodswrapper {
  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-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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  color: #000;
  background-color: #fff;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 40px;
}

li {
  color: var(--black);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 3px solid var(--black);
  width: 100%;
  color: var(--black);
  text-align: left;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 27px;
  font-weight: 500;
  line-height: 31px;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: var(--black);
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
}

.invert {
  z-index: 99;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  overflow: hidden;
}

.utility-page-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.container {
  z-index: 3;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container._3 {
  border-bottom: 1px solid #000;
  justify-content: center;
  align-items: center;
  max-width: none;
}

.section {
  z-index: 10;
  padding: 50px 2%;
  position: relative;
}

.section._2 {
  padding-bottom: 0;
}

.button {
  color: var(--black);
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 40px;
  padding: 15px 23px;
  font-size: 17px;
  font-weight: 500;
  transition: all .2s;
  display: inline-block;
}

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

.button.discount {
  height: 42px;
  padding-top: 0;
  padding-bottom: 0;
}

.button.full {
  width: 100%;
}

.button.rounded {
  background-color: #fff;
  border-radius: 50px;
}

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

.remove-pop-up {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  inset: 0% 25px auto auto;
}

.remove-pop-up.in-produce-sidebar {
  background-image: url('../images/close_white_24dp.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 23px;
  width: 50px;
  height: 100%;
  position: absolute;
}

.text-field {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  height: 45px;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border-color: #b8dbdf;
}

.text-field::placeholder {
  color: #dcf2f4;
  font-size: 14px;
}

.text-field.discount {
  height: 42px;
}

.cart-quantity {
  z-index: 2;
  background-color: var(--black);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  margin-left: 0;
  padding-top: 1px;
  font-size: 10px;
  font-weight: 600;
  position: absolute;
  inset: -5px 0 auto auto;
}

.cart-wrapper {
  z-index: 999;
  background-color: #fff;
}

.cart-container {
  border-left: 1px solid var(--black);
  box-shadow: none;
  background-color: #fff;
  border-radius: 2px;
}

.product-price {
  color: var(--black);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.product-price.in-sidebar {
  font-size: 18px;
  font-weight: 500;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 500;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.cart-quantity-sidebar {
  background-color: #fff;
  border-style: solid;
  width: 50px;
  font-weight: 600;
}

.cart-header {
  border-bottom-color: var(--black);
  padding: 13px 25px;
}

.paypal {
  margin-bottom: 4px;
}

.no-items-found {
  color: var(--dim-grey);
  font-size: 17px;
  font-weight: 500;
}

.empty-state {
  flex-direction: column;
}

.field-label {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: var(--black);
  font-size: 14px;
  font-weight: 500;
}

.checkbox-label {
  margin-left: 0;
  font-weight: 500;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

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

.checkout-container {
  margin-left: 0;
  margin-right: 0;
}

.paypal-name {
  margin-bottom: 2px;
  font-size: 17px;
}

.cart-button {
  background-color: #0000;
  border-radius: 100%;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
}

.image-cart {
  z-index: 1;
  width: 24px;
  position: relative;
}

.sticky-nav {
  z-index: 900;
  background-color: #0000;
  display: block;
  position: static;
  top: 0;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.image-small-product {
  width: 50px;
  height: 100%;
}

.margin-15px {
  margin-top: 15px;
}

.display-1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.display-1._2 {
  font-size: 5vw;
}

.margin-30px {
  margin-top: 30px;
}

.display-2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1;
}

.display-2.italic {
  text-align: center;
}

.display-2.smaller {
  font-size: 40px;
}

.margin-20px {
  margin-top: 20px;
}

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}

.block-header {
  background-color: #fff;
  border-color: #000;
}

.block-content {
  background-color: #fff;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
}

.block-content.discount {
  border-style: solid;
  border-color: #000;
}

.display-3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}

.remove-button {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.style-guide-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-grid.icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
}

.style-guide-grid.for-buttons {
  place-items: center;
}

.yellow-background {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
}

.paragraph-red {
  color: var(--grey-3);
}

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

.link-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

.components-grid-style._0-bottom {
  margin-bottom: 0;
}

.paragraph-big {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--oxford-blue-2);
  color: #fff;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.body-link {
  color: var(--black);
  font-size: 17px;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 15px;
}

.instruction-wrapper {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.cart-footer {
  border-top-color: var(--black);
  padding-top: 25px;
}

.white {
  color: #fff;
}

.checkout-title {
  font-size: 17px;
  font-weight: 500;
}

.navigation-wrapper {
  z-index: 120;
  align-items: center;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  position: relative;
}

.navigation-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: grid;
}

.button-with-line {
  color: var(--black);
  font-size: 19px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.button-with-line._2.email {
  letter-spacing: 0;
  text-transform: none;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
}

.button-line {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
  position: relative;
}

.button-line-absolute {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

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

.hamburger-menu {
  z-index: 110;
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.menu {
  z-index: 100;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: none;
  position: fixed;
  inset: 0%;
}

.hs-logo {
  width: 150px;
}

.hs-logo._2 {
  width: 60px;
}

.logo-link {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.animation-image {
  z-index: 1;
  filter: invert();
  width: 16px;
  position: relative;
}

.animation-image._2 {
  z-index: 3;
  width: 30px;
}

.animation-image._3 {
  filter: none;
  width: 18px;
}

.div-flex {
  align-items: center;
  display: flex;
}

.down-arrow {
  z-index: 1;
  filter: invert();
  width: 22px;
  position: relative;
}

.loader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-flex {
  z-index: 12;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

.rotator {
  width: 40px;
  margin-bottom: 30px;
}

.max-w-width {
  text-align: center;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width._2 {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.max-w-width._2.add-margin {
  margin-bottom: 100px;
}

.max-w-width._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.checkout-form {
  background-color: #0000;
}

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

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.components-grid-font {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

.font-show {
  margin-top: 0;
  font-size: 90px;
  font-weight: 500;
  line-height: 80px;
}

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

.grid-menu {
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  padding: 1.5vw;
}

.navlinks {
  z-index: 5;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.nav-text {
  z-index: 5;
  color: var(--black);
  position: relative;
}

.nav-text.text-shadow {
  z-index: 5;
  width: 100%;
  color: var(--grey-3);
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.grid-bottom-menu {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  border-top: 1px solid #000;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 30px;
  display: grid;
  position: absolute;
  inset: auto 2% 30px;
}

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

.location {
  filter: invert();
  width: 16px;
  margin-right: 10px;
}

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

.social-wrapper._2 {
  justify-content: flex-start;
}

.social-icon {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  position: relative;
}

.social-circle {
  background-color: var(--black);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-circle.facebook {
  background-color: #1877f2;
}

.social-circle.twitter {
  background-color: #1da1f2;
}

.social-circle.instagram {
  background-color: #0000;
  background-image: linear-gradient(172deg, #c32aa3, #7232bd 50%, #f46f30);
}

.social-circle.linkdin {
  background-color: #0a66c2;
}

.social-circle.dribble {
  background-color: #ea4c89;
}

.hero-content {
  padding-top: 50px;
  padding-left: 2%;
  padding-right: 2%;
}

.hero-content._2 {
  padding-top: 0;
  padding-bottom: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.grid-2-columns {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.grid-2-columns._2 {
  grid-column-gap: 250px;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
}

.subhead {
  font-size: 26px;
  font-weight: 500;
}

.subhead._2 {
  width: 85%;
  font-size: 26px;
}

.subhead._3 {
  z-index: 1;
  color: var(--black);
  font-size: 24px;
  position: relative;
}

.subhead._4 {
  font-size: 21px;
  line-height: 1.3;
}

.hero {
  padding-bottom: 280px;
  position: relative;
}

.hero._2 {
  padding-bottom: 50px;
}

.hero._3 {
  padding-bottom: 0;
}

.photo-animation-page {
  position: relative;
}

.photo-animation-page._2 {
  justify-content: center;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  display: flex;
  overflow: hidden;
}

.photo {
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.photo._2 {
  object-fit: none;
  object-position: 50% 50%;
  height: auto;
  overflow: hidden;
}

.absolute-background {
  background-color: #212721;
  display: none;
  position: absolute;
  inset: 0%;
}

.display-overflow {
  padding-bottom: 15px;
  overflow: hidden;
}

.hero-left {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 50px;
  display: flex;
}

.hero-left._2 {
  padding-bottom: 0;
}

.button-circle {
  border: 1px solid var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-circle._2 {
  margin-left: auto;
  margin-right: auto;
}

.circle-button-overlay {
  background-color: var(--black);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-text {
  z-index: 1;
  color: #fff;
  text-align: center;
  position: relative;
}

.cta-1 {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  text-align: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: grid;
}

.facts-wrapper {
  border: 1px solid var(--black);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.fact-title {
  z-index: 1;
  color: var(--black);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.facts-overlay {
  background-color: var(--black);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
}

.margin-50px {
  margin-top: 50px;
}

.logo-grid {
  grid-column-gap: 16px;
  grid-row-gap: 45px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 50px;
  display: grid;
}

.logo-grid._2 {
  border-bottom-style: none;
}

.filter-image {
  filter: invert();
}

.margin-60px {
  margin-top: 60px;
}

.services-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.service-content {
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-left: -1px;
  padding: 80px 20%;
  display: flex;
}

.service-content._2, .service-content._1 {
  border-bottom-style: none;
}

.service-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 30px;
  display: flex;
}

.display-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
}

.cta-2 {
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-left: 2%;
  margin-right: 2%;
  padding: 50px 70px 70px;
}

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

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

.work-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fun-facts-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.project-title {
  text-transform: capitalize;
  margin-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.project-title._2 {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 500;
  line-height: 1;
}

.paragraph._30 {
  width: 100%;
  margin-bottom: 0;
}

.margin-25px {
  margin-top: 25px;
}

.margin-25px._2 {
  width: 100%;
}

.flex-project {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-project._2 {
  border-top: 1px solid #000;
  align-items: flex-start;
  padding-top: 15%;
}

.play-circle {
  z-index: 10;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: absolute;
}

.project-wrapper {
  float: none;
  color: #000;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-divider {
  border-bottom: 1px solid #000;
  margin-top: 50px;
  margin-bottom: 50px;
}

.line-divider._2 {
  margin-top: 0;
}

.testimonials-name {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.testimonials-name.comapny {
  color: var(--dim-grey);
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 500;
}

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

.testimonials-image {
  width: 80%;
}

.project-circle {
  z-index: 10;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  position: absolute;
}

.blog-photo {
  object-fit: cover;
}

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

.start-icon {
  background-color: #000;
  flex: none;
  width: 30px;
  height: 2px;
  margin-left: 30px;
  margin-right: 30px;
}

.text-rotator-wrapper {
  color: var(--black);
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
  inset: 0 auto auto 0%;
  overflow: hidden;
}

.section-cta {
  padding: 100px 5%;
  position: relative;
}

.section-cta.take-off {
  justify-content: center;
  align-items: center;
  padding: 0 2%;
  display: none;
}

.text-rotator {
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
}

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

.footer {
  padding: 50px 2% 30px;
}

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

.copyright-flex {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.copyright {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.dark-link {
  color: #696969;
}

.dark-link._2 {
  color: var(--black);
  font-size: 15px;
}

.copyright-divder {
  width: 15px;
}

.service-image {
  display: block;
}

.data-flex {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vertical-devider {
  width: 15px;
}

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

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

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

.legal-wrapper {
  max-width: 740px;
}

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

.form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.text-field-contact {
  height: 52px;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  padding-top: 10px;
}

.text-field-contact::placeholder {
  color: #000;
  font-size: 14px;
}

.text-field-contact.area {
  height: auto;
  padding-top: 15px;
  padding-bottom: 75px;
}

.success-message {
  color: #fff;
  background-color: #00663f;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 500;
}

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

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

.default-state {
  flex-direction: column;
  display: flex;
}

.feature-grid {
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
}

.pricing-type {
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}

.card-container {
  text-align: center;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 25px 30px;
  display: flex;
}

.pricing-title {
  margin-bottom: 16px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1;
}

.margin-40px {
  margin-top: 40px;
}

.feature {
  font-size: 18px;
  font-weight: 500;
}

.faq-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.toogle-max-w {
  margin-left: auto;
  margin-right: auto;
}

.toggle-wrapper {
  text-align: left;
  margin-top: -1px;
}

.toggle-header {
  color: #000;
  text-align: left;
  border-bottom: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  justify-content: center;
  align-items: center;
  width: 13px;
  height: 13px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

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

.line-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-content {
  overflow: hidden;
}

.toggle-space {
  padding: 15px 0;
}

.sticky {
  margin-top: 0;
  position: sticky;
  top: 120px;
}

.pricing-image {
  width: 70px;
}

.blog-richt-text {
  max-width: 640px;
}

.team-bio {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
}

.gallery {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  margin-top: 40px;
  display: grid;
}

.gallery-lightbox {
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.image {
  display: none;
}

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

.column {
  padding-left: 0;
}

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

.call-to-action {
  padding-top: 0;
  padding-bottom: 40px;
}

.paragraph-2 {
  margin-top: 20px;
}

.heading, .heading-2 {
  text-align: center;
}

.paragraph-3 {
  max-width: 300px;
}

.button-2 {
  border-radius: 7px;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  overflow: hidden;
}

.heading-3 {
  margin-bottom: 20px;
}

.paragraph-4 {
  max-width: 60%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.button-3 {
  background-color: var(--slate-blue);
  border-radius: 5px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button-4 {
  width: 100px;
  display: flex;
}

.hero-2 {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: block;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: flex;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
  width: 100%;
  height: 100%;
}

.image-2 {
  display: block;
}

.image-3 {
  display: inline-block;
}

.heading-4 {
  column-count: 0;
  font-size: 4vw;
  line-height: 100%;
}

.link-block {
  display: block;
}

.image-4 {
  filter: grayscale();
}

.text-block-2 {
  margin-bottom: 10px;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .section {
    padding-top: 0;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-direction: column-reverse;
  }

  .display-1 {
    font-size: 47px;
  }

  .display-2, .display-2.italic {
    font-size: 40px;
  }

  .display-2.smaller, .display-3 {
    font-size: 28px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .navigation-wrapper {
    min-height: auto;
  }

  .navigation-grid {
    grid-template-columns: 1fr .5fr 1fr;
  }

  .logo-link {
    height: auto;
  }

  .down-arrow {
    width: 20px;
  }

  .components-grid-font {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .grid-menu {
    flex-direction: column;
  }

  .navlinks {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .nav-text {
    height: auto;
  }

  .nav-text.text-shadow {
    display: none;
  }

  .grid-2-columns._2 {
    grid-column-gap: 50px;
    align-items: end;
  }

  .hero._1 {
    padding-bottom: 234px;
  }

  .photo-animation-page._2 {
    max-width: 90%;
  }

  .photo._2 {
    object-fit: fill;
    height: auto;
  }

  .display-overflow._2 {
    margin-top: 50px;
  }

  .display-overflow._2.make-0px {
    margin-top: 20px;
  }

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

  .fact-title {
    font-size: 60px;
  }

  .logo-grid {
    margin-top: 30px;
  }

  .services-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-top: 50px;
  }

  .service-content {
    padding-left: 10%;
    padding-right: 10%;
  }

  .cta-2 {
    padding-bottom: 50px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .work-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .margin-25px._10px {
    margin-top: 10px;
  }

  .testimonials-image {
    width: 100%;
  }

  .section-cta {
    padding-top: 40px;
  }

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

  .copyright-flex {
    width: 100%;
  }

  .copyright {
    margin-bottom: 0;
  }

  .empty-block {
    display: none;
  }

  .grid-4-columns {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .legal-wrapper {
    width: 100%;
  }

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

  .pricing-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-container {
    width: auto;
    min-width: 420px;
  }

  .faq-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .sticky {
    position: relative;
    top: 0;
  }

  .blog-richt-text {
    max-width: 100%;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .image {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-bottom: 0;
  }

  .cart-container {
    max-width: 480px;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 38px;
  }

  .display-1._2 {
    font-size: 50px;
  }

  .display-2 {
    font-size: 38px;
    line-height: 38px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .button-with-line._2.email {
    font-size: 20px;
    line-height: 1;
  }

  .hero-content {
    padding-top: 30px;
  }

  .grid-2-columns {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .grid-2-columns._2 {
    flex-direction: column;
  }

  .subhead {
    font-size: 20px;
    line-height: 1;
  }

  .hero._2 {
    padding-bottom: 0;
  }

  .photo-animation-page._2 {
    max-width: 80%;
    margin-left: 0;
  }

  .photo._2 {
    height: auto;
  }

  .display-overflow._2 {
    margin-top: 30px;
  }

  .display-overflow._2.make-0px {
    margin-top: 0;
  }

  .hero-left {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .facts-wrapper {
    width: 450px;
    height: 450px;
  }

  .fact-title {
    font-size: 40px;
  }

  .logo-grid {
    max-width: 100%;
  }

  .service-content {
    padding: 40px 21% 40px 10%;
  }

  .case-grid {
    grid-row-gap: 50px;
  }

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

  .project-title._2 {
    font-size: 27px;
    line-height: 1.1;
  }

  .flex-project._2 {
    margin-top: 20px;
    padding-top: 5%;
  }

  .play-circle {
    display: none;
  }

  .testimonials-image {
    width: 85%;
    margin-bottom: 10px;
  }

  .project-circle {
    display: none;
  }

  .section-cta {
    padding-top: 21px;
  }

  .footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

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

  .copyright {
    margin-bottom: 5px;
  }

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

  .card-container {
    min-width: auto;
  }

  .toggle-header {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .image {
    display: none;
  }

  .call-to-action {
    margin-top: 0;
    padding: 40px 20px;
  }

  .paragraph-4 {
    max-width: 70%;
  }

  .hero-2 {
    padding: 40px 20px;
  }

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

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-4 {
    font-size: 27px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 22px;
    line-height: 26px;
  }

  .page-content {
    overflow: hidden;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-nav {
    max-width: 100%;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .display-1._2 {
    font-size: 29px;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 34px;
    line-height: 38px;
  }

  .display-2.italic {
    font-size: 30px;
    line-height: 1;
  }

  .display-2.smaller {
    margin-top: 50px;
  }

  .display-3 {
    font-size: 29px;
  }

  .display-3.add-center {
    text-align: center;
  }

  .style-guide-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .style-guide-grid.icons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .navigation-wrapper {
    max-width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

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

  .hs-logo {
    width: 40px;
    display: none;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .div-flex {
    order: -1;
  }

  .max-w-width._3 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .checkout-form {
    padding: 0;
  }

  .top-text {
    display: none;
  }

  .top-text._2 {
    display: block;
  }

  .grid-bottom-menu {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-content {
    padding-top: 30px;
  }

  .hero-content._3 {
    padding-top: 20px;
  }

  .subhead._3 {
    font-size: 18px;
  }

  .photo-animation-page._2 {
    max-width: 100%;
  }

  .photo {
    padding: 10px;
  }

  .photo._2 {
    height: auto;
  }

  .display-overflow._2.make-0px {
    margin-top: 0;
  }

  .hero-left {
    padding-bottom: 10px;
  }

  .facts-wrapper {
    text-align: center;
    width: 300px;
    height: 300px;
  }

  .logo-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .margin-60px {
    margin-top: 50px;
  }

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

  .service-content._4 {
    margin-top: 0;
  }

  .grid-3-columns, .work-grid {
    grid-template-columns: 1fr;
  }

  .margin-25px._10px {
    margin-top: 10px;
  }

  .start-icon {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-rotator-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-rotator {
    font-size: 34px;
  }

  .copyright-flex {
    flex-direction: column;
  }

  .form-grid {
    max-width: 100%;
  }

  .card-container {
    min-width: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .toggle-space {
    padding-right: 0;
  }

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

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .image {
    min-width: 40px;
    max-width: 140px;
    display: block;
    overflow: hidden;
  }

  .image.hs-logo {
    width: 140px;
    display: block;
  }

  .call-to-action {
    padding-top: 0;
  }

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

  .paragraph-4 {
    text-align: center;
    max-width: 70%;
  }

  .button-3 {
    background-color: var(--slate-blue);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 153px;
    max-width: 153.008px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .heading-4 {
    text-align: center;
    font-size: 27px;
    line-height: 1.1;
  }
}

#w-node-acbf8863-67c4-7aa8-50ce-6080304c0a0c-304c0a08 {
  justify-self: start;
}

#w-node-acbf8863-67c4-7aa8-50ce-6080304c0a2a-304c0a08 {
  justify-self: end;
}

#w-node-_8fbc96bb-75ff-d945-0777-659493fc8447-93fc8440 {
  justify-self: center;
}

#w-node-_8fbc96bb-75ff-d945-0777-659493fc844a-93fc8440 {
  justify-self: end;
}

#w-node-a28e0a1d-f352-9e22-f1cc-954e22e1bb74-d5dba92a {
  align-self: center;
}

#w-node-f3652fde-8593-94da-7b0f-ce485753f1bc-3adba8cb {
  justify-self: end;
}

#w-node-d8f6fbf7-c6b5-3b40-c22b-6575c0bfca9b-3adba8cb, #w-node-_888e8603-4897-d89d-97c7-80e51fa1ec79-3adba8cb, #w-node-fa7c47d9-bfab-6541-7781-180cd696ad49-3adba8cb, #w-node-fa7c47d9-bfab-6541-7781-180cd696ad4a-3adba8cb, #w-node-f09f981f-38db-5157-b0f2-d215dc8ebd93-3adba8cb, #w-node-f09f981f-38db-5157-b0f2-d215dc8ebd94-3adba8cb, #w-node-d95610ce-cc83-8a1d-bcd0-f229d32c4b57-3adba8cb, #w-node-d95610ce-cc83-8a1d-bcd0-f229d32c4b58-3adba8cb, #w-node-e30c3902-ac23-1274-f279-efd60b40c52d-3adba8cb, #w-node-e30c3902-ac23-1274-f279-efd60b40c52e-3adba8cb, #w-node-_87c91e63-d08a-cc3a-9434-b34f4e3b3cf2-3adba8cb, #w-node-_87c91e63-d08a-cc3a-9434-b34f4e3b3cf3-3adba8cb, #w-node-c00a955c-a284-ac4d-c5ba-0adddfa29054-3adba8cb, #w-node-c00a955c-a284-ac4d-c5ba-0adddfa29055-3adba8cb, #w-node-_9cfbd2d5-fa3e-7c4e-11f8-1a2dfd5e6d96-3adba8cb, #w-node-_9cfbd2d5-fa3e-7c4e-11f8-1a2dfd5e6d97-3adba8cb, #w-node-_2e216977-5204-0be5-99ae-2d107c8fdf47-3adba8cb, #w-node-_2e216977-5204-0be5-99ae-2d107c8fdf48-3adba8cb, #w-node-_578cc36f-4cd8-1a16-60b4-b6b7882e6016-3adba8cb, #w-node-_578cc36f-4cd8-1a16-60b4-b6b7882e6017-3adba8cb, #w-node-_9184f4d2-2d9b-83fd-8ab2-e632d1966c5f-3adba8cb, #w-node-_9184f4d2-2d9b-83fd-8ab2-e632d1966c60-3adba8cb, #w-node-d25b54ed-f375-7b0f-d51e-1e4bf79a01a6-3adba8cb, #w-node-d25b54ed-f375-7b0f-d51e-1e4bf79a01a7-3adba8cb, #w-node-a21e3509-6b46-3357-6948-213bfde045b6-3adba8cb, #w-node-a21e3509-6b46-3357-6948-213bfde045b7-3adba8cb, #w-node-_38bb77db-c47a-8738-ab82-b55333a8304c-3adba8cb, #w-node-_38bb77db-c47a-8738-ab82-b55333a8304d-3adba8cb, #w-node-d4919393-aa34-2c29-7f6a-b56b65123a01-3adba8cb, #w-node-d4919393-aa34-2c29-7f6a-b56b65123a02-3adba8cb, #w-node-_203d945e-3a98-b3f2-ed24-ba98f16db6b2-3adba8cb, #w-node-_203d945e-3a98-b3f2-ed24-ba98f16db6b3-3adba8cb, #w-node-a54b9e78-5b65-d882-e2a2-855131cead72-3adba8cb, #w-node-a54b9e78-5b65-d882-e2a2-855131cead73-3adba8cb, #w-node-bd554852-40a5-6c8a-2d0d-ccb41296bc94-3adba8cb, #w-node-bd554852-40a5-6c8a-2d0d-ccb41296bc95-3adba8cb, #w-node-_7cba21d0-0338-935f-1f4b-9814a1c6e55c-3adba8cb, #w-node-_7cba21d0-0338-935f-1f4b-9814a1c6e55d-3adba8cb, #w-node-_4c18530d-fd9c-d079-bac6-c1404c411136-3adba8cb, #w-node-_4c18530d-fd9c-d079-bac6-c1404c411137-3adba8cb, #w-node-_55a2b4de-e727-2dcb-41c0-422c649fb988-3adba8cb, #w-node-_55a2b4de-e727-2dcb-41c0-422c649fb989-3adba8cb, #w-node-_9c0dd296-cbd4-295b-2d11-65611184391e-3adba8cb, #w-node-_9c0dd296-cbd4-295b-2d11-65611184391f-3adba8cb, #w-node-f7b5dbde-c40c-83f9-a567-03647a78b044-3adba8cb, #w-node-f7b5dbde-c40c-83f9-a567-03647a78b045-3adba8cb, #w-node-_7e33f6e3-919a-0b5b-7b05-7f31be0be9c6-3adba8cb, #w-node-_7e33f6e3-919a-0b5b-7b05-7f31be0be9c7-3adba8cb, #w-node-_67f98722-bc5f-f476-45bc-d83db7f7fd22-3adba8cb, #w-node-_67f98722-bc5f-f476-45bc-d83db7f7fd23-3adba8cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05f61a19-0ddc-d97a-9c14-69b97086fa9e-3adba8cb, #w-node-_9b22c224-c6c5-1f3c-5acf-a99009079088-3adba8cb {
  justify-self: end;
}

#w-node-_275e1f46-10ed-c11f-8f14-6706721389c6-4fdba8d3 {
  justify-self: start;
}

#w-node-_275e1f46-10ed-c11f-8f14-6706721389c7-4fdba8d3, #w-node-_275e1f46-10ed-c11f-8f14-6706721389c8-4fdba8d3, #w-node-_275e1f46-10ed-c11f-8f14-6706721389c9-4fdba8d3, #w-node-_275e1f46-10ed-c11f-8f14-6706721389ca-4fdba8d3 {
  justify-self: center;
}

#w-node-_275e1f46-10ed-c11f-8f14-670672138a30-4fdba8d3 {
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-f3652fde-8593-94da-7b0f-ce485753f1bc-3adba8cb, #w-node-_05f61a19-0ddc-d97a-9c14-69b97086fa9e-3adba8cb, #w-node-_9b22c224-c6c5-1f3c-5acf-a99009079088-3adba8cb {
    justify-self: start;
  }

  #w-node-_275e1f46-10ed-c11f-8f14-6706721389c6-4fdba8d3 {
    justify-self: center;
  }

  #w-node-_275e1f46-10ed-c11f-8f14-670672138a30-4fdba8d3 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}