@font-face {
  font-family: Gantari;
  src: url('../fonts/Gantari-BlackItalic.woff2') format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Gantari;
  src: url('../fonts/Gantari-BoldItalic.woff2') format("woff2"), url('../fonts/Gantari-ExtraBoldItalic.woff2') format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
  --black: #12141d;
  --black-2: #1d202c;
  --grey: #8f8f8f;
  --medium-aquamarine: #3ccf91;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--black);
  color: #fff;
  font-family: Gantari, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

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

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

p {
  color: #ffffffb3;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

a {
  color: #747474;
  text-decoration: underline;
}

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

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

li {
  color: #ffffffb3;
  text-transform: uppercase;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--black-2);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 10px;
  padding: 22px 20px 22px 30px;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.2;
}

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

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

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

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.container {
  z-index: 1;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.absolute {
  margin-bottom: 30px;
  position: absolute;
  inset: auto 0% 0%;
}

.section {
  background-color: var(--black);
  padding: 40px 5% 100px;
  position: relative;
}

.section._1 {
  padding-top: 150px;
  padding-bottom: 50px;
}

.section._3 {
  padding-top: 150px;
}

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

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 30px;
  height: 50px;
  padding-left: 18px;
  font-size: 15px;
  font-weight: 500;
}

.text-field:hover, .text-field:focus, .text-field.-wfp-focus {
  border: 1px solid #fff;
}

.text-field::placeholder {
  color: #ffffffb3;
  font-size: 15px;
}

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

.text-field._2 {
  height: 56px;
}

.text-field.area {
  border-radius: 15px;
  height: auto;
  padding-top: 15px;
  padding-bottom: 67px;
}

.product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-price.in-sidebar {
  color: #ffffffb3;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

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

.product-title-sidebar {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
}

.product-title-sidebar._2 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

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

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: #fff9;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

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

.reqiured {
  color: #fff9;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.checkbox-label {
  color: #fff9;
  text-transform: uppercase;
  margin-left: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  top: 2px;
}

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

.second-checkout {
  top: 100px;
}

.quantity-number {
  color: #fff9;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
}

.paypal-name {
  color: #ffffffb3;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

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

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

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

.display-1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 1.2;
}

.display-1._1 {
  font-size: 197px;
  line-height: 1;
}

.display-1._2 {
  color: var(--black);
  text-shadow: -1px 0 #ffffffb3, 0 1px #ffffffb3, 1px 0 #ffffffb3, 0 -1px #ffffffb3;
  font-size: 150px;
  line-height: 1.1;
}

.display-1._2.on-intro {
  font-size: 191px;
}

.display-1.cta-title {
  margin-top: 15px;
  font-size: 90px;
}

.display-1._5 {
  font-size: 120px;
}

.display-1._6 {
  text-align: center;
  font-size: 100px;
  line-height: 1;
}

.display-1._7 {
  text-align: center;
  font-size: 70px;
  line-height: 1.2;
}

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

.display-2 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fe0000;
  border-radius: 30px;
  padding-top: 12px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.block-header {
  background-color: #0000;
  border-color: #ffffff26;
}

.block-content {
  background-color: #0000;
  border-bottom-color: #ffffff26;
  border-left-color: #ffffff26;
  border-right-color: #ffffff26;
}

.block-content.discount {
  border-top-color: #ffffff26;
}

.display-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

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

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

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

.green-background {
  background-color: var(--black-2);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-green {
  color: #fff;
}

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

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

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

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

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

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

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

.color-block._2 {
  background-color: var(--black-2);
  color: #fff;
  border-color: #a3a3a340;
}

.body-link {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

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

.body-link.small {
  text-transform: uppercase;
  font-size: 14px;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

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

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

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

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

.button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 30px;
  align-items: center;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

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

.button.full {
  text-align: center;
  width: 100%;
  display: block;
}

.button.discount {
  height: 42px;
}

.button.white {
  color: var(--black);
  background-color: #fff;
  font-weight: 700;
}

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

.logo-absolute {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 50px 0% auto;
}

.nav-wrapper {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.inner-logo {
  width: 210px;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 200px 5%;
  display: flex;
  position: relative;
}

.hero.inner {
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 100px;
}

.social-icon-wrapper {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 19px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.footer {
  background-color: var(--black);
  padding: 80px 5% 40px;
  position: relative;
}

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

.footer-title {
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

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

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

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

.feature {
  color: #ffffffb3;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pricing-title {
  color: #ffffffb3;
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.pricing-circle {
  background-color: var(--black);
  border: 1px solid #fff3;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.pricing-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.pricing-icon.services {
  width: 110px;
  height: 110px;
  margin-top: -53px;
}

.pricing-image {
  filter: invert();
  width: 45px;
  position: relative;
}

.card-container {
  background-color: var(--black);
  text-align: center;
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 25px 20px;
  display: flex;
}

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

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

.pricing-type {
  letter-spacing: 2px;
  margin-top: 30px;
  margin-bottom: 18px;
  font-size: 28px;
  font-weight: 600;
  line-height: 26px;
}

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

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

.toggle-header {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ffffff26;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 25px 0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.toogle-icon {
  background-color: var(--black-2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 14px;
  display: flex;
  position: relative;
}

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

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

.toggle-content {
  overflow: hidden;
}

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

.navigation-item-text-2 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  display: block;
}

.sticky-navigation {
  z-index: 990;
  position: fixed;
  inset: 0% 0% auto;
}

.verical-line-2 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.navigation-background {
  z-index: 98;
  background-color: var(--black);
  position: fixed;
  inset: 0%;
}

.navigation-text-wrapper {
  height: 90px;
  overflow: hidden;
}

.line-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.navigation-number {
  color: var(--grey);
  letter-spacing: 2px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  transform: rotate(-90deg);
}

.navigation-number._3 {
  color: #ffffffb3;
  margin-right: 10px;
}

.menu-wrapper {
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  height: 25px;
  display: flex;
}

.menu {
  z-index: 97;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.navigation-item-text {
  color: var(--black);
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: -1px 0 #fff9, 0 1px #fff9, 1px 0 #fff9, 0 -1px #fff9;
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  display: block;
}

.navigation-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-link.hide {
  display: none;
}

.navigation-items {
  z-index: 99;
  grid-row-gap: 17px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 38%;
  margin-top: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-logo {
  grid-row-gap: 3px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  flex-direction: column;
  height: 29px;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: -4px;
  overflow: hidden;
}

.brand-logo.w--current {
  grid-row-gap: 2px;
  height: 23px;
  margin-bottom: 10px;
}

.brand-logo._2 {
  top: 0;
}

.navbar {
  z-index: 900;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #12141d;
  grid-template-rows: auto;
  grid-template-columns: 4% 240px 3fr 60px 4%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 35px;
  display: grid;
  position: relative;
}

.hamburger {
  cursor: pointer;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 10px;
  font-weight: 600;
  overflow: visible;
}

.vertical-line-1 {
  background-color: #fff;
  width: 40px;
  height: 2px;
  position: relative;
}

.xudu-logo {
  filter: invert();
  width: 210px;
  line-height: 23px;
}

.social-icon {
  z-index: 1;
  width: 17px;
  position: relative;
}

.social-content {
  grid-column-gap: 2px;
  filter: invert();
  justify-content: flex-end;
  display: flex;
}

.hero-title-flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-title-flex._2 {
  grid-row-gap: 15px;
}

.scroll-center {
  justify-content: center;
  display: flex;
}

.lottie-animation {
  filter: invert();
  width: 50px;
}

.button-with-line {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-with-line._2.flex {
  display: flex;
}

.button-with-line._2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
}

.paragraph-2 {
  color: #fff;
  font-size: 17px;
}

.title-line {
  color: var(--black);
  text-shadow: -1px 0 #ffffffb3, 0 1px #ffffffb3, 1px 0 #ffffffb3, 0 -1px #ffffffb3;
}

.title-line._2 {
  color: var(--black-2);
}

.max-w-center {
  z-index: 2;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.max-w-center.left {
  text-align: left;
  align-items: flex-start;
}

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

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

.text-wrapper._1 {
  width: 100%;
}

.text-wrapper._3 {
  grid-row-gap: 20px;
  color: #fff;
  flex-direction: column;
  align-items: stretch;
  text-decoration: none;
}

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

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

.photo._3 {
  width: 100vw;
}

.heading-overlay {
  z-index: 2;
  background-color: var(--black-2);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-100%);
}

.heading-overlay._2 {
  transform: translate(0%, 100%);
}

.top-text {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #fff9;
  border-radius: 40px;
  flex: none;
  padding: 7px 18px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.project-title-flex {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.project-title-flex.absolute {
  z-index: 2;
  padding: 0 30px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-title-flex.absolute._2 {
  grid-row-gap: 10px;
  background-color: #16181f36;
  flex-direction: column;
  padding-top: 20px;
}

.project-title-flex.absolute._3 {
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  padding-left: 63px;
  padding-right: 63px;
  inset: 0%;
}

.project-title {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
}

.button-flex {
  grid-column-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-flex {
  flex-direction: column;
  height: 30px;
  display: flex;
  overflow: hidden;
}

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

.button-line-overlay {
  z-index: 1;
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.button-text {
  height: 20px;
}

.button-text-wrapper {
  height: 24px;
  overflow: hidden;
}

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

.slider {
  background-color: #0000;
}

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

.navbar-second {
  z-index: 999;
  background-color: #0000;
  padding-top: 35px;
  padding-bottom: 35px;
  position: fixed;
  inset: 0% 0% auto;
}

.container-nav {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 90%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.menu-button {
  background-color: #0000;
}

.flex-navigation {
  grid-column-gap: 40px;
  justify-content: center;
  display: flex;
}

.category-tag {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 6px 15px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.blog-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

.blog-title:hover {
  opacity: .6;
}

.blog-title._2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

.blog-title._2:hover {
  opacity: 1;
}

.section-cta {
  background-color: #0000;
  padding: 100px 5%;
  position: relative;
}

.section-cta.take-off {
  background-color: var(--black-2);
  cursor: none;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 85px;
  display: flex;
}

.project-circle {
  z-index: 10;
  background-color: #ffea00;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  display: flex;
  position: absolute;
}

.project-circle.black {
  cursor: none;
  background-color: #fff;
}

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

.max-w-width-cta.center {
  max-width: 90%;
}

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

.footer-flex {
  grid-row-gap: 7px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-item {
  flex: none;
  align-items: flex-end;
  width: 50%;
  padding-right: 50px;
  display: flex;
}

.work-overlay {
  background-image: linear-gradient(#fff0, #1d202c4d);
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.success-message {
  color: #fff;
  background-color: #00663f;
  border-radius: 30px;
  font-family: Inter, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.div-block {
  font-family: Inter, sans-serif;
}

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

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

.go-top {
  z-index: 100;
  background-color: var(--black-2);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
  overflow: hidden;
}

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

.go-top.w--current:hover {
  background-color: var(--black-2);
  color: #fff;
}

.project-page-wrapper {
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.shape-1 {
  width: 300px;
  position: absolute;
  inset: -1% auto auto -4%;
}

.grids-animation-section {
  z-index: 2;
  background-color: #000;
  height: 90vh;
  position: relative;
  overflow: hidden;
}

.grid-wrapper {
  margin-top: -191px;
  transform: rotate(-23deg);
}

.grid-reverse {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 145vw;
  margin-bottom: 2vh;
}

.grid-card {
  height: 50vh;
}

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

.grid-normal {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 145vw;
  margin-bottom: 2vh;
}

.title-line-2 {
  color: #12141d;
  text-shadow: -1px 0 #ffffffb3, 0 1px #ffffffb3, 1px 0 #ffffffb3, 0 -1px #ffffffb3;
}

.title-line-2._2 {
  color: #1d202c;
}

.display-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1;
}

.paragraph-81 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
}

.section-companies {
  background-color: #12141d;
  padding: 20px 30% 100px;
  position: relative;
}

.section-companies.logo-dark {
  background-color: #1d202c;
  padding: 60px 0% 100px;
}

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

.container-companies {
  z-index: 1;
  flex: 1;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
}

.image-17 {
  margin-left: auto;
  margin-right: auto;
}

.footer-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr .75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.button-text-2 {
  height: 20px;
  display: block;
}

.container-2 {
  z-index: 1;
  flex: 1;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
}

.paragraph-2 {
  color: #fff;
}

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

.section-featured {
  padding-left: 2em;
  padding-right: 2em;
}

.background-video {
  width: auto;
  height: 724px;
  display: block;
}

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

.projects-background {
  position: absolute;
  inset: 0%;
}

.project-card {
  color: #e5e5e5;
  border-radius: .5rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100rem;
  min-height: 45rem;
  max-height: 35em;
  padding: 1.5em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section-featured-header {
  padding-top: 160px;
  padding-bottom: 140px;
}

.section-4 {
  margin-top: 138px;
}

.display-6 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 1.2;
}

.display-6._1 {
  font-size: 197px;
  line-height: 1;
}

.display-6._2 {
  color: var(--black);
  text-shadow: -1px 0 #ffffffb3, 0 1px #ffffffb3, 1px 0 #ffffffb3, 0 -1px #ffffffb3;
  font-size: 150px;
  line-height: 1.1;
}

.display-6._2.on-intro {
  font-size: 198px;
}

.section-contact {
  background-color: var(--black);
  margin-left: 15%;
  margin-right: 15%;
  padding: 40px 5% 100px;
  position: relative;
}

.container-contact {
  z-index: 1;
  flex: 1;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.subnav {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.subnav.small {
  z-index: 996;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: left;
  background-color: #12141d;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: sticky;
  top: 7rem;
}

.label-link {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 1px solid #ffffff1f;
  border-radius: 4px;
  align-items: center;
  padding: 1rem .5rem;
  font-size: 12px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.label-link:hover {
  border-color: #fff3;
}

.label-inner {
  height: 13px;
  overflow: hidden;
}

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

.custom-slider {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider-image-block-2 {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-backgrounds {
  z-index: 1;
  width: 100vw;
  height: 96%;
  position: relative;
}

.parallax-trigger {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.parallax-layout {
  z-index: 1;
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  left: 0%;
  right: 0%;
}

.slider-inner {
  width: 100vw;
  height: 100%;
  overflow: hidden;
}

.home-hero-bg {
  z-index: 10;
  width: 100%;
  min-height: 95vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.slider-image-block-1 {
  z-index: 3;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-image-last {
  object-fit: cover;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover-image-2 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.cover-image-2.for-phone {
  display: none;
}

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

.reveal-image-trigger {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.interactive-line {
  z-index: 5;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-project {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 200px 5%;
  display: flex;
  position: relative;
}

.hero-project.inner {
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.project-hd-1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 150px;
  font-weight: 700;
  line-height: 1.2;
}

.project-hd-1._2 {
  color: var(--black);
  text-shadow: -1px 0 #ffffffb3, 0 1px #ffffffb3, 1px 0 #ffffffb3, 0 -1px #ffffffb3;
  font-size: 150px;
  line-height: 1.1;
}

.project-hd-1._2.on-intro {
  margin-left: 5px;
  font-size: 50px;
  font-weight: 700;
  line-height: 140px;
  position: static;
  top: 280px;
}

.image-proj-1 {
  width: 100%;
}

.div-block-13 {
  height: 28px;
}

.section-project {
  aspect-ratio: auto;
  padding-left: 3%;
  padding-right: 3%;
  position: static;
  overflow: visible;
}

.div-hd-project {
  z-index: 850;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #12141d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  height: 140px;
  margin-bottom: 60px;
  display: inline-flex;
  position: sticky;
  inset: 90px 0 0;
}

.text-hd-project {
  color: #fff;
  text-align: right;
  -webkit-text-stroke-width: 1px;
  margin-right: 5px;
  font-size: 50px;
  font-weight: 600;
  line-height: 140px;
}

.paragrah-project {
  color: #fff;
  text-transform: none;
  margin: 20px auto 100px;
  font-family: Gantari, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.logos-marquee-component {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
  white-space: nowrap;
  width: 100%;
  font-size: 1.5vw;
  line-height: 1.5;
  display: flex;
}

.logos {
  object-fit: contain;
  font-size: 1vw;
  line-height: 1.5;
}

.marquee-scroll {
  grid-column-gap: 1.875em;
  grid-row-gap: 1.875em;
  color: #e5e5e5;
  flex-flow: column;
  align-items: center;
  padding-bottom: 0;
  line-height: 20px;
  display: flex;
  overflow: hidden;
}

.logos-marquee {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 6.5em;
}

.logos-marquee-wrapper {
  grid-column-gap: 6.5em;
  grid-row-gap: 6.5em;
  white-space: nowrap;
  align-items: stretch;
  font-size: 1.5vw;
  line-height: 1.5;
  display: flex;
}

.logos-marquee-content {
  width: 100%;
  margin-top: 8em;
  display: flex;
}

.logos-marquee-content.no-margin {
  margin-top: 0;
  font-size: 1.5vw;
  line-height: 1.5;
}

.section-proj-title {
  background-color: #1d202c;
  padding-top: 140px;
  padding-bottom: 140px;
}

.div-block-project {
  text-align: justify;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.project-image {
  z-index: 50;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
}

.img_footer_1 {
  transition: transform 1s;
}

.img_footer_1:hover {
  transform: scale(1.2);
}

.img_footer_2 {
  transition: transform 1s;
}

.img_footer_2:hover {
  transform: scale(1.2);
}

.img_footer_3 {
  transition: transform 1s;
}

.img_footer_3:hover {
  transform: scale(1.2);
}

.img_footer_4 {
  transition: transform 1s;
}

.img_footer_4:hover {
  transform: scale(1.2);
}

.img_footer_5 {
  transition: transform 1s;
}

.img_footer_5:hover {
  transform: scale(1.2);
}

.img_footer_6 {
  transition: transform 1s;
}

.img_footer_6:hover {
  transform: scale(1.2);
}

.link-proj-small {
  overflow: hidden;
}

.grid-footer-nav {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1d202c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 15px;
  margin-bottom: 15px;
}

.background-proj-vid-1 {
  height: 900px;
}

.background-proj-vid-2 {
  height: 900px;
  margin-left: 110px;
  margin-right: 110px;
}

.section-spacer {
  height: 120px;
}

.project-image-long {
  z-index: 50;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.div-007 {
  background-color: #8f0404;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.code_embed_01 {
  overflow: hidden;
}

.project-image-vid-mod {
  z-index: 50;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin-top: -6px;
}

.project-image-resume {
  z-index: 50;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

.project-image-resume-mobile {
  z-index: 50;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  display: none;
}

.background-video-lanai {
  outline-offset: 0px;
  background-color: #0000;
  border: 1px solid #12141d;
  outline: 2px solid #000;
  min-height: 560px;
  max-height: 560px;
  overflow: hidden;
}

.project-image-lan-bottom {
  z-index: 50;
  text-align: left;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  margin-top: -6px;
}

@media screen and (min-width: 1440px) {
  .section-companies.logo-dark {
    padding-bottom: 120px;
  }

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

  .section-spacer {
    height: 200px;
  }

  .project-image-vid-mod {
    margin-top: -8px;
  }

  .project-image-resume, .project-image-resume-mobile {
    margin-top: 0;
  }

  .background-video-lanai {
    outline-offset: 0px;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    outline: 1px solid #000;
    min-height: 918px;
    max-height: 918px;
  }

  .project-image-lan-bottom {
    margin-top: -6px;
  }
}

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

  .container {
    width: 600px;
  }

  .container.absolute {
    margin-bottom: 15px;
    padding-left: 2%;
    padding-right: 2%;
  }

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

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

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

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

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

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

  .display-1._1 {
    font-size: 130px;
  }

  .display-1._2 {
    text-align: center;
    font-size: 100px;
  }

  .display-1._2.on-intro {
    font-size: 120px;
  }

  .display-1.cta-title {
    line-height: 1.1;
  }

  .display-1._6 {
    font-size: 70px;
  }

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

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

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

  .button {
    padding: 12px 24px;
    font-size: 12px;
  }

  .hero {
    min-height: auto;
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .hero.inner {
    padding-top: 190px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 15px;
  }

  .blog-link {
    max-width: 80%;
  }

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

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

  .navigation-items {
    max-width: 60%;
  }

  .brand-logo {
    height: auto;
    top: 0;
  }

  .brand-logo._2 {
    height: auto;
  }

  .navbar {
    grid-template-columns: 4% 240px 2fr 60px 4%;
  }

  .xudu-logo.hide {
    display: none;
  }

  .social-content {
    display: block;
  }

  .hero-title-flex {
    max-width: 95%;
  }

  .max-w-center._2 {
    max-width: 9050%;
  }

  .project-title-flex.absolute {
    grid-row-gap: 10px;
    flex-direction: column;
  }

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

  .navbar-second {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-nav {
    grid-template-columns: 1fr 1fr 1fr;
    width: 95%;
  }

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

  .flex-navigation {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    background-color: var(--black-2);
    padding: 25px 5%;
  }

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

  .project-circle {
    width: 80px;
    height: 80px;
  }

  .project-circle.black {
    width: 110px;
    height: 110px;
  }

  .collection-item {
    flex: 0 auto;
    width: 50%;
    padding-right: 0;
  }

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

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

  .project-page-wrapper {
    max-width: 955%;
  }

  .grids-animation-section {
    height: 70vh;
  }

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

  .section-companies.logo-dark {
    padding-bottom: 80px;
  }

  .footer-grid-2 {
    grid-template-columns: 1.2fr 1fr 1fr;
    max-width: 100%;
  }

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

  .project-card {
    width: 100%;
    height: 70svh;
    min-height: 0;
    max-height: none;
  }

  .abs-card-image {
    top: auto;
  }

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

  .display-6 {
    font-size: 74px;
  }

  .display-6._1 {
    font-size: 124px;
  }

  .display-6._2 {
    text-align: center;
    font-size: 130px;
  }

  .display-6._2.on-intro {
    font-size: 120px;
  }

  .section-contact {
    margin-left: 10%;
    margin-right: 10%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .home-hero-bg {
    min-height: 33em;
  }

  .hero-project {
    min-height: auto;
    padding-top: 190px;
    padding-bottom: 100px;
  }

  .hero-project.inner {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .project-hd-1 {
    font-size: 74px;
  }

  .project-hd-1._2 {
    text-align: center;
    font-size: 130px;
  }

  .project-hd-1._2.on-intro {
    text-align: left;
    font-size: 40px;
  }

  .text-hd-project {
    font-size: 40px;
  }

  .paragrah-project {
    font-size: 20px;
  }

  .logos-marquee-component {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
    font-size: 1.5vw;
  }

  .logos {
    font-size: 1.5vw;
  }

  .logos-marquee {
    width: 6.5rem;
  }

  .logos-marquee-wrapper {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
  }

  .logos-marquee-content {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-project {
    width: 85%;
  }

  .background-proj-vid-1 {
    height: 700px;
  }

  .background-proj-vid-2 {
    height: 700px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .section-spacer {
    height: 100px;
  }

  .project-image-resume-mobile {
    display: none;
  }

  .background-video-lanai {
    min-height: 420px;
    max-height: 420px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 440px;
  }

  .section._1 {
    padding-top: 60px;
  }

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

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

  .display-1._1 {
    font-size: 90px;
  }

  .display-1._2 {
    text-align: center;
    font-size: 70px;
  }

  .display-1._2.on-intro {
    font-size: 77px;
  }

  .display-1._5 {
    font-size: 60px;
  }

  .display-1._6, .display-2 {
    font-size: 50px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

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

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

  .button {
    font-size: 10px;
  }

  .hero {
    padding-top: 160px;
  }

  .hero.inner {
    padding-top: 180px;
  }

  .blog-link {
    max-width: 90%;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

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

  .navigation-item-text-2 {
    font-size: 48px;
    line-height: 90px;
    display: none;
  }

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

  .navigation-item-text {
    color: #fff;
    text-shadow: none;
    font-size: 70px;
    line-height: 80px;
  }

  .navigation-items {
    max-width: 100%;
  }

  .navbar {
    grid-template-columns: 4% 240px 1fr 60px 4%;
  }

  .hero-title-flex {
    max-width: 95%;
  }

  .top-text {
    font-size: 13px;
  }

  .project-title {
    font-size: 28px;
  }

  .project-circle {
    display: none;
  }

  .project-circle.black {
    width: 90px;
    height: 90px;
    display: flex;
  }

  .max-w-width-cta {
    max-width: 100%;
  }

  .collection-item {
    width: 100%;
  }

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

  .shape-1 {
    width: 250px;
  }

  .grids-animation-section {
    height: 70vh;
  }

  .display-4 {
    font-size: 50px;
  }

  .section-companies.logo-dark {
    padding-bottom: 60px;
  }

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

  .project-card {
    height: 50svh;
  }

  .display-6 {
    font-size: 60px;
  }

  .display-6._1 {
    font-size: 80px;
  }

  .display-6._2 {
    text-align: center;
    font-size: 110px;
  }

  .display-6._2.on-intro {
    font-size: 77px;
  }

  .custom-slider {
    display: block;
  }

  .home-hero-bg {
    min-height: 25em;
  }

  .cover-image-2.for-phone {
    display: none;
  }

  .hero-project {
    padding-top: 160px;
  }

  .hero-project.inner {
    padding-top: 80px;
  }

  .project-hd-1 {
    font-size: 60px;
  }

  .project-hd-1._2 {
    text-align: center;
    font-size: 110px;
  }

  .project-hd-1._2.on-intro {
    font-size: 40px;
  }

  .div-hd-project {
    margin-bottom: 40px;
  }

  .paragrah-project {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .logos-marquee-content {
    margin-top: 6rem;
  }

  .div-block-project {
    width: 88%;
  }

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

  .background-proj-vid-1, .background-proj-vid-2 {
    height: 500px;
  }

  .section-spacer {
    height: 50px;
  }

  .project-image-resume {
    display: none;
  }

  .project-image-resume-mobile {
    display: block;
  }

  .background-video-lanai {
    min-height: 320px;
    max-height: 320px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 330px;
  }

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

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

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

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

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

  .display-1._1 {
    font-size: 62px;
  }

  .display-1._2 {
    text-align: center;
    font-size: 48px;
  }

  .display-1._2.on-intro, .display-1.cta-title {
    font-size: 50px;
  }

  .display-1._5 {
    font-size: 48px;
  }

  .display-1._6 {
    font-size: 30px;
    line-height: 1.1;
  }

  .display-1._7 {
    font-size: 40px;
  }

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

  .display-3 {
    margin-top: 15px;
    font-size: 24px;
  }

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

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

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero {
    padding-top: 110px;
    padding-bottom: 105px;
  }

  .hero.inner {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .margin-150px {
    margin-top: 100px;
  }

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

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

  .pricing-grid {
    grid-row-gap: 80px;
  }

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

  .toggle-header {
    line-height: 24px;
  }

  .toogle-icon {
    flex: none;
  }

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

  .menu-wrapper {
    justify-content: flex-start;
  }

  .navigation-item-text {
    letter-spacing: 4px;
    font-size: 44px;
    line-height: 54px;
  }

  .navigation-items {
    grid-row-gap: 10px;
  }

  .navbar {
    grid-template-columns: 4% 240px 1fr 60px 5%;
    padding-top: 36px;
    padding-bottom: 20px;
  }

  .hamburger {
    margin-bottom: 4px;
  }

  .xudu-logo {
    width: 210px;
  }

  .social-content {
    display: block;
  }

  .hero-title-flex {
    max-width: 100%;
  }

  .button-with-line._2 {
    text-align: left;
  }

  .top-text {
    font-size: 12px;
  }

  .project-title-flex {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .project-title-flex.absolute._2 {
    align-items: center;
  }

  .project-title-flex.absolute._3 {
    grid-row-gap: 5px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .project-title {
    font-size: 24px;
  }

  .button-flex {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .button-line-first {
    float: none;
    text-align: left;
  }

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

  .margin-200px {
    margin-top: 100px;
  }

  .navbar-second {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-nav {
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .menu-button {
    padding-right: 0;
  }

  .blog-title {
    font-size: 26px;
  }

  .blog-title._2 {
    margin-top: 10px;
    font-size: 25px;
  }

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

  .section-cta.take-off {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .footer-flex {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .collection-item {
    width: 100%;
  }

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

  .hide-mobile {
    display: none;
  }

  .project-page-wrapper {
    max-width: 100%;
  }

  .shape-1 {
    width: 150px;
  }

  .grids-animation-section {
    height: 40vh;
  }

  .grid-card {
    height: 25vh;
  }

  .display-4 {
    font-size: 34px;
  }

  .section-companies.logo-dark {
    padding-bottom: 60px;
  }

  .margin-30px-2 {
    text-align: center;
  }

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

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

  .button-text-2 {
    float: none;
    text-align: left;
  }

  .container-location {
    float: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-6 {
    font-size: 37px;
  }

  .display-6._1 {
    font-size: 52px;
  }

  .display-6._2 {
    text-align: center;
    font-size: 70px;
  }

  .display-6._2.on-intro {
    font-size: 50px;
  }

  .section-contact {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subnav {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .home-hero-bg {
    min-height: 70vh;
  }

  .hero-project {
    padding-top: 110px;
    padding-bottom: 105px;
  }

  .hero-project.inner {
    padding-top: 40px;
  }

  .project-hd-1 {
    font-size: 37px;
  }

  .project-hd-1._2 {
    text-align: center;
    font-size: 70px;
  }

  .project-hd-1._2.on-intro {
    font-size: 30px;
  }

  .div-hd-project {
    height: 120px;
    margin-bottom: 20px;
    top: 80px;
  }

  .text-hd-project {
    font-size: 30px;
  }

  .paragrah-project {
    text-align: left;
    margin-top: 0;
    font-size: 16px;
  }

  .div-block-project {
    width: 85%;
  }

  .background-proj-vid-1 {
    height: 400px;
  }

  .background-proj-vid-2 {
    height: 400px;
    margin-left: 30px;
    margin-right: 30px;
  }

  .section-spacer {
    height: 20px;
  }

  .project-image-resume-mobile {
    display: block;
  }

  .background-video-lanai {
    min-height: 240px;
    max-height: 240px;
  }
}

#w-node-_08dcd524-93f2-9de3-af41-7eca3f0e9726-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e9728-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e972a-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e972c-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e972f-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e9731-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e9733-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e9735-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e9738-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e973a-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e973c-70a519b1, #w-node-_08dcd524-93f2-9de3-af41-7eca3f0e973e-70a519b1, #w-node-b5c15fb1-f5b7-98e8-573a-7833f5260702-ce3fbefd, #w-node-b5c15fb1-f5b7-98e8-573a-7833f5260710-ce3fbefd, #w-node-_54548ae5-acfa-6f08-044d-e2ac116f1197-ce3fbefd, #w-node-b5c15fb1-f5b7-98e8-573a-7833f5260740-ce3fbefd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8470f9ea-bf91-d15d-63b1-d7d6218ea9cf-218ea9cd {
  justify-self: start;
}

#w-node-f3481ffb-f218-47ef-c06e-4d5c1e983662-70a519c1, #w-node-_9902f6e7-775b-90a4-9a59-4643269777eb-70a519c2, #w-node-f487def9-abcd-a94a-f222-eb3479a1e698-70a519c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38b53490-cd1e-0a9f-59b6-e623909ba95f-909ba95d {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-_38b53490-cd1e-0a9f-59b6-e623909ba962-909ba95d, #w-node-_47421f59-792b-f84d-4f2e-1d111ab2b78e-70a519c4, #w-node-b3a79a9c-dd7e-666d-b119-66ec3e31bc3d-70a519c5, #w-node-_3ede4e8e-b26b-f8ae-7e3d-cfd16739c88b-70a519c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-b313d5f9-5844-a01e-6106-9e99e01ba196-70a519d1, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35c4-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35c5-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35cc-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35cd-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35ca-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35cb-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35ce-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35cf-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35c8-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35c9-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35c6-e82b35c3, #w-node-_902bc8ff-009b-43f7-06a9-6b9fe82b35c7-e82b35c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_38b53490-cd1e-0a9f-59b6-e623909ba984-909ba95d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38b53490-cd1e-0a9f-59b6-e623909ba984-909ba95d {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38b53490-cd1e-0a9f-59b6-e623909ba984-909ba95d {
    justify-self: end;
  }
}


@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-BoldItalic.woff2') format('woff2'), url('../fonts/Gantari-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-ExtraBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-ThinItalic.woff2') format('woff2');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-ExtraLightItalic.woff2') format('woff2');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-Thin.woff2') format('woff2');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-SemiBoldItalic.woff2') format('woff2');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gantari';
  src: url('../fonts/Gantari-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}