@font-face {
  font-family: Velocista demo ffp;
  src: url('../fonts/Velocista-Demo-FFP.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Evogria;
  src: url('../fonts/Evogria-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

:root {
  --black: #040607;
  --white: white;
  --black-2: #282e30;
  --powder-blue: #c1d9d9;
  --light-grey: #d4d3cf;
}

.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-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-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-commerce-commercepaypalcheckoutformcontainer {
  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-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

body {
  color: var(--black);
  font-family: Raleway, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: 4px;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Evogria, sans-serif;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: inline;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: civane-normal, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: brandon-grotesque, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Raleway, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: arpona, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: europa, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: underline;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}

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

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

li {
  margin-bottom: .25rem;
}

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

label {
  opacity: .6;
  margin-top: .25rem;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 500;
  display: block;
}

blockquote {
  border-left: .25rem solid #ffd3af;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: .5rem;
  font-size: .875rem;
}

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

.form-input {
  background-color: var(--white);
  color: #232536;
  border: .3px solid #b6b6b6;
  border-radius: 0;
  height: 4rem;
  margin-bottom: 0;
  padding: 1.5rem;
  font-size: 1rem;
}

.form-input::placeholder {
  color: #282e30cc;
}

.page-wrapper {
  position: relative;
}

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

.form-message-error {
  background-color: #ffe0e1;
  margin-top: 1rem;
  padding: 0;
}

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 24rem;
  margin-bottom: 0;
  display: flex;
}

.utility_form {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.button {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 2.7rem;
  margin-left: -2px;
  padding: .5rem 1.5rem;
  font-family: europa, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

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

.nav_link {
  color: #000;
  letter-spacing: .08rem;
  text-transform: uppercase;
  padding: 1.5rem 1.6rem;
  font-family: Evogria, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: all .2s ease-out;
}

.nav_link:hover {
  background-color: #0000;
  text-decoration: underline;
}

.nav_link.w--current {
  color: var(--black-2);
  background-color: #0000;
}

.nav_link.mobile-only {
  display: none;
}

.nav_link.is--black {
  color: var(--black);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.nav_link.is--black:hover {
  text-decoration: none;
}

.nav_logo {
  max-height: 3.5rem;
}

.nav_link-list {
  color: #fff;
  margin-right: 1rem;
  font-weight: 500;
  display: flex;
}

.nav_component {
  z-index: 5;
  background-color: #0000;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section-home-header {
  z-index: 1;
  color: #fff;
  position: relative;
}

.home-service_item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding: 2rem;
  text-decoration: none;
  transition: box-shadow .2s ease-out;
  display: grid;
}

.home-service_item:hover {
  box-shadow: 0 40px 60px -20px #ffa15566;
}

.footer_component {
  background-color: #fff;
  border-top: 3px solid #2b2b2b;
}

.footer_top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 95vw;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.2rem;
  display: flex;
  position: relative;
}

.footer_left {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  align-items: flex-end;
  margin-left: 4rem;
  display: flex;
}

.footer_right {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  opacity: .82;
  flex-direction: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  align-content: space-between;
}

.social-wrapper {
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.social-link {
  opacity: .8;
  width: 2rem;
  height: 2rem;
  margin-left: 15px;
  margin-right: 15px;
  transition: opacity .2s ease-out;
}

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

.social-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.box-stripe {
  background-color: #ffa155;
  width: 100%;
  height: 100%;
}

.box-stripe.is-light-orange {
  background-color: #ffd3af;
}

.box-stripe.is-blue {
  background-color: #666dff;
}

.box-group-corner {
  width: 3rem;
  height: 3rem;
}

.box-group-corner.is-top-left {
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box-group-corner.is-top-right {
  z-index: 1;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.box-group-corner.is-small {
  width: 2rem;
  height: 2rem;
}

.box-corner {
  background-color: #ffa155;
  width: 62.5%;
  height: 62.5%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.box-corner.inner-box {
  background-color: #ffd3af;
  width: 60%;
  height: 60%;
  inset: 0% 0% auto auto;
}

.box-corner.is-bottom-box {
  background-color: #666dff;
  width: 37.5%;
  height: 37.5%;
  inset: auto auto 0% 0%;
}

.box-corner.is-right-box {
  background-color: #666dff;
  width: 37.5%;
  height: 37.5%;
  inset: 0% 0% auto auto;
}

.stripe-horizontal-wrapper {
  height: 1.25rem;
  display: flex;
}

.stripe-horizontal-wrapper.is-bottom-left {
  position: absolute;
  inset: auto 0% -1.25rem;
}

.stripe-horizontal-wrapper.is-bottom-left.is-30 {
  width: 30%;
}

.primary-button-wrapper {
  color: #fff;
  cursor: pointer;
  background-color: #3941ff;
  align-items: center;
  padding: 1.5rem 2rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.primary-button-wrapper:hover {
  background-color: #222bff;
}

.button-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1rem;
  margin-left: 1rem;
  display: flex;
}

.footer_link {
  margin-bottom: .5rem;
  font-family: Evogria, sans-serif;
  font-size: .9rem;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.footer_link:hover {
  color: var(--black-2);
}

.utility_title-wrapper {
  width: 100%;
  display: flex;
  position: relative;
}

.utility_block {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 24rem;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.form-state-content {
  color: #232536;
  align-items: center;
  padding-right: 1.5rem;
  display: flex;
}

.form-state-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.form-error-icon-wrapper {
  color: #fff;
  background-color: #ff5558;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  display: flex;
}

.services-header_link {
  color: #3941ff;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.services-header_link.is-black {
  color: #232536;
  cursor: pointer;
}

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

.nav {
  z-index: 1000;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #ffffffb8;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.is--static {
  position: relative;
}

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

.cart_button {
  color: #000;
  background-color: #0000;
  width: 4rem;
  padding: 0;
  position: relative;
}

.cart_quantity {
  width: 14px;
  min-width: 0;
  height: 17px;
  color: var(--black-2);
  background-color: #0000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: civane-normal, sans-serif;
  font-size: .7rem;
  line-height: 1;
  display: none;
  position: absolute;
  top: -8.51042px;
  right: -4.01736px;
}

.cart_icon {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-shop-header {
  min-height: 100vh;
  color: var(--black);
  text-align: center;
  padding-top: 3.9rem;
  padding-bottom: 6rem;
}

.category-title {
  text-align: center;
  margin-bottom: 4rem;
}

.shop-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.3rem;
}

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

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

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

.product-text {
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  display: flex;
}

.product-title {
  margin-right: 28px;
  font-size: 1.1rem;
}

.product-price {
  font-size: .9rem;
}

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

.bg-logo {
  z-index: -1;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.bg-img {
  opacity: .09;
  object-fit: contain;
  width: 40%;
  min-width: 700px;
  max-width: 1000px;
  height: 100%;
  display: block;
}

.nav_dropdown {
  z-index: 4;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-color: #ffffffe6;
}

.nav_dropdown.w--open {
  z-index: 20;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffffb3;
}

.footer-check {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: max-content;
  align-items: center;
  margin-bottom: 1.2rem;
  margin-right: 3rem;
  display: flex;
}

.check-icon {
  width: 1rem;
  margin-right: .5rem;
}

.check-text {
  font-family: Evogria, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.footer_bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 95vw;
  margin-top: 1.4rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  display: flex;
}

.footer_bottom-left {
  align-items: center;
  display: flex;
}

.footer-subtext {
  margin-right: .4rem;
  font-size: .8rem;
}

.bg-video {
  z-index: -1;
  width: 100%;
  height: 93vh;
  display: block;
}

.home-text {
  color: #000;
  margin-top: 3.9rem;
  margin-left: auto;
  font-weight: 600;
}

.section-about {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 124px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
}

.about-p {
  width: 600px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.1rem;
  line-height: 1.7;
}

.main-container {
  width: 80%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.partner-column {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.partner-column.is--text {
  width: 60%;
  padding: 3rem 4.8rem;
}

.partner-column.is--image {
  flex: 1;
  height: 30%;
}

.partner-icon {
  width: 50px;
  margin-right: 1.4rem;
}

.partner-subtext {
  letter-spacing: 1px;
  margin-bottom: 2.3rem;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.8;
}

.h2-large {
  text-align: center;
  font-family: Evogria, sans-serif;
  font-size: 2.2rem;
  display: block;
}

.partner-image {
  object-fit: contain;
  width: 100%;
  height: 35vw;
}

.section-partner {
  align-items: center;
  display: flex;
}

.section-partner.is--reverse {
  flex-direction: row-reverse;
}

.flight-crew-video {
  width: 100%;
  height: 500px;
}

.flight-crew-video_block {
  width: 50vw;
  min-height: 500px;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.section-crew {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 8.2rem 2vw 4.8rem;
  display: flex;
  position: relative;
}

.crew-subtext {
  color: #000;
  margin-top: .6rem;
  margin-bottom: 2.6rem;
  font-family: Velocista demo ffp, sans-serif;
  font-size: 1rem;
  display: inline;
}

.section-contact {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 10rem;
  padding-bottom: 7.6rem;
  display: flex;
  position: relative;
}

.short-p {
  object-position: 50% 50%;
  flex-wrap: nowrap;
  place-content: space-between flex-start;
  align-items: flex-start;
  width: 725px;
  height: auto;
  margin: 4rem auto 0;
  font-size: 1rem;
  line-height: 1.7;
  display: block;
  overflow: visible;
}

.contact {
  width: 50vw;
  min-width: 700px;
  max-width: 1000px;
  margin-top: 4.5rem;
  margin-left: auto;
  margin-right: auto;
}

.hidden-embed {
  display: none;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.method-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
  display: flex;
}

.method {
  background-color: var(--black);
  color: #fff;
  border-radius: 7px;
  align-items: center;
  margin-bottom: 2.1rem;
  padding: .8rem 1.5rem;
  display: flex;
}

.method-icon {
  width: 30px;
}

.method-text {
  margin-left: 22px;
  font-size: 1.1rem;
}

.section-faq {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 114px;
  padding-bottom: 10rem;
  display: flex;
  position: relative;
}

.faq-wrapper {
  text-align: left;
  background-color: #e7e7e7;
  width: 100%;
  box-shadow: 0 3px 10px -8px #00000096;
}

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

.faq {
  width: 100%;
  max-width: 75%;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.faq-trigger {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem;
  display: flex;
}

.faq-content {
  background-color: #f0f0f0;
  overflow: hidden;
}

.faq-text {
  padding: 1.5rem;
}

.fleet-item {
  grid-column-gap: 5vw;
  grid-row-gap: 20px;
  text-align: left;
  background-color: #e7e7e7;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
  position: relative;
  box-shadow: 0 0 14px -1px #000;
}

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

.drone-img {
  margin-bottom: 1.7rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.drone-heading {
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-family: Evogria, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}

.drone-text {
  font-size: .9rem;
  line-height: 1.6;
}

.drone-subtitle {
  width: 11ch;
  min-width: 160px;
  margin-right: 3.6rem;
  font-weight: 600;
}

.drone-group {
  display: flex;
}

.fleet-cms {
  margin-top: 4.9rem;
}

.drone-title {
  position: sticky;
  top: 110px;
}

.service-item {
  grid-column-gap: 3vw;
  grid-row-gap: 2vw;
  color: #000;
  text-align: left;
  background-color: #e7e7e7;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4.6rem;
  padding: 2.5rem;
  display: grid;
  position: relative;
  box-shadow: 0 0 14px -1px #000;
}

.paragraph {
  margin-bottom: 1.1rem;
}

.aerial-title {
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 98px;
}

.short-line {
  background-color: #ffffff21;
  width: 100px;
  height: 1px;
  margin-bottom: 1.8rem;
}

.paragraph-2 {
  margin-bottom: .5rem;
  font-style: italic;
  font-weight: 600;
}

.list {
  margin-bottom: 1.8rem;
}

.stock-cms {
  width: 100%;
  margin-top: 4rem;
}

.stock-grid {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stock-title {
  margin-top: 10px;
  font-family: Evogria, sans-serif;
  font-weight: 500;
  display: inline;
}

.stock-thumb {
  object-fit: contain;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 200px;
  display: block;
  box-shadow: 0 0 10px -3px #0000008c;
}

.stock-img {
  width: 100%;
  display: block;
}

.product-cms {
  margin-top: 5rem;
}

.stock-product-grid {
  grid-column-gap: 16px;
  grid-row-gap: 5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hidden-field {
  display: none;
}

.add-to-cart-button {
  background-color: var(--black);
  border-radius: 5px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem 2.4rem;
}

.add-to-cart {
  margin-top: 2.4rem;
}

.footer_left-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.inner-text {
  color: #070404;
  border-top: 2px solid #fff0;
  border-bottom: 2px solid #fff0;
  display: inline-block;
}

.name {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1.3rem;
  display: inline-block;
}

.cart-text {
  font-size: 1.2rem;
}

.cart-container {
  min-width: 400px;
  max-width: 500px;
}

.remove {
  color: #ff1e1e;
}

.secondary-button {
  color: #000;
  background-color: #0000;
  border-top: 3px solid #0000;
  border-bottom: 3px solid #0000;
  margin-top: 0;
  padding: 2px 0;
  font-size: 1rem;
  text-decoration: none;
}

.secondary-button:hover {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  padding: 2px 0;
  text-decoration: none;
}

.price {
  letter-spacing: 1px;
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 1.2rem;
  font-family: Exo, sans-serif;
  font-size: 1.2rem;
  display: block;
}

.licensing-wrapper {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 3.2rem;
  padding-bottom: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.license {
  flex-direction: column;
  align-items: center;
  max-width: 80vw;
  display: flex;
}

.license-heading {
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  margin-bottom: .9rem;
  display: flex;
  overflow: visible;
}

.button-copy {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 2.7rem;
  margin-top: 2.7rem;
  margin-left: -2px;
  padding: .5rem 1.5rem;
  font-family: europa, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color .2s ease-in-out;
  display: flex;
}

.button-copy:hover {
  background-color: var(--black-2);
}

.license-text {
  text-align: center;
  margin-top: 1rem;
}

.drone-flex {
  margin-top: .1rem;
  display: flex;
}

.drone-circle {
  object-fit: cover;
  height: 80px;
  margin-right: 1rem;
}

.heading-3 {
  display: inline;
}

.heading-4 {
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: inline;
  overflow: visible;
}

.heading-5, .heading-6, .heading-7 {
  display: inline;
}

.block-header {
  padding-top: 14px;
  padding-bottom: 14px;
}

.block-header-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .nav_link {
    text-align: right;
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    transition: background-color .2s ease-out, color .2s ease-out;
  }

  .nav_link:hover {
    color: #232536;
    background-color: #0000;
  }

  .nav_link:active {
    background-color: #0000;
  }

  .nav_link.w--current {
    color: #232536;
    padding-top: 1.5rem;
  }

  .nav_link.mobile-only {
    display: block;
  }

  .nav_link-list {
    color: #232536;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    margin-right: 0;
    display: flex;
  }

  .nav_menu-button {
    color: #ffd3af;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    margin-right: -.75rem;
    padding: .75rem;
  }

  .nav_menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .nav_component {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav_menu {
    background-color: #fff;
    width: 100%;
    inset: 100% 0% auto;
  }

  .footer_top-wrapper {
    grid-column-gap: 2.5rem;
    padding-top: 5rem;
    padding-bottom: 2.5rem;
  }

  .nav_menu-icon {
    color: #000;
    align-items: center;
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
  }

  .nav {
    background-color: #fff;
  }

  .nav_cart {
    margin-right: 1.1rem;
  }

  .section-shop-header {
    padding-top: 5rem;
  }

  .bg-img {
    max-width: 500px;
  }

  .desktop-dropdown {
    display: none;
  }

  .home-text {
    left: 5.5vw;
  }

  .main-container {
    width: 90%;
  }

  .partner-column, .partner-column.is--text {
    width: 100%;
  }

  .section-partner, .section-partner.is--reverse {
    flex-direction: column-reverse;
  }

  .flight-crew-video_block {
    width: 100%;
  }

  .fleet-item {
    grid-template-columns: 1fr;
  }

  .drone-title {
    position: static;
  }

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

  .stock-link {
    display: block;
  }
}

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

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .page-padding, .utility_form-block {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav_link {
    padding: 1rem 1.25rem;
  }

  .nav_link.w--current {
    padding-top: 1rem;
  }

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

  .section-home-header {
    padding-top: 0;
  }

  .home-service_item {
    padding: 1.5rem;
  }

  .footer_top-wrapper {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    max-width: 90vw;
    padding-top: 3.5rem;
    padding-bottom: 2rem;
  }

  .footer_left {
    justify-content: flex-start;
    width: 100%;
  }

  .footer_link-list {
    text-align: left;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 3.9rem;
  }

  .footer_right {
    margin-top: 3rem;
  }

  .social-wrapper {
    justify-content: space-around;
    width: 100%;
    margin-top: 34px;
  }

  .social-link {
    margin-left: 0;
  }

  .box-group-corner {
    width: 1.5rem;
    height: 1.5rem;
  }

  .stripe-horizontal-wrapper {
    height: .625rem;
  }

  .stripe-horizontal-wrapper.is-bottom-left {
    bottom: -.625rem;
  }

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

  .section-shop-header {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .footer_bottom {
    flex-direction: column-reverse;
    align-items: center;
    max-width: 90vw;
    margin-top: .7rem;
    padding-bottom: 2.2rem;
  }

  .footer_bottom-left {
    justify-content: space-around;
    margin-top: 2.2rem;
  }

  .home-text {
    margin-left: 0;
  }

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

  .about-p {
    width: auto;
  }

  .partner-column.is--text {
    padding-left: 2.9rem;
    padding-right: 2.9rem;
  }

  .flight-crew-video {
    height: 250px;
  }

  .flight-crew-video_block {
    min-height: 200px;
  }

  .section-crew {
    min-height: auto;
  }

  .short-p {
    width: auto;
  }

  .contact {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

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

  .faq {
    max-width: 90%;
  }

  .fleet-item {
    grid-row-gap: 40px;
  }

  .drone-text {
    margin-left: 21px;
  }

  .drone-text.is-main-description {
    margin-left: 0;
  }

  .drone-subtitle {
    width: auto;
    margin-bottom: 1rem;
    margin-right: 2.4rem;
  }

  .drone-group {
    flex-direction: column;
  }

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

  .aerial-title {
    margin-bottom: 2rem;
    position: static;
  }
}

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

  .footer_link-list {
    width: 50%;
    margin-right: 0;
  }

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

  .footer-subtext {
    margin-bottom: 12px;
  }

  .home-text {
    white-space: nowrap;
    left: 50%;
  }

  .partner-column.is--text {
    padding: 1.8rem;
  }

  .section-partner {
    padding-left: 0;
  }

  .flight-crew-video {
    height: 200px;
  }

  .faq {
    max-width: 95%;
  }

  .faq-trigger {
    font-size: .9rem;
  }

  .faq-text {
    font-size: .8rem;
  }

  .fleet-item {
    padding: 1.8rem;
  }

  .drone-text {
    font-size: .7rem;
  }

  .drone-subtitle {
    min-width: auto;
    margin-right: 0;
  }

  .service-item {
    padding: 1.3rem;
  }

  .stock-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .stock-product-grid {
    grid-row-gap: 2rem;
  }

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

  .drone-circle {
    height: auto;
  }
}

#Message.w-node-b0703df8-c8a7-4762-73d0-e1be153268d8-9b4dfede {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_480a308f-1564-9bd7-9f6a-302b955f0c6e-9b4dfede {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_42534ca3-5194-dab6-1695-d16fb323bc4f-a3723a81 {
  grid-area: 1 / 1 / 8 / 2;
  align-self: start;
}

#w-node-_02240633-3422-e59e-2e8a-e0dfaaa23e29-d0e4da4c {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-c4cd38da-e499-31e7-122e-f283edcfcc56-d0e4da4c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_789657c9-06b5-486a-dece-d555b05afb94-d0e4da4c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-f5513638-174c-beca-ef2d-9f593de57307-d0e4da4c {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-f5513638-174c-beca-ef2d-9f593de57330-d0e4da4c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-f5513638-174c-beca-ef2d-9f593de5731a-d0e4da4c {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-d7b677d2-3191-7767-af62-4e20838b269c-d0e4da4c {
  grid-area: span 3 / span 1 / span 3 / span 1;
  align-self: start;
}

#w-node-d7b677d2-3191-7767-af62-4e20838b26c2-d0e4da4c {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-d7b677d2-3191-7767-af62-4e20838b26af-d0e4da4c {
  grid-area: 3 / 2 / 4 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_42534ca3-5194-dab6-1695-d16fb323bc4f-a3723a81 {
    grid-row-end: 2;
  }
}

@media screen and (max-width: 767px) {
  #Message.w-node-b0703df8-c8a7-4762-73d0-e1be153268d8-9b4dfede {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_480a308f-1564-9bd7-9f6a-302b955f0c6e-9b4dfede {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_02240633-3422-e59e-2e8a-e0dfaaa23e29-d0e4da4c {
    grid-row: span 1 / span 1;
  }

  #w-node-c4cd38da-e499-31e7-122e-f283edcfcc56-d0e4da4c, #w-node-_789657c9-06b5-486a-dece-d555b05afb94-d0e4da4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f5513638-174c-beca-ef2d-9f593de57307-d0e4da4c {
    grid-row: span 1 / span 1;
  }

  #w-node-f5513638-174c-beca-ef2d-9f593de57330-d0e4da4c, #w-node-f5513638-174c-beca-ef2d-9f593de5731a-d0e4da4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d7b677d2-3191-7767-af62-4e20838b269c-d0e4da4c {
    grid-row: span 1 / span 1;
  }

  #w-node-d7b677d2-3191-7767-af62-4e20838b26c2-d0e4da4c, #w-node-d7b677d2-3191-7767-af62-4e20838b26af-d0e4da4c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Velocista demo ffp';
  src: url('../fonts/Velocista-Demo-FFP.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Evogria';
  src: url('../fonts/Evogria-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Evogria';
  src: url('../fonts/Evogria.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}