:root {
  --_🧾-typography---font-family--paragraph-font: Inter, sans-serif;
  --paragraph-color: #555;
  --_🧾-typography---font-size--paragraph-small: 16px;
  --_🧾-typography---font-height--small: 150%;
  --_🧾-typography---font-weight--regular: 400;
  --_🧾-typography---font-family--heading-font: Manrope, sans-serif;
  --black: black;
  --_🧾-typography---font-size--h1: 149px;
  --_🧾-typography---font-height--big: 110%;
  --_🧾-typography---font-weight--semi-bold: 600;
  --_🧾-typography---font-size--h2: 120px;
  --_🧾-typography---font-height--medium: 120%;
  --_🧾-typography---font-size--h3: 100px;
  --_🧾-typography---font-height--regular: 130%;
  --_🧾-typography---font-weight--medium: 500;
  --_🧾-typography---font-size--h4: 85px;
  --_🧾-typography---font-size--h5: 60px;
  --_🧾-typography---font-height--tiny: 140%;
  --_🧾-typography---font-size--h6: 40px;
  --_🧾-typography---font-size--paragraph-large: 18px;
  --_🧾-typography---font-weight--bold: 700;
  --white: white;
  --_🔲-spacing---section: 100px;
  --_🧾-typography---font-size--display-text: 229px;
  --tansparent: #fff0;
  --card-color: #1a1a1a;
  --card-color-second: #f8f8f9;
  --_🧾-typography---font-size--sub-text: 16px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartquantity {
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

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

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

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity, .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 {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--regular);
}

h1 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h1);
  line-height: var(--_🧾-typography---font-height--big);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h2);
  line-height: var(--_🧾-typography---font-height--medium);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h3);
  line-height: var(--_🧾-typography---font-height--regular);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h4);
  line-height: var(--_🧾-typography---font-height--regular);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h5);
  line-height: var(--_🧾-typography---font-height--tiny);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h6);
  line-height: var(--_🧾-typography---font-height--tiny);
  font-weight: var(--_🧾-typography---font-weight--regular);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-large);
  line-height: var(--_🧾-typography---font-height--tiny);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-bottom: 0;
}

a {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--bold);
  text-decoration: underline;
}

ul {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--regular);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--regular);
}

blockquote {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--regular);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 0;
  padding: 10px 20px;
}

.page-wrapper.white {
  background-color: var(--white);
  padding: 0;
}

.section {
  padding-top: var(--_🔲-spacing---section);
  padding-bottom: var(--_🔲-spacing---section);
  color: var(--paragraph-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.section.nav-section {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section.footer {
  background-color: var(--black);
}

.section.margin {
  margin-bottom: 100px;
  padding-top: 140px;
}

.section.black {
  background-color: var(--black);
}

.section.creation {
  background-image: url('../images/Creation.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 980px;
  display: flex;
  position: relative;
}

.section.service {
  padding-bottom: 200px;
}

.section.style-guide {
  padding-bottom: 80px;
}

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

.container {
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.container.checkout {
  padding-left: 20px;
  padding-right: 20px;
}

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

.font-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.display-text {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--display-text);
  line-height: var(--_🧾-typography---font-height--big);
  font-weight: var(--_🧾-typography---font-weight--bold);
  margin-top: 0;
  margin-bottom: 0;
}

.h1 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h1);
  line-height: var(--_🧾-typography---font-height--big);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

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

.h2 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h2);
  line-height: var(--_🧾-typography---font-height--medium);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
  margin-top: 0;
  margin-bottom: 0;
}

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

.h2.white, .h2.text-white, .h2.mobile-center {
  color: var(--white);
}

.h3 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h3);
  line-height: var(--_🧾-typography---font-height--regular);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

.h3.text-white {
  color: var(--white);
}

.h3.dex-hide {
  display: none;
}

.h4 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h4);
  line-height: var(--_🧾-typography---font-height--regular);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

.h4.text-white {
  color: var(--white);
}

.h4.text-white.dex-hide {
  display: none;
}

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

.h5 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h5);
  line-height: var(--_🧾-typography---font-height--tiny);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

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

.h6 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h6);
  line-height: var(--_🧾-typography---font-height--tiny);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.h6.text-center {
  color: var(--paragraph-color);
  text-align: center;
}

.h6.text-white {
  color: var(--white);
}

.paragraph-large {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--paragraph-large);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-bottom: 0;
}

.paragraph-large.white {
  color: var(--white);
}

.paragraph-large.white.center {
  text-align: center;
}

.paragraph-large.text-center {
  color: var(--paragraph-color);
  text-align: center;
}

.paragraph {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--regular);
  margin-bottom: 0;
}

.paragraph.white {
  color: var(--white);
  margin-right: 0;
}

.paragraph.text-white {
  color: var(--white);
  text-decoration: none;
}

.paragraph.text-white.no-wrap {
  white-space: nowrap;
}

.paragraph.text-white.underline {
  border-bottom: 1px solid var(--tansparent);
}

.paragraph.text-white.underline:hover {
  border-bottom-color: var(--white);
}

.paragraph.text-white.result {
  text-align: center;
}

.paragraph.no-wrap {
  white-space: nowrap;
}

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

.paragraph.black {
  color: var(--black);
  margin-right: 0;
}

.paragraph.per-text {
  margin-bottom: -22px;
}

.paragraph.color {
  color: #d8d8d8;
}

.paragraph.fade-color {
  color: #5c5c5c;
}

.sub-text {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
  margin-bottom: 0;
}

.sub-text.text-white {
  border-bottom: 1px solid var(--tansparent);
  color: var(--white);
  text-decoration: none;
}

.sub-text.text-white:hover {
  border-bottom-color: var(--white);
}

.sub-text.text-white.category {
  border-bottom-width: 0;
}

.sub-text.upper {
  text-transform: uppercase;
}

.sub-text.no-wrap {
  white-space: nowrap;
}

.sub-text.text-white {
  text-transform: uppercase;
  text-transform: uppercase;
  border-bottom-width: 0;
}

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

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

.color-nox-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color-box {
  width: 100%;
  max-width: 317px;
  min-height: 300px;
}

