@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Creato Display;
  src: url('../fonts/CreatoDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --dark: #fefcf5;
  --paragraphs: #e5dfd599;
  --light: #141414;
  --border: #e5dfd526;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercedownloadsitem {
  grid-column-gap: 16px;
  grid-template-columns: 1fr max-content;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

@media screen and (max-width: 479px) {
  .w-commerce-commerceaddtocartquantityinput, .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 {
    font-size: 16px;
  }
}

body {
  background-color: var(--dark);
  color: var(--paragraphs);
  letter-spacing: .35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  font-family: Creato Display, sans-serif;
  font-size: 18px;
  line-height: 170%;
  display: flex;
}

h1 {
  color: var(--light);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 26px;
  font-family: EB Garamond, sans-serif;
  font-size: 75px;
  font-style: italic;
  font-weight: 400;
  line-height: 107%;
}

h2 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 500;
  line-height: 114%;
}

h3 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 42px;
  font-weight: 500;
  line-height: 120%;
}

h4 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 127%;
}

h5 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 132%;
}

h6 {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 137%;
}

p {
  color: var(--light);
  margin-bottom: 30px;
  font-family: Space Grotesk, sans-serif;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 30px;
  padding-left: 36px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 7px;
}

strong {
  color: var(--light);
  font-weight: 500;
}

em {
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 300;
}

blockquote {
  border-left: 1px solid var(--border);
  color: var(--light);
  margin-bottom: 30px;
  margin-left: 18px;
  padding: 0 24px;
  font-family: Taviraj, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 155%;
}

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

figcaption {
  text-align: center;
  margin-top: 18px;
  padding-left: 4%;
  padding-right: 4%;
  font-size: 16px;
  line-height: 150%;
}

.link {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.link:hover {
  box-shadow: inset 0 -24px 0 0 var(--light);
  color: var(--dark);
}

.rich-text-block {
  width: 100%;
  max-width: 780px;
  margin-bottom: 60px;
}

.rich-text-block a {
  box-shadow: inset 0 -1px 0 0 var(--light);
  color: var(--light);
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.rich-text-block a:hover {
  box-shadow: inset 0 -24px 0 0 var(--light);
  color: var(--dark);
}

.section-hero {
  height: 250vh;
  position: relative;
}

.section-hero.gradient {
  background-color: #0a0a0a;
}

.hero-sticky {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.heading-hero {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 195px;
  font-weight: 400;
  line-height: 92%;
}

.heading-hero.gradient {
  color: var(--dark);
  font-size: 100px;
}

.block-hero {
  z-index: 200;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-hero-accent {
  text-transform: uppercase;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Taviraj, sans-serif;
  font-size: 195px;
  font-style: italic;
  font-weight: 200;
  line-height: 92%;
}

.img-hero-1 {
  width: 20vw;
  max-width: none;
  height: 100%;
  position: relative;
  top: -5.4vw;
  left: -7.6vw;
}

.grid-img-hero {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center stretch;
  position: absolute;
}

.img-hero-2 {
  width: 20vw;
  max-width: none;
  height: 120%;
  position: relative;
  top: 7.1vw;
  left: -6.8vw;
}

.img-hero-3 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -7vw;
  left: 2vw;
}

.img-hero-4 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 4.2vw;
  left: -2.1vw;
}

.img-hero-5 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -8.7vw;
  left: -2.1vw;
}

.img-hero-6 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 9.2vw;
  left: -4.3vw;
}

.img-hero-7 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -11.1vw;
  left: 10.4vw;
}

.img-hero-8 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -3.7vw;
  left: 13.2vw;
}

.img-hero-9 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -9vw;
  left: -10.6vw;
}

.img-hero-10 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 7.1vw;
  left: 1.8vw;
}

.img-hero-11 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: -8.2vw;
  left: .7vw;
}

.img-hero-12 {
  width: 20vw;
  max-width: none;
  position: relative;
  top: 5.4vw;
  left: 3.3vw;
}

