@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;
}

:root {
  --black: black;
  --white: white;
  --paragraph-gray: #9b9b9b;
  --pink: #f833e1;
  --primary-dark: #0e0e0e;
  --white-15: #ffffff26;
  --hover-pink: #ff6ed9;
  --primary: #ff3d29;
  --white-50: #ffffff80;
  --transparent: #0000;
  --primary-light: #eef4f8;
  --light-gray: #f9f9fa;
  --gray: #e9e9e9;
  --dark-gray: #afafaf;
  --dark-gray-50: #afafaf80;
  --soft-blue: #4df4fd;
  --dark-blue: #4854e0;
  --section-gray: #2d2d31;
}

.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: Rajdhani, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

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

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

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

h4 {
  color: var(--white);
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

h5 {
  color: var(--white);
  letter-spacing: .08em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Orbitron, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

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

p {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  line-height: 1.5em;
}

a {
  color: var(--white);
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .35s;
  display: inline-block;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--white);
  -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 {
  background-color: var(--primary-dark);
  text-align: left;
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 20px 30px 30px;
  font-size: 30px;
  font-weight: 400;
  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.blue-background {
  background-color: var(--primary-dark);
}

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

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

.section.faq-section {
  padding-top: 1px;
}

.section.without-top-space {
  padding-top: 0;
}

.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;
}

.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(--primary-dark);
  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(--pink);
  width: 75px;
  height: 75px;
}

.gray-style-guide {
  background-color: var(--paragraph-gray);
  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(--hover-pink);
  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;
}

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

.primary-light-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.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;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

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

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

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

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

.primary-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 45px;
  padding: 13px 24px 12px;
  font-size: 16px;
  line-height: 1em;
  display: flex;
}

.primary-button:hover {
  border-color: var(--white-50);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--white);
}

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

.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: 20px;
  grid-row-gap: 15px;
  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-image {
  border: 1px solid var(--white-15);
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 320px;
}

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