.color-box.white-box {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

.color-box.black {
  background-color: var(--black);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

.color-box.card-color {
  background-color: var(--card-color);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

.color-box.paragraph-color {
  background-color: var(--paragraph-color);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

.color-box.card-second {
  background-color: var(--card-color-second);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 30px;
  display: flex;
}

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

.navbar-layout {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
  position: relative;
}

.navbar-center {
  background-color: #f6f6f6;
  border-radius: 12px;
  padding: 20px 30px;
}

.navbar-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-image {
  width: 107px;
}

.logo-text {
  font-family: var(--_🧾-typography---font-family--heading-font);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--black);
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}

.cart {
  z-index: 100;
}

.cart-button {
  background-color: var(--tansparent);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.cart-text {
  display: none;
}

.cart-quantity {
  color: var(--white);
  background-color: red;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 2px 3px;
  display: flex;
}

.cart-container {
  border-radius: 10px;
}

.cart-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-left: 0;
  margin-right: 0;
}

.link-text {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.link-text.underline {
  border-bottom: 1px solid var(--tansparent);
}

.link-text.underline:hover {
  border-bottom-color: var(--white);
}

.cart-line-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.apple-pay {
  color: var(--black);
  border-radius: 8px;
}

.checkout-button {
  background-color: var(--black);
  border-radius: 8px;
}

.navbar-wrap {
  background-color: var(--tansparent);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-link-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  padding: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.nav-link.w--current {
  color: var(--black);
  font-weight: 600;
}

.menu-button {
  display: none;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.icon {
  display: none;
}

.dropdown-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
}

.mega-menu-dropdown-list {
  background-color: var(--tansparent);
  right: auto;
}

.mega-menu-links-content-wrap {
  z-index: 10;
  padding-top: 30px;
  position: relative;
  left: auto;
  right: 50%;
  overflow: hidden;
}

.mega-menu-content-wrap {
  z-index: 100;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .5px solid var(--paragraph-color);
  background-color: var(--card-color-second);
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.megamenu-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.megamenu-element {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-link {
  color: var(--black);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.dropdown-link.no-wrap {
  border-bottom: 1px solid var(--tansparent);
  white-space: nowrap;
}

.dropdown-link.no-wrap:hover {
  border-bottom-color: var(--black);
}

.nav-heading-text {
  color: var(--black);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-layout {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.footer-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.footer-top-left {
  justify-content: space-between;
  max-width: 480px;
  display: flex;
}

.footer-top-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 425px;
  display: flex;
}

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

.buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  max-width: 490px;
  display: flex;
}

.button-primary-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px dashed #9747ff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  display: flex;
}

.button-black {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--black);
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.button-text.text-white {
  color: var(--white);
  margin-bottom: 0;
}

.button-text.text-white.no-wrap {
  white-space: nowrap;
}

.button-text.text-black {
  color: var(--black);
}

.button-text.text-black.no-wrap {
  white-space: nowrap;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.button-arrow.white {
  color: var(--white);
  width: 16px;
  height: 16px;
}

.button-arrow.black {
  color: var(--black);
  width: 16px;
  height: 16px;
}

.button-white {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-hover-1wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px dashed #9747ff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  display: flex;
}

.bottom-top {
  justify-content: space-between;
  display: flex;
}

.bottom-down {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.center-line {
  border-top: 1px solid var(--white);
}

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

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

.text-link {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.text-link.underline {
  border-bottom: 1px solid var(--tansparent);
}

.text-link.underline:hover {
  border-bottom-color: var(--white);
}

.bottom-text-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.checkout-from-wrap {
  background-color: var(--tansparent);
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.checkout-container {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.check-out-left-wrap {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  flex: 1;
  margin-right: 40px;
  display: flex;
}

.order-summary-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f8f8f9;
  border-radius: 8px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 520px;
  padding: 50px 20px;
  display: flex;
}

.order-summary-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
  display: flex;
}

.summary-heading-wrap {
  border-color: var(--tansparent);
  background-color: var(--tansparent);
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

.order-summary-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--tansparent);
  background-color: var(--tansparent);
  flex-flow: column;
  margin-bottom: 0;
  padding: 0;
}

.line-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 24px;
}

.submit-button {
  background-color: var(--black);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 14px 24px;
}

.submit-button.password {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-button.border {
  border: 1px solid var(--white);
}

.checkout-address-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-width: 0;
  border-color: var(--tansparent);
  background-color: var(--tansparent);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.web-payments {
  border-radius: 12px;
}

.checkout-info-wrap-box {
  border: 1px solid var(--tansparent);
  background-color: var(--tansparent);
  padding: 0;
}

.input-form {
  border-width: 1px 0 0;
  border-color: var(--black) var(--tansparent) var(--tansparent);
  background-color: var(--tansparent);
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.input-form.hide {
  display: none;
}

.ckeckout-box-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--tansparent);
  background-color: var(--tansparent);
  flex-flow: column;
  padding: 0;
  display: flex;
}

.checkout-info-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

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

.address-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
}

.address-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.billing-toggle {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  margin-top: 0;
}

.image-hide {
  display: none;
}

.item-quantity-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-item-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f8f8f9;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 30px;
}

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

.checkout-heading-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.order-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--tansparent);
  background-color: #f8f8f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.order-content-wrap.order {
  background-color: var(--tansparent);
  padding: 0;
}

.order-content-wrap.left {
  justify-content: flex-start;
  align-items: center;
}

.order-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 685px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-column {
  padding-left: 0;
  padding-right: 0;
}

.order-column.bill {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.box-content-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.location-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.bill-address-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.items-in-order {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.order-summary-elements {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 420px;
  margin-bottom: 0;
  display: flex;
}

.border-button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border: 4px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  display: flex;
}

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

.utility-page-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 805px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hide-image {
  display: none;
}

.error-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.error-text {
  color: #42424299;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 450px;
  font-weight: 400;
  line-height: 120%;
}

.error-text.black {
  color: #424242;
}

.error-four-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide-icon {
  display: none;
}

.cart-logo {
  width: 24px;
  height: 24px;
}

.cart-button-wrap {
  z-index: 20;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f6f6f6;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 254px;
  padding-left: 20px;
  display: flex;
}

.error-button-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 819px;
  display: flex;
}

.protected-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.inout-feild {
  background-color: #f8f8f9;
  border: 0 solid #000;
  border-radius: 12px;
  min-width: 461px;
  min-height: 52px;
  margin-bottom: 0;
  padding: 14px 10px 14px 20px;
}

.error-message {
  background-color: #e50606;
  border-radius: 8px;
  margin-top: 0;
  padding: 30px 20px;
}

.changelog-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chagelog-detals-top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-details-right {
  background-color: #f8f8f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  padding: 40px 20px;
  display: flex;
}

.changelog-text-wtap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.changelog-bottom-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.version-text-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

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

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

.contact-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mini-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.mini-heading.left {
  justify-content: flex-start;
  align-items: center;
}

.mini-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.mini-icon.white {
  color: var(--white);
}

.contact-details-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-left {
  width: 100%;
  max-width: 690px;
}

.contact-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #1a1a1a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 590px;
  padding: 60px 20px;
  display: flex;
}

.contact-form-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-feild {
  color: var(--black);
  background-color: #f8f8f9;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
  min-height: 80px;
  margin-bottom: 0;
  padding: 18px 30px;
}

.text-feild-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.message-box {
  color: var(--black);
  background-color: #f8f8f9;
  border: 1px solid #bcbcbc;
  border-radius: 8px;
  width: 100%;
  min-height: 135px;
  margin-bottom: 0;
  padding: 28px 30px;
}

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

.contact-right-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 470px;
  display: flex;
}

.contact-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--white);
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.contact-content-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.faq-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.faq-left-box {
  width: 100%;
  position: relative;
}

.faq-right-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.faq-dropdown {
  background-color: #f8f8f9;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 50px 30px;
  position: static;
}

.faq-dropdown-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-dropdown-toggle.w--open {
  margin-left: 0;
  margin-right: 0;
}

.icon-hide {
  display: none;
}

.plus-icon {
  color: var(--black);
}

.dropdown-list {
  background-color: var(--tansparent);
  position: static;
}

.dropdown-list.w--open {
  max-width: 665px;
}

.drop-down-list-wrap {
  overflow: hidden;
}

.dropdown-details-box {
  padding-top: 24px;
}

.faq-image {
  object-fit: cover;
  border-radius: 8px;
  height: 100%;
}

.faq-content-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
  position: absolute;
  inset: 40px 0% auto 40px;
}

.faq-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.purpose-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.purpose-heading-wrap.project, .purpose-heading-wrap.white {
  justify-content: flex-start;
  align-items: flex-start;
}

.service-details-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: grid;
}

.service-details-box.more-service {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.service-left {
  justify-content: center;
  align-items: center;
  max-width: 650px;
  padding: 60px 20px;
  display: flex;
}

.service-left.more-service {
  max-width: 433px;
  padding: 0;
}

.cover-image-wrap {
  border-radius: 8px;
  overflow: hidden;
}

.cover-image-wrap.service {
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  height: 100%;
}

.cover-image-wrap.service-details {
  border-radius: 8px;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  max-height: 600px;
}

.cover-image-wrap.more-service {
  border-radius: 8px;
  width: 100%;
  max-width: 430px;
  height: 100%;
  max-height: 500px;
}

.cover-image-wrap.project {
  border-radius: 8px;
  width: 100%;
  max-width: 745px;
  height: 100%;
}

.cover-image-wrap.project-details {
  border-radius: 8px;
  width: 100%;
  max-width: 1360px;
  height: 100%;
  max-height: 550px;
}

.cover-image-wrap.more-project {
  border-radius: 8px;
  width: 100%;
  max-width: 650px;
  height: 100%;
  max-height: 500px;
}

.cover-image-wrap.blog {
  width: 100%;
  max-width: 1360px;
  height: 100%;
  max-height: 500px;
}

.cover-image-wrap.team {
  object-fit: cover;
}

.cover-image-wrap.brand-right-image-wrap {
  position: relative;
}

.cover-image-wrap.brand-image {
  max-width: 460px;
  position: relative;
}

.cover-image-wrap.credibility {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cover-image-wrap.member {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
}

.cover-image-wrap.stratix {
  width: 100%;
  min-width: 318px;
}

.cover-image-wrap.small {
  border-radius: 4px;
}

.cover-image-wrap.home-services {
  max-width: 370px;
  height: 460px;
  position: absolute;
}

.cover-image-wrap.home-services.one {
  z-index: 2;
  width: 100%;
}

.cover-image-wrap.home-services.two {
  z-index: 1;
  width: 100%;
  transform: rotate(-15deg);
}

.cover-image-wrap.home-services.three {
  width: 100%;
  position: static;
  transform: rotate(15deg);
}

.cover-image-wrap.home-services.dex-hide {
  z-index: 2;
  z-index: 1;
  z-index: 1;
  display: none;
  position: static;
  transform: rotate(15deg);
}

.cover-image-wrap.commentator {
  border-radius: 12px;
  width: 90px;
  height: 90px;
}

.cover-image-wrap.blog-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.cover-image.project {
  max-height: 500px;
}

.cover-image.team {
  height: 500px;
}

.cover-image.team-details {
  object-position: 50% 0%;
  height: 585px;
}

.cover-image.brand-center-image {
  z-index: 1;
  height: 520px;
  position: relative;
}

.cover-image.achievement {
  height: 205px;
}

.cover-image.member {
  object-position: 50% 0%;
  height: 405px;
}

.cover-image.small {
  width: 60px;
  height: 60px;
}

.cover-image.story {
  width: auto;
}

.cover-image.services {
  object-position: 50% 50%;
  height: 460px;
}

.cover-image.project-work {
  object-position: 100% 50%;
  height: 550px;
}

.cover-image.commentator {
  width: 90px;
  height: 90px;
}

.cover-image.blogs {
  height: 600px;
}

.cover-image.blogs-bottom {
  height: 455px;
}

.cover-image.services-image {
  object-position: 50% 20%;
  height: 600px;
}

.cover-image.project-cms {
  min-height: 450px;
}

.service-content-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.service-text-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 430px;
  display: flex;
}

.service-text-box.cms {
  max-width: none;
}

.service-collection-list-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.service-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.empty-state {
  background-color: var(--paragraph-color);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.previous-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

.button-icon {
  color: var(--white);
  width: 15px;
  height: 15px;
  margin-left: 0;
  margin-right: 0;
}

.button-icon.next {
  margin-right: 0;
}

.next-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  text-decoration: none;
  display: flex;
}

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

.service-rich-text-wrap {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h1 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h1);
  line-height: var(--_🧾-typography---font-height--big);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
  margin-bottom: 20px;
}