.block-img-hero {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-overflow-a {
  overflow: hidden;
}

.line-hero {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 38px;
  display: flex;
}

.line-light {
  background-color: var(--light);
  width: 12px;
  height: 1px;
}

.paragraph-hero {
  text-transform: uppercase;
  max-width: 490px;
  margin-bottom: 36px;
}

.text-accent {
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.hero-overflow-b {
  overflow: hidden;
}

.hero-overflow-c {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.section {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.section.page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 4%;
}

.section.page.new {
  justify-content: flex-start;
  align-items: center;
  height: auto;
}

.section.page.sticky {
  position: sticky;
  top: 0;
}

.section.page.gradient {
  background-image: linear-gradient(#fefcf5 26%, #177799 50%, #0a0a0a 85%, #0a0a0a);
  justify-content: flex-start;
  align-items: center;
  height: 300vh;
  padding-top: 0;
}

.section.page.computer {
  height: auto;
  margin-top: -250px;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.page.specific {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 0 0%;
}

.section.page.new2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  height: 120vh;
  padding-left: 0%;
  padding-right: 0%;
}

.section.page.horizontal {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 400vw;
  padding: 0 0%;
  display: block;
  position: static;
}

.section.shop {
  padding-top: 160px;
}

.section._4 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.color-bg {
  z-index: -10;
  position: fixed;
  inset: 0%;
}

.button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.scroll {
  z-index: 50;
  mix-blend-mode: difference;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 30px;
  overflow: hidden;
}

.text-scroll {
  color: #e5dfd566;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 13px;
  line-height: 120%;
}

.scroll-line {
  background-color: var(--border);
  width: 1px;
  height: 26px;
  overflow: hidden;
}

.scroll-line-light {
  background-color: var(--light);
  width: 1px;
  height: 26px;
}

.navbar {
  z-index: 500;
  background-color: #fefcf50d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav {
  z-index: 150;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  mix-blend-mode: exclusion;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.block-navbar {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.nav-menu {
  z-index: 50;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background-color: #0f0f0ee6;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.nav-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav-link {
  color: var(--light);
  text-align: center;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: block;
}

.logo {
  height: 36px;
}

.brand {
  padding: 0 10px 2px;
}

.menu-button {
  padding: 0;
}

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

.menu-icon-line {
  background-color: var(--light);
  width: 23px;
  height: 1px;
}

.menu-icon {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 37px;
  padding: 14px;
  transition: height .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.menu-icon:hover {
  height: 45px;
}

.nav-overflow {
  overflow: hidden;
}

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

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

.collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 10%;
  display: flex;
}

.collection-item:nth-child(2n) {
  align-items: flex-end;
  padding-left: 10%;
  padding-right: 0%;
}

.project {
  flex-direction: column;
  align-items: flex-start;
  width: 302px;
  display: flex;
}

.link-block-image-project.works, .link-block-image-project.shop {
  margin-left: auto;
}

.block-image-project {
  overflow: hidden;
}

.image-project {
  object-fit: cover;
  max-height: 70vh;
}

.image-project.works, .image-project.shop {
  max-height: 360px;
}

.link-heading-project {
  max-width: 550px;
  margin-top: 32px;
  text-decoration: none;
}

.link-heading-project.works, .link-heading-project.shop {
  max-width: 410px;
  margin-top: 0;
}

.heading-project {
  text-transform: uppercase;
  margin-bottom: 0;
}

.heading-info {
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.empty-state {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.empty-state.none {
  display: none;
}

.text-empty {
  text-align: center;
  font-size: 18px;
  line-height: 140%;
  display: inline-block;
}

.section-footer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: auto;
  padding: 0;
  display: flex;
}

.footer {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-footer {
  color: #e5dfd58a;
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

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

.content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  display: flex;
  position: relative;
}

.content.narrow {
  max-width: 780px;
  display: block;
}

.call-to-action {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.heading-call-to-action {
  text-transform: uppercase;
  margin-bottom: 0;
}

.section-call-to-action {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 12%;
  display: flex;
}

.section-call-to-action._75vh {
  min-height: 75vh;
}

.section-project-top {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 160px 12% 45px;
  display: flex;
}

.block-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1190px;
  margin-bottom: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.block-top.sticky {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  mix-blend-mode: exclusion;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: sticky;
  top: 0;
}

.block-top.ne2 {
  margin-left: 0%;
  margin-right: 0%;
  padding-left: 12%;
  padding-right: 12%;
}

.heading-project-top {
  text-transform: uppercase;
  margin-bottom: 0;
}

.heading-info-top {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

.project-line {
  background-color: var(--border);
  width: 1px;
  height: 24px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.project-line-long {
  background-color: var(--border);
  width: 1px;
  height: 57px;
  margin-top: 30px;
}

.project-details {
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.text-details {
  color: var(--light);
  font-size: 20px;
  font-weight: 500;
  line-height: 137%;
}

.text-details-italic {
  color: var(--light);
  margin-right: 7px;
  font-family: Taviraj, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 140%;
}

.image-project-main {
  object-fit: cover;
  width: 100%;
  margin-bottom: 90px;
}

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

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

.collection-item-gallery {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.heading-top {
  text-transform: none;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 4.5rem;
  font-style: normal;
  line-height: 107%;
}

.heading-top.ecommerce {
  font-size: 80px;
}

.heading-top.sticky {
  height: auto;
  position: sticky;
  top: 0;
}

.heading-top.gradient {
  color: var(--dark);
  mix-blend-mode: exclusion;
}

.heading-top.small {
  color: var(--light);
  text-transform: none;
  font-size: 54px;
}

.heading-top.small.xs {
  font-size: 32px;
}

.heading-top.small.xs.xss {
  color: var(--dark);
  text-align: center;
  font-size: 72px;
  position: static;
}

.heading-top._2 {
  font-size: 3em;
}

.heading-top._2.smalll {
  display: none;
}

.heading-top._2.smalllll {
  font-size: 20px;
}

.heading-top._3 {
  padding-top: 20px;
  font-size: 36px;
}

.section-top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 160px 2% 100px;
  display: flex;
}

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

.collection-list-works {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.collection-item-works {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.works-line {
  background-color: var(--border);
  width: 1px;
  height: 100%;
  position: absolute;
}

.works-line-light {
  background-color: var(--light);
  width: 100%;
  position: relative;
}

.works-line-sticky {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
}

.section-full {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 12%;
  display: flex;
}

.line {
  background-color: var(--border);
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 38px;
  display: flex;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  height: 58px;
  margin-bottom: 0;
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-bottom-color: var(--light);
}

.text-field::placeholder {
  color: #e5dfd580;
}

.text-field.margin {
  margin-bottom: 24px;
}

.form-block {
  width: 100%;
  max-width: 660px;
  margin-bottom: 16px;
}

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

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  color: var(--light);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 150px;
  max-height: 250px;
  margin-bottom: 20px;
  padding: 16px 0;
  font-size: 18px;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.textarea:focus {
  border-bottom-color: var(--light);
}

.textarea::placeholder {
  color: #e5dfd580;
}

.error-message {
  background-color: #da393c1a;
  border-radius: 50px;
  margin-top: 20px;
  padding: 20px;
}

.text-error {
  color: #da393c;
  font-size: 18px;
  line-height: 140%;
}

.success-message {
  background-color: #31e2750f;
  border-radius: 50px;
  padding: 20px;
}

.text-success {
  color: #31e27599;
  font-size: 18px;
  line-height: 140%;
}

.grid-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 160px) minmax(auto, 780px);
  align-items: start;
}

.subheading {
  margin-bottom: 0;
}

.about {
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

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

.client-name {
  border-bottom: 1px solid var(--border);
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.block-client-logo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 190px;
  padding: 8%;
  display: flex;
}

.awards-info {
  border-bottom: 1px solid var(--border);
  margin-top: 45px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 120%;
}

.awards-info.first {
  margin-top: 0;
}

.heading-award {
  margin-bottom: 16px;
}

.highlighting {
  color: var(--light);
  text-transform: uppercase;
  flex: none;
  padding-left: 5vw;
  padding-right: 5vw;
  font-size: 23vw;
  font-weight: 400;
  line-height: 82%;
}

.section-highlighting {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.space {
  background-color: var(--border);
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 70px;
}

.grid-colors {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.block-color {
  border: 1px solid var(--border);
  background-color: var(--dark);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 120px;
  padding: 20px 20px 18px;
  display: flex;
}

.block-color.border {
  background-color: var(--border);
}

.block-color.paragraphs {
  background-color: var(--paragraphs);
}

.block-color.light {
  background-color: var(--light);
}

.text-color {
  color: var(--light);
  margin-bottom: 3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.text-color.dark {
  color: var(--dark);
}

.hex-color {
  opacity: .5;
  color: var(--light);
  text-transform: uppercase;
  font-size: 14px;
  line-height: 120%;
}

.hex-color.dark {
  color: var(--dark);
}

.template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--border);
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  padding: 28px;
  display: flex;
}

.button-alternative {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  letter-spacing: .35px;
  text-transform: none;
  background-color: #0000;
  border-radius: 50px;
  flex: 0 auto;
  padding: 10px 30px;
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: block;
}

.button-alternative:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.button-alternative.white {
  z-index: auto;
  background-color: var(--dark);
  box-shadow: inset 0 0 0 40px var(--dark);
  color: var(--light);
  -webkit-text-stroke-color: var(--dark);
  font-family: Space Mono, sans-serif;
  font-weight: 700;
  position: static;
  top: 420px;
}

.button-alternative.s {
  transition-property: none;
}

.button-alternative.simple {
  color: var(--light);
}

.button-alternative._2 {
  box-shadow: inset 0 0 0 40px var(--border);
  color: var(--light);
  border: 1px solid #000;
}

.button-alternative.smalll {
  color: #002e00;
  background-image: linear-gradient(90deg, #e6ffa8, #91d38d);
  border: 2px solid #2c642a;
  border-radius: 12px;
  padding: 8px 20px;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  box-shadow: 0 2px 4px -2px #df4c86;
}

.button-alternative.smalll.position {
  float: right;
  clear: none;
  position: relative;
  top: -51px;
  bottom: auto;
  right: 4px;
}

.button-alternative.smalll.big {
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 16px;
  display: flex;
}

.button-alternative.smalll.big.tv {
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
}

.creato-display {
  margin-bottom: 0;
}

.taviraj {
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 200;
}

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

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: -74px;
  padding: 160px 30px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
}

.field-label {
  color: var(--light);
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}

.icon-cart {
  flex: none;
  width: 24px;
  height: 24px;
}

.text-cart {
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  margin-left: 6px;
  font-size: 13px;
  line-height: 120%;
  display: none;
}

.cart {
  flex: none;
}

.cart-button {
  background-color: #0000;
  padding: 8px;
}

.icon-cart-quantity {
  border: 1px solid var(--border);
  color: var(--light);
  background-color: #0000;
  border-radius: 100%;
  min-width: auto;
  height: auto;
  margin-top: -20px;
  margin-left: -4px;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: 400;
  line-height: 100%;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #000c;
}

.cart-container {
  background-color: var(--dark);
  width: 100%;
  min-width: 320px;
  max-width: 460px;
  padding: 16px 40px 40px;
}

.cart-header {
  border-bottom-color: var(--border);
  padding-left: 0;
  padding-right: 0;
}

.cart-list {
  padding: 14px 0;
}

.cart-footer {
  border-top-color: var(--border);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.close-button {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.icon-close {
  flex: none;
  width: 24px;
  height: 24px;
}

.cart-item {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 14px;
  padding-bottom: 14px;
}

.image-cart-item {
  object-fit: cover;
  width: 60px;
  height: auto;
}

.block-cart-item {
  margin-left: 18px;
  margin-right: 18px;
}

.cart-item-name {
  color: var(--light);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 137%;
}

.cart-item-price {
  color: var(--paragraphs);
  font-family: Taviraj, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 137%;
}

.remove-button {
  opacity: .35;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
}

.remove-button:hover {
  opacity: 1;
}

.option-list {
  justify-content: flex-start;
  align-items: stretch;
  font-size: 11px;
  font-weight: 500;
  line-height: 120%;
  display: flex;
}

.option {
  border: 1px solid var(--border);
  color: var(--light);
  border-radius: 50px;
  margin-top: 4px;
  padding: 6px 10px 5px;
}

.cart-quantity {
  color: var(--light);
  background-color: #e5dfd50d;
  border-width: 2px;
  border-color: #e5dfd500;
  border-radius: 50px;
  width: 68px;
  height: 46px;
  padding: 10px 10px 10px 16px;
  font-size: 14px;
  font-weight: 500;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.cart-quantity:focus {
  border-color: var(--light);
}

.cart-line-item {
  font-size: 16px;
}

.text-subtotal {
  color: var(--light);
  font-size: 18px;
  font-weight: 500;
}

.paypal {
  margin-bottom: 2px;
}

.apple-pay, .pay-with-browser {
  border-radius: 50px;
  height: 45px;
}

.web-payments {
  margin-bottom: 10px;
}

.checkout-button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.checkout-button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.cart-empty-state {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 70px;
  padding-bottom: 50px;
}

.button-small {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 18px 36px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-small:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.cart-error-state {
  color: #da393c;
  background-color: #0000;
  border: 2px solid #da393c;
  margin: 24px 0 0;
  padding: 12px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

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

.link-category {
  opacity: .5;
  color: var(--light);
  vertical-align: baseline;
  padding: 4px 12px;
  font-family: Taviraj, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 200;
  line-height: 132%;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  display: inline-block;
}

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

.link-category.w--current {
  opacity: 1;
  font-family: Creato Display, sans-serif;
  font-style: normal;
  font-weight: 500;
}

.collection-item-categories {
  display: inline-block;
}

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

.collection-list-shop {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.collection-item-shop {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.heading-product {
  text-transform: uppercase;
  margin-bottom: 0;
}

.price {
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.compare-at-price {
  opacity: .4;
  text-transform: uppercase;
  margin-top: 2px;
  margin-bottom: 0;
  font-family: Taviraj, sans-serif;
  font-style: italic;
  font-weight: 300;
  text-decoration: line-through;
}

.link-shop {
  text-decoration: none;
}

.text-category {
  opacity: .4;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.grid-product {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr auto 1fr;
  width: 100%;
  min-height: 500px;
}

.block-works-line {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.detailed-description {
  border-top: 1px solid var(--border);
  width: 100%;
  margin-top: 35px;
  margin-bottom: -30px;
  padding-top: 35px;
  font-size: 16px;
}

.block-add-to-cart {
  border-top: 1px solid var(--border);
  width: 100%;
  margin-top: 35px;
  padding-top: 35px;
}

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

.block-image-product {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.collection-list-more-img {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.add-to-cart {
  width: 100%;
}

.field-label-shop {
  opacity: .4;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 130%;
}

.quantity-main {
  color: var(--light);
  background-color: #e5dfd50d;
  border-width: 2px;
  border-color: #e5dfd500;
  border-radius: 50px;
  width: 80px;
  height: 50px;
  margin-bottom: 38px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.quantity-main:focus {
  border-color: var(--light);
}

.select-field {
  color: var(--light);
  background-color: #e5dfd50d;
  border: 2px solid #e5dfd500;
  border-radius: 50px;
  height: 50px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.select-field:focus {
  border-color: var(--light);
}

.option-shop {
  margin-bottom: 35px;
}

.button-option {
  color: #e5dfd566;
  background-color: #e5dfd50d;
  border-width: 2px;
  border-color: #e5dfd500;
  border-radius: 50px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94), color .3s cubic-bezier(.25, .46, .45, .94);
}

.button-option.w--ecommerce-pill-selected {
  border-color: var(--light);
  background-color: #e5dfd50d;
}

.add-to-cart-button {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.add-to-cart-button:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.buy-now-button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  text-align: center;
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.buy-now-button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.out-of-stock-state {
  color: #da393c;
  background-color: #0000;
  border: 2px solid #da393c;
  border-radius: 2px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.error-state {
  color: #da393c;
  background-color: #0000;
  border: 2px solid #da393c;
  margin-top: 20px;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.ecommerce-form {
  border-top: 1px solid var(--border);
  background-color: #0000;
  min-height: auto;
  margin-bottom: 90px;
  padding: 50px 0 0;
}

.ecommerce-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.ecommerce-contents {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-right: 1px solid var(--border);
  flex-flow: column;
  margin-right: 0;
  padding-right: 50px;
  display: flex;
}

.ecommerce-sidebar {
  top: 30px;
}

.ecommerce-block {
  margin-top: 0;
  margin-bottom: 0;
}

.block-content {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--border);
  background-color: #0000;
  padding: 0 0 50px;
}

.block-header {
  background-color: #0000;
  border-style: none;
  padding: 0;
}

.field-label-ecommerce {
  opacity: .5;
  color: var(--light);
  letter-spacing: 1.35px;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
}

.select-field-ecommerce {
  color: var(--light);
  background-color: #e5dfd50d;
  border: 1px solid #e5dfd500;
  border-radius: 50px;
  height: 54px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.select-field-ecommerce:focus {
  border-color: var(--border);
}

.text-field-ecommerce {
  color: var(--light);
  background-color: #e5dfd50d;
  border: 1px solid #e5dfd500;
  border-radius: 50px;
  height: 54px;
  margin-bottom: 14px;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: border-color .3s cubic-bezier(.25, .46, .45, .94);
}

.text-field-ecommerce:focus, .text-field-ecommerce.-wfp-focus {
  border-color: var(--border);
}

.text-required {
  color: var(--light);
  font-size: 14px;
  line-height: 140%;
}

.shipping-method-ecommerce {
  background-color: #e5dfd50d;
  border: 1px #000;
  border-radius: 27px;
  margin-bottom: 6px;
  padding: 22px 27px;
}

.shipping-method-list {
  border: 1px #000;
}

.price-shipping {
  color: var(--paragraphs);
  font-family: Taviraj, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.name-shipping {
  color: var(--light);
  font-weight: 500;
}

.billing-address-toggle {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 14px;
  line-height: 120%;
}

.block-quantity {
  opacity: .5;
  color: var(--light);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
}

.order-item {
  border-top: 1px dashed var(--border);
  margin-bottom: 0;
  padding-top: 18px;
}

.order-item-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.block-order-item {
  border-left: 1px dashed var(--border);
  margin-left: 18px;
  padding-left: 18px;
}

.line-item {
  justify-content: space-between;
  align-items: center;
}

.empty-state-shop {
  border: 1px solid var(--border);
  background-color: #0000;
  border-radius: 27px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.discounts {
  border-style: none none solid;
  border-color: var(--border);
  background-color: #0000;
  border-bottom-width: 1px;
  padding: 10px 0 28px;
}

.apply-button {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  height: 54px;
  padding: 14px 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.apply-button:hover {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
}

.submit-button {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  margin-top: 25px;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.submit-button:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.download-item {
  border-top: 1px dashed var(--border);
  padding-top: 20px;
}

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

.button-download {
  box-shadow: inset 0 0 0 40px var(--light);
  color: var(--dark);
  letter-spacing: 1.85px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  transition: color .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
}

.button-download:hover {
  box-shadow: inset 0 0 0 2px var(--light);
  color: var(--light);
}

.grid-benefits {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: 50px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.benefits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-right: 1px dashed var(--border);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 14%;
  padding-right: 14%;
  display: flex;
}

.benefits.last {
  border-right-style: none;
}

.icon-benefits {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}

.paragraph-benefits {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 170%;
}

.heading-benefits {
  margin-bottom: 0;
}

.image-licensing-logo {
  object-fit: cover;
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-background-gradient {
  z-index: 0;
  background-image: linear-gradient(180deg, var(--dark), #12121100);
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.sticky-header {
  position: sticky;
}

.section-wrapper {
  margin-bottom: -100vh;
}

.spacer {
  height: 100vh;
}

.section-2 {
  z-index: 200;
  background-color: #000;
  padding: 150px 3%;
  position: relative;
}

.section-2.for-work {
  background-color: #0000;
  padding-top: 3%;
  padding-bottom: 3%;
}

.home-services-item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
  overflow: hidden;
}

.home-services-item.sticky {
  grid-template-columns: 1fr;
  display: block;
  position: sticky;
  top: 0;
  overflow: visible;
}

.image-wrap {
  z-index: 1;
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.image-wrap.mobile-auto {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.paralax-image {
  object-fit: cover;
  width: auto;
  height: 100%;
  position: absolute;
  bottom: 0;
  overflow: visible;
}

.image {
  height: 140%;
}

.image-2, .image-3, .image-4 {
  height: 100%;
}

.body {
  overflow: visible;
}

.body.dm {
  color: #303030;
  font-family: DM Sans, sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
}

.body.dm.sm {
  font-size: 18px;
}

.marquee-horizontal-alt_panel {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0%);
}

.global_symbol {
  position: fixed;
  inset: 0% 0% auto;
}

.home-intro_visual-content {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.c_info-bar_component {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-wrap: wrap;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.marquee-scrolling_panel {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.global_embed {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.marquee-snap_text {
  letter-spacing: -.03em;
  font-size: 7em;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
}

.home-overview_bottom {
  width: 100%;
}

.home-intro_content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.marquee-horizontal-alt_logo {
  width: 6.4em;
  margin-left: 3.2em;
  margin-right: 3.2em;
}

.home-intro_visual-height {
  width: 100%;
  padding-top: 100%;
}

.page-wrapper {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: visible;
}

.marquee-snap_wrapper {
  text-align: center;
  height: 9.1em;
  overflow: hidden;
}

.marquee-scrolling_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.marquee-vertical_img {
  width: 100%;
  margin-top: 4%;
  margin-bottom: 4%;
}

.home-process_section {
  height: 500vh;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.8em;
}

.container.is-home-intro {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5.1em;
  padding-bottom: 5.1em;
  display: grid;
}

.container.is-marquee-snap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container.is-home-process {
  grid-column-gap: 2.25em;
  grid-row-gap: 2.25em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.marquee-vertical_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 48%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-vertical_wrapper.is-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.marquee-vertical_panel {
  flex: none;
}

.home-logos_section, .home-banner_section {
  color: #a2cbd4;
  background-color: #000;
}

.home-process_img-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-overview_section {
  color: #e34b25;
  background-image: url('../images/pexels-scott-webb-1029615.jpg');
  background-position: 50% 39%;
  background-repeat: no-repeat;
  background-size: cover;
}

.marquee-horizontal_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal-alt_wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  display: flex;
  overflow: hidden;
  transform: translate(0%);
}

.marquee-horizontal_panel {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee-scrolling_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal_text {
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 1.3em;
  line-height: 1;
}

.home-process_heading {
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: 9em;
  font-weight: 700;
  line-height: .8;
}

.home-intro_visual {
  width: 100%;
  position: relative;
}

.home-intro_p {
  width: 100%;
  max-width: 42em;
  font-size: .7rem;
  line-height: 1.5;
}

.c_info-bar_text {
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.5;
}

.marquee-vertical_gradient {
  background-image: linear-gradient(#e34b25 2%, #e34b2500 14% 86%, #e34b25 98%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-5 {
  height: 80vh;
}

.body-2, .body-3 {
  overflow: hidden;
}

.body-4 {
  display: flex;
}

.marquee_item {
  flex: none;
  width: 24vw;
  padding-right: .6em;
}

.about-team_randomize-icon {
  width: 1.2em;
  height: 1.2em;
}

.marquee_track {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.about-team_randomize {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  border-style: solid;
  border-width: 2px;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5em 2.2em;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  transition: color .1s, background-color .1s;
  display: flex;
}

.about-team_randomize:hover {
  color: #f6f3ee;
  background-color: #ca3e1b;
  border-color: #ca3e1b;
}

.page-padding {
  padding: 5em 6%;
}

.page-padding.is-about-team {
  padding-top: 13.1em;
  padding-bottom: 2.6em;
}

.marquee_list {
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-wrapper-2 {
  width: 100%;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.marquee_wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10em;
  display: flex;
}

.about-team_layout {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.marquee_content {
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.about-team_heading {
  letter-spacing: -.04em;
  width: 100%;
  max-width: 9.4em;
  font-size: 5.1em;
  font-weight: 400;
  line-height: .85;
}

.marquee-horizontal {
  z-index: 200;
  color: var(--light);
  background-color: #0000;
  background-image: linear-gradient(90deg, #fefcf5, #df4a84 15%, #dffba6 30% 60%, #00b5ff 85%, #fefcf5);
  border-top: 1px #000;
  border-bottom: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-horizontal.new {
  height: 100%;
}

.track-horizontal {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-right: 4vw;
  display: flex;
}

.marquee-div.new {
  height: 100%;
}

.marquee-text-2 {
  color: var(--dark);
  text-transform: uppercase;
  flex: none;
  margin-right: 0;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.marquee-icon {
  color: var(--paragraphs);
  width: 2.5vw;
}

.marquee-icon.new {
  width: 100%;
  height: 100%;
}

.tabs-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-content {
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  display: flex;
}

.tab-link-tab-1 {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.tab-link-tab-1.w--current {
  border-bottom-left-radius: 10px;
}

.tab-link-tab-3 {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.text-block, .text-block-2 {
  color: #6a6a6a;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.spacer-60 {
  width: 100%;
  height: 60px;
}

.spacer-60._60-width {
  width: 60px;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 450px;
  display: flex;
  position: relative;
  overflow: visible;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

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

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 450px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.container-3 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-3.flex-vertical {
  padding-left: 0;
  padding-right: 0;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.background-video {
  width: 20vw;
  height: 40vh;
}

.background-video._1 {
  width: 22vw;
  height: 50vh;
}

.container-4 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.container-4.flex-vertical {
  padding-left: 0;
  padding-right: 0;
}

.text-block-4, .text-block-5 {
  color: #6a6a6a;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
}

.image-6 {
  height: 100%;
}

.text-block-6 {
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.anime-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #babaa5;
  letter-spacing: -1px;
  flex-flow: column;
  width: 80%;
  max-width: 36.5rem;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.125;
  display: flex;
  position: absolute;
  top: 20px;
  left: 20px;
  right: 0;
}

.small {
  letter-spacing: 0;
  text-transform: uppercase;
  color: #d5d5d5;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.background-video-2 {
  width: 24vw;
  height: 50vh;
}

.background-video-2.new {
  height: 110%;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-nav-background {
  z-index: 0;
  background-color: #fff;
  border-radius: 999em;
  position: absolute;
  inset: 0%;
  box-shadow: 0 22px 2.5em #0006;
}

.tab-content-image {
  border-radius: 1.4em;
}

.tabs-nav-text {
  z-index: 1;
  font-family: Space Mono, sans-serif;
  font-style: italic;
  font-weight: 600;
  position: relative;
}

.tab-content-inner {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  padding-left: 12%;
  padding-right: 12%;
  display: flex;
}

.tab-content-title {
  color: #fff;
  font-size: 3em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.tabs-menu-wrapper {
  background-color: #464646;
  border-radius: 999em;
  align-items: center;
  width: 50%;
  padding: .7em .8em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% 25%;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-nav-item {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 999em;
  flex: 1;
  padding: 1em 2em;
  transition: all .3s;
  position: relative;
}

.tabs-nav-item:hover {
  background-color: #535353;
}

.tabs-nav-item.w--current {
  color: #000;
  background-color: #0000;
  font-weight: 500;
}

.container-w3 {
  width: 100%;
  max-width: 52.5em;
  margin-left: auto;
  margin-right: auto;
}

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

.ipad-shape {
  z-index: 2;
  width: 100%;
  position: relative;
}

.p-xl-start {
  padding-top: 8.5em;
}

.p-xl-start.p-xl-end {
  padding-top: 0;
}

.tablet-mockup-animation {
  z-index: 2;
  position: relative;
}

.p-sm-start {
  padding-top: 3em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.wow-animation {
  margin-bottom: 100px;
}

.wow-heading {
  margin-bottom: .1em;
  font-size: 3em;
  font-weight: 600;
  line-height: 1;
}

.wow-heading.wow-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(172deg, #ffefcd 32%, #769ae0 76%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: .1em;
  padding-bottom: .2em;
}

.wow-heading.wow-gradient.big {
  font-size: 6em;
}

.section-tablet-scroll-animation {
  margin-left: 12%;
  margin-right: 12%;
  padding-top: 30px;
  overflow: visible;
}

.ipad-mockup {
  position: relative;
}

.screenshot-scroll {
  width: 100%;
}

._3d-tablet-wrap {
  perspective: 1000px;
  perspective-origin: 50%;
}

.ipad-screen {
  z-index: 1;
  object-fit: cover;
  width: 93.8%;
  height: 91.6%;
  position: absolute;
  top: 4%;
  left: 3%;
}

.ipad-screen.overflow-hidden {
  overflow: hidden;
}

.slider-fade {
  background-image: linear-gradient(to right, #f9f9f1, #f9f9f100 15% 85%, #f9f9f1 101%);
  position: absolute;
  inset: 0%;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 570px;
  display: flex;
}

.div-block.new {
  z-index: 1000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: none;
  justify-content: center;
  align-items: center;
  width: 550px;
  max-width: 80%;
  height: 60%;
  max-height: 100%;
  padding: 0% 0 48px;
  position: absolute;
}

.div-block.none {
  display: none;
}

.image-7 {
  width: 780px;
}

.navbar_component {
  z-index: 9999;
  padding: 1rem 2.5rem;
  position: absolute;
  inset: 0 0% auto;
}

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

.section-test {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section-test._1, .section-test._3 {
  background-color: var(--dark);
}

.section-test._2 {
  background-color: var(--dark);
  margin-bottom: 200px;
}

.container-large {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading_title {
  letter-spacing: -.03px;
  font-size: 108px;
  line-height: 1;
}

.heading_title._3, .heading_title._1 {
  color: #2a3727;
}

.main-wrapper {
  padding-top: 0;
}

.nav_component {
  z-index: 9999;
  position: sticky;
  inset: 10vh 0% 0;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.nav_wrap {
  position: relative;
}

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

.nav-link_shape {
  z-index: 1;
  opacity: 0;
  background-color: #2a3727;
  border-radius: 8px;
  width: 0;
  transition: left .3s, opacity .3s, width .3s;
  display: block;
  position: absolute;
  inset: .5rem auto .5rem .75rem;
  box-shadow: 0 2px 8px #2e336b1a;
}

.nav_link {
  z-index: 2;
  color: #2a3727;
  text-align: center;
  letter-spacing: -.5px;
  border-radius: .5rem;
  padding: .5rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  position: relative;
}

.nav_link.w--current {
  background-color: var(--border);
  color: #b4c2ad;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.nav-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.page-wrapper-3 {
  margin-top: 40px;
  position: relative;
}

.nav_links_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--light);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: .5rem .75rem;
  display: flex;
  position: relative;
  bottom: 0;
}

.text-block-7 {
  color: var(--dark);
  -webkit-text-stroke-color: var(--dark);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.text-block-8, .text-block-9 {
  color: var(--dark);
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.prism-button-copy-me {
  grid-column-gap: 10px;
  background-image: none;
  border-radius: 999px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  text-decoration: none;
  transition: transform .2s cubic-bezier(.39, .575, .565, 1), box-shadow .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 13px #49297a4f, 0 24px 24px #49297a45, 0 55px 33px #49297a29, 0 98px 39px #49297a0d, 0 153px 43px #49297a03;
}

.prism-button-copy-me:hover {
  transform: scale(.95);
  box-shadow: 0 6px 13px #49297a4f, 0 15px 20px #49297a45, 0 0 #49297a29, 0 0 #49297a0d, 0 0 #49297a03;
}

.button-mid-wrapper {
  z-index: 2;
  grid-column-gap: 10px;
  background-image: radial-gradient(circle at 50% 0, #666c, #000c);
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 7px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-mid-wrapper.border {
  margin: 2px;
  padding: 5px;
}

.button-in-wrapper {
  grid-column-gap: 10px;
  border: 1px undefined undefined;
  background-image: radial-gradient(circle at 0 0, #2f2f2f, #000);
  border-radius: 9999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 .693872px 1.47448px #ffffff17, inset 0 1.63579px 4px 2px #ffffff2b, inset .204473px .204473px .204473px #fff6, inset -.204473px -.204473px .946452px #ffffff40;
}

.button-text {
  color: #eee;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Mono, sans-serif;
  font-size: .9rem;
  font-style: italic;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.bg-movment {
  z-index: 1;
  filter: blur(14px);
  width: 100%;
  position: absolute;
  inset: auto;
}

.gsap_horizontal-scroll {
  flex-flow: row;
  width: 100%;
  height: 100svh;
  display: flex;
  overflow: hidden;
}

.section-3 {
  color: #cf00cf;
  background-color: #101;
  background-image: radial-gradient(circle, #101, #2b002b);
  justify-content: center;
  align-items: center;
  min-width: 100svw;
  height: 100svh;
  display: flex;
}

.paragraph {
  position: relative;
}

.horizontal-scroll-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-scroll-section {
  height: 400vh;
  padding-left: 12%;
  padding-right: 12%;
  position: relative;
}

.section-4 {
  width: 80vw;
  height: 100vh;
}

.section-4._4 {
  background-color: #df61ff;
}

.section-4._3 {
  background-image: linear-gradient(to right, #618bff, #df61ff);
}

.section-4._1 {
  background-image: linear-gradient(to right, #00ff8c, #00c8aa);
}

.section-4._2 {
  background-image: linear-gradient(to right, #00c8aa, #618bff);
}

.heading-wrapper {
  width: 80%;
  position: relative;
}

.horizontal-scroll-content {
  flex-direction: row;
  width: 320vw;
  height: 100vh;
  display: flex;
}

.container-5 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.work_section {
  position: relative;
}

.code_css, .code_js {
  display: none;
}

.work_container {
  position: relative;
}

.work_item {
  background-color: #000;
  align-items: stretch;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work_item-container {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.work_item-background {
  aspect-ratio: 16 / 9;
  filter: brightness();
  width: 100vw;
  height: 100vh;
  position: static;
}

.footer_container {
  justify-content: space-between;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer_texts {
  color: #fff;
  letter-spacing: .5rem;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 5rem 3.5vw 2.5rem;
  font-size: 11.5vw;
  font-weight: 400;
  line-height: 1;
  display: flex;
  position: relative;
}

.footer_image {
  opacity: .6;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer_image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.line-wrapper {
  overflow: hidden;
}

.footer_section {
  z-index: 1;
  background-color: #000;
  position: relative;
}

.color-0 {
  color: #b8e6da;
}

.line-2 {
  will-change: transform;
  position: relative;
}

.button-text-color {
  z-index: 2;
  position: relative;
}

.button-text-color.margin-right {
  margin-right: 1.1rem;
}

.full-page {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: #121212;
  background-color: #fbfbfb;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: .4rem;
  padding-bottom: .4rem;
  padding-left: .4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-2.grey {
  color: #fbfbfb;
  background-color: #302f2f;
}

.wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  height: 100%;
  display: flex;
  overflow: visible;
}

.text-size-xdisplay {
  letter-spacing: -.03625rem;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.last-cta-conponent {
  z-index: 2;
  grid-column-gap: 2.1vw;
  grid-row-gap: 2.1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.white-wrapper {
  color: #1a1a1a;
  background-color: #fbfbfb;
}

.container-6 {
  max-width: 90vw;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.container-6.medium {
  max-width: 100rem;
}

.text-block-10 {
  text-align: center;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 4.7vw;
  font-weight: 700;
  line-height: 1;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.page-wrap {
  scroll-behavior: smooth;
  overflow: clip;
}

.icon-2 {
  object-fit: contain;
  width: 82%;
}

.icon-2.invert {
  filter: invert();
}

.overlay {
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.last-cta-wrap {
  justify-content: center;
  align-items: center;
  max-width: 50vw;
  display: flex;
}

.button-wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .75rem;
  justify-content: flex-end;
  align-items: center;
  margin-right: .4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.highlight-wrapper-2 {
  justify-content: flex-start;
  margin-left: .2vw;
  margin-right: .2vw;
  padding-left: .5vw;
  padding-right: .5vw;
  display: inline-flex;
  position: relative;
}

.highlight-wrapper-2.margin {
  margin-left: .5vw;
  margin-right: .5vw;
}

.hero-background-image {
  z-index: 1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.horizontal-scroll {
  height: auto;
  position: sticky;
}

.heading-4-vw {
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1;
}

.heading-4-vw.text-weight-medium {
  font-weight: 500;
}

.heading-4-vw.text-weight-medium.about-hero-style {
  z-index: 2;
  line-height: 1.1;
  display: inline;
  position: relative;
}

.cta {
  max-width: 56vw;
}

.sticky {
  border-radius: 0;
  flex: none;
  width: 100dvw;
  height: 100dvh;
  padding: 2vw;
  overflow: visible;
}

.last-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

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

.main {
  z-index: 2;
  position: relative;
}

.highlight-text {
  background-color: #ff7e5d;
  width: 100%;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.77, 0, .175, 1);
  animation: 1.4s cubic-bezier(.77, 0, .175, 1) highlightThis;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.button-icon {
  z-index: 2;
  background-color: #121212;
  border-radius: .75rem;
  padding: .9rem .7rem;
  display: flex;
  position: relative;
}

.button-icon.absolute {
  z-index: 1;
  opacity: 0;
  border-radius: .75rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-icon.white {
  background-color: #fbfbfb;
}

.heroabout-container {
  z-index: 2;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hero-content {
  text-align: center;
  max-width: 41vw;
}

.camera {
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.navbar-glass-effect {
  filter: url('../images/');
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-tint {
  border-radius: inherit;
  background-color: #00000014;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-shine {
  border-radius: inherit;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar-glass-filter {
  display: none;
}

.u-display-flex {
  display: flex;
}

.u-display-flex.cc-tag-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-end;
  align-items: flex-end;
}

.u-display-flex.cc-footer-social-wrap {
  justify-content: flex-end;
  align-items: center;
}

.u-display-flex.cc-form-submit-wrap {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
}

.column {
  flex: 1;
  margin-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.column.col-large-5 {
  flex-basis: 41.67%;
  max-width: 41.6667%;
}

.column.col-large-7 {
  flex-basis: 58.33%;
  max-width: 58.3333%;
}

.column.col-large-7.col-medium-12 {
  flex-flow: column;
}

.column.col-large-4 {
  flex-basis: 33.33%;
  max-width: 33.3333%;
}

.column.col-large-4.col-medium-12.u-medium-last {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.h1 {
  letter-spacing: -.075em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.h1.cc-home {
  letter-spacing: -.1em;
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 9rem;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-bottom: -32px;
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.row.cc-section-top {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin: 30px 0 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.row.cc-footer-top {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 2em;
}

.h2 {
  color: var(--light);
  letter-spacing: -.035em;
  margin-top: .75rem;
  margin-bottom: .5rem;
  font-family: Space Grotesk, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2.cc-home-hero-subhead {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 400;
}

.h4 {
  letter-spacing: -.05em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
}

.h4.w--current {
  opacity: .5;
  text-decoration: none;
}

.h4.cc-tag {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
  display: inline;
}

.h4.cc-label {
  color: #262626a8;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 6px;
  font-family: Space Grotesk, sans-serif;
  font-size: .875rem;
  display: block;
}

.h3 {
  letter-spacing: -.066em;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  transition: color .3s cubic-bezier(.215, .61, .355, 1);
}

.h3.cc-tag-separator {
  margin-right: .25em;
  display: inline;
}

.h3.cc-tag-separator.u-margin-right-0-5em {
  margin-right: .5em;
}

.h3.cc-tag-separator.u-margin-right-0-5em.u-xsmall-only {
  display: none;
}

.container-7 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 8px;
  display: flex;
}

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

.icon-3.cc-social-media {
  transform-origin: 50%;
  color: var(--light);
  width: 100%;
  max-width: 2em;
  height: 100%;
  max-height: 2em;
  transform: scale(.85);
}

.button-3 {
  color: #fff;
  background-color: #262626;
  border-radius: 999999px;
  padding: .66em 1em;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  transition: opacity .3s cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
}

.button-3:hover {
  opacity: .5;
  color: #fff;
}

.button-3.cc-form {
  font-family: Space Mono, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.success-message-2 {
  background-color: #2626260d;
  border-radius: 16px;
}

.u-width-100 {
  width: 100%;
}

.paragraph-0-9rem {
  letter-spacing: -.005em;
  font-size: .9rem;
  line-height: 1.4;
}

.text-field-2 {
  color: #262626;
  background-color: #2626260d;
  border: 1px solid #0000;
  border-radius: 999999px;
  min-height: 2.5rem;
  margin-bottom: .25em;
  padding: 1.25em 1em;
  font-size: 16px;
  font-weight: 500;
  transition: border-color .3s cubic-bezier(.165, .84, .44, 1), opacity .2s, box-shadow .3s cubic-bezier(.215, .61, .355, 1);
}

.text-field-2:hover {
  border-color: #26262654;
}

.text-field-2:focus {
  background-color: #ffffffa8;
  border-style: solid;
  border-color: #2626261a;
}

.text-field-2::placeholder {
  color: #26262680;
}

.text-field-2.u-margin-bottom-1em {
  margin-bottom: .75em;
  font-family: Space Grotesk, sans-serif;
}

.text-field-2.u-margin-bottom-0 {
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
}

.u-margin-top-1em {
  margin-top: 1em;
}

.paragraph-1-25rem {
  letter-spacing: -.01em;
  font-size: 1.25rem;
  line-height: 1.3;
}

.h2-2 {
  letter-spacing: -.035em;
  margin-top: .75rem;
  margin-bottom: .5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.h2-2.cc-footer-newsletter {
  color: var(--light);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: .5em;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.8rem;
}

.u-screen-reader-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.dropdown-menu-cms-single {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.more-template-wrapper {
  margin-top: 1.25rem;
  display: inline-block;
}

.dropdown-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-nav-link {
  color: #8b8b9100;
  letter-spacing: -.01em;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .45s;
}

.single-nav-link:hover, .single-nav-link.w--current {
  color: #605dff;
}

.single-nav-link.dropdown {
  display: flex;
}

.more-temple-text-link-boder {
  background-color: #605dff;
  width: 100%;
  height: 1px;
}

.dropdown-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: #acb0b9;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 110%;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover, .dropdown-menu-text-link.w--current {
  color: #605dff;
}

.dropdown-menu-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-menu-cms-line {
  background-color: #605dff;
  width: 10px;
  height: 1px;
}

.dropdown-title-wrapper {
  margin-bottom: 2rem;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 800px;
  padding-top: 1.25rem;
  overflow: hidden;
  transform: translate(-50%);
}

.nav-menu-wrapper {
  float: none;
}

.dropdown-column-wrap {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrap.homes-page {
  width: 160px;
  left: -40px;
  transform: none;
}

.nav-menu-flex {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-menu-cms {
  color: #605dff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown-content-wrap {
  background-color: #0c0c0e;
  border: 1px solid #0000001a;
  border-radius: .75rem;
  padding: 2rem;
}

.more-temple-text-link {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.dropdown-toggle-arrow {
  margin-left: .5rem;
  font-size: .875rem;
  font-weight: 400;
}

.single-nav-link-2 {
  color: #8b8b91;
  letter-spacing: -.01em;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: all .45s;
}

.single-nav-link-2:hover, .single-nav-link-2.w--current {
  color: #605dff;
}

.single-nav-link-2.dropdown {
  display: flex;
}

.nav-menu-wrapper-2 {
  float: none;
  display: flex;
  position: static;
}

.footer-links-row {
  padding: 0 1.875rem 2.5rem;
  position: relative;
}

.footer-links-row._1 {
  padding-left: .5rem;
}

.footer-links-title {
  color: #8b8b91;
  text-transform: uppercase;
  margin-bottom: 2.75rem;
  font-family: Space Mono, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.footer-links-flex-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.single-footer-link {
  color: #0a1135;
  letter-spacing: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.footer-line-vertical {
  background-color: #0000001a;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footer-links-row-2 {
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 1.875rem 2.5rem;
  display: flex;
  position: relative;
}

.footer-links-row-2.three {
  padding-top: 0;
}

.tagline-lottie {
  height: 24px;
}

.feature-navigation-title {
  color: #ffffff80;
  letter-spacing: -.06em;
  font-family: Instrument Serif, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 110%;
}

.feature-navigation-title.w--current {
  color: #fff;
  font-family: Instrument Serif, sans-serif;
}

.feature-navigation-serial {
  color: #fff;
  background-color: #0c0c0e;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  font-family: Instrument Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.core-feature-v2-title {
  color: #fff;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 2.44rem;
  font-family: Instrument Serif, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 120%;
}

.tagline-text {
  color: #0a1135;
  letter-spacing: -.03em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  line-height: 140%;
}

.tagline-text.white-5 {
  color: #fff;
  font-weight: 700;
}

.tagline-flex {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: -.35rem;
  display: flex;
}

.primary-button-text {
  z-index: 1;
  transform-origin: 0%;
  justify-content: flex-start;
  line-height: 100%;
  display: flex;
  position: relative;
}

.primary-button-text.hover {
  position: absolute;
}

.core-features-v2-left-wrap {
  width: 100%;
  max-width: none;
}

.core-feature-image {
  width: 100%;
  max-height: 100%;
}

.core-features-v2-right-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.core-feature-tag {
  color: #605dff;
  text-transform: none;
  margin-bottom: .56rem;
  font-family: EB Garamond, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 140%;
}

.primary-button-inner {
  color: #fff;
  letter-spacing: -.04em;
  text-transform: capitalize;
  background-image: linear-gradient(300deg, #605dff 15.65%, #8280ff 54.58%, #605dff 93.52%);
  border-radius: 2.13rem;
  flex-flow: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .88rem 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 3.44rem;
}

.section-title-wrapper.align-left {
  text-align: left;
}

.section-title-wrapper.align-left.core-feature-v2 {
  max-width: 64.3125rem;
}

.container-8 {
  width: 100%;
  max-width: 84.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .94rem;
  padding-right: .94rem;
}

.section-5 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.section-5.core-features-v2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #0c0c0e;
  flex-flow: column;
  align-items: center;
  padding-top: 5rem;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.core-feature-navigation-line {
  z-index: -1;
  background-color: #ffffff24;
  width: 1px;
  position: absolute;
  inset: 2rem auto 0% 1.25rem;
}

.core-feature-img-wrap {
  height: auto;
  margin-bottom: 1rem;
}

.core-feature-img-wrap._1 {
  width: 100%;
}

.core-features-v2-flex-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.core-feature-content-wrap._1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.core-feature-details {
  color: #f5f5f5;
  letter-spacing: 0;
  font-family: DM Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 150%;
}

.tagline-inline-wrap {
  display: inline-block;
  overflow: clip;
}

.core-feature-title {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: .88rem;
  font-family: EB Garamond, sans-serif;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 120%;
}

.core-feature-navigations-wrap {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 10rem;
}

.single-core-feature-wrap {
  background-color: #10101300;
  border-radius: 0;
  padding: 0;
}

.primary-button {
  display: inline-block;
}

.single-core-feature-navigation {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.core-feature-inner-wrap {
  border: 0 solid #ffffff0a;
  border-radius: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 2rem;
}

.core-feature-inner-wrap.border {
  border-bottom-width: 2px;
  border-bottom-color: var(--border);
}

.tagline-wrapper {
  margin-bottom: 1.125rem;
}

.tagline-wrapper.mb-0 {
  margin-bottom: 0;
}

.dropdown-link {
  color: var(--light);
  background-color: #fff;
  border-radius: 6px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
}

.dropdown-link:hover {
  background-color: #edf8dd;
}

.dropdown-link.w--current {
  color: #00000080;
  background-color: #eff6e1;
}

.dropdown-list {
  color: var(--light);
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  min-width: 150px;
  padding: 10px;
  overflow: hidden;
  box-shadow: 14px 14px 20px #0000001a;
}

.dropdown-list.w--open {
  border-radius: 18px;
  padding: 24px;
}

.cart-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.dropdown-toggle {
  padding: 8px 18px 8px 8px;
  font-size: 15px;
  font-weight: 500;
}

.nav-link-2 {
  color: var(--light);
  border-radius: 4px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 12px;
  font-family: Space Mono, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.nav-link-2:hover {
  color: #141414bf;
  background-color: #3838381a;
}

.nav-link-2.w--current {
  color: #303a46;
  background-image: url('../images/dot-item.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 5px;
}

.image-brand {
  max-height: 14px;
}

.checkout-button-2 {
  color: #303a46;
  background-color: #d2f0a3;
  border-radius: 8px;
}

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

.icon-4 {
  opacity: .35;
  margin-right: 2px;
  font-size: 12px;
}

.button-wrapper-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: auto;
  display: flex;
  position: relative;
  left: 0;
}

.button-wrapper-3._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 0;
  display: flex;
  position: static;
  left: 50px;
}

.button-wrapper-3._5 {
  margin-bottom: 40px;
}

.container-nav {
  z-index: 2;
  background-color: #fafafad6;
  border: 1px solid #adadad33;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 6px;
  display: flex;
  position: relative;
}

.brand-wrapper {
  min-width: 220px;
  padding-left: 12px;
}

.p-small {
  opacity: .7;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.6;
}

.nav-menu-2 {
  justify-content: center;
  align-items: center;
  min-width: 320px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-button-2 {
  color: #303a46;
  background-color: #3898ec00;
  padding: 8px;
  font-size: 15px;
  font-weight: 400;
}

.label-dropdown {
  color: var(--light);
  font-family: Space Mono, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.dropdown-grid-2 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.h-s {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
}

.cart-quantity-2 {
  color: #303a46;
  background-color: #ebebeb;
  margin-left: 4px;
}

.button-nav {
  color: #303a46;
  background-color: #d2f0a3;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 15px;
  text-decoration: none;
}

.button-nav:hover {
  background-color: #b6db7d;
}

.icon-5 {
  opacity: .35;
  color: var(--light);
  margin-right: 2px;
  font-size: 12px;
}

.button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #c8d1d9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 30px;
  text-decoration: none;
  display: flex;
}

.button-outline:hover {
  background-color: #f8f8f8;
}

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

.link-2 {
  color: var(--light);
  font-family: Instrument Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.track-m {
  height: 200vh;
  position: relative;
}

.column-wrapper-right {
  z-index: 7;
  flex: none;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-left: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fold-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 820px;
  height: 100%;
  display: flex;
}

.fold-images-wrapper {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.card-t {
  background-color: #c0cfc1;
  border-radius: 24px;
  width: 14vw;
  height: 21vw;
  overflow: hidden;
}

.col-trail {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.sticky-fold {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.inner-col {
  flex-flow: column;
  width: auto;
  min-height: 400px;
  display: flex;
}

.fold-bg {
  background-color: var(--dark);
  background-image: linear-gradient(#000, #e2ff9d 25%, #5ae197 50%, #46cd83 75%, #0c0c0c);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.h-xl {
  color: var(--light);
  letter-spacing: -.033em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Instrument Serif, sans-serif;
  font-size: 5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06;
}

.h-xl.paragraphs {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 42px;
  font-style: normal;
}

.column-wrapper-left {
  z-index: 6;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-right: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section-6 {
  z-index: 4;
  background-color: var(--dark);
  position: relative;
}

.inner-heading-s {
  z-index: 6;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gradient-shadow {
  z-index: 20;
  background-image: linear-gradient(180deg, var(--dark) 31%, #fff0);
  width: 100%;
  height: 45vh;
  position: absolute;
}

.image-8, .image-9, .image-10, .image-11 {
  width: 100%;
  height: 100%;
}

.approach-tags-flex-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.single-approach-tag {
  background-color: var(--border);
  text-align: center;
  border-radius: .88rem;
  padding: 1rem;
  display: inline-block;
}

.approach-tag-text {
  color: var(--dark);
  letter-spacing: -.06em;
  font-family: Space Mono, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  position: relative;
}

.overview-title-wrap {
  position: relative;
}

.section-title {
  color: #0a1135;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 120%;
}

.overview-title-tags {
  color: #0a1135;
  background-color: #ffb3b3;
  border-radius: 2.75rem;
  padding: .5rem .88rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 100%;
  display: inline-block;
}

.overview-title-tags._1 {
  position: absolute;
  inset: 14.5rem auto auto 13%;
}

.overview-title-tags._2 {
  background-color: #b5d8ff;
  position: absolute;
  inset: -1.5rem auto auto 2%;
}

.overview-title-tags._3 {
  background-color: #e4d7ff;
  position: absolute;
  inset: -1.1rem 1% auto auto;
}

.overview-title-tags._4 {
  background-color: #ffbea7;
  position: absolute;
  inset: auto auto 6rem 67%;
}

.card {
  perspective: 1000px;
  position: relative;
}

.core-feature-image-2 {
  z-index: 2000;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  position: relative;
}

.card__glow {
  opacity: .7;
  filter: blur(12px);
  background-image: linear-gradient(29deg, #0000 37%, #2a63ffed), linear-gradient(135deg, #28eeac, #f3f177 41%, #fd6d38 71%, #a48eb6);
  border-radius: 24px;
  width: 100%;
  height: 96%;
  position: absolute;
  inset: 0%;
}

.glowing-wrapper-borders {
  opacity: 1;
  border-radius: 10px;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-card {
  z-index: 1;
  opacity: 1;
  letter-spacing: -.01em;
  border: .6px solid #ffffff14;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.core-feature-image-3 {
  z-index: 2000;
  width: 100%;
  max-height: 100%;
  margin-top: 0;
  position: relative;
}

.glowing-wrapper-animations {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.glowing-card-lc {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-card-lc.glowing-wrapper-active {
  border-radius: .4rem;
  width: 100%;
  height: auto;
}

.styles---glowing-card {
  display: none;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
  border-radius: 10px;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 10px;
  width: 100%;
  padding: .3px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.page-heading {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

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

.h-m {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.2em;
  font-weight: 600;
  line-height: 1.2;
}

.h-m.text-white {
  color: #f8f8f8;
}

.content-description {
  width: 60%;
}

.sticky-w4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 12vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.inner-track {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200vh;
  display: flex;
  position: relative;
}

.expand-sticky-card {
  background-color: red;
  background-image: url('../images/bg-cloud-83_1bg-cloud-83.avif');
  background-position: 50%;
  background-size: 100vw;
  border-radius: 24px;
  width: 33vw;
  height: 66vh;
  position: relative;
  overflow: hidden;
}

.sticky-w5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.h-xxl {
  color: #303a46;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.8em;
  font-weight: 700;
  line-height: 1;
}

.sticky-expand {
  position: sticky;
  top: 0;
}

.inner-card {
  border-radius: 32px;
  width: 33vw;
  height: 66vh;
  position: relative;
  overflow: hidden;
}

.inner-card._02 {
  background-color: #db6a6a;
  position: relative;
}

.inner-card._01 {
  background-color: #5b6444;
  position: relative;
}

.title-tag {
  background-color: #1313130f;
  border-radius: 200px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
}

.sticky-w2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 4vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.blur-overlayer {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #f8f8f8;
  text-align: left;
  background-color: #1a1a1a59;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 50px;
  font-size: 11px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.background-gray {
  z-index: 7;
  background-color: var(--dark);
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
}

.inner-heading {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 780px;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.sticky-w3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 8vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-16, .text-span-17 {
  font-family: Ppmondwest, Verdana, sans-serif;
  font-style: normal;
}

.vid {
  border: 4px solid #3d3d3d;
  border-radius: 40px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.text-span-18, .text-span-19, .text-span-20 {
  font-family: Ppmondwest, Verdana, sans-serif;
  font-style: normal;
}

.text-span-21 {
  font-family: Ppmondwest, Verdana, sans-serif;
}

.logolink {
  color: var(--light);
  -webkit-text-stroke-width: .2px;
  mix-blend-mode: exclusion;
  font-family: Ppmondwest, Verdana, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.text-span-22 {
  font-family: EB Garamond, sans-serif;
  font-style: normal;
}

.u-container {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 70rem;
  height: 100px;
  min-height: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 1rem;
  display: flex;
  position: relative;
}

.toast_wrap {
  width: 100%;
  max-width: 90%;
  height: 4rem;
  position: relative;
}

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

.toast_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 2px solid var(--light);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  color: #000;
  background-color: #a4a4a499;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: .5rem 1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.toast_background {
  z-index: 0;
  opacity: 1;
  filter: blur(2px);
  border-radius: inherit;
  background-color: #151515d1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.tagline-lottie-3 {
  height: 30px;
}

.heading-2 {
  color: var(--dark);
  font-family: EB Garamond, sans-serif;
}

.card__text {
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.card-2 {
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 21.625em;
  height: 27.25em;
  padding-top: 2em;
  padding-bottom: 2em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card__title {
  text-align: center;
  letter-spacing: -.10431rem;
  max-width: 12ch;
  font-size: 3.4375em;
  font-weight: 300;
  line-height: 90%;
  position: relative;
}

.card__eyebrow {
  opacity: .8;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8125em;
  position: relative;
}

.svg {
  width: 1em;
}

.image-12 {
  z-index: auto;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.05);
}

.card__button {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff2e;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  padding: .7em 1.2em;
  display: flex;
}

.span {
  justify-content: center;
  align-items: center;
  font-size: .8em;
  font-weight: 400;
  display: flex;
}

.body-5 {
  color: var(--paragraphs);
}

.text-field-3 {
  color: #4f4b5c;
  background-color: #f8f8f8;
  border: 2px solid #c6c5ca;
  border-radius: 12px;
  width: 400px;
  height: 46px;
  font-family: Instrument Sans, sans-serif;
  font-weight: 500;
}

.form-2 {
  object-fit: fill;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.form-block-2 {
  margin-bottom: 0;
}

.image-13 {
  max-width: 100%;
}

.div-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.image-14 {
  max-width: 70%;
  margin-top: -10px;
}

.mini-header {
  color: var(--light);
  font-family: Instrument Sans, sans-serif;
}

.mini-header.light {
  color: var(--dark);
  text-align: center;
}

.miniheading {
  color: var(--light);
  border: 1.4px solid #141414;
  border-radius: 20px;
  padding: 2px 10px 0;
}

.miniheading.light {
  border-color: var(--dark);
  color: var(--dark);
}

.div-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.bullet {
  color: var(--light);
  font-family: Instrument Serif, sans-serif;
}

.list {
  margin-bottom: 0;
}

.image-15 {
  padding-top: 15px;
}

.image-16 {
  max-width: 70%;
  padding-top: 20px;
}

.image-17 {
  max-width: 100%;
  padding-top: 20px;
}

.text-span-24 {
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.text-span-25 {
  color: #69245b;
  background-color: #fff4ff;
  border: 1.5px solid #69245b;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-span-26 {
  color: #1e2d14;
  background-color: #edffe6;
  border: 1.5px solid #1e2d14;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
}

.div {
  z-index: 12;
  background-color: #0000008a;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  padding: 2px 16px 10px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: -105px 0% 0%;
  box-shadow: 0 4px 4px #00000040;
}

.frame-2087326893 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 230px;
  text-decoration: none;
  display: flex;
}

.div-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.divframer-i1g7pe {
  opacity: .9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pframer-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .5px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fff;
  text-align: left;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.socials {
  grid-column-gap: 6.4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.social {
  grid-row-gap: 6.4px;
  background-color: #282828;
  border-radius: 25.6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 6.4px;
  text-decoration: none;
  display: flex;
}

.iconsolidmail {
  object-fit: cover;
  overflow: hidden;
}

.social-2 {
  grid-row-gap: 6.4px;
  background-color: #282828;
  border-radius: 25.6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  padding: 6.4px;
  text-decoration: none;
  display: flex;
}

.path-2520 {
  object-fit: cover;
}

.actions {
  grid-column-gap: 8px;
  border-radius: 112px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 229px;
  height: 61px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #df4c8640;
}

.actions-2 {
  grid-column-gap: 8px;
  border-radius: 88px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 229px;
  height: 61px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #df4c8640;
}

.anima---secondary {
  grid-row-gap: 10px;
  background-color: #2c642a;
  border-radius: 92px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 61px;
  padding: 1px 1.5px;
  text-decoration: none;
  display: flex;
}

.button-style {
  grid-column-gap: 12px;
  background-image: linear-gradient(90.97deg, #e6ffa8 0%, #91d38d 100%);
  border: .75px solid #2c642a66;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-2 {
  color: #002e00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.background-video-3 {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.boxes {
  grid-column-gap: 12px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1012px;
  text-decoration: none;
  display: flex;
}

.boxes-2 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1012px;
  text-decoration: none;
  display: flex;
}

.row-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bento-card {
  background-color: #1c1c1c;
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 256px;
  max-width: 600px;
  height: 280px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1000005903 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-style {
  overflow: hidden;
}

.vector {
  border-style: solid;
  border-width: undefinedpx;
  object-fit: cover;
  border-color: #fff;
}

.text-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-3 {
  color: #ffffffe0;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.bento-card-2 {
  grid-row-gap: 32px;
  background-color: #1c1c1c;
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  height: 516px;
  display: flex;
  overflow: hidden;
}

.chatgpt-image-aug-1-2025-10_24_38-am-1 {
  object-fit: cover;
}

.frame-style-2 {
  object-fit: cover;
  overflow: hidden;
}

.bento-card-3 {
  background-color: #1c1c1c;
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 256px;
  max-width: 600px;
  height: 280px;
  padding-bottom: 64px;
  display: flex;
  overflow: hidden;
}

.row-3 {
  grid-column-gap: 20px;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.col {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 799px;
  text-decoration: none;
  display: flex;
}

.bento-card-4 {
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-2 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-3 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-2087326894 {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.ellipse-541 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #272334;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.div-3 {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.were-spending-millions-on-impressionswhy-does-it-still-feel-like-guesswork {
  color: #110c22;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.bento-card-5 {
  background-color: #1c1c1c;
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-4 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-5 {
  color: #bababa;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.loudecho-continuously-explores-the-full-creative-spectrum-headlines-visuals-ctas-tone-of-voice-all-t {
  color: #fff;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147207692 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 540px;
  text-decoration: none;
  display: flex;
}

._320x480-3 {
  background-color: #ffecec;
  border: 7px solid #262626;
  border-radius: 16px;
  padding: 31px 22px;
  overflow: hidden;
}

.frame-2 {
  grid-row-gap: 9.60643px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 257.475px;
  text-decoration: none;
  display: flex;
}

.text-6 {
  -webkit-backdrop-filter: blur(24.5214px);
  backdrop-filter: blur(24.5214px);
  color: #df422e;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 37.7px;
  text-decoration: none;
}

.text-7 {
  -webkit-backdrop-filter: blur(24.5214px);
  backdrop-filter: blur(24.5214px);
  color: #df422e;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 15.07px;
  text-decoration: none;
}

.oddsoul_a_logo_of_cupid_cherub_with_bow_and_arrow_in_the_style_29c00fea-a664-424d-aa63-b18cbea54997 {
  object-fit: cover;
}

.primary-btnlargedefault {
  grid-column-gap: 8.93079px;
  -webkit-backdrop-filter: blur(78.1779px);
  backdrop-filter: blur(78.1779px);
  background-color: #df422e;
  border: 1px solid #df422e;
  border-radius: 746.298px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8.94px 30.73px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.text-8 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-2087326868 {
  grid-column-gap: 13.9865px;
  border: 2px undefined undefined;
  background-color: #262626;
  border-radius: 20.1057px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50.7012px;
  padding: 13.9865px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #1e1e1e;
}

.frame-43 {
  grid-column-gap: 3.49663px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.sm_left_icon {
  object-fit: cover;
  overflow: hidden;
}

.text-9 {
  color: #e5e5e5;
  text-align: center;
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.image-18 {
  width: 100%;
  height: 100%;
}

.grid.web {
  grid-template-columns: 2.5fr 1fr;
}

.grid.tablet, .grid.mobile {
  display: none;
}

.row-4 {
  grid-column-gap: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 601px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.bento-card-6 {
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 256px;
  max-width: 450px;
  height: 601px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-5 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-10 {
  color: #141414;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-11 {
  color: #141414;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-1000005902 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 477px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.button-style-3 {
  grid-column-gap: 10px;
  border: 2px solid #8c8c8c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #110c2214;
}

.text-12 {
  color: #110c22;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bento-card-7 {
  background-color: #262626;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 256px;
  max-width: 450px;
  height: 601px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-13 {
  color: #e4ffa0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-14 {
  color: #bababa;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147207693 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 437px;
  text-decoration: none;
  display: flex;
}

.actions-3 {
  grid-column-gap: 8px;
  border-radius: 88px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  height: 61px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #df4c8640;
}

.anima---secondary-2 {
  grid-row-gap: 10px;
  background-color: #2c642a;
  border-radius: 92px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 61px;
  padding: 1px 1.5px;
  text-decoration: none;
  display: flex;
}

.button-style-4 {
  grid-column-gap: 12px;
  background-image: linear-gradient(90.76deg, #e6ffa8 0%, #91d38d 100%);
  border: .75px solid #2c642a66;
  border-radius: 100px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.xl_left_icon {
  object-fit: cover;
  overflow: hidden;
}

.button-style-5 {
  color: #002e00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.bento-card-8 {
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 256px;
  max-width: 450px;
  height: 601px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-6 {
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px 32px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-15 {
  color: #141414;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-16 {
  color: #141414;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-2147207694 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 477px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  display: flex;
}

.button-style-6 {
  grid-column-gap: 10px;
  border: 2px solid #8c8c8c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #110c2214;
}

.text-17 {
  color: #110c22;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bento-style {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.top {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.bento-card-9 {
  background-color: #1c1c1c;
  border: 4px solid #262626;
  border-radius: 16px;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 256px;
  max-width: 600px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-style-7 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-2147207695 {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-style-3 {
  object-fit: cover;
  overflow: hidden;
}

.text-18 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-19 {
  color: #ffffffe0;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.frame-style-4 {
  overflow: hidden;
}

.text-20 {
  color: #bababa;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.quick-stack {
  grid-column-gap: 20px;
  max-width: 80%;
  padding-top: 0;
  padding-bottom: 0;
}

.image-20, .image-21, .image-22, .image-23 {
  display: none;
}

.container-9 {
  grid-row-gap: 61.083px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1183.48px;
  text-decoration: none;
  display: flex;
}

.container-10 {
  grid-row-gap: 61.083px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1000px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: -350px;
  overflow: hidden;
}

.frame-style-5 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pc {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1084.68px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.b {
  background-image: url('../images/59404e2843173f515f62f9b35cc639f7-1.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 71%;
  max-width: 580px;
  height: 343px;
  min-height: 0;
  padding: 15px 15px 0;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 149px;
  left: 108px;
  overflow: hidden;
}

.section-style {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 15px;
  display: flex;
}

.frame-2087326892 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-21 {
  color: #000000e6;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.div-4 {
  background-color: #ffffff0d;
  border: 1px solid #fff;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 703.83px;
  padding: 8px 16px 14px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.frame-2147207696 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.div-5 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Serif, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 125%;
  text-decoration: none;
}

.divframer-i1g7pe-2 {
  opacity: .9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.pframer-text-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .5px;
  text-decoration: none;
  display: flex;
}

.text-22 {
  color: #fff;
  text-align: center;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
}

.socials-2 {
  grid-column-gap: 6.4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.social-3 {
  grid-row-gap: 6.4px;
  background-color: #282828;
  border-radius: 25.6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 6.4px;
  text-decoration: none;
  display: flex;
}

.social-4 {
  grid-row-gap: 6.4px;
  background-color: #282828;
  border-radius: 25.6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  padding: 6.4px;
  text-decoration: none;
  display: flex;
}

.path-2521 {
  object-fit: cover;
}

.actions-4 {
  grid-column-gap: 8px;
  border-radius: 112px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 229px;
  height: 61px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #df4c8640;
}

.actions-5 {
  grid-column-gap: 8px;
  border-radius: 88px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 229px;
  height: 61px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 4px #df4c8640;
}

.anima---secondary-3 {
  grid-row-gap: 10px;
  background-color: #2c642a;
  border-radius: 92px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 61px;
  padding: 1px 1.5px;
  text-decoration: none;
  display: flex;
}

.button-style-7 {
  grid-column-gap: 12px;
  background-image: linear-gradient(90.97deg, #e6ffa8 0%, #91d38d 100%);
  border: .75px solid #2c642a66;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 59px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.button-style-8 {
  color: #002e00;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Instrument Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.cell {
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.link-text {
  padding-left: 5px;
  padding-right: 5px;
}

@media screen and (min-width: 1440px) {
  ul {
    width: 100%;
  }

  .section.page {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-left: 4%;
    padding-right: 4%;
  }

  .section.page.gradient {
    background-image: linear-gradient(#fefcf5 34%, #177799 57%, #0a0a0a 85%, #0a0a0a);
    height: 250vh;
  }

  .section.page.computer {
    margin-top: 0;
  }

  .section.page.half {
    height: 75vh;
  }

  .section.page.half._80 {
    height: 80vh;
  }

  .section._4 {
    padding-bottom: 100px;
  }

  .navbar {
    align-items: stretch;
  }

  .section-footer {
    justify-content: space-between;
    align-items: center;
  }

  .block-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-top {
    font-size: 4.5rem;
  }

  .heading-top._2 {
    font-size: 3rem;
  }

  .heading-top._2.smalll {
    display: none;
  }

  .button-alternative.smalll.big.tv {
    border-width: 3px;
  }

  .home-services-item {
    position: relative;
  }

  .body.dm {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }

  .body.dm.sm {
    color: #505050;
    font-size: 1.5rem;
    font-weight: 300;
  }

  .marquee-horizontal {
    color: var(--light);
    justify-content: center;
    align-items: center;
    height: 30px;
  }

  .div-block {
    width: 50%;
    height: auto;
  }

  .row.cc-section-top {
    margin-top: 80px;
  }

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

  .feature-navigation-title {
    font-family: Instrument Serif, sans-serif;
  }

  .feature-navigation-serial {
    font-family: Instrument Sans, sans-serif;
  }

  .core-feature-v2-title {
    font-family: Instrument Serif, sans-serif;
  }

  .core-features-v2-right-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-5.core-features-v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .core-feature-details {
    color: #f5f5f5;
    font-family: DM Sans, sans-serif;
    font-weight: 400;
  }

  .core-feature-title {
    font-family: Instrument Serif, sans-serif;
  }

  .single-core-feature-navigation {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .core-feature-inner-wrap.border {
    padding-bottom: 1rem;
  }

  .link-2 {
    font-family: Instrument Sans, sans-serif;
    font-weight: 500;
  }

  .fold-content {
    justify-content: center;
    align-items: center;
  }

  .fold-bg {
    background-color: #fefcf500;
    background-image: linear-gradient(#fff, #e2ff9d 25%, #5ae197 50%, #46cd83 75%, #0c0c0c);
  }

  .h-xl {
    font-family: Instrument Serif, sans-serif;
    font-style: normal;
  }

  .h-xl.paragraphs {
    text-align: left;
    text-overflow: clip;
    padding-left: 0;
    padding-right: 0;
    font-size: 3rem;
  }

  .section-6 {
    background-color: #fefcf500;
    background-image: linear-gradient(#fff, #e2ff9d 25%, #5ae197 50%, #46cd83 75%, #0c0c0c);
  }

  .inner-heading-s {
    bottom: 50px;
  }

  .text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14, .text-span-15, .text-span-16, .text-span-17 {
    font-family: Ppmondwest, Verdana, sans-serif;
    font-style: normal;
  }

  .u-container {
    z-index: 100;
    width: 220px;
    height: 180px;
    margin-top: 0;
    padding-bottom: 0;
    top: 220px;
    left: 210px;
  }

  .toast_wrap {
    height: 100%;
  }

  .toast_background {
    background-color: #000;
    border: 1px solid #fffc;
  }

  .text-field-3 {
    width: 32rem;
  }

  .div-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: center;
    margin-top: 70px;
    padding-top: 0;
    display: flex;
  }

  .image-14 {
    max-width: 100%;
  }

  .mini-header {
    color: var(--light);
    font-family: Instrument Sans, sans-serif;
    font-size: 1.2rem;
  }

  .mini-header.light {
    color: var(--dark);
  }

  .miniheading {
    border: 1.5px solid #141414;
    border-radius: 20px;
    padding: 6px 10px;
  }

  .miniheading.light {
    border-color: #fff;
    margin-bottom: 40px;
  }

  .div-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .text-span-23 {
    font-size: 24px;
  }

  .list-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .bullet {
    color: var(--light);
    font-family: Instrument Serif, sans-serif;
    font-size: 24px;
  }

  .list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    width: 75%;
    margin-bottom: 10px;
    display: flex;
  }

  .image-15 {
    max-width: 200%;
    padding-top: 15px;
  }

  .image-16 {
    max-width: 100%;
    padding-top: 35px;
  }

  .image-17 {
    width: 100%;
    padding-top: 20px;
  }

  .div {
    background-color: #0000004d;
    border-width: 2px;
    border-color: #fff;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative;
    top: 0%;
    bottom: 0%;
  }

  .social {
    width: 32px;
    height: 32px;
  }

  .iconsolidmail {
    width: 120%;
    height: 120%;
  }

  .social-2 {
    width: 32px;
    height: 32px;
  }

  .path-2520 {
    width: 120%;
    height: 120%;
  }

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

  .vector {
    object-fit: fill;
    overflow: clip;
  }

  .text-2 {
    font-size: 1.6rem;
  }

  .text-3 {
    font-size: 1.15rem;
  }

  .were-spending-millions-on-impressionswhy-does-it-still-feel-like-guesswork, .loudecho-continuously-explores-the-full-creative-spectrum-headlines-visuals-ctas-tone-of-voice-all-t {
    font-size: 1.4rem;
  }

  .grid {
    grid-template-columns: 2.25fr 1fr;
    margin-top: 20px;
  }

  .grid.tablet, .grid.mobile {
    display: none;
  }

  .row-4 {
    width: 100%;
  }

  .column-2, .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .top {
    margin-top: 20px;
  }

  .frame-2147207695 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-18 {
    font-size: 1.5rem;
  }

  .text-19 {
    color: #f5f5f5;
    text-align: left;
    font-size: 1rem;
  }

  .frame-style-4 {
    display: flex;
  }

  .text-20 {
    text-align: left;
    font-size: 1rem;
  }

  .quick-stack {
    max-width: 100%;
    padding-top: 0;
  }

  .image-20, .image-22, .image-23 {
    display: none;
  }

  .container-10 {
    width: 80vw;
    height: 870px;
    display: flex;
    bottom: 0;
  }

  .pc {
    width: 80vw;
    max-width: none;
    height: auto;
  }

  .b {
    justify-content: flex-start;
    align-items: center;
    width: 71%;
    max-width: none;
    height: 551px;
    padding-bottom: 0;
    top: 230px;
    left: 167px;
    right: 151.742px;
  }

  .section-style {
    justify-content: space-between;
    height: 100%;
    padding-bottom: 30px;
  }

  .text-21 {
    text-align: center;
    font-size: 70px;
    font-style: italic;
  }
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 36px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 22px;
  }

  .heading-hero, .heading-hero-accent {
    font-size: 140px;
  }

  .img-hero-1 {
    width: 30vw;
  }

  .grid-img-hero {
    grid-column-gap: 15vw;
    grid-row-gap: 15vw;
  }

  .img-hero-2, .img-hero-3, .img-hero-4, .img-hero-5, .img-hero-6, .img-hero-7, .img-hero-8, .img-hero-9, .img-hero-10, .img-hero-11, .img-hero-12 {
    width: 30vw;
  }

  .section.page.computer {
    margin-top: -250px;
  }

  .nav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .block-navbar {
    justify-content: space-between;
  }

  .nav-link {
    font-size: 70px;
  }

  .section-call-to-action {
    min-height: 80vh;
    margin-bottom: 0;
  }

  .heading-top {
    font-size: 3rem;
  }

  .heading-top.ecommerce {
    font-size: 60px;
  }

  .heading-top._2 {
    font-size: 3rem;
  }

  .heading-top._3 {
    font-size: 2rem;
  }

  .section-full {
    margin-bottom: 0;
  }

  .grid-about {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .button-alternative.smalll.big {
    height: 50px;
  }

  .image-licensing {
    height: 270px;
  }

  .grid-product, .block-image-product, .collection-list-more-img {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .ecommerce-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .ecommerce-contents {
    padding-right: 30px;
  }

  .grid-benefits {
    margin-top: 35px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .home-services-item {
    display: flex;
  }

  .home-services-item.sticky {
    position: relative;
  }

  .home-services-item.sticky.reverse {
    flex-flow: column-reverse;
  }

  .image-wrap {
    height: 60vh;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    height: auto;
  }

  .body.dm {
    font-size: 1.2rem;
  }

  .container {
    padding-left: 6%;
    padding-right: 6%;
  }

  .container.is-home-intro {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .home-process_heading {
    font-size: 11vw;
  }

  .about-team_heading {
    font-size: 4.1em;
  }

  .marquee-horizontal {
    height: 30px;
  }

  .container-3, .container-4 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .anime-text {
    width: auto;
    max-width: none;
  }

  .ipad-screen {
    border-radius: 7px;
  }

  .div-block {
    height: 510px;
  }

  .div-block.new {
    width: 520px;
    height: 58%;
  }

  .navbar_component {
    padding-left: 5%;
    padding-right: 5%;
  }

  .horizontal-scroll-wrapper {
    height: 400vh;
    position: relative;
  }

  .section-4 {
    background-image: linear-gradient(#4abdac 14%, #2a05b3);
    width: 100%;
  }

  .section-4._1 {
    background-image: linear-gradient(#242424, #4abdac 87%);
  }

  .horizontal-scroll-content {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .full-page {
    min-height: 100svh;
    max-height: 100svh;
  }

  .text-size-xdisplay {
    font-size: 3rem;
  }

  .last-cta-conponent {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta-wrapper {
    margin-top: 6rem;
  }

  .container-6 {
    max-width: 90vw;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .text-block-10 {
    font-size: 4rem;
  }

  .last-cta-wrap {
    max-width: none;
  }

  .heading-4-vw {
    font-size: 4rem;
  }

  .cta {
    max-width: none;
  }

  .heroabout-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-bottom: 4rem;
  }

  .hero-content {
    max-width: none;
  }

  .u-display-flex.cc-tag-wrap {
    justify-content: flex-start;
    display: none;
  }

  .u-display-flex.cc-footer-social-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column {
    margin-bottom: 24px;
  }

  .column.col-large-4.col-medium-12.u-medium-last {
    order: 1;
  }

  .h1.cc-home {
    font-size: 8rem;
  }

  .row {
    margin-bottom: -24px;
  }

  .row.cc-footer-top {
    margin-bottom: 1em;
  }

  .h2 {
    font-size: 3.2rem;
  }

  .h2.cc-home-hero-subhead {
    font-size: 2rem;
  }

  .container-7 {
    width: 90%;
  }

  .icon-3.cc-social-media {
    max-width: 2em;
    max-height: 3em;
  }

  .footer-newsletter-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    justify-content: space-between;
    display: flex;
  }

  .h2-2 {
    font-size: 3.2rem;
  }

  .h2-2.cc-footer-newsletter {
    letter-spacing: -.04em;
    margin-bottom: 0;
    font-size: 3rem;
  }

  .newsletter-footer-wrap {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
  }

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

  .single-nav-link {
    color: #000;
  }

  .single-nav-link:hover, .single-nav-link.w--current {
    color: #070d17;
  }

  .dropdown-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-dropdown-wrapper {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .dropdown-title-wrapper {
    margin-bottom: 1.5rem;
  }

  .dropdown-column-wrapper {
    overflow: visible;
  }

  .dropdown-column-wrapper.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper.pages {
    position: static;
  }

  .nav-menu-wrapper {
    background-color: #b5d8ff;
    max-height: 90vh;
    padding: 1.88rem;
    overflow: auto;
  }

  .dropdown-column-wrap {
    overflow: visible;
  }

  .dropdown-column-wrap.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrap.homes-page {
    position: static;
    left: 0;
  }

  .nav-menu-flex {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .dropdown-content-wrap {
    border-radius: .5rem;
    padding: 1.5rem;
  }

  .single-nav-link-2 {
    color: #000;
  }

  .single-nav-link-2:hover, .single-nav-link-2.w--current {
    color: #070d17;
  }

  .nav-menu-wrapper-2 {
    background-color: #b5d8ff;
    max-height: 90vh;
    padding: 1.88rem;
    overflow: auto;
  }

  .footer-links-row {
    width: 100%;
    max-width: 33.33%;
    padding: 1.5rem;
  }

  .footer-links-title {
    margin-bottom: 1.25rem;
  }

  .footer-links-flex-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .single-footer-link {
    font-size: 1.125rem;
  }

  .footer-line-vertical {
    display: none;
  }

  .footer-links-row-2 {
    width: 100%;
    max-width: 33.33%;
    padding: 1.5rem;
  }

  .tagline-lottie {
    width: 2rem;
  }

  .feature-navigation-title {
    font-size: 3.125rem;
  }

  .feature-navigation-serial {
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1rem;
    font-weight: 400;
  }

  .core-feature-v2-title {
    margin-bottom: 1.25rem;
  }

  .core-features-v2-left-wrap {
    max-width: 40%;
    display: none;
  }

  .core-features-v2-right-wrap {
    max-width: 100%;
  }

  .primary-button-inner {
    min-height: auto;
    padding: .75rem 1.25rem;
  }

  .section-title-wrapper {
    margin-bottom: 2rem;
  }

  .section-title-wrapper.align-left.core-feature-v2 {
    text-align: center;
    max-width: 45rem;
    margin-left: auto;
    margin-right: auto;
  }

  .core-feature-navigation-line {
    top: 1rem;
    left: 1.1rem;
  }

  .core-feature-img-wrap {
    height: auto;
    margin-bottom: 1.5rem;
  }

  .core-features-v2-flex-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .core-feature-details {
    font-size: 1rem;
  }

  .tagline-lottie-2 {
    width: 2rem;
  }

  .core-feature-title {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .core-feature-navigations-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .single-core-feature-wrap {
    padding: .5rem;
  }

  .single-core-feature-navigation {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .core-feature-inner-wrap {
    padding: 1.25rem;
  }

  .tagline-wrapper {
    margin-bottom: .5rem;
  }

  .dropdown-list {
    width: 100%;
  }

  .dropdown-list.w--open {
    min-width: auto;
    position: relative;
  }

  .cart-wrapper-2 {
    display: none;
  }

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-2 {
    color: #242424;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
  }

  .nav-link-2:hover {
    color: #242424;
  }

  .menu-mobile {
    border-radius: 100%;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 2.2em;
    height: 2.2em;
    min-height: auto;
    padding: 7px;
    display: flex;
    position: relative;
  }

  .dropdown {
    width: 100%;
  }

  .button-wrapper-3 {
    display: block;
  }

  .button-wrapper-3._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .container-nav {
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
  }

  .brand-wrapper {
    min-width: auto;
  }

  .nav-menu-2 {
    background-color: #fafafad6;
    border: 1px solid #adadad33;
    border-radius: 8px;
    width: 100%;
    min-width: auto;
  }

  .menu-button-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-height: 45px;
    padding: 6px;
    display: flex;
  }

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

  .lottie-animation {
    height: auto;
  }

  .label-dropdown {
    color: #242424;
    font-size: 18px;
  }

  .button-nav {
    display: block;
  }

  .link-2 {
    font-size: 14px;
    display: block;
  }

  .column-wrapper-right {
    padding-left: 1vw;
  }

  .fold-images-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .card-t {
    border-radius: 6px;
  }

  .h-xl {
    font-size: 3.8em;
  }

  .h-xl.paragraphs {
    font-size: 32px;
  }

  .column-wrapper-left {
    padding-right: 1vw;
  }

  .inner-heading-s {
    padding-left: 32px;
    padding-right: 32px;
  }

  .approach-tags-flex-wrap {
    grid-column-gap: .62rem;
    grid-row-gap: .62rem;
  }

  .single-approach-tag {
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .approach-tag-text {
    font-size: 1.125rem;
  }

  .overview-title-tags._1 {
    top: 2.5rem;
  }

  .overview-title-tags._2 {
    top: 7rem;
  }

  .overview-title-tags._3 {
    top: 6.2rem;
  }

  .page-heading {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h-m {
    font-size: 2.2em;
  }

  .expand-sticky-card {
    background-size: auto 100vh;
    width: 78vw;
  }

  .h-xxl {
    font-size: 4em;
  }

  .inner-card {
    border-radius: 32px;
    width: 78vw;
  }

  .inner-heading {
    width: 100%;
  }

  .u-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .tagline-lottie-3 {
    width: 2rem;
  }

  .image-13 {
    display: none;
  }

  .mini-header {
    font-size: 14px;
  }

  .div {
    z-index: 100;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    top: -95px;
  }

  .frame-2087326893 {
    justify-content: space-between;
    width: 100%;
  }

  .heading-3 {
    font-size: 32px;
  }

  .text {
    font-size: 16px;
  }

  .text-2 {
    text-align: left;
    font-size: 16px;
  }

  .text-3 {
    font-size: 14px;
  }

  .were-spending-millions-on-impressionswhy-does-it-still-feel-like-guesswork {
    font-size: 17px;
  }

  .content-style-4 {
    padding-right: 0;
  }

  .loudecho-continuously-explores-the-full-creative-spectrum-headlines-visuals-ctas-tone-of-voice-all-t {
    font-size: 17px;
  }

  .grid.web {
    display: none;
  }

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

  .top {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .bento-card-9 {
    max-width: none;
  }

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

  .text-19, .text-20 {
    font-size: 14px;
  }

  .quick-stack {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-20 {
    display: block;
  }

  .container-10 {
    height: 800px;
    bottom: -300px;
  }

  .b {
    height: 280px;
    top: 114px;
    left: 85px;
  }

  .section-style {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 39px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 17px;
  }

  .rich-text-block {
    margin-bottom: 30px;
  }

  .heading-hero, .heading-hero-accent {
    font-size: 120px;
  }

  .line-hero {
    margin-bottom: 30px;
  }

  .paragraph-hero {
    max-width: 450px;
    margin-bottom: 30px;
  }

  .section.page {
    padding-bottom: 130px;
  }

  .section.page.computer {
    margin-top: -250px;
  }

  .section.shop {
    padding-top: 130px;
  }

  .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 50px;
  }

  .collection-list-wrapper {
    width: 95vw;
  }

  .section-footer {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
  }

  .link-footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-project-top {
    padding-top: 130px;
    padding-bottom: 25px;
  }

  .project-line {
    height: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .project-line-long {
    height: 40px;
    margin-top: 20px;
  }

  .image-project-main {
    margin-bottom: 50px;
  }

  .collection-list-gallery {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-top {
    font-size: 60px;
  }

  .heading-top.ecommerce {
    font-size: 40px;
  }

  .heading-top.small.xs.xss {
    font-size: 42px;
  }

  .heading-top._2 {
    font-size: 2.1rem;
  }

  .heading-top._3 {
    padding-top: 10px;
  }

  .section-top {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .collection-item-works {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .section-full {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .line {
    margin-bottom: 30px;
  }

  .grid-about {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: minmax(auto, 780px);
  }

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

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

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

  .template-info {
    flex-direction: column;
  }

  .button-alternative.white {
    font-size: .8rem;
  }

  .button-alternative.smalll.big {
    text-align: left;
    justify-content: center;
    font-size: 15px;
  }

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

  .utility-page-wrap {
    margin-bottom: 0;
  }

  .link-category {
    font-size: 18px;
  }

  .collection-item-shop {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-product {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .block-works-line {
    display: none;
  }

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

  .ecommerce-contents {
    border-right-style: none;
    padding-right: 0;
  }

  .grid-benefits {
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .benefits {
    border-bottom: 1px dashed var(--border);
    border-right-style: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .benefits.last {
    border-bottom-style: none;
  }

  .image-wrap {
    height: 55vh;
  }

  .body.dm {
    font-size: 1.1rem;
  }

  .body.dm.sm {
    font-size: 16px;
  }

  .marquee-snap_wrapper {
    font-size: 2.2vw;
  }

  .marquee_item {
    width: 42vw;
  }

  .about-team_heading {
    font-size: 2.8em;
  }

  .marquee-horizontal {
    color: var(--light);
    height: 30px;
    position: static;
  }

  .spacer-60 {
    height: 40px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .container-3 {
    width: 100%;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .container-4 {
    width: 100%;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .wow-animation {
    font-size: .7em;
  }

  .ipad-screen {
    border-radius: 6px;
  }

  .div-block {
    height: 350px;
  }

  .div-block.new {
    width: 370px;
    height: 44%;
    padding-bottom: 64px;
  }

  .nav_link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .text-size-xdisplay {
    font-size: 2.5rem;
  }

  .cta-wrapper {
    margin-top: 4rem;
  }

  .container-6 {
    max-width: 90vw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .container-6.medium {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .text-block-10 {
    font-size: 3rem;
  }

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .highlight-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .heading-4-vw {
    font-size: 3rem;
  }

  .u-display-flex.cc-form-submit-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: wrap;
  }

  .h1, .h1.cc-home {
    font-size: 6rem;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .h2.cc-home-hero-subhead {
    font-size: 1.75rem;
  }

  .h3 {
    font-size: 1.4rem;
  }

  .container-7 {
    padding-left: 0;
  }

  .footer-newsletter-wrap {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-flow: wrap;
  }

  .text-field-2.u-margin-bottom-1em, .text-field-2.u-margin-bottom-0 {
    font-size: 12px;
  }

  .paragraph-1-25rem {
    font-size: 1.1rem;
  }

  .h2-2 {
    font-size: 2.5rem;
  }

  .h2-2.cc-footer-newsletter {
    font-size: 14px;
  }

  .newsletter-footer-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    display: flex;
  }

  .dropdown-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .single-nav-link {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-title {
    font-size: 20px;
  }

  .dropdown-menu-text-link {
    grid-column-gap: 5px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 1.25rem;
  }

  .dropdown-column-wrapper.pages {
    padding-top: 10px;
  }

  .nav-menu-wrapper {
    max-height: 90vh;
    padding: 25px 20px;
    overflow: auto;
  }

  .nav-menu-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .dropdown-content-wrap {
    padding: 1.25rem;
  }

  .more-temple-text-link {
    font-size: 16px;
  }

  .single-nav-link-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-menu-wrapper-2 {
    max-height: 90vh;
    padding: 25px 20px;
    overflow: auto;
  }

  .footer-links-row {
    padding: .6rem .5rem;
  }

  .footer-links-title {
    font-size: 14px;
  }

  .footer-links-flex-wrap {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

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

  .footer-links-row-2 {
    padding: .6rem .5rem;
  }

  .tagline-lottie {
    width: 1.5rem;
  }

  .core-feature-v2-title {
    margin-bottom: 1rem;
  }

  .core-features-v2-left-wrap {
    max-width: 100%;
  }

  .core-features-v2-right-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    max-width: 100%;
  }

  .section-title-wrapper {
    margin-bottom: 1.5rem;
  }

  .section-title-wrapper.align-left {
    text-align: center;
  }

  .section-title-wrapper.align-left.core-feature-v2 {
    max-width: 32rem;
  }

  .section-5.core-features-v2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .core-feature-img-wrap {
    height: 100%;
    margin-bottom: 1.25rem;
  }

  .core-features-v2-flex-wrap {
    flex-flow: column;
  }

  .tagline-lottie-2 {
    width: 1.5rem;
  }

  .core-feature-navigations-wrap {
    display: none;
    position: relative;
    top: auto;
  }

  .tagline-wrapper {
    margin-bottom: .3rem;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .menu-button-2 {
    min-height: auto;
  }

  .lottie-animation {
    width: 8vw;
  }

  .link-2 {
    display: none;
  }

  .h-xl {
    font-size: 3.8em;
  }

  .single-approach-tag {
    border-radius: .4rem;
    padding: .6rem .8rem;
  }

  .section-title {
    font-size: 3.125rem;
  }

  .overview-title-tags {
    padding: .3rem .5rem;
  }

  .h-m {
    font-size: 2em;
  }

  .h-m.text-white {
    font-size: 1.8em;
  }

  .h-xxl {
    font-size: 3.8em;
  }

  .inner-card._02, .inner-card._01 {
    width: 70vw;
  }

  .inner-heading {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-left: 32px;
    padding-right: 32px;
  }

  .u-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tagline-lottie-3 {
    width: 1.5rem;
  }

  .card-2 {
    width: 100%;
  }

  .card__button {
    font-size: 1em;
  }

  .image-14 {
    max-width: 80%;
  }

  .image-15 {
    padding-top: 0;
    display: none;
  }

  .image-16 {
    max-width: 90%;
    padding-top: 10px;
  }

  .image-17 {
    padding-top: 0;
  }

  .heading-3 {
    font-size: 28px;
  }

  .text {
    text-align: left;
  }

  .boxes-2 {
    grid-column-gap: 8px;
  }

  .row-2 {
    grid-row-gap: 8px;
  }

  .content-style {
    padding-bottom: 90px;
  }

  .bento-card-2 {
    grid-row-gap: 0px;
    height: 400px;
    padding-bottom: 15px;
  }

  .chatgpt-image-aug-1-2025-10_24_38-am-1 {
    max-width: 60%;
    max-height: 50%;
  }

  .were-spending-millions-on-impressionswhy-does-it-still-feel-like-guesswork, .loudecho-continuously-explores-the-full-creative-spectrum-headlines-visuals-ctas-tone-of-voice-all-t {
    font-size: 15px;
  }

  .grid.mobile {
    display: none;
  }

  .quick-stack {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-22 {
    display: block;
  }

  .container-10 {
    height: 700px;
    bottom: -250px;
  }

  .b {
    height: 248px;
    top: 100px;
    left: 73px;
  }

  .text-21 {
    font-size: 24px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 21px;
  }

  h5 {
    font-size: 19px;
  }

  h6 {
    font-size: 16px;
  }

  .heading-hero {
    font-size: 90px;
  }

  .block-hero {
    padding-left: 7%;
    padding-right: 7%;
  }

  .heading-hero-accent {
    font-size: 90px;
  }

  .img-hero-1, .img-hero-2, .img-hero-3, .img-hero-4, .img-hero-5, .img-hero-6, .img-hero-7, .img-hero-8, .img-hero-9, .img-hero-10, .img-hero-11, .img-hero-12 {
    width: 40vw;
  }

  .line-hero {
    margin-bottom: 26px;
  }

  .paragraph-hero {
    max-width: 390px;
    margin-bottom: 26px;
  }

  .section {
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .section.page.computer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    margin-top: -90px;
    padding-top: 0;
  }

  .button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .navbar {
    padding: 10px;
  }

  .nav-link {
    font-size: 40px;
  }

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

  .link-heading-project {
    margin-top: 20px;
  }

  .section-footer {
    justify-content: flex-end;
    align-items: center;
  }

  .footer {
    flex-direction: column;
  }

  .section-call-to-action, .section-project-top {
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-project-top, .heading-info-top {
    font-size: 36px;
  }

  .heading-top {
    font-size: 38px;
  }

  .heading-top.ecommerce {
    font-size: 30px;
  }

  .heading-top._2 {
    font-size: 1.8rem;
  }

  .heading-top._2.smalll {
    color: #626262;
    font-family: Instrument Sans, sans-serif;
    font-size: 10px;
    font-weight: 500;
    display: block;
  }

  .section-top {
    padding-left: 5%;
    padding-right: 5%;
  }

  .collection-item-works {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .form {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .block-client-logo {
    min-height: 150px;
  }

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

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

  .template-info {
    padding: 22px;
  }

  .button-alternative {
    padding: 18px 36px;
    font-size: 15px;
  }

  .button-alternative.smalll.position {
    font-size: 12px;
    top: -50px;
  }

  .image-licensing {
    height: 190px;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-cart-item {
    width: 50px;
  }

  .cart-item-name {
    font-size: 14px;
  }

  .checkout-button, .button-small {
    padding: 18px 36px;
    font-size: 15px;
  }

  .categories {
    text-align: center;
    flex-flow: column;
  }

  .collection-list-categories {
    flex-flow: column;
    display: flex;
  }

  .collection-item-shop {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-product {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .block-image-product, .collection-list-more-img {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .add-to-cart-button, .buy-now-button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .shipping-method-ecommerce {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 24px 18px;
  }

  .name-shipping {
    font-size: 16px;
  }

  .block-order-item {
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
  }

  .apply-button {
    padding: 18px 26px;
    font-size: 15px;
  }

  .submit-button {
    padding: 18px 36px;
    font-size: 15px;
  }

  .download-item {
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .button-download {
    text-align: center;
    width: 100%;
    padding: 18px 36px;
    font-size: 14px;
  }

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

  .image-wrap {
    height: auto;
    min-height: 450px;
  }

  .image-wrap.mobile-auto {
    aspect-ratio: 1;
    min-height: auto;
  }

  .body.dm {
    font-size: 1rem;
  }

  .body.dm.sm {
    text-align: center;
    font-size: 16px;
  }

  .marquee_item {
    width: 60vw;
  }

  .about-team_heading {
    font-size: 2.5em;
  }

  .marquee-horizontal {
    height: 40px;
    font-size: 14px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .container-3, .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .anime-text {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    font-size: 1.5rem;
  }

  ._3d-tablet-wrap {
    perspective-origin: 50% 0;
  }

  .ipad-screen {
    border-radius: 4px;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    height: 110px;
  }

  .div-block.new {
    height: 11%;
  }

  .div-block.none {
    height: auto;
    display: block;
    position: relative;
    top: 20px;
  }

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

  .footer_texts {
    font-size: 12.5vw;
  }

  .cta-wrapper {
    width: 100%;
  }

  .container-6, .container-6.medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-block-10 {
    font-size: 2rem;
  }

  .highlight-wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .heading-4-vw {
    font-size: 2.5rem;
  }

  .highlight-text {
    background-color: #0000;
  }

  .heroabout-container {
    width: 100%;
  }

  .u-display-flex.cc-tag-wrap {
    grid-column-gap: .5em;
    grid-row-gap: 1em;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .u-display-flex.cc-form-submit-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .column {
    flex-basis: 100%;
    max-width: 100%;
  }

  .h1 {
    font-size: 4rem;
  }

  .h1.cc-home {
    font-size: 5rem;
  }

  .row.cc-footer-top {
    margin-bottom: 0;
  }

  .h2 {
    font-size: 2rem;
  }

  .h2.cc-home-hero-subhead {
    font-size: 1.25rem;
  }

  .h4 {
    flex: 100%;
  }

  .h3 {
    font-size: 1.1rem;
  }

  .h3.cc-tag-separator.u-margin-right-0-5em.u-xsmall-only {
    display: inline;
  }

  .container-7 {
    width: 90%;
  }

  .icon-3.cc-social-media {
    max-width: 1.75em;
  }

  .button-3.cc-form {
    min-height: 3rem;
  }

  .footer-newsletter-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .paragraph-1-25rem {
    font-size: 1rem;
  }

  .h2-2 {
    font-size: 2rem;
  }

  .h2-2.cc-footer-newsletter {
    font-size: 1.75rem;
    line-height: 1;
  }

  .single-nav-link {
    font-size: 15px;
    line-height: 24px;
  }

  .dropdown-title {
    font-size: 18px;
  }

  .dropdown-menu-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .dropdown-title-wrapper {
    margin-bottom: .8rem;
  }

  .nav-menu-wrapper {
    padding: 20px 15px;
  }

  .nav-menu-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .dropdown-content-wrap {
    padding: 15px 10px;
  }

  .more-temple-text-link {
    font-size: 14px;
    line-height: 24px;
  }

  .single-nav-link-2 {
    font-size: 15px;
    line-height: 24px;
  }

  .nav-menu-wrapper-2 {
    padding: 20px 15px;
  }

  .footer-links-row {
    max-width: 50%;
  }

  .footer-links-title {
    margin-bottom: 1rem;
  }

  .footer-links-flex-wrap {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .footer-links-row-2 {
    max-width: 50%;
  }

  .footer-links-row-2.three {
    border-right-style: none;
  }

  .feature-navigation-serial {
    width: 2rem;
    height: 2rem;
  }

  .core-feature-v2-title {
    margin-bottom: .8rem;
  }

  .core-feature-tag {
    margin-bottom: .3rem;
  }

  .section-title-wrapper {
    margin-bottom: 1.25rem;
  }

  .container-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-5.core-features-v2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .core-feature-navigation-line {
    left: 1rem;
  }

  .core-feature-img-wrap {
    height: auto;
  }

  .core-feature-details {
    font-size: .9rem;
  }

  .core-feature-title {
    margin-bottom: .3rem;
  }

  .core-feature-navigations-wrap {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    display: none;
  }

  .single-core-feature-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .single-core-feature-navigation {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .core-feature-inner-wrap {
    padding: 1rem;
  }

  .core-feature-inner-wrap.border {
    padding-left: 0;
    padding-right: 0;
  }

  .tagline-wrapper {
    margin-bottom: .2rem;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    padding-left: 0;
    display: inline-block;
  }

  .nav-link-2 {
    padding-left: 0;
    font-size: 18px;
  }

  .image-brand {
    max-height: 16px;
  }

  .menu-mobile {
    background-color: #9290f300;
    width: 1.6em;
    height: 1.6em;
    padding: 5px;
  }

  .dropdown {
    align-self: flex-start;
  }

  .container-nav {
    flex: 0 auto;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .brand-wrapper {
    padding-left: 0;
  }

  .p-small {
    font-size: 12px;
  }

  .nav-menu-2 {
    flex-flow: column;
    width: auto;
    min-width: auto;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    top: 68px;
  }

  .menu-button-2 {
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .lottie-animation {
    width: 8vw;
    height: auto;
    position: relative;
    right: 0;
  }

  .label-dropdown {
    font-size: 18px;
  }

  .h-s {
    font-size: .8em;
  }

  .button-outline {
    font-size: 14px;
  }

  .track-m {
    height: auto;
  }

  .column-wrapper-right {
    padding-left: 1vw;
  }

  .fold-images-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .card-t {
    border-radius: 6px;
    width: 24vw;
    height: 24vw;
  }

  .col-trail {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .sticky-fold {
    height: 50vh;
    min-height: auto;
    position: relative;
  }

  .h-xl {
    font-size: 2em;
  }

  .h-xl.paragraphs {
    font-size: 24px;
  }

  .column-wrapper-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-right: 1vw;
  }

  .inner-heading-s {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gradient-shadow {
    height: 20vh;
  }

  .glowing-card-lc.glowing-wrapper-active {
    width: 19rem;
    height: 15rem;
  }

  .page-heading {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
  }

  .h-m {
    font-size: 1.2em;
  }

  .content-description {
    width: auto;
  }

  .h-xxl {
    font-size: 2.2em;
  }

  .title-tag {
    font-size: 12px;
  }

  .blur-overlayer {
    padding: 32px 32px 42px;
  }

  .background-gray {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .inner-heading {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    padding-top: 0;
  }

  .card__button {
    font-size: 1em;
  }

  .text-field-3 {
    width: 300px;
    font-size: 12px;
  }

  .image-14 {
    max-width: 100%;
  }

  .mini-header {
    font-size: 12px;
  }

  .image-16 {
    max-width: 100%;
  }

  .div {
    flex-flow: column;
    display: none;
  }

  .div.none {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    display: flex;
    position: relative;
    top: 80px;
  }

  .heading-3.tv, .text {
    color: var(--light);
  }

  .boxes-2 {
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .text-3 {
    color: #f5f5f5;
  }

  .bento-card-2 {
    height: 280px;
  }

  .chatgpt-image-aug-1-2025-10_24_38-am-1, .grid.tablet {
    display: none;
  }

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

  .top {
    flex-flow: column;
    display: flex;
  }

  .text-19, .text-20 {
    color: #f5f5f5;
  }

  .image-19, .image-20 {
    display: none;
  }

  .image-21 {
    display: block;
  }

  .image-22 {
    display: none;
  }

  .image-23 {
    margin-top: -15px;
    display: block;
  }

  .container-10 {
    height: 400px;
    bottom: -120px;
  }

  .pc {
    flex: 0 auto;
    height: 100%;
  }

  .b {
    height: 140px;
    top: 60px;
    left: 43px;
  }

  .text-21 {
    font-size: 20px;
  }
}

#w-node-_2d496b7f-eb9e-65ae-2723-cbc679f8b4b4-23ab8730, #w-node-_241dcf80-242f-55e8-f08d-257c488f6fa3-23ab8730, #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea3e-23ab8730 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: stretch;
}

#w-node-_3ffe27b5-04b6-df8e-9949-54fe4f9d4fb5-23ab8730 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_26bfefab-c9a7-4808-80bb-7c6d455ab25e-23ab8789, #w-node-_703e9b88-14e0-1099-311a-e80d0a202f4f-23ab8789, #w-node-_3e6bf89a-2825-a6ab-43fb-3190622aecf4-23ab8789, #w-node-_5c38a2ec-f26e-722b-baca-428446295fb9-23ab8789, #w-node-d19515aa-7e71-1cfc-b604-34af1bde4fe7-23ab879f, #w-node-d19515aa-7e71-1cfc-b604-34af1bde4fe8-23ab879f, #w-node-d19515aa-7e71-1cfc-b604-34af1bde4fea-23ab879f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_2d496b7f-eb9e-65ae-2723-cbc679f8b4b4-23ab8730, #w-node-_241dcf80-242f-55e8-f08d-257c488f6fa3-23ab8730, #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea3e-23ab8730 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_241dcf80-242f-55e8-f08d-257c488f6f95-23ab8730 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_241dcf80-242f-55e8-f08d-257c488f6fa4-23ab8730 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_241dcf80-242f-55e8-f08d-257c488f6fa3-23ab8730 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: start stretch;
  }

  #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea23-23ab8730 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea31-23ab8730 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea3e-23ab8730 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    place-self: start stretch;
  }

  #w-node-_5cd9db28-d93c-dd0c-6056-7c46deef3b6e-23ab8730 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_241dcf80-242f-55e8-f08d-257c488f6fa3-23ab8730, #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea3e-23ab8730, #w-node-_5cd9db28-d93c-dd0c-6056-7c46deef3b76-23ab8730 {
    align-self: stretch;
  }

  #w-node-bc09ef0a-58dc-07bf-9329-74fc95425975-23ab8789 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea31-23ab8730 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-eeb0bf6b-3f8a-93ed-bfa8-74264376ea3e-23ab8730 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    place-self: stretch stretch;
  }

  #w-node-_3ffe27b5-04b6-df8e-9949-54fe4f9d4fb5-23ab8730 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Creato Display';
  src: url('../fonts/CreatoDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppmondwest';
  src: url('../fonts/PPMondwest-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ppneuebit';
  src: url('../fonts/PPNeueBit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}