.licensing-image-link {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.licensing-image-link:hover {
  opacity: .8;
}

.license-link {
  color: var(--white);
  font-weight: 400;
}

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

.banner-title {
  color: var(--white);
  text-align: center;
}

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

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

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

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

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

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

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

.licensing-paragraph {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 50%;
  margin-right: 40px;
  display: flex;
}

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

.licensing-font-title {
  text-transform: capitalize;
}

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

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

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

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

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

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

.changelog-heading {
  margin-bottom: 30px;
}

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.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 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  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-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-description {
  text-align: center;
  width: 90%;
  margin-top: 20px;
}

.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-result-item {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.dark-gray-style-guide {
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  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: 30px;
  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 {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.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: 8px;
}

.landing-progress-bar-95 {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 95%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  inset: auto 0% 26px auto;
}

.landing-progress-bar-92 {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 92%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.landing-progress-bar-100 {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 100%;
  height: 8px;
  margin-top: -8px;
  position: relative;
}

.landing-progress-bar-88 {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 10px;
  width: 88%;
  height: 8px;
  margin-top: -8px;
  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 {
  color: var(--white);
  background-color: #ffffff0d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.landing-inner-pages-wrapper {
  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;
}

.landing-inner-page-item {
  background-color: var(--transparent);
  text-align: center;
  letter-spacing: .05em;
  text-transform: capitalize;
  border-radius: 8px;
  width: auto;
  padding: 6px 6px 20px;
  position: relative;
  overflow: hidden;
}

.landing-inner-page-image {
  border: 1px solid var(--white-15);
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
}

.landing-inner-page-image-wrapper {
  z-index: 15;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

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

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #0003;
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.landing-inner-page-title {
  z-index: 15;
  position: relative;
}

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

.landing-performance-item-title {
  letter-spacing: .12em;
  font-family: Rajdhani, sans-serif;
}

.landing-home-pages-wrapper {
  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;
}

.landing-download-block-wrapper {
  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: 1px solid #ffffff0d;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 80px 80px 200px;
  display: flex;
  box-shadow: 0 0 30px #0000004d;
}

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

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

.landing-download-block-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.secondary-button {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 45px;
  padding: 13px 24px 12px;
  font-size: 16px;
  line-height: 1em;
  display: flex;
}

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

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

.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: 30px;
  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-bottom: 15px;
}

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

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

.rich-text-style h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}

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

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

.rich-text-style figure {
  border-radius: 8px;
  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;
}

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

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

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.licensing-icons {
  width: 50%;
}

.landing-banner {
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
  display: flex;
  position: relative;
}

.banner-01 {
  z-index: 100;
  justify-content: space-between;
  align-items: stretch;
  min-height: 730px;
  display: flex;
  position: relative;
}

.banner-content {
  z-index: 20;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-banner-title {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  font-family: Orbitron, sans-serif;
  font-size: 125px;
  font-weight: 400;
}

.glass-img {
  object-fit: cover;
  height: 380px;
  transform: rotate(24deg);
}

.glass-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: auto;
  display: grid;
  position: relative;
  inset: 190px auto auto;
}

.clip-section {
  position: relative;
  overflow: hidden;
}

.png-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  height: 100%;
  padding-bottom: 160px;
  display: grid;
  position: relative;
}

.banner-bg {
  background-image: url('../images/12665744_112665744.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.banner-bg.shop {
  background-image: url('../images/12665746_112665746.webp');
}

.banner-dark-overlay {
  background-image: linear-gradient(180deg, var(--transparent) 64%, var(--black)), linear-gradient(to bottom, #000c, #000c);
  position: absolute;
  inset: 0%;
}

.banner-dark-overlay.light {
  background-image: linear-gradient(180deg, var(--transparent) 64%, var(--black)), linear-gradient(to bottom, #000000bf, #000000bf);
}

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

.large-size-text {
  font-size: 28px;
  line-height: 1.4em;
}

.subtitle-text {
  text-transform: capitalize;
  font-size: 18px;
}

.subtitle-text.shape-text {
  border: 1px solid var(--white-15);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-radius: 50px;
  padding: 10px 15px;
}

.white-span {
  color: var(--white);
}

.large-photo-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 750px;
  display: grid;
  position: relative;
  overflow: hidden;
}

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

.scale-photo {
  background-image: url('../images/Large-Img_1Large Img.webp');
  background-position: 50% 20%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.scale-photo.photo-01 {
  background-image: url('../images/3_13.webp');
}

.scale-photo.photo-02 {
  background-image: url('../images/7_37.webp');
}

.scale-photo.photo-03 {
  background-image: url('../images/11_111.webp');
}

.scroll-circle-section {
  z-index: 70;
  position: relative;
  overflow: hidden;
}

.sticky-wrap {
  padding-bottom: 100vh;
  position: relative;
}

.sticky-trigger {
  z-index: 20;
  height: 280vh;
  position: relative;
}

.sticky-wrapper {
  position: absolute;
  inset: 0%;
}

.sticky-elements {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.circle-001 {
  z-index: 1;
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

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

.nav-hero-btn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrap-2 {
  text-align: right;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.menu-item-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

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

.navigation-menu {
  z-index: 900;
  background-color: #0000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

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

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

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

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

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

.nav-intro-item-2 {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.5em;
}

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

.cross-hor-line-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  height: 1px;
}

.clip-text {
  position: relative;
  overflow: hidden;
}

.clip-text.bottom-text, .clip-text.bottom {
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

.black-nav-wrapper {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.border-wrap-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

.button-animation {
  letter-spacing: .1em;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 170px;
  height: 60px;
  margin-top: 0;
  padding: 2px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-animation:hover {
  box-shadow: 0 0 15px #98ff3830;
}

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

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

.cross-vert-line-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 1px;
  height: 100%;
  position: absolute;
}

.nav-bg-cover-2 {
  background-color: var(--black);
  opacity: 0;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.full-width-nav-link-2 {
  color: #fff;
  justify-content: flex-start;
  width: 100%;
  margin-left: -8px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  transition-duration: .45s;
  display: flex;
}

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

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

.burger-nav-2 {
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
  position: relative;
}

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

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

.nav-tablet-btn {
  justify-content: center;
  align-items: center;
  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;
}

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

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

.small-arrow {
  height: 11px;
}

.small-arrow.rotate {
  transform: rotate(-45deg);
}

.btn-cover {
  background-color: var(--primary);
  border-radius: 100px;
  width: 250px;
  height: 250px;
  display: none;
  position: absolute;
}

.button-intro-text {
  color: #fff;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding-left: 0;
  font-size: 15px;
  line-height: 1.5em;
}

.primary-link-button {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-circle {
  z-index: 10;
  background-color: #fff;
  background-image: linear-gradient(135deg, var(--primary) 4%, var(--pink));
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-clip-arrow {
  z-index: 15;
  position: relative;
  overflow: hidden;
}

.clip-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-arrow.bottom {
  position: absolute;
  inset: auto auto -100% -100%;
}

.clip-arrow.bottom-arrow {
  position: absolute;
  left: -100%;
}

.hover-clip-text {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.clip-hero-button {
  background-image: linear-gradient(135deg, var(--primary) 4%, var(--pink));
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 45px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-002 {
  z-index: 1;
  background-color: var(--black);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.circle-003 {
  z-index: 1;
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
}

.circle-004 {
  z-index: 1;
  background-color: var(--white);
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  overflow: hidden;
}

.circle-005 {
  z-index: 1;
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.scroll-words-container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-words-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  white-space: nowrap;
  word-break: normal;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: rotate(15deg);
}

.accent-phrase {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Rajdhani, sans-serif;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1em;
}

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

.service-large-title {
  text-transform: uppercase;
  font-size: 8rem;
}

.center-title-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 260px;
  display: flex;
  position: relative;
}

.section-service {
  z-index: 85;
  background-color: var(--black);
  min-height: 700px;
  margin-top: -50rem;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.case-sticky-item {
  width: 100%;
  position: sticky;
  top: 80px;
}

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

.our-virtual-services {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.link-serv-details {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.link-serv-details:hover {
  color: #fff;
}

.hero-serv-image {
  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%;
}

.par-hidden {
  display: none;
}

.hover-clip-text-2 {
  position: relative;
  overflow: hidden;
}

.small-dot {
  background-color: #fff;
  border-radius: 100px;
  width: .25rem;
  height: .25rem;
  position: relative;
}

.service-category-link:hover {
  color: var(--hover-pink);
  padding-left: 5px;
}

.info-cover {
  z-index: 20;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: var(--black);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.service-top-title {
  font-size: 20px;
}

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

.serv-photo-wrap {
  border-radius: .4rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 550px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-info-con {
  z-index: 15;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

.service-title-link {
  letter-spacing: 0;
  text-transform: none;
  display: inline-flex;
}

.scroll-overlay {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-container-top {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.animation-container {
  border-radius: .5em;
  width: 30%;
  height: 35%;
  position: relative;
  overflow: hidden;
}

.img-container-bottom {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.img-container-left {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.img-container-right {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

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

.girl-png {
  object-fit: cover;
  object-position: 50% 0%;
  height: 600px;
  position: relative;
}

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

.overlay-gradient {
  background-image: linear-gradient(135deg, var(--transparent) 80%, var(--black)), linear-gradient(225deg, var(--transparent) 90%, var(--black) 97%), linear-gradient(180deg, var(--transparent) 35%, var(--black));
  width: auto;
  position: absolute;
  inset: 0%;
}

.grid-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 40px;
  display: grid;
}

.left-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.grid-project-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 16rem;
  display: flex;
}

.image-ov {
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.spin-inside-003 {
  z-index: 5;
  aspect-ratio: 10 / 9;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-spin-image {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  max-width: 14rem;
}

.arrow-clip-wrap {
  position: relative;
  overflow: hidden;
}

.rotate-photo {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: translate3d(0, 0, -1px);
}

.rotate-photo.back {
  z-index: 4;
  transform-style: preserve-3d;
  transform: none;
}

.large-text {
  font-size: 18px;
}

.grid-hero-con {
  justify-content: space-between;
  display: flex;
}

.image-cover {
  object-fit: cover;
  object-position: 50% 15%;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.underline-main-link {
  z-index: 15;
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 8px;
  display: grid;
  position: relative;
}

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

.underline-main-link.large-top-padding {
  border-top: 1px solid #ffffff26;
  border-bottom-style: none;
  padding-top: 35px;
  padding-bottom: 40px;
}

.underline-main-link.no-bottom-border {
  grid-column-gap: 30px;
  border-bottom-style: none;
}

.center-paragraph {
  z-index: 15;
  text-align: center;
  width: 60%;
  margin: 30px auto 40px;
  position: relative;
}

.order-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: .8rem;
  display: flex;
}

.spin-outside {
  perspective: 200vw;
  width: 100%;
}

.best-work-name {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.center-align-title {
  z-index: 15;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spin-wrap {
  perspective: 200vw;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.spin-wrap.flex-spin {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.spin-wrap.bottom-flex-spin {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
}

.grid-best-portfolio {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.hover-line {
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.hover-line.line-top {
  width: 100%;
  inset: 0 auto auto 0%;
}

.spin-inside-01, .spin-inside-002 {
  z-index: 5;
  aspect-ratio: 10 / 9;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.hover-line-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.small-order-text {
  font-size: 14px;
}

.project-small-arrow {
  height: 10px;
  margin-left: auto;
  transform: rotate(-45deg);
}

.project-small-arrow.large-arrow {
  height: 14px;
}

.spin-inside-004 {
  z-index: 5;
  aspect-ratio: 10 / 9;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.clip-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-arrow-2.bottom-arrow {
  position: absolute;
  left: -100%;
}

.banner-bg--002 {
  background-image: url('../images/2_22.webp');
  background-position: 50% 0;
  background-size: cover;
  width: 100%;
  height: 80%;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-bg--002.large {
  height: 100%;
  inset: auto 0% 0%;
  overflow: hidden;
}

.banner-bg--002.reverce {
  transform-style: preserve-3d;
  height: 60%;
  inset: 0% 0% auto;
  transform: rotateX(180deg)rotateY(180deg)rotateZ(0);
}

.hero-footer {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.clip-relative-section {
  z-index: 90;
  background-color: var(--black);
  position: relative;
  overflow: hidden;
}

.large-footer-text {
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 10em;
  font-weight: 500;
  line-height: 1em;
}

.large-text-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.vear-icon {
  object-fit: cover;
  height: 200px;
}

.vear-icon-wrap {
  flex: none;
  transform: rotate(15deg);
}

.remove-2 {
  font-weight: 400;
  transition: all .35s;
}

.empty-cart-state-2 {
  color: #fff;
}

.cart-icon {
  flex: none;
}

.cart-container-2 {
  box-shadow: none;
  background-color: #000;
  border: 1px solid #ffffff26;
  border-radius: .4rem;
  margin: .625rem;
}

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

.cart-hero-item-2 {
  border-bottom: 1px solid #ffffff26;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.primary-form-button {
  z-index: 5;
  color: #000;
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  min-height: 60px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.primary-form-button:hover {
  color: #fff;
  background-color: #fff0;
}

.primary-form-button.color {
  color: #fff;
  background-color: #000688;
  border-color: #000688;
  transition-duration: .45s;
}

.primary-form-button.color:hover {
  background-color: #560088;
  border-color: #560088;
}

.cart-footer-3 {
  background-color: #0e0e0e;
  border-top-color: #ffffff26;
}

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

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

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

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

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

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

.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;
}

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

.shop-clip-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.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 0 0 1px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  display: flex;
}

.no-item-2 {
  color: #fff;
}

.web-payments {
  box-shadow: none;
  background-color: #0e0e0e00;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
}

.cart-price-2 {
  letter-spacing: .05em;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
}

.cart-product-name-2 {
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

.remove-button-2 {
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}

.remove-button-2:hover {
  color: var(--hover-pink);
  border-bottom-color: #fff0;
  font-weight: 600;
}

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

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

.your-cart-3 {
  font-weight: 400;
}

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

.cart-wrapper {
  position: relative;
}

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

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

.image-order-2 {
  z-index: 5;
  object-fit: cover;
  border-radius: .4rem;
  width: 100%;
  height: 80px;
  transition: all .4s;
  position: relative;
}

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

.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;
}

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

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

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

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

.right-intro {
  z-index: 15;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.benefit-number {
  font-size: 135px;
  font-weight: 500;
}

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

.footer-info-wrapper {
  width: 100%;
}

.benefit-description {
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
}

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

.footer-gap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.footer-rights-bottom {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rights-wrap-2 {
  text-align: center;
}

.footer-par-copyright {
  color: var(--paragraph-gray);
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5em;
}

.licensing-footer-link {
  color: var(--paragraph-gray);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  line-height: 1.5em;
}

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

.rights-wrapper {
  grid-column-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.footer-right-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
  display: flex;
}

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

.footer-grid-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

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

.button-hover-circle-white {
  z-index: 5;
  background-color: var(--white);
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 100%;
  width: 160%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.banner-link-container {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.categories-border {
  z-index: 1;
  border: 1px solid var(--white-50);
  opacity: .35;
  border-radius: 100vw;
  position: absolute;
  inset: 0%;
}

.categories-link {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 100vw;
  padding: 8px 15px;
  position: relative;
  overflow: hidden;
}

.categories-link-text {
  z-index: 2;
  color: #fff;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.7em;
  position: relative;
}

.par-hidden-4 {
  color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

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

.useful-links {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.footer-useful-link {
  letter-spacing: .08em;
  text-transform: capitalize;
}

.intro-footer-link {
  letter-spacing: .08em;
  text-transform: none;
}

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

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

.error-state {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  word-break: normal;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

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

.form-hero-input-light {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white-15);
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  height: 60px;
  margin-bottom: 0;
  padding: 8px 60px 8px 18px;
  font-size: 18px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-hero-input-light:focus {
  border-bottom-color: var(--white);
  padding-left: 24px;
}

.form-hero-input-light::placeholder {
  color: #ffffff80;
  font-size: 17px;
  font-weight: 300;
}

.subscribe-con {
  width: 100%;
}

.success-circle-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  display: flex;
  position: relative;
}

.submit-hero-btn {
  justify-content: flex-end;
  align-items: center;
  padding: 8px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.form-button {
  z-index: 5;
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  letter-spacing: .12em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
  transition: all .35s;
  display: flex;
  position: relative;
}

.form-button:hover {
  color: #fff;
  background-color: #fff0;
}

.succes-message-small {
  text-align: left;
  background-color: #fff0;
  width: 100%;
  padding: 0;
  position: relative;
}

.thank-you-span {
  letter-spacing: .05em;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.top-banner-link {
  z-index: 25;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.banner-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.video-icon-wrapper {
  border: 1px solid var(--white-15);
  background-color: var(--white);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-video {
  width: 300px;
  min-width: 300px;
  height: 300px;
  min-height: 300px;
  position: absolute;
  inset: 0%;
}

.video-hover-button {
  z-index: 35;
  border: 1px dashed var(--white-15);
  background-color: var(--black);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  display: flex;
  position: relative;
}

.video-icon {
  z-index: 15;
  filter: none;
  position: relative;
}

.overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.video-button-background {
  z-index: 30;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wave-two {
  background-color: #f833e11a;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wave-one {
  background-color: #f833e11a;
  border-radius: 100%;
  width: 88%;
  height: 88%;
}

.hero-video-button {
  z-index: 25;
  border: 1px #c0c0d333;
  border-radius: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
  position: relative;
  bottom: -62px;
  right: -160px;
}

.lightbox-video-banner {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-button-waves {
  z-index: 27;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 400px;
  display: none;
  position: absolute;
  inset: auto;
}

.play-bg {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(0);
}

.right-banner-link {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.footer-description {
  font-size: 18px;
  line-height: 1.6em;
}

.banner-dark-ov {
  background-image: linear-gradient(180deg, var(--transparent) 50%, var(--black)), linear-gradient(to bottom, #000c, #000c);
  position: absolute;
  inset: 0%;
}

.clip-line-top {
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.tablet-show-section {
  display: none;
}

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

.banner-03 {
  z-index: 15;
  justify-content: space-between;
  align-items: stretch;
  min-height: 730px;
  display: flex;
  position: relative;
}

.banner-02 {
  z-index: 30;
  justify-content: space-between;
  align-items: stretch;
  min-height: 730px;
  display: flex;
  position: relative;
}

.banner-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  background-color: #00000026;
  background-image: linear-gradient(225deg, var(--transparent) 55%, var(--black)), linear-gradient(180deg, var(--transparent) 50%, var(--black) 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-banner {
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-banner.reviews {
  min-height: 360px;
  padding-top: 150px;
}

.clip-banner-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.clip-banner-wrap.style-guide {
  height: 80%;
}

.clip-banner-wrap.vr-services {
  height: 150%;
}

.banner-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 40px;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.spin-image {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(180deg)translate3d(0, 0, -1px);
}

.left-about-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rotate-image {
  z-index: 3;
  transform-style: preserve-3d;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
  transform: rotate(180deg)translate3d(0, 0, -1px);
}

.rotate-image.back {
  z-index: 4;
  transform-style: preserve-3d;
  transform: none;
}

.spin-about {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 16rem;
  height: 100%;
  display: flex;
}

.image-cover-2 {
  object-fit: cover;
  object-position: 50% 20%;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.spin-inside-02 {
  z-index: 5;
  aspect-ratio: 10 / 9;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-top-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 200px;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.large-photo-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.story-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.photo-overlay {
  background-color: #0000008c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.photo-overlay.light {
  background-color: #00000059;
}

.right-grid-content {
  background-color: #000;
  border-radius: .6rem;
  padding: 40px 40px 0;
}

.image-cover-3 {
  object-fit: cover;
  object-position: 50% 25%;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.story-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.our-story-grig {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  height: 0%;
  padding: 40px 25px 40px 40px;
  display: grid;
}

.large-1800-base-container {
  z-index: 15;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.spin-intro {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 16rem;
  height: 100%;
  display: flex;
}

.about-our-mission {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

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

.large-photo.pricing-photo {
  background-image: url('../images/2_42.webp');
  background-position: 50%;
}

.bottom-space-section {
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-arrow-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-arrow-3.bottom-arrow {
  position: absolute;
  left: -100%;
}

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

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

.latest-project-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #ffffff26;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 0;
  display: flex;
}

.collection-latest-project {
  z-index: 45;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
}

.services-card {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 80px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 36px 20px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.services-card:hover {
  z-index: 1;
  color: #000;
}

.about-card-top {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-right: -36px;
  display: grid;
  position: relative;
}

.service-card-description {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.left-intro-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 69%;
  display: flex;
}

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

.tag-portfolio-wrap.tag-bottom {
  position: absolute;
  bottom: -100%;
}

.project-tag {
  border: 1px solid #ffffff26;
  border-radius: 100px;
  padding: .4rem .8rem;
}

.line-bottom {
  z-index: 1;
  background-color: #ffffff26;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-portfolio-row {
  z-index: 10;
  border-top: 1px #cfcfcc;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-decoration: none;
  position: relative;
}

.hero-portfolio-row:hover {
  color: #fff;
}

.image-fill {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-icon-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.button-icon-arrow.button-icon-bottom {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.photo-item-image {
  z-index: 100;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.portfolio-grid {
  z-index: 100;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

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

.project-publication-info {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.portfolio-image-item {
  border-radius: .4rem;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  overflow: hidden;
}

.portfolio-arrow {
  width: auto;
  height: 10px;
  transform: rotate(-45deg);
}

.row-portfolio-title {
  letter-spacing: 0;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

.service-card-action {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.hover-text {
  justify-content: center;
  align-items: center;
  padding: 1px;
  display: flex;
}

.hover-text.bottom-text {
  position: absolute;
  inset: auto 0% -100%;
}

.service-card-height {
  width: 100%;
  padding-top: 85%;
}

.service-card-height.small {
  padding-top: 35%;
  display: none;
}

.service-icon {
  border: 1px solid var(--white-15);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.icon-tiny {
  height: 15px;
}

.hover-arrow {
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
}

.hover-arrow.left-arrow {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.clip {
  z-index: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: .55rem;
  grid-template-rows: auto;
  grid-template-columns: .85fr 1fr 1fr .85fr;
  grid-auto-columns: 1fr;
  padding-top: 3rem;
  display: grid;
}

.home-services {
  padding-bottom: 80px;
  position: sticky;
  top: 100px;
}

.home-services.relative {
  z-index: 30;
  padding-bottom: 0;
  position: relative;
  top: 0;
}

.service-card-intro {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 17rem;
  display: flex;
}

.service-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--white-15);
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-decoration: none;
  display: grid;
}

.service-card:hover {
  color: var(--white);
}

.service-card.last-card {
  border-right-style: none;
  padding-right: 0;
}

.service-card.first-card {
  padding-left: 0;
}

.service-card.bottom-space {
  padding-bottom: 80px;
}

.service-card.bottom-space-first {
  padding-bottom: 80px;
  padding-left: 0;
}

.service-card.bottom-space-last {
  border-right-style: none;
  padding-bottom: 80px;
  padding-right: 0;
}

.service-card.bottom-space-two {
  padding-bottom: 80px;
}

.service-card-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-about {
  z-index: 10;
  background-color: var(--black);
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.button {
  color: #131313;
  border: 1px solid #e6e6e6;
  border-radius: 100rem;
  padding: .4rem 1rem;
  text-decoration: none;
}

.button.large-button {
  padding: .4rem 1.1rem;
}

.about-height {
  padding-top: 80%;
}

.studio-intro {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
  overflow: visible;
}

.studio-intro.large {
  grid-template-columns: 1fr minmax(auto, 9fr) 1fr;
}

.studio-intro.faq-intro {
  grid-template-columns: 1fr minmax(auto, 9fr) 1fr;
  padding-bottom: 90px;
}

.about-intro-text {
  width: 85%;
}

.about-image {
  border-radius: .55rem;
  width: 10rem;
  margin-left: -6rem;
  margin-right: -6rem;
  position: relative;
  overflow: hidden;
}

.about-image.faq-img-1 {
  right: -20px;
}

.about-image.faq-img-2 {
  margin-bottom: -60px;
  left: -25px;
}

.section-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-label.with-bottom-space {
  margin-bottom: 40px;
}

.about-intro-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-tab-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
}

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

.home-about-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  padding-top: 60px;
  display: flex;
}

.long-link-wrap {
  width: 100%;
}

.hero-long-link {
  background-color: var(--primary-dark);
  border: 1px solid #ffffff0d;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
}

.hero-long-link:hover {
  border-color: var(--white-15);
  background-color: var(--black);
  color: var(--white);
}

.clip-hover-text {
  z-index: 15;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.button-text-red {
  letter-spacing: .1em;
}

.icon-size-tiny {
  height: 8px;
}

.service-text {
  font-size: 16px;
}

.service-overview {
  color: var(--white);
  font-size: 18px;
}

.card-serv-title {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: 23px;
}

.small-link-text {
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

.intro-par {
  font-size: 18px;
}

.dark-overlay {
  background-color: #0000001a;
  background-image: linear-gradient(180deg, var(--transparent) 64%, var(--black)), linear-gradient(to bottom, #000c, #000c);
  position: absolute;
  inset: 0%;
}

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

.clip-bottom-wrap {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-flex-content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.quick-link-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.quick-hero-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  line-height: 2em;
  display: flex;
}

.hover-clip-text-3 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.phone-number {
  color: #fff;
}

.top-banner-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.link-line {
  background-color: var(--white-15);
  border-radius: 100px;
  width: 60px;
  height: 1px;
  position: relative;
  overflow: hidden;
}

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

.arrow-image {
  color: var(--transparent);
  background-image: url('../images/Arrow-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140%;
  width: 60px;
  display: inline-block;
}

.text-banner-link {
  letter-spacing: 0;
  text-transform: none;
  font-size: 80px;
  font-weight: 400;
}

.text-banner-link:hover {
  opacity: .6;
  color: var(--white);
}

.banner-loop-images {
  z-index: 15;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 120%;
  display: flex;
  position: relative;
  overflow: visible;
  transform: skew(30deg)rotate(-13deg);
}

.hero-img-row {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.loop-image-item {
  border-radius: 8px;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 32vw;
  height: 26vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.banner-small-img {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 100%;
  position: relative;
}

.small-img-overlay {
  z-index: 4;
  background-color: #00000008;
  position: absolute;
  inset: 0%;
}

.banner-03-flex-cntent {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner-intro {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
}

.large-hero-title {
  font-size: 12em;
  font-weight: 500;
  line-height: 1em;
}

.inner-content {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 80px;
}

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

.video-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.video-dark-ov {
  background-color: #0000004d;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0009 15%, var(--transparent) 79%), linear-gradient(180deg, var(--transparent) 55%, var(--black) 95%);
  width: 100%;
  height: 110%;
  position: absolute;
  inset: 0%;
}

.bottom-banner-description {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.white-banner-text {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 27px;
  font-weight: 300;
  line-height: 1em;
}

.center-intro-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top-line-2 {
  z-index: 3;
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-span-right {
  height: auto;
  position: sticky;
  top: 80px;
}

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

.bottom-line-2.clip-line {
  background-color: var(--transparent);
  overflow: hidden;
}

.bottom-line-2.clip-bottom-line, .bottom-line-2.clip-line-color {
  background-color: var(--white-15);
  overflow: hidden;
}

.space-top-headings {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.spin-middle {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 20rem;
  height: 100%;
  display: flex;
}

.spin-dual-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

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

.wrap-intro-title {
  z-index: 15;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.image-cover-5 {
  object-fit: cover;
  object-position: 50% 25%;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.benefit-intro {
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 1px solid #ffffff26;
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 400;
}

.spin-bottom-right {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 20rem;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: -80px;
  display: flex;
}

.intro-benefits {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spin-top-left {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 20rem;
  margin-top: -60px;
  margin-left: -80px;
  display: flex;
  position: relative;
}

.bottom-line-tablet {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.intro-grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.small-benefit-title {
  color: #fff;
}

.section-spin-img {
  padding-top: 1px;
  position: relative;
}

.intro-title {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.spin-inside-3 {
  z-index: 5;
  aspect-ratio: 10 / 9;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.bold-text {
  font-size: 28px;
  line-height: 1.4em;
}

.services-tabs {
  flex-flow: column;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 1px solid var(--white-15);
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.service-tabs-content {
  padding-top: 60px;
}

.tab-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  display: flex;
}

.tab-link:hover {
  color: var(--white);
}

.tab-link.w--current {
  background-color: var(--transparent);
  color: var(--white);
}

.tab-link.w--current:hover {
  opacity: .8;
}

.large-serv-title {
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 5em;
  display: flex;
}

.number-span {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: auto;
  font-family: Rajdhani, sans-serif;
  font-size: 22px;
  line-height: 1em;
  display: inline-flex;
}

.serv-top-title {
  margin-bottom: -50px;
}

.service-collection-row {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-grid-layout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

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

.main-service-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 400px;
  display: grid;
}

.main-service-item.large-height {
  flex-flow: column;
  justify-content: space-between;
  min-height: 500px;
}

.main-service-item.medium-height {
  flex-flow: column;
  justify-content: space-between;
  min-height: 350px;
}

.main-service-item.medium-height-002 {
  flex-flow: column;
  justify-content: space-between;
  min-height: 400px;
}

.main-service-item.small-height {
  flex-flow: column;
  justify-content: space-between;
  min-height: 300px;
}

.main-service-item.large-height-02, .main-service-item.large-height-03 {
  flex-flow: column;
  justify-content: space-between;
  min-height: 500px;
}

.blog-hero-image {
  border-radius: 3px;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.date-news {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 14px;
}

.cases-overlay {
  z-index: 1;
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.portfolio-3-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.background-wrapper-2 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.triangle-wrapper {
  z-index: 10;
  background-color: #000;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.arrow-clip-wrap-2 {
  z-index: 15;
  position: relative;
  overflow: hidden;
}

.blog-bottom-caterory {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-blog-link-3 {
  z-index: 10;
  color: #fff;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link-3:hover {
  opacity: 1;
}

.smal-blog-star {
  background-color: #fff;
  border-radius: 50px;
  width: 4px;
  height: 4px;
}

.clip-portfolio-wrap {
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.blog-long-title {
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .35s;
}

.blog-long-title:hover {
  color: var(--hover-pink);
}

.blog-long-title.small {
  font-size: 21px;
}

.background-portfolio-3-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background-portfolio-3-2.special-aligment {
  background-position: 60% 0;
}

.scroll-cover {
  z-index: 90;
  background-color: var(--black);
  border-radius: .5rem;
  height: 100%;
  position: absolute;
  inset: -105% 0% 0%;
}

.underline-hover-fill {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.news-top-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff26;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 22px;
  display: grid;
  position: relative;
}

.bottom-portfolio-link {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.underline-hover-wrapper {
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% -1px;
  overflow: hidden;
}

.blog-category {
  font-weight: 400;
}

.blog-category:hover {
  color: var(--hover-pink);
}

.portfolio-ov {
  background-image: linear-gradient(#00000040, #00000040), linear-gradient(225deg, #664cff73 9%, #fff0 54%, #c900ce73 95%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.info-service-wrap {
  z-index: 35;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--black);
  border-radius: .5rem;
  flex-flow: column;
  width: 100%;
  padding: 24px 15px;
  display: flex;
  position: relative;
}

.right-service-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.right-service-wrap.dual {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-row-middle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr 100px;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.service-row-reverce {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.label-large-con {
  z-index: 15;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.span-image {
  color: var(--transparent);
  background-image: url('../images/1_21.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 85%;
  width: 45px;
  display: inline-flex;
}

.span-image.span-img-02 {
  background-image: url('../images/1_11.webp');
  width: 65px;
}

.tab-circle {
  background-color: var(--white);
  border-radius: 50px;
  width: 3px;
  height: 3px;
}

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

.icon-hidden {
  display: none;
}

.primary-white-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 45px;
  padding: 12px 24px;
  font-size: 16px;
  line-height: 1em;
  display: flex;
}

.primary-white-button:hover {
  border-color: var(--white-50);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--white);
}

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

.tablet-description {
  display: none;
}

.about-vear-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.about-us-title {
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
  display: flex;
  position: relative;
}

.center-banner-paragraph {
  z-index: 15;
  text-align: center;
  width: 70%;
  margin: 30px auto 40px;
  position: relative;
}

.center-banner-title {
  z-index: 15;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-small-slide {
  height: 100%;
  position: static;
}

.review-name-2 {
  color: #fff;
  letter-spacing: .08em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.home-large-review {
  z-index: 60;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  min-height: 80vh;
  padding-top: 20rem;
  padding-bottom: 14rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-3 {
  position: relative;
  overflow: hidden;
}

.slider-arrow {
  grid-column-gap: .35rem;
  grid-row-gap: .25rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.review-content {
  z-index: 3;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #000;
  border-radius: .625rem;
  flex-direction: column;
  width: 100%;
  max-width: 35rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-size-small {
  font-size: .975rem;
  line-height: 1.35;
}

.icon-tiny-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: .9rem;
  display: flex;
  overflow: hidden;
}

.testimonial-small-slider {
  z-index: 100;
  background-color: #fff0;
  width: 100%;
  height: auto;
  padding-right: 0;
  position: relative;
}

.testimonial-name-wrapper-2 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-fill-2 {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-credit {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-self: center;
  place-items: center stretch;
  display: grid;
}

.testimonial-slide-content-2 {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2.5rem 2.5rem 8rem;
  display: flex;
}

.testimonial-ava-ov {
  z-index: 5;
  position: absolute;
  inset: 0%;
}

.into-view {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.into-view-wrapper {
  width: 100%;
}

.overlay-2 {
  background-color: #0b0c0f26;
  position: absolute;
  inset: 0%;
}

.testimonial-slide-nav {
  font-size: .5rem;
  display: none;
}

.testimonials-hero-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.number-size-large {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1px;
  padding-right: 1px;
  font-size: 22px;
  line-height: 1.5;
}

.review-banner-bkg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-review {
  padding-left: 15px;
  padding-right: 15px;
}

.our-tourist {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
}

.testimonial-mask {
  position: static;
  overflow: visible;
}

.testimonial-ava {
  object-fit: cover;
  background-image: url('../images/2-1_12-1.webp');
  background-position: 50% 20%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.testimonial-ava.ava-2 {
  background-image: url('../images/8_18.webp');
  background-position: 100% 0;
}

.testimonial-ava.ava-3 {
  background-image: url('../images/12665729_112665729.webp');
  background-position: 50% 0;
}

.testimonial-slider-avatar {
  border-radius: 8px;
  justify-content: space-between;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-arrow-2.right {
  position: absolute;
  inset: 0% -100% 0% auto;
}

.hover-arrow-2.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.testimonial-slide-arrow-icon {
  background-color: #fff0;
  border: 1px #ffffff26;
  border-top-style: solid;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  display: flex;
  inset: auto auto 0% 0%;
}

.testimonial-slide-arrow-icon.right-arrow {
  border-left-style: solid;
  inset: auto 0% 0% auto;
}

.service-tab-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #e6e6e6;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.faq-dropdown-list {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-color: #00000059;
  display: block;
  position: relative;
}

.icon-extra-small {
  height: 11px;
}

.top-line-3 {
  z-index: 3;
  background-color: #d385874d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.par-answer-faq-dark {
  line-height: 1.6em;
}

.faq-hero-title {
  letter-spacing: 0;
  text-transform: none;
  font-size: 40px;
  line-height: 1.2;
}

.text-small {
  color: var(--white);
  justify-content: center;
  align-items: center;
}

.faq-toggle {
  z-index: 2;
  width: 100%;
  padding: 40px 15px 40px 24px;
  transition: all .45s;
}

.faq-answer {
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 64px;
  position: relative;
  top: -20px;
}

.faq-text {
  white-space: pre-wrap;
  font-size: 18px;
}

.studio-service-text {
  max-width: 18rem;
}

.faq-grid-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.service-tab-icon {
  border: 1px solid var(--white-15);
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.faq-dropdown-down {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  overflow: visible;
}

.service-tab-top-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.faq-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.clip-line-bottom {
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.section-space {
  padding-left: 15px;
  padding-right: 15px;
}

.banner-clip-wrap {
  z-index: 60;
  border-radius: 15px;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 350px;
  display: grid;
  position: relative;
}

.intro-banner-bkg {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img-overlay {
  background-color: #0b0c0f00;
  position: absolute;
  inset: 0%;
}

.base-container-2 {
  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;
}

.services-collection-list {
  z-index: 24;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: relative;
}

.services-collection-list.intro-01, .services-collection-list.intro-02, .services-collection-list.intro-03 {
  position: sticky;
  top: 100px;
}

.service-hero-list {
  border-top: 1px solid #ffffff26;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.service-item {
  width: 100%;
  height: 100%;
  position: relative;
}

.price-cover {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff26;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.service-ov {
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.serv-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff26;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.photo-service {
  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%;
}

.service-top-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-intro-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-service-link {
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  height: 100%;
  padding: 60px 40px;
}

.main-service-link:hover {
  color: #fff;
}

.clip-title-hover {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.clip-title-2 {
  position: relative;
  overflow: hidden;
}

.clip-title-2.bottom-title {
  position: absolute;
}

.service-description {
  color: #ffffff80;
  letter-spacing: 0;
  text-transform: none;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}

.service-info {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-info.right-space {
  padding-right: 35px;
}

.service-photo-wrap {
  border-radius: .4rem;
  position: relative;
  overflow: hidden;
}

.hover-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-icon.left {
  position: absolute;
  inset: auto auto auto -100%;
}

.hover-icon.right {
  position: absolute;
  inset: auto -100% auto auto;
}

.price-intro {
  letter-spacing: .01em;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.white-line-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.tag-price {
  border: 1px solid #ffffff26;
  border-radius: 50px;
  padding: 5px 10px;
  position: relative;
  overflow: hidden;
}

.slide-arrow {
  height: 12px;
}

.slide-arrow.small-arrow {
  height: 10px;
  transform: none;
}

.arrow-clip {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-price {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.main-service-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr 80px;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-service-content.reverce-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 2fr 1.5fr 80px;
}

.service-title {
  margin-top: 0;
  margin-bottom: 0;
  transition: all .35s;
}

.service-title:hover {
  color: var(--hover-pink);
}

.service-order {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.order-line {
  background-color: var(--white-15);
  width: 35px;
  height: 1px;
}

.order-title {
  letter-spacing: .05em;
  font-size: 16px;
  font-weight: 400;
}

.services-flex-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.back-cover {
  z-index: 10;
  background-color: var(--black);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.item-right {
  z-index: 5;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
  position: relative;
}

.small-review-cocer {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #00000073;
  border-radius: 15px;
  width: 100%;
  padding: 15px;
}

.white-review {
  color: var(--white);
  font-size: 18px;
}

.flex-stars {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-intro {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.star-image {
  height: 14px;
}

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

.top-offer-title {
  color: var(--paragraph-gray);
  width: 90%;
}

.large-text-about {
  font-size: 18px;
}

.quote-sg {
  margin-top: 20px;
  margin-bottom: 0;
}

.style-guide-par {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.rich-text-space {
  margin-bottom: 30px;
}

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

.version-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.faq-banner {
  z-index: 10;
  padding-top: 100px;
  position: relative;
}

.home-faq-intro {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 83%;
  padding-top: 80px;
  display: flex;
}

.sidebar-search-2 {
  background-color: #0000;
}

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

.collection-list-resent-posts {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.sidebar-recent-posts-wrapper-2 {
  margin-top: 20px;
}

.recent-title {
  margin-top: 0;
  font-size: 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;
}

.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;
}

.sidebar-recent-post-item-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sidebar-categories-2 {
  border: 1px solid var(--white-15);
  border-radius: .4rem;
  padding: 20px 20px 30px;
}

.blog-sidebar-right-wrapper-2 {
  position: sticky;
  top: 110px;
}

.sidebar-recent-posts-2 {
  border: 1px solid var(--white-15);
  border-radius: .4rem;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px 20px 30px;
}

.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-wrapper {
  margin-top: 20px;
}

.sidebar-categories-list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: flex;
}

.form-hero-input {
  border: 1px solid var(--white-15);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 50px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-hero-input:focus {
  border-color: var(--white);
  padding-left: 24px;
}

.form-hero-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

.form-hero-input.mb-10 {
  margin-bottom: 15px;
}

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

.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;
}

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

.inner-banner-photo.pricing {
  background-image: url('../images/1_41.webp');
}

.section-inner {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 400px;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.section-inner.clip-banner {
  z-index: 15;
  overflow: hidden;
}

.banner-large-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15.5rem;
}

.inner-banner-photo-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.inner-dark-overlay {
  background-color: #0009;
  position: absolute;
  inset: 0%;
}

.center-title-intro {
  z-index: 15;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

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

.hero-rich-text-style ul {
  background-color: var(--white);
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}

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

.hero-rich-text-style p {
  color: var(--white);
  font-size: 18px;
  line-height: 1.6em;
}

.news-category-link {
  z-index: 10;
  color: #fff;
  letter-spacing: .15em;
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  border-radius: .4rem;
  padding: 6px 15px;
  font-weight: 500;
  transition-duration: .45s;
  position: relative;
}

.news-category-link:hover {
  color: #000;
  background-color: #fff;
}

.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;
}

.date-line {
  background-color: #fff;
  width: 40px;
  height: 1px;
}

.services-template-wrap {
  z-index: 55;
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.date-line-container {
  width: 40px;
  position: relative;
  overflow: hidden;
}

.subtitle-data {
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
}

.background-blog-wrapper-2 {
  z-index: 1;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  margin: .625rem;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-arrow-icon-right {
  width: 12px;
  height: 12px;
}

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

.section-blog-details {
  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;
}

.next-portfolio {
  margin-right: 20px;
}

.blog-template-wrap {
  width: 100%;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-wrap.banner {
  max-width: 100%;
}

.circle-link-wrapper {
  margin: -48px;
  padding: 48px;
}

.scroll-blog-link {
  z-index: 100;
  background-color: #000;
  border: 1px #8c9fac33;
  border-radius: 100%;
  margin-bottom: -70px;
  padding: 6px;
  position: absolute;
  inset: auto 40px 0% auto;
  overflow: hidden;
}

.bottom-slider-arrow-portfolio {
  color: #fff;
  border: 1px solid #ffffff26;
  border-style: solid solid none none;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 80px;
  display: flex;
  top: auto;
  bottom: 0;
}

.bottom-slider-arrow-portfolio:hover {
  color: #ffffff80;
}

.bottom-slider-arrow-portfolio.right {
  border-right-style: none;
}

.link-hover-fill-2 {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.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;
}

.blog-arrow-2 {
  z-index: 100;
  filter: invert();
  height: 30px;
  position: relative;
  transform: rotate(45deg);
}

.banner-paragraph {
  color: var(--white);
  width: 75%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.news-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.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%;
}

.slider-arrow-icon-left {
  width: 12px;
  height: 12px;
}

.date-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
  position: relative;
}

.blog-details-title-2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 70px;
}

.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;
}

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

.prev-portfolio {
  margin-left: 20px;
}

.project-pagination-wrapper-2 {
  z-index: 100;
  align-items: stretch;
  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;
}

.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;
}

.verticle-card-image-2 {
  border-radius: .4rem;
  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.category-item {
  min-height: 300px;
}

.current-blog-link-2 {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.latest-news-description {
  margin-top: 0;
  margin-bottom: 0;
}

.latest-news-description.par-width {
  width: 100%;
}

.project-background-2 {
  z-index: 2;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overlay-activities {
  background-color: #00000026;
  display: flex;
  position: absolute;
  inset: 0%;
}

.activity-verticle-card {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  border-radius: .4rem;
  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;
}

.activity-verticle-card:hover {
  border-color: #ffffff40;
}

.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;
}

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.news-hero-title {
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2em;
  display: inline-block;
}

.news-hero-title:hover {
  color: var(--hover-pink);
}

.news-category {
  z-index: 10;
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  letter-spacing: .1em;
  border-radius: .4rem;
  padding: 6px 15px;
  font-weight: 400;
  position: absolute;
}

.news-category:hover {
  color: #fff;
  background-color: #1a171780;
}

.par-hide {
  color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.hover-blog-cover {
  z-index: 1;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #ffffff0d;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.sidebar-recent-post-image-2 {
  z-index: 100;
  border-radius: 12px;
  width: 110px;
  height: 140px;
  position: relative;
  overflow: hidden;
}

.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;
}

.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;
}

.article-overlay {
  background-color: #0e0e0e1a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.subtitle-gray {
  color: var(--paragraph-gray);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.subtitle-blog {
  letter-spacing: .01em;
  text-transform: none;
  margin-top: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.article-2 {
  width: 100%;
}

.recent-posts-con {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.recent-blog-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 15%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.checkout-form {
  background-color: var(--black);
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 0;
}

.checkout-form-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.checkout-left-con {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-right: 0;
  display: flex;
}

.checkout-right-con {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
  top: 120px;
}

.primary-button-form {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  height: 60px;
  margin-bottom: 0;
  padding: 13px 24px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  transition: all .35s;
  display: flex;
}

.primary-button-form:hover {
  border-color: var(--white-50);
  background-color: var(--transparent);
  opacity: 1;
  color: var(--white);
}

.category-blog {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  position: relative;
  overflow: visible;
}

.blog-category-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%;
  display: flex;
}

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

.all-services-collection-list {
  z-index: 24;
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  position: relative;
}

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

.category-title {
  color: var(--white);
  text-align: center;
}

.success-wrapper-center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-link-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.details-body {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  flex: 1;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.succes-message-white {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  text-align: left;
  background-color: #0000;
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.group-inquire-top {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  text-transform: none;
  border-radius: 6px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 24px 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-small-form {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  border-radius: 0;
  flex-flow: column;
  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;
}

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

.latest-events-2 {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content-details {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .9fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  display: grid;
}

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

.thank-you-text-white {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
  display: block;
}

.form-hero-input-light-60 {
  background-color: var(--transparent);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  border: 1px solid #ffffff26;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-hero-input-light-60:focus {
  border-color: var(--white);
  padding-left: 24px;
}

.form-hero-input-light-60::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 300;
}

.form-hero-input-light-60.message {
  min-height: 175px;
  padding-top: 15px;
}

.section-details {
  z-index: 45;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-details.service-details {
  padding-top: 60px;
}

.flex-form-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  display: flex;
}

.flex-form-row.vertical {
  flex-flow: column;
}

.form-discount-title {
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.details-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: flex;
  position: sticky;
  top: 90px;
  overflow: hidden;
}

.clip-arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip-arrow-icon.left {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.grid-group-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.flex-bottom {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 28px;
  display: flex;
}

.quick-link-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  padding: 18px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
  display: grid;
}

.quick-link-item-2:hover {
  color: var(--white-50);
  padding-left: 24px;
}

.card-arrow-icon {
  z-index: 10;
  border: 1px solid var(--white-15);
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  display: flex;
  position: relative;
}

.form-wrap {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.vacation-card-arrow {
  width: 14px;
}

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

.service-details-title {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 80px;
}

.client-photo {
  background-image: url('../images/2_62.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.client-photo.avatar-photo---17 {
  background-image: url('../images/7_37.webp');
  background-position: 50%;
}

.client-photo.avatar-photo---16 {
  background-image: url('../images/12_112.webp');
  background-position: 50% 0;
}

.client-photo.avatar-photo---07 {
  background-image: url('../images/5_15.webp');
  background-position: 50% 0;
}

.client-photo.avatar-photo---03 {
  background-image: url('../images/2-1_12-1.webp');
  background-position: 50% 0;
}

.client-photo.avatar-photo---15 {
  background-image: url('../images/11_211.webp');
  background-position: 50% 0;
}

.client-photo.avatar-photo---11 {
  background-image: url('../images/4_14.webp');
  background-position: 50% 0;
}

.client-photo.avatar-photo---08 {
  background-image: url('../images/11_111.webp');
  background-position: 50% 100%;
}

.client-photo.avatar-photo---02 {
  background-image: url('../images/12665729_112665729.webp');
}

.client-photo.avatar-photo---05 {
  background-image: url('../images/3_23.webp');
}

.client-photo.avatar-photo---10 {
  background-image: url('../images/7_17.webp');
}

.client-photo.avatar-photo---04 {
  background-image: url('../images/8_18.webp');
}

.rating-wrap-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  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;
}

.hero-feedback {
  line-height: 1.6em;
}

.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: #ffffff05;
  border: 1px solid #ffffff26;
  border-radius: 15px;
  align-items: flex-start;
  padding: 24px 12px;
  position: relative;
}

.customer-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.name-person {
  letter-spacing: .05em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.carsy-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;
}

.feedback-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.review-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.job-position-2 {
  color: var(--white);
  letter-spacing: .05em;
}

.fashionistas-personal-info {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mobile-show {
  display: none;
}

.rating-star-item {
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
}

.rating-star-item.empty-star {
  font-family: "Fa 400", sans-serif;
}

.fashionistas-photo-wrap {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-search {
  z-index: 15;
  padding-top: 160px;
  position: relative;
}

.search-title {
  text-transform: capitalize;
}

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

.search-link {
  line-height: 1.55em;
}

.search-slug {
  margin-bottom: 5px;
}

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

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

.error-404-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

._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-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;
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Rajdhani, sans-serif;
  font-size: 150px;
  font-weight: 500;
  line-height: .9em;
}

.pass-title {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 500;
}

.checkout-info {
  border: 1px solid var(--white-15);
  border-radius: 8px;
  margin-bottom: 0;
}

.checkout-info-top {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border-style: none none solid;
  border-bottom-color: var(--white-15);
  background-color: var(--transparent);
  flex-flow: wrap;
  padding-top: 14px;
  padding-bottom: 14px;
}

.checkout-info-top.shipping {
  border-style: none;
  border-color: #000;
}

.checkout-info-bottom {
  background-color: var(--transparent);
  border: 1px #000;
}

.no-shrink-text {
  flex-flow: wrap;
}

.form-input {
  border: 1px solid var(--white-15);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 50px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-input:focus, .form-input.-wfp-focus {
  border-color: var(--white);
  padding-left: 24px;
}

.form-input::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

.form-input-with-space {
  border: 1px solid var(--white-15);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 50px;
  min-height: 60px;
  margin-bottom: 16px;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-input-with-space:focus, .form-input-with-space.-wfp-focus {
  border-color: var(--white);
  padding-left: 24px;
}

.form-input-with-space::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

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

.shipping-method {
  border-top: 1px solid var(--white-15);
  background-color: var(--transparent);
  border-bottom-style: none;
}

.shipping-empty {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--white-15) black black;
  background-color: var(--transparent);
}

.flex-row {
  margin-bottom: 16px;
}

.photo-gradient {
  background-color: #0e0e0e0d;
  position: absolute;
  inset: 0%;
}

.height-photo-container {
  border-radius: 12px;
  height: 350px;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.team-background-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-line-2 {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.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;
}

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

.member-name-2 {
  margin-top: 0;
  margin-bottom: 8px;
}

.team-hero-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: 1px solid var(--white-15);
  background-color: var(--primary-dark);
  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;
}

.background-photo {
  z-index: 1;
  background-image: url('../images/Team-1_1Team-1.webp');
  background-position: 50% 0;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.background-photo.bg-photo-2 {
  background-image: url('../images/Team-2_1Team-2.webp');
}

.background-photo.bg-photo-3 {
  background-image: url('../images/Team-3_1Team-3.webp');
}

.background-photo.bg-photo-4 {
  background-image: url('../images/Team-4_1Team-4.webp');
}

.background-photo.bg-photo-5 {
  background-image: url('../images/Team-5_1Team-5.webp');
}

.background-photo.bg-photo-6 {
  background-image: url('../images/Team-6_1Team-6.webp');
}

.team-image {
  z-index: 10;
  border-radius: 12px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.socials-button {
  z-index: 10;
  background-color: #000;
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  -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;
}

.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;
}

.team-ov {
  z-index: 5;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 15px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.member-job {
  color: var(--hover-pink);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.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;
}

.team-item-top {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.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;
}

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

.feature-icon-large {
  height: 60px;
}

.feature-large-item {
  z-index: 10;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffffff05;
  background-image: linear-gradient(135deg, #fff0 45%, #ffffff0d 95%);
  border: 1px solid #ffffff1a;
  border-radius: 15px;
  flex-flow: column;
  width: auto;
  padding: 15px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  position: relative;
}

.feature-large-item:hover {
  color: var(--hover-pink);
}

.core-services-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-bottom: 1px solid #ffffff26;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  display: flex;
}

.list-paragraph {
  font-size: 17px;
  font-weight: 500;
}

.arrow-pricing-circle {
  z-index: 40;
  border: 1px solid #ffffff26;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-element {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.arrow-clip-wrap-3 {
  z-index: 15;
  position: relative;
  overflow: hidden;
}

.feature-list {
  background-color: var(--white);
  color: var(--pink);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.spin-about-2 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 11rem;
  height: 12rem;
  display: flex;
}

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

.two-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-span {
  opacity: .7;
  font-size: 16px;
  font-weight: 300;
}

.feature-long-description {
  width: 100%;
  font-size: 17px;
  font-weight: 400;
}

.intro-price {
  letter-spacing: .01em;
  font-family: Exo, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

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

.info-bottom {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.hero-price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.contant-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.image-cover-6 {
  object-fit: cover;
  object-position: 50% 20%;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.left-sticky-con {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 85vh;
  display: flex;
  position: sticky;
  top: 100px;
}

.hover-grad-02 {
  filter: blur(150px);
  background-color: #2849f4;
  border-radius: 100px;
  align-self: center;
  width: 150px;
  height: 150px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hover-grad-wrapper {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bottom-line-3 {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.bg-circle-cover {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover-grad-01 {
  filter: blur(200px);
  background-color: #ff1df1;
  border-radius: 100px;
  align-self: center;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.success-message-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: stretch;
  height: 100%;
  min-height: 542px;
  max-height: 100%;
  padding: 60px;
  display: grid;
}

.inner-img-overlay {
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.inner-img-overlay.contact-ov {
  background-color: #0006;
}

.two-coll-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.thank-you-title {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-slide-arrow {
  background-color: #fff0;
  border: 1px solid #ffffff26;
  border-radius: .3rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .45s;
  display: flex;
  inset: 0% 0% auto auto;
}

.hero-slide-arrow:hover {
  background-color: #ffffff0d;
  border-color: #ffffff80;
}

.hero-slide-arrow.arrow-left {
  right: 3.125rem;
}

.error-state-2 {
  color: #fff;
  text-align: center;
  word-break: normal;
  background-color: #fff0;
  margin-top: 24px;
  padding: 0;
}

.slide-hide, .arrow-icon-hide {
  display: none;
}

.contacts-section {
  z-index: 55;
  position: relative;
}

.contacts-section.with-bottom-space {
  padding-bottom: 80px;
}

.inner-photo-con {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.address-hero-text {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.inner-banner-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-banner-2.contact {
  justify-content: center;
  align-items: flex-end;
  min-height: 500px;
}

.info-title {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
}

.contact-banner-title {
  color: #fff;
  text-align: center;
  font-size: 70px;
}

.flex-field {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.small-subtitle {
  letter-spacing: .15em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.contacts-slider {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: -3.5rem;
  padding-top: 3.5rem;
  display: block;
  overflow: hidden;
}

.contact-field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.hero-form-block {
  background-color: #d8c8e400;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
  height: auto;
  min-height: 542px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.form-hero-input-light-60-2 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff26;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding: 8px 80px 8px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-hero-input-light-60-2:focus {
  border-color: #fff;
  padding-left: 24px;
  box-shadow: 0 0 20px #90f0;
}

.form-hero-input-light-60-2::placeholder {
  color: #ffffff80;
  font-size: 16px;
  font-weight: 300;
}

.form-hero-input-light-60-2.message {
  min-height: 175px;
}

.right-contacts-form {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #000;
  border-radius: 15px;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.field-label {
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 200;
  line-height: 1.3em;
}

.flex-useful-links {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: .77fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.address-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.benefit-top-subtitle {
  border-bottom: 1px solid #ffffff26;
  padding-bottom: 1rem;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding: 0;
  display: grid;
}

.left-contacts {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  padding-top: 80px;
  display: flex;
}

.benefit-slider {
  width: 100%;
}

.benefit-bottop-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-us-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  margin-top: -210px;
  display: grid;
}

.contacts-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inner-image {
  background-image: url('../images/7_27.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.address-par {
  color: var(--white);
  font-weight: 400;
}

.success-message-con {
  background-color: #ffffff05;
  border: 1px solid #ffffff26;
  border-radius: 12px;
  flex: 1;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.address-wdth {
  width: 100%;
}

.contact-mask {
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: visible;
}

.address-link {
  letter-spacing: 0;
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.contacts-icon-2 {
  color: var(--hover-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  line-height: 1.5em;
}

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

.conact-link:hover {
  color: var(--hover-pink);
}

.bottom-line-4 {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.contacts-info-slider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.field-form-label {
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

.required {
  color: var(--white);
  margin-left: auto;
  font-weight: 400;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.option {
  display: none;
}

.order-item-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  margin-bottom: 0;
}

.order-image {
  object-fit: cover;
  border-radius: 8px;
  width: 70px;
  height: 75px;
  overflow: hidden;
}

.order-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.order-product-title {
  font-family: Rajdhani, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.checkout-info-title {
  font-size: 20px;
}

.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;
}

.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;
}

.shop-product-details-subtitle {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.shop-product-details-subtitle.mb-20 {
  margin-bottom: 30px;
}

.error-state-3 {
  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;
}

.add-to-cart-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: grid;
}

.green-label-text {
  border-left: 2px solid var(--pink);
  letter-spacing: .15em;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 6px;
  font-family: Rajdhani, sans-serif;
  font-size: 14px;
  display: flex;
}

.shop-details-ov {
  z-index: 1;
  background-color: #0000003d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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;
}

.image-100 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.link-wrap {
  align-items: center;
  width: auto;
  display: flex;
}

.product-tags {
  display: flex;
}

.shop-lightbox-item {
  width: 100%;
}

.icon-circle {
  z-index: 50;
  color: #fff;
  background-color: #000;
  border: 1px solid #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.shop-details-price-wrapper {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.shop-details-content-block {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.main-product-description {
  margin-top: 20px;
  line-height: 1.7em;
}

.main-product-description p {
  color: var(--white);
}

.main-product-description ul {
  background-color: var(--white);
  margin-top: 15px;
  margin-bottom: 30px;
  font-weight: 500;
}

.main-product-description h3, .main-product-description h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.shop-card-old-price {
  color: var(--paragraph-gray);
  letter-spacing: .05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 15px;
  text-decoration: line-through;
}

.shop-text-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
  display: flex;
}

.shop-text-wrapper-2.margin {
  margin-top: 80px;
  margin-bottom: 0;
}

.shop-text-wrapper-2.margin-bottom {
  margin-bottom: 30px;
}

.shop-sticky-block {
  position: sticky;
  top: 160px;
}

.shop-details-hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1.2em;
}

.price-product {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rajdhani, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.news-category-link-2 {
  z-index: 10;
  background-color: var(--pink);
  color: #fff;
  border-radius: 50px;
  padding: 6px 12px;
  font-weight: 400;
  position: relative;
}

.news-category-link-2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.paragraph-shop-details {
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.default-state-3 {
  flex-direction: column;
  margin-bottom: 0;
}

.lightbox-link-shop {
  z-index: 50;
  background-color: #0e0e0e;
  border: 1px solid #ffffff26;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-width: 450px;
  height: 550px;
  transition-property: all;
  transition-duration: .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lightbox-link-shop:hover {
  padding: 10px;
}

.shop-tablet-image {
  display: none;
}

.quantity-title-text {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
}

.solid-icon-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-icon-view-circle:hover {
  opacity: 1;
}

.section-shop-details {
  z-index: 45;
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
}

.portfolio-image-cover-2 {
  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;
}

.new-tag {
  align-items: center;
  margin-right: 9px;
  display: flex;
}

.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-details-wrapper-2 {
  grid-column-gap: 80px;
  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;
}

.h2-shop-details {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
}

.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;
}

.news-collection-list-wrapper-2 {
  z-index: 24;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-list {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bottom-line-5 {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.stock-text {
  color: #fff;
  text-align: center;
}

.clip-portfolio-wrap-2 {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.date-news-2 {
  letter-spacing: .05em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

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

.add-to-cart {
  z-index: 15;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto auto 0;
}

.option-list-2 {
  display: none;
}

.background-wrapper-3 {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.price-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cases-overlay-2 {
  z-index: 1;
  background-color: #fff0;
  position: absolute;
  inset: 0%;
}

.error-text-cart {
  color: #fff;
  text-align: center;
}

.bg-blog-link-4 {
  z-index: 10;
  color: #000;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 12px;
  font-size: 12px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bg-blog-link-4:hover {
  opacity: 1;
  color: #000;
}

.primary-cart-button-2 {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  width: 54px;
  height: auto;
  min-height: 54px;
  margin-left: auto;
  padding: 3px 3px 3px 6px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  line-height: 1em;
  transition: all .45s;
  display: flex;
}

.primary-cart-button-2:hover {
  background-color: var(--pink);
}

.blog-publication-2 {
  border: 1px solid #ffffff26;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: flex;
}

.blog-publication-2:hover {
  background-color: #ffffff0d;
  border-color: #fff;
}

.scroll-cover-2 {
  z-index: 90;
  background-color: var(--black);
  border-radius: 3px;
  height: 100%;
  position: absolute;
  inset: -105% 0% 0%;
}

.stock-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  border-radius: .4rem;
  margin-top: 20px;
  padding: 15px 20px 18px;
}

.small-circle-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 4px;
  height: 4px;
}

.bottom-portfolio-link-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.blog-long-title-2 {
  letter-spacing: .01em;
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3em;
  transition: all .35s;
}

.blog-long-title-2:hover {
  color: var(--hover-pink);
}

.blog-bottom-caterory-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-hero-image-2 {
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  height: 400px;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-info-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.error-message-cart-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #000;
  border-radius: .4rem;
  margin-top: 20px;
  padding: 15px 20px;
}

.quantity {
  display: none;
}

.arrow-clip-wrap-4 {
  position: relative;
  overflow: hidden;
}

.blog-category-2 {
  line-height: 1.5em;
}

.blog-category-2:hover {
  color: var(--hover-pink);
}

.background-portfolio-3-3 {
  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%;
}

.news-top-info-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-transform: capitalize;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-right: auto;
  padding-top: 15px;
  display: grid;
  position: relative;
}

.portfolio-3-card-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px #eff3f6;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  margin-bottom: -1px;
  padding: 2px 2px 1px;
  text-decoration: none;
  display: grid;
  position: relative;
  overflow: hidden;
}

.old-price {
  color: var(--paragraph-gray);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: line-through;
  display: block;
}

.form-input-quantity {
  border: 1px solid var(--white-15);
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 50px;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 15px 16px 18px;
  font-size: 16px;
  font-weight: 400;
  transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.form-input-quantity:focus {
  border-color: var(--white);
  padding-left: 24px;
}

.form-input-quantity::placeholder {
  color: var(--paragraph-gray);
  font-size: 16px;
  font-weight: 400;
}

.price-subtitle {
  letter-spacing: .05em;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
}

.license-par {
  width: 100%;
}

.licensing-video {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 320px;
}

.font-license {
  letter-spacing: .05em;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5em;
}

.font-license:hover {
  color: var(--hover-pink);
}

.landing-title {
  font-size: 70px;
}

.lp-subtitle {
  color: var(--white);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-weight: 500;
}

.cta-hero-title {
  width: 90%;
}

.no-shrink-button {
  flex: none;
}

.hover-lp-cover {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  border-radius: 8px;
  position: absolute;
  inset: 0%;
}

.span-h1 {
  background-image: linear-gradient(135deg, var(--primary), var(--pink));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-small-title {
  letter-spacing: .12em;
  font-family: Rajdhani, sans-serif;
}

.feature-link {
  letter-spacing: .05em;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.feature-link:hover {
  color: var(--hover-pink);
}

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  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-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: 14px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-button:hover {
  opacity: 1;
  color: #ffffffb3;
}

.promotion-label-left {
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.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-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-labels-wrapper-to-remove {
  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-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 {
  opacity: 1;
  color: #000;
}

.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 {
  opacity: 1;
  color: #000;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-icon {
  object-fit: contain;
  margin-right: 8px;
}

.image-101 {
  display: inline-block;
}

.image-102 {
  width: 140px;
}

.benefit-number-small {
  font-size: 135px;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 90px;
  }

  .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;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-title-wrapper {
    width: 50%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .section-title-description {
    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;
  }

  .section-purchase {
    padding-top: 130px;
  }

  .licensing-icons {
    width: 45%;
  }

  .landing-banner {
    padding-top: 180px;
  }

  .hero-banner-title {
    font-size: 156px;
  }

  .glass-img {
    height: 400px;
  }

  .glass-wrapper {
    top: 205px;
  }

  .large-size-text {
    font-size: 33px;
  }

  .large-photo-section {
    min-height: 800px;
  }

  .nav-hero-btn {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .nav-dropdown-list-item-3.w--open {
    left: auto;
  }

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

  .black-nav-wrapper {
    min-width: 160px;
  }

  .border-wrap-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .burger-nav-2 {
    min-width: 160px;
  }

  .section-service {
    padding-bottom: 130px;
  }

  .serv-photo-wrap {
    min-height: 650px;
  }

  .girl-png {
    height: 650px;
  }

  .left-intro {
    width: 68%;
  }

  .center-paragraph {
    width: 55%;
  }

  .hero-footer {
    padding-top: 130px;
  }

  .benefit-number {
    font-size: 150px;
  }

  .two-coll-grid {
    grid-template-columns: 1fr .6fr;
  }

  .footer-useful-link {
    font-size: 26px;
  }

  .bottom-form {
    margin-bottom: 0;
  }

  .hero-video-button {
    right: -185px;
  }

  .banner-02 {
    min-height: 100vh;
  }

  .inner-banner {
    min-height: 400px;
  }

  .inner-banner.reviews {
    min-height: 380px;
  }

  .our-story-grig {
    grid-template-columns: .8fr 1fr;
    padding: 60px 45px 60px 60px;
  }

  .about-our-mission {
    font-size: 37px;
  }

  .story-top {
    grid-template-columns: 1fr .7fr;
  }

  .services-card {
    grid-row-gap: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .left-intro-wrapper {
    width: 80%;
  }

  .row-portfolio-title {
    font-size: 33px;
  }

  .home-services {
    padding-bottom: 130px;
  }

  .service-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-card.bottom-space, .service-card.bottom-space-first, .service-card.bottom-space-last, .service-card.bottom-space-two {
    padding-bottom: 130px;
  }

  .home-about {
    padding-top: 130px;
  }

  .studio-intro.faq-intro {
    padding-bottom: 100px;
  }

  .about-intro-text {
    width: 75%;
  }

  .about-image.faq-img-1 {
    right: 0;
  }

  .about-image.faq-img-2 {
    left: 0;
  }

  .home-about-intro {
    width: 75%;
  }

  .card-serv-title {
    font-size: 24px;
  }

  .card-serv-title.title-big-size {
    font-size: 26px;
  }

  .top-banner-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .arrow-image {
    width: 70px;
  }

  .text-banner-link {
    font-size: 90px;
  }

  .loop-image-item {
    width: 27vw;
    height: 21vw;
  }

  .banner-intro {
    padding-bottom: 40px;
  }

  .large-hero-title {
    font-size: 15em;
  }

  .inner-content {
    padding-bottom: 130px;
  }

  .center-intro-wrapper {
    width: 80%;
  }

  .spin-dual-wrapper {
    grid-template-rows: 250px 250px 250px;
  }

  .wrap-intro-title {
    text-align: center;
    padding-left: 50px;
    padding-right: 35px;
  }

  .benefit-intro {
    padding: 14px 24px;
    font-size: 15px;
  }

  .spin-bottom-right {
    margin-right: -100px;
  }

  .intro-benefits {
    justify-content: center;
    align-items: center;
  }

  .spin-top-left {
    margin-left: -100px;
  }

  .intro-grid-container {
    grid-template-columns: 1fr 1fr;
  }

  .intro-title {
    font-size: 50px;
  }

  .bold-text {
    font-size: 33px;
  }

  .tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-tabs-content {
    padding-top: 100px;
  }

  .large-serv-title {
    font-size: 8em;
  }

  .number-span {
    font-size: 30px;
  }

  .serv-top-title {
    margin-bottom: -55px;
  }

  .service-collection-row {
    grid-template-columns: 1fr .5fr;
  }

  .service-grid-layout {
    grid-column-gap: 130px;
    grid-row-gap: 130px;
  }

  .main-service-item.large-height {
    min-height: 550px;
  }

  .main-service-item.medium-height {
    min-height: 370px;
  }

  .main-service-item.medium-height-002 {
    min-height: 420px;
  }

  .main-service-item.large-height-02, .main-service-item.large-height-03 {
    min-height: 550px;
  }

  .blog-long-title {
    font-size: 22px;
  }

  .background-portfolio-3-2.special-aligment {
    background-position: 62% 0;
  }

  .right-service-wrap.dual {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .service-row-middle {
    grid-template-columns: .4fr 1fr 150px;
  }

  .service-row-reverce {
    grid-template-columns: .4fr 1fr;
  }

  .span-image {
    width: 50px;
  }

  .span-image.span-img-02 {
    width: 70px;
  }

  .service-grid-list {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .about-vear-banner {
    padding-bottom: 130px;
  }

  .about-us-title {
    font-size: 85px;
  }

  .center-banner-paragraph {
    width: 55%;
  }

  .number-size-large {
    font-size: 24px;
  }

  .par-answer-faq-dark {
    font-size: 18px;
  }

  .faq-toggle {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .faq-answer {
    padding-right: 70px;
  }

  .faq-text {
    font-size: 20px;
  }

  .faq-content {
    max-width: 850px;
  }

  .photo-grid {
    min-height: 420px;
  }

  .main-service-link {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .service-description {
    width: 95%;
  }

  .service-info {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .service-info.right-space {
    padding-right: 55px;
  }

  .main-service-content {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    grid-template-columns: 1.5fr 2fr 80px;
  }

  .service-title {
    font-size: 42px;
  }

  .item-right {
    padding: 20px;
  }

  .small-review-cocer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-intro {
    width: 90%;
  }

  .star-image {
    height: 16px;
  }

  .top-offer-title {
    width: 80%;
    font-size: 55px;
  }

  .style-guide-par, .style-guide-link {
    margin-right: 60px;
  }

  .version-wrap {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .home-faq-intro {
    width: 75%;
    padding-top: 100px;
  }

  .recent-title {
    font-size: 34px;
  }

  .blog-sidebar-wrap {
    grid-column-gap: 60px;
  }

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

  .blog-3-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }

  .section-inner {
    min-height: 440px;
    padding-top: 180px;
  }

  .section-portfolio-details {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .section-blog-details {
    height: 650px;
  }

  .scroll-blog-link {
    right: 0;
  }

  .blog-intro-content-2 {
    width: 80%;
    padding-top: 170px;
  }

  .verticle-card-image-2 {
    min-height: 300px;
  }

  .activity-verticle-card {
    padding: 18px;
  }

  .sidebar-recent-post-image-2 {
    width: 120px;
    height: 125px;
  }

  .sidebar-recent-post-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .subtitle-gray {
    font-size: 15px;
  }

  .subtitle-blog {
    font-size: 18px;
  }

  .blog-category-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
  }

  .news-collection-list {
    width: 85%;
  }

  .group-inquire-top {
    min-height: 230px;
  }

  .visit-form {
    margin-bottom: 0;
  }

  .content-details {
    grid-column-gap: 100px;
    grid-template-columns: 1fr .8fr;
  }

  .section-details {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section-details.service-details {
    padding-top: 100px;
  }

  .service-details-title {
    font-size: 90px;
  }

  .stories-item {
    padding: 30px 20px;
  }

  .customer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .review-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .fashionistas-photo-wrap {
    width: 60px;
    height: 60px;
  }

  .section-search {
    padding-top: 180px;
  }

  .results-grid {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .height-photo-container {
    height: 380px;
  }

  .team-hero-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
  }

  .feature-large-item {
    padding: 24px;
  }

  .core-services-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .hover-element {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .price-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .two-column-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .hero-price {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .success-message-content {
    min-height: 551px;
  }

  .two-coll-grid-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .contacts-section.with-bottom-space {
    padding-bottom: 130px;
  }

  .inner-banner-2 {
    min-height: 380px;
  }

  .inner-banner-2.contact {
    min-height: 540px;
  }

  .info-title {
    font-size: 50px;
  }

  .contact-banner-title {
    font-size: 80px;
  }

  .hero-form-block {
    min-height: 551px;
  }

  .right-contacts-form {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-2 {
    grid-row-gap: 45px;
  }

  .left-contacts {
    padding-top: 130px;
  }

  .contact-us-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-top: -180px;
  }

  .contact-fields {
    grid-row-gap: 32px;
  }

  .shop-details-hero-title {
    font-size: 60px;
  }

  .lightbox-link-shop {
    min-width: 550px;
    height: 600px;
  }

  .section-shop-details {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .portfolio-image-cover-2 {
    height: 550px;
    min-height: 550px;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 90px;
  }

  .h2-shop-details {
    font-size: 40px;
  }

  .product-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-long-title-2 {
    font-size: 28px;
  }

  .blog-hero-image-2 {
    height: 450px;
  }

  .license-par {
    width: 90%;
  }

  .landing-title {
    font-size: 85px;
  }

  .cta-hero-title {
    width: 70%;
  }

  .image-102 {
    width: 140px;
  }

  .benefit-number-small {
    font-size: 150px;
  }
}

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

  .base-container.small {
    max-width: 1200px;
  }

  .section-title-description {
    width: 75%;
  }

  .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;
  }

  .hero-banner-title {
    font-size: 176px;
  }

  .glass-img {
    height: 460px;
  }

  .glass-wrapper {
    top: 240px;
  }

  .large-size-text {
    font-size: 37px;
  }

  .large-photo-section {
    min-height: 850px;
  }

  .nav-hero-btn, .border-wrap-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .serv-photo-wrap {
    min-height: 720px;
  }

  .girl-png {
    height: 750px;
  }

  .grid-project-content {
    padding-top: 10rem;
  }

  .large-text {
    font-size: 20px;
  }

  .best-work-name {
    font-size: 55px;
  }

  .benefit-number {
    font-size: 160px;
  }

  .footer-useful-link {
    font-size: 30px;
  }

  .inner-banner {
    min-height: 430px;
  }

  .inner-banner.reviews {
    min-height: 400px;
  }

  .our-story-grig {
    grid-template-columns: .9fr 1fr;
  }

  .large-1800-base-container {
    max-width: 1360px;
  }

  .about-our-mission {
    font-size: 38px;
  }

  .services-card {
    min-height: 350px;
  }

  .left-intro-wrapper {
    width: 78%;
  }

  .portfolio-grid {
    grid-template-columns: 1.5fr 1fr .8fr 1fr;
  }

  .row-portfolio-title {
    font-size: 35px;
  }

  .studio-intro.large, .studio-intro.faq-intro {
    grid-template-columns: 1fr minmax(auto, 6fr) 1fr;
  }

  .about-intro-text {
    width: 70%;
  }

  .home-about-intro {
    width: 75%;
  }

  .card-serv-title {
    font-size: 28px;
  }

  .card-serv-title.title-big-size {
    font-size: 31px;
  }

  .arrow-image {
    width: 74px;
  }

  .center-intro-wrapper {
    width: 78%;
  }

  .benefit-intro {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .bold-text {
    font-size: 37px;
  }

  .large-serv-title {
    font-size: 9em;
  }

  .number-span {
    margin-top: 10px;
  }

  .main-service-item.large-height, .main-service-item.large-height-02, .main-service-item.large-height-03 {
    min-height: 600px;
  }

  .blog-long-title {
    font-size: 24px;
  }

  .service-row-middle {
    grid-template-columns: .5fr 1fr 180px;
  }

  .service-row-reverce {
    grid-template-columns: .35fr 1fr;
  }

  .about-us-title {
    font-size: 100px;
  }

  .faq-answer {
    padding-right: 75px;
  }

  .photo-grid {
    min-height: 450px;
  }

  .base-container-2 {
    max-width: 1360px;
  }

  .service-description {
    width: 88%;
  }

  .white-review {
    font-size: 22px;
  }

  .review-intro {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .star-image {
    height: 18px;
  }

  .top-offer-title {
    width: 70%;
  }

  .large-text-about {
    font-size: 20px;
  }

  .home-faq-intro {
    width: 75%;
  }

  .banner-large-title {
    font-size: 10rem;
  }

  .blog-intro-content-2 {
    width: 70%;
  }

  .verticle-card-image-2 {
    min-height: 350px;
  }

  .verticle-card-image-2.category-item {
    min-height: 330px;
  }

  .latest-news-description.par-width {
    width: 95%;
  }

  .news-hero-title {
    font-size: 28px;
  }

  .news-hero-title.smalle-size {
    font-size: 26px;
  }

  .sidebar-recent-post-image-2 {
    height: 135px;
  }

  .subtitle-blog {
    font-size: 20px;
  }

  .news-collection-list {
    width: 90%;
  }

  .content-details {
    grid-template-columns: 1fr .6fr;
  }

  .hero-feedback {
    font-size: 18px;
  }

  .column-stories {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .stories-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carsy-stories {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
  }

  .job-position-2 {
    font-size: 18px;
  }

  .fashionistas-photo-wrap {
    width: 75px;
    height: 75px;
  }

  .results-grid {
    grid-column-gap: 140px;
  }

  .error-404-text {
    font-size: 40px;
  }

  ._404-title {
    font-size: 140px;
  }

  .height-photo-container {
    height: 420px;
  }

  .feature-large-item {
    padding: 30px;
  }

  .two-column-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .feature-long-description {
    width: 90%;
  }

  .inner-banner-2 {
    min-height: 400px;
  }

  .inner-banner-2.contact {
    min-height: 520px;
  }

  .contact-banner-title {
    font-size: 85px;
  }

  .hero-form-block {
    max-width: 950px;
  }

  .left-contacts {
    width: 90%;
  }

  .portfolio-image-cover-2 {
    height: 600px;
    min-height: 600px;
  }

  .blog-long-title-2 {
    font-size: 30px;
  }

  .blog-hero-image-2 {
    height: 500px;
  }

  .license-par {
    width: 80%;
  }

  .landing-title {
    font-size: 90px;
  }

  .image-102 {
    width: 140px;
  }

  .benefit-number-small {
    font-size: 160px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 100px;
  }

  .base-container.blog-con {
    max-width: 1440px;
  }

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

  .utility-page-content {
    width: 400px;
  }

  .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;
  }

  .landing-banner {
    padding-top: 200px;
  }

  .banner-01 {
    min-height: 850px;
  }

  .banner-content {
    z-index: 20;
  }

  .hero-banner-title {
    font-size: 222px;
  }

  .glass-img {
    height: 550px;
  }

  .glass-wrapper {
    top: 305px;
  }

  .png-container {
    padding-bottom: 200px;
  }

  .large-photo-section {
    min-height: 1000px;
  }

  .circle-001 {
    z-index: 1;
  }

  .nav-hero-btn {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .brand-logo {
    object-fit: fill;
  }

  .border-wrap-4 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
  }

  .circle-004 {
    z-index: 1;
  }

  .serv-photo-wrap {
    min-height: 760px;
  }

  .girl-png {
    height: 800px;
  }

  .large-text {
    font-size: 24px;
  }

  .best-work-name {
    font-size: 65px;
  }

  .center-align-title {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .two-coll-grid {
    grid-template-columns: 1fr .5fr;
  }

  .banner-03 {
    min-height: 850px;
  }

  .inner-banner {
    min-height: 450px;
  }

  .inner-banner.reviews {
    min-height: 440px;
  }

  .story-content {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .our-story-grig {
    grid-template-columns: 1fr 1fr;
    padding: 80px 65px 80px 80px;
  }

  .large-1800-base-container {
    max-width: 1800px;
  }

  .spin-intro {
    max-width: 100%;
  }

  .about-our-mission {
    font-size: 49px;
  }

  .services-card {
    min-height: 450px;
  }

  .studio-intro.large, .studio-intro.faq-intro {
    grid-template-columns: 1fr minmax(auto, 3fr) 1fr;
  }

  .home-about-intro {
    width: 70%;
  }

  .card-serv-title.title-big-size {
    font-size: 40px;
  }

  .arrow-image {
    width: 80px;
  }

  .text-banner-link {
    font-size: 100px;
  }

  .banner-intro {
    padding-top: 200px;
    padding-bottom: 100px;
  }

  .large-hero-title {
    font-size: 18em;
  }

  .spin-middle {
    max-width: 24rem;
  }

  .spin-dual-wrapper {
    grid-template-rows: 340px 340px 340px;
  }

  .wrap-intro-title {
    padding-left: 120px;
    padding-right: 105px;
  }

  .benefit-intro {
    padding-left: 30px;
    padding-right: 30px;
  }

  .spin-bottom-right, .spin-top-left {
    max-width: 24rem;
  }

  .tabs-menu {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .large-serv-title {
    font-size: 12em;
  }

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

  .service-collection-row {
    grid-column-gap: 500px;
    grid-row-gap: 500px;
  }

  .main-service-item.large-height {
    min-height: 630px;
  }

  .main-service-item.medium-height-002 {
    min-height: 500px;
  }

  .main-service-item.large-height-02, .main-service-item.large-height-03 {
    min-height: 670px;
  }

  .bg-blog-link-3 {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
  }

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

  .service-row-middle {
    grid-template-columns: .6fr 1fr 300px;
  }

  .service-row-reverce {
    grid-column-gap: 400px;
    grid-row-gap: 400px;
    grid-template-columns: .35fr 1.2fr;
  }

  .span-image {
    width: 55px;
  }

  .span-image.span-img-02 {
    width: 75px;
  }

  .about-us-title {
    font-size: 120px;
  }

  .photo-grid {
    min-height: 600px;
  }

  .base-container-2 {
    max-width: 1600px;
  }

  .main-service-link {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .small-review-cocer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .white-review {
    font-size: 24px;
  }

  .review-intro {
    width: 85%;
  }

  .top-offer-title {
    width: 85%;
    font-size: 65px;
  }

  .large-text-about {
    font-size: 24px;
  }

  .home-faq-intro {
    width: 70%;
  }

  .blog-sidebar-wrap {
    grid-template-columns: 1fr .4fr;
  }

  .section-inner {
    min-height: 450px;
  }

  .banner-large-title {
    font-size: 15.5rem;
  }

  .section-blog-details {
    height: 700px;
  }

  .verticle-card-image-2 {
    min-height: 400px;
  }

  .verticle-card-image-2.category-item {
    min-height: 350px;
  }

  .latest-news-description.par-width {
    width: 90%;
  }

  .news-hero-title {
    width: 90%;
    font-size: 30px;
  }

  .sidebar-recent-post-image-2 {
    width: 135px;
  }

  .news-collection-list {
    width: 95%;
  }

  .details-card {
    top: 140px;
  }

  .column-stories, .carsy-stories {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .error-404-text {
    font-size: 52px;
  }

  ._404-title {
    font-size: 180px;
  }

  .team-hero-item {
    padding: 20px 20px 25px;
  }

  .hover-element {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    display: flex;
  }

  .inner-banner-2 {
    min-height: 500px;
  }

  .inner-banner-2.contact {
    min-height: 640px;
  }

  .product-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .bg-blog-link-4 {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 15px;
  }

  .landing-title {
    font-size: 100px;
  }

  .image-101 {
    aspect-ratio: auto;
    object-fit: fill;
    width: 160px;
    position: static;
  }

  .image-102 {
    width: 160px;
  }

  .div-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 32px;
    font-weight: 400;
    display: flex;
  }

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

  .benefit-number-small {
    font-size: 120px;
  }

  .heading {
    font-size: 100px;
  }

  .section-2 {
    margin-top: 80px;
  }

  .heading-3 {
    font-size: 150px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 45px;
  }

  blockquote {
    padding-left: 22px;
    font-size: 25px;
  }

  .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;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .section-title-wrapper {
    width: 70%;
  }

  .section-title-description {
    width: 100%;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 30px;
    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 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .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;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
  }

  .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%;
  }

  .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;
  }

  .licensing-icons {
    width: 80%;
  }

  .landing-banner {
    padding-top: 140px;
  }

  .hero-banner-title {
    font-size: 92px;
  }

  .glass-img {
    height: 400px;
  }

  .glass-wrapper {
    top: 65px;
  }

  .png-container {
    place-items: start center;
    padding-top: 180px;
    padding-bottom: 220px;
  }

  .dual-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .large-size-text {
    font-size: 26px;
  }

  .large-photo-section {
    min-height: 600px;
    display: none;
  }

  .scroll-circle-section {
    display: none;
  }

  .nav-close-icon-6 {
    width: auto;
    height: 18px;
    position: relative;
  }

  .full-nav-hero-container {
    height: 70px;
  }

  .nav-menu-wrap-2 {
    background-color: #0000;
    flex-direction: column;
    width: 100%;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: visible;
  }

  .menu-item-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
  }

  .icon-wrap-2 {
    border-left: 1px solid #ffffff26;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 60px;
  }

  .dropdown-header-item-3 {
    background-color: #0000;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .dropdown-menu-5 {
    background-color: #000;
    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;
  }

  .wrapper-item-home-2 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 10px;
  }

  .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;
  }

  .nav-intro-item-2 {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .hero-nav-dropdown-2 {
    border-bottom: 1px solid #ffffff26;
    width: 100%;
    padding-left: 0;
    transition: all .35s;
  }

  .hero-nav-dropdown-2:hover {
    background-color: #0e0e0e;
  }

  .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: solid none none;
    border-color: #ffffff26 #000 #000;
    border-radius: 0;
    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: solid none none;
    width: 100%;
    height: 250px;
    overflow: auto;
  }

  .header-link-item-2 {
    background-color: #0000;
    border-bottom: 1px solid #ffffff26;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-height: 60px;
    padding: 0 0 0 15px;
  }

  .header-link-item-2:hover {
    background-color: #0e0e0e;
  }

  .nav-dropdown-small-icon-2 {
    color: #fff;
    justify-content: space-between;
    margin-top: auto;
    margin-right: 3px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .nav-dropdown-link-span-2 {
    display: none;
  }

  .megamenu-dropdown-wrapper-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .nav-line-white-2 {
    background-color: #e3e3e1;
    height: .4px;
    margin-bottom: 5px;
  }

  .nav-cross-wrap-2 {
    display: none;
  }

  .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;
    background-color: #0000;
    border-left: 1px solid #ffffff26;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 70px;
    padding: 20px;
    display: flex;
    position: relative;
  }

  .nav-menu-shadow-overlay-6 {
    background-color: #000;
    border-right: 1px solid #ffffff26;
    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;
  }

  .line-white-2 {
    background-color: #e3e3e1;
    height: 1.5px;
  }

  .full-width-nav-link-2 {
    margin-left: 0;
  }

  .burger-nav-2 {
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }

  .nav-tablet-btn {
    width: 100%;
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .nav-dropdown-link-wrapper-3 {
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper-3:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tablet-menu-6 {
    background-color: #000;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding-left: 15px;
    padding-right: 0;
    display: flex;
  }

  .top-tablet-menu-3 {
    width: 100%;
  }

  .megamenu-dropdown-wrap-2 {
    justify-content: center;
    width: 100%;
  }

  .no-shrink-btn.tablet-hide {
    display: none;
  }

  .arrow-circle {
    flex: none;
  }

  .clip-hero-button.full-wdth {
    width: 100%;
  }

  .section-service {
    margin-top: 0;
  }

  .case-sticky-item {
    position: relative;
    top: 0;
  }

  .service-info-con {
    justify-content: space-between;
    align-items: flex-end;
  }

  .girl-png {
    height: 520px;
  }

  .left-intro {
    width: 80%;
  }

  .grid-project-content {
    padding-top: 11rem;
    padding-bottom: 14rem;
  }

  .underline-main-link.no-bottom-border {
    border-bottom-style: solid;
  }

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

  .project-small-arrow.large-arrow {
    height: 11px;
  }

  .large-footer-text {
    font-size: 7em;
  }

  .vear-icon {
    height: 150px;
  }

  .nav-intro-item-white {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .cart-flex-item {
    grid-template-columns: 110px 1fr 90px;
  }

  .cart-wrapper {
    justify-content: flex-end;
  }

  .right-intro {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefit-number {
    font-size: 90px;
  }

  .two-coll-grid {
    grid-template-columns: 1fr 1.2fr;
  }

  .footer-rights-bottom {
    flex-flow: column;
  }

  .footer-par-copyright {
    grid-column-gap: 5px;
    flex-flow: wrap;
  }

  .footer-rights-text {
    grid-row-gap: 0px;
  }

  .banner-link-container {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-useful-link {
    font-size: 18px;
  }

  .subscribe-form-footer-2 {
    grid-column-gap: 8px;
  }

  .success-circle-wrapper {
    justify-content: center;
    align-items: center;
  }

  .succes-message-small {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 120px;
    height: 120px;
  }

  .hero-video-button {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 140px;
  }

  .right-banner-link {
    justify-content: center;
    align-items: flex-end;
  }

  .tablet-show-section {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .immersion-services-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -22px;
    font-size: 83px;
    font-weight: 500;
  }

  .inner-banner.reviews {
    min-height: 350px;
  }

  .banner-content-wrap {
    padding-top: 140px;
  }

  .left-about-info {
    padding-left: 0;
  }

  .spin-about {
    max-width: 12rem;
  }

  .about-top-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .right-grid-content {
    width: 100%;
    margin-left: auto;
  }

  .our-story-grig {
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 40px;
  }

  .services-card {
    grid-row-gap: 120px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .left-intro-wrapper {
    width: 100%;
  }

  .hero-portfolio-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .portfolio-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .portfolio-image-item {
    padding-top: 100%;
    position: relative;
  }

  .row-portfolio-title {
    width: 80%;
    font-size: 35px;
  }

  .service-card-height {
    padding-top: 35%;
  }

  .service-card-list {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-services {
    position: relative;
    top: auto;
  }

  .service-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-card.last-card {
    padding-right: 30px;
  }

  .service-card.first-card, .service-card.bottom-space-first {
    padding-left: 30px;
  }

  .service-card.bottom-space-last {
    padding-right: 30px;
  }

  .service-card.bottom-space-two {
    border-right-style: none;
  }

  .studio-intro.large, .studio-intro.faq-intro {
    grid-template-columns: 1fr auto 1fr;
  }

  .about-image {
    width: 8rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .about-image.faq-img-1 {
    right: 20px;
  }

  .about-image.faq-img-2 {
    margin-bottom: 0;
    left: 20px;
  }

  .home-about-intro {
    width: 90%;
    padding-top: 80px;
  }

  .card-serv-title {
    font-size: 30px;
  }

  .top-banner-links {
    width: 100%;
  }

  .link-line {
    width: 40px;
  }

  .arrow-image {
    width: 45px;
  }

  .text-banner-link {
    font-size: 60px;
  }

  .loop-image-item {
    width: 36vw;
    height: 28vw;
  }

  .banner-03-flex-cntent {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .banner-intro {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .large-hero-title {
    font-size: 11em;
  }

  .inner-content {
    padding-top: 80px;
  }

  .white-banner-text {
    letter-spacing: .05em;
    font-size: 22px;
    font-weight: 400;
  }

  .center-intro-wrapper {
    width: 100%;
  }

  .bottom-line-2.clip-bottom-line {
    display: none;
  }

  .space-top-headings {
    text-align: center;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .vertical-line {
    display: none;
  }

  .wrap-intro-title {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }

  .intro-benefits {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-line-tablet {
    display: block;
  }

  .intro-grid-container {
    grid-template-columns: 1fr;
    padding-right: 0;
  }

  .intro-title {
    font-size: 45px;
  }

  .bold-text {
    font-size: 26px;
  }

  .tabs-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .tab-link.first-tab {
    margin-right: auto;
  }

  .large-serv-title {
    text-align: center;
    font-size: 8.5em;
  }

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

  .serv-top-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .service-collection-row {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .service-grid-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .main-service-item.large-height, .main-service-item.medium-height, .main-service-item.medium-height-002, .main-service-item.small-height, .main-service-item.large-height-02 {
    min-height: 500px;
  }

  .portfolio-3-card {
    cursor: default;
  }

  .triangle-wrapper {
    display: none;
  }

  .background-portfolio-3-2 {
    background-position: 50% 40%;
  }

  .background-portfolio-3-2.special-aligment {
    background-position: 50% 0;
  }

  .news-top-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .right-service-wrap.dual {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

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

  .background-video {
    background-position: 50% 40%;
  }

  .service-row-reverce {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .span-image {
    width: 40px;
  }

  .span-image.span-img-02 {
    width: 60px;
  }

  .service-grid-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .tablet-description {
    width: 90%;
    font-size: 18px;
    display: block;
  }

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

  .about-vear-banner {
    padding-top: 70px;
  }

  .about-us-title {
    font-size: 75px;
  }

  .center-banner-paragraph {
    width: 95%;
    margin-top: 25px;
  }

  .center-banner-title {
    width: 100%;
  }

  .home-large-review {
    align-items: center;
    padding-bottom: 10rem;
  }

  .review-content {
    max-width: 70vw;
  }

  .testimonial-slide-content-2 {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
  }

  .service-tab-grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
  }

  .faq-answer {
    padding-right: 70px;
  }

  .faq-grid-item {
    width: 100%;
  }

  .banner-clip-wrap {
    align-items: center;
  }

  .services-collection-list.intro-01, .services-collection-list.intro-02, .services-collection-list.intro-03 {
    position: relative;
    top: 0;
  }

  .main-service-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-service-link.last-serv-item {
    padding-bottom: 0;
  }

  .service-description {
    width: 100%;
    font-size: 16px;
  }

  .arrow-clip {
    justify-content: center;
    align-items: center;
  }

  .main-service-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 80px;
  }

  .service-title {
    font-size: 30px;
  }

  .top-offer-title, .style-guide-par, .style-guide-link {
    width: 100%;
  }

  .faq-banner {
    padding-top: 70px;
  }

  .home-faq-intro {
    width: 90%;
    padding-top: 80px;
  }

  .collection-list-resent-posts {
    flex-flow: wrap;
    width: 100%;
  }

  .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-sidebar-left-wrap-2 {
    flex: none;
    width: 100%;
  }

  .blog-3-form-white {
    grid-column-gap: 8px;
    flex-flow: row;
    align-items: stretch;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .sidebar-recent-post-item-2 {
    flex-direction: row;
    align-items: center;
    width: 47%;
    display: flex;
  }

  .blog-sidebar-right-wrapper-2 {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrap {
    grid-row-gap: 60px;
    flex-wrap: wrap-reverse;
    grid-template-columns: 1fr;
  }

  .blog-3-grid {
    grid-row-gap: 30px;
  }

  .banner-large-title {
    font-size: 10rem;
  }

  .services-template-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-blog-details {
    height: 450px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-template-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-template-wrap.banner {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-blog-link {
    margin-bottom: -80px;
    right: 40px;
  }

  .blog-intro-content-2 {
    width: 100%;
    min-height: auto;
    padding-bottom: 100px;
  }

  .banner-paragraph {
    width: 100%;
  }

  .blog-details-title-2 {
    width: 100%;
    font-size: 60px;
  }

  .content-blog-details-wrap {
    grid-template-columns: 1fr;
  }

  .hover-blog-cover {
    display: none;
  }

  .sidebar-recent-post-image-2 {
    height: 110px;
  }

  .tab-top-2:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tab-top-2.recent-posts {
    padding-right: 0;
  }

  .subtitle-blog {
    font-size: 18px;
  }

  .article-2 {
    height: 100%;
  }

  .blog-category-grid {
    grid-row-gap: 30px;
  }

  .success-wrapper-center {
    justify-content: center;
    align-items: center;
  }

  .details-body {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .succes-message-white {
    text-align: center;
  }

  .group-inquire-top {
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-small-form {
    grid-column-gap: 8px;
  }

  .content-details {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
  }

  .section-details.service-details {
    padding-top: 40px;
  }

  .form-discount-title {
    font-size: 35px;
  }

  .details-card {
    width: 100%;
    position: static;
  }

  .service-form {
    align-items: center;
  }

  .service-details-title {
    width: 100%;
    font-size: 65px;
  }

  .tablet-clip-wrap, .clip-section-tablet {
    position: relative;
    overflow: hidden;
  }

  .container-review {
    grid-template-columns: 1fr;
  }

  .customer-info {
    flex-flow: wrap;
  }

  .section-search {
    padding-top: 140px;
  }

  ._404-title {
    font-size: 120px;
  }

  .flex-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

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

  .spin-about-2 {
    height: 10rem;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .feature-long-description {
    width: 85%;
  }

  .left-sticky-con {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
    position: relative;
    top: 0;
  }

  .success-message-content {
    min-height: 350px;
    padding: 12px;
  }

  .inner-img-overlay.contact-ov {
    background-color: #00000080;
  }

  .two-coll-grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .inner-banner-2 {
    min-height: 300px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .inner-banner-2.contact {
    padding-bottom: 160px;
  }

  .left-title-wrap {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-form-block {
    min-height: auto;
  }

  .right-contacts-form {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-contacts {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: center;
    padding-top: 0;
  }

  .contact-us-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: -100px;
  }

  .address-wdth {
    width: 80%;
  }

  .order-item {
    flex-flow: wrap;
  }

  .order-image {
    width: 60px;
    height: 70px;
  }

  .shop-lightbox-wrap {
    grid-column-gap: 15px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-lightbox-item:last-child {
    width: 100%;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .shop-text-wrapper-2.margin-bottom {
    width: 90%;
  }

  .shop-sticky-block {
    position: relative;
    top: 0;
  }

  .add-to-cart-2 {
    flex-direction: column;
    display: flex;
  }

  .lightbox-link-shop {
    min-width: 100%;
    height: 400px;
  }

  .shop-tablet-image {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 15%;
    background-size: cover;
    border-radius: 12px;
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .shop-lightbox {
    display: flex;
  }

  .solid-icon-view-circle {
    border-style: solid;
    border-color: #afafaf80;
    width: 100px;
    height: 100px;
    display: none;
  }

  .section-shop-details {
    padding-top: 85px;
    overflow: hidden;
  }

  .portfolio-image-cover-2 {
    display: none;
  }

  .shop-details-wrapper-2 {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .price-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-hero-image-2 {
    height: 350px;
  }

  .news-top-info-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .portfolio-3-card-2 {
    cursor: default;
  }

  .old-price {
    letter-spacing: .01em;
  }

  .order-price {
    margin-left: auto;
  }

  .license-par {
    width: 80%;
  }

  .landing-title {
    font-size: 55px;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .image-102 {
    width: 140px;
  }

  .benefit-number-small {
    font-size: 90px;
  }
}

@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;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 30px;
  }

  .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: #a7a7a7;
    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: 40px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

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

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

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

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

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

  .style-guide-body-wrapper {
    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: 30px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    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 {
    height: 80px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .section-title-description {
    width: 95%;
  }

  .search-result-wrapper {
    margin-top: 40px;
  }

  .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-items: center;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .landing-download-block-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-bottom: 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;
    margin-top: 20px;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .typography-hero-wrapper {
    grid-row-gap: 40px;
  }

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

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .licensing-icons {
    width: 100%;
  }

  .hero-banner-title {
    font-size: 90px;
  }

  .glass-img {
    height: 300px;
  }

  .glass-wrapper {
    top: 180px;
  }

  .png-container {
    place-items: start center;
    padding-top: 140px;
    padding-bottom: 340px;
  }

  .large-photo-section {
    min-height: 450px;
  }

  .nav-menu-wrap-2 {
    max-width: none;
  }

  .dropdown-menu-5 {
    overflow: hidden;
  }

  .logo-project {
    height: 20px;
  }

  .brand-logo.w--current {
    padding-left: 0;
  }

  .black-nav-wrapper {
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .close-menu-button-5.w--open {
    padding-top: 19px;
  }

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

  .girl-png {
    height: 380px;
  }

  .grid-layout {
    grid-template-rows: auto auto 390px;
  }

  .left-intro {
    width: 100%;
  }

  .grid-project-content {
    padding-top: 14rem;
    padding-bottom: 15rem;
  }

  .hero-spin-image {
    width: 55%;
  }

  .center-paragraph, .center-align-title {
    width: 100%;
  }

  .project-small-arrow.large-arrow {
    height: 10px;
  }

  .hero-footer {
    padding-top: 60px;
  }

  .large-footer-text {
    font-size: 5em;
  }

  .large-text-wrap {
    padding-bottom: 15px;
  }

  .vear-icon {
    height: 100px;
  }

  .cart-container-2 {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .right-intro {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .two-coll-grid {
    grid-template-columns: 1fr;
  }

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

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

  .banner-link-container {
    width: 100%;
  }

  .useful-links {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
  }

  .subscribe-form-footer-2 {
    grid-row-gap: 12px;
    border-radius: 12px;
    flex-wrap: wrap;
  }

  .bottom-form, .subscribe-con {
    width: 100%;
  }

  .video-hover-button {
    width: 100px;
    height: 100px;
  }

  .hero-video-button {
    margin-bottom: 0;
  }

  .immersion-services-title {
    margin-bottom: -14px;
    font-size: 60px;
  }

  .inner-banner.reviews {
    min-height: 320px;
  }

  .banner-02-title {
    text-align: center;
  }

  .title-wrapper {
    width: 100%;
  }

  .spin-about {
    max-width: 10rem;
  }

  .right-grid-content {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .our-story-grig {
    padding: 60px 20px;
  }

  .about-our-mission {
    font-size: 30px;
  }

  .intro-par-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .collection-latest-project {
    margin-bottom: 40px;
  }

  .left-intro-wrapper {
    text-align: center;
    width: 100%;
  }

  .portfolio-grid {
    grid-row-gap: 2rem;
  }

  .row-portfolio-title {
    font-size: 30px;
  }

  .service-card-height {
    padding-top: 20%;
  }

  .service-card-list {
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
    padding-top: 0;
  }

  .home-services {
    padding-bottom: 60px;
  }

  .service-card {
    border-bottom: 1px solid var(--white-15);
    border-right-style: none;
    padding: 60px 0;
  }

  .service-card.last-card {
    border-bottom-style: none;
    padding-bottom: 0;
    padding-right: 0;
  }

  .service-card.first-card {
    padding-left: 0;
  }

  .service-card.bottom-space {
    padding-bottom: 60px;
  }

  .service-card.bottom-space-first {
    padding-bottom: 60px;
    padding-left: 0;
  }

  .service-card.bottom-space-last {
    border-bottom-style: none;
    padding-right: 0;
  }

  .service-card.bottom-space-two {
    padding-bottom: 60px;
  }

  .home-about {
    border-top-style: none;
    padding-top: 60px;
  }

  .studio-intro {
    grid-template-columns: auto auto auto;
  }

  .about-intro-text {
    width: 100%;
  }

  .about-image {
    width: 6rem;
  }

  .about-image.faq-img-1 {
    right: 10px;
  }

  .about-image.faq-img-2 {
    left: 10px;
  }

  .home-about-intro {
    width: 100%;
  }

  .card-serv-title {
    font-size: 35px;
  }

  .arrow-image {
    width: 40px;
  }

  .text-banner-link {
    font-size: 50px;
  }

  .loop-image-item {
    width: 45vw;
    height: 37vw;
  }

  .banner-intro {
    padding-top: 160px;
  }

  .large-hero-title {
    font-size: 8.5em;
  }

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

  .white-banner-text {
    font-size: 20px;
  }

  .center-intro-wrapper {
    text-align: center;
    width: 100%;
  }

  .bottom-line-2.clip-line, .bottom-line-2.clip-bottom-line, .bottom-line-2.clip-line-color {
    display: none;
  }

  .space-top-headings {
    width: 100%;
  }

  .wrap-intro-title {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .intro-benefits {
    width: 100%;
  }

  .intro-title {
    font-size: 40px;
  }

  .tabs-menu {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
  }

  .large-serv-title {
    font-size: 6.2em;
  }

  .service-collection-row, .service-grid-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-long-title {
    width: 60%;
    font-size: 24px;
  }

  .news-top-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .right-service-wrap.dual, .service-row-reverce {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .span-image.span-img-02 {
    width: 55px;
  }

  .service-grid-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .tablet-description {
    width: 100%;
  }

  .about-vear-banner {
    padding-bottom: 60px;
  }

  .about-us-title {
    font-size: 60px;
  }

  .center-banner-paragraph, .center-banner-title {
    width: 100%;
  }

  .home-large-review {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .slider-arrow {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .review-content {
    max-width: 80vw;
  }

  .testimonial-slide-content-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .service-tab-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem 1fr auto;
  }

  .faq-hero-title {
    font-size: 45px;
  }

  .faq-toggle {
    padding-left: 15px;
  }

  .service-tab-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .photo-grid {
    grid-template-rows: 350px 350px;
    grid-template-columns: 1fr;
  }

  .service-hero-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .service-hero-list.no-mobile-border {
    border-top-style: none;
    padding-top: 0;
  }

  .main-service-link {
    padding: 0;
  }

  .service-info {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-photo-wrap {
    min-height: 350px;
  }

  .main-service-content.reverce-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .services-flex-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .style-guide-par, .style-guide-link {
    width: 100%;
  }

  .version-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-banner {
    border-top-style: none;
  }

  .home-faq-intro, .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-sidebar-left-wrap-2 {
    column-count: 1;
    padding-bottom: 0;
  }

  .sidebar-recent-post-item-2 {
    width: 100%;
  }

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

  .blog-3-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .section-inner.clip-banner {
    min-height: 350px;
  }

  .banner-large-title {
    font-size: 8rem;
  }

  .scroll-blog-circle-2 {
    width: 120px;
    height: 120px;
  }

  .services-template-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .blog-template-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .scroll-blog-link {
    margin-bottom: -60px;
    right: 20px;
  }

  .bottom-slider-arrow-portfolio {
    height: 70px;
  }

  .blog-intro-content-2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 140px;
    padding-bottom: 90px;
  }

  .banner-paragraph {
    width: 100%;
  }

  .blog-details-title-2 {
    width: 100%;
    font-size: 45px;
  }

  .verticle-card-image-2 {
    min-height: 300px;
  }

  .current-blog-link-2 {
    width: 100%;
  }

  .sidebar-recent-post-image-2 {
    width: 200px;
    height: 130px;
  }

  .sidebar-recent-post-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .subtitle-blog {
    font-size: 20px;
  }

  .recent-blog-img {
    background-position: 50% 20%;
  }

  .checkout-form {
    padding-top: 140px;
  }

  .checkout-form-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .checkout-left-con {
    margin-bottom: 20px;
  }

  .category-blog {
    width: 100%;
  }

  .category-blog:nth-child(odd) {
    margin-bottom: 0;
  }

  .category-blog:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .services-flex-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .group-inquire-top {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-small-form {
    border-radius: 12px;
  }

  .visit-form {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .content-details {
    margin-left: 0;
  }

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

  .section-details.service-details {
    padding-top: 20px;
  }

  .form-discount-title {
    font-size: 28px;
  }

  .service-form {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
  }

  .service-details-title {
    width: 100%;
    font-size: 55px;
  }

  .column-stories.mobile-hidden {
    display: none;
  }

  .stories-item {
    padding: 30px 15px;
  }

  .carsy-stories {
    grid-template-columns: 1fr 1fr;
  }

  .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;
  }

  ._404-wrapper {
    width: 100%;
  }

  ._404-title {
    font-size: 100px;
  }

  .height-photo-container {
    height: 450px;
  }

  .team-hero-item {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .feature-icon-large {
    height: 50px;
  }

  .feature-large-item {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 24px;
  }

  .spin-about-2 {
    max-width: 9rem;
    height: 8rem;
  }

  .two-column-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .feature-long-description {
    width: 100%;
  }

  .grid-feature-list, .left-sticky-con {
    grid-template-columns: 1fr auto;
  }

  .contacts-section.with-bottom-space {
    padding-bottom: 60px;
  }

  .inner-banner-2.contact {
    min-height: 450px;
    padding-bottom: 140px;
  }

  .contact-banner-title {
    font-size: 60px;
  }

  .flex-field {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

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

  .hero-form-block {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .right-contacts-form {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .address-wdth {
    width: 90%;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 25px;
  }

  .shop-product-details-subtitle.mb-20 {
    margin-bottom: 20px;
  }

  .product-details-info {
    margin-bottom: 30px;
  }

  .shop-lightbox-item {
    width: 48%;
  }

  .shop-details-price-wrapper {
    flex-wrap: wrap;
  }

  .main-product-description {
    margin-top: 15px;
  }

  .shop-text-wrapper-2.margin {
    margin-top: 60px;
  }

  .shop-text-wrapper-2.margin-bottom {
    width: 100%;
  }

  .shop-details-hero-title {
    font-size: 45px;
  }

  .lightbox-link-shop {
    height: 300px;
  }

  .shop-tablet-image {
    height: 340px;
  }

  .section-shop-details {
    padding-bottom: 60px;
  }

  .shop-details-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .h2-shop-details {
    font-size: 30px;
  }

  .product-category-con {
    align-items: flex-start;
  }

  .product-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-hero-image-2 {
    height: 400px;
  }

  .news-top-info-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .license-par {
    width: 100%;
  }

  .landing-title {
    font-size: 50px;
  }

  .cta-hero-title {
    width: 100%;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .image-102 {
    width: 130px;
  }
}

@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%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    flex-wrap: wrap;
  }

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

  .utility-page-content, .section-title-description {
    width: 100%;
  }

  .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;
  }

  .landing-download-block-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .hero-banner-title {
    font-size: 70px;
  }

  .glass-img {
    height: 250px;
  }

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

  .large-photo-section {
    min-height: 300px;
  }

  .menu-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .dropdown-header-item-3 {
    width: 100%;
  }

  .nav-dropdown-list-item-3.megamenu {
    align-items: center;
    padding-right: 0;
  }

  .header-link-item-2, .megamenu-dropdown-wrapper-4 {
    width: 100%;
  }

  .info-cover {
    padding-left: 15px;
    padding-right: 15px;
  }

  .serv-photo-wrap {
    min-height: 430px;
  }

  .service-info-con {
    padding: 15px;
  }

  .girl-png {
    height: 230px;
  }

  .overlay-gradient {
    background-image: linear-gradient(135deg, var(--transparent) 80%, var(--black)), linear-gradient(225deg, var(--transparent) 90%, var(--black) 97%), linear-gradient(180deg, var(--transparent) 24%, var(--black));
  }

  .grid-layout {
    grid-template-rows: auto auto 230px;
    padding-bottom: 0;
  }

  .grid-project-content {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .hero-spin-image {
    width: 70%;
  }

  .underline-main-link.large-top-padding {
    grid-column-gap: 15px;
  }

  .best-work-name {
    font-size: 30px;
  }

  .center-align-title {
    flex-flow: column;
    margin-top: 40px;
  }

  .large-footer-text {
    font-size: 3.5em;
  }

  .vear-icon {
    height: 65px;
  }

  .cart-flex-item {
    grid-template-columns: 85px 1fr 75px;
  }

  .footer-par-copyright {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
  }

  .rights-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-grid-content {
    padding-bottom: 20px;
  }

  .banner-link-container {
    justify-content: center;
  }

  .useful-links {
    grid-column-gap: 50px;
    padding-top: 40px;
  }

  .subscribe-form-footer-2 {
    flex-direction: column;
    justify-content: space-between;
  }

  .bottom-form {
    width: 100%;
  }

  .video-icon-wrapper {
    width: 75%;
    height: 75%;
  }

  .video-hover-button {
    width: 95px;
    height: 95px;
  }

  .video-icon {
    width: 12px;
  }

  .hero-video-button {
    display: flex;
    right: -110px;
  }

  .immersion-services-title {
    font-size: 0;
  }

  .left-about-info {
    justify-content: center;
    align-items: center;
  }

  .spin-about {
    max-width: 8rem;
  }

  .about-top-info {
    grid-row-gap: 50px;
    text-align: center;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .right-grid-content {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .our-story-grig {
    padding-left: 0;
    padding-right: 0;
  }

  .spin-intro {
    max-width: 12rem;
  }

  .about-our-mission {
    font-size: 28px;
  }

  .intro-par-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .portfolio-grid {
    grid-row-gap: 1.5rem;
  }

  .row-portfolio-title {
    width: 85%;
    font-size: 26px;
  }

  .home-about {
    padding-bottom: 30px;
  }

  .studio-intro.large, .studio-intro.faq-intro {
    padding-bottom: 0;
  }

  .about-intro-text {
    max-width: 21rem;
  }

  .about-image {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .about-image.faq-img-1 {
    right: -15px;
  }

  .about-image.faq-img-2 {
    left: -15px;
  }

  .home-about-intro {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .card-serv-title {
    font-size: 32px;
  }

  .loop-image-item {
    width: 90vw;
    height: 70vw;
  }

  .large-hero-title {
    font-size: 5.2em;
  }

  .spin-middle {
    max-width: 12rem;
  }

  .spin-dual-wrapper {
    grid-row-gap: 1.5rem;
  }

  .tabs-menu {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-bottom-style: none;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    padding-bottom: 0;
    display: grid;
  }

  .tab-link {
    border: 1px solid var(--white-15);
    border-radius: 8px;
    padding: 15px 20px;
  }

  .tab-link.first-tab {
    margin-right: 0;
  }

  .large-serv-title {
    font-size: 3.7em;
  }

  .number-span {
    margin-top: 0;
  }

  .main-service-item.large-height, .main-service-item.medium-height, .main-service-item.medium-height-002, .main-service-item.small-height, .main-service-item.large-height-02, .main-service-item.large-height-03 {
    min-height: 400px;
  }

  .date-news {
    font-size: 13px;
  }

  .blog-long-title {
    width: 100%;
    font-size: 20px;
  }

  .news-top-info {
    grid-row-gap: 9px;
    text-align: left;
  }

  .blog-category {
    font-size: 13px;
  }

  .span-image.span-img-02 {
    width: 50px;
  }

  .tab-circle {
    display: none;
  }

  .tablet-description {
    font-size: 16px;
  }

  .review-content {
    max-width: 85vw;
  }

  .testimonial-credit {
    grid-column-gap: 1rem;
  }

  .testimonial-slide-content-2 {
    grid-row-gap: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .number-size-large {
    white-space: pre-wrap;
  }

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

  .faq-toggle {
    padding-left: 15px;
  }

  .faq-answer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .studio-service-text {
    width: 88%;
  }

  .serv-arrow {
    min-height: 80px;
  }

  .serv-arrow.mobi-hide {
    display: none;
  }

  .service-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .top-offer-title {
    font-size: 38px;
  }

  .large-text-about {
    font-size: 17px;
  }

  .faq-banner {
    padding-bottom: 30px;
  }

  .home-faq-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .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;
  }

  .banner-large-title {
    font-size: 5rem;
  }

  .date-line, .date-line-container {
    width: 30px;
  }

  .circle-link-wrapper {
    margin-left: -48px;
  }

  .scroll-blog-link {
    right: auto;
  }

  .bottom-slider-arrow-portfolio {
    border-right-style: none;
    width: 100%;
  }

  .blog-intro-content-2 {
    padding-top: 130px;
    padding-bottom: 110px;
  }

  .date-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .content-blog-details-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .project-pagination-wrapper-2 {
    flex-flow: column wrap;
    justify-content: space-between;
  }

  .title-blog-container {
    text-align: center;
  }

  .sidebar-recent-post-image-2 {
    width: 100px;
    height: 120px;
  }

  .subtitle-blog {
    font-size: 17px;
  }

  .category-title {
    font-size: 45px;
  }

  .details-body {
    grid-row-gap: 36px;
  }

  .group-inquire-top {
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: auto;
  }

  .visit-form {
    width: 100%;
  }

  .flex-form-row {
    flex-flow: column;
  }

  .service-details-title {
    font-size: 45px;
  }

  .stories-item {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .carsy-stories {
    grid-template-columns: 1fr;
  }

  .search-title {
    text-align: center;
    font-size: 38px;
  }

  ._404-text {
    width: 75%;
  }

  .height-photo-container {
    height: 300px;
  }

  .feature-icon-large {
    height: 44px;
  }

  .feature-large-item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .core-services-wrapper {
    flex-flow: wrap;
  }

  .arrow-pricing-circle {
    margin-left: auto;
  }

  .hover-element {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .spin-about-2 {
    max-width: 8rem;
    height: 8rem;
  }

  .spin-about-2.hide-mobile {
    display: none;
  }

  .feature-long-description {
    width: 100%;
  }

  .grid-feature-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .feature-cart-title-large {
    font-size: 22px;
  }

  .left-sticky-con {
    grid-template-columns: 1fr;
  }

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

  .about-left-con {
    margin-top: 10px;
  }

  .about-left-con.price {
    margin-top: 0;
  }

  .success-message-content {
    min-height: 300px;
    padding: 6px;
  }

  .inner-banner-2.contact {
    min-height: 400px;
  }

  .contact-banner-title {
    font-size: 50px;
  }

  .hero-form-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .flex-useful-links {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .address-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .address-wdth {
    width: 100%;
  }

  .contact-mask {
    width: 100%;
    max-width: 100%;
  }

  .order-item-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .order-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .order-image {
    width: 100%;
    height: 250px;
  }

  .order-info {
    margin-left: 0;
    margin-right: 0;
  }

  .order-product-title {
    font-size: 22px;
  }

  .shop-lightbox-wrap {
    grid-row-gap: 15px;
  }

  .add-to-cart-wrapper {
    flex-flow: column;
  }

  .shop-lightbox-item {
    width: 100%;
  }

  .shop-tablet-image {
    height: 300px;
  }

  .blog-long-title-2 {
    width: 100%;
  }

  .blog-hero-image-2 {
    height: 320px;
  }

  .news-top-info-2 {
    grid-row-gap: 9px;
    text-align: left;
  }

  .cta-hero-title {
    font-size: 30px;
  }

  .cta-description {
    width: 90%;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .image-102 {
    width: 120px;
  }

  .heading {
    color: var(--pink);
    font-size: 28px;
  }

  .heading-2 {
    font-size: 20px;
  }
}

#w-node-_372136d8-e829-64ef-67e2-838d3299aaf5-84f2d6c5, #w-node-_3046d385-00ef-1a39-a240-eeadbd211d20-84f2d6c5, #w-node-f8dcdfff-88b2-174f-772a-e4e26476447c-84f2d6c5, #w-node-_2e780f7e-ddc2-b018-b89f-b3fe073d5c8c-84f2d6c5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72bf98ed-ae80-6af8-5de8-acbf7b2db618-84f2d6c6 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8f669931-6349-ab80-de5e-2e43f61e5ed1-84f2d6c6, #w-node-e33cd153-e5de-7849-af17-8006094805e3-84f2d6c6, #w-node-d512196e-8889-1b2d-1b51-18373b9261a2-84f2d6c6, #w-node-b586c2f9-46e0-e963-4f05-b04e7619bd46-84f2d6c6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7f585607-4f61-1131-ff64-9d50bf695872-84f2d6c6 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: end;
}

#w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d819-84f2d6c6 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d827-84f2d6c6 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d837-84f2d6c6, #w-node-c9db12d6-6ce4-6c30-9ee4-34ef0368c7ca-84f2d6c6 {
  place-self: center end;
}

#w-node-b4c1b1d7-3f8b-6a73-b718-ce41cbe000ed-84f2d6c6 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b4c1b1d7-3f8b-6a73-b718-ce41cbe000fa-84f2d6c6 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-b4c1b1d7-3f8b-6a73-b718-ce41cbe00107-84f2d6c6 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-b4c1b1d7-3f8b-6a73-b718-ce41cbe00114-84f2d6c6 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end center;
}

#w-node-_27429d9d-6735-172a-0f5f-c5f04e8f9257-84f2d6c6, #w-node-_62a56485-920f-369b-43d0-57cc45b3fec9-84f2d6c6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_977ed68e-bd47-d8fe-cb25-bd6c5902cf24-84f2d6c6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_97a57939-6583-9ad7-ae1e-c109545831f4-84f2d6c8 {
  place-self: center end;
}

#w-node-_138dd7e1-ea55-f7b2-f85a-71d58c56828d-84f2d6c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2aac8-84f2d6cb {
  justify-self: start;
}

#w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab33-84f2d6cb, #w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab39-84f2d6cb, #Email-4.w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab3b-84f2d6cb, #w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab3d-84f2d6cb, #Phone-number-2.w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab3f-84f2d6cb, #w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab41-84f2d6cb, #Message-2.w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab43-84f2d6cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab44-84f2d6cb {
  justify-self: stretch;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6db5-84f2d6cb {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6dc3-84f2d6cb {
  place-self: center end;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6dc9-84f2d6cb {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6dcc-84f2d6cb {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6ddf-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6de1-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6de3-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6de6-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6df6-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6df8-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dfa-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dfd-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e0e-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e10-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e12-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e15-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e30-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e34-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e35-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e41-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e45-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e46-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e52-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e56-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d00b0fc2-9155-6515-8978-1b5991cc6e57-84f2d6cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6d115ce-8413-e52e-707b-c19242b13ce7-84f2d6cc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d6d115ce-8413-e52e-707b-c19242b13cf6-84f2d6cc {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-ac09b3c0-8c21-4336-af28-6988e61a7a34-84f2d6cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8bb-84f2d6ce {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8cf-84f2d6ce {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center end;
}

#w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8d2-84f2d6ce {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-e6a45078-67db-8fcb-6b11-cb301943d8cb-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e6a45078-67db-8fcb-6b11-cb301943d8cd-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d8cf-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d8d2-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6a45078-67db-8fcb-6b11-cb301943d8e2-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e6a45078-67db-8fcb-6b11-cb301943d8e4-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d8e6-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d8e9-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6a45078-67db-8fcb-6b11-cb301943d8fa-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e6a45078-67db-8fcb-6b11-cb301943d8fc-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d8fe-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d901-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2842-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2844-84f2d6ce, #w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2846-84f2d6ce, #w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2849-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fd19ecb-fe07-98c8-4b05-6f2a65794974-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6fd19ecb-fe07-98c8-4b05-6f2a65794976-84f2d6ce, #w-node-_6fd19ecb-fe07-98c8-4b05-6f2a65794978-84f2d6ce, #w-node-_6fd19ecb-fe07-98c8-4b05-6f2a6579497b-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be7ab94c-79db-de75-847c-294b3a7a51e4-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-be7ab94c-79db-de75-847c-294b3a7a51e6-84f2d6ce, #w-node-be7ab94c-79db-de75-847c-294b3a7a51e8-84f2d6ce, #w-node-be7ab94c-79db-de75-847c-294b3a7a51eb-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9af455cc-31fc-e29c-6f72-20691ab66943-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9af455cc-31fc-e29c-6f72-20691ab66945-84f2d6ce, #w-node-_9af455cc-31fc-e29c-6f72-20691ab66947-84f2d6ce, #w-node-_9af455cc-31fc-e29c-6f72-20691ab6694a-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f505fd57-5f2b-e52a-3a31-59b263c5a45b-84f2d6ce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-f505fd57-5f2b-e52a-3a31-59b263c5a45d-84f2d6ce, #w-node-f505fd57-5f2b-e52a-3a31-59b263c5a45f-84f2d6ce, #w-node-f505fd57-5f2b-e52a-3a31-59b263c5a462-84f2d6ce, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-84f2d6cf, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-84f2d6cf, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-84f2d6cf, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-84f2d6cf, #w-node-d15ae111-6f63-88a1-6cfe-f112c9353bd7-84f2d6d0, #w-node-d15ae111-6f63-88a1-6cfe-f112c9353beb-84f2d6d0, #w-node-dc5f2689-97fa-76b8-3fc7-df6c8b558c70-84f2d6d0, #w-node-dc5f2689-97fa-76b8-3fc7-df6c8b558c84-84f2d6d0, #w-node-_8370b789-3375-ba94-984b-d90682dabf0a-84f2d6d0, #w-node-_8370b789-3375-ba94-984b-d90682dabf1e-84f2d6d0, #w-node-eb95074e-0907-00e5-fb38-af8148bcd290-84f2d6d0, #w-node-eb95074e-0907-00e5-fb38-af8148bcd2a4-84f2d6d0, #w-node-e3d36737-c3c9-fdfb-c118-c4c2ebc10684-84f2d6d0, #w-node-e3d36737-c3c9-fdfb-c118-c4c2ebc10698-84f2d6d0, #w-node-_59838fbc-408e-3a7d-e063-884dad76fa88-84f2d6d0, #w-node-_59838fbc-408e-3a7d-e063-884dad76fa9c-84f2d6d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c4576ce-43b3-42df-6da6-b4761fb0bea5-84f2d6d1 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_0c4576ce-43b3-42df-6da6-b4761fb0beb3-84f2d6d1 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_3f8c8287-3696-9f51-e270-78df83e2a73b-84f2d6d1, #w-node-_69834b5c-af38-d700-a1c9-abb22b9a13df-84f2d6d1, #w-node-_0c4576ce-43b3-42df-6da6-b4761fb0bf12-84f2d6d1 {
  place-self: center end;
}

#w-node-_622df6bc-9575-9fdd-d872-6d207e283cc9-84f2d6d1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_622df6bc-9575-9fdd-d872-6d207e283ce6-84f2d6d1 {
  place-self: center end;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-84f2d6d4, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-84f2d6d4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f0a4df5-eb4f-0193-3ea4-a24632c98191-84f2d6d6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9f0a4df5-eb4f-0193-3ea4-a24632c98229-84f2d6d6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9f0a4df5-eb4f-0193-3ea4-a24632c982c1-84f2d6d6 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-b85d495e-0ea0-1e58-3dda-364a6147a1a1-84f2d6d7 {
  grid-area: 1 / 1 / 4 / 4;
  place-self: center;
}

#w-node-b85d495e-0ea0-1e58-3dda-364a6147a1b2-84f2d6d7 {
  place-self: center end;
}

#w-node-b85d495e-0ea0-1e58-3dda-364a6147a1b8-84f2d6d7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-b85d495e-0ea0-1e58-3dda-364a6147a1c5-84f2d6d7 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-b85d495e-0ea0-1e58-3dda-364a6147a1d2-84f2d6d7 {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-b85d495e-0ea0-1e58-3dda-364a6147a1df-84f2d6d7 {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end center;
}

#w-node-_80e1da5d-9fe4-bbb1-808e-de54bee642ef-84f2d6d7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3c0-84f2d6d7 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3ce-84f2d6d7 {
  place-self: center end;
}

#w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3d4-84f2d6d7 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3d7-84f2d6d7 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-_964ae299-a907-75ff-b799-c39fe6e56a50-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_964ae299-a907-75ff-b799-c39fe6e56a52-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a54-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a57-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_964ae299-a907-75ff-b799-c39fe6e56a62-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_964ae299-a907-75ff-b799-c39fe6e56a64-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a66-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a69-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_964ae299-a907-75ff-b799-c39fe6e56a74-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_964ae299-a907-75ff-b799-c39fe6e56a76-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a78-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a7b-84f2d6d7, #w-node-dacf1305-e823-1124-c4ac-0301b0767103-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dacf1305-e823-1124-c4ac-0301b0767107-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dacf1305-e823-1124-c4ac-0301b0767108-84f2d6d7, #w-node-dacf1305-e823-1124-c4ac-0301b0767114-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dacf1305-e823-1124-c4ac-0301b0767118-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dacf1305-e823-1124-c4ac-0301b0767119-84f2d6d7, #w-node-dacf1305-e823-1124-c4ac-0301b0767125-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dacf1305-e823-1124-c4ac-0301b0767129-84f2d6d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-dacf1305-e823-1124-c4ac-0301b076712a-84f2d6d7, #w-node-_2ab64540-a874-a345-84e4-8e3065ff2b02-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ab64540-a874-a345-84e4-8e3065ff2b03-84f2d6d8 {
  place-self: center start;
}

#w-node-_2ab64540-a874-a345-84e4-8e3065ff2b0a-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2ab64540-a874-a345-84e4-8e3065ff2b0b-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_8cd05175-849d-0e36-c688-28f34a20ff51-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cd05175-849d-0e36-c688-28f34a20ff52-84f2d6d8 {
  place-self: center start;
}

#w-node-_8cd05175-849d-0e36-c688-28f34a20ff59-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cd05175-849d-0e36-c688-28f34a20ff5a-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_596bff58-d45d-c0c6-cbbb-b986bc0ae33b-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_596bff58-d45d-c0c6-cbbb-b986bc0ae33c-84f2d6d8 {
  place-self: center start;
}

#w-node-_596bff58-d45d-c0c6-cbbb-b986bc0ae343-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_596bff58-d45d-c0c6-cbbb-b986bc0ae344-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-c6c344bb-d817-7b1b-b118-c4cddbbfe913-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c344bb-d817-7b1b-b118-c4cddbbfe914-84f2d6d8 {
  place-self: center start;
}

#w-node-c6c344bb-d817-7b1b-b118-c4cddbbfe91b-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6c344bb-d817-7b1b-b118-c4cddbbfe91c-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9a381ae1-291f-5bf7-3a11-e87cef950324-84f2d6d8 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_499bb110-60c0-8625-863e-a95416bdf958-84f2d6d8 {
  place-self: center end;
}

#w-node-_9a381ae1-291f-5bf7-3a11-e87cef950333-84f2d6d8 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: start end;
}

#w-node-_9a381ae1-291f-5bf7-3a11-e87cef950336-84f2d6d8 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: end;
}

#w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db73a-84f2d6d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db73e-84f2d6d8 {
  justify-self: center;
}

#w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db746-84f2d6d8 {
  justify-self: end;
}

#w-node-_2745f53f-6ad5-a0cb-66f3-fb2963d5cdfd-84f2d6d8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2745f53f-6ad5-a0cb-66f3-fb2963d5ce1a-84f2d6d8, #w-node-f4c73e51-e8c2-98bd-c921-e85facc42434-84f2d6d9 {
  place-self: center end;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f2452373-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f2452374-84f2d6d9 {
  place-self: center start;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f245237b-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f245237c-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f245238d-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f245238e-84f2d6d9 {
  place-self: center start;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f2452395-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f2452396-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523a7-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523a8-84f2d6d9 {
  place-self: center start;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523af-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523b0-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523c1-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523c2-84f2d6d9 {
  place-self: center start;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523c9-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37189548-beb8-6cd0-5905-5ee4f24523ca-84f2d6d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-cf11debd-96fa-c758-9ab2-bf0da2b3d7f4-84f2d6d9 {
  place-self: center end;
}

#w-node-cf11debd-96fa-c758-9ab2-bf0da2b3d7fc-84f2d6d9 {
  justify-self: stretch;
}

#w-node-_1e929e20-e788-9b5e-2856-e7f755805f49-84f2d6d9 {
  place-self: center end;
}

#w-node-_1e929e20-e788-9b5e-2856-e7f755805f52-84f2d6d9 {
  justify-self: stretch;
}

#w-node-a8e6c32d-67fc-0450-acc9-b7e2c178d33d-84f2d6d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a8e6c32d-67fc-0450-acc9-b7e2c178d348-84f2d6d9 {
  place-self: center end;
}

#w-node-a8e6c32d-67fc-0450-acc9-b7e2c178d351-84f2d6d9 {
  justify-self: stretch;
}

#w-node-_9dbbb39c-073d-c335-5cd3-f02ac1724349-84f2d6d9 {
  place-self: center end;
}

#w-node-_9dbbb39c-073d-c335-5cd3-f02ac1724353-84f2d6d9 {
  justify-self: stretch;
}

#w-node-_9db63558-27ba-0b04-edfd-f7bfb6296e12-84f2d6d9 {
  place-self: center end;
}

#w-node-_9db63558-27ba-0b04-edfd-f7bfb6296e1b-84f2d6d9 {
  justify-self: stretch;
}

#w-node-_9db63558-27ba-0b04-edfd-f7bfb6296def-84f2d6d9 {
  place-self: center end;
}

#w-node-_9db63558-27ba-0b04-edfd-f7bfb6296df8-84f2d6d9 {
  justify-self: stretch;
}

#w-node-_56efc3d5-82ea-ff49-189b-799f711b9c8d-84f2d6d9 {
  place-self: center end;
}

#w-node-_56efc3d5-82ea-ff49-189b-799f711b9c96-84f2d6d9 {
  justify-self: stretch;
}

#w-node-_07dd8e69-fc0e-43b8-a799-086906bbcf6d-84f2d6d9 {
  place-self: center end;
}

#w-node-_07dd8e69-fc0e-43b8-a799-086906bbcf76-84f2d6d9 {
  justify-self: stretch;
}

#w-node-fb53c041-b1d9-5691-2628-c324b5e788f4-84f2d6d9 {
  place-self: center end;
}

#w-node-fb53c041-b1d9-5691-2628-c324b5e788fd-84f2d6d9 {
  justify-self: stretch;
}

#w-node-f9d6b5b1-9350-e6bc-2f62-879c588bf343-84f2d6d9 {
  place-self: center end;
}

#w-node-f9d6b5b1-9350-e6bc-2f62-879c588bf34c-84f2d6d9 {
  justify-self: stretch;
}

#w-node-_3a8abacd-4553-2507-b0e2-c6b5d9f4a242-84f2d6d9 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_3a8abacd-4553-2507-b0e2-c6b5d9f4a269-84f2d6d9 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: end start;
}

#w-node-_3a8abacd-4553-2507-b0e2-c6b5d9f4a273-84f2d6d9 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: center;
}

#w-node-_3a8abacd-4553-2507-b0e2-c6b5d9f4a27d-84f2d6d9 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: start;
}

#w-node-_129e5430-9b53-878b-fd02-e6d6ea515ac4-84f2d6da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_129e5430-9b53-878b-fd02-e6d6ea515ad3-84f2d6da {
  grid-area: 1 / 4 / 2 / 5;
  place-self: end;
}

#w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa157f6-84f2d6da {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa157f7-84f2d6da {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa157f8-84f2d6da {
  justify-self: start;
}

#w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa1582b-84f2d6da {
  align-self: start;
}

#w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa15847-84f2d6da, #w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa15849-84f2d6da, #w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa15850-84f2d6da, #w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa15852-84f2d6da, #w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa15859-84f2d6da, #w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa1585b-84f2d6da {
  align-self: center;
}

#w-node-_154d36ce-0d57-0e29-ebd2-13865fbbbde4-84f2d6da {
  grid-area: 1 / 1 / 4 / 4;
  place-self: center;
}

#w-node-_154d36ce-0d57-0e29-ebd2-13865fbbbdf5-84f2d6da {
  place-self: center end;
}

#w-node-_154d36ce-0d57-0e29-ebd2-13865fbbbdfb-84f2d6da {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start;
}

#w-node-_154d36ce-0d57-0e29-ebd2-13865fbbbe08-84f2d6da {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start end;
}

#w-node-_154d36ce-0d57-0e29-ebd2-13865fbbbe15-84f2d6da {
  grid-area: 3 / 1 / 4 / 2;
  place-self: end center;
}

#w-node-_154d36ce-0d57-0e29-ebd2-13865fbbbe22-84f2d6da {
  grid-area: 3 / 3 / 4 / 4;
  place-self: end center;
}

#w-node-ee831307-4d4a-4d06-ccb0-6151475ea054-84f2d6dc {
  justify-self: stretch;
}

#w-node-ee831307-4d4a-4d06-ccb0-6151475ea065-84f2d6dc {
  place-self: center end;
}

#w-node-_0acb730e-6737-6300-b3d2-38f85bc10f0f-84f2d6dd {
  justify-self: stretch;
}

#w-node-_0acb730e-6737-6300-b3d2-38f85bc10f1c-84f2d6dd {
  place-self: center end;
}

#w-node-_453816e5-8a4e-ccd2-2730-3e53804be852-84f2d6de, #w-node-af6d5b3e-31df-4065-75ff-7277b05faf80-84f2d6de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6d5b3e-31df-4065-75ff-7277b05faf84-84f2d6de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-af6d5b3e-31df-4065-75ff-7277b05faf85-84f2d6de, #w-node-af6d5b3e-31df-4065-75ff-7277b05faf91-84f2d6de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6d5b3e-31df-4065-75ff-7277b05faf95-84f2d6de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-af6d5b3e-31df-4065-75ff-7277b05faf96-84f2d6de, #w-node-af6d5b3e-31df-4065-75ff-7277b05fafa2-84f2d6de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6d5b3e-31df-4065-75ff-7277b05fafa6-84f2d6de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-af6d5b3e-31df-4065-75ff-7277b05fafa7-84f2d6de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e687b77e-81ff-33bf-2cc8-eed0d3d95a6e-84f2d6de {
  justify-self: stretch;
}

#w-node-e687b77e-81ff-33bf-2cc8-eed0d3d95a7b-84f2d6de {
  place-self: center end;
}

@media screen and (min-width: 1920px) {
  #w-node-_62a56485-920f-369b-43d0-57cc45b3fec9-84f2d6c6 {
    grid-row-end: 3;
  }

  #w-node-_977ed68e-bd47-d8fe-cb25-bd6c5902cf24-84f2d6c6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_2aaae613-c600-1a6a-2cdb-82eb7fa157f6-84f2d6da {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_977ed68e-bd47-d8fe-cb25-bd6c5902cf24-84f2d6c6 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_743df020-b449-67c7-b065-aa2a55e16d02-55e16cfa {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_743df020-b449-67c7-b065-aa2a55e16de8-55e16cfa {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-_743df020-b449-67c7-b065-aa2a55e16e3f-55e16cfa {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d819-84f2d6c6 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d81a-84f2d6c6 {
    align-self: center;
  }

  #w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d81d-84f2d6c6 {
    justify-self: end;
  }

  #w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d827-84f2d6c6 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_059953a5-182b-456b-0be6-58fe1a5fe0bc-84f2d6c9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab2e-84f2d6cb {
    order: -9999;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dc9-84f2d6cb {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dcc-84f2d6cb {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-d6d115ce-8413-e52e-707b-c19242b13cf6-84f2d6cc {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8cf-84f2d6ce {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8d2-84f2d6ce {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_0c4576ce-43b3-42df-6da6-b4761fb0bea5-84f2d6d1 {
    grid-row-end: 2;
    grid-column-end: 3;
  }

  #w-node-_0c4576ce-43b3-42df-6da6-b4761fb0bea6-84f2d6d1 {
    align-self: center;
  }

  #w-node-_0c4576ce-43b3-42df-6da6-b4761fb0bea9-84f2d6d1 {
    justify-self: end;
  }

  #w-node-_0c4576ce-43b3-42df-6da6-b4761fb0beb3-84f2d6d1 {
    grid-row-start: 2;
    grid-column-start: 1;
  }

  #w-node-_622df6bc-9575-9fdd-d872-6d207e283cc9-84f2d6d1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3d4-84f2d6d7 {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3d7-84f2d6d7 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-_74ffecf5-7b2c-70f5-9763-ff3ffea2ca7c-84f2d6d8 {
    justify-self: end;
  }

  #w-node-_9a381ae1-291f-5bf7-3a11-e87cef950333-84f2d6d8 {
    grid-column: 3 / 4;
    justify-self: center;
  }

  #w-node-_9a381ae1-291f-5bf7-3a11-e87cef950336-84f2d6d8 {
    grid-column: 1 / 2;
    justify-self: center;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db738-84f2d6d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db73a-84f2d6d8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db73e-84f2d6d8 {
    grid-area: 2 / 2 / 3 / 3;
    justify-self: start;
  }

  #w-node-_2745f53f-6ad5-a0cb-66f3-fb2963d5cdfd-84f2d6d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-a8e6c32d-67fc-0450-acc9-b7e2c178d33d-84f2d6d9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3a8abacd-4553-2507-b0e2-c6b5d9f4a242-84f2d6d9 {
    grid-column: 1 / 2;
  }

  #w-node-_129e5430-9b53-878b-fd02-e6d6ea515ad3-84f2d6da {
    grid-column: 1 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_27429d9d-6735-172a-0f5f-c5f04e8f9257-84f2d6c6 {
    grid-row: 3 / 4;
  }

  #w-node-_977ed68e-bd47-d8fe-cb25-bd6c5902cf24-84f2d6c6 {
    grid-column: 1 / 2;
  }

  #w-node-ee156a8a-5ee7-41cb-b7f1-7b43d3c2ab33-84f2d6cb {
    grid-column: span 1 / span 1;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6db5-84f2d6cb {
    grid-column: 1 / 4;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dc9-84f2d6cb {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dcc-84f2d6cb {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6de3-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dfa-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e12-84f2d6cb {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8bb-84f2d6ce {
    grid-column: 1 / 4;
  }

  #w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8cf-84f2d6ce {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8d2-84f2d6ce {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8cf-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d8e6-84f2d6ce, #w-node-e6a45078-67db-8fcb-6b11-cb301943d8fe-84f2d6ce, #w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2846-84f2d6ce, #w-node-_6fd19ecb-fe07-98c8-4b05-6f2a65794978-84f2d6ce, #w-node-be7ab94c-79db-de75-847c-294b3a7a51e8-84f2d6ce, #w-node-_9af455cc-31fc-e29c-6f72-20691ab66947-84f2d6ce, #w-node-f505fd57-5f2b-e52a-3a31-59b263c5a45f-84f2d6ce {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-beca0723-246d-83c3-e326-1db89423e921-84f2d6d3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-beca0723-246d-83c3-e326-1db89423e924-84f2d6d3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_377b07bc-6fd6-6772-a8b9-72755cbb63a7-84f2d6d7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_377b07bc-6fd6-6772-a8b9-72755cbb63aa-84f2d6d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_80e1da5d-9fe4-bbb1-808e-de54bee642ec-84f2d6d7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_80e1da5d-9fe4-bbb1-808e-de54bee642ef-84f2d6d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_8c790565-21d1-991a-0602-2fb54b4011d7-84f2d6d7 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_8c790565-21d1-991a-0602-2fb54b4011da-84f2d6d7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3c0-84f2d6d7 {
    grid-column: 1 / 4;
  }

  #w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3d4-84f2d6d7 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3d7-84f2d6d7 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a54-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a66-84f2d6d7, #w-node-_964ae299-a907-75ff-b799-c39fe6e56a78-84f2d6d7 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_74ffecf5-7b2c-70f5-9763-ff3ffea2ca7c-84f2d6d8 {
    justify-self: center;
  }

  #w-node-_9a381ae1-291f-5bf7-3a11-e87cef950324-84f2d6d8 {
    grid-column: 1 / 4;
  }

  #w-node-_9a381ae1-291f-5bf7-3a11-e87cef950333-84f2d6d8 {
    grid-column: 3 / 4;
    justify-self: end;
  }

  #w-node-_9a381ae1-291f-5bf7-3a11-e87cef950336-84f2d6d8 {
    grid-column-start: 1;
    justify-self: start;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db73a-84f2d6d8 {
    grid-row-end: 2;
    grid-column-end: 4;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db73e-84f2d6d8 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: start;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db746-84f2d6d8 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }

  #w-node-_3a0e2400-5626-92d9-b3b8-570c638fbd0b-84f2d6db {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_3a0e2400-5626-92d9-b3b8-570c638fbd0e-84f2d6db {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d819-84f2d6c6, #w-node-_2ef1a9c5-a7e2-1226-0319-72cf5dc5d827-84f2d6c6 {
    grid-column-end: 2;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dcc-84f2d6cb {
    place-self: end start;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6ddf-84f2d6cb {
    grid-column: span 3 / span 3;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6de1-84f2d6cb {
    grid-column: span 2 / span 2;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6de3-84f2d6cb {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6de6-84f2d6cb {
    justify-self: end;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6df6-84f2d6cb {
    grid-column: span 3 / span 3;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6df8-84f2d6cb {
    grid-column: span 2 / span 2;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dfa-84f2d6cb {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6dfd-84f2d6cb {
    justify-self: end;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e0e-84f2d6cb {
    grid-column: span 3 / span 3;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e10-84f2d6cb {
    grid-column: span 2 / span 2;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e12-84f2d6cb {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e15-84f2d6cb {
    justify-self: end;
  }

  #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e30-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e41-84f2d6cb, #w-node-d00b0fc2-9155-6515-8978-1b5991cc6e52-84f2d6cb {
    grid-column: span 1 / span 1;
  }

  #w-node-_0eb69e19-5b79-fd21-3fed-49b6c5e8f8d2-84f2d6ce {
    place-self: end start;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8cb-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8cd-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8cf-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8d2-84f2d6ce {
    justify-self: end;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8e2-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8e4-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8e6-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8e9-84f2d6ce {
    justify-self: end;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8fa-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8fc-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d8fe-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-e6a45078-67db-8fcb-6b11-cb301943d901-84f2d6ce {
    justify-self: end;
  }

  #w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2842-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2844-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2846-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f30b722a-bef8-0c29-03b3-5b74ac1d2849-84f2d6ce {
    justify-self: end;
  }

  #w-node-_6fd19ecb-fe07-98c8-4b05-6f2a65794974-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-_6fd19ecb-fe07-98c8-4b05-6f2a65794976-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-_6fd19ecb-fe07-98c8-4b05-6f2a65794978-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_6fd19ecb-fe07-98c8-4b05-6f2a6579497b-84f2d6ce {
    justify-self: end;
  }

  #w-node-be7ab94c-79db-de75-847c-294b3a7a51e4-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-be7ab94c-79db-de75-847c-294b3a7a51e6-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-be7ab94c-79db-de75-847c-294b3a7a51e8-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-be7ab94c-79db-de75-847c-294b3a7a51eb-84f2d6ce {
    justify-self: end;
  }

  #w-node-_9af455cc-31fc-e29c-6f72-20691ab66943-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-_9af455cc-31fc-e29c-6f72-20691ab66945-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-_9af455cc-31fc-e29c-6f72-20691ab66947-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_9af455cc-31fc-e29c-6f72-20691ab6694a-84f2d6ce {
    justify-self: end;
  }

  #w-node-f505fd57-5f2b-e52a-3a31-59b263c5a45b-84f2d6ce {
    grid-column: span 3 / span 3;
  }

  #w-node-f505fd57-5f2b-e52a-3a31-59b263c5a45d-84f2d6ce {
    grid-column: span 2 / span 2;
  }

  #w-node-f505fd57-5f2b-e52a-3a31-59b263c5a45f-84f2d6ce {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-f505fd57-5f2b-e52a-3a31-59b263c5a462-84f2d6ce {
    justify-self: end;
  }

  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-84f2d6cf, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-84f2d6cf, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-84f2d6cf, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-84f2d6cf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0c4576ce-43b3-42df-6da6-b4761fb0bea5-84f2d6d1, #w-node-_0c4576ce-43b3-42df-6da6-b4761fb0beb3-84f2d6d1 {
    grid-column-end: 2;
  }

  #w-node-beca0723-246d-83c3-e326-1db89423e924-84f2d6d3 {
    grid-column-end: 4;
  }

  #w-node-beca0723-246d-83c3-e326-1db89423e93f-84f2d6d3 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_9f0a4df5-eb4f-0193-3ea4-a24632c98191-84f2d6d6, #w-node-_9f0a4df5-eb4f-0193-3ea4-a24632c98229-84f2d6d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_377b07bc-6fd6-6772-a8b9-72755cbb63aa-84f2d6d7 {
    grid-column-end: 4;
  }

  #w-node-_377b07bc-6fd6-6772-a8b9-72755cbb63c1-84f2d6d7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_80e1da5d-9fe4-bbb1-808e-de54bee642ef-84f2d6d7 {
    grid-column-end: 4;
  }

  #w-node-_80e1da5d-9fe4-bbb1-808e-de54bee6430a-84f2d6d7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_8c790565-21d1-991a-0602-2fb54b4011da-84f2d6d7 {
    grid-column-end: 4;
  }

  #w-node-_8c790565-21d1-991a-0602-2fb54b4011f5-84f2d6d7 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_81e60594-cff8-27bc-fb4a-9607b9efd3d7-84f2d6d7 {
    place-self: end start;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a50-84f2d6d7 {
    grid-column: span 3 / span 3;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a52-84f2d6d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a54-84f2d6d7 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a57-84f2d6d7 {
    justify-self: end;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a62-84f2d6d7 {
    grid-column: span 3 / span 3;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a64-84f2d6d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a66-84f2d6d7 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a69-84f2d6d7 {
    justify-self: end;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a74-84f2d6d7 {
    grid-column: span 3 / span 3;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a76-84f2d6d7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a78-84f2d6d7 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_964ae299-a907-75ff-b799-c39fe6e56a7b-84f2d6d7 {
    justify-self: end;
  }

  #w-node-dacf1305-e823-1124-c4ac-0301b0767103-84f2d6d7, #w-node-dacf1305-e823-1124-c4ac-0301b0767114-84f2d6d7, #w-node-dacf1305-e823-1124-c4ac-0301b0767125-84f2d6d7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_74ffecf5-7b2c-70f5-9763-ff3ffea2ca7c-84f2d6d8 {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_9a381ae1-291f-5bf7-3a11-e87cef950336-84f2d6d8 {
    place-self: end start;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db738-84f2d6d8 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db73e-84f2d6d8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f0b79cea-978d-dfe3-1ed8-26cd6a9db746-84f2d6d8 {
    grid-row: 4 / 5;
  }

  #w-node-_673ef8a0-35f5-48e2-920b-c7835fde8578-84f2d6d9 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_3a0e2400-5626-92d9-b3b8-570c638fbd0e-84f2d6db {
    grid-column-end: 4;
  }

  #w-node-_3a0e2400-5626-92d9-b3b8-570c638fbd28-84f2d6db {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-af6d5b3e-31df-4065-75ff-7277b05faf80-84f2d6de, #w-node-af6d5b3e-31df-4065-75ff-7277b05faf91-84f2d6de, #w-node-af6d5b3e-31df-4065-75ff-7277b05fafa2-84f2d6de {
    grid-column: 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;
}