.rich-text h2 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h2);
  line-height: var(--_🧾-typography---font-height--medium);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
  margin-bottom: 20px;
}

.rich-text h3 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h3);
  line-height: var(--_🧾-typography---font-height--regular);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-bottom: 20px;
}

.rich-text h4 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h4);
  line-height: var(--_🧾-typography---font-height--regular);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-bottom: 20px;
}

.rich-text h5 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h5);
  line-height: var(--_🧾-typography---font-height--tiny);
  font-weight: var(--_🧾-typography---font-weight--medium);
  margin-bottom: 20px;
}

.rich-text p {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--regular);
  text-align: left;
  margin-bottom: 30px;
}

.rich-text blockquote {
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.rich-text li {
  font-family: var(--_🧾-typography---font-family--paragraph-font);
  color: var(--paragraph-color);
  font-size: var(--_🧾-typography---font-size--paragraph-small);
  line-height: var(--_🧾-typography---font-height--small);
  font-weight: var(--_🧾-typography---font-weight--regular);
  margin-bottom: 10px;
}

.rich-text h6 {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--black);
  font-size: var(--_🧾-typography---font-size--h6);
  line-height: var(--_🧾-typography---font-height--tiny);
  font-weight: var(--_🧾-typography---font-weight--regular);
  margin-bottom: 20px;
}

.rich-text-layout, .project-details-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.project-rich-text-wrap {
  width: 100%;
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-heading-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.project-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.project-content-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 435px;
  display: flex;
}

.project-element-box {
  background-color: var(--card-color-second);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 555px;
  height: 100%;
  max-height: 465px;
  padding: 60px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-text-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.project-collection-list-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.project-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.project-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 435px;
  display: flex;
}

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

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

.dot-box {
  background-color: var(--paragraph-color);
  border-radius: 100%;
  width: 8px;
  height: 8px;
}

.project-details-heading-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-heading-box {
  background-color: #f8f8f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 345px;
  padding: 40px 20px;
  display: flex;
}

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

.project-info-box-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 265px;
  display: flex;
}

.more-projects-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.more-project-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.more-project-info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

.project-category-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

.blog-details-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  text-decoration: none;
  display: flex;
}

.blog-content-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

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

.blog-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.blog-collection-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

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

.blog-details-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-details-heading-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-details-heading-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  display: flex;
}

.author-image {
  width: 80px;
  height: 80px;
}

.author-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.heading-main-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  display: flex;
}

.blog-rich-wrap {
  width: 100%;
  max-width: 1130px;
}

.more-blogs-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

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

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

.team-details-box-wrap {
  width: 100%;
}

.team-details-box {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 490px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.team-info-box {
  background-color: #f8f8f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  max-height: 160px;
  padding: 30px 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 30px;
}

.team-name-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 313px;
  display: flex;
}

.team-collection-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.team-collection-item {
  width: 100%;
}

.team-details-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.team-details-top {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 1360px;
  display: grid;
}

.team-details-bottom {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.team-image-details-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.team-info-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.team-info-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-title-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.team-button-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-social-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.social-text {
  color: var(--black);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.price-plan-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.price-plan-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.plan-content {
  background-color: var(--card-color-second);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 20px;
  text-decoration: none;
  display: flex;
}

.plan-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 415px;
  display: flex;
}

.info-top-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.info-bottom-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.title-info-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.margin-info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.margin-line {
  border-top: 1px solid #00000080;
  height: 1px;
}

.tik-mark {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.tik-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.price-box {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.monthly-price-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.monthly-price-collection-list.category {
  grid-template-columns: 1fr;
}

.monthly-price-collection-item {
  width: 100%;
  max-width: 535px;
}

.annual-price-collection-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.annual-price-collection-list.category {
  grid-template-columns: 1fr;
}

.annual-price-collection-item {
  width: 100%;
  max-width: 535px;
}

.price-tab-box {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.price-tab-menu-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.tab-one {
  background-color: #746464;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
}

.tab-one.w--current {
  background-color: var(--black);
  border: 1px solid #000;
  padding: 12px 20px;
}

.tab-two {
  background-color: #746464;
  border: 1px solid #000;
  border-radius: 8px;
  padding: 12px 20px;
}

.tab-two.w--current {
  background-color: #1a1a1a;
}

.product-details-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.product-details-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.product-details-left {
  background-color: #1a1a1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.product-details-right {
  width: 100%;
  max-width: 705px;
  padding-bottom: 0;
}

.product-left-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 455px;
  display: flex;
}

.product-left-top-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.product-left-center-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.brand-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20px;
}

.brand-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 845px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.brand-heading-text-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.brand-left {
  background-color: var(--black);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.brand-center {
  position: relative;
}

.brand-left-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 300px;
  min-height: 300px;
  display: flex;
}

.brand-left-top {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.brand-left-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.comma-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.person-image-wrap {
  border-radius: 3px;
  overflow: hidden;
}

.person-image {
  width: 80px;
  height: 80px;
}

.person-info-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.person-text {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
}

.brand-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.brand-right-image-wrap {
  border-radius: 12px;
  max-width: 380px;
  position: relative;
  overflow: hidden;
}

.brand-right-image {
  object-fit: cover;
  height: 460px;
}

.overlay-box {
  background-image: linear-gradient(#0000, #000000b3);
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.scrolling-line {
  width: 180px;
  height: 4px;
}

.scrolling-line.current {
  background-color: #89857d;
}

.scroll-line-wrap {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 10px 0% auto;
}

.purpose-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 80px;
}

.purpose-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 635px;
  min-height: 630px;
  display: flex;
}

.purpose-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 590px;
  display: flex;
  overflow: hidden;
}

.purpose-right-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  max-width: 520px;
  display: flex;
}

.purpose-counter-text-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 220px;
  display: flex;
}

.purpose-right-info-wrap {
  border: 1px solid var(--tansparent);
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.purpose-right-info-wrap:hover {
  background-color: #1a1a1a;
  border: 1px solid #fff3;
  border-radius: 8px;
}

.purpose-right-info-wrap.one {
  transition: all 1s;
}

.purpose-right-info-wrap.two, .purpose-right-info-wrap.three {
  transition: all 1.2s;
}

.purpose-right-info-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 510px;
  display: flex;
}

.right-box-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.purpose-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  display: flex;
}

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

.achievement-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.achievement-center {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  display: flex;
}

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

.achievement-center-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 470px;
  display: flex;
}

.paragraph.land-center {
  color: #d8d8d8;
}

.achievement-box {
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
  display: flex;
}

.achievement-info-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 315px;
  display: flex;
}

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

