:root {
  --black: #000;
  --white: white;
  --paragraph-gray: #979797;
  --primary: #ff1df1;
  --soft-pink: #ecbbff;
  --white-15: #ffffff26;
  --main-color-002: #b825f0;
  --primary-dark: #0e0e0e;
  --main-color-003: #872af0;
  --main-color-004: #572df6;
  --transparent: #0e0e0e00;
  --main-color-005: #2849f4;
  --main-color-007: #00cdfc;
  --main-color-008: #04fcf4;
  --main-color-006: #00b2fa;
  --white-50: #ffffff80;
  --dark-blue: #2c0e70;
  --dark-par: #383838;
  --primary-light: #eef4f8;
  --light-gray: #f9f9fa;
  --gray: #e9e9e9;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --soft-gray: #2a323f;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Audiowide, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2em;
}

h2 {
  color: var(--white);
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Audiowide, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Audiowide, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Audiowide, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Audiowide, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

h6 {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Audiowide, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: var(--primary);
  letter-spacing: .15em;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .45s;
}

a:hover {
  color: var(--soft-pink);
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  border-style: solid;
  border-width: 1px 1px 1px 2px;
  border-color: var(--white-15) var(--white-15) var(--white-15) var(--main-color-002);
  background-color: var(--primary-dark);
  text-align: left;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px 30px 24px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.4;
}

figure {
  margin-bottom: 10px;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.no-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hh {
  display: none;
}

.base-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.static {
  position: static;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.grid-system {
  border-top: 1px solid var(--white-15);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-title {
  border-right: 1px solid var(--white-15);
  border-left: 1px none var(--white-15);
  background-color: var(--main-color-002);
  color: var(--white);
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: var(--white-15);
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.grid-description {
  border-right: 1px solid var(--white-15);
  border-bottom: 1px solid var(--white-15);
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-right: 1px solid var(--white-15);
  border-bottom: 1px solid var(--white-15);
  border-left: 1px solid var(--white-15);
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--main-color-002);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.primary-dark-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
}

.black-style-guide {
  border: 1px solid var(--white-15);
  background-color: var(--black);
  width: 75px;
  height: 75px;
}

.colors-container {
  grid-column-gap: 60px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.light-gray-style-guide {
  border: 1px solid var(--white-15);
  background-color: var(--soft-pink);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--main-color-004);
  width: 75px;
  height: 75px;
}

.white-style-guide {
  background-color: var(--white);
  width: 75px;
  height: 75px;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  font-size: 60px;
}

.h2-tablet {
  font-size: 45px;
}

.h1-mobile {
  font-size: 50px;
}

.h2-mobile {
  font-size: 40px;
}

.h3-mobile {
  font-size: 33px;
}

.h3-tablet {
  font-size: 35px;
}

.style-guide-body-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 2px solid var(--main-color-002);
  background-color: var(--main-color-002);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: auto;
  min-height: 60px;
  padding: 18px 40px;
  display: flex;
  box-shadow: 0 0 20px #ecbbff26;
}

.primary-button:hover {
  border-color: var(--soft-pink);
  background-color: var(--transparent);
  color: var(--soft-pink);
  box-shadow: 0 0 20px #ecbbff59;
}

.primary-button.pagination {
  margin-top: 60px;
}

.primary-button.full-width {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

.licensing-title-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px #5e5e5e80;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  width: 100%;
  padding-top: 40px;
  position: relative;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.license-link {
  color: var(--primary);
}

.license-link.last-child {
  margin-right: 0;
}

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

.licensing-icon-link-wrapper {
  margin-right: 25px;
  transition: none;
}

.icon-style-guide {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
  transition: all .45s;
}

.icon-style-guide:hover {
  color: var(--soft-pink);
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  z-index: 15;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 40px 15px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 330px;
  margin-bottom: 0;
  display: flex;
}

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

.password-image {
  max-width: none;
  height: 130px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-title-wrapper {
  margin-bottom: 60px;
}

.changelog-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-title-wrapper {
  text-align: center;
  width: 65%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

.banner-description {
  background-image: linear-gradient(135deg, var(--main-color-002), var(--soft-pink) 50%, var(--main-color-004));
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.section-title-description {
  background-image: linear-gradient(90deg, var(--paragraph-gray) 1%, var(--white) 65%);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 24px;
}

.section-title-description.small-wdth {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-title {
  margin-top: 0;
  margin-bottom: 0;
}

.link-with-icon {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.search-link {
  justify-content: flex-start;
  align-items: flex-start;
  transition: all .3s;
  display: inline-block;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 80px;
}

.search-section {
  z-index: 45;
  position: relative;
}

.dark-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-list-item {
  position: relative;
}

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-banner-image {
  z-index: 30;
  width: 100%;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--white-15);
  border-radius: 10px;
  width: 100%;
  height: 3px;
}

.landing-progress-bar-95 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 95%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.landing-progress-bar-number {
  color: var(--soft-pink);
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 24px auto;
}

.landing-progress-bar-92 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 92%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 100%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--primary);
  border-radius: 10px;
  width: 88%;
  height: 3px;
  margin-top: -3px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  background-image: linear-gradient(135deg, #ff1df140, var(--transparent) 50%, #572df64d);
  color: var(--white);
  border: 1px solid #ff1df126;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  box-shadow: 0 0 15px #ff1df14d;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  z-index: 35;
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.landing-inner-page-item {
  background-color: var(--main-color-002);
  text-align: center;
  border-radius: 15px;
  width: 100%;
  padding: 6px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 15px;
}

.landing-inner-page-image-wrapper {
  border: 1px solid #ff1df126;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #ff1df14d;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
  position: absolute;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #0003;
  background-image: linear-gradient(135deg, #ff1df173, var(--transparent) 50%, #572df680);
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.landing-performance-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.landing-home-pages-wrapper {
  z-index: 35;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.landing-download-block-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.mb-20 {
  margin-bottom: 20px;
}

.secondary-button {
  border: 2px solid var(--soft-pink);
  background-color: var(--transparent);
  color: var(--soft-pink);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: auto;
  min-height: 60px;
  padding: 18px 40px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 0 10px #ff1df180;
}

.secondary-button:hover {
  border-color: var(--main-color-002);
  background-color: var(--main-color-002);
  color: var(--white);
  box-shadow: 0 0 25px #ff1df180;
}

.secondary-button.pagination {
  margin-top: 60px;
}

.secondary-button.full-width {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-style h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.rich-text-style h3, .rich-text-style h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.rich-text-style img {
  margin-top: 0;
  margin-bottom: 0;
}

.rich-text-style figure {
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.style-guide-subtitle {
  margin-bottom: 20px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.spacing-system-title {
  font-size: 25px;
}

.section-purchase {
  z-index: 35;
  padding: 80px 15px 1px;
  position: relative;
}

.button-wrapper-sg {
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.option {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: none;
  position: relative;
}

.header-link-item {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 14px;
  transition: all .5s;
  display: flex;
  position: relative;
}

.header-link-item.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.cart-icon {
  flex: none;
}

.hero-nav-dropdown {
  font-size: 14px;
  line-height: 1.2em;
}

.brand-logo {
  padding-left: 0;
  position: relative;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo.w--current {
  transition-property: opacity;
}

.brand-logo.w--current:hover {
  opacity: 1;
}

.cart-line-item {
  margin-bottom: 30px;
}

.print-wrapper-1 {
  z-index: 5;
  position: absolute;
  inset: 850px -30px auto auto;
}

.cart-flex-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr 70px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.option-list {
  z-index: 15;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: auto;
  margin-left: auto;
  padding: 20px;
  display: none;
  position: relative;
  inset: 0% 0% 0% auto;
}

.nav-clip.bottom {
  position: absolute;
}

.old-icon-shop {
  display: none;
}

.nav-dropdown-link-wrapper-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-item-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.checkout-actions {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.nav-line-white-2 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.full-nav-hero-container {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.megamenu-dropdown-wrap-2 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.product-cart-list {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.logo-link-mobile {
  padding-left: 0;
  display: none;
}

.header-collection-list {
  width: 100%;
}

.shop-icon {
  margin-top: 0;
  margin-bottom: 0;
  display: none;
}

.border-wrap-4 {
  display: flex;
}

.close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-intro-item-white {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.nav-intro-item-white.nav-cart {
  letter-spacing: .15em;
  font-size: 14px;
  font-weight: 500;
}

.nav-intro-item-white.nav-cart.hover {
  color: var(--soft-pink);
}

.header-list-wrap {
  width: 100%;
}

.display-hide {
  display: none;
}

.logo-project {
  width: auto;
  height: 25px;
}

.line-white-2 {
  color: #fff;
  background-color: #fff;
  width: 42px;
  height: 2px;
  margin-bottom: 3px;
}

.your-cart-icon {
  display: none;
}

.cart-wrapper {
  justify-content: center;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.web-payments {
  background-color: var(--transparent);
  box-shadow: none;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
}

.banner-001 {
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 180px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.strip-wrapper {
  z-index: 5;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.strip-wrapper.right {
  z-index: 25;
  inset: 0% 0% 0% auto;
}

.home-hero {
  z-index: 25;
  flex-direction: column;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-bottom {
  z-index: 15;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  padding-top: 60px;
  display: flex;
  position: static;
}

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

.page-sections {
  z-index: 10;
  background-color: var(--transparent);
  position: relative;
}

.hero-home-3-content {
  z-index: 15;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  margin-bottom: -100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: sticky;
  top: 0;
  overflow: visible;
}

.photo-light-ov {
  z-index: 5;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-hero-home {
  flex-direction: column;
  justify-content: flex-end;
}

.preview-hero {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
}

.hero-banner-image {
  background-image: linear-gradient(135deg, var(--primary), var(--main-color-002) 17%, var(--main-color-003) 30%, var(--main-color-004) 52%, var(--main-color-005) 66%, var(--main-color-007) 79%, var(--main-color-008) 98%);
  border-radius: 15px;
  width: 18vw;
  height: 18vw;
  min-height: 18vw;
  padding: 1px;
  position: relative;
  left: 0%;
  overflow: hidden;
}

.hero-banner-image.two {
  margin-left: 20px;
}

.hero-banner-image.fourteen {
  left: 1vw;
}

.hero-banner-image.four {
  margin-right: 20px;
}

.hero-banner-image.thirteen {
  margin-top: -50vw;
}

.hero-trigger {
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.no-shrink-btn-2 {
  display: inline-block;
}

.banner-3-par-width {
  flex-direction: column;
  align-items: center;
  width: 75%;
  display: flex;
}

.next-video-level {
  z-index: 100;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-home-info {
  z-index: 25;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.35;
  display: flex;
  position: static;
}

.best-catering-photo {
  background-image: url('../images/Photo-18_1Photo-18.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.best-catering-photo.best-catering-7 {
  background-image: url('../images/Photo-25_1Photo-25.webp');
}

.best-catering-photo.best-catering-6 {
  background-image: url('../images/Photo-26_1Photo-26.webp');
}

.best-catering-photo.best-catering-5 {
  background-image: url('../images/Photo-5_1Photo-5.webp');
}

.best-catering-photo.best-catering-3 {
  background-image: url('../images/Photo-24_1Photo-24.webp');
}

.best-catering-photo.best-catering-8 {
  background-image: url('../images/Photo-8_1Photo-8.webp');
}

.best-catering-photo.best-catering-4 {
  background-image: url('../images/Photo-22_1Photo-22.webp');
}

.best-catering-photo.best-catering-2 {
  background-image: url('../images/Photo-17_1Photo-17.webp');
}

.hero-image-strip {
  z-index: 10;
  grid-column-gap: 26vw;
  grid-row-gap: 26vw;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100%;
  padding-top: 15vh;
  display: grid;
}

.hero-image-strip.right-side {
  z-index: 25;
  grid-column-gap: 3vw;
  grid-template-columns: 1fr 1fr;
  align-items: flex-end;
  padding-top: 50vh;
  inset: 0% 0% 0% auto;
}

.hero-image-strip.left {
  grid-column-gap: 3vw;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.btn-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.hero-wrapper {
  height: 300vh;
  position: relative;
}

.h6-color {
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.banner-3-info-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-title-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.btn-title-text.hover {
  color: var(--soft-pink);
}

.btn-banner-text.button-text-bottom {
  position: absolute;
  bottom: -100%;
}

.button-transparent {
  z-index: 20;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: none;
  background-clip: border-box;
  border-radius: 3px;
  justify-content: center;
  height: auto;
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.card-content {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  text-align: center;
  flex-flow: column;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.game-card {
  z-index: 35;
  background-color: var(--primary-dark);
  border-radius: 26px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.game-card.full-height {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.card-statistical {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.card-title-wrap {
  z-index: 1;
  background-color: var(--primary-dark);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-body {
  z-index: 1;
  background-color: var(--primary-dark);
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.card-inner-mask {
  z-index: 1;
  filter: blur(10px);
  background-color: #0e0e0e;
  border-radius: 20px;
  flex: 0 90%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 10px;
  overflow: hidden;
}

.card-inner-mask.small {
  flex-basis: 68%;
  inset: 10px;
}

.card-image {
  z-index: 2;
  background-color: var(--primary-dark);
  perspective: 2000px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.character {
  z-index: 2;
  filter: saturate(137%);
  width: auto;
  max-width: none;
  height: 90%;
  position: absolute;
}

.card-gradient {
  z-index: 0;
  background-image: linear-gradient(90deg, var(--primary), var(--main-color-002) 36%, var(--main-color-005) 75%, var(--main-color-003));
  filter: saturate(43%) blur(10px);
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: rotate(11deg)scale3d(.6, 1.1, 1);
}

.card-gradient.inner {
  opacity: .3;
  filter: saturate(60%) blur(25px);
}

.card-gradient.outer {
  z-index: 0;
  opacity: .2;
  filter: brightness(116%) saturate(59%) blur(10px);
}

.card-inner {
  z-index: 1;
  background-image: linear-gradient(90deg, #1d1d1d, #191919);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-sheen {
  z-index: 1;
  opacity: .1;
  filter: blur(17px);
  background-image: linear-gradient(135deg, #fff0 39%, #fff 43% 50%, #fff 58%, #fff0 62%);
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.insragram-icon-2 {
  color: var(--soft-pink);
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.lightbox-photo {
  background-image: linear-gradient(135deg, var(--primary), var(--main-color-008) 50%, var(--main-color-005));
  width: 100%;
  height: 100%;
  padding: 1px;
  position: relative;
  inset: 0%;
}

.outline-hover-circle-2 {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #00000026;
  border: 1px solid #ff1df126;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 0 15px #ff1df14d;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hover-circle-wrapper {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.instagram-link {
  border-radius: .6rem;
  font-size: 1em;
  transition-property: none;
  position: absolute;
  overflow: hidden;
}

.app-img {
  object-fit: cover;
  width: auto;
  height: 45px;
  margin-left: auto;
  margin-right: auto;
  transition: all .5s cubic-bezier(.55, .055, .675, .19);
}

.quantity-cart-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff03;
  border-style: none;
  border-color: #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}

.quantity-cart-2:focus {
  border-color: #fff;
}

.nav-line {
  z-index: 3;
  background-color: var(--white-15);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.nav-dropdown-small-icon-2 {
  margin: auto 0;
  font-size: 12px;
  font-weight: 600;
  display: none;
  position: relative;
}

.nav-menu-wrap-2 {
  text-align: right;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-dropdown-list-item-3 {
  border: 1px solid var(--white-15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000c;
  border-radius: 6px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-item-3.w--open {
  border-radius: 0;
  margin-top: -1px;
}

.nav-dropdown-list-item-3.megamenu {
  width: 740px;
  left: -355px;
}

.nav-dropdown-list-item-3.megamenu.w--open {
  width: 650px;
  left: -377px;
}

.cross-vert-line-2 {
  background-color: var(--white);
  border-radius: 100px;
  width: 1px;
  height: 100%;
  position: absolute;
}

.tablet-menu-6 {
  display: none;
}

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

.cart-button-item-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #0000;
  justify-content: center;
  padding: 10px;
  transition-property: all;
  transition-duration: .5s;
  position: relative;
}

.cart-button-item-2:hover {
  color: #aaa;
  border-color: #fff0;
}

.navigation-menu {
  z-index: 900;
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.nav-intro-item-2 {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-weight: 400;
  line-height: 1.5em;
}

.nav-intro-item-2.item-hover {
  color: var(--soft-pink);
}

.black-nav-wrapper {
  background-color: var(--main-color-002);
  justify-content: center;
  align-items: center;
  min-width: 85px;
  height: auto;
  min-height: 74px;
  padding: 15px;
  display: flex;
  position: relative;
}

.cart-price-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
}

.burger-nav-2 {
  background-color: var(--main-color-002);
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: auto;
  min-height: 74px;
  padding: 15px;
  display: none;
  position: relative;
}

.cart-product-name-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.2em;
}

.cart-header-3 {
  border-bottom-color: var(--white-15);
  background-color: var(--primary-dark);
}

.remove-button-2 {
  border-bottom: 1px solid var(--primary);
  padding-bottom: 2px;
}

.remove-button-2:hover {
  border-bottom-color: #fff0;
}

.nav-bg-cover-2 {
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000026;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-order-2 {
  z-index: 5;
  object-fit: contain;
  width: 90%;
  height: 80px;
  transition: all .4s;
  position: relative;
}

.nav-text-wrap-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cart-hero-item-2 {
  border-bottom: 1px solid var(--white-15);
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.megamenu-dropdown-wrapper-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .85fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  display: grid;
}

.hero-nav-dropdown-2 {
  font-size: 14px;
  line-height: 1.2em;
}

.dropdown-menu-5 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-footer-3 {
  background-color: #181818;
  border-top-color: #000;
}

.cart-container-2 {
  border: 1px solid var(--white-15);
  background-color: var(--black);
  box-shadow: none;
  border-radius: 0;
  margin: .625rem;
}

.hero-nav-con-2 {
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-span-2 {
  background-color: var(--primary);
  border-radius: 0;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  display: inline-block;
}

.remove-2 {
  background-image: linear-gradient(135deg, var(--primary) 5%, var(--main-color-006) 50%, var(--main-color-008) 95%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  transition: all .35s;
}

.remove-2:hover {
  opacity: .6;
}

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

.cross-hor-line-2 {
  background-color: var(--white);
  border-radius: 100px;
  width: 100%;
  height: 1px;
}

.shop-cart-wrapper-2 {
  z-index: 30000;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0006;
}

.header-link-item-2 {
  background-color: #0000;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 22px 15px;
  transition: all .5s;
  display: flex;
}

.header-link-item-2.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.subtotal-text-2 {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
}

.subtotal-text-2.bold {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
}

.option-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.nav-cross-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 9px;
  height: 9px;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-shadow-overlay-6 {
  order: -1;
  align-items: center;
  display: flex;
}

.product-content-2 {
  border-right: 1px solid var(--white-15);
  border-left: 1px solid var(--white-15);
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
}

.cart-wrapper-2 {
  position: relative;
}

.dropdown-header-item-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #0000;
  justify-content: center;
  align-items: stretch;
  min-height: 74px;
  padding: 22px 15px;
  transition: all .5s;
  display: flex;
}

.dropdown-header-item-3.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.full-width-nav-link-2 {
  color: var(--white);
  justify-content: flex-start;
  width: 100%;
  margin-left: -14px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-duration: .45s;
  display: flex;
}

.full-width-nav-link-2:hover, .full-width-nav-link-2.w--current {
  color: var(--primary);
  margin-left: 0;
}

.full-width-nav-link-2.w--current:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-gray-line {
  z-index: 5;
  background-color: var(--white-15);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-gray-line.left {
  left: 0;
  right: auto;
}

.main-error-message-2 {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

.apple-play-2 {
  border-radius: 15px;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.cart-quantity-2 {
  color: #fff;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  display: flex;
}

.banner-img-01 {
  z-index: 5;
  background-image: url('../images/Banner-10_1Banner-10.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.services-card-description {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.card-icon-circle {
  z-index: 10;
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 8px;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.card-hover-link {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.card-services {
  grid-column-gap: 16px;
  grid-row-gap: 100px;
  border: 1px #ffffff1a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  place-items: end center;
  min-height: 275px;
  padding: 30px 28px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.underline-hover-link {
  border-bottom: 1px solid #ffffff1a;
  padding-bottom: 6px;
  padding-left: 0;
  position: relative;
}

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

.banner-ov {
  background-color: #0000001a;
  background-image: linear-gradient(45deg, #23052e 3%, var(--transparent) 79%);
  position: absolute;
  inset: 0%;
}

.collection-use-case-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.collection-blog-1-grid {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.project-collection-item-2 {
  width: 100%;
}

.project-collection-item-2:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.cursor-wrapper {
  z-index: 10;
  background-color: #210e2c00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.cursor {
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.dot-white {
  z-index: 20;
  filter: blur(3px);
  background-color: #fff;
  border-radius: 50px;
  width: 8px;
  height: 8px;
  position: absolute;
}

.dot-white.dot-01 {
  inset: 0% auto auto 0%;
}

.dot-white.dot-02 {
  inset: 7% 5% auto auto;
}

.dot-white.dot-03 {
  inset: -24% auto auto -26%;
}

.dot-white.dot-04 {
  inset: auto auto 6% 11%;
}

.dot-white.dot-05 {
  inset: auto 0% 0% auto;
}

.dot-white.dot-06 {
  inset: auto auto 8% 10%;
}

.dot-white.dot-07 {
  inset: 19% auto auto 23%;
}

.dot-white.dot-08 {
  inset: auto 12% 10% auto;
}

.dot-white.dot-09 {
  inset: 25% 18% auto auto;
}

.dot-white.dot-10 {
  inset: auto 5% 61% auto;
}

.glow-white {
  z-index: 9;
  filter: brightness(141%) blur(7px);
  background-color: #cffffd99;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: auto;
}

.glow-purple {
  z-index: 0;
  background-color: var(--primary);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary) 23%, var(--white-50));
  opacity: .15;
  filter: blur(45px);
  border-radius: 50%;
  width: 260px;
  height: 250px;
  margin-top: -9px;
  margin-left: -8px;
  position: absolute;
  inset: auto;
  transform: rotate(360deg);
}

.glow-blue {
  z-index: 0;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-color-005) 47%, var(--white-15));
  opacity: .1;
  filter: blur(55px);
  border-radius: 50%;
  width: 460px;
  height: 470px;
  margin-bottom: -8px;
  margin-right: -6px;
  position: absolute;
  inset: auto;
  transform: rotate(360deg);
}

.section-games {
  margin-top: -120px;
  padding-bottom: 1px;
  position: relative;
}

.game-hero-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.letter-2 {
  display: inline-block;
}

.home-video-gallery-trigger {
  flex: 1;
}

.video-work-gallery-strip {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: start;
  padding-right: 15px;
  display: grid;
}

.video-work {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-work.dance-2 {
  background-image: url('../images/Photo-24_1Photo-24.webp');
  background-position: 50%;
  background-size: cover;
}

.video-work.dance-3 {
  background-image: url('../images/Photo-18_1Photo-18.webp');
  background-position: 50%;
  background-size: cover;
}

.video-work.dance-1 {
  background-image: url('../images/Photo-26_1Photo-26.webp');
  background-position: 50%;
  background-size: cover;
}

.video-outline-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrap.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-outline-wrap.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-gallery-intro {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.5rem;
  display: flex;
  position: absolute;
}

.video-work-outline {
  border: 1px solid var(--white);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
}

.video-work-outline.bottom {
  inset: auto 0% 0% auto;
}

.video-work-container {
  z-index: 2;
  position: relative;
}

.home-2-gallery-work {
  flex-direction: column;
  height: 200vh;
  display: flex;
}

.video-work-scrolling {
  z-index: 15;
  background-color: var(--transparent);
  position: relative;
}

.video-button-wrapper {
  z-index: 85;
  padding: 60px;
  position: relative;
}

.h6-subtitle-2 {
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
}

.video-icon {
  width: 16px;
  margin-left: 2px;
}

.video-overlay-2 {
  z-index: 5;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.solid-video-work-button-outline {
  border: 1px dashed #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clip-video-title {
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
  padding-right: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-letter-animation {
  letter-spacing: -.15rem;
  font-size: 6rem;
  line-height: 1.1;
}

.video-gallery-item {
  border-radius: 30px;
  width: 33.33vw;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.video-gallery-item.top-item {
  margin-top: 0;
  margin-bottom: 50px;
}

.video-gallery-height {
  border-radius: 0;
  height: 43vw;
  min-height: 30rem;
  max-height: 80vh;
}

.our-video-ligxtbox {
  z-index: 80;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-video-ligxtbox:hover {
  opacity: 1;
}

.video-work-button {
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.video-gallery-works {
  z-index: 20;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-gallery {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.video-button-fill {
  background-color: var(--main-color-002);
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-004));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

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

.video-btn-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin-right: 1px;
  padding: 0;
  display: grid;
  position: absolute;
  inset: auto;
}

.our-video-title-animation {
  text-align: center;
}

.letter-3 {
  text-align: left;
  display: inline-block;
}

.grad-clip-wrap {
  justify-content: center;
  align-items: flex-end;
  height: 150%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.grad-01 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .6;
  filter: blur(200px);
  border-radius: 10000%;
  width: 120%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 406px;
}

.number-column {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-column.central {
  margin-top: 15em;
}

.h6-hero-subtitle {
  background-image: linear-gradient(106deg, var(--main-color-002) 6%, var(--soft-pink) 50%, var(--main-color-004) 95%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.number-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.separator-line {
  background-image: linear-gradient(180deg, var(--black), var(--dark-blue) 10%, var(--main-color-002) 25%, var(--soft-pink) 50%, var(--main-color-002) 75%, var(--dark-blue) 90%, var(--black));
  width: 2px;
  height: 20.83em;
  position: absolute;
  inset: 0% auto auto 32%;
  transform: rotate(20deg)translate(0);
}

.separator-line.right {
  inset: 0% 32% auto auto;
  transform: rotate(-20deg)translate(0);
}

.par-gradient {
  background-image: linear-gradient(115deg, var(--dark-par), white 30%, var(--white) 70%, var(--dark-par) 103%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.par-gradient.left {
  background-image: linear-gradient(45deg, var(--dark-par), white 35%, var(--white) 103%);
}

.numbers-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.numerical-statistics {
  background-image: linear-gradient(180deg, var(--transparent) 35%, var(--black) 85%), linear-gradient(135deg, var(--main-color-002) 6%, var(--soft-pink) 51%, var(--main-color-004) 94%);
  color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Audiowide, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2em;
}

.button-glow {
  z-index: 1;
  opacity: .5;
  filter: blur(2em);
  background-color: #4c45a5;
  border-radius: .83em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-circle-inner {
  z-index: 1;
  background-color: var(--black);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.button-inner {
  background-color: var(--black);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 60px;
  padding: 20px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-circle {
  background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 6%, var(--dark-blue) 26%, var(--black) 43%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 350px;
  padding: .15em;
  display: flex;
  position: relative;
}

.glow-border {
  background-color: var(--soft-pink);
  filter: blur(16px);
  border-radius: 50%;
  width: 25%;
  height: 80%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.secondary-button-link {
  z-index: 2;
  background-image: linear-gradient(120deg, var(--main-color-002), var(--main-color-006) 50%, var(--main-color-004));
  color: #fff;
  border-radius: 15px;
  padding: .1em;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

.secondary-button-link.useful-link {
  width: 100%;
}

.button-link-wrapper {
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button-link-wrapper.contact-link {
  justify-content: space-between;
}

.top-circle-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0 auto auto;
  overflow: hidden;
}

.flex-center-content {
  z-index: 15;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.flex-center-content.mb-0 {
  margin-bottom: 0;
}

.flex-center-content.shop-details {
  margin-bottom: 80px;
}

.h2-hero-title {
  margin-top: 0;
  margin-bottom: 0;
}

.intro-top-content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 110px;
  display: flex;
  position: relative;
}

.flex-heading {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.par-wdth {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.par-space {
  margin: 20px auto 40px;
}

.partner-studios {
  background-image: linear-gradient(115deg, var(--dark-par), white 50%, var(--dark-par) 103%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
  font-weight: 500;
}

.banner-01-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.home-services-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #d6d5d200;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home-services-link.w--current {
  background-color: #dfddda;
}

.service-number-2 {
  position: relative;
}

.number-text-2.number-bottom {
  position: absolute;
  bottom: -100%;
}

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

.services-main-link {
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.home-service-left {
  margin-top: -.9rem;
  margin-left: -20px;
}

.text-size-small {
  font-size: 1.2rem;
  line-height: 1.6;
}

.text-size-small.text-color-grey {
  color: var(--primary);
  font-style: italic;
}

.brackets-text {
  color: var(--primary);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.6;
}

.home-service-text {
  z-index: 10;
  grid-column-gap: .2rem;
  display: flex;
  position: relative;
}

.home-services-photo-con {
  z-index: 10;
  border-radius: .625rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-numbers {
  display: flex;
}

.home-service-hover {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.home-service-hover.wdth-1 {
  width: 8.5rem;
}

.services-large-title {
  font-size: 3.25rem;
  line-height: 1.35;
}

.services-large-title.text-style-allcaps {
  text-transform: uppercase;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.2;
}

.image-fill-2 {
  z-index: -10;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto;
}

.image-service-overlay {
  z-index: 5;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.full-width-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.clip-container {
  z-index: 10;
  flex-direction: column;
  padding-right: 1px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fashion-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.fashion-row.with-borders {
  border-top: 1px solid var(--white-15);
  border-bottom: 1px solid var(--white-15);
  grid-template-columns: auto auto auto auto;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.fashion-row.last-row {
  grid-template-columns: auto auto;
}

.project-link-grid {
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: grid;
  position: relative;
}

.stock-2 {
  border: 1px solid var(--white-15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--soft-pink);
  background-color: #000000bf;
  border-radius: 15px;
  width: 100%;
  margin-top: 0;
  padding: 20px;
}

.error-message-cart-2 {
  border: 1px solid var(--white-15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0e0e0ebf;
  border-radius: 15px;
  width: 90%;
  margin-top: 20px;
  margin-left: auto;
  padding: 20px;
}

.error-text-cart {
  color: var(--soft-pink);
  text-align: center;
  font-weight: 300;
  line-height: 1.5em;
}

.hide-option-field {
  display: none;
}

.add-to-cart-wrapper {
  z-index: 80;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.product-mini-card-option {
  z-index: 25;
  color: #000;
  letter-spacing: .15em;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 36px;
  margin-bottom: 0;
  padding: 10px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  transition: all .45s;
  display: flex;
  position: relative;
}

.product-mini-card-option:hover {
  color: #000;
  background-color: #fa9e01;
}

.product-mini-card-option:active, .product-mini-card-option:focus {
  border-color: #000;
}

.stock-text {
  text-align: center;
  font-weight: 300;
}

.buy-now-button, .quantity {
  display: none;
}

.small-card-option-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.default-btn-state {
  z-index: 99;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.circle-cart-button {
  z-index: 80;
  border-style: solid;
  border-color: var(--white-15);
  background-color: #ffffff12;
  background-image: linear-gradient(145deg, var(--main-color-002), var(--main-color-004));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: auto;
  min-height: 40px;
  margin-left: auto;
  padding: 3px 0 3px 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
  position: relative;
}

.circle-cart-button:hover {
  color: #fff;
  background-color: #000;
}

.hide-btn-option {
  display: none;
}

.cart-wrap {
  z-index: 55;
  position: absolute;
  inset: 100px 30px auto auto;
}

.cart-wrap.bottom {
  top: 70px;
}

.game-hero-link {
  z-index: 35;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.par-hidden {
  display: none;
  position: absolute;
}

.game-category-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.h6-white-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.banner-01-info-con {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78%;
  margin-right: auto;
  display: flex;
}

.section-game-category {
  padding-top: 10px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.benefit-full-container {
  z-index: 15;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.benefit-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-video {
  z-index: 2;
  background-color: var(--primary-dark);
  perspective: 2000px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-card-inner {
  z-index: 1;
  background-image: linear-gradient(90deg, #1d1d1d, #191919);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.short-game-info {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-small-span {
  color: var(--primary);
  font-weight: 700;
}

.card-game-info {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.avatars-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.avatar-item {
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-left: -20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -3px 5px .5px #ecbbff1a, 0 0 10px 1px #ff1df199;
}

.avatar-photo-item {
  background-image: url('../images/Photo-6_1Photo-6.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.avatar-photo-item.ava-003 {
  background-image: url('../images/Photo-23_1Photo-23.webp');
}

.avatar-photo-item.ava-001 {
  background-image: url('../images/Photo-25_1Photo-25.webp');
}

.avatar-photo-item.ava-004 {
  background-image: url('../images/Photo-4_1Photo-4.webp');
}

.avatar-photo-item.ava-005 {
  background-image: url('../images/Banner-3_1Banner-3.webp');
}

.avatar-photo-item.ava-006 {
  background-image: url('../images/Photo-2_1Photo-2.webp');
}

.intro-game {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rating-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.star-icon {
  background-image: linear-gradient(315deg, var(--main-color-005) 9%, var(--primary) 93%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.mobile-mockup {
  width: 280px;
  height: auto;
  position: relative;
}

.png-wrap {
  position: relative;
}

.card-benefit {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.benefit-icon {
  z-index: 30;
  width: auto;
  max-width: none;
  height: 110%;
  position: absolute;
}

.benefit-icon.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.benefit-circle {
  z-index: 15;
  background-color: var(--primary-dark);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--primary-dark), #2b0b31);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: -20px auto auto;
  overflow: hidden;
  box-shadow: 0 0 20px #ff1df14d;
}

.card-benefit-title {
  z-index: 1;
  background-color: var(--primary-dark);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-body-benefit {
  z-index: 1;
  background-color: var(--primary-dark);
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.benefit-gradient {
  background-image: linear-gradient(115deg, var(--dark-par), white 50%, var(--dark-par) 103%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.6em;
}

.benefit-col {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.large-section-bg {
  z-index: 1;
  background-image: url('../images/Banner-Bg-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: .3px solid #ff1df133;
  border-radius: 60px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.form-submit-wrap {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 12px auto;
}

.color-section {
  z-index: 15;
  border-radius: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.game-ava-circles {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.game-avatar {
  z-index: 20;
  background-color: var(--primary);
  background-image: linear-gradient(135deg, var(--main-color-002), var(--dark-blue) 97%);
  border-radius: 100%;
  width: 6.5rem;
  height: 6.5rem;
  position: relative;
  overflow: hidden;
}

.cta-demo-game {
  z-index: 50;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.underline-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  color: #fff;
  border-bottom: 1px #1a1c24;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.submit-button {
  z-index: 1;
  border: 1px solid var(--soft-pink);
  background-color: #fff;
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-003));
  color: var(--white);
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  transition: all .45s;
  position: absolute;
  inset: 5px 5px 5px auto;
}

.submit-button:hover {
  color: #fff;
  background-color: #0e0e0e;
  border-color: #fff;
}

.connect-form {
  z-index: 0;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.tnx-span {
  color: #fff;
  letter-spacing: .03em;
  text-transform: capitalize;
  margin-bottom: 15px;
  font-family: Audiowide, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.success-img {
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  inset: 0%;
}

.form-container {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 100%;
  padding: 0;
}

.subscribe-form-2 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.success-transparent {
  border: 1px solid var(--white-15);
  background-color: var(--transparent);
  background-image: linear-gradient(135deg, #b825f059, var(--transparent) 56%, #572df659);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  text-align: center;
  border-radius: 60px;
  width: 100%;
  padding: 60px 20px;
  font-weight: 300;
  position: relative;
}

.info-top-container {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.success-content {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.next-video-level-2 {
  z-index: 100;
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.error-white-message {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 0;
}

.video-big-title {
  margin-top: 0;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--soft-pink);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-image: linear-gradient(#b825f040, #7d7d7d00 30%, #d2d2d200 70%, #b825f040);
  border-radius: 100px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 60px;
  transition: all .45s;
}

.text-field:focus {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--black);
  background-image: linear-gradient(135deg, #b825f040, #7d7d7d00 55%, #d2d2d200 55%, #b825f04d);
  padding-left: 30px;
}

.text-field::placeholder {
  color: var(--white-50);
  text-transform: capitalize;
  font-size: 16px;
}

.width-large {
  width: 120%;
  position: relative;
}

.dragon-png {
  z-index: 15;
  max-width: none;
  height: 750px;
  position: relative;
}

.dragon-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.section-dragon {
  margin-bottom: -87px;
  position: relative;
}

.large-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.best-game {
  z-index: 55;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.game-collection {
  width: 100%;
  margin-left: auto;
}

.icon-hidden {
  display: none;
}

.pagination {
  justify-content: center;
  align-items: center;
}

.collection-grid-game {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.best-game-item {
  width: 100%;
}

.game-grid-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 90px;
  display: grid;
}

.png-container {
  position: relative;
}

.lottie-item {
  z-index: 55;
  width: auto;
  height: 85%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.full-width-link-2 {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.full-width-link-2:hover {
  color: #fff;
}

.footer-items {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.feedback-white-wrap {
  background-color: #fffef0;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -35px;
  position: relative;
}

.overflow-title-wrapper {
  margin-bottom: 10px;
}

.useful-info-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

.hero-footer {
  background-color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.light-green-circle {
  background-color: #d7ffc2;
  border-radius: 1000rem;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.rights-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.underline-link-con {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-con:hover {
  color: #fff;
}

.inner-circle-link {
  justify-content: flex-start;
  display: flex;
}

.inner-circle-link:hover {
  color: #fff;
}

.card-photo-game {
  z-index: 2;
  background-color: var(--primary-dark);
  perspective: 2000px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-label {
  z-index: 60;
  background-image: linear-gradient(135deg, var(--primary) 7%, var(--main-color-003) 55%, var(--main-color-004) 99%);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 28px;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  position: relative;
  inset: 0% auto auto;
}

.popular-game {
  letter-spacing: .6em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.card-title-wrapper {
  z-index: 1;
  background-color: var(--primary-dark);
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-inner-item {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(90deg, #1d1d1d, #191919);
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-scrolls-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.text-shrink-con {
  flex: none;
  width: 100%;
  position: relative;
}

.scroll-large-text {
  color: var(--primary-dark);
  letter-spacing: .03em;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-color-002);
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 75px;
}

.scroll-large-text.text-color-01 {
  -webkit-text-stroke-color: var(--primary);
}

.scroll-large-text.text-color-02 {
  -webkit-text-stroke-color: var(--main-color-003);
}

.scroll-strip {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.scroll-strip.strip-02 {
  justify-content: flex-start;
  align-items: center;
}

.flex-strip-row {
  flex-flow: column;
  display: flex;
}

.aura-clip-wrapper {
  z-index: 2;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: 0 0% 0%;
  overflow: visible;
}

.hero-aurora-stroke {
  background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 0.5%, var(--dark-blue) 2%, var(--black) 2.5%);
  opacity: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200em;
  height: 350em;
  padding: .1em;
  position: absolute;
  inset: -10% auto auto 50%;
  transform: translate(-50%, 3%);
}

.aurora-stroke-inner {
  background-color: var(--black);
  opacity: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.hero-aura-top-blur {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 2%, var(--dark-blue) 4%, var(--black) 4.5%);
  opacity: .35;
  filter: blur(2em);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200em;
  height: 350em;
  padding: 4em;
  position: absolute;
  inset: -7% auto auto 50%;
  transform: translate(-50%, 2%);
}

.hero-aura-top-blur.shop {
  top: -10%;
}

.aurora-blur-inner {
  background-color: var(--black);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.hero-aura-bottom-blur {
  z-index: 3;
  background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 1%, var(--dark-blue) 2%, var(--black) 3%);
  opacity: .5;
  filter: blur(2em);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200em;
  height: 350em;
  padding: 4em;
  display: block;
  position: absolute;
  inset: -7% auto auto 50%;
  transform: translate(-50%, 2%);
}

.hero-aura-bottom-blur.shop {
  top: -9%;
}

.clip-stroke-circle {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.blur-inner {
  background-color: var(--black);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.aurora-stroke {
  background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 1%, var(--dark-blue) 5%, black 10%);
  opacity: 1;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230em;
  height: 230em;
  padding: .1em;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, 3%);
}

.aurora-stroke.footer {
  background-image: linear-gradient(105deg, var(--soft-pink), var(--dark-blue) 14%, var(--dark-blue) 33%, var(--black) 51%);
  width: 80em;
  height: 80em;
  transform: translate(15%, -15%);
}

.button {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(120deg, #4c45a5, #000);
  border-radius: .83em;
  padding: .1em;
  font-size: .9em;
  font-weight: 300;
  line-height: 1em;
  position: relative;
  overflow: hidden;
}

.stroke-inner {
  background-color: var(--black);
  opacity: 1;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.hero-aurora-blur {
  z-index: 3;
  opacity: .5;
  filter: blur(2em);
  background-image: linear-gradient(#e0cbe0, #4c45a5 5%, #000 10%);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 230em;
  height: 230em;
  padding: 4em;
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, 2%);
}

.hero-aurora-blur.footer {
  background-image: linear-gradient(150deg, var(--soft-pink) 4%, var(--dark-blue) 22%, var(--black) 50%);
  filter: blur(2em);
  width: 80em;
  height: 80em;
  padding: 2.5em;
  transform: translate(13%, -16%);
}

.hero-aurora-blur.footer.movable {
  background-image: linear-gradient(150deg, var(--soft-pink) 11%, var(--dark-blue) 22%, var(--black) 50%);
}

.btn-flex-group {
  z-index: 55;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.print-container {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  position: relative;
  overflow: hidden;
}

.aura-clip-reverse {
  z-index: -2;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: -73% 0% auto;
  overflow: hidden;
}

.aura-clip-reverse.benefit {
  top: -73%;
}

.aura-clip-reverse.shop-page {
  top: -86%;
}

.clip-stroke-circle-reverse {
  height: 100%;
  position: absolute;
  inset: -5% 0% auto;
  overflow: visible;
  transform: rotate(180deg);
}

.clip-stroke-circle-reverse.shop {
  top: -8%;
}

.button-inner-app {
  background-color: #000000a6;
  background-image: linear-gradient(to bottom, #0000001a, #0000001a), linear-gradient(135deg, var(--main-color-002) 5%, var(--main-color-006) 50%, var(--main-color-004));
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 65px;
  padding: 3px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-benefit {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-benefit.without-bottom-spacing {
  margin-top: -70px;
  padding-top: 220px;
  padding-bottom: 0;
}

.button-inner-fill-app {
  background-color: var(--primary-dark);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 65px;
  padding: 3px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-description {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 109%;
  display: flex;
}

.full-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.full-container.static {
  max-width: 100%;
  position: static;
}

.footer-top-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: center start;
  display: flex;
}

.dark-overlay {
  background-color: #0000004d;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #000c 20%, var(--transparent) 83%);
  border-radius: 60px;
  position: absolute;
  inset: 0%;
}

.loop-aura {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-large-title {
  background-image: linear-gradient(120deg, var(--main-color-002), var(--soft-pink) 60%, var(--main-color-004));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15em;
}

.footer-title {
  margin-top: 0;
  margin-bottom: 0;
}

.footer-hero-link {
  color: var(--white);
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.intro-link {
  background-image: linear-gradient(135deg, var(--main-color-002), var(--soft-pink) 60%, var(--main-color-004));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 500;
}

.flex-footer-con {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.border-item-wrap {
  border-style: none solid;
  border-width: 1px;
  border-color: var(--white-50);
  padding-left: 20px;
  padding-right: 20px;
}

.border-item-wrap.right {
  border-left-style: none;
  padding-left: 0;
}

.title-clip-con {
  margin-top: 30px;
}

.footer-description {
  width: 100%;
}

.bottom-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.right-footer-con {
  position: relative;
}

.footer-rights-bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  font-size: 14px;
  font-weight: 300;
  display: flex;
}

.footer-par-copyright {
  color: var(--white-50);
  margin-bottom: 0;
  line-height: 1.5em;
}

.licensing-footer-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
}

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

.footer-rights-text {
  grid-column-gap: 5px;
  color: var(--white-50);
  line-height: 1.5em;
  display: flex;
}

.footer-right-link {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

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

.par-footer-wdth {
  width: 100%;
}

.avatars-intro {
  justify-content: flex-end;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.avatar-large-item {
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  margin-left: -20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -3px 5px .5px #ecbbff1a, 0 0 10px 1px #ff1df199;
}

.footer-lottie {
  width: auto;
  height: 120px;
  position: absolute;
  inset: -120px 40px auto auto;
}

.grad-02 {
  z-index: -1;
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .5;
  filter: blur(100px);
  border-radius: 10000%;
  width: 250px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.banner-bottom-descriprion {
  color: var(--white);
}

.grad-03 {
  z-index: -1;
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .5;
  filter: blur(100px);
  border-radius: 10000%;
  width: 350px;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 15%;
}

.text-banner-wdth {
  width: 88%;
}

.button-elements {
  width: 100%;
  height: 100%;
  position: absolute;
}

.button-elements.flex-print.button-hover-bg {
  z-index: 0;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  width: 120%;
  height: 120%;
  display: flex;
}

.btn-print-img {
  width: auto;
  max-width: none;
  position: absolute;
}

.btn-print-img.four {
  filter: blur(2px);
  width: auto;
  max-width: none;
  height: 80px;
}

.btn-print-img.two {
  height: 100px;
  transform: rotate(45deg);
}

.btn-print-img.three {
  filter: blur(2px);
  height: 70px;
}

.btn-print-img.one {
  height: 95px;
}

.btn-print-img.five {
  height: 65px;
  transform: rotate(-45deg);
}

.button-animation {
  z-index: 2;
  border: 1px solid var(--white-15);
  background-color: #b825f026;
  background-image: linear-gradient(135deg, #ff1df199, var(--transparent) 52%, #2849f4b3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 180px;
  height: 100%;
  min-height: 180px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
  display: flex;
  position: relative;
}

.button-shadow {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--main-color-004), #ecbbff0d 85%, var(--transparent));
  filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.bottom-banner-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 93%;
  display: flex;
}

.flex-banner-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-banner-button {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-large-title {
  z-index: 5;
  text-align: center;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.hero-banner-title {
  margin-top: 0;
  margin-bottom: 0;
}

.title-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-banner {
  background-color: var(--white-15);
  width: 100%;
  height: 1px;
}

.small-cta-wrap {
  flex: none;
}

.h6-small-subtitle {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.banner-img-wrap {
  z-index: 5;
  background-image: url('../images/Banner-10_1Banner-10.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.clip-intro-text {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-wrap {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000000a6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.insta-icon {
  height: 40px;
  position: relative;
}

.order-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.order-grad {
  background-image: linear-gradient(180deg, var(--main-color-002), var(--main-color-004));
  filter: blur(20px);
  border-radius: 100%;
  width: 35px;
  height: 60px;
  position: absolute;
}

.primary-button-checkout {
  border: 2px solid var(--main-color-002);
  background-color: var(--main-color-002);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 160px;
  height: auto;
  min-height: 60px;
  padding: 18px 40px;
  display: flex;
  box-shadow: 0 0 20px #ecbbff26;
}

.primary-button-checkout:hover {
  border-color: var(--soft-pink);
  background-color: var(--transparent);
  color: var(--soft-pink);
  box-shadow: 0 0 20px #ecbbff59;
}

.line-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.protected-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.password-label {
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
}

.primary-form-button {
  border: 2px solid var(--main-color-002);
  background-color: var(--main-color-002);
  color: var(--white);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: auto;
  min-height: 60px;
  padding: 18px 40px;
  font-size: 14px;
  font-weight: 500;
  transition: all .45s;
  display: flex;
  box-shadow: 0 0 20px #ecbbff26;
}

.primary-form-button:hover {
  border-color: var(--soft-pink);
  background-color: var(--transparent);
  color: var(--soft-pink);
  box-shadow: 0 0 20px #ecbbff59;
}

.primary-form-button.full-width {
  width: 100%;
}

.input-field {
  border: 1px solid var(--soft-pink);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-image: linear-gradient(#b825f040, #7d7d7d00 30%, #d2d2d200 70%, #b825f040);
  border-radius: 15px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 60px;
  transition: all .45s;
}

.input-field:focus {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--black);
  background-image: linear-gradient(135deg, #b825f040, #7d7d7d00 55%, #d2d2d200 55%, #b825f04d);
  padding-left: 30px;
}

.input-field::placeholder {
  color: var(--white-50);
  text-transform: capitalize;
  font-size: 16px;
}

.coming-soon-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  display: flex;
}

.loop-section {
  z-index: 10;
  width: 100%;
  position: relative;
}

.loop-image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.footer-bottom-form {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.loop-image-list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.images-layout {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-content-right {
  grid-column-gap: 1rem;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.coming-soon-heading-3 {
  text-transform: capitalize;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0;
  font-size: 60px;
}

.coming-soon-container {
  z-index: 15;
  width: 100%;
  max-width: 974px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.no-shrink-btn-wrap {
  flex: none;
}

.subscribe-form-footer-2 {
  z-index: 10;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.coming-soon-text {
  color: var(--white-50);
  width: 85%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.loop-image-wrapper {
  width: 100%;
  padding-top: 150%;
  position: relative;
  overflow: hidden;
}

.tablet-video-bg {
  display: none;
}

.hero-form-coming-soon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.coming-soon-overlay {
  z-index: 1;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.error-message {
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  margin-bottom: 5px;
  padding: 0;
}

.loop-image-list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  margin-top: -60%;
  display: grid;
}

.loop-container {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: flex;
}

.loop-intro-image {
  object-fit: cover;
  border: 1px solid #ffffff1a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-404-video {
  border: 1px solid #ffffff1a;
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin: .625rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay-404-page {
  background-color: #0e0e0e8c;
  width: 102%;
  height: 102%;
  position: absolute;
  inset: -1% 0% 0% -1%;
}

.button-hero-wrapper-2 {
  flex: none;
  transition: all .5s;
}

.button-hero-wrapper-2:hover {
  box-shadow: 0 0 10px #ffffff1a;
}

._404-content-wrapper-2 {
  z-index: 100;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
  position: relative;
}

._404-content {
  z-index: 100;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

.clip-group-section {
  z-index: 40;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

._404-text {
  color: var(--white);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.error-404-text {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

._404-wrapper {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

._404-title {
  z-index: 100;
  background-image: linear-gradient(135deg, var(--soft-pink) 24%, var(--main-color-002));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 150px;
  font-weight: 400;
  line-height: .9em;
}

.no-shrink-btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.span-text {
  color: var(--soft-pink);
}

.form-button {
  border: 2px solid var(--main-color-002);
  background-color: var(--main-color-002);
  color: var(--white);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: auto;
  min-height: 60px;
  padding: 18px 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 20px #ecbbff26;
}

.form-button:hover {
  border-color: var(--soft-pink);
  background-color: var(--transparent);
  color: var(--soft-pink);
  box-shadow: 0 0 20px #ecbbff59;
}

.form-button.full-width-mobile {
  display: block;
}

.input-field-no-space {
  border: 1px solid var(--soft-pink);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-image: linear-gradient(#b825f040, #7d7d7d00 30%, #d2d2d200 70%, #b825f040);
  border-radius: 15px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 60px;
  transition: all .45s;
}

.input-field-no-space:focus, .input-field-no-space.-wfp-focus {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--black);
  background-image: linear-gradient(135deg, #b825f040, #7d7d7d00 55%, #d2d2d200 55%, #b825f04d);
  padding-left: 30px;
}

.input-field-no-space::placeholder {
  color: var(--white-50);
  text-transform: capitalize;
  font-size: 16px;
}

.h1-color-span {
  color: var(--main-color-002);
}

.checkout-form {
  z-index: 40;
  background-color: var(--transparent);
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 0;
  position: relative;
}

.banner-002 {
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  padding-top: 160px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.success-message {
  background-color: var(--transparent);
  text-align: left;
  width: 100%;
  padding: 20px 0 0;
}

.top-games {
  padding-bottom: 1px;
  position: relative;
}

.banner-02-info-con {
  z-index: 70;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-title-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.banner-003 {
  justify-content: space-between;
  align-items: flex-end;
  height: auto;
  min-height: 760px;
  padding-top: 180px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
}

.flex-banner-02 {
  z-index: 60;
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.aura-banner-clip-wrap {
  z-index: 2;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 67% 0% 0%;
  overflow: hidden;
}

.hero-banner-title-02 {
  background-image: linear-gradient(180deg, var(--white) 2%, var(--soft-pink) 45%, var(--black));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.top-intro-game {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.top-banner-intro-wrap {
  z-index: 25;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-now-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: right;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
}

.btn-banner {
  border: 1px solid var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 45px;
  padding: 12px 18px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 -3px 5px .5px #ecbbff1a, 0 0 10px 1px #ff1df199;
}

.btn-small-title-text {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3em;
}

.clip-2 {
  z-index: 10;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.par-hidden-2 {
  color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.categories-link {
  border-radius: 100vw;
  margin: 3px;
  padding: 1px 20px;
  position: relative;
  overflow: hidden;
}

.button-hover-circle-white {
  z-index: 5;
  background-color: var(--primary);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.intro-banner-game {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.two-section {
  position: relative;
  overflow: visible;
}

.clip-stroke-circle-banner {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.dot-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.top-grad {
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-004));
  filter: blur(200px);
  width: 650px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -180px 0% auto;
}

.video-banner-003 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-overlay-003 {
  background-color: #00000059;
  background-image: linear-gradient(45deg, #12031e 9%, var(--transparent));
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.our-games {
  padding-top: 80px;
  padding-bottom: 1px;
  position: relative;
}

.flex-row-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .95fr auto;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  width: 100%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.left-title-intro {
  text-align: left;
}

.loop-small-item-game {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-banner-fill {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.avatag-bg-01 {
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-004));
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-banner-fill-1, .image-banner-fill-2 {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: scale(1.02);
}

.avatag-bg-02 {
  background-image: linear-gradient(225deg, var(--main-color-002), var(--main-color-004));
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.game-banner-avatar-01, .game-banner-avatar-02, .game-banner-avatar-03 {
  z-index: 20;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.grad-05 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .5;
  filter: blur(200px);
  border-radius: 0%;
  width: 120%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 450px;
}

.button-group-con {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.looping-text-lp {
  z-index: 80;
  grid-column-gap: 12px;
  background-color: var(--main-color-002);
  justify-content: center;
  align-items: center;
  min-height: 36px;
  padding: 0 10px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: auto 0 0 0%;
  overflow: hidden;
}

.promo-text-wrapper {
  z-index: 20;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.promo-text-wrapper.small {
  grid-column-gap: 12px;
}

.founders-subtitle {
  color: var(--white);
  font-size: 12px;
}

.loop-price-strip-lp {
  z-index: 90;
  border: 1px solid var(--white-15);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.loop-strip {
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.dot {
  background-color: var(--white);
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

.hero-banner-title-03 {
  margin-top: 0;
  margin-bottom: 0;
}

.banner-03-info-con {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  margin-right: auto;
  display: flex;
}

.text-banner-03-wdth {
  width: 88%;
}

.no-shrink-item {
  flex: none;
}

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

.inner-banner {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.inner-banner-wrapper {
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-banner-photo {
  background-image: url('../images/Banner-Bg-3.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-banner-photo.purple-print {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.inner-banner-photo.style-guide {
  background-image: url('../images/Banner-2_1Banner-2.webp');
}

.inner-banner-photo.our-team {
  background-image: url('../images/Banner-9_1Banner-9.webp');
}

.inner-banner-photo.reviews {
  background-image: url('../images/Banner-14_1Banner-14.webp');
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-banner-photo.blog {
  background-image: url('../images/Banner-1_1Banner-1.webp');
}

.inner-banner-photo.games {
  background-image: url('../images/Banner-2_1Banner-2.webp');
}

.inner-banner-photo.faq {
  background-image: url('../images/Banner-9_1Banner-9.webp');
}

.inner-banner-photo.pricing {
  background-image: url('../images/Banner-10_1Banner-10.webp');
  background-position: 50% 15%;
  background-size: cover;
}

.inner-banner-photo.contact-us-photo {
  background-image: url('../images/Banner-12_1Banner-12.webp');
}

.inner-banner-photo.shop-reviews {
  background-image: url('../images/Banner-Bg-3.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.inner-banner-photo.licensing {
  background-image: url('../images/Banner-12_1Banner-12.webp');
}

.banner-dark-overlay {
  background-color: #0000004d;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #000c 20%, var(--transparent) 83%);
  border-radius: 0 0 60px 60px;
  position: absolute;
  inset: 0%;
}

.gradient-clip-wrap {
  z-index: -1;
  justify-content: center;
  align-items: flex-end;
  height: 150%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-grad-01 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .5;
  filter: blur(150px);
  border-radius: 10000%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -11% 30% auto;
}

.inner-grad-02 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .5;
  filter: blur(150px);
  border-radius: 10000%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 30% -11%;
}

.inner-grad-03 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .5;
  filter: blur(150px);
  border-radius: 10000%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 30%;
}

.line-bottom {
  background-color: var(--white-15);
  width: 90%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.line-clip-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.small-base-container {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.banner-overlay {
  background-color: #00000080;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #00000085 3%, var(--transparent) 87%);
  border-radius: 0 0 60px 60px;
  position: absolute;
  inset: 0%;
}

.sg-title {
  margin-bottom: 40px;
}

.scale-photo {
  z-index: 1;
  background-image: url('../images/Photo-3_2Photo-3.webp');
  background-position: 50% 25%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.scale-photo.photo-002 {
  background-image: url('../images/Photo-7_1Photo-7.webp');
  background-position: 50%;
  background-size: cover;
}

.scale-photo.photo-003 {
  background-image: url('../images/Banner-13_1Banner-13.webp');
  background-position: 50%;
  background-size: cover;
}

.spacing-banner {
  position: relative;
}

.grid-img-banner {
  z-index: 15;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  align-items: end;
  width: 90%;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.grid-photo-item {
  border: 1px solid var(--main-color-002);
  border-radius: 15px;
  width: 100%;
  height: 350px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #ff1df166;
}

.grid-photo-item.small-item {
  height: 300px;
}

.about-us-banner {
  position: relative;
  overflow: hidden;
}

.instagram-link-2 {
  z-index: 5;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  font-size: 1em;
  transition-property: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-about-ov {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110%;
  display: flex;
  position: absolute;
  inset: -5% 0% 0%;
}

.about-us-banner-con {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dark-photo-ov {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.about-top-title {
  margin-top: 0;
  margin-bottom: 0;
}

.base-container-3 {
  z-index: 15;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.space-subtitle-con {
  margin-bottom: 40px;
}

.video-about {
  z-index: 10;
  background-image: url('../images/Banner-12_1Banner-12.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 0 0 60px 60px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 600px;
  padding-top: 160px;
  padding-bottom: 300px;
  display: flex;
}

.outline-hover-circle-3 {
  z-index: 10;
  border: 1px solid var(--primary);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px #ff1df1a8;
}

.fill-line-bottom {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.h6-spacing {
  margin-bottom: 30px;
}

.par-wdth-con {
  width: 86%;
  margin-left: auto;
  margin-right: auto;
}

.about-cta {
  width: 90%;
  margin: 0 auto;
}

.banner-par-wdth {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 77%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slide-heading {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.25em;
}

.slide-heading.xl {
  color: var(--soft-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 400;
  line-height: 1em;
}

.bottom-action-part {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.background-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.buttons-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.action-heading-wrapper {
  color: #fff;
  white-space: nowrap;
  align-items: center;
  min-height: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.no-shrink {
  flex: none;
}

.dark-video-overlay {
  background-color: #00000073;
  background-image: linear-gradient(135deg, #b825f059 1%, var(--transparent) 31%, var(--transparent) 68%, #572df680);
  position: absolute;
  inset: 0%;
}

.best-nevo-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 450px;
  display: flex;
}

.fill-video-background {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.action-section {
  border-radius: 60px;
  justify-content: center;
  align-items: stretch;
  min-height: 750px;
  padding-top: 200px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 88px #ecbbff26, 0 0 55px #ff1df136;
}

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

.stacked-con {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
  position: relative;
}

.white-dot {
  background-color: var(--soft-pink);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-left: 60px;
  margin-right: 60px;
}

.portfolio-white-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.about-company {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  display: grid;
}

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

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

.company-description {
  margin-top: 0;
  margin-bottom: 0;
}

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

.left-arrow-3 {
  z-index: 25;
  border: 1px #eef0f6;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 0;
  display: flex;
  inset: auto auto -84px 0%;
  overflow: visible;
}

.left-arrow-3.right {
  left: 60px;
}

.about-us-con {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-black-title {
  margin-top: 0;
  margin-bottom: 0;
}

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

.social-icon-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.social-icon-2.dribble {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  display: flex;
}

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

.experts-wrap {
  padding-bottom: 80px;
  overflow: hidden;
}

.section-best-experts {
  z-index: 25;
  margin-top: -220px;
  padding-bottom: 80px;
  position: relative;
}

.experts-grid {
  grid-column-gap: 15px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.member-name-2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.button-line-2 {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.photo-gradient {
  background-color: #0e0e0e0d;
  position: absolute;
  inset: 0%;
}

.clip-page-wrapper {
  position: relative;
  overflow: hidden;
}

.button-link-2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0e0e0e1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 1em;
  display: flex;
}

.button-link-2:hover {
  background-color: #0e0e0e;
}

.full-spacing-banner-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.full-wdth-con {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.full-color-wrapper {
  border-radius: 0 0 60px 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 160px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-color-wrapper.contact-us-banner {
  box-shadow: 0 0 90px #ff1df14d;
}

.team-image {
  z-index: 10;
  border-radius: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.base-banner-con {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-wrapper-2 {
  position: relative;
}

.our-experts-wrap.top-spase {
  margin-top: 60px;
}

.team-ov {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.team-wrapper {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.socials-button {
  z-index: 10;
  background-color: var(--black);
  background-image: linear-gradient(135deg, var(--main-color-002) 6%, var(--main-color-005) 100%, var(--main-color-003));
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .45s;
  display: flex;
  position: relative;
}

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

.team-background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-gray-banner {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
}

.background-photo {
  z-index: 1;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-photo.bg-photo-4 {
  background-image: url('../images/Team-2_1Team 2.webp');
}

.background-photo.bg-photo-6 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.background-photo.bg-photo-2 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.background-photo.bg-photo-5 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.background-photo.bg-photo-3 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.member-job {
  background-image: linear-gradient(135deg, var(--main-color-002) 8%, var(--soft-pink) 50%, var(--main-color-004) 97%);
  letter-spacing: 0;
  text-transform: capitalize;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.team-item-top {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.height-photo-container {
  border-radius: 12px;
  height: 350px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.team-hero-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--primary-dark);
  border: 1px solid #ff1df126;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 10px 10px 20px;
  display: grid;
  box-shadow: 0 0 25px #ff1df133;
}

.btn-link-1 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #0e0e0e1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 1em;
  display: flex;
}

.btn-link-1:hover {
  background-color: #0e0e0e;
}

.button-link-3 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #0e0e0e1a;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-bottom: 7.5px;
  margin-left: auto;
  margin-right: auto;
  padding: 1px 0 0 1px;
  line-height: 1em;
  display: flex;
}

.button-link-3:hover {
  color: #f06446;
  background-color: #0e0e0e;
  line-height: 1em;
}

.client {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

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

.projects-mask {
  z-index: 25;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}

.testimonial-intro-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6em;
}

.testimonials-video-wrap {
  position: absolute;
  inset: 0%;
}

.slider-section {
  z-index: 30;
  border-radius: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 99px #ff1df133;
}

.slider-section.hhhh {
  display: none;
}

.testimonial-name-2 {
  grid-row-gap: 10px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.they-say {
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 500;
}

.subtitle-customer {
  background-image: linear-gradient(135deg, var(--main-color-002) 3%, var(--soft-pink) 50%, var(--main-color-004) 97%);
  letter-spacing: .15em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.hover-slider-arrow {
  border: 1px solid var(--primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  max-width: 120px;
  height: 10vw;
  max-height: 120px;
  display: flex;
  box-shadow: 0 0 25px #ff1df180;
}

.slide-nav-12 {
  display: none;
}

.projects-arrow {
  z-index: 15;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  min-height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  top: 0;
  bottom: 0;
  overflow: visible;
}

.avatar-2 {
  background-image: url('../images/Team-5_1Team 5.webp');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

.avatar-2.avatar-2-item {
  background-image: url('../images/Team-3_1Team 3.webp');
  background-position: 50% 0;
}

.avatar-2.avatar-4 {
  background-image: url('../images/Team-1_1Team 1.webp');
  background-position: 50% 10%;
}

.avatar-2.avatar-3 {
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 30%;
}

.avatar-2.avatar-5 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.testimonial-slide-content {
  z-index: 25;
  grid-row-gap: 40px;
  color: #fff;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.client-avatar-2 {
  border: 1px solid var(--main-color-002);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: relative;
  box-shadow: 0 0 15px #ecbbff66;
}

.testimonial-slide-2 {
  z-index: 20;
  position: relative;
}

.featured-work-slider {
  z-index: 25;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-display {
  margin-top: 0;
  margin-bottom: 0;
}

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

.slider-grid-wrapper {
  z-index: 25;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.inner-banner-large-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
}

.inner-banner-par-wdth {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 77%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-overlay-dark {
  background-color: #00000080;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #000000a6 8%, var(--transparent) 87%);
  border-radius: 0 0 60px 60px;
  position: absolute;
  inset: 0%;
}

.space-subtitle-container {
  margin-bottom: 30px;
}

.collection-blog-3-item-2 {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
  overflow: visible;
}

.collection-blog-3-item-2:nth-child(odd) {
  margin-bottom: -80px;
}

.collection-blog-3-item-2:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.recent-title {
  margin-top: 0;
  font-size: 30px;
}

.sidebar-recent-posts {
  border: 1px solid #ff1df126;
  border-radius: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
}

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

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.sidebar-category-item-2 {
  display: flex;
}

.blog-3-form-white {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.blog-sidebar-right {
  flex-direction: column;
  position: sticky;
  top: 60px;
}

.blog-3-grid {
  grid-column-gap: 20px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-bottom: 80px;
  display: flex;
}

.collection-list-resent-posts {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sidebar-search-2 {
  background-color: #0000;
}

.blog-sidebar-right-wrapper-2 {
  position: sticky;
  top: 110px;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sidebar-categories-list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.sidebar-categories-2 {
  border: 1px solid #ff1df126;
  border-radius: 15px;
  padding: 20px 20px 30px;
}

.services-template-wrap {
  z-index: 55;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.link-hover-fill-2 {
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-005));
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.blog-template-wrap {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrap.banner {
  max-width: 100%;
}

.prev-portfolio {
  margin-left: 20px;
}

.section-portfolio-details {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.blog-details-title-2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 400;
}

.slider-arrow-icon-left {
  width: 12px;
  height: 12px;
}

.date-line {
  background-color: #fff;
  width: 40px;
  height: 1px;
}

.date-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-arrow-2 {
  z-index: 100;
  filter: invert();
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.blog-details-background-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.date-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.background-blog-wrapper-2 {
  z-index: 1;
  border: 1px solid var(--white-15);
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  margin: .625rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-intro-content-2 {
  grid-column-gap: 180px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start start;
  width: 95%;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
}

.subtitle-data {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.bottom-slider-arrow-portfolio {
  color: var(--white);
  border: 1px solid #ffffff1a;
  border-style: solid none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.bottom-slider-arrow-portfolio:hover {
  color: #8c8c8c;
}

.bottom-slider-arrow-portfolio.right {
  border-left-style: solid;
}

.scroll-blog-link {
  z-index: 100;
  background-color: var(--black);
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 40px 0% auto;
  overflow: hidden;
}

.section-blog-details-2 {
  border-top: 1px solid var(--white-15);
  border-bottom: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  justify-content: center;
  align-items: stretch;
  height: 500px;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
  position: relative;
}

.title-blog-container {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.scroll-blog-circle-2 {
  z-index: 100;
  border: 1px solid var(--white-15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  display: flex;
  position: relative;
}

.scroll-blog-circle-2:hover {
  opacity: 1;
}

.news-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.banner-paragraph {
  width: 87%;
  margin-top: 0;
  margin-bottom: 0;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.project-pagination-wrapper-2 {
  z-index: 100;
  align-items: stretch;
  display: flex;
  position: relative;
}

.next-portfolio {
  margin-right: 20px;
}

.hero-blog-rich-text h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-blog-rich-text h3, .hero-blog-rich-text h4, .hero-blog-rich-text h5, .hero-blog-rich-text h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.hero-blog-rich-text ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.hero-blog-rich-text figure {
  border-radius: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.hero-blog-rich-text blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 30px;
  font-weight: 400;
}

.content-blog-details-wrap {
  z-index: 100;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.slider-arrow-icon-right {
  width: 12px;
  height: 12px;
}

.latest-news-description {
  background-image: linear-gradient(45deg, var(--paragraph-gray) 5%, var(--white) 74%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.par-hide {
  color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.project-background-2 {
  z-index: 2;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.vacation-card-bottom {
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.verticle-card-image-2 {
  border-radius: 12px;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
  min-height: 250px;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.verticle-card-image-2.large-height {
  min-height: 300px;
}

.overlay-activities {
  background-color: #00000026;
  display: flex;
  position: absolute;
  inset: 0%;
}

.news-category {
  z-index: 10;
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-004) 69%, var(--main-color-005) 95%);
  box-shadow: none;
  color: #fff;
  letter-spacing: .08em;
  border-radius: 100px;
  padding: 6px 15px;
  font-weight: 500;
  position: absolute;
}

.news-category:hover {
  color: #fff;
  box-shadow: 0 0 15px #ff1df1bf;
}

.current-blog-link-2 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.activity-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  border: 1px solid #ff1df126;
  border-radius: 15px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 300px;
  margin-bottom: 1px;
  padding: 15px;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
  box-shadow: 0 0 25px #ff1df133;
}

.activity-verticle-card:hover {
  border-color: #ff1df14d;
  box-shadow: 0 0 25px #ff1df14d;
}

.news-hero-title {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
}

.news-hero-title:hover {
  color: var(--primary);
}

.news-hero-title.large-title {
  font-size: 24px;
}

.vacation-card-info {
  grid-column-gap: 12px;
  grid-row-gap: 10px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 60px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.sidebar-recent-post-link {
  z-index: 100;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  letter-spacing: 0;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  display: grid;
  position: relative;
}

.sidebar-recent-post-link:hover {
  opacity: 1;
}

.sidebar-recent-post-image-2 {
  z-index: 100;
  border-radius: 12px;
  width: 110px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.hover-blog-cover {
  z-index: 1;
  background-color: var(--primary-dark);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.article-2 {
  width: 100%;
}

.subtitle-gray {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

.recent-blog-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.recent-posts-con {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.article-overlay {
  background-color: #0e0e0e1a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tab-top-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 36px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tab-top-2:hover {
  padding-left: 36px;
  padding-right: 36px;
}

.tab-top-2.recent-posts {
  padding: 0 10px 0 0;
}

.subtitle-blog {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 1.4em;
}

.section-news {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.news-category-link {
  z-index: 10;
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-004) 69%, var(--main-color-005) 95%);
  box-shadow: none;
  color: #fff;
  letter-spacing: .08em;
  border-radius: 100px;
  padding: 6px 15px;
  font-weight: 500;
  position: relative;
}

.news-category-link:hover {
  color: #fff;
  box-shadow: 0 0 15px #ff1df1bf;
}

.banner-title-category {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
}

.collection-category-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search-title-con {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

.par-gradient-left {
  background-image: linear-gradient(25deg, var(--dark-par), white 30%, var(--white) 100%, var(--dark-par) 103%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.result-slug {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
}

.primary-checkout-button {
  border: 2px solid var(--main-color-002);
  background-color: var(--main-color-002);
  color: var(--white);
  text-align: center;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  height: auto;
  min-height: 60px;
  padding: 18px 40px;
  display: flex;
  box-shadow: 0 0 20px #ecbbff26;
}

.primary-checkout-button:hover {
  border-color: var(--soft-pink);
  background-color: var(--transparent);
  color: var(--soft-pink);
  box-shadow: 0 0 20px #ecbbff59;
}

.checkout-form-right {
  top: 100px;
}

.apple-pay-btn {
  border-radius: 15px;
  height: 60px;
}

.checkout-info {
  border-radius: 15px;
  box-shadow: 0 0 25px #ff1df140;
}

.checkout-info-top {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border-color: var(--white-15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000026;
  border-radius: 15px 15px 0 0;
  flex-flow: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
}

.checkout-info-bottom {
  border-style: none solid solid;
  border-width: 1px;
  border-color: var(--white-15);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000026;
  border-radius: 0 0 15px 15px;
}

.required-title {
  color: var(--primary);
  margin-left: auto;
  font-weight: 500;
}

.checkout-info-title {
  margin-top: 0;
  margin-bottom: 0;
}

.field-label {
  color: var(--soft-pink);
  margin-bottom: 10px;
  font-weight: 400;
}

.order-item-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  margin-bottom: 0;
}

.order-photo {
  width: 80px;
  height: 80px;
}

.order-title {
  font-size: 18px;
  font-weight: 600;
}

.order-info-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.input-field-checkout {
  border: 1px solid var(--soft-pink);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  background-image: linear-gradient(#b825f040, #7d7d7d00 30%, #d2d2d200 70%, #b825f040);
  border-radius: 15px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 60px;
  transition: all .45s;
}

.input-field-checkout:focus, .input-field-checkout.-wfp-focus {
  border-width: 1px;
  border-color: var(--primary);
  background-color: var(--black);
  background-image: linear-gradient(135deg, #b825f040, #7d7d7d00 55%, #d2d2d200 55%, #b825f04d);
  padding-left: 30px;
}

.input-field-checkout::placeholder {
  color: var(--white-50);
  text-transform: capitalize;
  font-size: 16px;
}

.flex-row {
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.no-shrink-wrap {
  flex-flow: wrap;
}

.shipping-list {
  background-color: var(--transparent);
  border: 1px #000;
  border-radius: 0 0 15px 15px;
}

.shipping-method {
  background-color: var(--transparent);
  border-bottom-style: none;
}

.empty-state {
  background-color: var(--white-15);
  border: 1px #000;
}

.games-collection {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.games-listing {
  margin-top: -120px;
  padding-bottom: 80px;
  position: relative;
}

.inner-banner-games {
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 160px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.toggle-bg {
  background-color: var(--primary-dark);
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.price-top-2 {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  padding-bottom: 15px;
  display: flex;
}

.starter-package-2 {
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  display: flex;
}

.crossed-out-text-span {
  text-decoration: line-through;
}

.pro-price-item {
  background-image: linear-gradient(135deg, var(--main-color-002) 12%, var(--main-color-004) 75%, var(--main-color-005));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.toggle-round-yr {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  justify-content: space-between;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
}

.toggle-bg-mo {
  background-color: var(--primary-dark);
  border: 1px solid #ffffff1a;
  border-radius: 6px;
  position: absolute;
  inset: 0%;
}

.features-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 15px;
  display: flex;
}

.toggle-round-mo {
  z-index: 1;
  grid-column-gap: 30px;
  cursor: pointer;
  justify-content: space-between;
  padding: 8px 20px;
  position: relative;
  overflow: hidden;
}

.toggle-price {
  grid-column-gap: 6px;
  background-color: #0000;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  display: flex;
  position: relative;
}

.price-btn-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.price-description {
  background-image: linear-gradient(45deg, var(--paragraph-gray), white 47%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 15px;
  margin-bottom: 0;
  line-height: 1.4em;
}

.price-fill-circle {
  background-image: linear-gradient(135deg, var(--main-color-002) 7%, var(--main-color-004) 78%, var(--main-color-005) 94%);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  display: flex;
  position: relative;
}

.price-bottom-2 {
  border-top: 1px solid #ffffff1a;
  padding-top: 15px;
}

.hero-pricing-item {
  background-color: #0e0e0e;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  margin-top: 40px;
  padding: 30px;
  transition: all .35s;
}

.our-price {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.hero-price-item-pro {
  background-color: #000;
  background-image: linear-gradient(#00000040, #00000040), url('../images/Banner-Bg-3.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 70px 30px 30px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.pricing-carsy {
  width: 100%;
}

.toggle-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  display: flex;
}

.features-icon {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
}

.features-icon.no-active-icon {
  color: #ffffff80;
}

.best-choice {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1em;
}

.price-title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.plan-type {
  z-index: 15;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  transition: all .35s;
  position: relative;
}

.plan-type:hover {
  color: var(--primary);
}

.save-monay {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.button-pricing-wrap-2 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.features-text-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-text-item.no-active-option {
  opacity: .7;
  color: #ffffff80;
}

.black-subtitle-2 {
  border-left: 3px solid var(--main-color-002);
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.about-our-package {
  margin-top: 0;
  margin-bottom: 40px;
}

.about-our-package.white {
  color: #fff;
}

.faq-toggle {
  z-index: 2;
  border: 1px solid #ff1df126;
  border-radius: 8px;
  width: 100%;
  padding: 3px 3px 3px 24px;
}

.faq-answer {
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.faq-hero-title-dark {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: pre-wrap;
  word-break: normal;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.faq-grid-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.faq-dropdown-list {
  background-color: #0000;
  border: 1px solid #ff1df126;
  border-radius: 8px;
  margin-top: 3px;
  display: block;
  position: relative;
}

.faq-grid {
  grid-column-gap: 15px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.faq-question {
  grid-column-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon-con {
  background-color: var(--primary-dark);
  border: 1px solid #3b3b3b26;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 62px;
  height: 62px;
  padding: 24px;
  display: flex;
}

.plus-dark {
  color: #160828;
  background-color: #fff;
  border-radius: 10px;
  width: 2px;
  height: 100%;
}

.minus-dark {
  z-index: 0;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-dropdown-down {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  cursor: pointer;
  background-color: #0003;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 -2px 10px #ff1df10d;
}

.faq-banner-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.faq-title-con {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.section-price {
  padding-top: 80px;
  padding-bottom: 1px;
  position: relative;
}

.client-photo {
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50% 15%;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.client-photo.avatar-photo---04 {
  background-image: url('../images/Photo-20_1Photo-20.webp');
}

.client-photo.avatar-photo---03 {
  background-image: url('../images/Team-1_1Team 1.webp');
}

.client-photo.avatar-photo---07 {
  background-image: url('../images/Photo-23_1Photo-23.webp');
}

.client-photo.avatar-photo---08 {
  background-image: url('../images/Team-5_1Team 5.webp');
}

.client-photo.avatar-photo---06 {
  background-image: url('../images/Webclip_1Webclip.webp');
}

.client-photo.avatar-photo---11 {
  background-image: url('../images/Photo-6_1Photo-6.webp');
}

.client-photo.avatar-photo---05 {
  background-image: url('../images/Team-3_1Team 3.webp');
}

.client-photo.avatar-photo---09 {
  background-image: url('../images/Photo-24_1Photo-24.webp');
}

.client-photo.avatar-photo---02 {
  background-image: url('../images/Team-6_1Team 6.webp');
}

.client-photo.avatar-photo---10 {
  background-image: url('../images/Photo-3_1Photo-3.webp');
}

.client-photo.avatar-photo---12 {
  background-image: url('../images/Photo-18_1Photo-18.webp');
}

.rating-wrap-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile-show {
  display: none;
}

.rating-star-item {
  background-image: linear-gradient(135deg, var(--primary) 11%, var(--main-color-004) 70%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Fa solid 900", sans-serif;
}

.rating-star-item.empty-star {
  font-family: "Fa 400", sans-serif;
}

.review-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.customer-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container-review {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.fashionistas-personal-info {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-feedback {
  background-image: linear-gradient(45deg, var(--paragraph-gray) 2%, var(--white));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1.6em;
}

.fashionistas-photo-wrap {
  border: 1px solid #ff1df159;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #ff1df166;
}

.feedback-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.our-stories {
  z-index: 15;
  grid-column-gap: .624rem;
  grid-row-gap: .624rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.job-position {
  background-image: linear-gradient(135deg, var(--main-color-002) 5%, var(--soft-pink) 50%, var(--main-color-004) 90%);
  letter-spacing: .01em;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
}

.column-stories {
  grid-column-gap: .624rem;
  grid-row-gap: .624rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  align-content: start;
  align-items: start;
  display: grid;
}

.stories-item {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #00000040;
  border: 1px solid #ff1df126;
  border-radius: 15px;
  align-items: flex-start;
  padding: 24px 12px;
  position: relative;
  box-shadow: 0 0 15px #ff1df133;
}

.name-person {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.field-block {
  grid-column-gap: 18px;
  grid-row-gap: 15px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contacts-link-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 15px;
  display: flex;
}

.insta-background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.sticky-sidebar-block {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  background-color: var(--primary-dark);
  border: 1px solid #ff1df126;
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
  position: sticky;
  top: 140px;
  box-shadow: 0 0 15px #ff1df140;
}

.succes-message-transparent {
  background-color: var(--transparent);
  text-align: center;
  padding: 20px;
  position: relative;
}

.instagram-box {
  width: 100%;
  height: auto;
  position: relative;
}

.news-collection-list-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.arrow-item-cover {
  z-index: 25;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.outline-team-card-3 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin: -.5px;
  padding: 0;
  position: relative;
}

.contact-us {
  z-index: 40;
  position: relative;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  display: grid;
}

.form-bg-2 {
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border: 1px solid #ff1df126;
  border-radius: 15px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 15px;
  display: flex;
  box-shadow: 0 0 15px #ff1df140;
}

.footer-link-row {
  width: 100%;
}

.news-grid-wrapper-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  display: flex;
}

.field-form-label {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
}

.form-block {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.delivery-item {
  background-color: #e3e3e1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 30px 15px;
  display: flex;
}

.success-text-white {
  z-index: 2;
  color: #fff;
  font-weight: 300;
  line-height: 1.4em;
  position: relative;
}

.error-message-white {
  color: var(--white);
  text-align: center;
  background-color: #0000;
  margin-top: 30px;
  padding: 0;
  font-weight: 300;
  line-height: 1.4em;
}

.feild-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-us-item-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.sidebar-right {
  padding: 0;
  position: relative;
}

.contact-us-grid {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-top: -220px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.socials-con {
  z-index: 2;
  border: 1px solid #e3e3e133;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.delivery-flex-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: right;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.thank-you-text {
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-family: Audiowide, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.outline-hover-circle {
  z-index: 10;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.quick-intro-link {
  flex: none;
}

.success-circle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.top-contact-photo {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-png {
  height: 150px;
}

.input-field-light {
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: var(--white);
  border-radius: 15px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 60px;
  transition: all .45s;
}

.input-field-light:focus {
  border-width: 1px;
  border-color: var(--soft-pink);
  padding-left: 30px;
}

.input-field-light::placeholder {
  color: var(--white-50);
  text-transform: capitalize;
  font-size: 16px;
}

.input-field-light.field-message {
  min-width: 100%;
  max-width: 100%;
  min-height: 160px;
  padding-top: 15px;
}

.how-it-works-fill {
  background-color: #081c3a;
  border-radius: 100px;
  width: 100%;
  height: 0;
}

.methods-container {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(135deg, #b825f040, #fff0 37% 65%, #572df659);
  border: 1px solid #ff1df126;
  border-radius: 30px;
  padding: 30px 40px;
  transition: all .45s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #ff1df14d;
}

.methods-container:hover {
  border-color: #ff1df14d;
  box-shadow: 0 0 25px #ff1df14d;
}

.steps-content {
  grid-row-gap: 45px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.services-top {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.steps-card-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 900px;
  display: flex;
}

.steps-tracker {
  background-color: var(--main-color-002);
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
}

.steps-dot {
  z-index: 10;
  background-image: linear-gradient(135deg, var(--main-color-002) 12%, var(--main-color-004) 86%, var(--main-color-005));
  box-shadow: 0 0 15px 0 var(--primary);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-card {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 275px;
  display: flex;
  position: relative;
}

.steps-description {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.metods-content-card {
  z-index: 10;
  position: relative;
}

.steps-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  inset: 36px auto auto -84.5px;
}

.steps-circle.end {
  top: auto;
  bottom: 36px;
}

.steps-circle.center {
  top: auto;
}

.steps-sticky-card {
  z-index: 30;
  grid-row-gap: 40px;
  background-image: url('../images/Team-4_1Team 4.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 500px;
  height: 670px;
  display: flex;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.steps-circle-outline {
  border: 1px solid var(--main-color-002);
  background-color: var(--primary-dark);
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.steps-cards {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.steps-grid {
  z-index: 90;
  grid-column-gap: 80px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.methods-title {
  background-image: linear-gradient(135deg, var(--main-color-002) 8%, var(--soft-pink) 47%, var(--main-color-004) 93%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}

.services-small-title {
  letter-spacing: .08px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.methods-text {
  background-image: linear-gradient(45deg, var(--paragraph-gray) 5%, var(--white) 63%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
}

.games-category {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.games-category-collection {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.games-collection-item {
  width: 100%;
}

.games-collection-item:nth-child(odd) {
  margin-top: 60px;
}

.collection-game-grid {
  grid-column-gap: 34px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: -80px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-category-con {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-end end;
  display: flex;
}

.shop-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
  margin-bottom: 0;
}

.product-detail-category {
  z-index: 25;
  color: #000;
  letter-spacing: .15em;
  background-color: #fff;
  border: 1px solid #fff;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  display: none;
}

.product-detail-category:hover {
  color: #fff;
  background-color: #fff0;
}

.outline-hover-circle-4 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: linear-gradient(135deg, #f9890b, #f1ab02);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.link-wrap {
  align-items: center;
  width: auto;
  display: flex;
}

.product-details-info {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-shop-details {
  background-image: linear-gradient(45deg, var(--paragraph-gray) 6%, var(--white) 62%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.h2-shop-details {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.product-tags {
  display: flex;
}

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

.product-description p {
  background-image: linear-gradient(45deg, var(--paragraph-gray) 6%, white 63%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: flex-end;
  display: flex;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hero-image {
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-image.full {
  width: 120vw;
  height: 130vh;
  min-height: 110%;
  inset: auto;
}

.hero-image.circle-masking {
  justify-content: center;
  width: 120vw;
  min-width: 120vw;
  height: 130vh;
  display: flex;
  inset: auto;
}

.overlay-banner {
  z-index: 3;
  background-color: #00000070;
  position: absolute;
  inset: 0%;
}

.underline-link-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container:hover {
  color: var(--white);
}

.hero-loop-text {
  align-items: center;
  width: 99.9vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.scroll-arrow-icon {
  width: 24px;
}

.looping-hero-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Audiowide, sans-serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1em;
}

.hover-circle-item {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.hero-image-wrapper {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 90px #ff1df14d;
}

.full-hero-home-3 {
  z-index: 30;
  background-color: var(--black);
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/Banner-2_1Banner-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  justify-content: center;
  height: auto;
  min-height: 760px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 130px #ff1df14d;
}

.hover-fill-line {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.hero-background-item {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hero-background-item.home-3 {
  background-image: url('../images/Banner-7_1Banner-7.webp');
}

.four-column {
  z-index: 25;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.hero-links {
  z-index: 100;
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 50%;
  display: flex;
  position: absolute;
  inset: auto auto 40px;
}

.hero-loop-strip {
  line-height: 1.4em;
  display: flex;
}

.dark-preloader {
  z-index: 100000000;
  display: none;
  position: absolute;
  inset: 0%;
}

.dot-2 {
  background-color: #fff;
  border-radius: 100%;
  width: 6px;
  height: 6px;
}

.hover-circle-wrap {
  z-index: 30;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.grid-wrapper-home-3 {
  z-index: 20;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 0;
  display: grid;
  position: relative;
}

.hero-loop {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  align-items: center;
  width: 100%;
  height: 15vw;
  font-size: 160px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.scroll-link-home-3 {
  z-index: 200;
  background-color: var(--main-color-002);
  border: 1px solid #ff1df126;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -150px auto;
  box-shadow: 0 0 25px #ff1df14d;
}

.scroll-link-home-3:hover {
  color: #fff;
}

.hero-loop-content {
  z-index: 35;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: flex-end end;
  width: 100vw;
  max-width: 100vw;
  position: relative;
  overflow: hidden;
}

.loop-text {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex: none;
  align-items: center;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.shop-sticky-block-2 {
  position: sticky;
  top: 140px;
}

.shop-details-wrapper-2 {
  grid-column-gap: 70px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.out-of-stock-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f9f9fa;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.shop-tablet-image {
  display: none;
}

.lightbox-link-shop {
  z-index: 50;
  background-color: var(--black);
  border: 1px solid #ff1df126;
  border-radius: 30px;
  justify-content: center;
  min-width: 450px;
  height: 550px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px #ff1df140;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

.game-price {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Audiowide, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.image-100 {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.portfolio-image-cover {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  min-width: 500px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  inset: auto;
}

.icon {
  z-index: 50;
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.error-state-2 {
  color: #000;
  text-align: center;
  letter-spacing: 2px;
  background-color: #ffe8e6;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.shop-details-content-block-2 {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.h2-shop-details-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.shop-lightbox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-hero-title-2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.solid-view-circle {
  z-index: 5;
  border: 1px #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.solid-view-circle:hover {
  opacity: 1;
}

.buy-now-button-2 {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fcf9f6;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding: 10px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.8em;
  display: flex;
}

.quantity-title-text {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.quantity-title-text.mb-30 {
  margin-bottom: 20px;
}

.shop-lightbox-item {
  width: 100%;
}

.shop-product-details-subtitle-2 {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.shop-product-details-subtitle-2.mb-20 {
  margin-bottom: 20px;
}

.shop-old-price {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  text-decoration: line-through;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.shop-details-ov {
  z-index: 1;
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.game-info {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.collection-relative-games {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.preloader {
  z-index: 500;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-subtitle {
  z-index: 10;
  background-image: linear-gradient(135deg, var(--main-color-002), var(--soft-pink) 53%, var(--main-color-004));
  letter-spacing: .2em;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.preloader-content {
  z-index: 100;
  border: 1px solid #ff1df126;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  box-shadow: 0 0 90px #ff1df159;
}

.video-wrapper {
  background-image: url('../images/Banner-2_1Banner-2.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.preloader-outline {
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 200px;
  min-width: 200px;
  height: 200px;
  min-height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-outline.bottom {
  inset: auto 0% 0% auto;
}

.preloader-outline-circle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin: -1px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.preloader-outline-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 0%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.preloader-overlay {
  background-color: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.games-category-link {
  z-index: 10;
  background-image: linear-gradient(135deg, var(--main-color-002), var(--main-color-004) 69%, var(--main-color-005) 95%);
  box-shadow: none;
  color: #fff;
  letter-spacing: .08em;
  border-radius: 100px;
  padding: 12px 15px;
  font-weight: 500;
  position: relative;
}

.games-category-link:hover {
  color: #fff;
  box-shadow: 0 0 15px #ff1df1bf;
}

.licence-link {
  color: var(--soft-pink);
  letter-spacing: .01em;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
}

.licence-link:hover {
  color: var(--primary);
}

.licensing-photo-link {
  background-color: var(--transparent);
  border-radius: 8px;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.licensing-photo-link:hover {
  opacity: 1;
}

.licensing-small-image {
  object-fit: cover;
  background-color: #201f1f;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  width: 100%;
  height: 320px;
}

.licens-wrap {
  z-index: 50;
  position: absolute;
  inset: 0%;
}

.hover-circle-wrapper-5 {
  z-index: 10;
  background-color: #0e0e0e66;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-hover-circle-5 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.eye-icon {
  color: #0e0e0e;
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  padding: 1px 1px 1px 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.outline-hover-circle-6 {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.licensing-small-video {
  z-index: 4;
  object-fit: cover;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  width: 100%;
  height: 320px;
}

.top-line {
  background-color: var(--white-15);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.license-link-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licence-par {
  width: 100%;
}

.hero-landing-banner {
  background-color: var(--primary-dark);
  border: 1px solid #ffffff0d;
  border-radius: 0 0 60px 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-gray {
  z-index: 15;
  background-color: var(--primary-dark);
  border: 1px solid #ffffff0d;
  border-radius: 60px;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: visible;
}

.h1-span {
  background-image: linear-gradient(120deg, var(--main-color-002), var(--soft-pink) 68%, var(--main-color-004) 99%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.landing-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
}

.landing-top-content {
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-landing {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-lp-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.no-shrink-button {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.features-link {
  color: var(--soft-pink);
}

.features-link:hover {
  color: var(--primary);
}

.feature-title {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.landing-grad-01 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .3;
  filter: blur(150px);
  border-radius: 10000%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0% auto;
}

.landing-grad-02 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .3;
  filter: blur(150px);
  border-radius: 10000%;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0% 0%;
}

.landing-grad-03 {
  background-image: linear-gradient(135deg, var(--main-color-003) 14%, var(--primary) 56%, var(--main-color-002) 89%);
  opacity: .3;
  filter: blur(150px);
  border-radius: 10000%;
  flex: none;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 34%;
}

.landing-grad-04 {
  background-image: linear-gradient(270deg, var(--main-color-002), var(--main-color-004));
  opacity: .9;
  filter: blur(200px);
  width: 650px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -284px 0% auto;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

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

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  max-width: 94%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-labels-wrapper {
  z-index: 2147483647;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 144px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.close-image {
  width: 12px;
  height: 12px;
}

.promotion-icon {
  margin-right: 8px;
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 55px;
  }

  blockquote {
    font-size: 30px;
  }

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

  .spacing-system-column {
    padding-right: 30px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .utility-page-content {
    width: 340px;
  }

  .footer {
    padding-top: 80px;
  }

  .section-title-wrapper {
    width: 55%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .section-title-description.small-wdth {
    width: 85%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .center-title {
    padding-right: 140px;
  }

  .spacing-system-title {
    font-size: 27px;
  }

  .section-purchase {
    padding-top: 130px;
  }

  .header-link-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .print-wrapper-1 {
    top: 950px;
    right: -57px;
  }

  .logo-project {
    height: 20px;
  }

  .banner-001 {
    min-height: 105vh;
    padding-top: 180px;
  }

  .hero-bottom {
    width: 95%;
  }

  .banner-3-par-width {
    width: 63%;
  }

  .banner-3-info-wrap {
    width: 90%;
  }

  .card-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-image {
    height: 270px;
  }

  .nav-dropdown-list-item-3.w--open {
    left: auto;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    left: -279px;
  }

  .black-nav-wrapper, .burger-nav-2 {
    min-width: 160px;
  }

  .header-link-item-2, .dropdown-header-item-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-services {
    grid-row-gap: 100px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .collection-blog-1-grid {
    grid-column-gap: 40px;
  }

  .game-hero-title {
    font-size: 27px;
  }

  .video-gallery {
    padding-top: 130px;
    padding-bottom: 130px;
    top: 0;
  }

  .grad-01 {
    bottom: 500px;
  }

  .par-gradient.left {
    background-image: linear-gradient(45deg, var(--dark-par), white 35%, var(--white) 103%);
  }

  .numerical-statistics {
    font-size: 70px;
  }

  .heading-circle {
    background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 6%, var(--dark-blue) 26%, var(--black) 38%);
  }

  .flex-center-content.shop-details {
    margin-bottom: 100px;
  }

  .flex-heading {
    width: 87%;
  }

  .par-wdth {
    width: 61%;
  }

  .home-service-hover {
    width: 14rem;
  }

  .home-service-hover.wdth-1 {
    width: 11rem;
  }

  .services-large-title.text-style-allcaps {
    font-size: 3rem;
  }

  .project-link-grid {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-game-category {
    padding-bottom: 130px;
  }

  .benefit-full-container {
    margin-top: 80px;
  }

  .short-game-info {
    font-size: 14px;
  }

  .card-game-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .avatar-item {
    width: 65px;
    height: 65px;
  }

  .avatar-item.small-item {
    width: 50px;
    height: 50px;
  }

  .star-icon {
    font-size: 20px;
  }

  .star-icon.small-size {
    font-size: 18px;
  }

  .mobile-mockup {
    width: 360px;
  }

  .color-section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .game-avatar {
    width: 7.5rem;
    height: 7.5rem;
  }

  .form-container {
    width: 85%;
  }

  .next-video-level-2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .video-big-title {
    font-size: 50px;
  }

  .dragon-png {
    height: 800px;
  }

  .large-container {
    max-width: 1400px;
  }

  .best-game {
    width: 80%;
  }

  .collection-grid-game {
    grid-column-gap: 40px;
  }

  .lottie-item {
    height: 75%;
  }

  .hero-footer {
    flex-direction: row;
    padding-top: 130px;
  }

  .card-photo-game {
    height: 270px;
  }

  .scroll-large-text {
    font-size: 85px;
  }

  .scroll-strip.strip-01 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .aura-clip-wrapper {
    top: -86px;
  }

  .hero-aurora-stroke {
    width: 250em;
    height: 450em;
  }

  .hero-aura-top-blur {
    opacity: .25;
    width: 250em;
    height: 450em;
  }

  .hero-aura-bottom-blur {
    width: 250em;
    height: 450em;
  }

  .aurora-stroke.footer {
    padding-top: .1em;
  }

  .aura-clip-reverse {
    top: -64%;
  }

  .aura-clip-reverse.benefit {
    top: -69%;
  }

  .aura-clip-reverse.shop-page {
    top: -84%;
  }

  .section-benefit {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .demo-description {
    width: 90%;
  }

  .footer-description {
    width: 52%;
  }

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

  .avatar-large-item {
    width: 85px;
    height: 85px;
  }

  .grad-02 {
    width: 300px;
    height: 700px;
  }

  .grad-03 {
    left: -13%;
  }

  .text-banner-wdth {
    width: 80%;
  }

  .bottom-banner-wrap {
    width: 92%;
  }

  .flex-banner-con {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-bottom-form {
    margin-bottom: 0;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 70px;
  }

  .coming-soon-container {
    max-width: 1230px;
  }

  .coming-soon-text {
    width: 100%;
  }

  .hero-form-coming-soon-2 {
    width: 98%;
  }

  .loop-container {
    grid-column-gap: 80px;
  }

  .checkout-form, .banner-002 {
    padding-top: 180px;
  }

  .banner-003 {
    min-height: 100vh;
    padding-top: 180px;
  }

  .flex-banner-02 {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
  }

  .aura-banner-clip-wrap {
    top: 62%;
  }

  .top-intro-game {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .top-banner-intro-wrap {
    width: 90%;
  }

  .btn-banner {
    min-height: 50px;
  }

  .video-overlay-003 {
    background-image: linear-gradient(45deg, #12031e 11%, var(--transparent));
  }

  .our-games {
    padding-top: 130px;
  }

  .flex-row-content {
    grid-template-columns: .8fr auto;
  }

  .game-banner-avatar-02 {
    width: 100px;
    height: 100px;
  }

  .game-banner-avatar-03 {
    width: 90px;
    height: 90px;
  }

  .grad-05 {
    width: 140%;
    height: 350px;
    bottom: 534px;
  }

  .button-group-con {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    display: flex;
  }

  .text-banner-03-wdth {
    width: 75%;
  }

  .inner-banner {
    min-height: 450px;
  }

  .inner-banner-title {
    font-size: 90px;
  }

  .inner-grad-01, .inner-grad-02 {
    width: 400px;
    bottom: 40%;
  }

  .inner-grad-03 {
    border-radius: 0%;
    width: 700px;
    bottom: 46%;
  }

  .grid-photo-item {
    height: 400px;
  }

  .grid-photo-item.small-item {
    height: 350px;
  }

  .video-about {
    min-height: 700px;
  }

  .par-wdth-con {
    width: 90%;
  }

  .about-cta {
    width: 85%;
    font-size: 50px;
  }

  .banner-par-wdth {
    width: 65%;
  }

  .slide-heading.xl {
    font-size: 150px;
  }

  .white-dot {
    width: 30px;
    height: 30px;
  }

  .about-company {
    width: 100%;
  }

  .story-wrapper {
    grid-row-gap: 80px;
  }

  .about-paragraphs {
    grid-column-gap: 80px;
    grid-template-columns: .9fr 1fr;
  }

  .about-us-con {
    padding-right: 140px;
  }

  .section-best-experts {
    padding-bottom: 130px;
  }

  .experts-grid {
    grid-column-gap: 30px;
    grid-row-gap: 80px;
  }

  .our-experts-wrap.top-spase {
    margin-top: 80px;
  }

  .height-photo-container {
    height: 400px;
  }

  .team-hero-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .featured-work-slider {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .inner-banner-large-title {
    font-size: 100px;
  }

  .inner-banner-par-wdth {
    width: 65%;
  }

  .recent-title {
    font-size: 34px;
  }

  .blog-3-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }

  .blog-sidebar-wrap {
    grid-column-gap: 60px;
  }

  .section-portfolio-details {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .blog-details-title-2 {
    font-size: 72px;
  }

  .blog-intro-content-2 {
    width: 92%;
    padding-top: 170px;
  }

  .scroll-blog-link {
    right: 0;
  }

  .section-blog-details-2 {
    height: 650px;
  }

  .banner-paragraph {
    width: 80%;
  }

  .hero-blog-rich-text blockquote {
    font-size: 28px;
  }

  .verticle-card-image-2 {
    min-height: 300px;
  }

  .verticle-card-image-2.large-height {
    min-height: 320px;
  }

  .activity-verticle-card {
    padding: 18px;
  }

  .news-hero-title {
    font-size: 22px;
  }

  .news-hero-title.large-title {
    font-size: 30px;
  }

  .sidebar-recent-post-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sidebar-recent-post-image-2 {
    width: 100px;
    height: 120px;
  }

  .subtitle-blog {
    font-size: 20px;
  }

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

  .banner-title-category {
    font-size: 110px;
  }

  .result-grig {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .games-listing {
    padding-bottom: 130px;
  }

  .inner-banner-games {
    min-height: 450px;
  }

  .our-price {
    grid-column-gap: 30px;
  }

  .faq-answer {
    padding-right: 70px;
  }

  .faq-grid-item {
    width: auto;
  }

  .faq-icon-con {
    width: 70px;
    height: 70px;
  }

  .faq-banner-title {
    font-size: 80px;
  }

  .faq-title-con {
    width: 80%;
  }

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

  .review-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .customer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fashionistas-photo-wrap {
    width: 60px;
    height: 60px;
  }

  .stories-item {
    padding: 40px 20px;
  }

  .name-person {
    font-size: 16px;
  }

  .delivery-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .steps-grid {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .services-small-title {
    font-size: 35px;
  }

  .collection-game-grid {
    grid-column-gap: 40px;
  }

  .h2-shop-details {
    font-size: 45px;
  }

  .looping-hero-text {
    font-size: 160px;
  }

  .full-hero-home-3 {
    min-height: 100vh;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 100px;
  }

  .lightbox-link-shop {
    min-width: 550px;
    height: 600px;
  }

  .portfolio-image-cover {
    height: 550px;
    min-height: 550px;
  }

  .h2-shop-details-2 {
    font-size: 40px;
  }

  .shop-details-hero-title-2 {
    font-size: 50px;
  }

  .licence-par {
    width: 95%;
  }

  .hero-landing-banner {
    padding-top: 180px;
  }

  .section-gray {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .landing-title {
    font-size: 90px;
  }

  .cta-landing {
    width: 90%;
  }

  .landing-grad-01, .landing-grad-02 {
    width: 400px;
    height: 400px;
  }

  .landing-grad-03 {
    width: 400px;
    height: 400px;
    bottom: 21%;
  }

  .landing-grad-04 {
    opacity: .75;
    top: -294px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 90px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .base-container {
    max-width: 1400px;
  }

  .section-title-wrapper {
    width: 45%;
  }

  .section-title-description.small-wdth {
    width: 80%;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .header-link-item {
    padding-left: 22px;
    padding-right: 22px;
  }

  .print-wrapper-1 {
    top: 1050px;
  }

  .banner-001 {
    padding-top: 160px;
  }

  .banner-3-par-width {
    width: 56%;
  }

  .card-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-image {
    height: 300px;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    left: -199px;
  }

  .header-link-item-2, .dropdown-header-item-3 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .card-services {
    grid-row-gap: 120px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .collection-use-case-list {
    width: 95%;
  }

  .grad-01 {
    bottom: 550px;
  }

  .numerical-statistics {
    font-size: 80px;
  }

  .flex-heading {
    width: 75%;
  }

  .par-wdth {
    width: 51%;
  }

  .home-service-hover {
    width: 16rem;
  }

  .home-service-hover.wdth-1 {
    width: 13rem;
  }

  .services-large-title.text-style-allcaps {
    font-size: 3.5rem;
  }

  .fashion-row {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-game-info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-mockup {
    width: 400px;
  }

  .game-avatar {
    width: 9rem;
    height: 9rem;
  }

  .form-container {
    width: 80%;
  }

  .video-big-title {
    font-size: 55px;
  }

  .text-field::placeholder {
    text-transform: capitalize;
  }

  .dragon-png {
    height: 850px;
  }

  .large-container {
    max-width: 1800px;
  }

  .game-collection {
    width: 95%;
  }

  .lottie-item {
    height: 80%;
  }

  .card-photo-game {
    height: 300px;
  }

  .scroll-large-text {
    font-size: 90px;
  }

  .hero-aurora-stroke, .hero-aura-top-blur, .hero-aura-bottom-blur {
    width: 280em;
  }

  .aura-clip-reverse {
    top: -65%;
  }

  .aura-clip-reverse.benefit {
    top: -70%;
  }

  .full-container {
    max-width: 1400px;
  }

  .footer-description {
    width: 45%;
  }

  .avatar-large-item {
    width: 90px;
    height: 90px;
  }

  .footer-lottie {
    right: 60px;
  }

  .grad-02 {
    width: 350px;
    height: 800px;
  }

  .grad-03 {
    width: 400px;
    height: 400px;
    bottom: 19%;
  }

  .text-banner-wdth {
    width: 65%;
  }

  .bottom-banner-wrap {
    width: 89%;
  }

  .input-field::placeholder {
    text-transform: capitalize;
  }

  .coming-soon-heading-3 {
    font-size: 80px;
  }

  .coming-soon-container {
    max-width: 1390px;
  }

  .hero-form-coming-soon-2 {
    width: 90%;
  }

  .error-404-text {
    font-size: 40px;
  }

  ._404-title {
    font-size: 140px;
  }

  .input-field-no-space::placeholder {
    text-transform: capitalize;
  }

  .banner-002 {
    padding-top: 160px;
  }

  .banner-003 {
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .aura-banner-clip-wrap {
    top: 64%;
  }

  .top-banner-intro-wrap {
    width: 85%;
  }

  .video-overlay-003 {
    background-image: linear-gradient(45deg, #12031e 14%, var(--transparent));
  }

  .flex-row-content {
    grid-template-columns: .75fr auto;
    width: 95%;
  }

  .game-banner-avatar-01 {
    width: 95px;
    height: 95px;
  }

  .game-banner-avatar-02 {
    width: 120px;
    height: 120px;
  }

  .game-banner-avatar-03 {
    width: 100px;
    height: 100px;
  }

  .grad-05 {
    bottom: 581px;
  }

  .text-banner-03-wdth {
    width: 65%;
  }

  .inner-grad-01, .inner-grad-02 {
    bottom: 44%;
  }

  .inner-grad-03 {
    width: 80%;
    bottom: 53%;
  }

  .base-container-3 {
    max-width: 1400px;
  }

  .banner-par-wdth {
    width: 56%;
  }

  .slide-heading.xl {
    font-size: 160px;
  }

  .about-company {
    width: 100%;
  }

  .about-paragraphs {
    grid-column-gap: 100px;
    grid-template-columns: .85fr .9fr;
    padding-right: 100px;
  }

  .about-us-con {
    padding-right: 220px;
  }

  .height-photo-container {
    height: 450px;
  }

  .inner-banner-par-wdth {
    width: 56%;
  }

  .blog-intro-content-2 {
    width: 78%;
  }

  .verticle-card-image-2 {
    min-height: 350px;
  }

  .verticle-card-image-2.large-height {
    min-height: 360px;
  }

  .news-hero-title {
    font-size: 26px;
  }

  .sidebar-recent-post-image-2 {
    width: 140px;
  }

  .subtitle-blog {
    font-size: 22px;
  }

  .collection-category-list {
    width: 95%;
  }

  .search-title-con {
    width: 70%;
  }

  .result-grig {
    grid-column-gap: 80px;
  }

  .input-field-checkout::placeholder {
    text-transform: capitalize;
  }

  .games-collection {
    width: 95%;
  }

  .price-title-2 {
    font-size: 35px;
  }

  .faq-answer {
    padding-right: 75px;
  }

  .rating-star-item, .hero-feedback {
    font-size: 18px;
  }

  .fashionistas-photo-wrap {
    width: 75px;
    height: 75px;
  }

  .job-position {
    font-size: 18px;
  }

  .stories-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .name-person {
    font-size: 18px;
  }

  .field-block {
    grid-row-gap: 10px;
  }

  .form-bg-2 {
    padding: 60px;
  }

  .delivery-item {
    padding-left: 25px;
    padding-right: 25px;
  }

  .feild-form-wrapper {
    grid-row-gap: 14px;
  }

  .contact-us-grid {
    width: 90%;
  }

  .delivery-flex-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    justify-content: center;
  }

  .input-field-light::placeholder {
    text-transform: capitalize;
  }

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .steps-grid {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .h2-shop-details {
    font-size: 54px;
  }

  .lightbox-link-shop {
    min-width: 600px;
  }

  .portfolio-image-cover {
    height: 600px;
    min-height: 600px;
  }

  .collection-relative-games {
    width: 95%;
  }

  .licence-par {
    width: 80%;
  }

  .hero-landing-banner {
    padding-top: 160px;
  }

  .landing-title {
    font-size: 100px;
  }

  .cta-landing {
    font-size: 45px;
  }

  .landing-grad-01, .landing-grad-02 {
    height: 550px;
  }

  .landing-grad-03 {
    width: 550px;
    height: 550px;
    bottom: 16%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 100px;
  }

  .base-container {
    max-width: 1600px;
  }

  .section-title-wrapper {
    width: 40%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .header-link-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner-001 {
    padding-top: 220px;
  }

  .hero-banner-image.fourteen {
    left: -3vw;
  }

  .banner-3-info-wrap {
    width: 100%;
  }

  .card-image {
    height: 340px;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    left: auto;
  }

  .header-link-item-2, .dropdown-header-item-3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collection-use-case-list {
    width: 90%;
  }

  .grad-01 {
    width: 130%;
    bottom: 670px;
  }

  .numerical-statistics {
    font-size: 100px;
  }

  .flex-heading {
    width: 66%;
  }

  .par-wdth {
    width: 46%;
  }

  .home-service-hover.wdth-1 {
    width: 16rem;
  }

  .services-large-title.text-style-allcaps {
    font-size: 4.5rem;
  }

  .fashion-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .benefit-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 80%;
  }

  .short-game-info {
    font-size: 16px;
  }

  .avatar-item {
    width: 75px;
    height: 75px;
  }

  .star-icon {
    font-size: 24px;
  }

  .mobile-mockup {
    width: 450px;
  }

  .benefit-col {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .game-avatar {
    width: 10rem;
    height: 10rem;
  }

  .form-container {
    width: 65%;
  }

  .next-video-level-2 {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .video-big-title {
    font-size: 60px;
  }

  .width-large {
    width: 105%;
  }

  .dragon-png {
    height: 950px;
  }

  .best-game {
    width: 70%;
  }

  .game-collection {
    width: 90%;
  }

  .lottie-item {
    height: 85%;
  }

  .overflow-title-wrapper {
    margin-bottom: 0;
  }

  .card-photo-game {
    height: 340px;
  }

  .scroll-large-text {
    font-size: 110px;
  }

  .hero-aurora-stroke, .hero-aura-top-blur, .hero-aura-bottom-blur {
    width: 380em;
  }

  .aura-clip-reverse {
    top: -65%;
  }

  .aura-clip-reverse.benefit {
    top: -73%;
  }

  .demo-description {
    width: 70%;
  }

  .full-container {
    max-width: 1600px;
  }

  .footer-description {
    width: 39%;
  }

  .grad-02 {
    width: 400px;
    height: 900px;
  }

  .grad-03 {
    width: 450px;
    height: 450px;
    bottom: 16%;
  }

  .text-banner-wdth {
    width: 55%;
  }

  .bottom-banner-wrap {
    width: 86%;
  }

  .flex-banner-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .coming-soon-heading-3 {
    width: 90%;
    font-size: 85px;
  }

  .coming-soon-container {
    max-width: 1870px;
  }

  .hero-form-coming-soon-2 {
    width: 85%;
  }

  .loop-container {
    grid-column-gap: 100px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto .8fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .error-404-text {
    font-size: 52px;
  }

  ._404-title {
    font-size: 180px;
  }

  .banner-002 {
    padding-top: 220px;
    padding-bottom: 300px;
  }

  .banner-003 {
    padding-top: 220px;
    padding-bottom: 140px;
  }

  .aura-banner-clip-wrap {
    top: 68%;
  }

  .categories-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .top-grad {
    width: 750px;
    top: -230px;
  }

  .flex-row-content {
    grid-template-columns: .65fr auto;
    width: 90%;
  }

  .game-banner-avatar-01 {
    width: 140px;
    height: 140px;
  }

  .game-banner-avatar-03 {
    width: 160px;
    height: 160px;
  }

  .grad-05 {
    width: 130%;
    bottom: 697px;
  }

  .text-banner-03-wdth {
    width: 55%;
  }

  .inner-banner {
    min-height: 500px;
  }

  .inner-grad-01, .inner-grad-02 {
    opacity: .35;
    width: 500px;
    bottom: 41%;
  }

  .inner-grad-03 {
    border-radius: 1%;
    width: 80%;
    height: 450px;
    bottom: 51%;
  }

  .grid-img-banner {
    margin-top: -300px;
  }

  .grid-photo-item {
    height: 450px;
  }

  .grid-photo-item.small-item {
    height: 400px;
  }

  .base-container-3 {
    max-width: 1600px;
  }

  .video-about {
    min-height: 800px;
    padding-top: 180px;
    padding-bottom: 400px;
  }

  .about-cta {
    font-size: 55px;
  }

  .banner-par-wdth {
    width: 50%;
  }

  .bottom-action-part {
    max-width: 1600px;
  }

  .about-company {
    width: 90%;
  }

  .about-paragraphs {
    grid-template-columns: .8fr .8fr;
    padding-right: 220px;
  }

  .about-us-con {
    padding-right: 260px;
  }

  .full-color-wrapper.contact-us-banner {
    padding-top: 180px;
  }

  .team-wrapper {
    width: 100%;
  }

  .inner-gray-banner {
    min-height: 550px;
  }

  .height-photo-container {
    height: 500px;
  }

  .team-hero-item {
    padding: 20px 20px 25px;
  }

  .inner-banner-large-title {
    font-size: 110px;
  }

  .inner-banner-par-wdth {
    width: 55%;
  }

  .blog-sidebar-wrap {
    grid-template-columns: 1fr .4fr;
  }

  .blog-details-title-2 {
    font-size: 80px;
  }

  .section-blog-details-2 {
    height: 700px;
  }

  .banner-paragraph {
    width: 100%;
  }

  .verticle-card-image-2, .verticle-card-image-2.large-height {
    min-height: 400px;
  }

  .news-hero-title {
    width: 90%;
    font-size: 32px;
  }

  .news-hero-title.large-title {
    font-size: 36px;
  }

  .banner-title-category {
    font-size: 120px;
  }

  .collection-category-list {
    width: 90%;
  }

  .search-title-con {
    width: 60%;
  }

  .result-grig {
    grid-column-gap: 100px;
  }

  .games-collection {
    width: 90%;
  }

  .inner-banner-games {
    min-height: 500px;
  }

  .faq-grid {
    grid-column-gap: 30px;
  }

  .faq-icon-con {
    width: 75px;
    height: 75px;
  }

  .rating-star-item, .hero-feedback {
    font-size: 20px;
  }

  .stories-item {
    padding: 50px 40px;
  }

  .field-block {
    grid-row-gap: 12px;
  }

  .feild-form-wrapper {
    grid-row-gap: 24px;
  }

  .delivery-flex-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .steps-sticky-card {
    max-width: 550px;
  }

  .steps-grid {
    max-width: 1400px;
  }

  .h2-shop-details {
    font-size: 75px;
  }

  .looping-hero-text {
    font-size: 180px;
  }

  .lightbox-link-shop {
    min-width: 750px;
  }

  .collection-relative-games {
    width: 90%;
  }

  .licensing-small-image, .licensing-small-video {
    height: 400px;
  }

  .licence-par {
    width: 70%;
  }

  .hero-landing-banner {
    padding-top: 180px;
  }

  .landing-title {
    font-size: 120px;
  }

  .landing-grad-01, .landing-grad-02 {
    opacity: .35;
    width: 500px;
  }

  .landing-grad-03 {
    opacity: .35;
    width: 650px;
    height: 650px;
    bottom: 24%;
  }

  .landing-grad-04 {
    opacity: .68;
    width: 750px;
    top: -330px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 35px;
  }

  blockquote {
    padding-right: 15px;
    font-size: 26px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .utility-page-content {
    width: 350px;
  }

  .password-image {
    height: 110px;
  }

  .section-title-wrapper {
    width: 85%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    width: auto;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-banner-title-wrapper {
    width: 100%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 40px;
    padding-right: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .search {
    margin-top: 30px;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .spacing-system-title {
    font-size: 20px;
  }

  .header-link-item {
    background-color: #0000;
    border-bottom: 1px solid #ffffff1a;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .hero-nav-dropdown {
    border-bottom: 1px solid #ffffff1a;
    width: 100%;
    padding-left: 0;
    transition: all .35s;
  }

  .nav-dropdown-link-wrapper-3 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item-wrapper {
    justify-content: space-between;
  }

  .nav-line-white-2 {
    background-color: #e3e3e1;
    height: .4px;
    margin-bottom: 5px;
  }

  .megamenu-dropdown-wrap-2 {
    justify-content: center;
    width: 100%;
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .logo-link-mobile {
    justify-content: center;
    margin-bottom: 0;
    display: flex;
  }

  .logo-link-mobile:hover {
    opacity: 1;
  }

  .logo-link-mobile.w--current {
    margin-bottom: 0;
    padding-top: 0;
  }

  .border-wrap-4 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-intro-item-white {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .nav-intro-item-white.nav-cart {
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-white-2 {
    background-color: #e3e3e1;
    height: 1.5px;
  }

  .cart-wrapper {
    justify-content: flex-end;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .home-hero {
    height: auto;
    min-height: 800px;
  }

  .hero-bottom {
    width: 100%;
  }

  .hero-home-3-content {
    padding-top: 120px;
    padding-bottom: 20vh;
  }

  .hero-banner-image {
    width: 20vw;
    height: 20vw;
    min-height: 20vw;
  }

  .hero-banner-image.two {
    margin-left: 0;
  }

  .hero-banner-image.ten {
    z-index: 10;
  }

  .hero-banner-image.nine {
    margin-right: 40px;
  }

  .hero-image-strip.right-side {
    grid-template-columns: 1fr;
    padding-top: 25vh;
  }

  .hero-image-strip.left {
    grid-template-columns: 1fr;
  }

  .hero-wrapper {
    height: auto;
  }

  .game-card.bestsellers {
    width: 70%;
  }

  .card-image {
    height: 300px;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .nav-dropdown-small-icon-2 {
    color: var(--white);
    justify-content: space-between;
    margin-top: auto;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .nav-menu-wrap-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .nav-dropdown-list-item-3 {
    background-color: #fff;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0 0 0 15px;
    display: none;
    position: static;
  }

  .nav-dropdown-list-item-3.w--open {
    background-color: #000;
    border-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-item-3.megamenu {
    padding-right: 0;
  }

  .nav-dropdown-list-item-3.megamenu.w--open {
    border-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .tablet-menu-6 {
    background-color: var(--black);
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .cart-button-item-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-close-icon-6 {
    width: auto;
    height: 18px;
    position: relative;
  }

  .nav-intro-item-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .black-nav-wrapper {
    background-color: #fff0;
    justify-content: flex-start;
    align-items: center;
    min-width: auto;
    min-height: auto;
  }

  .black-nav-wrapper.cart-nav {
    background-color: #fff0;
    min-width: auto;
    margin-left: auto;
    padding: 0 10px 0 0;
  }

  .burger-nav-2 {
    min-width: auto;
    min-height: auto;
    display: flex;
  }

  .close-menu-button-5 {
    justify-content: center;
    align-items: center;
    height: 40px;
    padding: 7px 0 5px 20px;
    display: flex;
  }

  .close-menu-button-5.w--open {
    z-index: 10;
    border-left: 1px solid var(--white-15);
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 70px;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .megamenu-dropdown-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .hero-nav-dropdown-2 {
    border-bottom: 1px solid var(--white-15);
    width: 100%;
    padding-left: 0;
    transition: all .35s;
  }

  .hero-nav-dropdown-2:hover {
    background-color: var(--primary-dark);
  }

  .dropdown-menu-5 {
    background-color: var(--black);
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .nav-dropdown-link-span-2 {
    display: none;
  }

  .icon-wrap-2 {
    border-left: 1px solid var(--white-15);
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 60px;
  }

  .header-link-item-2 {
    border-bottom: 1px solid var(--white-15);
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .header-link-item-2:hover {
    background-color: var(--primary-dark);
  }

  .nav-cross-wrap-2 {
    display: none;
  }

  .nav-menu-shadow-overlay-6 {
    border-right: 1px solid var(--white-15);
    background-color: var(--black);
    border-radius: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: hidden;
    box-shadow: 5px 0 45px #0003;
  }

  .cart-wrapper-2 {
    justify-content: flex-end;
  }

  .dropdown-header-item-3 {
    background-color: #0000;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .menu-button-5 {
    text-align: right;
    justify-content: flex-end;
    align-items: center;
    height: 40px;
    padding: 15px 0;
  }

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

  .full-width-nav-link-2 {
    margin-left: 0;
  }

  .nav-gray-line {
    display: none;
  }

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

  .card-services {
    grid-row-gap: 60px;
    min-height: 225px;
    padding: 40px 30px;
  }

  .collection-blog-1-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    margin-bottom: 0;
  }

  .project-collection-item-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .project-collection-item-2:nth-child(odd) {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .project-collection-item-2.center-align {
    justify-content: flex-start;
    align-items: center;
  }

  .home-video-gallery-trigger {
    display: none;
  }

  .home-2-gallery-work {
    height: auto;
  }

  .heading-letter-animation {
    font-size: 6rem;
  }

  .video-gallery-item {
    width: 380px;
    height: 550px;
    margin-top: 0;
  }

  .video-gallery-item.top-item {
    margin-bottom: 0;
  }

  .video-gallery-height {
    height: 75vw;
    min-height: 22.5rem;
    display: none;
  }

  .video-gallery-works {
    padding-bottom: 10px;
    overflow: auto;
  }

  .video-gallery {
    min-height: auto;
    position: static;
  }

  .video-background {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .number-column.central {
    margin-top: 0;
  }

  .separator-line {
    display: none;
    inset: -10% auto auto 5%;
  }

  .separator-line.right {
    inset: -10% 5% auto auto;
  }

  .par-gradient {
    background-image: linear-gradient(45deg, var(--dark-par), white 30%, var(--white) 70%, var(--dark-par) 103%);
  }

  .numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-glow {
    display: none;
  }

  .heading-circle {
    background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 6%, var(--dark-blue) 41%, var(--black) 55%);
    width: 300px;
    height: 300px;
  }

  .secondary-button-link {
    box-shadow: none;
  }

  .secondary-button-link:hover {
    box-shadow: 0 1px 30px #ecbbff59;
  }

  .flex-center-content.shop-details {
    margin-bottom: 60px;
  }

  .flex-heading, .par-wdth {
    width: 100%;
  }

  .text-size-small.text-color-grey, .brackets-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .home-service-hover {
    display: none;
  }

  .services-large-title.text-style-allcaps {
    font-size: 1.7rem;
  }

  .fashion-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .fashion-row.with-borders {
    padding-bottom: 20px;
  }

  .project-link-grid {
    padding-top: 14px;
    padding-bottom: 0;
  }

  .banner-01-info-con {
    width: 100%;
  }

  .section-game-category {
    padding-top: 0;
  }

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

  .mobile-mockup {
    width: 325px;
  }

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

  .benefit-col {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .benefit-col.row-benefit {
    flex-flow: row;
  }

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

  .game-ava-circles {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
  }

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

  .form-container {
    width: 90%;
  }

  .success-transparent {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .next-video-level-2 {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .video-big-title {
    font-size: 40px;
  }

  .width-large {
    width: 100%;
  }

  .dragon-png {
    width: auto;
    height: 700px;
    position: absolute;
    inset: auto 0% 0% 5%;
  }

  .section-dragon {
    height: 800px;
  }

  .collection-grid-game {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .best-game-item:nth-child(odd) {
    margin-bottom: 0;
  }

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

  .png-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .lottie-item {
    height: 65%;
    top: 7%;
    left: 3%;
  }

  .light-green-circle {
    display: none;
  }

  .aura-clip-wrapper {
    top: 125px;
  }

  .hero-aurora-stroke {
    width: 150em;
    height: 100em;
  }

  .hero-aura-top-blur {
    width: 170em;
    height: 100em;
    top: -11%;
  }

  .hero-aura-bottom-blur {
    width: 200em;
    height: 100em;
    top: -7%;
  }

  .aurora-stroke {
    width: 100em;
    height: 100em;
  }

  .aurora-stroke.footer {
    width: 60em;
    height: 60em;
    transform: translate(-20%, 10%);
  }

  .hero-aurora-blur {
    width: 100em;
    height: 100em;
  }

  .hero-aurora-blur.footer {
    width: 60em;
    height: 60em;
    transform: translate(-20%, 8%);
  }

  .hero-aurora-blur.footer.movable {
    display: none;
  }

  .aura-clip-reverse {
    top: -72%;
  }

  .aura-clip-reverse.benefit {
    top: -75%;
  }

  .aura-clip-reverse.shop-page {
    top: -87%;
  }

  .clip-stroke-circle-reverse {
    top: -15%;
  }

  .clip-stroke-circle-reverse.shop {
    top: -11%;
  }

  .section-benefit.without-bottom-spacing {
    padding-top: 180px;
  }

  .demo-description {
    width: 100%;
  }

  .full-container.static {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-footer-con {
    width: 100%;
  }

  .bottom-footer {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .footer-rights-bottom {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
  }

  .footer-par-copyright {
    grid-column-gap: 5px;
    flex-flow: wrap;
    display: flex;
  }

  .footer-rights-text {
    grid-row-gap: 0px;
  }

  .par-footer-wdth {
    width: 60%;
  }

  .footer-lottie {
    height: 100px;
    top: -100px;
    right: 60px;
  }

  .text-banner-wdth {
    width: 71%;
  }

  .bottom-banner-wrap {
    width: 100%;
  }

  .coming-soon-wrapper-2 {
    align-items: center;
  }

  .footer-bottom-form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-content-right {
    display: none;
  }

  .tablet-video-ov {
    background-color: #00000059;
    position: absolute;
    inset: 0%;
  }

  .coming-soon-heading-3 {
    text-align: center;
    width: 90%;
    font-size: 60px;
  }

  .coming-soon-container {
    justify-content: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .subscribe-form-footer-2 {
    grid-column-gap: 8px;
  }

  .coming-soon-text {
    color: #ffffff80;
    text-align: center;
    width: 100%;
  }

  .tablet-video-bg {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hero-form-coming-soon-2 {
    align-items: center;
    width: 80%;
  }

  .loop-container {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
  }

  ._404-title {
    font-size: 120px;
  }

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

  .banner-02-info-con {
    width: 100%;
  }

  .banner-003 {
    padding-bottom: 120px;
  }

  .aura-banner-clip-wrap {
    top: 62%;
  }

  .hero-banner-title-02 {
    background-image: linear-gradient(180deg, var(--white) 2%, var(--soft-pink) 50%, var(--black));
  }

  .top-banner-intro-wrap {
    width: 85%;
  }

  .clip-stroke-circle-banner {
    top: 100px;
  }

  .top-grad {
    width: 550px;
    height: 200px;
    top: -130px;
  }

  .video-overlay-003 {
    background-image: linear-gradient(45deg, #12031e 9%, var(--transparent));
  }

  .flex-row-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .loop-small-item-game {
    display: none;
  }

  .banner-03-info-con {
    width: 100%;
  }

  .text-banner-03-wdth {
    width: 71%;
  }

  .inner-banner {
    min-height: 380px;
    padding-top: 140px;
  }

  .inner-banner-title {
    font-size: 70px;
  }

  .inner-grad-01, .inner-grad-02 {
    bottom: 39%;
  }

  .inner-grad-03 {
    bottom: 40%;
  }

  .grid-photo-item {
    height: 300px;
  }

  .grid-photo-item.small-item {
    height: 250px;
  }

  .space-subtitle-con {
    margin-bottom: 30px;
  }

  .video-about {
    min-height: 550px;
    padding-top: 140px;
  }

  .par-wdth-con {
    width: 100%;
  }

  .banner-par-wdth {
    width: 73%;
  }

  .slide-heading {
    font-size: 64px;
  }

  .slide-heading.xl {
    font-size: 100px;
  }

  .action-heading-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .action-section {
    min-height: 500px;
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .about-company {
    width: 100%;
  }

  .story-wrapper {
    border-right-style: none;
  }

  .about-us-con {
    padding-right: 0;
  }

  .h2-black-title {
    font-size: 44px;
  }

  .experts-wrap {
    padding-bottom: 60px;
  }

  .experts-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .full-color-wrapper {
    padding-top: 140px;
  }

  .our-experts-wrap.top-spase {
    margin-top: 0;
  }

  .projects-mask {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hover-slider-arrow {
    width: 100%;
    max-width: 45px;
    height: 100%;
    max-height: 45px;
  }

  .projects-arrow {
    justify-content: flex-start;
    width: 60px;
    height: 60px;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0 100px 90px;
  }

  .projects-arrow.left {
    justify-content: flex-end;
    bottom: 100px;
    left: 0;
    right: 90px;
  }

  .slider-arrow-icon-2 {
    width: auto;
    height: auto;
  }

  .featured-work-slider {
    padding-bottom: 200px;
  }

  .inner-banner-large-title {
    font-size: 75px;
  }

  .inner-banner-par-wdth {
    width: 73%;
  }

  .sidebar-recent-posts-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }

  .blog-3-form-white {
    grid-column-gap: 8px;
    flex-flow: row;
    align-items: stretch;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .collection-list-resent-posts {
    flex-flow: wrap;
    width: 100%;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    position: static;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 47%;
    display: flex;
  }

  .blog-sidebar-wrap {
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
  }

  .blog-sidebar-left-wrap-2 {
    flex: none;
    width: 100%;
  }

  .services-template-wrap, .blog-template-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrap.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-details-title-2 {
    width: 100%;
    font-size: 50px;
  }

  .blog-intro-content-2 {
    width: 100%;
    min-height: auto;
    padding-bottom: 100px;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
    right: 40px;
  }

  .section-blog-details-2 {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-paragraph {
    width: 83%;
  }

  .hero-blog-rich-text h2 {
    font-size: 40px;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .news-hero-title, .news-hero-title.large-title {
    font-size: 22px;
  }

  .sidebar-recent-post-image-2 {
    height: 110px;
  }

  .hover-blog-cover {
    display: none;
  }

  .article-2 {
    height: 100%;
  }

  .tab-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-top-2.recent-posts {
    padding-right: 0;
  }

  .subtitle-blog {
    font-size: 18px;
  }

  .banner-title-category {
    font-size: 80px;
  }

  .search-title-con {
    width: 90%;
  }

  .par-gradient-left {
    background-image: linear-gradient(45deg, var(--dark-par), white 30%, var(--white) 70%, var(--dark-par) 103%);
  }

  .flex-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .inner-banner-games {
    min-height: 380px;
    padding-top: 140px;
  }

  .hero-pricing-item {
    margin-top: 0;
  }

  .our-price {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .faq-answer {
    padding-right: 70px;
  }

  .faq-grid {
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .faq-banner-title {
    font-size: 60px;
  }

  .faq-title-con {
    width: 100%;
  }

  .customer-info {
    flex-flow: wrap;
  }

  .container-review {
    grid-template-columns: 1fr;
  }

  .arrow-item-cover {
    display: none;
  }

  .news-grid-wrapper-2 {
    border-right-style: none;
    padding-bottom: 0;
  }

  .form-block {
    align-items: center;
  }

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

  .delivery-flex-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .methods-container {
    align-self: center;
  }

  .steps-card-wrapper {
    grid-row-gap: 15px;
  }

  .steps-tracker, .steps-dot {
    display: none;
  }

  .steps-card {
    min-height: auto;
  }

  .steps-circle {
    display: none;
  }

  .steps-sticky-card {
    background-position: 50% 25%;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    min-width: 100%;
    max-width: 100%;
    height: 550px;
    padding-top: 26px;
    position: relative;
    top: auto;
  }

  .steps-circle-outline.three {
    display: none;
  }

  .steps-cards {
    padding-left: 0;
  }

  .steps-grid {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    width: 85%;
  }

  .games-category {
    padding-bottom: 0;
  }

  .games-category-collection {
    width: 100%;
  }

  .games-collection-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .games-collection-item:nth-child(odd) {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .collection-game-grid {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center start;
    margin-bottom: 0;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .lightbox-link {
    flex: none;
  }

  .hero-image.full {
    width: 100vw;
    height: 100%;
  }

  .looping-hero-text {
    font-size: 100px;
  }

  .full-hero-home-3 {
    min-height: 740px;
  }

  .four-column {
    grid-row-gap: 48px;
  }

  .hero-links {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hover-circle-wrap {
    display: none;
  }

  .hero-loop {
    align-items: flex-end;
    height: 18vw;
  }

  .scroll-link-home-3 {
    display: none;
  }

  .hero-loop-content {
    padding-bottom: 40px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-flow: column-reverse;
  }

  .shop-tablet-image {
    background-image: url('../images/Banner-Bg-3.webp'), linear-gradient(to bottom, #0000001a, #0000001a), linear-gradient(135deg, var(--main-color-002), var(--main-color-004) 82%, var(--main-color-005));
    background-position: 0 0, 0 0, 0 0;
    background-repeat: no-repeat, repeat, repeat;
    background-size: 100% 100%, auto, auto;
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: none;
    position: relative;
    overflow: hidden;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .portfolio-image-cover {
    display: none;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .solid-view-circle {
    border-style: solid;
    border-color: #afafaf80;
    width: 100px;
    height: 100px;
    display: none;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .shop-lightbox {
    display: flex;
  }

  .shop-png {
    height: 90%;
  }

  .hover-circle-wrapper-5 {
    display: none;
  }

  .licence-par {
    width: 80%;
  }

  .hero-landing-banner {
    padding-top: 160px;
  }

  .landing-title {
    font-size: 70px;
  }

  .cta-landing {
    width: 90%;
    font-size: 40px;
  }

  .cta-lp-wrap {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .landing-grad-04 {
    width: 550px;
    height: 200px;
    top: -187px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 33px;
  }

  blockquote {
    font-size: 22px;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    border-left: 1px solid var(--white-15);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--white-15);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--white-15);
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: var(--main-color-003);
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

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

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .h1-tablet {
    font-size: 50px;
  }

  .h2-tablet {
    font-size: 40px;
  }

  .h3-tablet {
    font-size: 33px;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .primary-button.pagination {
    margin-top: 40px;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-title-wrapper {
    margin-bottom: 30px;
  }

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper, .section-title-description.small-wdth {
    width: 100%;
  }

  .search-result-wrapper {
    margin-top: 60px;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .landing-features-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .landing-inner-page-item {
    width: auto;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrapper {
    padding: 60px 15px;
  }

  .secondary-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .secondary-button.pagination {
    margin-top: 40px;
  }

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

  .blog-section-title {
    margin-bottom: 40px;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .spacing-system-title {
    font-size: 25px;
  }

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

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .logo-project {
    height: 20px;
  }

  .banner-001 {
    padding-bottom: 180px;
  }

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

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

  .hero-home-3-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-banner-image.two {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
    margin-bottom: 40px;
  }

  .hero-banner-image.three {
    border-radius: 12px;
  }

  .hero-banner-image.fourteen {
    top: 850px;
  }

  .hero-banner-image.ten {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
  }

  .hero-banner-image.four {
    z-index: 10;
    top: 231px;
  }

  .hero-banner-image.nine {
    width: 25vw;
    height: 25vw;
    min-height: 25vw;
    margin-top: 40px;
  }

  .hero-banner-image.twelve {
    display: none;
  }

  .banner-3-par-width {
    width: 100%;
  }

  .hero-image-strip.right-side {
    padding-top: 50vh;
  }

  .hero-image-strip.left {
    grid-template-columns: 1fr 1fr;
  }

  .h6-color {
    margin-bottom: 15px;
  }

  .game-card.bestsellers {
    width: 80%;
  }

  .nav-menu-wrap-2 {
    max-width: none;
  }

  .tablet-menu-6 {
    height: 64px;
  }

  .cart-button-item-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .black-nav-wrapper {
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .burger-nav-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .close-menu-button-5.w--open {
    height: 64px;
    padding-top: 19px;
  }

  .dropdown-menu-5 {
    overflow: hidden;
  }

  .cart-container-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .banner-img-01 {
    background-position: 60%;
  }

  .banner-ov {
    background-color: #00000059;
    background-image: linear-gradient(45deg, #23052e 8%, var(--transparent));
  }

  .collection-blog-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .project-collection-item-2 {
    justify-content: center;
    align-items: center;
  }

  .project-collection-item-2:nth-child(odd) {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .h6-subtitle-2 {
    margin-bottom: 15px;
  }

  .heading-letter-animation {
    font-size: 4rem;
  }

  .video-gallery-item {
    width: 500px;
  }

  .video-gallery-height {
    height: 110vw;
    min-height: 10rem;
    max-height: 100vh;
  }

  .video-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .number-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .numbers-wrapper {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .numerical-statistics {
    background-image: linear-gradient(180deg, var(--transparent) 33%, var(--black) 80%), linear-gradient(135deg, var(--main-color-002) 6%, var(--soft-pink) 51%, var(--main-color-004) 94%);
    font-size: 65px;
  }

  .heading-circle {
    background-image: linear-gradient(180deg, var(--soft-pink), var(--main-color-002) 6%, var(--dark-blue) 31%, var(--black) 49%);
  }

  .flex-center-content {
    margin-bottom: 40px;
  }

  .services-large-title {
    font-size: 2.25rem;
  }

  .services-large-title.text-style-allcaps {
    font-size: 1.15rem;
  }

  .fashion-row {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .product-mini-card-option {
    min-height: 34px;
  }

  .banner-01-info-con {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .section-game-category {
    padding-bottom: 60px;
  }

  .benefit-full-container {
    margin-top: 40px;
  }

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

  .mobile-mockup {
    width: auto;
    max-width: none;
    height: 500px;
    transform: rotate(50deg);
  }

  .png-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .benefit-col.row-benefit {
    flex-flow: column;
  }

  .color-section {
    background-image: none;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .game-ava-circles {
    flex-wrap: wrap;
    display: flex;
  }

  .next-video-level-2 {
    grid-row-gap: 40px;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .dragon-png {
    height: 530px;
  }

  .section-dragon {
    height: 640px;
    margin-bottom: -70px;
  }

  .best-game {
    width: 100%;
  }

  .collection-grid-game {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .best-game-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .game-grid-item {
    grid-template-columns: .8fr 1fr;
    padding-bottom: 120px;
  }

  .png-container {
    overflow: hidden;
  }

  .lottie-item {
    height: 55%;
    top: 13%;
  }

  .overflow-title-wrapper {
    margin-bottom: 10px;
  }

  .hero-footer {
    padding-top: 60px;
  }

  .scroll-large-text {
    font-size: 60px;
  }

  .aura-clip-wrapper {
    top: 71px;
  }

  .hero-aurora-stroke {
    width: 100em;
  }

  .hero-aura-top-blur {
    width: 120rem;
  }

  .hero-aura-bottom-blur {
    width: 140em;
  }

  .aura-clip-reverse {
    top: -76%;
  }

  .aura-clip-reverse.benefit {
    top: -80%;
  }

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

  .section-benefit.without-bottom-spacing {
    padding-top: 150px;
  }

  .footer-top-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    width: 100%;
  }

  .footer-large-title {
    font-size: 12.5em;
  }

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

  .border-item-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .bottom-footer {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    justify-content: center;
    place-items: start stretch;
  }

  .footer-rights-bottom {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
  }

  .par-footer-wdth {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
  }

  .avatars-intro {
    justify-content: center;
    align-items: center;
  }

  .footer-lottie {
    position: relative;
    top: auto;
    right: auto;
  }

  .grad-02 {
    transform: rotate(50deg);
  }

  .text-banner-wdth {
    width: 100%;
  }

  .bottom-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .flex-banner-con {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .title-intro {
    justify-content: flex-start;
    align-items: center;
  }

  .small-cta-wrap, .line-wrap {
    display: none;
  }

  .coming-soon-wrapper-2 {
    text-align: center;
    margin-left: 0%;
  }

  .footer-bottom-form {
    width: 100%;
  }

  .image-content-right {
    height: 30rem;
  }

  .coming-soon-heading-3 {
    width: 100%;
    font-size: 55px;
  }

  .no-shrink-btn-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .subscribe-form-footer-2 {
    grid-row-gap: 12px;
    border-radius: 12px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .hero-form-coming-soon-2 {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  ._404-wrapper {
    width: 100%;
  }

  ._404-title {
    font-size: 100px;
  }

  .form-button.full-width-mobile {
    width: 100%;
  }

  .checkout-form {
    padding-top: 140px;
  }

  .banner-002 {
    padding-bottom: 140px;
  }

  .banner-02-info-con {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .center-title-intro {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-003 {
    padding-top: 160px;
  }

  .aura-banner-clip-wrap {
    top: 68%;
  }

  .hero-banner-title-02 {
    background-image: linear-gradient(180deg, var(--white) 2%, var(--soft-pink) 56%, var(--black) 97%);
  }

  .top-banner-intro-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .play-now-wrapper {
    display: none;
  }

  .btn-banner {
    min-height: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .btn-small-title-text {
    font-size: 14px;
  }

  .top-grad {
    width: 90%;
    height: 250px;
    top: -200px;
  }

  .video-overlay-003 {
    background-image: linear-gradient(45deg, #12031e 9%, var(--transparent));
  }

  .our-games {
    padding-top: 60px;
  }

  .flex-row-content {
    grid-row-gap: 35px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .left-title-intro {
    text-align: center;
  }

  .founders-subtitle {
    color: #fff;
  }

  .dot {
    background-color: #fff;
  }

  .banner-03-info-con {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .text-banner-03-wdth {
    width: 100%;
  }

  .inner-banner {
    min-height: 330px;
  }

  .inner-banner-title {
    font-size: 60px;
  }

  .inner-grad-03 {
    bottom: 97%;
  }

  .sg-title {
    margin-bottom: 30px;
  }

  .grid-img-banner {
    width: 95%;
    margin-top: -120px;
  }

  .grid-photo-item {
    height: 240px;
  }

  .grid-photo-item.small-item {
    height: 190px;
  }

  .video-about {
    min-height: 450px;
    padding-bottom: 200px;
  }

  .banner-par-wdth {
    width: 100%;
  }

  .slide-heading {
    font-size: 48px;
  }

  .slide-heading.xl {
    font-size: 80px;
  }

  .action-heading-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .action-section {
    padding-bottom: 160px;
  }

  .story-wrapper {
    grid-row-gap: 48px;
  }

  .about-paragraphs {
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
  }

  .about-us-con {
    margin-bottom: 40px;
  }

  .h2-black-title {
    font-size: 38px;
  }

  .section-best-experts {
    padding-bottom: 60px;
  }

  .experts-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .full-wdth-con {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .our-experts-wrap.top-spase {
    margin-top: 0;
  }

  .height-photo-container {
    height: 450px;
  }

  .team-hero-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .projects-mask {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-intro-text {
    font-size: 24px;
  }

  .client-avatar-2 {
    width: 80px;
    height: 80px;
  }

  .inner-banner-large-title {
    font-size: 60px;
  }

  .inner-banner-par-wdth, .collection-blog-3-item-2 {
    width: 100%;
  }

  .collection-blog-3-item-2:nth-child(odd) {
    margin-bottom: 0;
  }

  .collection-blog-3-item-2:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-3-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .blog-sidebar-left-wrap-2 {
    column-count: 1;
    padding-bottom: 0;
  }

  .services-template-wrap, .blog-template-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-details-title-2 {
    width: 100%;
    font-size: 45px;
  }

  .blog-intro-content-2 {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 110px;
  }

  .bottom-slider-arrow-portfolio {
    height: 70px;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
    right: 20px;
  }

  .scroll-blog-circle-2 {
    width: 120px;
    height: 120px;
  }

  .banner-paragraph {
    width: 100%;
  }

  .hero-blog-rich-text h2 {
    font-size: 38px;
  }

  .verticle-card-image-2 {
    min-height: 300px;
  }

  .current-blog-link-2 {
    width: 100%;
  }

  .news-hero-title.large-title {
    font-size: 26px;
  }

  .sidebar-recent-post-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .sidebar-recent-post-image-2 {
    width: 200px;
  }

  .subtitle-blog {
    font-size: 20px;
  }

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

  .banner-title-category {
    font-size: 70px;
  }

  .search-title-con {
    width: 100%;
  }

  .primary-checkout-button {
    padding-left: 30px;
    padding-right: 30px;
  }

  .games-listing {
    padding-bottom: 60px;
  }

  .inner-banner-games {
    min-height: 330px;
  }

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

  .our-price {
    grid-template-columns: 1fr;
  }

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

  .button-pricing-wrap-2 {
    align-items: flex-start;
  }

  .faq-grid {
    margin-left: 0;
  }

  .faq-icon-con {
    height: 70px;
  }

  .faq-banner-title {
    font-size: 50px;
  }

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

  .mobile-show {
    grid-column-gap: .624rem;
    grid-row-gap: .624rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

  .our-stories {
    grid-template-columns: 1fr 1fr;
  }

  .column-stories.mobile-hidden {
    display: none;
  }

  .stories-item {
    padding: 30px 15px;
  }

  .sticky-sidebar-block {
    grid-row-gap: 36px;
  }

  .news-collection-list-2 {
    grid-template-columns: 1fr;
  }

  .form {
    grid-row-gap: 30px;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .delivery-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .delivery-flex-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .thank-you-text {
    font-size: 30px;
  }

  .testimonial-item-slider {
    padding-left: 40px;
    padding-right: 40px;
  }

  .methods-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .steps-content {
    grid-row-gap: 40px;
  }

  .steps-sticky-card {
    height: 450px;
  }

  .steps-grid {
    grid-row-gap: 40px;
    width: 95%;
  }

  .games-category {
    padding-top: 60px;
  }

  .games-collection-item {
    justify-content: center;
    align-items: center;
  }

  .games-collection-item:nth-child(odd) {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-game-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-category-con {
    align-items: flex-start;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .looping-hero-text {
    font-size: 80px;
  }

  .full-hero-home-3 {
    min-height: 700px;
  }

  .four-column {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hero-links {
    grid-column-gap: 24px;
  }

  .hero-loop {
    height: 15vw;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .shop-tablet-image {
    height: 340px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .h2-shop-details-2 {
    font-size: 30px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .shop-details-hero-title-2 {
    font-size: 40px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .license-link-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .licence-par {
    width: 100%;
  }

  .hero-landing-banner {
    padding-top: 140px;
  }

  .section-gray {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-title {
    font-size: 56px;
  }

  .cta-landing {
    width: 100%;
    font-size: 35px;
  }

  .landing-grad-03 {
    bottom: 0%;
  }

  .landing-grad-04 {
    width: 80%;
    height: 250px;
    top: -280px;
  }

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--white-15);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    grid-row-gap: 20px;
  }

  .primary-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .utility-page-content {
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

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

  .landing-feature-icon {
    margin-bottom: 10px;
  }

  .secondary-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .header-link-item {
    width: 100%;
  }

  .cart-flex-item {
    grid-template-columns: 70px 1fr 70px;
  }

  .logo-project {
    height: 18px;
  }

  .banner-001 {
    padding-top: 140px;
  }

  .home-hero {
    min-height: 770px;
  }

  .hero-bottom {
    justify-content: flex-start;
  }

  .hero-home-3-content {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .hero-banner-image {
    width: 30vw;
    height: 30vw;
    min-height: 30vw;
  }

  .hero-banner-image.two {
    display: none;
  }

  .hero-banner-image.three {
    top: 200px;
  }

  .hero-banner-image.fourteen {
    top: 120px;
  }

  .hero-banner-image.ten {
    top: 100px;
  }

  .hero-banner-image.four {
    margin-right: 120px;
    top: 180px;
  }

  .hero-banner-image.nine {
    display: none;
  }

  .hero-banner-image.thirteen {
    top: 140px;
  }

  .hero-banner-image.twelve {
    left: 0%;
  }

  .hero-trigger {
    margin-top: 92vh;
  }

  .no-shrink-btn-2.full-mobile, .next-video-level {
    width: 100%;
  }

  .hero-home-info {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .hero-image-strip.right-side {
    padding-top: 30vh;
  }

  .hero-image-strip.left {
    padding-top: 49vh;
  }

  .btn-wrapper, .game-card.bestsellers {
    width: 100%;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .app-img {
    height: 54px;
  }

  .nav-dropdown-list-item-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .megamenu-dropdown-wrapper-4, .header-link-item-2, .dropdown-header-item-3 {
    width: 100%;
  }

  .heading-letter-animation {
    font-size: 3.25rem;
  }

  .video-gallery-item {
    width: 340px;
    height: 500px;
  }

  .video-gallery-height {
    height: 150vw;
  }

  .separator-line {
    display: none;
  }

  .numerical-statistics {
    font-size: 55px;
  }

  .secondary-button-link.full-wdth, .button-link-wrapper.mobi-full {
    width: 100%;
  }

  .home-service-left {
    margin-top: -.6rem;
  }

  .text-size-small.text-color-grey, .brackets-text {
    font-size: .8rem;
  }

  .services-large-title.text-style-allcaps {
    font-size: 22px;
  }

  .fashion-row {
    grid-column-gap: 8px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-columns: auto auto;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .fashion-row.with-borders {
    grid-column-gap: 35px;
    grid-row-gap: 15px;
    border-top-style: none;
    border-bottom-style: none;
    grid-template-columns: auto auto;
    justify-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-link-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .small-card-option-item {
    grid-template-columns: 1fr;
  }

  .circle-cart-button {
    width: 40px;
    min-height: 40px;
  }

  .game-category-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h6-white-subtitle.center-text {
    text-align: center;
  }

  .mobile-mockup {
    height: 300px;
  }

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

  .game-avatar {
    width: 3.5rem;
    height: 3.5rem;
  }

  .cta-demo-game {
    padding-top: 0;
  }

  .form-container {
    width: 100%;
  }

  .success-transparent {
    padding: 20px 15px;
  }

  .dragon-png {
    height: 350px;
  }

  .section-dragon {
    height: 800px;
    margin-bottom: -40px;
  }

  .game-grid-item {
    grid-template-columns: 1fr;
    align-content: start;
    place-items: start center;
    padding-top: 60px;
    padding-bottom: 180px;
  }

  .lottie-item {
    width: 50%;
    height: auto;
    inset: auto 0% 0;
  }

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

  .hero-footer {
    text-align: left;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .aura-clip-wrapper {
    top: 130px;
  }

  .hero-aurora-stroke {
    width: 60em;
    height: 60em;
  }

  .hero-aura-top-blur {
    opacity: .6;
    filter: blur(1em);
    width: 70em;
    height: 60em;
    padding: 1em;
    top: -10%;
  }

  .hero-aura-bottom-blur {
    opacity: .6;
    filter: blur(1em);
    width: 75em;
    height: 60em;
    padding: 1em;
    top: -9%;
  }

  .aurora-stroke {
    width: 60em;
    height: 60em;
  }

  .aurora-stroke.footer {
    display: none;
  }

  .hero-aurora-blur {
    opacity: .6;
    filter: blur(1em);
    width: 60em;
    height: 60em;
    padding: 1em;
  }

  .hero-aurora-blur.footer {
    display: none;
  }

  .btn-flex-group {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .aura-clip-reverse {
    top: -80%;
  }

  .aura-clip-reverse.benefit {
    top: -82%;
  }

  .aura-clip-reverse.shop-page {
    top: -90%;
  }

  .footer-top-links {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .footer-large-title {
    font-size: 7.5em;
  }

  .footer-title-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .border-item-wrap {
    border-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-par-copyright {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .footer-right-link {
    margin-left: 5px;
  }

  .par-footer-wdth {
    width: 100%;
  }

  .grad-02 {
    height: 300px;
  }

  .grad-03 {
    width: 300px;
    height: 300px;
    bottom: 29%;
  }

  .primary-button-checkout {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-form {
    width: 100%;
  }

  .coming-soon-heading-3 {
    font-size: 50px;
  }

  .subscribe-form-footer-2 {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .loop-container {
    grid-template-columns: 1fr;
  }

  ._404-text {
    width: 85%;
  }

  .no-shrink-btn, .form-button.full-width-mobile {
    width: 100%;
  }

  .banner-002 {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .aura-banner-clip-wrap {
    top: 79%;
  }

  .hero-banner-title-02 {
    background-image: linear-gradient(180deg, var(--white) 6%, var(--soft-pink) 68%, var(--black));
  }

  .top-intro-game {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .categories-link {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .intro-banner-game {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .top-grad {
    height: 300px;
  }

  .game-banner-avatar-01, .game-banner-avatar-02, .game-banner-avatar-03 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .button-group-con {
    flex-flow: column;
    align-items: stretch;
    width: 100%;
  }

  .inner-banner-title {
    font-size: 55px;
  }

  .inner-banner-photo.pricing {
    background-position: 93% 0;
  }

  .inner-banner-photo.contact-us-photo {
    background-position: 80% 0;
  }

  .inner-grad-01, .inner-grad-02 {
    display: none;
  }

  .inner-grad-03 {
    width: 100%;
    bottom: 40%;
  }

  .grid-img-banner {
    grid-template-columns: 1fr;
    width: 93%;
  }

  .grid-photo-item, .grid-photo-item.small-item {
    height: 300px;
  }

  .video-about {
    background-position: 80%;
  }

  .about-cta {
    width: 100%;
  }

  .slide-heading {
    font-size: 40px;
  }

  .slide-heading.xl {
    font-size: 60px;
  }

  .action-heading-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .no-shrink, .best-nevo-content {
    width: 100%;
  }

  .stacked-con {
    grid-row-gap: 36px;
  }

  .height-photo-container {
    height: 350px;
  }

  .client {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .testimonial-name-2 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .inner-banner-large-title {
    font-size: 55px;
  }

  .sidebar-recent-posts-wrapper-2 {
    column-count: 1;
  }

  .blog-3-form-white {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

  .sidebar-categories-list-2 {
    flex-wrap: wrap;
  }

  .date-line {
    width: 30px;
  }

  .date-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .date-line-container {
    width: 30px;
  }

  .blog-intro-content-2 {
    padding-top: 130px;
  }

  .bottom-slider-arrow-portfolio {
    width: 100%;
  }

  .bottom-slider-arrow-portfolio.right {
    border-top-style: none;
    border-left-style: none;
  }

  .scroll-blog-link {
    right: auto;
  }

  .title-blog-container {
    text-align: center;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .project-pagination-wrapper-2 {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .content-blog-details-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .news-hero-title.large-title {
    font-size: 20px;
  }

  .sidebar-recent-post-image-2 {
    width: 100px;
    height: 120px;
  }

  .subtitle-blog {
    font-size: 17px;
  }

  .banner-title-category {
    font-size: 50px;
  }

  .primary-checkout-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .order-item-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .order-item {
    flex-flow: wrap;
  }

  .order-price {
    margin-left: auto;
  }

  .toggle-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .faq-toggle {
    padding-left: 15px;
  }

  .faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-hero-title-dark {
    white-space: normal;
  }

  .faq-question {
    grid-column-gap: 15px;
  }

  .faq-icon-con {
    height: 90px;
  }

  .our-stories {
    grid-template-columns: 1fr;
  }

  .column-stories.bottom-mobile {
    border-top: 1px solid #000;
  }

  .stories-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .field-block {
    grid-template-columns: 1fr;
  }

  .succes-message-transparent {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form {
    padding-top: 0;
  }

  .form-block {
    grid-row-gap: 80px;
  }

  .delivery-item {
    flex-flow: column;
    justify-content: flex-start;
  }

  .contact-us-grid {
    width: 100%;
  }

  .delivery-flex-item {
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
  }

  .quick-intro-link {
    width: 100%;
  }

  .testimonial-item-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .methods-container {
    padding: 20px;
  }

  .steps-card-wrapper {
    grid-template-columns: auto;
  }

  .steps-tracker, .steps-circle {
    display: none;
  }

  .steps-sticky-card {
    min-width: auto;
    height: 400px;
    padding: 14px 12px 24px;
  }

  .steps-cards {
    grid-template-columns: auto;
    width: 100%;
    padding-left: 0;
  }

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

  .methods-title {
    margin-bottom: 15px;
  }

  .services-small-title {
    font-size: 28px;
  }

  .product-details-info {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-flow: column;
  }

  .h2-shop-details {
    font-size: 35px;
  }

  .hero-image.full {
    width: 100%;
  }

  .hero-links {
    grid-column-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
  }

  .scroll-link-home-3 {
    display: none;
  }

  .hero-loop-content {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .hover-circle-wrapper-5 {
    padding: 40px;
  }

  .license-link-wrap {
    margin-left: auto;
  }

  .no-shrink-button {
    width: 100%;
  }

  .landing-grad-01, .landing-grad-02 {
    display: none;
  }

  .landing-grad-03 {
    height: 250px;
  }

  .landing-grad-04 {
    height: 300px;
    top: -267px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-c47d90b6, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-c47d90b6, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-c47d90b6, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-c47d90b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf6178a-c47d9157 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf6178c-c47d9157 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf6178d-c47d9157 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf6178f-c47d9157 {
  grid-area: 1 / 1 / 2 / 3;
}

#wf-form-Contact-form.w-node-b74553f6-0c83-c9bd-e217-d549cdf61793-c47d9157 {
  place-self: start center;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf61796-c47d9157 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#First-name-2.w-node-b74553f6-0c83-c9bd-e217-d549cdf61798-c47d9157, #Last-name-2.w-node-b74553f6-0c83-c9bd-e217-d549cdf61799-c47d9157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf6179b-c47d9157, #Email-2.w-node-b74553f6-0c83-c9bd-e217-d549cdf6179d-c47d9157, #w-node-b74553f6-0c83-c9bd-e217-d549cdf6179f-c47d9157, #Message-2.w-node-b74553f6-0c83-c9bd-e217-d549cdf617a1-c47d9157 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf617ad-c47d9157 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-b74553f6-0c83-c9bd-e217-d549cdf617af-c47d9157 {
  align-self: start;
}

#w-node-_6394ebd6-2524-84cf-1182-c24c60e316a4-c47d9157 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-ac9e5076-bd03-0a77-8840-432da1b8848d-c47d9158 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ac9e5076-bd03-0a77-8840-432da1b8849c-c47d9158 {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_0614150e-fe23-a4bf-cd5c-095348b20b52-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28acf7-c47d9159 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad11-c47d9159 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad12-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad14-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad16-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad18-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad1a-c47d9159 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad1b-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad1d-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad1f-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad21-c47d9159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-c47d9165, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-c47d9165 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b6910dec-a446-adcd-935a-47cb1019b0e6-c47d916c {
  align-self: start;
}

#w-node-b6910dec-a446-adcd-935a-47cb1019b0e8-c47d916c {
  place-self: start end;
}

#w-node-_5758c681-95b8-385d-d1e1-a39870fd09da-c47d916c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_5758c681-95b8-385d-d1e1-a39870fd09e4-c47d916c {
  grid-area: 1 / 2 / 2 / 3;
  place-self: stretch stretch;
}

#w-node-_5758c681-95b8-385d-d1e1-a39870fd09e5-c47d916c {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_5758c681-95b8-385d-d1e1-a39870fd0a08-c47d916c {
  align-self: center;
}

#w-node-_78ff76ab-ada0-998d-bda4-8740eb5c4924-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2e3fbbd-0838-a03c-001a-1a68527d3530-c47d916c {
  justify-self: end;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3da1-c47d916c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3da6-c47d916c {
  align-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dac-c47d916c {
  justify-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3daf-c47d916c, #w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3db7-c47d916c {
  align-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dbd-c47d916c {
  justify-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dc0-c47d916c, #w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dc8-c47d916c {
  align-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dce-c47d916c {
  justify-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dd1-c47d916c, #w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dd9-c47d916c {
  align-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3ddf-c47d916c {
  justify-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3de2-c47d916c, #w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dea-c47d916c {
  align-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3df0-c47d916c {
  justify-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3df3-c47d916c {
  align-self: center;
}

#w-node-_17f8bb31-dedb-7ef5-9905-e5ccf76b3dff-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6028-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a602a-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a603a-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a604f-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a605f-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6074-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6084-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6098-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a609a-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a60aa-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a60bf-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a60cf-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a60e4-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a60f4-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6109-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6119-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a612d-c47d916c {
  justify-self: center;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a612f-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a613f-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6154-c47d916c {
  justify-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6164-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a61b4-c47d916c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a61ea-c47d916c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6204-c47d916c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6205-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6207-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6209-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a620b-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a620d-c47d916c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a620e-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6210-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6212-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_343860ab-0b73-533e-8bed-7916845a6214-c47d916c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-be75478d-28ca-535e-7c25-89f28efde0c5-c47d9170 {
  justify-self: end;
}

#w-node-_2ba23afe-7105-dd69-ede8-066861051482-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba23afe-7105-dd69-ede8-06686105148e-c47d9170 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_2ba23afe-7105-dd69-ede8-066861051490-c47d9170 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2ba23afe-7105-dd69-ede8-066861051492-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba23afe-7105-dd69-ede8-06686105149e-c47d9170 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514a0-c47d9170 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514a2-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a8f6638-8b64-0717-e831-416fd9782b20-c47d9170 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_9a8f6638-8b64-0717-e831-416fd9782b22-c47d9170 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514b3-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514bf-c47d9170 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514c1-c47d9170 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514c3-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b097c04-5f1d-18b7-f9f2-7f2e767ef369-c47d9170 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_9b097c04-5f1d-18b7-f9f2-7f2e767ef36b-c47d9170 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514d3-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514df-c47d9170 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_2ba23afe-7105-dd69-ede8-0668610514e1-c47d9170 {
  grid-area: 2 / 1 / 3 / 2;
  place-self: stretch end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823cb2-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823cb4-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823cc4-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823cd9-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823ce9-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823cfe-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d0e-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d22-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d24-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d34-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d49-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d59-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d6e-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d7e-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823d93-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823da3-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823db7-c47d9170 {
  justify-self: center;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823db9-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823dc9-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823dde-c47d9170 {
  justify-self: start;
}

#w-node-_396b6e1d-96e5-891f-f123-c844cf823dee-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_405a30b3-721c-04ca-cac5-ff35e0431987-c47d9170 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_543718fb-69fb-2e4a-1da7-42c92de7dcbd-c47d9170 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f50a-c47d9170 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f50b-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f50d-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f50f-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f511-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f513-c47d9170 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f514-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f516-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f518-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f51a-c47d9170 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3e083d8e-eab1-d378-5d52-87d0e8ea5c31-c47d9170 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_5758c681-95b8-385d-d1e1-a39870fd09e4-c47d916c {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b74553f6-0c83-c9bd-e217-d549cdf6178d-c47d9157 {
    grid-column: span 1 / span 1;
  }

  #w-node-b74553f6-0c83-c9bd-e217-d549cdf61792-c47d9157 {
    justify-self: center;
  }

  #w-node-b74553f6-0c83-c9bd-e217-d549cdf617ad-c47d9157 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6394ebd6-2524-84cf-1182-c24c60e31677-c47d9157 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_6394ebd6-2524-84cf-1182-c24c60e316a4-c47d9157 {
    grid-row: 2 / 3;
  }

  #w-node-ac9e5076-bd03-0a77-8840-432da1b8849c-c47d9158 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_47b618e1-9807-336f-2cb4-b49fdf28acf7-c47d9159 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_47b618e1-9807-336f-2cb4-b49fdf28ad1a-c47d9159 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5758c681-95b8-385d-d1e1-a39870fd09da-c47d916c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5758c681-95b8-385d-d1e1-a39870fd09e4-c47d916c {
    grid-column: 1 / 4;
  }

  #w-node-_5758c681-95b8-385d-d1e1-a39870fd09e5-c47d916c {
    grid-column: 1 / 5;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a6028-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a6029-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a604e-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a6098-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a6099-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a60be-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a612d-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a612e-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a6153-c47d916c {
    justify-self: center;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a61b4-c47d916c {
    grid-column: 2 / 3;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a61ea-c47d916c {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a620d-c47d916c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-df4ee41e-9991-2a8a-b864-a6cc5cd785b4-c47d9170 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_396b6e1d-96e5-891f-f123-c844cf823cb2-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823cb3-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823cd8-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823d22-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823d23-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823d48-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823db7-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823db8-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823ddd-c47d9170 {
    justify-self: center;
  }

  #w-node-_405a30b3-721c-04ca-cac5-ff35e0431987-c47d9170 {
    grid-column: 2 / 3;
  }

  #w-node-_543718fb-69fb-2e4a-1da7-42c92de7dcbd-c47d9170 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2c8ce0be-de7d-0b36-5f5f-32801d22f513-c47d9170 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e849ae5b-d9e2-6b66-8edd-840061bf56d2-c47d9170 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3e083d8e-eab1-d378-5d52-87d0e8ea5c31-c47d9170 {
    grid-row: 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b45df2a-3667-179b-2639-6ee95c1b37ee-5c1b37b9 {
    justify-self: center;
  }

  #w-node-_6394ebd6-2524-84cf-1182-c24c60e31677-c47d9157 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_6394ebd6-2524-84cf-1182-c24c60e316a4-c47d9157 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6394ebd6-2524-84cf-1182-c24c60e316a7-c47d9157 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_5758c681-95b8-385d-d1e1-a39870fd09e5-c47d916c {
    grid-column-end: 2;
  }

  #w-node-df4ee41e-9991-2a8a-b864-a6cc5cd785ac-c47d9170 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-df4ee41e-9991-2a8a-b864-a6cc5cd785b4-c47d9170 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-df4ee41e-9991-2a8a-b864-a6cc5cd785b9-c47d9170 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e849ae5b-d9e2-6b66-8edd-840061bf56d2-c47d9170 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_3e083d8e-eab1-d378-5d52-87d0e8ea5c31-c47d9170 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a421f9b6-e763-0ea6-6871-951e089e0f98-c47d9170 {
    grid-area: 3 / 1 / 4 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b74553f6-0c83-c9bd-e217-d549cdf61796-c47d9157 {
    grid-column: span 1 / span 1;
  }

  #w-node-_5758c681-95b8-385d-d1e1-a39870fd09e4-c47d916c {
    grid-column: 1 / 4;
  }

  #w-node-_5758c681-95b8-385d-d1e1-a39870fd09e5-c47d916c {
    grid-column-end: 2;
    place-self: stretch stretch;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a6028-c47d916c {
    justify-self: center;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a6073-c47d916c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a6098-c47d916c, #w-node-_343860ab-0b73-533e-8bed-7916845a612d-c47d916c {
    justify-self: center;
  }

  #w-node-_343860ab-0b73-533e-8bed-7916845a61b4-c47d916c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_396b6e1d-96e5-891f-f123-c844cf823cb2-c47d9170 {
    justify-self: center;
  }

  #w-node-_396b6e1d-96e5-891f-f123-c844cf823cfd-c47d9170 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_396b6e1d-96e5-891f-f123-c844cf823d22-c47d9170, #w-node-_396b6e1d-96e5-891f-f123-c844cf823db7-c47d9170 {
    justify-self: center;
  }

  #w-node-_405a30b3-721c-04ca-cac5-ff35e0431987-c47d9170 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}