:root {
  --black-2: #2c3036;
  --black: #17191c;
  --indian-red: #c55151;
  --cyan: #55a289;
  --blackish: #1d1f22;
  --medium-aquamarine: #5ad3ac;
  --black-3: #1d2023;
  --white: white;
  --slate-grey: #6b7583;
  --deep-sky-blue: #00b0f0;
  --light-grey: #cacaca;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-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: #fff;
  background-color: #17191c;
  font-family: Epilogue, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 84px;
}

h2 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 62px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 54px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 42px;
}

h6 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  font-weight: 700;
  text-decoration: underline;
}

.nav-logo {
  width: 180px;
  max-width: none;
  max-height: none;
  margin-top: -10px;
}

.nav-menu {
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-right-wrap {
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 20px;
  display: flex;
  position: relative;
}

.nav-logo-wrap {
  z-index: 2;
  flex: 0 auto;
  height: 100%;
  margin-right: 60px;
}

.navbar {
  background-color: #0000;
  background-image: linear-gradient(#000000e6, #0000);
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 14px;
  transition: all .2s;
}

.nav-link:hover {
  color: var(--indian-red);
}

.nav-link.w--current {
  color: #fff;
  font-weight: 700;
}

.container {
  z-index: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
}

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

.container.blog-post {
  max-width: 650px;
}

.container.hero-lower {
  z-index: 1;
  max-width: 68%;
  margin-left: 40px;
  position: relative;
}

.section-title {
  max-width: 54%;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title.margin-bottom {
  margin-bottom: 60px;
}

.hero-section {
  z-index: 1;
  color: #fff;
  background-color: #000;
  padding-top: 350px;
  padding-bottom: 382px;
  position: relative;
}

.hero-section.page {
  padding-top: 140px;
  padding-bottom: 20px;
}

.hero-section.blog-post {
  padding-bottom: 40px;
}

.section-title-dark-block {
  background-color: var(--black);
  border-bottom-right-radius: 4px;
  flex: 1;
  width: 100%;
  height: 60px;
  margin-right: -60px;
  display: none;
  transform: skew(-27deg);
}

.section-title-block {
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-block.sidebar {
  margin-bottom: 1.75rem;
  font-family: Epilogue, sans-serif;
  font-weight: 800;
}

.section-title-block.align-left-mobile {
  margin-top: 40px;
  font-family: Bebas Neue, sans-serif;
  font-weight: 400;
}

.section-title-top-bar {
  background-color: var(--cyan);
  letter-spacing: 1px;
  height: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.slope {
  margin-top: 0;
  padding-top: 307px;
  padding-bottom: 140px;
}

.section.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 141px;
}

.section.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 190px;
}

.section.no-padding-top {
  padding-top: 100px;
}

.section.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section.grid-section-features {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.section.slope-2 {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section.slope-east {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 48px;
}

.section.panel-buy {
  background-image: linear-gradient(to bottom, var(--blackish), var(--blackish));
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.slope-panel {
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.contact-page {
  padding-top: 10px;
}

.sloped-bg {
  z-index: -1;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  transform: scale(1);
}

.sloped-bg.home-1 {
  background-image: linear-gradient(#00000070, #00000070), url('../images/no-compromise.jpg');
  background-position: 0 0, 2% 51%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.buy-1-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/home--3rd-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg.buy-2-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/scifi-3617337.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg.home-2 {
  background-image: linear-gradient(to bottom, #0000007a, #0000007a), linear-gradient(to bottom, var(--black), var(--black));
}

.sloped-bg.rental {
  background-image: linear-gradient(to right, #000, #0000), url('../images/11140138_290881377703001_5628367878811035609_o.jpg');
  background-position: 0 0, 0 51%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.faq {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Buckled-Wheel-Web-Ready-33-of-60.jpg');
  background-position: 0 0, 50%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.road {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  transform: scale(1);
}

.sloped-bg.east {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Rock-of-Cashel-Tipperary.jpeg');
  background-position: 0 0, 50% 100%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.buy {
  background-image: linear-gradient(#00000070, #00000070), url('../images/Buckled-Wheel-Web-Ready-14-of-60.jpeg');
  background-position: 0 0, 0 51%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.panel {
  background-image: none;
}

.sloped-bg.aboutus {
  background-image: linear-gradient(to right, #000, #0000), url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
  background-position: 0 0, 50% 0;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.about-2 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.about-3 {
  background-image: linear-gradient(45deg, #000, #0000), url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
  background-position: 0 0, 0%;
  width: 100%;
  transform: scale(1);
}

.sloped-bg.about-4 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-Web-Ready-48-of-60.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  transform: scale(1);
}

.content-wrap.narrow {
  max-width: 529px;
}

.content-wrap.medium {
  max-width: 624px;
}

.content-wrap.narrow-left {
  clear: none;
  text-align: left;
  max-width: 529px;
}

.content-wrap.medium-right {
  float: right;
  max-width: 624px;
}

.content-wrap.narrow-left-panel {
  clear: none;
  text-align: left;
  max-width: 529px;
  padding-right: 40px;
}

.content-wrap.narrow-left-product {
  clear: none;
  text-align: left;
  max-width: 50%;
  padding-top: 70px;
  padding-right: 40px;
}

.content-wrap.narrow-right {
  width: 50%;
  max-width: 529px;
  margin-left: 60px;
}

.content-wrap.narrow-left-new {
  clear: none;
  text-align: left;
  width: 50%;
  max-width: 529px;
}

.hero-bg {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/scifi-3617337.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-bg.press-kit {
  background-image: linear-gradient(#00000080, #00000080), url('../images/no-compromise.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg.support {
  background-image: linear-gradient(to top, #000, #0000), url('../images/170398_152363001554840_1724026082_o.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg.buy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/VO26.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg.news {
  background-image: url('../images/News.jpg');
}

.hero-bg.home {
  background-image: linear-gradient(#00000063, #00000063), url('../images/44977610_877392395718560_4217564812730695680_o.jpg');
  background-position: 0 0, 0 0;
}

.hero-bg.blog-post {
  background-image: url('../images/News.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-bg {
  position: absolute;
  inset: 0%;
}

.section-bg.video {
  width: 100%;
  height: 100%;
}

.section-bg.download {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DL-IMG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._2-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.block-link {
  color: #fff;
  border-radius: 4px;
  height: 480px;
  font-size: 18px;
  line-height: 27px;
  transition: opacity .2s;
  position: relative;
}

.block-link:hover {
  opacity: .8;
}

.link-thumbnail {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.block-link-details {
  background-image: linear-gradient(to bottom, transparent, var(--black) 32%);
  height: 267px;
  padding: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  inset: 258px 0% 0%;
}

.section-gradient-bg {
  background-image: linear-gradient(to bottom, #53535300, var(--black) 70%);
  height: 118px;
  position: absolute;
  inset: auto 0% -40px;
}

.preview-video {
  border-radius: 4px;
}

.preview-video-wrap {
  border-radius: 4px;
  max-width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px #6cfefe99;
}

.preview-video-wrap.hidden {
  max-width: 99%;
  margin-bottom: 20px;
}

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

.neon-text {
  color: var(--medium-aquamarine);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 -1px 20px var(--cyan);
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 26px;
}

.neon-text.margin-top {
  padding-top: 20px;
}

.company-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 40px;
  display: grid;
}

.company-logo {
  max-width: 150px;
  max-height: 70px;
}

.company-logo.pc {
  max-height: 40px;
}

.testimonial-slide {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
}

.testimonial-wrap {
  border: 1px solid var(--medium-aquamarine);
  background-color: var(--black-3);
  max-width: 550px;
  box-shadow: none;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.hidden {
  display: none;
}

.slide-nav {
  bottom: -60px;
}

.testimonial-layout {
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.testimonial-p {
  margin-bottom: 20px;
}

.testimonial-flex-wrap {
  text-transform: uppercase;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 42px;
  display: flex;
}

.testimonial-thumbnail {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.footer {
  background-image: linear-gradient(to bottom, var(--indian-red), var(--indian-red));
  color: #000;
  padding-top: 140px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.footer-row {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.footer-row.bottom {
  align-items: center;
  margin-top: -27px;
  padding-bottom: 0;
}

.footer-links {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 18px;
  display: flex;
}

.footer-link {
  color: var(--black);
  margin-bottom: 15px;
  margin-right: 20px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

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

.footer-email-form {
  box-shadow: none;
  align-items: center;
  display: flex;
}

.footer-email-input {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--black);
  background-color: #0000;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 45px;
  margin-bottom: 0;
}

.footer-email-input::placeholder {
  color: #000;
}

.footer-submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 45px;
  font-weight: 700;
  transition: all .2s;
}

.footer-submit-button:hover {
  background-color: var(--cyan);
  color: var(--black);
}

.footer-logo {
  max-height: 112px;
  margin-bottom: 20px;
}

.social-links-wrap {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.social-link {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .7;
}

.social-link.fb {
  background-image: url('../images/facebook.svg');
}

.social-link.tw {
  background-image: url('../images/twitter.svg');
}

.social-link.yt {
  background-image: url('../images/youtube.svg');
}

.social-link.insta {
  background-image: url('../images/instagram.png');
}

.slope-button {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button:hover {
  color: #000;
  transform: scale(1.1);
}

.slope-button.nav-cta {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}

.button-bg {
  z-index: -1;
  background-color: var(--indian-red);
  color: var(--white);
  border-radius: 4px;
  font-family: Bebas Neue, sans-serif;
  position: absolute;
  inset: 0%;
  box-shadow: 1px 1px 20px 2px #c5515178;
}

.section-title-block-text {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-col-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-title {
  margin-top: 220px;
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

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

.blogs-grid.more-posts {
  grid-template-columns: 1fr 1fr 1fr;
}

.blog-item-link {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  text-decoration: none;
  transition: color .2s;
  display: grid;
}

.blog-item-link:hover {
  color: #1cd2f5;
}

.blog-item-link.featured {
  align-items: center;
}

.blog-item-link.vertical, .blog-item-link.flex {
  flex-direction: column;
  display: flex;
}

.blog-item-details {
  padding-bottom: 20px;
}

.blog-item-details.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.blog-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-thumbnail.featured {
  height: 280px;
}

.blog-name {
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.blog-name.featured {
  font-size: 22px;
  line-height: 30px;
}

.blog-date-wrap {
  align-items: center;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.author {
  padding-right: 10px;
}

.blog-summary {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.blog-category {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.blog-category-link {
  color: var(--black);
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.blog-category-link:hover {
  color: #fff;
}

.blog-category-icon {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.press-kit-wrap {
  text-transform: uppercase;
  background-color: #1d2023a8;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 9px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
}

.press-kit-icon {
  object-fit: contain;
  width: 65px;
  height: 100px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  position: relative;
  inset: 20px auto auto;
}

.press-kit-title {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 21px;
}

.section-subtitle {
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.section-subtitle.support {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-field {
  border: 1px solid var(--slate-grey);
  background-color: #0000;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.text-field:hover {
  border-color: var(--cyan);
}

.text-field:focus {
  border-color: var(--cyan);
  background-color: var(--black-2);
  color: #fff;
  box-shadow: 0 0 15px #6cfefe4d;
}

.text-field.textarea {
  height: 120px;
}

.submit-button {
  background-color: var(--indian-red);
  color: var(--black-2);
  text-transform: uppercase;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 0 0 20px #6cfefe80;
}

.submit-button:hover {
  box-shadow: 0 0 20px 5px #6cfefe80;
}

.submit-button.small {
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.faq-item {
  background-color: var(--black-3);
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.faq-title {
  font-size: 18px;
  line-height: 26px;
}

.faq-content {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col-grid.character {
  padding-top: 40px;
}

.character-wrap {
  border: 1px solid var(--black-2);
  border-radius: 4px;
  transition: all .2s;
  position: relative;
}

.character-wrap:hover {
  border: 1px solid var(--cyan);
  color: #3dfcfc;
  text-shadow: 1px 1px 6px var(--deep-sky-blue);
  box-shadow: 0 0 15px #00b0f080;
}

.character-thumbnail {
  width: 100%;
  height: 360px;
  box-shadow: none;
  object-fit: cover;
}

.footer-border-block {
  z-index: 9999;
  background-color: #131517;
  width: 50%;
  height: 60px;
  display: none;
  position: absolute;
  inset: -30px -10% auto auto;
  transform: skew(-33deg);
}

.navbar-border-block {
  z-index: 1;
  background-color: var(--black);
  width: 30%;
  height: 45px;
  display: none;
  position: absolute;
  inset: auto auto -20px -10%;
  transform: skew(-39deg);
}

.align-center-mobile {
  display: flex;
}

.blog-page-author {
  padding-right: 20px;
}

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

.loading-gif {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.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;
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
}

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

.error-icon {
  object-fit: contain;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.simple-link {
  color: #fff;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.simple-link:hover {
  color: var(--cyan);
}

.play-button {
  background-color: #fff6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .2s;
  display: flex;
}

.play-button:hover {
  background-color: #ffffffb3;
}

.play-button.margin-top {
  margin-top: 100px;
}

.play-button.margin-right {
  margin-right: 20px;
}

.play-icon {
  filter: invert() grayscale();
  margin-right: -6px;
}

.quote-icon {
  width: 60px;
  position: absolute;
  inset: -38px auto auto 40px;
}

.footer-subtitle {
  padding-bottom: 1.25rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.blog-side-menu {
  background-image: linear-gradient(137deg, var(--cyan), var(--deep-sky-blue));
  color: var(--black);
  border-radius: 4px;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 30px;
  position: relative;
}

.contact-title {
  color: #abb7c9;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.faq-button-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.faq-line {
  background-color: #fff;
  width: 100%;
  height: 3px;
}

.faq-line._2 {
  background-color: #fff;
  width: 100%;
  height: 3px;
  position: absolute;
}

.play-button-wrap {
  flex-direction: column;
  align-items: center;
  width: 220px;
  display: flex;
}

.play-button-wrap.horizontal {
  flex-direction: row;
  width: auto;
}

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

.footer-form-block {
  flex: 1;
  max-width: 500px;
  display: block;
}

.footer-logo-wrap {
  text-align: right;
}

.glow-title {
  color: #67fbfe;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px var(--deep-sky-blue);
  padding-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 38px;
}

.glow-title.margin-vert {
  color: var(--indian-red);
  text-shadow: none;
  padding-top: 20px;
  padding-bottom: 20px;
}

.character-name {
  text-transform: uppercase;
  background-image: linear-gradient(#0000, #000c);
  padding: 40px 10px 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  inset: auto 0% 0%;
}

.testimonial-layout---light {
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.section-bg---light {
  position: absolute;
  inset: 0%;
}

.section-bg---light.available-on {
  background-image: linear-gradient(#0003, #0003), url('../images/Forest-BG.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-bg---light.download {
  background-image: linear-gradient(#0003, #0003), url('../images/lunar-landscape-2308000_1920.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button-bg---light {
  z-index: -1;
  background-color: #6cfefe;
  background-image: linear-gradient(133deg, #6cfefe, #00b0f0);
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  transform: skew(-15deg);
  box-shadow: 1px 1px 20px 2px #36d3d380;
}

.block-link-details---light {
  background-image: linear-gradient(#0000, #17191c 51%);
  padding: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  inset: auto 0% 0%;
}

.preview-video-wrap---light {
  border-radius: 4px;
  max-width: 70%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 15px #6cfefe99;
}

.footer-links---light {
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  flex-direction: row;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.testimonial-flex-wrap---light {
  text-transform: uppercase;
  align-items: center;
  font-family: Bebas Neue, sans-serif;
  font-size: 30px;
  line-height: 38px;
  display: flex;
}

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

.footer-logo-wrap---light {
  text-align: right;
}

.testimonial-thumbnail---light {
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.loading-gif---light {
  object-fit: contain;
  width: 60px;
  height: 60px;
}

.testimonial-slider---light {
  background-color: #0000;
  height: auto;
}

.content-wrap---light.narrow {
  max-width: 650px;
}

.social-link---light {
  opacity: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-link---light:hover {
  opacity: .7;
}

.social-link---light.yt {
  background-image: url('../images/youtube.svg');
}

.social-link---light.fb {
  background-image: url('../images/facebook.svg');
}

.social-link---light.tw {
  background-image: url('../images/twitter.svg');
}

.link-thumbnail---light {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.section-gradient-bg---light {
  z-index: 1;
  background-image: linear-gradient(#53535300, #fff 70%);
  height: 250px;
  position: absolute;
  inset: auto 0% -40px;
}

.section-gradient-bg---light.top {
  background-image: linear-gradient(#fff, #ffffff69 53%, #0000);
  top: 0;
  bottom: auto;
}

.container---light {
  z-index: 1;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.container---light.hero {
  z-index: 1;
  position: relative;
}

.preview-video---light {
  border-radius: 4px;
}

.footer-subtitle---light {
  padding-bottom: 1.25rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 42px;
}

.slide-nav---light {
  bottom: -60px;
}

.sloped-bg---light {
  z-index: -1;
  background-color: #333;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
  transform: scale(1)skew(0deg, -2deg);
}

.sloped-bg---light.home-2 {
  background-image: url('../images/home--3rd-img.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sloped-bg---light.home-1 {
  background-image: linear-gradient(#0006, #0006), url('../images/darkness.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg---light.testimonial {
  background-image: linear-gradient(#3dfcfc, #00b2f0);
}

.sloped-bg---light.buy-1-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/home--3rd-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg---light.buy-2-blurred {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/scifi-3617337.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sloped-bg---light.contact {
  background-color: #eee;
  background-image: none;
  bottom: -60px;
}

.sloped-bg---light.news {
  background-color: #eee;
  background-image: linear-gradient(145deg, #69fcfe, #0799ef);
  bottom: -60px;
}

.slope-button---light {
  z-index: 1;
  color: #17191c;
  text-transform: uppercase;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button---light:hover {
  color: #000;
  transform: scale(1.1);
}

.testimonial-p---light {
  margin-bottom: 20px;
}

.hidden---light {
  display: none;
}

.play-button-wrap---light {
  flex-direction: column;
  align-items: center;
  width: 220px;
  display: flex;
}

.play-button-wrap---light.horizontal {
  flex-direction: row;
  width: auto;
}

.footer-row---light {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.footer-row---light.bottom {
  align-items: center;
  padding-bottom: 0;
}

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

.section---light {
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section---light.slope {
  margin-top: -90px;
  padding-top: 260px;
  padding-bottom: 200px;
}

.section---light.testimonial {
  margin-top: -60px;
  margin-bottom: -140px;
  padding-bottom: 220px;
}

.section---light.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section---light.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section---light.grid-section {
  z-index: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section---light.buy-cta {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section---light.black-text {
  color: #1d2023;
}

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

.section---light.contact {
  color: #1d2023;
  margin-top: -100px;
}

.section---light.news {
  margin-top: -100px;
  padding-top: 100px;
}

.testimonial-wrap---light {
  color: #1d2023;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
  box-shadow: 0 0 30px #0003;
}

.hero-bg---light {
  z-index: 0;
  background-color: #0000;
  background-image: url('../images/Hero-BG-Full.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  position: absolute;
  inset: 0%;
}

.hero-bg---light.home {
  background-image: linear-gradient(#0003, #0003), url('../images/Video-Game-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-bg---light.buy {
  background-image: url('../images/lunar-landscape-2308000_1920.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-bg---light.support {
  background-image: url('../images/fantasy-4257833.jpg');
}

.hero-bg---light.news {
  background-image: url('../images/News.jpg');
  background-position: 50% 0;
}

.neon-text---light {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 -3px 20px #6cfefe;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.neon-text---light.margin-top {
  padding-top: 20px;
}

.footer-logo---light {
  max-height: 70px;
  margin-bottom: 20px;
}

.testimonial-slide---light {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}

.play-icon---light {
  filter: invert() grayscale();
  margin-right: -6px;
}

.company-grid---light {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 40px;
  display: grid;
}

.quote-icon---light {
  width: 60px;
  position: absolute;
  inset: -38px auto auto 40px;
}

.footer-submit-button---light {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000c;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 45px;
  font-weight: 700;
  transition: all .2s;
}

.footer-submit-button---light:hover {
  color: #17191c;
  background-color: #6cfefe;
}

.social-links-wrap---light {
  flex-direction: row;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.company-logo---light {
  max-width: 150px;
  max-height: 70px;
}

.company-logo---light.pc {
  max-height: 40px;
}

.footer-email-form---light {
  box-shadow: none;
  align-items: center;
  display: flex;
}

._2-col-grid---light {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-email-input---light {
  background-color: #0000;
  border: 1px solid #17191c;
  border-right-style: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 45px;
  margin-bottom: 0;
}

.footer-email-input---light::placeholder {
  color: #000;
}

.block-link---light {
  color: #fff;
  border-radius: 4px;
  height: 380px;
  font-size: 18px;
  line-height: 27px;
  transition: opacity .2s;
  position: relative;
}

.block-link---light:hover {
  opacity: .8;
}

.footer-form-block---light {
  flex: 1;
  max-width: 500px;
  display: block;
}

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

.section-title---light {
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 72px;
}

.section-title---light.margin-bottom {
  margin-bottom: 60px;
}

.section-title---light.black-text {
  color: #1d2023;
}

.play-button---light {
  background-color: #fffc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .2s;
  display: flex;
}

.play-button---light:hover {
  background-color: #ffffffb3;
}

.play-button---light.margin-right {
  margin-right: 20px;
}

.play-button---light.margin-top {
  margin-top: 100px;
}

.hero-section---light {
  z-index: 1;
  color: #fff;
  background-color: #000;
  padding-top: 220px;
  padding-bottom: 220px;
  position: relative;
}

.hero-section---light.press-kit {
  background-color: #0000;
  padding-bottom: 100px;
}

.hero-section---light.page {
  padding-bottom: 220px;
}

.footer---light {
  z-index: 2;
  color: #000;
  background-color: #03030300;
  background-image: url('../images/Footer---White.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 120%;
  margin-top: -60px;
  padding-top: 140px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

._4-col-grid---light {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-col-grid---light.character {
  padding-top: 40px;
}

.page-body---light {
  background-color: #fff;
}

.character-wrap---light {
  border: 1px solid #eee;
  border-radius: 4px;
  transition: all .2s;
  position: relative;
}

.character-wrap---light:hover {
  color: #3dfcfc;
  text-shadow: 1px 1px 6px #00b0f0;
  border: 1px solid #6cfefe;
  box-shadow: 0 0 15px #00b0f080;
}

.character-thumbnail---light {
  object-fit: cover;
  width: 100%;
  height: 360px;
  box-shadow: 0 0 15px 2px #0000004d;
}

.character-name---light {
  text-transform: uppercase;
  background-image: linear-gradient(#0000, #000c);
  padding: 40px 10px 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 28px;
  position: absolute;
  inset: auto 0% 0%;
}

.page-title---light {
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 68px;
}

.press-kit-title---light {
  padding-bottom: 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 42px;
}

.press-kit-icon---light {
  object-fit: contain;
  width: 140px;
  height: 100px;
  margin-bottom: 60px;
  position: absolute;
  inset: 40px 40px auto auto;
}

.section-subtitle---light {
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.section-subtitle---light.support {
  font-size: 17px;
  line-height: 24px;
}

.press-kit-wrap---light {
  color: #1d2023;
  text-transform: uppercase;
  background-color: #ffffffe6;
  border-radius: 4px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 220px 40px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #00000080;
}

.press-kit-bg {
  background-image: linear-gradient(#00000080, #00000080), url('../images/space-port-3120607.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  position: relative;
  inset: 0%;
}

._3-col-grid---light {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-title---light {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.submit-button---light {
  color: #2c3036;
  text-transform: uppercase;
  background-color: #6cfefe;
  border-radius: 4px;
  margin-top: 20px;
  padding: 10px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  transition: all .2s;
  box-shadow: 0 0 20px #6cfefe80;
}

.submit-button---light:hover {
  box-shadow: 0 0 20px 5px #6cfefe80;
}

.text-field---light {
  background-color: #0000;
  border: 1px solid #6b7583;
  border-radius: 4px;
  height: 45px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.text-field---light:hover {
  border-color: #6cfefe;
}

.text-field---light:focus {
  color: #fff;
  background-color: #2c3036;
  border-color: #6cfefe;
  box-shadow: 0 0 15px #6cfefe4d;
}

.text-field---light.textarea {
  height: 120px;
}

.faq-title---light {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.faq-content---light {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
}

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

.glow-title---light {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 10px #00b0f0;
  padding-bottom: 40px;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 42px;
}

.glow-title---light.margin-vert {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-title-dark-block---light {
  background-color: #17191c;
  border-bottom-right-radius: 4px;
  flex: 1;
  width: 100%;
  height: 60px;
  margin-right: -60px;
  display: none;
  transform: skew(-27deg);
}

.section-title-top-bar---light {
  letter-spacing: 1px;
  background-color: #6cfefe;
  height: 10px;
  display: none;
  position: absolute;
  inset: 0% 0% auto;
}

.section-title-block---light {
  letter-spacing: 1px;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 32px;
  line-height: 42px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-block---light.align-left-mobile {
  margin-top: 40px;
}

.section-title-block---light.sidebar {
  margin-bottom: 1.75rem;
  font-family: Epilogue, sans-serif;
  font-weight: 800;
}

.faq-line---light {
  background-color: #00b0f0;
  width: 100%;
  height: 3px;
}

.faq-line---light._2 {
  background-color: #00b0f0;
  width: 100%;
  height: 3px;
  position: absolute;
}

.faq-item---light {
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px;
}

.section-title-block-text---light {
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-button-wrap---light {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.blog-category-icon---light {
  object-fit: contain;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.blog-category---light {
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.blog-side-menu---light {
  color: #17191c;
  background-color: #fffffff2;
  border-radius: 4px;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 40px 20px 40px 30px;
  position: relative;
  box-shadow: 0 0 10px #0006;
}

.blogs-grid---light {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-category-link---light {
  color: #17191c;
  font-family: Bebas Neue, sans-serif;
  font-size: 22px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
}

.blog-category-link---light:hover {
  color: #00b0f0;
}

.blog-col-grid---light {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-name---light {
  padding-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 26px;
}

.blog-summary---light {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.blog-item-details---light {
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.blog-item-link---light {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.blog-item-link---light:hover {
  color: #1d2023;
}

.blog-item-link---light.flex {
  flex-direction: column;
  display: flex;
}

.blog-thumbnail---light {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-date-wrap---light {
  align-items: center;
  padding-bottom: 10px;
  font-weight: 600;
  display: flex;
}

.author---light {
  padding-right: 10px;
}

.paragraph {
  text-align: left;
  margin-bottom: 10px;
  font-size: 17px;
}

.link {
  color: var(--medium-aquamarine);
}

.block-quote {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
}

.style-guide-block {
  background-color: var(--black-3);
  margin-bottom: 60px;
  padding: 40px;
}

.footer-legal-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.footer-legal-link:hover {
  color: var(--cyan);
}

.footer-legal-link.dark {
  color: #000;
}

.footer-legal-link.dark:hover {
  color: var(--deep-sky-blue);
}

.success-message {
  background-color: var(--black-2);
  font-size: 16px;
  line-height: 24px;
}

.error-message {
  text-align: center;
  background-color: #ff4848;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.slope-button-two {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-left: 20px;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button-two:hover {
  color: #000;
  transform: scale(1.1);
}

.slope-button-two.nav-cta {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-hero {
  text-align: left;
  max-width: 50%;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 29px;
}

._2-col-grid-new {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-title-wider {
  max-width: 103%;
  padding-bottom: 1.75rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-wider.margin-bottom {
  margin-bottom: 60px;
}

.section-key-mid {
  z-index: 1;
  background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(to bottom, #55a289e6, #55a289e6), url('../images/buckled-wheel-logo.png'), linear-gradient(to bottom, var(--cyan), var(--cyan));
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section-key-mid.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-key-mid.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-key-mid.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-key-mid.no-padding-top {
  padding-top: 100px;
}

.section-key-mid.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-key-mid.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-top {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}

.section-top.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-top.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-top.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-top.no-padding-top {
  padding-top: 100px;
}

.section-top.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-top.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-key-bottom {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 60px;
  padding-bottom: 140px;
  position: relative;
}

.section-key-bottom.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-key-bottom.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-key-bottom.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.section-key-bottom.no-padding-top {
  padding-top: 100px;
}

.section-key-bottom.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-key-bottom.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.slope-button-content {
  z-index: 1;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.slope-button-content:hover {
  color: #000;
  transform: scale(1.1);
}

.slope-button-content.nav-cta {
  margin-left: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 24px;
  line-height: 28px;
}

.text-block-2 {
  font-size: 24px;
}

.grid-head {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
}

.section-title-h2 {
  max-width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: .5rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-h2.margin-bottom {
  margin-bottom: 60px;
}

.section-insta {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--black), var(--black));
  padding-top: 140px;
  padding-bottom: 0;
  position: relative;
}

.section-insta.slope {
  margin-top: 0;
  padding-top: 260px;
  padding-bottom: 140px;
}

.section-insta.overlap-top {
  z-index: 0;
  margin-top: -45px;
  padding-top: 220px;
}

.section-insta.grid-section {
  z-index: 4;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 190px;
}

.section-insta.no-padding-top {
  padding-top: 100px;
}

.section-insta.overlap-vert {
  z-index: 0;
  margin-top: -45px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-insta.buy-cta {
  z-index: 0;
  margin-top: -45px;
  margin-bottom: -100px;
  padding-top: 200px;
  padding-bottom: 220px;
}

.section-title-social {
  max-width: 60%;
  padding-bottom: 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-social.margin-bottom {
  margin-bottom: 60px;
}

.section-title-rent {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-rent.margin-bottom {
  margin-bottom: 60px;
}

.section-title-copy-copy {
  max-width: 79%;
  padding-bottom: 1.3rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-copy-copy.margin-bottom {
  margin-bottom: 60px;
}

.rental-intro {
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 17px;
}

.grid-gallery-stay {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: minmax(440px, 1fr);
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(440px, 1fr);
  width: 100%;
  margin-top: 10px;
}

.lightbox-link {
  transform-origin: 100%;
  position: relative;
  overflow: hidden;
}

.image-color-fill {
  z-index: 10;
  background-color: #1f2231;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-color-fill.light {
  background-color: #e8eaee;
}

.section-gallery {
  background-color: #f5f8fa;
  background-image: linear-gradient(to bottom, var(--black-3), var(--black-3));
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 14px 60px;
  display: flex;
}

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

.gallery.img-eat-6 {
  background-image: url('../images/Buckled-Wheel-HiRes-29-of-60.jpg');
  background-position: 73%;
  background-size: cover;
}

.gallery.img-sum-5 {
  background-image: url('../images/44977610_877392395718560_4217564812730695680_o.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery.img-sum-7 {
  background-image: url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
  background-position: 42%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-sum-9 {
  background-image: url('../images/553953_152366108221196_947385896_n.jpg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-sum-10 {
  background-image: url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
  background-position: 0 0;
  background-size: cover;
}

.gallery.img-sum-8 {
  background-image: url('../images/Buckled-Wheel-HiRes-35-of-60.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.img-sum-22 {
  background-image: url('../images/44085473_868336443290822_3776748585152937984_o.jpg');
  background-position: 50%;
  background-size: cover;
}

.gallery.img-sum-24 {
  background-image: url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
  background-position: 83%;
  background-size: cover;
}

.gallery.img-eat-25 {
  background-image: url('../images/170398_152363001554840_1724026082_o.jpg');
  background-position: 73%;
  background-size: cover;
}

.gallery.img-sum-28 {
  background-image: url('../images/109638175_1840178629439927_6195911797081940843_o.jpg');
  background-position: 46%;
  background-size: cover;
}

.gallery.img-buy-01 {
  background-image: url('../images/DSC_3912-HDR-1.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.gallery.buy-02 {
  background-image: url('../images/DSC_3836-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery.buy-3 {
  background-image: url('../images/DSC_3927-HDR.jpeg');
  background-position: 83%;
  background-size: cover;
}

.gallery.buy-4 {
  background-image: url('../images/DSC_4140-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery.buy-5 {
  background-image: url('../images/DSC_7254-HDR.jpeg');
  background-position: 50%;
  background-size: cover;
}

.gallery.buy-6 {
  background-image: url('../images/DSC_7304-HDR.jpeg');
  background-position: 75%;
  background-size: cover;
}

.gallery.buy-7 {
  background-image: url('../images/DSC_7499-HDR.jpeg');
  background-position: 73%;
  background-size: cover;
}

.gallery.buy-8 {
  background-image: url('../images/DSC_7478-HDR.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.rental-intro-terms {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 17px;
}

.tees-cees {
  padding-top: 60px;
}

.tees-cees a {
  color: var(--medium-aquamarine);
}

.tees-cees li {
  font-size: 16px;
  line-height: 24px;
}

.grid-images {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 374px;
}

.grid-head-info {
  color: var(--medium-aquamarine);
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Bebas Neue, sans-serif;
  font-size: 34px;
}

.grid-features {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-feature {
  font-size: 18px;
  line-height: 26px;
}

.section-title-copy {
  max-width: 106%;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 85px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-copy.margin-bottom {
  margin-bottom: 60px;
}

.section-title-east {
  max-width: 103%;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-east.margin-bottom {
  margin-bottom: 60px;
}

.image {
  flex: none;
}

.buy-images {
  object-fit: cover;
  flex: none;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-copy {
  flex: none;
}

.container-deets {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.container-deets.hero {
  z-index: 1;
  position: relative;
}

.container-deets.blog-post {
  max-width: 650px;
}

.container-deets.hero-lower {
  z-index: 1;
  max-width: 68%;
  margin-left: 40px;
  position: relative;
}

.container-details {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
  position: relative;
}

.container-details.hero {
  z-index: 1;
  position: relative;
}

.container-details.blog-post {
  max-width: 650px;
}

.container-details.hero-lower {
  z-index: 1;
  max-width: 68%;
  margin-left: 40px;
  position: relative;
}

.align-buy {
  display: block;
}

.align-buy-panels {
  display: flex;
}

.hero-home {
  display: block;
}

.faq-intro {
  margin-bottom: 40px;
}

.buy-images-50 {
  width: 570px;
}

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

.section-title-how {
  text-align: center;
  max-width: 54%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  font-family: Bebas Neue, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 72px;
}

.section-title-how.margin-bottom {
  margin-bottom: 60px;
}

.icon-title {
  text-align: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 57px;
  font-weight: 400;
  line-height: 72px;
}

.icon-title.margin-bottom {
  margin-bottom: 60px;
}

.icon-how-we {
  text-align: center;
  width: 107px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.align-center-new {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services {
  font-size: 17px;
  line-height: 30px;
}

.how {
  grid-column-gap: 30px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.how-content.narrow {
  max-width: 529px;
}

.how-content.medium {
  max-width: 624px;
}

.how-content.narrow-left {
  clear: none;
  text-align: left;
  max-width: 529px;
}

.how-content.medium-right {
  float: right;
  max-width: 624px;
}

.how-content.narrow-left-panel {
  clear: none;
  text-align: left;
  max-width: 529px;
  padding-right: 40px;
}

.how-content.narrow-left-product {
  clear: none;
  text-align: left;
  max-width: 50%;
  padding-top: 70px;
  padding-right: 40px;
}

.how-content.narrow-right {
  width: 50%;
  max-width: 529px;
  margin-left: 60px;
}

.how-content.narrow-left-new {
  clear: none;
  text-align: left;
  width: 50%;
  max-width: 529px;
}

.thumbs-img {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: block;
}

.header-block {
  width: 50%;
  max-width: none;
  padding: 10px 100px 0 0;
  position: relative;
}

.collection-list {
  width: 100%;
}

.header-intro-text {
  margin-top: 10px;
  padding-right: 115px;
  font-size: 19px;
  line-height: 31px;
}

.blur-image {
  filter: blur(17px);
  background-color: #1d1f22;
  width: 110%;
  height: 103%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button {
  background-color: #000;
  padding: 14px 35px;
  transition: color .2s, border .2s, transform .2s, box-shadow .2s, background-color .2s;
}

.button:hover {
  color: #fff;
  transform: translate(0, -2px);
  box-shadow: 7px 7px 40px -10px #0003;
}

.button.header-button {
  background-color: var(--indian-red);
  color: #1d1f22;
  margin-right: 10px;
  padding: 18px 40px 17px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 7px 7px 40px -10px #0003;
}

.button.header-button:hover {
  color: #fff;
  background-color: #55a289;
  box-shadow: 28px 28px 50px -10px #0000004d;
}

.button.header-button.transparant-version {
  color: #5c5c5c;
  background-color: #fff;
  margin-right: 0;
  padding-left: 80px;
  position: relative;
}

.button.header-button.transparant-version:hover {
  color: #5ad3ac;
}

.header-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Bebas Neue, sans-serif;
  font-size: 71px;
  font-weight: 600;
  line-height: 64px;
  position: sticky;
}

.header-column {
  float: left;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 140px;
  padding-top: 10px;
  display: flex;
}

.product-images-thumbs {
  object-fit: cover;
  width: 100%;
  height: 472px;
  display: block;
}

.header-image-column {
  float: right;
  background-color: #000;
  width: 42%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  z-index: 10;
  max-width: 1650px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.heading {
  color: var(--indian-red);
}

.lightbox-link-2 {
  object-fit: none;
  width: 100%;
  height: 204px;
}

.header-image-block {
  z-index: 30;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 14px 14px 101px -20px #0009;
}

.product-main-img {
  width: 100%;
  height: 100%;
}

.hero-section-2 {
  background-color: #2c3036;
  height: auto;
  min-height: auto;
  padding-bottom: 60px;
}

.button-title {
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 800;
}

.button-title:hover {
  color: #5ad3ac;
}

.header-fill {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.header-image-wrapper {
  z-index: 10;
  object-fit: contain;
  width: 685px;
  height: 650px;
  margin-top: 257px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
  inset: 11% auto auto 480px;
  transform: translate(0, -50%);
}

.default-state {
  border-radius: 36px;
}

.header-buttons-wrapper {
  z-index: 110;
  min-width: 120%;
  margin-top: 40px;
  position: relative;
}

.thumbs {
  width: 50%;
}

.button-subtitle {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}

.button-subtitle:hover {
  color: #5ad3ac;
}

.phone-icon {
  height: 25px;
  position: absolute;
  inset: 50% auto auto 30px;
  transform: translate(0, -50%);
}

.cart-button {
  background-color: var(--indian-red);
}

.cart-quantity {
  color: var(--indian-red);
}

.product {
  text-align: center;
  background-color: #2c30367d;
  min-height: 707px;
  padding: 20px;
}

.product-learn {
  background-color: var(--indian-red);
  padding: 14px 20px;
}

.checkout-form {
  background-color: var(--black-2);
  margin-top: 100px;
}

.heading-2, .field-label, .email, .heading-3, .field-label-2, .full-name, .field-label-3, .street-address, .street-address-2, .field-label-4, .city, .state-province, .zip-postal-code, .field-label-5, .country, .heading-4, .text-block-3, .heading-5, .field-label-6, .card-number, .field-label-7, .expiration-date, .security-code, .checkbox-label, .checkbox, .heading-6, .field-label-8, .full-name-2, .field-label-9, .street-address-3, .street-address-4, .field-label-10, .field-label-11, .field-label-12, .field-label-13, .city-2, .state-province-2, .zip-postal-code-2, .country-2, .field-label-14, .heading-7, .text-block-4, .div-block, .heading-8, .line-item, .extra-item, .line-item-2 {
  color: var(--black-2);
}

.submit-button-2, .checkout-button {
  background-color: var(--indian-red);
}

.text-block-5 {
  color: var(--black-2);
}

.text-block-6 {
  color: var(--slate-grey);
}

.text-block-7 {
  color: var(--indian-red);
  font-weight: 400;
}

.cart-quantity-2 {
  color: var(--black-2);
}

.cart-header {
  color: var(--black-2);
  padding-top: 27px;
}

.cart-logo {
  width: 200px;
  margin-top: -21px;
}

.heading-9 {
  margin-top: 10px;
}

.field-label-15, .field-label-16, .text-block-8, .div-block-2 {
  color: var(--black-2);
}

.product-left {
  width: 50%;
  padding-left: 40px;
}

.cart-line-item, .empty-state {
  color: var(--black-2);
}

@media screen and (min-width: 1280px) {
  .sloped-bg.road, .sloped-bg.about-4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .gallery.img-sum-5 {
    background-image: url('../images/44977610_877392395718560_4217564812730695680_o.jpg');
  }

  .gallery.img-sum-7 {
    background-image: url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
  }

  .gallery.img-sum-9 {
    background-image: url('../images/553953_152366108221196_947385896_n.jpg');
  }

  .gallery.img-sum-10 {
    background-image: url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
  }

  .gallery.img-sum-22 {
    background-image: url('../images/44085473_868336443290822_3776748585152937984_o.jpg');
  }

  .gallery.img-sum-24 {
    background-image: url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
  }

  .gallery.img-sum-28 {
    background-image: url('../images/109638175_1840178629439927_6195911797081940843_o.jpg');
  }

  .gallery.img-buy-01 {
    background-image: url('../images/DSC_3912-HDR-1.jpeg');
  }

  .gallery.buy-02 {
    background-image: url('../images/DSC_3836-HDR.jpeg');
  }

  .gallery.buy-3 {
    background-image: url('../images/DSC_3927-HDR.jpeg');
  }

  .gallery.buy-4 {
    background-image: url('../images/DSC_4140-HDR.jpeg');
  }

  .gallery.buy-5 {
    background-image: url('../images/DSC_7254-HDR.jpeg');
  }

  .gallery.buy-6 {
    background-image: url('../images/DSC_7304-HDR.jpeg');
  }

  .gallery.buy-8 {
    background-image: url('../images/DSC_7478-HDR.jpeg');
  }
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1400px;
  }

  .sloped-bg.road {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .sloped-bg.east {
    background-image: linear-gradient(#17191c70, #17191c70), url('../images/Rock-of-Cashel-Tipperary.jpeg');
    background-position: 0 0, 45% 35%;
  }

  .sloped-bg.about-2 {
    background-image: linear-gradient(to top, #000, #0000), url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .sloped-bg.about-3 {
    background-image: linear-gradient(to top, #000, #0000), url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
    background-position: 0 0, 45% 35%;
  }

  .sloped-bg.about-4 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/Buckled-Wheel-HiRes-15-of-60.jpeg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .content-wrap.narrow-left-product {
    max-width: 50%;
  }

  .grid-gallery-stay {
    justify-content: center;
  }

  .gallery.img-sum-5 {
    background-image: url('../images/44977610_877392395718560_4217564812730695680_o.jpg');
  }

  .gallery.img-sum-7 {
    background-image: url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
    background-position: 88%;
  }

  .gallery.img-sum-9 {
    background-image: url('../images/553953_152366108221196_947385896_n.jpg');
    background-position: 50%;
  }

  .gallery.img-sum-10 {
    background-image: url('../images/37276176_773729726084828_6533373043719274496_o.jpg');
    background-position: 50%;
  }

  .gallery.img-sum-22 {
    background-image: url('../images/44085473_868336443290822_3776748585152937984_o.jpg');
  }

  .gallery.img-sum-24 {
    background-image: url('../images/101377953_1728543963936728_5340452457145171968_o.jpg');
  }

  .gallery.img-sum-28 {
    background-image: url('../images/109638175_1840178629439927_6195911797081940843_o.jpg');
  }

  .gallery.img-buy-01 {
    background-image: url('../images/DSC_3912-HDR-1.jpeg');
    background-position: 50%;
  }

  .gallery.buy-02 {
    background-image: url('../images/DSC_3836-HDR.jpeg');
  }

  .gallery.buy-3 {
    background-image: url('../images/DSC_3927-HDR.jpeg');
  }

  .gallery.buy-4 {
    background-image: url('../images/DSC_4140-HDR.jpeg');
  }

  .gallery.buy-5 {
    background-image: url('../images/DSC_7254-HDR.jpeg');
    background-position: 50%;
  }

  .gallery.buy-6 {
    background-image: url('../images/DSC_7304-HDR.jpeg');
  }

  .gallery.buy-8 {
    background-image: url('../images/DSC_7478-HDR.jpeg');
  }

  .container-deets, .container-details {
    max-width: 1400px;
  }

  .align-buy-panels {
    display: flex;
  }

  .how-content.narrow-left-product {
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .nav-logo {
    object-fit: contain;
    width: 100%;
    max-height: 70px;
    margin-top: -10px;
  }

  .nav-menu {
    background-color: var(--black-2);
    text-align: center;
    justify-content: center;
    padding: 20px 40px 40px;
  }

  .nav-right-wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-logo-wrap {
    width: 100px;
    height: auto;
    max-height: 50px;
    margin-right: 0;
    padding-left: 0;
  }

  .menu-button {
    order: 1;
    margin-left: 20px;
    padding: 12px;
    font-size: 32px;
    line-height: 26px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    margin-left: 20px;
  }

  .navbar {
    z-index: 9999;
    background-image: linear-gradient(to bottom, var(--black), var(--black)), linear-gradient(to bottom, black, transparent);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: fixed;
  }

  .nav-link {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    transform: none;
  }

  .container {
    display: block;
  }

  .section-title {
    padding-bottom: 0;
    font-size: 48px;
    line-height: 54px;
  }

  .hero-section {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-section.page, .hero-section.blog-post {
    padding-bottom: 180px;
  }

  .section-title-block {
    text-align: center;
    justify-content: center;
  }

  .section-title-block.sidebar {
    justify-content: flex-start;
  }

  .section-title-block.align-left-mobile {
    text-align: left;
    justify-content: flex-start;
  }

  .section.slope, .section.slope-2, .section.slope-east {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section.panel-buy {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section.slope-panel {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .sloped-bg.rental, .sloped-bg.buy {
    background-image: linear-gradient(#00000057, #00000057), url('../images/Buckled-Wheel-HiRes-38-of-60.jpg');
    background-position: 0 0, 71% 51%;
  }

  .sloped-bg.aboutus {
    background-image: linear-gradient(to top, #000, #0000), url('../images/44223929_868336526624147_8642362519047897088_o.jpg');
    background-position: 0 0, 71% 51%;
  }

  .content-wrap.narrow-left-product {
    max-width: 83%;
    padding-top: 40px;
  }

  ._2-col-grid {
    grid-template-columns: 1fr;
  }

  .section-gradient-bg {
    height: 200px;
  }

  .company-grid {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-row {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-links {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-link {
    margin-right: 0;
  }

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

  .social-links-wrap {
    justify-content: center;
  }

  .social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slope-button.nav-cta {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

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

  .page-title {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .blogs-grid.more-posts {
    grid-template-columns: 1fr;
  }

  .blog-item-link {
    grid-template-columns: 1fr;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-item-link.flex {
    max-width: none;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
  }

  .press-kit-wrap {
    text-align: center;
    align-items: center;
    padding-top: 40px;
  }

  .press-kit-icon {
    position: static;
  }

  .section-subtitle.support {
    font-size: 20px;
    line-height: 28px;
  }

  .section-img {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  ._4-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar-border-block {
    display: none;
  }

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

  .play-button.margin-right {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-subtitle {
    font-size: 24px;
    line-height: 32px;
  }

  .blog-side-menu {
    margin-top: 0;
  }

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

  .faq-button-wrap {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: flex;
    position: relative;
  }

  .faq-line {
    background-color: #fff;
    width: 100%;
    height: 3px;
    padding: 0;
  }

  .faq-line._2 {
    position: absolute;
    transform: rotate(90deg);
  }

  .play-button-wrap.horizontal {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

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

  .footer-logo-wrap {
    text-align: center;
  }

  .footer-links---light {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .flex-between---light {
    flex-direction: column;
  }

  .footer-logo-wrap---light {
    text-align: center;
  }

  .social-link---light {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-gradient-bg---light {
    height: 200px;
  }

  .footer-subtitle---light {
    font-size: 24px;
    line-height: 32px;
  }

  .play-button-wrap---light.horizontal {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .footer-row---light {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .section---light.slope {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .footer-logo---light {
    margin-top: 40px;
  }

  .company-grid---light {
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

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

  .social-links-wrap---light {
    justify-content: center;
  }

  ._2-col-grid---light {
    grid-template-columns: 1fr;
  }

  .section-title---light {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .play-button---light.margin-right {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-section---light {
    padding-bottom: 220px;
  }

  .hero-section---light.press-kit, .hero-section---light.page {
    padding-bottom: 180px;
  }

  .footer---light {
    background-color: #fff;
    background-image: none;
    margin-top: 0;
    padding-top: 60px;
  }

  ._4-col-grid---light {
    grid-template-columns: 1fr 1fr;
  }

  .section-img---light {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-title---light {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .press-kit-icon---light {
    position: static;
  }

  .section-subtitle---light.support {
    font-size: 20px;
    line-height: 28px;
  }

  .press-kit-wrap---light {
    text-align: center;
    align-items: center;
    padding-top: 40px;
  }

  ._3-col-grid---light {
    grid-template-columns: 1fr;
  }

  .faq-header---light {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-title-block---light {
    text-align: center;
    justify-content: center;
  }

  .section-title-block---light.align-left-mobile {
    text-align: left;
    justify-content: flex-start;
  }

  .section-title-block---light.sidebar {
    justify-content: flex-start;
  }

  .faq-line---light {
    background-color: #fff;
    width: 100%;
    height: 3px;
    padding: 0;
  }

  .faq-line---light._2 {
    position: absolute;
    transform: rotate(90deg);
  }

  .faq-button-wrap---light {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    display: flex;
    position: relative;
  }

  .blog-side-menu---light {
    margin-top: 0;
  }

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

  .blog-item-link---light {
    grid-template-columns: 1fr;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-item-link---light.flex {
    max-width: none;
  }

  .slope-button-two {
    margin-left: 0;
  }

  .slope-button-two.nav-cta {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

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

  ._2-col-grid-new {
    grid-template-columns: 1fr;
  }

  .section-title-wider {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .section-key-mid.slope, .section-top.slope, .section-key-bottom.slope {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .slope-button-content.nav-cta {
    margin-top: 20px;
    margin-left: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .section-title-h2 {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .section-insta.slope {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .section-title-social, .section-title-rent, .section-title-copy {
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .section-title-copy-copy {
    text-align: left;
    padding-bottom: 1.75rem;
    font-size: 48px;
    line-height: 54px;
  }

  .grid-gallery-stay {
    grid-template-rows: minmax(300px, 1fr) minmax(300px, .75fr);
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(300px, 1fr);
  }

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

  .gallery.img-sum-9 {
    background-position: 50%;
  }

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

  .section-title-copy, .section-title-east {
    padding-bottom: 0;
    font-size: 48px;
    line-height: 54px;
  }

  .align-buy, .align-buy-panels, .hero-home {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-title-how, .icon-title {
    padding-bottom: 0;
    font-size: 48px;
    line-height: 54px;
  }

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

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

  .how-content.narrow-left-product {
    max-width: 83%;
    padding-top: 40px;
  }

  .header-block {
    width: 50%;
    max-width: none;
    height: 100%;
    padding-top: 10px;
    padding-right: 30px;
  }

  .header-intro-text {
    padding-right: 10px;
  }

  .button.header-button {
    margin-top: 10px;
    margin-right: 0;
    display: block;
  }

  .header-title {
    font-size: 50px;
    line-height: 53px;
  }

  .header-column {
    width: 100%;
    margin-top: 100px;
    padding-bottom: 20px;
  }

  .product-main-img {
    text-align: center;
  }

  .hero-section-2 {
    height: auto;
  }

  .header-image-wrapper {
    width: 390px;
    height: 120%;
    left: 390px;
  }

  .header-buttons-wrapper {
    min-width: 100%;
    padding-right: 30px;
  }

  .product-left {
    width: 50%;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 62px;
    line-height: 72px;
  }

  h2 {
    font-size: 56px;
    line-height: 64px;
  }

  h3 {
    font-size: 48px;
    line-height: 56px;
  }

  h4 {
    font-size: 36px;
    line-height: 42px;
  }

  h5 {
    font-size: 28px;
    line-height: 36px;
  }

  h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .nav-logo {
    max-width: 140px;
  }

  .nav-container {
    height: 70px;
  }

  .menu-button {
    padding: 10px;
    font-size: 32px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title {
    text-align: left;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

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

  .hero-section.page, .hero-section.blog-post {
    padding-bottom: 140px;
  }

  .section.grid-section {
    padding-bottom: 100px;
  }

  .content-wrap.narrow, .content-wrap.narrow-right {
    text-align: left;
  }

  .footer-email-form {
    margin-top: 20px;
  }

  .social-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .page-title {
    font-size: 32px;
    line-height: 38px;
  }

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

  .blog-item-link {
    max-width: 90%;
  }

  .blog-item-link.vertical {
    max-width: none;
  }

  ._3-col-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-subtitle.support {
    font-size: 18px;
    line-height: 24px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr;
  }

  .character-wrap {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-subtitle {
    padding-bottom: 1.25rem;
  }

  .social-link---light {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container---light {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-subtitle---light {
    padding-bottom: 1.25rem;
  }

  .footer-email-form---light {
    margin-top: 20px;
  }

  .section-title---light {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .hero-section---light {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .hero-section---light.press-kit, .hero-section---light.page {
    padding-bottom: 140px;
  }

  ._4-col-grid---light {
    grid-template-columns: 1fr;
  }

  .character-wrap---light {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .page-title---light {
    font-size: 32px;
    line-height: 38px;
  }

  .section-subtitle---light.support {
    font-size: 18px;
    line-height: 24px;
  }

  .blogs-grid---light {
    grid-template-columns: 1fr;
  }

  .blog-item-link---light {
    max-width: 90%;
  }

  .style-guide-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title-wider {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .slope-button-content {
    text-align: center;
  }

  .section-title-h2, .section-title-social, .section-title-rent, .section-title-copy, .section-title-copy-copy {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .section-gallery {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 70px;
  }

  .section-title-copy, .section-title-east {
    padding-bottom: 1.25rem;
    font-size: 36px;
    line-height: 42px;
  }

  .container-deets, .container-details {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-images-50 {
    width: 545px;
  }

  .section-title-how, .icon-title {
    text-align: left;
    padding-bottom: 0;
    font-size: 36px;
    line-height: 42px;
  }

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

  .how-content.narrow, .how-content.narrow-right {
    text-align: left;
  }

  .header-block {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding-bottom: 40px;
    padding-right: 0;
  }

  .header-intro-text {
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .blur-image {
    width: 116%;
    height: 115%;
    top: -8%;
    left: -9%;
  }

  .button.header-button {
    margin-left: auto;
    margin-right: auto;
  }

  .header-title {
    text-align: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-column {
    width: 100%;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .header-image-column {
    width: 100%;
    height: 280px;
  }

  .heading {
    text-align: center;
  }

  .hero-section-2 {
    height: auto;
    min-height: 0;
  }

  .header-image-wrapper {
    width: 90%;
    height: 250px;
    margin: -40px auto -90px;
    position: static;
  }

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

  .header-buttons-wrapper {
    padding-left: 20px;
  }

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

  .product-left {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .menu-button {
    font-size: 47px;
  }

  .container {
    padding-left: 2px;
    padding-right: 2px;
  }

  .container.hero-lower {
    max-width: 96%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title {
    text-align: center;
    max-width: none;
    padding-bottom: 1rem;
  }

  .hero-section.page {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.no-padding-top, .section.contact-page {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .section-gradient-bg {
    height: 127px;
    bottom: 0;
  }

  .company-logo {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    background-image: linear-gradient(to bottom, var(--indian-red), var(--indian-red));
  }

  .press-kit-title {
    font-size: 21px;
  }

  .section-img {
    max-width: 90%;
  }

  .footer-subtitle, .footer-subtitle---light {
    padding-bottom: 1rem;
  }

  .section-title---light {
    padding-bottom: 1rem;
    font-size: 26px;
    line-height: 32px;
  }

  .section-img---light {
    max-width: 90%;
  }

  .paragraph-hero {
    max-width: none;
    font-size: 21px;
  }

  .section-title-wider, .section-title-h2, .section-title-social, .section-title-rent, .section-title-copy {
    padding-bottom: 1rem;
  }

  .section-title-copy-copy {
    max-width: 102%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 1rem;
    font-size: 52px;
    line-height: 52px;
  }

  .grid-gallery-stay {
    grid-template-rows: minmax(250px, 1fr) minmax(250px, 1fr);
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(250px, 1fr);
  }

  .section-gallery {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 50px;
  }

  .grid-head-info {
    line-height: 39px;
  }

  .grid-feature {
    font-size: 16px;
  }

  .section-title-copy, .section-title-east {
    padding-bottom: 1rem;
  }

  .container-deets.hero-lower {
    max-width: 96%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-details {
    grid-template-columns: 1fr;
  }

  .container-details.hero-lower {
    max-width: 96%;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .buy-images-50 {
    width: 301px;
  }

  .section-title-how {
    text-align: center;
    max-width: 61%;
    padding-bottom: 1rem;
  }

  .icon-title {
    padding-bottom: 1rem;
  }

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

  .header-intro-text {
    max-width: 280px;
    font-size: 14px;
    line-height: 27px;
  }

  .blur-image {
    filter: brightness(110%) blur(17px);
  }

  .button.header-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button.header-button:hover {
    background-color: var(--slate-grey);
  }

  .header-title {
    max-width: 290px;
    font-size: 36px;
    line-height: 43px;
  }

  .header-image-column {
    height: 240px;
  }

  .button-title {
    max-width: 190px;
    font-size: 20px;
  }

  .header-image-wrapper {
    height: 200px;
    margin-top: -50px;
    margin-bottom: -60px;
  }

  .header-buttons-wrapper {
    margin-top: 20px;
    padding-right: 20px;
  }
}

#w-node-d7be6d2f-c1e5-9636-68b0-290814710f76-f77cf39c, #w-node-f81b3999-aca5-4d31-0a08-936615bda305-5f7cf393, #w-node-f81b3999-aca5-4d31-0a08-936615bda30e-5f7cf393, #w-node-f81b3999-aca5-4d31-0a08-936615bda311-5f7cf393, #w-node-f81b3999-aca5-4d31-0a08-936615bda317-5f7cf393, #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce69-117cf39b, #w-node-ea2aa35a-3e5e-bcc7-847a-b20ce8456a6b-117cf39b, #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce6c-117cf39b, #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce60-117cf39b, #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce69-2cc48f97, #w-node-ea2aa35a-3e5e-bcc7-847a-b20ce8456a6b-2cc48f97, #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce6c-2cc48f97, #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce60-2cc48f97 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-f81b3999-aca5-4d31-0a08-936615bda317-5f7cf393 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f81b3999-aca5-4d31-0a08-936615bda31a-5f7cf393 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce60-117cf39b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce63-117cf39b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce60-2cc48f97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74ce1147-eaa7-d52d-8e7c-e9441200ce63-2cc48f97 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