.credibility-bottom {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.credibility-info-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: .4fr .6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.credibility-immage-wrap {
  padding: 20px 25px;
}

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

.members-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.members-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.credibility-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.members-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.member-info-wrap {
  background-color: #f8f8f9;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 30px 20px;
}

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

.member-info-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.member-info-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.member-icon-wrap {
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.member-collection-item {
  width: 100%;
}

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

.image-overlay-box {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.creation-details-box {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.creation-text-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

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

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

.starix-bottom.one, .starix-bottom.two, .starix-bottom.three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.stratix-title-info-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.big-text.text-center {
  font-family: var(--_🧾-typography---font-family--heading-font);
  color: var(--card-color);
  font-size: var(--_🧾-typography---font-size--display-text);
  line-height: var(--_🧾-typography---font-height--big);
  font-weight: var(--_🧾-typography---font-weight--bold);
  text-align: center;
}

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

.stratix-button-info-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 935px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stratix-button-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.story-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.story-left {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  display: flex;
}

.story-right {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.story-text {
  color: var(--white);
  line-height: 110%;
}

.story-text.land-center {
  font-family: var(--_🧾-typography---font-family--heading-font);
  font-size: var(--_🧾-typography---font-size--h2);
  line-height: var(--_🧾-typography---font-height--big);
  font-weight: var(--_🧾-typography---font-weight--semi-bold);
}

.story-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.story-heading-wrap.white {
  justify-content: flex-start;
  align-items: flex-start;
}

.story-right-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 520px;
  display: flex;
}

.story-image-slider {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 350px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  width: 100%;
  min-width: 274px;
  display: flex;
}

.more-image-holder {
  z-index: 2;
  background-color: #1a1a1a;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.story-right-slider.mobile-hide {
  position: relative;
  overflow: hidden;
}

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

.story-left-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  max-width: 260px;
  display: flex;
}

.story-left-top {
  background-color: #1a1a1a;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.left-text-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.home-service-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  min-height: 400vh;
  display: flex;
}

.home-services-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services-animated-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: sticky;
  overflow: hidden;
}

.services-animated-text-wrap {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  display: flex;
}

.services-animated-right {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  display: flex;
  position: relative;
}

.services-animated-right.tab-hide {
  justify-content: center;
  align-items: center;
}

.services-animation-details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.services-description-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.more-service-button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-work-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.project-work-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-work-bottom {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  overflow: hidden;
}

.project-work-content-wrap {
  position: relative;
}

.project-work-details-wrap {
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #000000b3;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 535px;
  height: 100%;
  padding: 50px 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.project-top-details-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.project-bottom-details-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  display: flex;
}

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

.bullet {
  background-color: var(--white);
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.project-box-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 435px;
  height: 100%;
  display: flex;
}

.project-work-collection-list {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.project-work-collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
  top: 20px;
}

.results-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.result-top {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1013px;
  display: flex;
}

.result-bottom {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1013px;
  margin-left: auto;
  display: flex;
}

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

.result-box-content {
  background-color: #1a1a1a;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.result-box-content.two {
  margin-top: 50px;
}

.result-box-content.three {
  margin-bottom: 50px;
}

.inside-box-content {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 220px;
  height: 100%;
  min-height: 270px;
  display: flex;
}

.results-all-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.client-feedback-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.feedback-heading-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feedback-info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.feedback-box-comment-wrap {
  background-color: #f8f8f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  display: flex;
}

.feedback-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 355px;
  min-height: 440px;
  display: flex;
}

.comment-top-layout {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.comment-bottom-layout {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  display: flex;
}

.star-rating-wrap {
  justify-content: space-between;
  display: flex;
}

.star-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.star-icon {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.star-icon.blank {
  color: #b2b2b2;
}

.commentator-info-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.feedback-video-content-wrap {
  background-color: #f8f8f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 40px 20px;
  position: relative;
}

.commentator-video {
  z-index: 10;
  border-radius: 8px;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.commentator-video-content-wrap {
  z-index: 10;
  position: relative;
}

.home-blogs-layout {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.home-blogs-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-blogs-bottom {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.blogs-top-layout {
  width: 100%;
  text-decoration: none;
}

.blogs-bottom-layout {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
}

.blogs-top-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.top-blogs-details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.blogs-logo {
  color: var(--black);
  width: 18px;
  height: 18px;
}

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

.blogs-bottom-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.blogs-bottom-logo-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-blogs-details-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.slider-item-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.brand-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-topic {
  color: #959595;
  justify-content: center;
  align-items: center;
  background-color: #111;
  border-radius: 999px;
  padding: 10px 22px;
  display: flex;
}

.proof-badge {
  color: #e5e5e5;
  background-color: #111;
  border: 1px solid #2a2a2a;
  border-radius: 999px;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proof-icon {
  width: 26px;
  height: 26px;
  display: block;
  transform-origin: center;
}

.proof-icon--robot,
.proof-icon--chart {
  transform: scale(0.9);
}

.slider-overlay-box {
  background-image: linear-gradient(90deg, #000, #0000 20% 85%, #000);
  position: absolute;
  inset: 0%;
}

.feedback-slider-layout {
  overflow: hidden;
}

.slider {
  background-color: var(--tansparent);
  height: 100%;
}

.slider-mask, .slider-one, .slider-two {
  height: 100%;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

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

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

.member-social-wrap {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1a1a1a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 57px;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 20px 20px auto;
}

.social-link {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.border-color-wrap {
  background-color: var(--black);
  position: absolute;
  inset: 0% 0% 99.8% 85%;
}

.border-color-wrap.top {
  border-top: 1px solid #000;
  border-right: 1px solid var(--black);
  background-color: var(--tansparent);
  border-top-right-radius: 8px;
  width: 100px;
  height: 100px;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.border-color-wrap.bottom {
  background-color: var(--tansparent);
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-bottom-left-radius: 8px;
  width: 100px;
  height: 100px;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.shipping-method {
  border: 0px solid var(--tansparent);
  background-color: var(--card-color-second);
  border-radius: 8px;
  padding: 30px;
}

.shipping-method-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-left-width: 0;
  border-right-width: 0;
  flex-flow: column;
  display: flex;
}

.shipping-info-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-left: 14px;
  margin-right: 0;
}

.shipping-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.member-current-link {
  position: absolute;
  inset: 0%;
}

.counter-animation-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.counter-text-wrap, .counter-icon-wrap {
  height: 110px;
}

.banner-image-box-wrap {
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.banner-image-wrap-top {
  z-index: 3;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-image-wrap-bottom {
  z-index: 3;
  position: absolute;
  inset: auto 0% 0%;
}

.mini-image-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 4px;
  width: 100%;
  display: flex;
}

.story-image-slider-box {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  display: flex;
}

.mini-overlay-box {
  background-image: linear-gradient(90deg, black, transparent 30%, transparent 71%, #0000 80%, black 98%, var(--black));
  position: absolute;
  inset: 0%;
}

.service-text-left {
  position: relative;
}

.service-content-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 80px;
}

.carve-image-two {
  position: absolute;
  inset: auto 0% 0%;
}

.starix-slider-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.banner-image-wrap {
  height: 100%;
  min-height: 450px;
}

.result-text-wrap {
  position: relative;
}

.result-details-wrap {
  margin-top: 15%;
}

.result-height-box {
  min-height: 400vh;
}

.result-sticky-box {
  position: sticky;
  top: 40px;
}

.banner-bg-image-wrap {
  position: absolute;
  inset: 0%;
}

.banner-bg-image {
  object-fit: cover;
  height: 520px;
}

.scrolling-line-wrap {
  height: 4px;
  position: relative;
  overflow: hidden;
}

.white-line-one, .white-line-two {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

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

.collection-box-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.sub-text-wrap, .sub-text-wrap.top {
  position: relative;
}

.sub-overlay-box {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
}

.black-heding-wrap {
  position: relative;
}

.black-overlay {
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.apple-pay-2 {
  border-radius: 12px;
  height: 40px;
}

.flat-box-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.success-details-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-height-box {
  min-height: 200vh;
}

.purpose-height-box {
  min-height: 300vh;
}

.success-message {
  background-color: var(--black);
  border-radius: 12px;
  padding: 20px;
}

.link {
  display: none;
}

.button-box {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.style-guide-layout {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: var(--_🧾-typography---font-weight--bold);
}

.default-state {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.select-field {
  color: var(--black);
  border-radius: 12px;
  min-height: 60px;
  margin-bottom: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.faq-text {
  font-size: 30px;
}

.play-icon {
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 991px) {
  body {
    --_🧾-typography---font-family--paragraph-font: Inter, sans-serif;
    --_🧾-typography---font-size--paragraph-small: 16px;
    --_🧾-typography---font-height--small: 150%;
    --_🧾-typography---font-weight--regular: 400;
    --_🧾-typography---font-family--heading-font: Manrope, sans-serif;
    --_🧾-typography---font-size--h1: 42px;
    --_🧾-typography---font-height--big: 110%;
    --_🧾-typography---font-weight--semi-bold: 600;
    --_🧾-typography---font-size--h2: 32px;
    --_🧾-typography---font-height--medium: 120%;
    --_🧾-typography---font-size--h3: 28px;
    --_🧾-typography---font-height--regular: 130%;
    --_🧾-typography---font-weight--medium: 500;
    --_🧾-typography---font-size--h4: 24px;
    --_🧾-typography---font-size--h5: 22px;
    --_🧾-typography---font-height--tiny: 140%;
    --_🧾-typography---font-size--h6: 20px;
    --_🧾-typography---font-size--paragraph-large: 18px;
    --_🧾-typography---font-weight--bold: 700;
    --_🧾-typography---font-size--display-text: 52px;
    --_🧾-typography---font-size--sub-text: 16px;
    --_🔲-spacing---section: 80px;
  }

  .section.margin {
    margin-bottom: 0;
    padding-top: 80px;
  }

  .section.creation {
    min-height: 600px;
  }

  .section.service {
    padding-bottom: 80px;
  }

  .section.style-guide {
    padding-bottom: 60px;
  }

  .container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container.checkout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .font-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .font-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h3.dex-hide, .h4.text-white.dex-hide {
    display: block;
  }

  .h5 {
    font-size: 22px;
  }

  .h6.tab-center, .paragraph.text-white.tab-center, .paragraph.text-white.result {
    text-align: center;
  }

  .paragraph.per-text {
    margin-bottom: -6px;
  }

  .color-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .color-nox-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-box {
    min-height: 250px;
  }

  .navbar-layout {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
    position: relative;
  }

  .navbar-center {
    background-color: var(--tansparent);
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navbar-right.tab-hide {
    display: none;
  }

  .logo-image {
    width: 100px;
  }

  .link-text {
    font-size: 14px;
  }

  .navbar-wrap {
    display: block;
    position: static;
  }

  .navbar-container {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .navbar-link-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid var(--paragraph-color);
    background-color: var(--card-color-second);
    border-radius: 12px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    position: absolute;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    position: static;
  }

  .menu-button {
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--tansparent);
    color: var(--black);
    padding: 0;
  }

  .mega-menu-dropdown {
    width: auto;
    min-width: 100%;
    padding: 20px;
  }

  .mega-menu-dropdown-list.w--open {
    inset: 0%;
  }

  .mega-menu-links-content-wrap {
    height: auto;
    padding-top: 0;
    right: 0%;
    overflow: hidden;
  }

  .mega-menu-content-wrap {
    margin-top: 55px;
  }

  .footer-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-top {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-top-right {
    justify-content: center;
    align-items: center;
  }

  .button-black, .button-white {
    padding: 12px 20px;
  }

  .text-link {
    font-size: 14px;
  }

  .checkout-container {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .check-out-left-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    width: 100%;
    margin-bottom: 40px;
  }

  .order-summary-wrap {
    justify-content: center;
    align-items: center;
    min-width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .order-summary-box {
    max-width: none;
  }

  .summary-heading-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .order-summary-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: block;
  }

  .line-item {
    margin-bottom: 20px;
  }

  .submit-button.border {
    border: 1px solid var(--white);
  }

  .checkout-address-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkout-address-wrap.order {
    justify-content: center;
    align-items: flex-start;
  }

  .checkout-info-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .checkout-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .order-item-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-content-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .order-row {
    max-width: 600px;
  }

  .location-info {
    flex-flow: wrap;
  }

  .quantity-box {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .order-summary-elements {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    max-width: 320px;
    margin-bottom: 0;
    display: flex;
  }

  .border-button {
    padding: 12px 20px;
  }

  .utility-page-content, .utility-page-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .error-text, .error-text.black {
    font-size: 300px;
  }

  .error-four-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .error-button-wrap {
    max-width: 500px;
  }

  .inout-feild {
    min-width: 350px;
  }

  .contact-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .mini-heading {
    justify-content: center;
    align-items: center;
  }

  .mini-heading.left {
    justify-content: flex-start;
    align-items: center;
  }

  .contact-details-wrap {
    flex-flow: column;
  }

  .contact-left {
    max-width: none;
  }

  .contact-right {
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 30px;
  }

  .contact-feild {
    min-height: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .message-box {
    min-height: 110px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .form-details-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-right-box {
    max-width: 800px;
  }

  .faq-layout {
    flex-flow: column;
    display: block;
  }

  .faq-left-box {
    max-height: 200px;
    display: none;
    position: static;
  }

  .faq-dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .service-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .purpose-heading-wrap.project {
    justify-content: flex-start;
    align-items: center;
  }

  .service-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cover-image-wrap.service {
    height: 300px;
  }

  .cover-image-wrap.project {
    object-fit: cover;
    max-height: 350px;
  }

  .cover-image-wrap.project-details, .cover-image-wrap.blog {
    max-height: 400px;
  }

  .cover-image-wrap.team {
    width: 100%;
    height: 100%;
  }

  .cover-image-wrap.stratix {
    border-radius: 12px;
    min-width: 260px;
    max-height: 250px;
  }

  .cover-image-wrap.small {
    width: 50px;
    height: 50px;
  }

  .cover-image-wrap.story {
    height: 100%;
  }

  .cover-image-wrap.home-services.one {
    height: auto;
    position: static;
  }

  .cover-image-wrap.home-services.two {
    height: auto;
    position: static;
    transform: none;
  }

  .cover-image-wrap.home-services.three {
    height: auto;
    transform: none;
  }

  .cover-image-wrap.home-services.dex-hide {
    max-width: none;
    height: auto;
    display: block;
    position: static;
    transform: none;
  }

  .cover-image-wrap.commentator {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
  }

  .cover-image.project {
    max-height: 400px;
  }

  .cover-image.team {
    object-position: 50% 0%;
    height: auto;
    max-height: 300px;
  }

  .cover-image.team-details {
    height: 435px;
  }

  .cover-image.brand-right-image {
    height: 400px;
  }

  .cover-image.brand-center-image {
    height: 450px;
  }

  .cover-image.member {
    height: 350px;
  }

  .cover-image.stratix {
    object-position: 50% 26%;
  }

  .cover-image.small {
    width: 50px;
    height: 50px;
  }

  .cover-image.story-left {
    max-width: none;
  }

  .cover-image.story {
    width: 100%;
    max-height: 450px;
  }

  .cover-image.services {
    max-width: none;
    height: 300px;
  }

  .cover-image.project-work {
    height: 450px;
  }

  .cover-image.commentator {
    width: 60px;
    height: 60px;
  }

  .cover-image.blogs {
    height: 400px;
  }

  .cover-image.blogs-bottom {
    height: 350px;
  }

  .cover-image.services-image {
    height: 400px;
  }

  .service-content-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .service-collection-list-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .empty-state {
    padding: 20px;
  }

  .previous-button {
    padding: 12px 20px;
  }

  .button-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .next-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 12px 20px;
  }

  .service-details-layout, .rich-text-layout, .more-service-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .more-service-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .project-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .project-content-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .project-element-box {
    order: 9999;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-collection-list-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-details-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-details-heading-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .more-projects-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .more-project-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-category-box {
    justify-content: flex-end;
    align-items: center;
  }

  .more-project-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blogs-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-details-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-collection-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-details-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .author-image {
    width: 70px;
    height: 70px;
  }

  .more-blogs-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .more-blog-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-details-box {
    flex-flow: column;
    text-decoration: none;
    position: static;
  }

  .team-info-box {
    width: 100%;
    max-height: none;
    position: static;
  }

  .team-collection-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-collection-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .team-details-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-details-top, .team-info-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .price-plan-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .plan-content {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .plan-info-wrap {
    max-width: none;
  }

  .monthly-price-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
  }

  .annual-price-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    width: 100%;
  }

  .price-tab-menu-wrap {
    margin-bottom: 60px;
  }

  .tab-two.w--current {
    padding-left: 18px;
    padding-right: 18px;
  }

  .tabs-content {
    width: 100%;
  }

  .product-details-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .product-details-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
  }

  .product-details-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .product-left-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .product-left-center-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .brand-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-end;
  }

  .brand-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .brand-left-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
  }

  .comma-icon {
    width: 40px;
    height: 40px;
  }

  .person-image {
    width: 60px;
    height: 60px;
  }

  .person-text {
    font-size: 20px;
    line-height: 150%;
  }

  .purpose-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .purpose-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 350px;
    min-height: auto;
  }

  .purpose-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .purpose-right-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
  }

  .purpose-counter-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .purpose-right-info-wrap {
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .purpose-right-info-wrap.one, .purpose-right-info-wrap.two, .purpose-right-info-wrap.three {
    padding: 20px;
  }

  .purpose-right-info-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .purpose-icon {
    width: 20px;
    height: 20px;
    margin-top: 5px;
  }

  .achievement-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .achievement-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .achievement-center-left {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 350px;
  }

  .achievement-center-right {
    max-width: 425px;
  }

  .achievement-box {
    border: 1px solid #000;
    border-radius: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .achievement-info-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .credibility-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .credibility-info-box {
    grid-template-columns: .35fr .65fr;
  }

  .credibility-immage-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .members-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .text-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .member-info-icon {
    width: 15px;
    height: 15px;
  }

  .member-icon-wrap {
    width: 30px;
    height: 30px;
  }

  .member-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .creation-details-box {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 500px;
  }

  .stratix-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .starix-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .big-text.text-center {
    font-size: 72px;
  }

  .stratix-info-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .stratix-button-info-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 800px;
  }

  .stratix-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .story-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .story-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: row;
    justify-content: flex-start;
    max-width: 350px;
    min-height: auto;
  }

  .story-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .story-text {
    font-size: 52px;
  }

  .story-right-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .more-image-holder {
    width: 50px;
    height: 50px;
  }

  .story-left-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    display: grid;
  }

  .story-left-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    height: 100%;
  }

  .story-left-bottom {
    height: 100%;
  }

  .left-text-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: none;
  }

  .home-service-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    min-height: auto;
    margin-top: 0;
  }

  .services-animated-content-wrap {
    flex-flow: row;
  }

  .services-animated-text-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .services-animated-right {
    flex-flow: column;
    position: static;
  }

  .services-animated-right.tab-hide {
    display: none;
  }

  .services-animation-details-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .services-description-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .more-service-button-wrap {
    margin-top: 0;
  }

  .project-work-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-work-details-wrap {
    border-top-left-radius: 8px;
    max-width: 350px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    inset: auto 0% 0% auto;
    overflow: hidden;
  }

  .project-bottom-details-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .project-box-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 300px;
  }

  .project-work-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-work-collection-item {
    position: static;
  }

  .results-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: center;
    align-items: center;
    min-height: auto;
  }

  .result-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-bottom: -10px;
  }

  .result-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
  }

  .result-center {
    order: -9999;
  }

  .result-box-content.one {
    max-width: none;
  }

  .result-box-content.two {
    max-width: none;
    margin-top: 0;
  }

  .result-box-content.three {
    max-width: none;
    margin-bottom: 0;
  }

  .result-box-content.four {
    max-width: none;
  }

  .inside-box-content {
    min-height: auto;
  }

  .results-all-content {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    position: static;
  }

  .client-feedback-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .feedback-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .feedback-box-comment-wrap.tab-hide {
    display: none;
  }

  .feedback-content-wrap {
    min-height: 350px;
  }

  .comment-bottom-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .comment-bottom-layout.comment {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-blogs-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-blogs-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .bottom-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .collection-list-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    position: static;
    top: 0;
  }

  .member-list-wrap {
    min-height: auto;
  }

  .member-social-wrap {
    display: none;
  }

  .border-color-wrap.top, .border-color-wrap.bottom {
    width: 80px;
    height: 80px;
  }

  .counter-animation-wrap.white.tab-hide, .counter-animation-wrap.tab-hide {
    display: none;
  }

  .counter-text-wrap {
    height: 34px;
  }

  .counter-icon-wrap {
    height: 30px;
  }

  .image-text-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    display: grid;
  }

  .image-text-wrap.one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-text-wrap.two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .image-text-wrap.three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .banner-image-box-wrap {
    min-height: 250px;
  }

  .banner-image-wrap-top {
    display: none;
    inset: 15% 0% auto;
  }

  .banner-image-wrap-bottom {
    display: none;
    bottom: 15%;
  }

  .service-text-left {
    width: 100%;
  }

  .service-content-wrap {
    position: static;
  }

  .banner-image-wrap {
    min-height: 100%;
  }

  .result-details-wrap {
    margin-top: 0%;
  }

  .result-height-box {
    min-height: 100%;
  }

  .result-sticky-box {
    position: static;
  }

  .banner-text-wrap {
    justify-content: center;
    align-items: center;
  }

  .brand-height-box, .purpose-height-box {
    min-height: auto;
  }

  .button-box {
    display: none;
  }

  .faq-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_🧾-typography---font-family--paragraph-font: Inter, sans-serif;
    --_🧾-typography---font-size--paragraph-small: 16px;
    --_🧾-typography---font-height--small: 150%;
    --_🧾-typography---font-weight--regular: 400;
    --_🧾-typography---font-family--heading-font: Manrope, sans-serif;
    --_🧾-typography---font-size--h1: 32px;
    --_🧾-typography---font-height--big: 110%;
    --_🧾-typography---font-weight--semi-bold: 600;
    --_🧾-typography---font-size--h2: 28px;
    --_🧾-typography---font-height--medium: 120%;
    --_🧾-typography---font-size--h3: 24px;
    --_🧾-typography---font-height--regular: 130%;
    --_🧾-typography---font-weight--medium: 500;
    --_🧾-typography---font-size--h4: 22px;
    --_🧾-typography---font-size--h5: 20px;
    --_🧾-typography---font-height--tiny: 140%;
    --_🧾-typography---font-size--h6: 18px;
    --_🧾-typography---font-size--paragraph-large: 16px;
    --_🧾-typography---font-weight--bold: 700;
    --_🧾-typography---font-size--display-text: 42px;
    --_🧾-typography---font-size--sub-text: 16px;
    --_🔲-spacing---section: 60px;
  }

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

  .section.creation {
    min-height: 500px;
  }

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

  .section.style-guide {
    padding-bottom: 40px;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .container.checkout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .font-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .font-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h4.text-white.land-center, .h4.land-text-center, .h5.land-text-center, .h6.land-text-center, .paragraph.text-white.land-center {
    text-align: center;
  }

  .paragraph.text-white.result {
    text-align: right;
  }

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

  .color-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .color-nox-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .color-box {
    max-width: 250px;
    min-height: 200px;
  }

  .logo-image {
    width: 90px;
  }

  .link-text {
    font-size: 14px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button {
    background-color: var(--tansparent);
    padding: 0;
    position: absolute;
  }

  .mega-menu-dropdown {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .mega-menu-content-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
  }

  .footer-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .buttons-wrap {
    flex-flow: column;
  }

  .button-black, .button-white {
    padding-left: 18px;
    padding-right: 18px;
  }

  .button-hover-1wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .bottom-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .bottom-down {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .spcial-icon-wrap {
    order: 1;
    justify-content: center;
    align-items: center;
  }

  .top-right {
    justify-content: center;
    align-items: center;
  }

  .text-link {
    font-size: 14px;
  }

  .checkout-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .check-out-left-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .order-summary-wrap {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .order-summary-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .checkout-address-wrap {
    justify-content: flex-start;
  }

  .checkout-info-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .checkout-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .item-quantity-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .order-item-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .order-row {
    max-width: 500px;
  }

  .order-summary-elements {
    max-width: none;
  }

  .border-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .utility-page-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .utility-page-form {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: 400px;
  }

  .error-text, .error-text.black {
    font-size: 220px;
  }

  .protected-text-wrap, .submit-form, .changelog-text-wtap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .mini-heading, .mini-heading.left {
    justify-content: center;
    align-items: center;
  }

  .mini-icon {
    width: 16px;
    height: 16px;
  }

  .contact-details-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .contact-right {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-form-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-feild {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-feild-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .message-box {
    min-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .contact-right-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-text-wrap {
    padding-bottom: 20px;
  }

  .faq-right-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .plus-icon {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .service-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .purpose-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .purpose-heading-wrap.white {
    justify-content: flex-start;
    align-items: center;
  }

  .service-details-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .service-details-box.more-service {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-left {
    order: 9999;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .service-left.more-service, .cover-image-wrap.service {
    max-width: none;
  }

  .cover-image-wrap.more-service {
    max-width: none;
    max-height: 350px;
  }

  .cover-image-wrap.project-details {
    max-height: 350px;
  }

  .cover-image-wrap.team {
    width: 100%;
    max-height: 300px;
  }

  .cover-image-wrap.brand-right-image-wrap {
    height: 100%;
  }

  .cover-image-wrap.brand-image {
    max-width: none;
  }

  .cover-image-wrap.credibility {
    width: 100%;
    min-width: 140px;
  }

  .cover-image-wrap.stratix.land-hide {
    display: none;
  }

  .cover-image-wrap.small {
    width: 40px;
    height: 40px;
  }

  .cover-image-wrap.story {
    width: 100%;
  }

  .cover-image-wrap.story.mobile-hide {
    max-height: none;
  }

  .cover-image-wrap.commentator {
    border-radius: 8px;
    width: 40px;
    height: 40px;
  }

  .cover-image {
    object-position: 50% 50%;
  }

  .cover-image.team {
    height: auto;
  }

  .cover-image.team-details {
    object-position: 50% 20%;
    height: 350px;
  }

  .cover-image.brand-right-image {
    height: 360px;
  }

  .cover-image.brand-center-image {
    height: 400px;
  }

  .cover-image.achievement {
    height: 300px;
  }

  .cover-image.credibility {
    object-fit: cover;
    min-height: 100px;
  }

  .cover-image.member {
    height: 300px;
  }

  .cover-image.stratix {
    height: 230px;
  }

  .cover-image.small {
    width: 40px;
    height: 40px;
  }

  .cover-image.story-left {
    max-height: 300px;
  }

  .cover-image.services {
    height: 280px;
  }

  .cover-image.project-work {
    object-position: 50% 50%;
    height: 350px;
  }

  .cover-image.commentator {
    width: 40px;
    height: 40px;
  }

  .cover-image.blogs {
    height: 350px;
  }

  .cover-image.blogs-bottom {
    height: 300px;
  }

  .cover-image.services-image {
    height: 350px;
  }

  .service-content-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .service-text-box {
    max-width: none;
  }

  .service-collection-list-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .service-collection-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .empty-state {
    padding: 15px;
  }

  .previous-button {
    padding-left: 18px;
  }

  .next-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .service-details-layout, .rich-text-layout, .more-service-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .more-service-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .project-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .project-content-box {
    justify-content: flex-end;
    align-items: center;
  }

  .project-collection-list-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-info-wrap {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .project-category-details-wrap {
    justify-content: center;
    align-items: center;
  }

  .project-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-details-heading-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .more-projects-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .more-project-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-category-box {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .more-project-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .dot-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .blogs-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-details-box {
    max-width: none;
  }

  .blog-content-box {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .mini-info-box-wrap {
    justify-content: center;
    align-items: center;
  }

  .blog-collection-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-collection-list {
    flex-flow: column;
    display: flex;
  }

  .blog-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blog-details-heading-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .author-image {
    width: 60px;
    height: 60px;
  }

  .more-blogs-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .more-blog-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .team-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-details-box {
    justify-content: space-between;
    align-items: stretch;
    max-width: none;
    position: static;
  }

  .team-info-box {
    align-items: stretch;
    width: 100%;
    min-width: 100%;
    padding: 20px;
  }

  .team-name-box {
    max-width: none;
  }

  .team-collection-wrapper, .team-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-details-top {
    flex-flow: column;
    display: flex;
  }

  .team-info-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-info-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .team-title-info-wrap, .team-social-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .social-wrap {
    justify-content: center;
    align-items: center;
  }

  .price-plan-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .plan-content {
    width: 100%;
    text-decoration: none;
  }

  .plan-info-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: none;
  }

  .info-bottom-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .margin-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .tik-mark {
    color: var(--black);
    width: 16px;
    height: 16px;
  }

  .monthly-price-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .monthly-price-collection-item {
    max-width: none;
  }

  .annual-price-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .price-tab-box {
    width: 100%;
  }

  .price-tab-menu-wrap {
    margin-bottom: 40px;
  }

  .product-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .product-details-info-wrap {
    flex-flow: column;
    width: 100%;
  }

  .product-details-left {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .brand-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .brand-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .brand-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .brand-heading-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .brand-left {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .brand-center {
    width: 100%;
  }

  .brand-left-info-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
    min-height: auto;
    display: flex;
  }

  .brand-left-bottom {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    min-width: 100px;
  }

  .comma-icon {
    width: 35px;
    height: 35px;
  }

  .person-image {
    width: 60px;
    height: 60px;
  }

  .person-info-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .person-text {
    font-size: 18px;
    line-height: 110%;
  }

  .brand-right {
    height: 100%;
    display: none;
  }

  .overlay-box {
    padding-left: 20px;
  }

  .purpose-layout {
    flex-flow: column;
    display: flex;
  }

  .purpose-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .purpose-right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .purpose-right-bottom {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: none;
    display: none;
  }

  .purpose-counter-text-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 250px;
  }

  .purpose-right-info-wrap {
    border: 1px solid var(--paragraph-color);
    border-radius: 8px;
    padding: 20px;
  }

  .purpose-right-info-wrap.three {
    display: none;
  }

  .purpose-right-info-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .right-box-text-wrap {
    max-width: none;
  }

  .purpose-icon {
    width: 25px;
    height: 25px;
    margin-top: 0;
  }

  .achievement-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .achievement-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .achievement-center {
    flex-flow: column;
  }

  .achievement-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .achievement-center-left {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .achievement-center-right {
    max-width: none;
  }

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

  .achievement-box {
    border: 1px solid var(--paragraph-color);
    border-radius: 8px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .achievement-box.land {
    display: none;
  }

  .achievement-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    display: flex;
  }

  .credibility-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .credibility-bottom {
    flex-flow: row;
    justify-content: space-between;
  }

  .credibility-info-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-top: 1px solid #fff3;
    border-left: 1px solid #fff3;
    border-right: 1px solid #fff3;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 450px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .credibility-info-right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    width: 100%;
    padding-right: 20px;
    display: flex;
  }

  .info-box {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .credibility-immage-wrap {
    width: 100%;
    max-width: 140px;
    height: 100%;
    padding: 0;
  }

  .members-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .members-bottom.one {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .credibility-heading-wrap, .members-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .member-details-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .member-info-wrap {
    flex-flow: column;
    height: 100%;
    display: flex;
  }

  .text-icon-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
  }

  .member-collection-list {
    grid-template-columns: 1fr;
  }

  .creation-details-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .creation-text-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stratix-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .stratix-title-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .big-text.text-center {
    font-size: 48px;
  }

  .stratix-info-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stratix-button-info-wrap {
    max-width: 600px;
  }

  .story-layout {
    flex-flow: column;
    display: flex;
  }

  .story-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .story-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
  }

  .story-text {
    font-size: 42px;
  }

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

  .story-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .story-heading-wrap.white {
    justify-content: flex-start;
    align-items: center;
  }

  .story-right-bottom {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .image-holder.one {
    justify-content: center;
    align-items: center;
  }

  .image-holder.two {
    display: none;
  }

  .more-image-holder {
    width: 40px;
    height: 40px;
    display: none;
  }

  .story-left-box {
    width: 100%;
  }

  .story-left-bottom {
    height: 100%;
  }

  .left-text-box {
    flex-flow: row;
  }

  .home-service-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .home-services-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .services-animated-text-wrap {
    grid-template-columns: 1fr;
  }

  .services-animation-details-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services-description-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: flex-start;
  }

  .more-service-button-wrap {
    margin-top: 0;
  }

  .project-work-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-work-content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .project-work-details-wrap {
    max-width: 340px;
  }

  .project-work-details-wrap.land-hide {
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .project-top-details-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-bottom-details-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .project-box-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-work-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-work-collection-item {
    position: static;
  }

  .results-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .result-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: -10px;
    display: grid;
  }

  .result-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -10px;
    display: grid;
  }

  .result-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .result-box-content {
    max-width: none;
    padding: 30px 15px;
  }

  .result-box-content.two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .inside-box-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
  }

  .results-all-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .client-feedback-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feedback-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .feedback-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .feedback-box-comment-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feedback-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    height: 100%;
    min-height: 280px;
  }

  .comment-top-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .star-rating-wrap {
    justify-content: space-between;
    align-items: center;
  }

  .star-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .star-icon {
    width: 12px;
    height: 12px;
  }

  .commentator-video-content-wrap {
    height: 100%;
  }

  .home-blogs-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .top-blogs-details-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .blogs-bottom-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border: 1px solid #0006;
    border-radius: 12px;
    flex-flow: row;
    padding: 10px;
  }

  .blogs-bottom-logo-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bottom-blogs-details-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: space-between;
    align-items: flex-start;
  }

  .bottom-collection-list {
    flex-flow: column;
    display: flex;
  }

  .slider-item-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .license-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-wrap {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .border-color-wrap.top, .border-color-wrap.bottom {
    width: 60px;
    height: 60px;
  }

  .shipping-info-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

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

  .image-text-wrap {
    grid-template-columns: 1fr;
  }

  .image-text-wrap.one, .image-text-wrap.two, .image-text-wrap.three {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .banner-image-box-wrap {
    min-height: 250px;
  }

  .banner-image-wrap-top {
    display: none;
    top: 25%;
  }

  .banner-image-wrap-bottom, .mini-overlay-box {
    display: none;
  }

  .service-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .starix-slider-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-image-wrap {
    height: 100%;
    min-height: auto;
  }

  .extra-item {
    margin-bottom: 20px;
  }

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

  .credibility-box {
    padding-bottom: 20px;
    overflow: scroll;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_🧾-typography---font-family--paragraph-font: Inter, sans-serif;
    --_🧾-typography---font-size--paragraph-small: 16px;
    --_🧾-typography---font-height--small: 150%;
    --_🧾-typography---font-weight--regular: 400;
    --_🧾-typography---font-family--heading-font: Manrope, sans-serif;
    --_🧾-typography---font-size--h1: 28px;
    --_🧾-typography---font-height--big: 110%;
    --_🧾-typography---font-weight--semi-bold: 600;
    --_🧾-typography---font-size--h2: 26px;
    --_🧾-typography---font-height--medium: 120%;
    --_🧾-typography---font-size--h3: 24px;
    --_🧾-typography---font-height--regular: 130%;
    --_🧾-typography---font-weight--medium: 500;
    --_🧾-typography---font-size--h4: 22px;
    --_🧾-typography---font-size--h5: 20px;
    --_🧾-typography---font-height--tiny: 140%;
    --_🧾-typography---font-size--h6: 18px;
    --_🧾-typography---font-size--paragraph-large: 16px;
    --_🧾-typography---font-weight--bold: 700;
    --_🧾-typography---font-size--display-text: 38px;
    --_🧾-typography---font-size--sub-text: 16px;
    --_🔲-spacing---section: 40px;
  }

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

  .section.creation {
    min-height: 400px;
  }

  .section.service {
    padding-bottom: 40px;
  }

  .section.style-guide {
    padding-bottom: 30px;
  }

  .container, .container.checkout {
    padding-left: 20px;
    padding-right: 20px;
  }

  .font-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .h2.mobile-center, .h4.text-white.mobile-center, .h6.mobile-center {
    text-align: center;
  }

  .paragraph-large.white.no-wrap {
    white-space: nowrap;
  }

  .paragraph.white.mobile-center, .paragraph.text-white.mobile-center, .paragraph.text-white.result {
    text-align: center;
  }

  .paragraph.color.mobile-center {
    text-align: center;
    display: none;
  }

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

  .color-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .color-nox-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .color-box {
    max-width: none;
  }

  .navbar-layout {
    justify-content: space-between;
    align-items: center;
  }

  .navbar-center {
    margin-right: 20px;
  }

  .logo-image {
    width: 80px;
  }

  .link-text {
    font-size: 14px;
  }

  .navbar-link-wrap {
    padding: 0;
  }

  .nav-link, .mega-menu-dropdown {
    padding: 10px 15px;
  }

  .mega-menu-dropdown-list {
    margin-top: 20px;
  }

  .mega-menu-content-wrap {
    flex-flow: column;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .megamenu-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 0 15px;
  }

  .footer-top-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .bottom-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .spcial-icon-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
  }

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

  .text-link {
    font-size: 14px;
  }

  .bottom-text-link {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .checkout-container {
    padding-left: 0;
    padding-right: 0;
  }

  .check-out-left-wrap {
    width: 100%;
  }

  .order-summary-box {
    justify-content: space-between;
    align-items: center;
  }

  .order-summary-content {
    width: 100%;
  }

  .line-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .submit-button.password {
    position: static;
  }

  .checkout-address-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .ckeckout-box-content {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .checkout-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .order-item-box {
    flex-flow: wrap;
  }

  .error-text, .error-text.black {
    font-size: 120px;
  }

  .protected-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .submit-form {
    width: 100%;
    max-width: 350px;
  }

  .inout-feild {
    min-width: auto;
  }

  .changelog-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .chagelog-detals-top {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .changelog-bottom-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .version-text-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .contact-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mini-heading.left {
    justify-content: center;
    align-items: center;
  }

  .mini-icon {
    width: 15px;
    height: 15px;
  }

  .contact-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .contact-feild {
    min-height: 50px;
  }

  .text-feild-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .message-box {
    min-height: auto;
    max-height: 80px;
  }

  .contact-right-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-text-wrap {
    padding-bottom: 30px;
  }

  .contact-info-box {
    flex-flow: wrap;
  }

  .faq-dropdown {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .purpose-heading-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cover-image-wrap.project {
    max-height: none;
  }

  .cover-image-wrap.project-details {
    min-height: 300px;
    max-height: none;
  }

  .cover-image-wrap.team {
    width: 100%;
  }

  .cover-image-wrap.brand-right-image-wrap {
    width: 100%;
    max-width: none;
  }

  .cover-image-wrap.small.mobile-hide, .cover-image-wrap.story.mobile-hide {
    display: none;
  }

  .cover-image-wrap.commentator {
    width: 40px;
    height: 40px;
  }

  .cover-image.project {
    min-height: 300px;
  }

  .cover-image.team {
    object-position: 50% 11%;
    min-height: 220px;
    max-height: 250px;
  }

  .cover-image.team-details {
    height: 300px;
  }

  .cover-image.brand-right-image, .cover-image.brand-center-image {
    height: 320px;
  }

  .cover-image.achievement {
    height: 250px;
  }

  .cover-image.credibility {
    height: 100px;
  }

  .cover-image.member {
    height: 280px;
  }

  .cover-image.stratix {
    height: 160px;
    min-height: auto;
  }

  .cover-image.story-left {
    object-fit: cover;
  }

  .cover-image.services {
    height: 250px;
  }

  .cover-image.project-work {
    object-position: 50% 50%;
    height: 250px;
  }

  .cover-image.commentator {
    width: 40px;
    height: 40px;
  }

  .cover-image.blogs, .cover-image.blogs-bottom {
    height: 250px;
  }

  .cover-image.services-image {
    height: 300px;
  }

  .cover-image.mini {
    min-height: auto;
  }

  .service-content-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-collection-list-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .service-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .empty-state {
    padding: 10px;
  }

  .service-details-layout, .rich-text-layout, .more-service-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .button-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .project-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-element-box {
    max-height: none;
  }

  .project-collection-list-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-category-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .project-details-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-details-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .project-info-box {
    flex-flow: wrap;
  }

  .more-projects-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .more-project-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .blogs-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .mini-info-box-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .blog-details-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-details-heading-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .author-image {
    object-fit: cover;
    width: 50px;
    height: 50px;
  }

  .more-blogs-layout, .team-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-details-box {
    max-width: none;
  }

  .team-info-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .team-collection-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .team-collection-list {
    flex-flow: column;
    display: flex;
  }

  .team-details-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .team-details-top, .team-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .team-info-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .price-plan-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .info-bottom-wrap {
    flex-flow: wrap;
  }

  .price-box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .price-tab-menu-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .tab-two.w--current {
    padding-left: 16px;
    padding-right: 16px;
  }

  .product-details-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .product-details-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .product-left-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .product-left-top-wrap, .product-left-center-wrap {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .brand-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .brand-bottom {
    align-items: stretch;
    display: flex;
  }

  .brand-left-info-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    min-height: 200px;
  }

  .brand-left-top {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: center;
    flex-flow: column;
    order: 9999;
    justify-content: flex-start;
    align-items: center;
  }

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

  .brand-right {
    order: 9999;
    width: 100%;
  }

  .scrolling-line.current {
    width: 100px;
  }

  .purpose-layout, .purpose-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .purpose-right {
    grid-template-columns: 1fr;
  }

  .purpose-right-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .purpose-counter-text-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .purpose-right-info-box {
    flex-flow: row;
  }

  .right-box-text-wrap {
    max-width: none;
  }

  .purpose-icon {
    width: 20px;
    height: 20px;
  }

  .achievement-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .achievement-heading-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .achievement-bottom {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .achievement-info-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .credibility-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .credibility-info-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .credibility-info-right {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .members-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .members-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .credibility-heading-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .members-heading-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .member-details-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .member-info-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-icon-wrap {
    flex-flow: row;
  }

  .member-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .stratix-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .starix-bottom {
    grid-template-columns: 1fr;
  }

  .big-text.text-center {
    font-size: 38px;
  }

  .stratix-button-wrap {
    flex-flow: column;
  }

  .story-layout, .story-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .story-right {
    grid-template-columns: 1fr;
  }

  .story-text {
    font-size: 38px;
  }

  .story-heading-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .story-heading-wrap.white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .story-right-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .story-image-slider {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .image-holder.one {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .story-right-slider.mobile-hide {
    display: none;
  }

  .story-left-content {
    grid-template-columns: 1fr;
  }

  .story-left-top {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .left-text-box {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .home-service-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-services-heading-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .services-animated-text-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .more-service-button-wrap {
    margin-top: 10px;
  }

  .project-work-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-work-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .project-work-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .project-work-content-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
    position: static;
  }

  .project-work-details-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .project-work-details-wrap.land-hide {
    border-radius: 8px;
    max-width: none;
    position: static;
  }

  .project-bottom-details-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .project-box-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .project-work-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .results-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .result-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 0;
    display: flex;
  }

  .result-bottom {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: -30px;
    display: flex;
  }

  .result-center {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .result-box-content {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .result-box-content.one, .result-box-content.two, .result-box-content.three, .result-box-content.four {
    padding: 12px;
  }

  .inside-box-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: none;
  }

  .client-feedback-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .feedback-heading-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .feedback-info-wrap {
    grid-template-columns: 1fr;
  }

  .feedback-box-comment-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .feedback-content-wrap {
    min-height: 200px;
  }

  .comment-top-layout {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .comment-bottom-layout {
    justify-content: flex-start;
    align-items: center;
  }

  .comment-bottom-layout.comment {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

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

  .home-blogs-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .home-blogs-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-blogs-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .blogs-bottom-layout {
    width: 100%;
  }

  .blogs-top-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .top-blogs-details-wrap {
    justify-content: center;
    align-items: center;
  }

  .blogs-logo-info-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    order: -9999;
    justify-content: center;
    align-items: flex-start;
  }

  .blogs-bottom-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
  }

  .blogs-bottom-logo-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .bottom-blogs-details-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .bottom-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
  }

  .license-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .collection-list-wrap {
    flex-flow: column;
    display: flex;
  }

  .border-color-wrap.top, .border-color-wrap.bottom {
    width: 40px;
    height: 40px;
  }

  .shipping-method {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding: 20px;
  }

  .shipping-info-box {
    margin-left: 12px;
  }

  .member-current-link {
    display: none;
  }

  .image-text-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-text-wrap.one {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-text-wrap.two, .image-text-wrap.three {
    flex-flow: column;
    display: flex;
  }

  .banner-image-box-wrap {
    min-height: 160px;
  }

  .mini-image-slider {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .mini-overlay-box {
    display: none;
  }

  .service-content-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .starix-slider-wrap {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: 160px;
  }

  .faq-text {
    white-space: pre-wrap;
  }

  .play-icon {
    width: 22px;
    height: 25px;
  }
}

#w-node-_7e41474e-78c0-6634-ef68-a80792d1018f-5973c338, #w-node-_37e07495-f085-dbf4-76ec-125fadb1ba70-adb1ba31, #w-node-_2f27c78f-d993-8748-7654-0240a7a217c6-5973c36f, #w-node-_031ac25d-ec11-1d80-869f-9a3e557b6eed-5973c36f, #w-node-_994ac0c1-1a3f-3de7-5085-fdba4a93d56f-5973c36f, #w-node-_04367718-18e4-1ce8-a5e0-a064bc01ae0c-5973c36f, #w-node-f64f653a-ec80-0167-404a-a13501ddd540-5973c36f, #w-node-ac3514e9-5644-e4a7-0bf9-8a2e4ea51744-5973c39f, #w-node-f45524ac-f890-b7ef-5354-ec53de51aafd-5973c3a0, #w-node-_1af6c71d-059b-6e67-7ef7-78a09fe60c8c-5973c3a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d65c0866-6cd8-abdb-a417-28da3f36423b-5973c3a5 {
  justify-self: end;
}

#w-node-_2d8ee2d7-8b55-3c98-0190-ebf89ef6bb14-5973c3a6, #w-node-_8ab40cd0-eaa5-e501-03b1-4c3eecb144eb-5973c3aa, #w-node-_57321623-7552-9045-975d-db7582d7f72a-5973c3b1, #w-node-_7635a949-5762-5e4a-64a6-cc3b648c1d8b-5973c3b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_17dbe4eb-5a1e-0e89-7f49-9e4902d46989-5973c38b, #w-node-c03038d7-89a8-35b0-5142-68132be51204-5973c3af {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f282c55b-ae03-3935-e016-6cc5946c1912-5973c338 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f4f9b7fb-70ab-0262-f3b4-a2be185bcb12-5973c36f {
    order: 9999;
  }

  #w-node-_6ab31c93-abe0-66f8-bea4-1f28258b3e2d-5973c36f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f4419163-64ec-a451-55f0-0b6889171584-5973c36f, #w-node-_031ac25d-ec11-1d80-869f-9a3e557b6ef4-5973c36f, #w-node-_994ac0c1-1a3f-3de7-5085-fdba4a93d576-5973c36f, #w-node-_04367718-18e4-1ce8-a5e0-a064bc01ae13-5973c36f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d3332a37-28b8-0ab1-931a-b57ae2001946-5973c338 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48eebcdd-59cd-64ab-6d87-6d01c64c616d-5973c338, #w-node-bdc00e28-e8cf-9d84-5c76-b86bbe114a3d-5973c338 {
    order: 9999;
  }
}


