:root {
  --white-smoke: whitesmoke;
  --_font-typography---font-family--primary-font: Poppins, sans-serif;
  --secondary-clr: #212121;
  --_font-sizing---body--text-sm: 16px;
  --_font-typography---line-height--line-height-normal: 150%;
  --_font-typography---font-weight--font-weight-regular: 400;
  --_font-sizing---heading--heading-xxl: 56px;
  --_font-typography---line-height--line-height-tight-md: 117.857%;
  --_font-typography---font-weight--font-weight-semi-bold: 600;
  --_letter-spacing---ls-xxl: -2.24px;
  --_font-sizing---heading--heading-lg: 48px;
  --_font-typography---line-height--line-height-heading: 120.833%;
  --_letter-spacing---ls-xl: -1.92px;
  --_font-sizing---heading--heading-md: 36px;
  --_font-typography---line-height--line-height-sm: 127.778%;
  --_letter-spacing---ls-wider: -1.44px;
  --_font-sizing---heading--heading-sm: 32px;
  --_font-typography---line-height--line-height-body: 131.25%;
  --_letter-spacing---ls-wide: -1.28px;
  --_font-sizing---heading--heading-xs: 28px;
  --_font-typography---line-height--line-height-md-relaxed: 135.714%;
  --_letter-spacing---ls-md-wide: -1.12px;
  --_font-sizing---heading--heading-xxs: 22px;
  --_font-typography---line-height--line-height-relaxed: 145.455%;
  --_letter-spacing---ls-md-tight: -.88px;
  --dark-70: #212121b3;
  --_letter-spacing---ls-tighter: -.32px;
  --transparent: transparent;
  --_spacing---space-md: 20px;
  --white: white;
  --primary-clr: #2F6BFF;
  --_radius---radius-xl: 62px;
  --black: black;
  --_font-typography---font-weight--font-weight-medium: 500;
  --_spacing---padding--pd-section-lg: 100px;
  --_spacing---padding--pd-xxl: 96px;
  --_spacing---padding--pd-xl: 92px;
  --_radius---radius-xs: 12px;
  --dark-12: #2121211f;
  --_spacing---space-4xl: 80px;
  --_spacing---space-lg-md: 36px;
  --_font-typography---line-height--line-height-comfortable: 157.143%;
  --_letter-spacing---ls-md: -.96px;
  --_font-typography---font-weight--font-weight-light: 300;
  --_font-sizing---body--text-xs: 14px;
  --_spacing---padding--pd-lg: 60px;
  --_spacing---padding--pd-md: 48px;
  --_radius---radius-sm: 16px;
  --_spacing---space-md-lg: 24px;
  --_font-sizing---body--text-xl: 24px;
  --_font-typography---line-height--line-height-md: 133.333%;
  --_font-typography---line-height--line-height-tight: 114.286%;
  --_spacing---space-xxs: 8px;
  --_spacing---padding--pd-tiny: 12px;
  --_radius---radius-md: 20px;
  --_spacing---space-xl: 40px;
  --_spacing---space-lg-alt: 32px;
  --_font-sizing---heading--heading-xl: 52px;
  --_font-typography---line-height--line-height-tight-lg: 119.231%;
  --_font-typography---line-height--line-height-loose: 171.429%;
  --_letter-spacing---ls-tightest: -.28px;
  --_font-sizing---body--text-lg: 20px;
  --_letter-spacing---ls-compact: -.8px;
  --_spacing---space-md-alt: 22px;
  --_spacing---space-lg: 30px;
  --_spacing---space-xl-alt: 45px;
  --_spacing---space-3xl: 60px;
  --_spacing---space-xs: 12px;
  --_spacing---padding--pd-xs-lg: 32px;
  --_font-sizing---body--display-sm: 40px;
  --_font-typography---line-height--line-height-none: 100%;
  --_letter-spacing---ls-widest: -1.6px;
  --_font-sizing---body--text-md: 18px;
  --_font-typography---line-height--line-height-relaxed-md: 155.556%;
  --_letter-spacing---ls-tight: -.36px;
  --_spacing---padding--pd-xs: 24px;
  --_spacing---space-sm-alt: 17px;
  --_font-typography---line-height--line-height-body-tight: 128.571%;
  --_spacing---space-3xl-alt: 68px;
  --_font-sizing---body--display-lg: 102px;
  --_letter-spacing---ls-xxxl: -4.08px;
  --_font-typography---line-height--line-height-relaxed-lg: 166.667%;
  --_spacing---padding--pd-md-lg: 52px;
  --_spacing---space-sm: 16px;
  --_spacing---padding--pd-xxs: 20px;
  --_spacing---padding--pd-sm: 37px;
  --_spacing---padding--pd-sm-md: 40px;
  --_spacing---space-2xl-alt: 70px;
  --_spacing---space-3xl-md: 64px;
  --_font-typography---line-height--line-height-lg: 140%;
  --gray-light: #e4e4e4;
  --_font-typography---line-height--line-height-lg-relaxed: 144.444%;
  --_spacing---space-5xl: 50px;
  --_font-typography---font-weight--font-weight-bold: 700;
  --_spacing---space-2xl: 52px;
  --_font-typography---font-weight--font-weight-extra-bold: 800;
  --dark-16: #21212129;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--white-smoke);
  font-family: var(--_font-typography---font-family--primary-font);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-regular);
  bottom: 18px;
}

h1 {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xxl);
  line-height: var(--_font-typography---line-height--line-height-tight-md);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-xxl);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-size: var(--_font-sizing---heading--heading-lg);
  line-height: var(--_font-typography---line-height--line-height-heading);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-xl);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-size: var(--_font-sizing---heading--heading-md);
  line-height: var(--_font-typography---line-height--line-height-sm);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-wider);
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: var(--_font-typography---line-height--line-height-body);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-wide);
  margin-top: 0;
  margin-bottom: 0;
}

h5 {
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-md-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
  margin-top: 0;
  margin-bottom: 0;
}

h6 {
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
  margin-top: 0;
  margin-bottom: 0;
}

p {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar {
  background-color: #ffffff;
  position: fixed;
  inset: 0% 0% auto;
}

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

.nav-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.nav-logo-link {
  flex: none;
}

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

.nav-menu-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  mix-blend-mode: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.nav-menu-link:hover {
  color: #929292;
}

.nav-menu {
  width: 100%;
  max-width: 635px;
}

.nav-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.nav-button-wrap.responsive-on {
  display: none;
}

.primary-button {
  z-index: 1;
  grid-column-gap: 16px;
  border: 1px solid var(--primary-clr);
  border-radius: var(--_radius---radius-xl);
  background-color: var(--primary-clr);
  color: var(--black);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 6px 6px 24px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.primary-btn-arrow-wrapper {
  border: 1px solid var(--primary-clr);
  background-color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.primary-btn-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn-text._02 {
  position: absolute;
}

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

.primary-btn-arrow._02 {
  position: absolute;
}

.section {
  padding-top: var(--_spacing---padding--pd-section-lg);
  padding-bottom: var(--_spacing---padding--pd-section-lg);
}

.section.style-guide, .section.hero {
  padding-top: var(--_spacing---padding--pd-xxl);
}

.section.pd-top-0, .section.faq {
  padding-top: 0;
}

.section.about-banner {
  padding-top: var(--_spacing---padding--pd-xl);
  padding-bottom: 110px;
}

.section.about {
  padding-top: 0;
  overflow: clip;
}

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

.section.services {
  padding-top: var(--_spacing---padding--pd-xxl);
  padding-bottom: var(--_spacing---padding--pd-xl);
}

.section.inner-banner {
  padding-top: var(--_spacing---padding--pd-xl);
  padding-bottom: 0;
}

.section.projects-single {
  padding-top: var(--_spacing---padding--pd-xxl);
  padding-bottom: var(--_spacing---padding--pd-xl);
}

.section.blog {
  padding-top: 94px;
}

.section.licenses {
  padding-top: 91px;
  padding-bottom: 81px;
}

.section.hero-v2 {
  padding-top: var(--_spacing---padding--pd-xxl);
}

.section.work-v2 {
  overflow: hidden;
}

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

.section.preview {
  padding-top: var(--_spacing---padding--pd-xxl);
}

.section.demo {
  padding-top: 0;
  padding-bottom: 97px;
}

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

.box-wrapper {
  z-index: 1;
  border-radius: var(--_radius---radius-xs);
  background-color: var(--white);
  padding: 100px 60px;
  position: relative;
  overflow: hidden;
}

.box-wrapper.style-guide-pd {
  padding-left: 40px;
  padding-right: 40px;
}

.box-line {
  z-index: -1;
  background-color: var(--dark-12);
  width: 1px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.box-line.right {
  right: 324px;
}

.box-line.middle {
  right: 50%;
}

.box-line.left {
  inset: 0% auto 0% 324px;
}

.box-line.services-line {
  bottom: 300px;
}

.box-line.short {
  height: 800px;
}

.box-title-wrapper {
  margin-right: auto;
  margin-bottom: var(--_spacing---space-4xl);
  grid-row-gap: var(--_spacing---space-lg-md);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 487px;
  margin-left: auto;
  display: flex;
}

.sub-title-wrap {
  grid-column-gap: 8px;
  border: 1px solid var(--dark-12);
  background-color: var(--white);
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 3px 16px;
  display: inline-flex;
}

.sub-title-wrap:where(.w-variant-d46382f4-798e-94b5-d3eb-f0822601b9af) {
  margin-bottom: 24px;
}

.sub-title-wrap:where(.w-variant-7a408d91-2e81-3fdd-53ba-32c93f67d4cb) {
  margin-bottom: 26px;
}

.sub-title-wrap.mb-24, .sub-title-wrap.blog-sub-title {
  margin-bottom: 24px;
}

.sub-title-dot {
  background-color: var(--primary-clr);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.sub-title {
  line-height: var(--_font-typography---line-height--line-height-comfortable);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  text-transform: uppercase;
}

.inner-box-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-lg);
  line-height: var(--_font-typography---line-height--line-height-comfortable);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md);
  text-transform: uppercase;
}

.inner-box-title-span {
  font-weight: var(--_font-typography---font-weight--font-weight-light);
}

.regular-text {
  color: var(--black);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.regular-text.text-clr {
  color: var(--secondary-clr);
}

.regular-text.mb-20, .regular-text.faq-details-mb {
  margin-bottom: var(--_spacing---space-md);
}

.style-guide-wrap {
  padding: var(--_spacing---padding--pd-lg) var(--_spacing---padding--pd-md);
  grid-column-gap: 50px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-sm);
  background-color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.style-guide-content {
  grid-row-gap: var(--_spacing---space-md-lg);
  flex-flow: column;
  display: flex;
}

.style-guide-left {
  flex: none;
}

.style-guide-number {
  margin-bottom: var(--_spacing---space-md-lg);
  font-size: var(--_font-sizing---body--text-xl);
  line-height: var(--_font-typography---line-height--line-height-md);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
}

.style-guide-left-title {
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-tight);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
}

.style-guide-right {
  width: 100%;
  max-width: 740px;
}

.style-guide-right-content.mb {
  margin-bottom: var(--_spacing---space-4xl);
}

.style-guide-right-sub-title {
  margin-bottom: var(--_spacing---space-md-lg);
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
}

.style-guide-color-grid {
  grid-column-gap: var(--_spacing---space-xxs);
  grid-row-gap: var(--_spacing---space-xxs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.style-guide-color-box {
  padding: 89px var(--_spacing---padding--pd-tiny) var(--_spacing---padding--pd-tiny);
  border-radius: var(--_radius---radius-md);
}

.style-guide-color-box.one {
  background-color: var(--primary-clr);
}

.style-guide-color-box.two {
  background-color: var(--white-smoke);
}

.style-guide-color-box.three {
  border: 1px solid var(--dark-12);
  background-color: var(--white);
}

.style-guide-color-box.four {
  border: 1px solid var(--dark-12);
  background-color: var(--secondary-clr);
}

.style-guide-color-box.five {
  grid-column-gap: 4px;
  background-color: var(--dark-70);
  justify-content: flex-start;
  align-items: flex-end;
  display: inline-flex;
}

.style-guide-color {
  color: var(--white);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-comfortable);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
}

.style-guide-color.is-black {
  color: var(--secondary-clr);
}

.style-guide-color-opacity {
  color: var(--white);
  font-size: 8px;
  line-height: 225%;
}

.style-guide-divider {
  margin-bottom: var(--_spacing---space-xl);
  background-color: var(--dark-12);
  width: 100%;
  height: 1px;
}

.style-guide-typography-title {
  margin-bottom: var(--_spacing---space-lg-alt);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xl);
  line-height: var(--_font-typography---line-height--line-height-tight-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
}

.style-guide-typography-flex {
  grid-row-gap: var(--_spacing---space-lg-alt);
  flex-flow: column;
  display: flex;
}

.small-text {
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-loose);
  letter-spacing: var(--_letter-spacing---ls-tightest);
}

.small-text.text-clr {
  color: var(--secondary-clr);
}

.footer {
  padding-top: 100px;
  padding-bottom: 34px;
}

.footer-menu-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  display: flex;
}

.copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-menu-wrap {
  grid-column-gap: var(--_spacing---space-md-lg);
  grid-row-gap: var(--_spacing---space-md-lg);
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.footer-menu-wrap.responsive-on {
  display: none;
}

.footer-menu-title {
  color: transparent;
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}


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

.footer-menu-link {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-lg);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-compact);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.footer-menu._02 {
  color: var(--secondary-clr);
  position: absolute;
}

.copyright-text {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.copyright-text-link {
  color: var(--primary-clr);
}

.footer-menu-left-wrap {
  grid-column-gap: 200px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-title-wrapper {
  text-align: center;
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  margin-top: var(--_spacing---space-md-alt);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xxl);
  line-height: var(--_font-typography---line-height--line-height-tight-md);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-xl);
  text-transform: uppercase;
}

.hero-title-span {
  font-style: italic;
  font-weight: var(--_font-typography---font-weight--font-weight-light);
}

.hero-details {
  margin-bottom: var(--_spacing---space-lg);
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.hero-slider {
  margin: var(--_spacing---space-xl-alt) auto;
  background-color: var(--transparent);
  background-image: url('../images/Hero-Slider-Bg_1Hero Slider Bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 540px;
  height: auto;
  padding: 6px;
  display: flex;
}

.hero-slider-mask {
  width: 100%;
  overflow: visible;
}

.display-none {
  display: none;
}

.hero-slide {
  margin-right: 38px;
}

.hero-slide-img {
  border-radius: var(--_radius---radius-sm);
  width: 100%;
  height: 100%;
}

.hero-details-wrap {
  text-align: center;
  width: 100%;
  max-width: 641px;
  margin-left: auto;
  margin-right: auto;
}

.about-v1-grid {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-v1-img {
  border-radius: var(--_radius---radius-md);
  width: 100%;
  position: sticky;
  top: 140px;
}

.about-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: var(--_font-typography---line-height--line-height-body);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-wide);
}

.about-title.mb-30 {
  margin-bottom: var(--_spacing---space-lg);
}

.about-v1-title-wrap {
  margin-bottom: var(--_spacing---space-3xl);
}

.about-v1-card-grid {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about-card {
  z-index: 1;
  padding: 38px var(--_spacing---padding--pd-xs-lg) 34px;
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  flex: none;
  width: 100%;
  max-width: 328px;
  margin-right: 60px;
  position: relative;
  overflow: hidden;
}

.about-card.v1 {
  max-width: 100%;
  margin-right: 0;
}

.about-counter-wrapper {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.about-icon-wrap {
  background-color: var(--white-smoke);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.about-icon {
  width: 32px;
  height: 32px;
}

.about-counter-number-wrapper {
  height: var(--_font-sizing---body--display-sm);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7px;
  display: flex;
  overflow: hidden;
}

.about-counter-number-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-counter-number {
  font-size: var(--_font-sizing---body--display-sm);
  line-height: var(--_font-typography---line-height--line-height-none);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-widest);
}

.about-counter-text {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-relaxed-md);
  letter-spacing: var(--_letter-spacing---ls-tight);
  text-transform: capitalize;
}

.about-card-content {
  padding-top: var(--_spacing---padding--pd-xs);
  border-top: 1px solid var(--dark-12);
  margin-top: 119px;
}

.about-card-title {
  margin-bottom: var(--_spacing---space-sm-alt);
  color: var(--black);
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-body-tight);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
  text-transform: capitalize;
}

.about-v1-card-wrap {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  flex-flow: column;
  display: flex;
}

.services-wrapper {
  padding: var(--_spacing---padding--pd-section-lg) var(--_spacing---padding--pd-lg);
  border-radius: var(--_radius---radius-xs);
  background-color: var(--white);
}

.section-title-flex {
  margin-bottom: var(--_spacing---space-3xl-alt);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-title-left.short-width {
  max-width: 456px;
}

.section-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-lg);
  line-height: var(--_font-typography---line-height--line-height-heading);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md);
  text-transform: uppercase;
}

.section-title-span {
  font-style: italic;
  font-weight: var(--_font-typography---font-weight--font-weight-light);
}

.section-title-right {
  width: 100%;
  max-width: 380px;
}

.more-button {
  grid-column-gap: var(--_spacing---space-xs);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.more-btn-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.more-btn-text._02 {
  color: var(--primary-clr);
  text-decoration: underline;
  position: absolute;
}

.more-btn-arrow-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-btn-arrow._02 {
  position: absolute;
}

.services-cl-wrap.bg-white {
  background-color: var(--white);
}

.services-cl.flex-v1 {
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.services-cl.flex {
  border-top: 1px solid var(--dark-12);
  flex-flow: column;
  display: flex;
}

.services-v1-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.services-v1-left {
  grid-column-gap: var(--_spacing---space-md-lg);
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
}

.services-v1-number {
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-wide);
  margin-top: 25px;
  font-style: italic;
  transform: rotate(.064deg);
}

.services-v1-title {
  font-size: var(--_font-sizing---body--display-lg);
  line-height: var(--_font-typography---line-height--line-height-tight-md);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-xxxl);
  text-transform: uppercase;
}

.services-arrow-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services-arrow-v1 {
  width: 27px;
  height: 27px;
}

.services-v1-img-link {
  background-image: url('../images/Services-V1-Img-Link-Bg_1Services V1 Img Link Bg.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  height: 100%;
  min-height: 198px;
  max-height: 198px;
  padding: 3.62px;
  display: flex;
  position: absolute;
  inset: 25px 100px auto auto;
  overflow: hidden;
}

.services-v1-img {
  border-radius: var(--_radius---radius-md);
  object-fit: cover;
  width: 100%;
  max-width: 332px;
  height: 100%;
  max-height: 190px;
}

.services-v1-wrapper {
  color: var(--dark-70);
  width: 100%;
  text-decoration: none;
}

.services-v1-divider-wrapper {
  overflow: hidden;
}

.services-v1-divider-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.services-v1-divider {
  background-color: var(--dark-12);
  width: 100%;
  height: 1px;
}

.section-title-wrapper {
  margin-bottom: var(--_spacing---space-3xl-alt);
  text-align: center;
}

.section-title-wrapper.mb80 {
  margin-bottom: var(--_spacing---space-4xl);
}

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

.project-cl-wrap, .project-cl {
  width: 700px;
}

.project-cl.grid {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-cl-item {
  width: 700px;
}

.project-v1-card {
  width: 100%;
}

.project-v1-img-link {
  z-index: 1;
  border-radius: var(--_radius---radius-md);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-v1-img {
  width: 100%;
}

.project-v1-img-top-wrap {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 32px 32px auto;
}

.project-v1-arrow-wrap {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.project-v1-categories {
  color: var(--white);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  text-transform: uppercase;
  text-decoration: none;
}

.project-v1-categories-wrap {
  z-index: 1;
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 18px 32px;
}

.project-v1-categories-dot {
  background-color: var(--white);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.project-v1-img-overly {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #21212199;
  position: absolute;
  inset: 0%;
}

.project-v1-title-link {
  z-index: 1;
  padding: var(--_spacing---padding--pd-xs);
  border-radius: var(--_radius---radius-sm);
  background-color: var(--white);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-relaxed-lg);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-v1-title {
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-relaxed-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-tight);
  text-transform: uppercase;
}

.project-v1-date {
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-relaxed-lg);
  letter-spacing: var(--_letter-spacing---ls-tight);
}

.project-v1-title-bg {
  z-index: -1;
  border-radius: var(--_radius---radius-sm);
  background-color: var(--primary-clr);
  position: absolute;
  inset: 0%;
}

.testimonials-tabs {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.73fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-menu {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  flex-flow: column;
  display: flex;
}

.testimonials-tabs-link {
  background-color: var(--transparent);
  padding: 0;
}

.testimonials-tabs-link.w--current {
  background-color: var(--transparent);
}

.testimonials-tabs-pane {
  height: 100%;
}

.testimonials-tabs-link-inner {
  width: 100%;
}

.testimonials-author-img {
  border: 1px solid var(--primary-clr);
  border-radius: var(--_radius---radius-md);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonials-author-info {
  padding: var(--_spacing---padding--pd-xs) var(--_spacing---padding--pd-xs) 26px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
}

.testimonials-v1-author-name {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-relaxed-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);

  text-decoration: none;
}

.testimonials-v1-author-bio {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.testimonials-details-wrapper {
  padding: var(--_spacing---padding--pd-lg) var(--_spacing---padding--pd-md-lg);
  grid-row-gap: 92px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.testimonials-icon {
  margin-bottom: var(--_spacing---space-lg-alt);
}

.testimonials-v1-details {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-body-tight);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
}

.testimonials-details-bottom {
  border-top: 1px solid var(--dark-12);
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  display: flex;
}

.testimonials-rating {
  grid-column-gap: var(--_spacing---space-xxs);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.testimonials-img-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.testimonials-author-info-wrap {
  overflow: hidden;
}

.blog-v1-slider {
  background-color: var(--transparent);
  height: auto;
  padding-bottom: 66px;
  overflow: hidden;
}

.blog-v1-mask {
  width: 100%;
  max-width: 416px;
  overflow: visible;
}

.blog-v1-slide {
  margin-right: 40px;
}

.blog-card-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.blog-author-wrap {
  grid-column-gap: var(--_spacing---space-sm);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.blog-author-img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}

.blog-author-name {
  color: var(--black);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-loose);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-tightest);
  text-transform: uppercase;
}

.blog-author-bio {
  color: gray;
  font-size: 12px;
  line-height: 183.333%;
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: -.24px;
}

.blog-cl.grid {
  grid-column-gap: 45px;
  grid-row-gap: 55px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-img-link {
  border-radius: var(--_radius---radius-md);
  width: 100%;
  margin-bottom: 15px;
  text-decoration: none;
  overflow: hidden;
}

.blog-thumbnail {
  width: 100%;
}

.blog-card-title {
  color: var(--black);
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
  width: 100%;
  max-width: 376px;
  text-decoration: none;
  transition: all .4s;
  display: inline-block;
}

.blog-card-title:hover {
  color: var(--primary-clr);
}

.blog-v1-slide-nav {
  font-size: 7px;
}

.blog-v1-slider-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  display: flex;
}

.blog-v1-slider-arrow.left {
  inset: auto auto 17px 568px;
}

.blog-v1-slider-arrow.right {
  inset: auto 568px 18px auto;
}

.faq-section-title-flex {
  margin-bottom: var(--_spacing---space-3xl-alt);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

.faq-tabs-menu {
  grid-column-gap: var(--_spacing---space-xxs);
  grid-row-gap: var(--_spacing---space-xxs);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.faq-tabs-link {
  padding: var(--_spacing---padding--pd-xxs) var(--_spacing---padding--pd-xxs) var(--_spacing---padding--pd-xxs) 34px;
  grid-column-gap: 20px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--transparent);
  color: var(--secondary-clr);
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.faq-tabs-link.w--current {
  background-color: var(--primary-clr);
  color: var(--white);
}

.faq-quotation {
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-relaxed-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-tight);
}

.faq-icon-wrap {
  background-color: var(--white-smoke);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: relative;
}

.faq-icon._02 {
  position: absolute;
}

.faq-tabs-pane {
  width: 100%;
  height: 100%;
}

.faq-ans-wrapper {
  padding: var(--_spacing---padding--pd-sm) var(--_spacing---padding--pd-sm-md);
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  width: 100%;
  height: 100%;
}

.faq-title {
  margin-bottom: var(--_spacing---space-sm-alt);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-sm);
  letter-spacing: var(--_letter-spacing---ls-wide);
  text-transform: capitalize;
}

.faq-title-wrap {
  margin-bottom: var(--_spacing---space-xl-alt);
}

.faq-divider {
  background-color: var(--dark-12);
  width: 100%;
  height: 1px;
}

.faq-ans {
  margin-bottom: var(--_spacing---space-xl);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  width: 100%;
  max-width: 442px;
}

.about-banner-title-wrap {
  margin-right: auto;
  margin-bottom: var(--_spacing---space-4xl);
  text-align: center;
  width: 100%;
  max-width: 595px;
  margin-left: auto;
}

.about-banner-title {
  margin-top: 22px;
  margin-bottom: var(--_spacing---space-sm);
  text-transform: uppercase;
}

.about-banner-title-span {
  font-style: italic;
  font-weight: var(--_font-typography---font-weight--font-weight-light);
  letter-spacing: var(--_letter-spacing---ls-xxl);
}

.about-banner-details {
  margin-right: auto;
  margin-bottom: var(--_spacing---space-lg);
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  max-width: 573px;
  margin-left: auto;
}

.about-banner-img-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 226px 1fr 226px;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-banner-side-img {
  border-radius: var(--_spacing---padding--pd-xxs);
  width: 100%;
}

.about-banner-img-wrap {
  background-image: url('../images/About-Banner-Bg-Shape_1About Banner Bg Shape.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 6px;
}

.about-banner-img {
  border-radius: var(--_radius---radius-sm);
  width: 100%;
}

.about-section-title-flex {
  margin-bottom: var(--_spacing---space-2xl-alt);
  grid-column-gap: var(--_spacing---space-lg);
  grid-row-gap: var(--_spacing---space-lg);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.about-section-title-left {
  max-width: 634px;
}

.about-card-wrapper {
  height: 200vh;
  position: relative;
}

.about-card-wrap {
  display: flex;
  position: sticky;
  top: 140px;
}

.about-card-hover-bg {
  z-index: -1;
  border-radius: var(--_radius---radius-md);
  background-color: var(--primary-clr);
  position: absolute;
  inset: 0%;
}

.values-tabs {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.425fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.values-tabs-menu {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  flex-flow: column;
  display: flex;
}

.values-tabs-link {
  padding: var(--_spacing---padding--pd-xs);
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--transparent);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  text-align: center;
  text-decoration: none;
}

.values-tabs-link.w--current {
  background-color: var(--primary-clr);
  color: var(--white);
}

.values-img-wrap {
  border-radius: var(--_radius---radius-md);
  position: relative;
  overflow: hidden;
}

.values-img {
  width: 100%;
}

.values-description-wrap {
  border-radius: var(--_radius---radius-sm);
  background-color: var(--white);
  text-align: center;
  padding: 31px 93px 34px;
  position: absolute;
  inset: auto 12px 12px;
}

.values-description-wrap._01 {
  padding-left: 85px;
  padding-right: 85px;
}

.values-description-title {
  margin-bottom: var(--_spacing---space-sm-alt);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
}

.testimonials-card-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonials-card {
  padding: var(--_spacing---padding--pd-sm-md) var(--_spacing---padding--pd-xxs);
  grid-row-gap: 56px;
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.testimonials-card.border {
  border: 1px solid var(--dark-12);
}

.testimonials-card-details {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-lg);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-compact);
}

.testimonials-card-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonials-author-name {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
}

.testimonials-author-bio {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-comfortable);
}

.testimonials-quote-wrap {
  z-index: 1;
  background-color: var(--primary-clr);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-quote {
  width: 26px;
}

.testimonials-quote._02 {
  z-index: -1;
  position: absolute;
}

.top-title-wrap {
  text-align: center;
  width: 100%;
  max-width: 487px;
  margin-left: auto;
  margin-right: auto;
}

.top-title-wrap.margin-bottom {
  margin-bottom: 74px;
}

.top-details {
  margin-top: var(--_spacing---space-sm-alt);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.services-top-wrapper {
  margin-bottom: 90px;
}

.services-main-img {
  margin-bottom: var(--_spacing---space-2xl-alt);
  border-radius: var(--_radius---radius-md);
  width: 100%;
}

.services-quote {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-md);
  line-height: var(--_font-typography---line-height--line-height-sm);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
}

.services-item {
  border-bottom: 1px solid var(--dark-12);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 31px;
  padding-bottom: 32px;
  display: flex;
}

.services-left {
  grid-column-gap: 124px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 573px;
  display: flex;
}

.services-arrow {
  background-color: var(--white-smoke);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.services-arrow-img._02 {
  position: absolute;
}

.services-left-content {
  width: 100%;
  max-width: 413px;
}

.services-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-md-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
  text-decoration: none;
  transition: color .4s;
  display: inline-block;
}

.services-title:hover {
  color: var(--primary-clr);
}

.services-details-wrap {
  margin-top: var(--_spacing---space-lg-md);
}

.services-categories-wrap {
  grid-column-gap: var(--_spacing---space-xxs);
  grid-row-gap: var(--_spacing---space-xxs);
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
  display: inline-flex;
}

.services-categories {
  background-color: var(--white-smoke);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-comfortable);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-tightest);
  text-transform: capitalize;
  border-radius: 40px;
  padding: 3px 12px;
}

.services-right {
  border-radius: var(--_radius---radius-md);
  width: 100%;
  max-width: 332px;
  overflow: hidden;
}

.services-img {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  
}

.services-details-wrapper {
  overflow: hidden;
}

.services-rich-text {
  width: 100%;
  max-width: 861px;
}

.services-rich-text h3 {
  margin-bottom: var(--_spacing---space-md);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-md-relaxed);
}

.services-rich-text p {
  margin-bottom: var(--_spacing---space-xl-alt);
}

.services-rich-text ol {
  grid-row-gap: 27px;
  flex-flow: column;
  margin-bottom: 45px;
  padding-left: 20px;
  display: flex;
}

.services-rich-text li {
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.project-img-wrap {
  margin-bottom: var(--_spacing---space-xs);
  border-radius: var(--_radius---radius-md);
  position: relative;
  overflow: hidden;
}

.project-img {
  width: 100%;
}

.project-single-icon {
  position: absolute;
  inset: 32px auto auto 32px;
}

.project-meta-wrapper {
  margin-bottom: var(--_spacing---space-4xl);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 54px 120px;
  display: grid;
}

.project-meta-label {
  margin-bottom: var(--_spacing---space-xxs);
  font-size: var(--_font-sizing---body--text-md);
  line-height: 144.444%;
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  text-transform: uppercase;
}

.project-meta-value {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-lg);
  line-height: var(--_font-typography---line-height--line-height-lg);
  letter-spacing: var(--_letter-spacing---ls-compact);
}

.project-tabs {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 1156px;
  margin-bottom: 72px;
  display: grid;
}

.project-tabs-menu {
  grid-row-gap: 44px;
  flex-flow: column;
  display: flex;
}

.project-tabs-link {
  background-color: var(--transparent);
  padding: 0;
}

.project-tabs-link.w--current {
  background-color: var(--transparent);
}

.project-tabs-dot {
  background-color: var(--gray-light);
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
}

.project-tabs-title {
  grid-column-gap: 22px;
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-body-tight);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.project-tabs-details-wrap {
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  padding: 41px 87px 43px 52px;
}

.project-single-img-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 280px 1fr 280px;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-single-img {
  border-radius: var(--_radius---radius-md);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-single-title {
  margin-bottom: var(--_spacing---space-3xl-alt);
  font-size: var(--_font-sizing---heading--heading-lg);
  line-height: var(--_font-typography---line-height--line-height-heading);
  letter-spacing: var(--_letter-spacing---ls-xl);
  width: 100%;
  max-width: 819px;
}

.blog-main-img {
  margin-bottom: var(--_spacing---space-2xl-alt);
  border-radius: var(--_radius---radius-md);
  width: 100%;
}

.blog-rich h3 {
  margin-bottom: var(--_spacing---space-md);
  font-size: var(--_font-sizing---heading--heading-sm);
}

.blog-rich p {
  margin-bottom: var(--_spacing---space-lg);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.blog-rich ul {
  margin-bottom: var(--_spacing---space-lg);
  grid-row-gap: 2px;
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  flex-flow: column;
  padding-left: 30px;
  display: flex;
}

.blog-single-img-wrap {
  margin-top: 44px;
  margin-bottom: var(--_spacing---space-2xl-alt);
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single-img {
  border-radius: var(--_radius---radius-md);
  width: 100%;
}

.contact-wrapper {
  grid-column-gap: 60px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 73px 81px 80px 60px;
  display: grid;
}

.contact-left-icon {
  margin-bottom: 12px;
}

.contact-left-title {
  margin-bottom: var(--_spacing---space-xl);
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: 181.25%;
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  text-transform: capitalize;
}

.contact-left-img {
  border-radius: var(--_radius---radius-md);
  width: 100%;
}

.contact-right-title {
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-lg-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-tight);
  margin-bottom: 18px;
}

.contact-tag-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 63px;
  display: flex;
}

.contact-tag {
  background-color: var(--white-smoke);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-comfortable);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  border-radius: 48px;
  padding: 5px 16px;
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-label {
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-lg-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-tight);
  margin-bottom: 0;
}

.contact-right-title-span, .contact-label-span {
  color: var(--primary-clr);
}

.contact-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-12);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  height: 18px;
  margin-bottom: 0;
  padding: 0;
}

.contact-field:focus {
  border-bottom-color: var(--primary-clr);
}

.contact-form-item-wrap {
  margin-bottom: var(--_spacing---space-xl);
  grid-row-gap: var(--_spacing---space-sm-alt);
  flex-flow: column;
  display: flex;
}

.contact-text-area-box {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--dark-12);
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 64px;
  min-height: 64px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 0;
}

.contact-text-area-box:focus {
  border-bottom-color: var(--primary-clr);
}

.submit-button {
  background-color: var(--primary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  background-image: url('../images/Submit-Button-Arrow.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 62px;
  padding: 12px 56px 12px 24px;
  transition: all .4s;

  color: #212121; /* font color black */
}

.submit-button:hover {
  background-color: var(--dark-70);
}

.pp-section {
  padding-top: var(--_spacing---padding--pd-xxl);
  padding-bottom: var(--_spacing---padding--pd-xl);
  margin-bottom: 0;
}

.pp-wrapper {
  padding: var(--_spacing---padding--pd-lg);
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  text-align: center;
}

.pp-icon-wrap {
  margin-right: auto;
  margin-bottom: var(--_spacing---space-lg);
  background-color: var(--primary-clr);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: auto;
  display: flex;
}

.pp-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: var(--_font-typography---line-height--line-height-body);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-wide);
  margin-bottom: 19px;
}

.pp-title-wrap {
  width: 100%;
  max-width: 546px;
  margin-bottom: 74px;
  margin-left: auto;
  margin-right: auto;
}

.pp-field {
  border: 1px solid var(--white-smoke);
  border-radius: var(--_radius---radius-xl);
  background-color: var(--white-smoke);
  color: var(--black);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-loose);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-tightest);
  width: 100%;
  height: 46px;
  margin-bottom: 24px;
  padding: 11px 32px;
}

.pp-field:focus {
  border: 1px solid var(--primary-clr);
}

.pp-field::placeholder {
  color: var(--dark-70);
}

.pp-button {
  background-color: var(--primary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_letter-spacing---ls-tighter);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  border-radius: 100px;
  width: 100%;
  padding: 12px;
}

._404-wrapper {
  text-align: center;
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}

._404-img {
  margin-bottom: var(--_spacing---space-lg-alt);
}

._404-details {
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  width: 100%;
  max-width: 608px;
  margin: 17px auto 30px;
}

.licenses-top-title-wrap {
  text-align: center;
  width: 100%;
  max-width: 772px;
  margin-left: auto;
  margin-right: auto;
}

.licenses-wrapper {
  z-index: 1;
  position: relative;
}

.licenses-grid {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  grid-template-rows: auto;
  grid-template-columns: 2.688fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licenses-left.grid {
  grid-column-gap: var(--_spacing---space-md-lg);
  grid-row-gap: var(--_spacing---space-md-lg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licenses-label {
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
  text-transform: capitalize;
}

.licenses-label.responsive-on {
  display: none;
}

.licenses-right {
  grid-column-gap: var(--_spacing---space-md);
  grid-row-gap: var(--_spacing---space-md);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licenses-divider {
  background-color: var(--dark-12);
  width: 100%;
  height: 1px;
}

.licenses-divider._01 {
  margin-top: 24px;
  margin-bottom: 40px;
}

.licenses-divider._02 {
  margin-top: var(--_spacing---space-3xl);
  margin-bottom: var(--_spacing---space-md);
}

.licenses-img {
  border-radius: var(--_radius---radius-sm);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.licenses-img-wrap {
  grid-column-gap: var(--_spacing---space-md-lg);
  grid-row-gap: var(--_spacing---space-md-lg);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licenses-right-inner {
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.licenses-link {
  color: var(--primary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  transition: all .4s;
}

.licenses-link:hover {
  color: var(--dark-70);
}

.licenses-source {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  text-decoration: none;
  transition: all .4s;
}

.licenses-source:hover {
  color: var(--primary-clr);
}

.licenses-font-name {
  font-size: var(--_font-sizing---heading--heading-md);
  line-height: var(--_font-typography---line-height--line-height-sm);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-wider);
  margin-bottom: 15px;
}

.licenses-font {
  color: var(--secondary-clr);
  font-size: 128px;
  line-height: var(--_font-typography---line-height--line-height-none);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: -5.12px;
}

.changelog-wrapper {
  width: 100%;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
}

.changelog-wrap {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3.475fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.changelog-left {
  border-right: 1px solid var(--dark-12);
  position: relative;
}

.changelog-left-title {
  font-size: var(--_font-sizing---body--text-lg);
  line-height: var(--_font-typography---line-height--line-height-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-compact);
  margin-top: -7px;
}

.changelog-right {
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  margin-bottom: 60px;
  padding: 43px 106px 45px 48px;
}

.changelog-right.last {
  margin-bottom: 0;
}

.changelog-right-title {
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
  margin-bottom: 10px;
}

.changelog-list {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.changelog-list-item {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-lg-relaxed);
  letter-spacing: var(--_letter-spacing---ls-tight);
}

.changelog-left-dot {
  background-color: var(--primary-clr);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: 0 -6px auto auto;
}

.pricing-cl.flex {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.pricing-card {
  grid-column-gap: 50px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1.49fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 81px 60px;
  display: grid;
}

.pricing-card-left {
  grid-column-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.622fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.pricing-card-title {
  color: var(--dark-70);
  font-size: var(--_font-sizing---body--text-lg);
  line-height: var(--_font-typography---line-height--line-height-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-compact);
  margin-bottom: 1px;
}

.pricing-card-price {
  letter-spacing: -5.76px;
  font-size: 72px;
  line-height: 136.111%;
}

.pricing-list {
  grid-row-gap: var(--_spacing---space-sm);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-list-item {
  grid-column-gap: var(--_spacing---space-xs);
  font-size: var(--_font-sizing---body--text-lg);
  line-height: var(--_font-typography---line-height--line-height-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-compact);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-list-dot {
  background-color: var(--primary-clr);
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
}

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

.pricing-card-img-wrap {
  z-index: 1;
  border-right: 1px dashed var(--dark-12);
  justify-content: center;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.pricing-card-img {
  max-height: 190px;
}

.pricing-card-img._02 {
  z-index: -1;
  position: absolute;
}

.pricing-card-button {
  flex: none;
}

.pricing-single-name-wrap {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-single-card {
  margin-bottom: var(--_spacing---space-2xl-alt);
  border: 1px solid var(--dark-12);
  border-radius: var(--_spacing---space-md);
  background-color: var(--white);
  padding: 56px 60px 53px;
}

.pricing-single-card-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.add-to-cart-button {
  background-color: var(--primary-clr);
  color: var(--white);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-comfortable);
  letter-spacing: var(--_letter-spacing---ls-tightest);
  background-image: url('../images/Ato-Cardt-Arrow.svg');
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  padding: 0 10px 0 0;
}

.default-state {
  margin-bottom: 0;
}

.pricing-single-card-bottom {
  margin-top: var(--_spacing---space-xl);
  padding-top: var(--_spacing---space-5xl);
  border-top: 1px dashed var(--dark-12);
}

.pricing-features-title {
  margin-bottom: var(--_spacing---space-lg-alt);
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: var(--_font-typography---line-height--line-height-body);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-wide);
}

.pricing-single-list {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.pricing-rich h3 {
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: var(--_font-typography---line-height--line-height-body);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-wide);
  margin-bottom: 19px;
}

.pricing-rich p {
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  margin-bottom: 27px;
}

.pricing-rich ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.pricing-rich li {
  background-image: url('../images/Pricing-List-Icon.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 16px;
}

.services-button-wrap {
  margin-top: var(--_spacing---space-3xl);
  text-align: center;
}

.project-slider {
  background-color: var(--transparent);
  height: auto;
  padding-bottom: 74px;
}

.project-slider-mask {
  width: 100%;
  max-width: 966px;
  overflow: visible;
}

.project-slide {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 700px;
  margin-right: 24px;
}

.project-slide-inner {
  z-index: 1;
  border-radius: var(--_radius---radius-md);
  position: relative;
  overflow: hidden;
}

.project-slide-img {
  width: 700px;
  height: auto;
}

.project-slide-icon {
  z-index: 1;
  position: absolute;
  inset: 32px auto auto 32px;
}

.project-slide-bottom {
  z-index: 1;
  padding: var(--_spacing---padding--pd-xxs);
  border-radius: var(--_radius---radius-sm);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 20px 20px;
}

.project-slide-title {
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: 136.364%;
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: -.44px;
  margin-bottom: 10px;
}
.project-slide-tag-wrapper {
  grid-column-gap: var(--_spacing---space-xs);
  grid-row-gap: var(--_spacing---space-xs);
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}
.project-slide-img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.project-slide-inner:hover .project-slide-img {
  transform: scale(1.06);
}
.project-slide-tag-dot {
  background-color: var(--primary-clr);
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.project-slide-tag {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-xs);
  line-height: var(--_font-typography---line-height--line-height-loose);
  letter-spacing: var(--_letter-spacing---ls-tightest);
}

.project-slide-bottom-arrow {
  background-color: var(--primary-clr);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  display: flex;
}

.project-slider-arrow {
  justify-content: center;
  align-items: center;
  width: 10px;
  display: flex;
}

.project-slider-arrow.left {
  inset: auto auto 15px 40%;
}

.project-slider-arrow.right {
  inset: auto 40% 15px auto;
}

.articles-slider {
  background-color: var(--transparent);
  height: auto;
  padding-bottom: 80px;
  overflow: hidden;
}

.articles-slider-mask {
  width: 100%;
  max-width: 636px;
  overflow: visible;
}

.articles-slide {
  margin-right: 24px;
}

.articles-card {
  grid-column-gap: var(--_spacing---space-md-lg);
  grid-row-gap: var(--_spacing---space-md-lg);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.199fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 8px 41px 8px 8px;
  display: grid;
}

.articles-card-img-link {
  border-radius: var(--_radius---radius-sm);
  min-height: 284px;
  overflow: hidden;
}

.articles-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 284px;
  max-height: 284px;
}

.articles-card-right {
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
}

.articles-card-title {
  color: var(--black);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-relaxed-md);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: -.72px;
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.nav-menu-text._02 {
  color: #929292;
  position: absolute;
}

.nav-menu-side {
  color: #929292;
}

.checkout-section {
  padding: 120px 15px 0;
}

.block-header {
  margin-bottom: var(--_spacing---space-md);
  padding: var(--_spacing---padding--pd-xxs);
  border-color: var(--primary-clr);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
}

.checkout-title {
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: var(--_font-typography---line-height--line-height-heading);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
}

.checkout-text {
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
}

.block-content {
  margin-bottom: var(--_spacing---space-md);
  padding: var(--_spacing---padding--pd-xxs);
  border: 1px solid var(--primary-clr);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
}

.checkout-label {
  font-family: var(--_font-typography---font-family--primary-font);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-compact);
  margin-bottom: 10px;
}

.checkout-field {
  border: 1px solid var(--primary-clr);
  background-color: var(--white);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  border-radius: 6px;
  height: 52px;
  margin-bottom: 10px;
  padding: 15px;
}

.checkout-field:focus, .checkout-field.-wfp-focus {
  border-bottom-color: var(--primary-clr);
}

.checkout-button {
  border: 1px solid var(--primary-clr);
  background-color: var(--primary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  border-radius: 62px;
  margin-bottom: 0;
  padding: 12px 24px;
  transition: all .4s;
}

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

.checkout-right {
  top: 120px;
}

.hero-v2-title-wrapper {
  margin-bottom: 69px;
}

.hero-v2-title-wrap {
  grid-column-gap: 52px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.hero-v2-title-wrap.bottom {
  grid-column-gap: 40px;
  margin-top: 15px;
}

.hero-v2-title {
  letter-spacing: -8.16px;
  text-transform: uppercase;
  font-size: 14.16vw;
  line-height: 88%;
}

.hero-v2-title.title-span {
  font-style: italic;
  font-weight: var(--_font-typography---font-weight--font-weight-light);
}

.hero-v2-btn-wrap {
  flex: none;
  margin-bottom: 15px;
}

.hero-v2-btn-wrap.responsive-on {
  display: none;
}

.hero-v2-img-wrapper {
  z-index: -1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  width: 30%;
  height: 20%;
  padding: 4px;
  position: absolute;
  inset: auto 60px 221px auto;
}

.hero-v2-img-wrap {
  border-radius: var(--_radius---radius-xs);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  position: relative;
}

.hero-v2-img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.hero-v2-img-border {
  width: 200%;
  height: 100%;
  position: absolute;
}

.hero-v2-img-overly {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  object-fit: fill;
  background-color: #21212133;
  border-radius: 12px;
  margin: 4px;
  position: absolute;
  inset: 0%;
}

.hero-v2-img-overly:hover {
  background-color: #21212133;
}

.hero-v2-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.scroll-more-btn {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: -.32px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.scroll-more-btn-text._02 {
  color: var(--primary-clr);
  position: absolute;
}

.hero-v2-bottom-center {
  grid-column-gap: 41px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.hero-v2-social-link-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.social-link {
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

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

.social-icon._02 {
  color: var(--black);
  background-color: #d6d6d600;
  position: absolute;
  overflow: clip;
}

.hero-v2-wrapper {
  height: 200vh;
}

.hero-v2-wrap {
  position: sticky;
  top: 100px;
}

.nav-dd {
  margin-left: 0;
  margin-right: 0;
}

.nav-dd-toggle {
  padding: 0;
}

.nav-dd-list {
  width: 700px;
  left: -296px;
  overflow: hidden;
}

.nav-dd-list.w--open {
  background-color: var(--transparent);
}

.nav-dd-list-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--primary-clr);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 34px;
  padding: 60px 40px;
  display: grid;
}

.nav-dd-list-title {
  margin-bottom: var(--_spacing---space-md);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
}

.nav-dd-menu-wrap {
  grid-row-gap: var(--_spacing---space-xs);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-dd-side {
  color: var(--primary-clr);
}

.nav-dd-text._02 {
  color: var(--primary-clr);
  position: absolute;
}

.preview-banner-title-wrapper {
  margin-right: auto;
  margin-bottom: var(--_spacing---space-4xl);
  text-align: center;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
}

.preview-banner-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xxl);
  line-height: var(--_font-typography---line-height--line-height-tight-md);
  letter-spacing: var(--_letter-spacing---ls-xxl);
  text-transform: uppercase;
  margin-top: 22px;
  margin-bottom: 16px;
}

.preview-banner-title-span {
  font-style: italic;
  font-weight: var(--_font-typography---font-weight--font-weight-light);
}

.preview-banner-details {
  margin-right: auto;
  margin-bottom: var(--_spacing---space-lg);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  width: 100%;
  max-width: 641px;
  margin-left: auto;
}

.preview-banner-flex-wrap {
  display: flex;
}

.preview-banner-flex-wrap._01 {
  margin-bottom: 24px;
}

.preview-banner-img-flex {
  flex: none;
  display: flex;
}

.preview-banner-img {
  border-radius: var(--_radius---radius-sm);
}

.preview-banner-img-wrap {
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  flex: none;
  width: 100%;
  max-width: 576px;
  margin-right: 24px;
  padding: 8px 12px 12px;
}

.preview-banner-img-dot-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding-left: 12px;
  display: flex;
}

.preview-banner-img-dot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.preview-banner-img-dot._01 {
  background-color: var(--primary-clr);
}

.preview-banner-img-dot._02 {
  background-color: #21212166;
}

.preview-banner-img-dot._03 {
  background-color: #21212129;
}

.preview-features-wrap {
  margin-bottom: var(--_spacing---space-md-lg);
  grid-column-gap: var(--_spacing---space-md-lg);
  grid-row-gap: var(--_spacing---space-md-lg);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-features-card {
  border-radius: var(--_radius---radius-md);
  position: relative;
  overflow: hidden;
}

.preview-features-img {
  width: 100%;
}

.preview-features-card-content {
  text-align: center;
  background-image: linear-gradient(#5235f600, #5235f6 68%);
  padding-top: 117px;
  padding-bottom: 34px;
  position: absolute;
  inset: auto 0% 0%;
}

.preview-features-card-title {
  color: var(--white);
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
  text-transform: capitalize;
  margin-bottom: 5px;
}

.preview-features-card-details {
  color: var(--white);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  width: 100%;
  max-width: 363px;
  margin-left: auto;
  margin-right: auto;
}

.preview-features-card-details._02 {
  max-width: 273px;
}

.preview-features-card-details._03 {
  max-width: 370px;
}

.figma-wrapper {
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 32px;
  display: flex;
}

.figma-flex {
  grid-column-gap: 19px;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.figma-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xxs);
  line-height: var(--_font-typography---line-height--line-height-relaxed);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-tight);
  text-transform: capitalize;
}

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

.demo-grid.col-two {
  grid-template-columns: 1fr 1fr;
}

.demo-card {
  z-index: 1;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--white);
  padding: 24px 12px 26px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.demo-thumbnail {
  border: 1px solid var(--dark-12);
  width: 100%;
}

.demo-title-wrap {
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.demo-card-title {
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---heading--heading-xs);
  line-height: var(--_font-typography---line-height--line-height-tight);
  font-weight: var(--_font-typography---font-weight--font-weight-semi-bold);
  letter-spacing: var(--_letter-spacing---ls-md-wide);
  text-transform: capitalize;
}

.demo-card-title._02 {
  color: var(--white);
  position: absolute;
}

.demo-card-bg {
  z-index: -1;
  border-radius: var(--_radius---radius-md);
  background-color: var(--primary-clr);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.demo-wrap {
  margin-top: -80px;
  padding-top: 80px;
}

.demo-grid-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.demo-thumbnail-wrap {
  border-radius: var(--_spacing---space-xs);
  overflow: hidden;
}

.preview-footer-wrapper {
  text-align: center;
  width: 100%;
  max-width: 641px;
  margin-left: auto;
  margin-right: auto;
}

.preview-footer-logo-link {
  margin-bottom: 21px;
}

.preview-footer-details {
  margin-top: 17px;
  margin-bottom: var(--_spacing---space-lg);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
}

.preview-footer-button-wrap {
  grid-column-gap: var(--_spacing---space-sm);
  grid-row-gap: var(--_spacing---space-sm);
  justify-content: center;
  align-items: center;
  display: flex;
}

.secondary-button {
  z-index: 1;
  grid-column-gap: 16px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-xl);
  background-color: var(--white);
  color: var(--secondary-clr);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  text-transform: capitalize;
  padding: 6px;
  text-decoration: none;
  position: relative;
}

.secondary-btn-arrow-wrapper {
  border: 1px solid var(--primary-clr);
  background-color: var(--primary-clr);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

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

.secondary-btn-text-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn-arrow._02, .secondary-btn-text._02 {
  position: absolute;
}

.secondary-button-flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: var(--_radius---radius-xl);
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-slider-nav {
  color: var(--primary-clr);
  font-size: 7px;
}

.articles-slider-nav {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  font-size: 8px;
  display: flex;
}

.articles-slider-nav-circle-wrap {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 7px;
}

.articles-slider-nav-circle {
  border: 1px solid var(--primary-clr);
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.faq-tabs-v2 {
  padding: var(--_spacing---padding--pd-xxs) var(--_spacing---padding--pd-xxs) var(--_spacing---padding--pd-xxs) 34px;
  grid-column-gap: 20px;
  border: 1px solid var(--dark-12);
  border-radius: var(--_radius---radius-md);
  background-color: var(--transparent);
  color: var(--secondary-clr);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.faq-tabs-v2.w--current {
  background-color: var(--primary-clr);
  color: var(--white);
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.faq-question-ans-wrap {
  background-color: var(--transparent);
  position: static;
  overflow: hidden;
}

.success-message.w-form-done {
  color: #202020 !important;
}

.faq-question-ans {
  color: #fffc;
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  letter-spacing: var(--_letter-spacing---ls-tighter);
  margin-top: 11px;
}

.success-message {
  padding: var(--_spacing---padding--pd-xxs);
  background-color: var(--primary-clr);
  color: #212121; /* font color black */
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  text-align: center;
}

.error-message {
  padding: var(--_spacing---padding--pd-xxs);
  color: var(--white);
  font-size: var(--_font-sizing---body--text-sm);
  line-height: var(--_font-typography---line-height--line-height-normal);
  text-align: center;
  background-color: #f00c;
}

.cart-button {
  background-color: var(--transparent);
  padding: 0;
}

.cart-quantity {
  background-color: var(--primary-clr);
  color: var(--white);
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-left: 0;
  position: absolute;
  inset: -6px -9px auto auto;
}

.cart-header {
  padding: var(--_spacing---padding--pd-xxs);
  border-bottom-color: var(--primary-clr);
}

.cart-title {
  font-size: var(--_font-sizing---heading--heading-sm);
  line-height: var(--_font-typography---line-height--line-height-body);
  letter-spacing: var(--_letter-spacing---ls-wide);
}

.close-button {
  border: 1px solid var(--primary-clr);
  background-color: var(--white);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-label {
  font-size: var(--_font-sizing---body--text-lg);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  margin-bottom: 8px;
}

.cart-quantity-2 {
  border-color: var(--primary-clr);
  background-color: var(--white);
  color: var(--primary-clr);
}

.cart-price {
  color: var(--primary-clr);
  font-size: var(--_font-sizing---body--text-md);
  line-height: var(--_font-typography---line-height--line-height-normal);
  font-weight: var(--_font-typography---font-weight--font-weight-medium);
  margin-bottom: 10px;
}

.remove-button {
  color: var(--dark-70);
  text-decoration: none;
  transition: all .4s;
}

.remove-button:hover {
  color: var(--primary-clr);
  text-decoration: underline;
}

.cart-total-price {
  font-size: var(--_font-sizing---body--text-md);
  font-weight: var(--_font-typography---font-weight--font-weight-bold);
  margin-bottom: 10px;
}

.cart-footer {
  border-top-color: var(--primary-clr);
}

.faq-v2-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.faq-v2-responsive {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: none;
}

.testimonials-responsive-wrapper {
  display: none;
}

.project-slide-overly {
  background-color: #00000059;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1440px) {
  .navbar {
   background-color: #ffffff;
  }

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

  .footer-menu-left-wrap {
    grid-column-gap: 278px;
  }

  .about-v1-grid {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1.265fr;
  }

  .about-icon-wrap {
    width: 80px;
    height: 80px;
  }

  .section-title-right {
    max-width: 413px;
  }

  .testimonials-card {
    padding-right: var(--_spacing---padding--pd-sm-md);
    padding-left: var(--_spacing---padding--pd-sm-md);
  }

  .project-tabs {
    grid-column-gap: 80px;
    grid-template-columns: 3.28fr 1fr;
    max-width: 1156px;
  }

  .contact-tag-wrap {
    flex-flow: row;
  }

  .pricing-card {
    grid-column-gap: 127px;
  }

  .pricing-card-left {
    grid-column-gap: 84px;
  }

  .pricing-card-right {
    grid-column-gap: 60px;
  }

  .pricing-card-img-wrap {
    padding-right: 60px;
  }

  .pricing-single-list {
    grid-column-gap: 90px;
  }

  .project-slider-mask {
    max-width: none;
  }

  .project-slide {
    padding-bottom: 0;
    padding-right: 0;
  }

  .project-slide-img {
    opacity: 1;
    width: auto;
    height: 550px;
  }

  .project-slide-bottom {
    background-color: var(--white);
  }

  .project-slide-title, .project-slide-bottom-arrow-icon {
    color: var(--black);
  }

  .hero-v2-title {
    font-size: 190px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_font-sizing---body--text-sm: 16px;
    --_font-sizing---heading--heading-xxl: 50px;
    --_font-sizing---heading--heading-lg: 40px;
    --_font-sizing---heading--heading-md: 30px;
    --_font-sizing---heading--heading-sm: 28px;
    --_font-sizing---heading--heading-xs: 26px;
    --_font-sizing---heading--heading-xxs: 20px;
    --_font-sizing---body--text-xs: 14px;
    --_font-sizing---body--text-xl: 22px;
    --_font-sizing---heading--heading-xl: 40px;
    --_font-sizing---body--text-lg: 20px;
    --_font-sizing---body--display-sm: 32px;
    --_font-sizing---body--text-md: 18px;
    --_font-sizing---body--display-lg: 80px;
    --_spacing---space-md: 20px;
    --_spacing---padding--pd-section-lg: 100px;
    --_spacing---padding--pd-xxl: 90px;
    --_spacing---padding--pd-xl: 90px;
    --_spacing---space-4xl: 60px;
    --_spacing---space-lg-md: 30px;
    --_spacing---padding--pd-lg: 30px;
    --_spacing---padding--pd-md: 30px;
    --_spacing---space-md-lg: 22px;
    --_spacing---space-xxs: 8px;
    --_spacing---padding--pd-tiny: 12px;
    --_spacing---space-xl: 30px;
    --_spacing---space-lg-alt: 30px;
    --_spacing---space-md-alt: 22px;
    --_spacing---space-lg: 25px;
    --_spacing---space-xl-alt: 40px;
    --_spacing---space-3xl: 50px;
    --_spacing---space-xs: 12px;
    --_spacing---padding--pd-xs-lg: 24px;
    --_spacing---padding--pd-xs: 22px;
    --_spacing---space-sm-alt: 17px;
    --_spacing---space-3xl-alt: 50px;
    --_spacing---padding--pd-md-lg: 30px;
    --_spacing---space-sm: 16px;
    --_spacing---padding--pd-xxs: 20px;
    --_spacing---padding--pd-sm: 30px;
    --_spacing---padding--pd-sm-md: 30px;
    --_spacing---space-2xl-alt: 60px;
    --_spacing---space-3xl-md: 50px;
    --_spacing---space-5xl: 40px;
    --_spacing---space-2xl: 40px;
    --_letter-spacing---ls-xxl: -1px;
    --_letter-spacing---ls-xl: -1px;
    --_letter-spacing---ls-wider: -1px;
    --_letter-spacing---ls-wide: -1px;
    --_letter-spacing---ls-md-wide: -.88px;
    --_letter-spacing---ls-md-tight: -.44px;
    --_letter-spacing---ls-tighter: -.15px;
    --_letter-spacing---ls-md: -.5px;
    --_letter-spacing---ls-tightest: -.14px;
    --_letter-spacing---ls-compact: -.4px;
    --_letter-spacing---ls-widest: -.88px;
    --_letter-spacing---ls-tight: -.15px;
    --_letter-spacing---ls-xxxl: -2px;
    --_radius---radius-xl: 62px;
    --_radius---radius-xs: 12px;
    --_radius---radius-sm: 16px;
    --_radius---radius-md: 20px;
  }

  .nav-content-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-menu-wrapper {
    grid-row-gap: var(--_spacing---space-md);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
  }

  .nav-menu {
    background-color: var(--white);
    max-width: 100%;
    height: 90vh;
    overflow: auto;
  }

  .nav-button-wrapper {
    grid-column-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section.about-banner {
    padding-bottom: 100px;
  }

  .section.blog {
    padding-top: var(--_spacing---padding--pd-xxl);
  }

  .box-wrapper {
    padding: 80px 20px;
  }

  .box-wrapper.style-guide-pd {
    padding-left: 30px;
    padding-right: 30px;
  }

  .box-line.right {
    right: 100px;
  }

  .box-line.left {
    left: 100px;
  }

  .sub-title-wrap:where(.w-variant-d46382f4-798e-94b5-d3eb-f0822601b9af) {
    margin-bottom: 20px;
  }

  .sub-title-wrap:where(.w-variant-7a408d91-2e81-3fdd-53ba-32c93f67d4cb) {
    margin-bottom: 24px;
  }

  .sub-title-wrap.blog-sub-title {
    margin-bottom: 20px;
  }

  .regular-text.faq-details-mb {
    margin-bottom: 0;
  }

  .style-guide-color-box {
    padding-top: 60px;
  }

  .footer {
    padding-top: 80px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 40px;
    margin-bottom: 60px;
  }

  .footer-menu-wrap {
    flex-flow: column;
  }

  .footer-menu-wrap.responsive-off {
    display: none;
  }

  .footer-menu-wrap.responsive-on {
    display: inline-flex;
  }

  .footer-menu-flex {
    grid-row-gap: 15px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .style-guide-h1 {
    font-size: 45px;
  }

  .footer-menu-left-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
  }

  .about-v1-grid {
    grid-row-gap: var(--_spacing---space-3xl);
    grid-template-columns: 1fr;
  }

  .about-v1-img {
    object-fit: cover;
    max-height: 550px;
    position: static;
  }

  .about-v1-title-wrap {
    text-align: center;
  }

  .about-card {
    max-width: 100%;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .about-counter-wrapper {
    grid-column-gap: 18px;
  }

  .about-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .about-icon {
    width: 28px;
    height: 28px;
  }

  .about-counter-number-wrapper {
    margin-bottom: 6px;
  }

  .about-card-content {
    margin-top: 80px;
  }

  .section-title-flex {
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .services-cl.flex-v1 {
    grid-row-gap: 22px;
  }

  .services-v1-wrap {
    flex-flow: wrap;
  }

  .services-v1-title {
    font-size: 60px;
  }

  .services-arrow-link {
    display: none;
  }

  .services-v1-img-link {
    max-width: 220px;
    min-height: 150px;
    max-height: none;
    position: static;
    top: 15px;
  }

  .services-v1-img {
    max-width: 100%;
  }

  .project-v1-wrapper {
    grid-row-gap: 40px;
  }

  .project-v1-img-top-wrap {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .project-v1-arrow-wrap {
    width: 50px;
    height: 50px;
  }

  .project-v1-img-overly {
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    background-color: #21212180;
  }

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

  .testimonials-author-info {
    padding-bottom: var(--_spacing---padding--pd-xs);
  }

  .testimonials-details-wrapper {
    grid-row-gap: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-v1-details {
    letter-spacing: -.5px;
  }

  .testimonials-details-bottom {
    padding-top: 16px;
  }

  .blog-v1-slide {
    margin-right: 30px;
  }

  .blog-cl.grid {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-img-link {
    margin-bottom: 20px;
  }

  .blog-v1-slider-arrow.left {
    left: 280px;
  }

  .blog-v1-slider-arrow.right {
    right: 280px;
  }

  .faq-section-title-flex {
    grid-row-gap: 15px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .faq-tabs-link {
    grid-column-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-ans-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-banner-img-wrapper {
    grid-template-columns: 100px 1fr 100px;
  }

  .about-banner-side-img {
    object-fit: cover;
    height: 100%;
  }

  .about-banner-img {
    object-fit: cover;
  }

  .about-section-title-flex {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .about-card-wrapper {
    height: auto;
  }

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

  .values-tabs {
    grid-template-columns: 1fr 2.25fr;
  }

  .values-tabs-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .values-description-wrap {
    padding: 20px 15px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .values-description-wrap._01 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-card-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card {
    grid-row-gap: 40px;
  }

  .testimonials-card-details {
    font-size: var(--_font-sizing---body--text-md);
  }

  .testimonials-quote-wrap {
    width: 60px;
    height: 60px;
  }

  .top-title-wrap.margin-bottom, .services-top-wrapper {
    margin-bottom: 60px;
  }

  .services-quote {
    max-width: 100%;
    font-size: 30px;
  }

  .services-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    cursor: auto;
  }

  .services-left {
    grid-column-gap: 20px;
  }

  .services-arrow {
    width: 30px;
    height: 30px;
  }

  .services-left-content {
    max-width: 392px;
  }

  .services-categories-wrap {
    margin-top: 30px;
  }

  .services-right {
    max-width: 250px;
  }

  .services-rich-text ol {
    grid-row-gap: 20px;
    margin-bottom: 40px;
  }

  .project-meta-wrapper {
    margin-bottom: var(--_spacing---space-3xl);
    padding: 40px 30px;
  }

  .project-tabs {
    grid-column-gap: 20px;
    grid-template-columns: 1.75fr 1fr;
    margin-bottom: 50px;
  }

  .project-tabs-menu {
    grid-row-gap: 20px;
  }

  .project-tabs-content {
    margin-top: 0;
  }

  .project-tabs-dot {
    flex: none;
  }

  .project-tabs-title {
    grid-column-gap: 16px;
  }

  .project-tabs-details-wrap {
    padding: 30px 15px;
  }

  .project-single-img-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blog-single-img-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .contact-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding: 60px 20px;
  }

  .contact-left-icon {
    margin-bottom: 10px;
  }

  .contact-left-title {
    line-height: 120%;
  }

  .contact-right-title {
    margin-bottom: 15px;
  }

  .contact-tag-wrap {
    margin-bottom: 50px;
  }

  .pp-icon-wrap {
    width: 60px;
    height: 60px;
  }

  .pp-title {
    margin-bottom: 18px;
  }

  .pp-title-wrap {
    margin-bottom: 60px;
  }

  .pp-field {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .licenses-left.grid {
    grid-template-columns: 1fr 1fr;
  }

  .licenses-divider._01 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .changelog-wrap {
    grid-column-gap: 40px;
  }

  .changelog-right {
    margin-bottom: 40px;
    padding: 30px;
  }

  .pricing-card {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1.49fr;
    padding: 40px 30px;
  }

  .pricing-card-left {
    grid-column-gap: 40px;
  }

  .pricing-card-price {
    letter-spacing: -4px;
    font-size: 60px;
    line-height: 120%;
  }

  .pricing-list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-list-dot {
    margin-top: 8px;
  }

  .pricing-card-img-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .pricing-single-card {
    padding: 40px;
  }

  .add-to-cart-button {
    background-position: 88%;
    width: 120px;
    height: 120px;
  }

  .pricing-single-list {
    grid-column-gap: 40px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-rich p {
    margin-bottom: 25px;
  }

  .pricing-rich ul {
    grid-row-gap: 12px;
  }

  .project-slider {
    padding-bottom: 50px;
  }

  .project-slider-mask {
    max-width: 500px;
  }

  .project-slide {
    margin-right: 20px;
  }

  .project-slide-inner {
    text-decoration: none;
  }

  .project-slide-img {
    object-fit: cover;
    height: 100%;
    min-height: 300px;
  }

  .project-slide-icon {
    top: 30px;
    left: 30px;
  }

  .project-slide-title {
    color: var(--secondary-clr);
  }

  .project-slider-arrow.left {
    bottom: 14px;
    left: 38%;
  }

  .project-slider-arrow.right {
    bottom: 14px;
    right: 38%;
  }

  .articles-slider {
    padding-bottom: 60px;
  }

  .checkout-section {
    padding-top: 100px;
  }

  .hero-v2-title-wrapper {
    margin-bottom: 50px;
  }

  .hero-v2-title-wrap.bottom {
    margin-top: 10px;
  }

  .hero-v2-title {
    letter-spacing: -6px;
    font-size: 90px;
  }

  .hero-v2-img-wrapper {
    width: 100%;
    height: auto;
    position: static;
  }

  .hero-v2-img {
    max-height: 100px;
  }

  .hero-v2-wrapper {
    height: auto;
  }

  .nav-dd-list {
    left: 0;
  }

  .nav-dd-list-inner {
    margin-top: 20px;
    padding: 30px 20px;
  }

  .preview-banner-img-wrap {
    max-width: 450px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .preview-features-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .figma-wrapper {
    padding: 30px;
  }

  .figma-flex {
    max-width: 400px;
  }

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

  .demo-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .demo-title-wrap {
    margin-top: 30px;
  }

  .demo-wrap {
    margin-top: 0;
    padding-top: 0;
  }

  .demo-grid-inner {
    max-width: 100%;
  }

  .faq-tabs-v2 {
    grid-column-gap: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-v2-grid {
    display: none;
  }

  .faq-v2-responsive {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font-sizing---body--text-sm: 16px;
    --_font-sizing---heading--heading-xxl: 42px;
    --_font-sizing---heading--heading-lg: 30px;
    --_font-sizing---heading--heading-md: 28px;
    --_font-sizing---heading--heading-sm: 26px;
    --_font-sizing---heading--heading-xs: 24px;
    --_font-sizing---heading--heading-xxs: 20px;
    --_font-sizing---body--text-xs: 14px;
    --_font-sizing---body--text-xl: 20px;
    --_font-sizing---heading--heading-xl: 30px;
    --_font-sizing---body--text-lg: 18px;
    --_font-sizing---body--display-sm: 28px;
    --_font-sizing---body--text-md: 18px;
    --_font-sizing---body--display-lg: 60px;
    --_spacing---space-md: 20px;
    --_spacing---padding--pd-section-lg: 80px;
    --_spacing---padding--pd-xxl: 80px;
    --_spacing---padding--pd-xl: 80px;
    --_spacing---space-4xl: 50px;
    --_spacing---space-lg-md: 24px;
    --_spacing---padding--pd-lg: 20px;
    --_spacing---padding--pd-md: 20px;
    --_spacing---space-md-lg: 20px;
    --_spacing---space-xxs: 8px;
    --_spacing---padding--pd-tiny: 12px;
    --_spacing---space-xl: 26px;
    --_spacing---space-lg-alt: 24px;
    --_spacing---space-md-alt: 20px;
    --_spacing---space-lg: 20px;
    --_spacing---space-xl-alt: 30px;
    --_spacing---space-3xl: 40px;
    --_spacing---space-xs: 12px;
    --_spacing---padding--pd-xs-lg: 20px;
    --_spacing---padding--pd-xs: 20px;
    --_spacing---space-sm-alt: 16px;
    --_spacing---space-3xl-alt: 40px;
    --_spacing---padding--pd-md-lg: 20px;
    --_spacing---space-sm: 16px;
    --_spacing---padding--pd-xxs: 20px;
    --_spacing---padding--pd-sm: 20px;
    --_spacing---padding--pd-sm-md: 20px;
    --_spacing---space-2xl-alt: 50px;
    --_spacing---space-3xl-md: 40px;
    --_spacing---space-5xl: 30px;
    --_spacing---space-2xl: 30px;
    --_letter-spacing---ls-xxl: -.5px;
    --_letter-spacing---ls-xl: -.5px;
    --_letter-spacing---ls-wider: -.5px;
    --_letter-spacing---ls-wide: .5px;
    --_letter-spacing---ls-md-wide: -.5px;
    --_letter-spacing---ls-md-tight: -.22px;
    --_letter-spacing---ls-tighter: -.08px;
    --_letter-spacing---ls-md: -.25px;
    --_letter-spacing---ls-tightest: -.1px;
    --_letter-spacing---ls-compact: -.2px;
    --_letter-spacing---ls-widest: -.44px;
    --_letter-spacing---ls-tight: -.1px;
    --_letter-spacing---ls-xxxl: -1px;
    --_radius---radius-xl: 62px;
    --_radius---radius-xs: 12px;
    --_radius---radius-sm: 15px;
    --_radius---radius-md: 15px;
  }

  .nav-content-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-logo-link {
    max-width: 125px;
  }

  .nav-menu-wrapper {
    padding: 30px 20px;
  }

  .nav-button-wrap {
    display: none;
  }

  .nav-button-wrap.responsive-on {
    display: block;
  }

  .section.about-banner {
    padding-bottom: 80px;
  }

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

  .box-wrapper {
    padding: 60px 15px;
  }

  .box-wrapper.style-guide-pd {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-line.right {
    right: 30px;
  }

  .box-line.left {
    left: 30px;
  }

  .box-line-wrap {
    display: none;
  }

  .sub-title-wrap:where(.w-variant-d46382f4-798e-94b5-d3eb-f0822601b9af) {
    margin-bottom: 18px;
  }

  .sub-title-wrap:where(.w-variant-7a408d91-2e81-3fdd-53ba-32c93f67d4cb) {
    margin-bottom: 20px;
  }

  .sub-title-wrap.blog-sub-title {
    margin-bottom: 18px;
  }

  .style-guide-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .style-guide-number {
    margin-bottom: 15px;
  }

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

  .style-guide-color-box {
    padding-top: 50px;
  }

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

  .footer-menu-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 50px;
    display: grid;
  }

  .copyright-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-logo-link {
    max-width: 130px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
  }

  .style-guide-h1 {
    font-size: 38px;
  }

  .about-v1-img {
    max-height: 520px;
  }

  .about-v1-card-grid {
    grid-column-gap: var(--_spacing---space-md-lg);
    grid-row-gap: var(--_spacing---space-md-lg);
    grid-template-columns: 1fr;
  }

  .about-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-card.v1._02 {
    order: 9999;
  }

  .about-counter-wrapper {
    grid-column-gap: 16px;
  }

  .about-icon-wrap {
    width: 50px;
    height: 50px;
  }

  .about-icon {
    width: 24px;
    height: 24px;
  }

  .about-counter-number-wrapper {
    margin-bottom: 5px;
  }

  .about-card-content {
    margin-top: 60px;
  }

  .services-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .services-cl.flex-v1 {
    grid-row-gap: 30px;
  }

  .services-v1-wrap {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    align-items: stretch;
  }

  .services-v1-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .services-v1-number {
    margin-top: 5px;
  }

  .services-v1-title {
    font-size: var(--_font-sizing---body--display-lg);
  }

  .services-arrow-v1 {
    width: 20px;
    height: 20px;
  }

  .services-v1-img-link {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    max-width: 100%;
    min-height: 130px;
    padding: 0;
    top: 5px;
    right: 50px;
  }

  .services-v1-wrapper {
    color: var(--black);
  }

  .services-v1-divider-wrap {
    margin-top: 20px;
  }

  .project-v1-wrapper {
    grid-row-gap: 30px;
  }

  .project-cl-wrap, .project-cl {
    width: auto;
  }

  .project-cl.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-cl-item {
    width: auto;
  }

  .project-v1-img {
    object-fit: cover;
    height: 100%;
    min-height: 386px;
    max-height: 386px;
  }

  .project-v1-img-top-wrap {
    top: 15px;
    left: 15px;
    right: 15px;
  }

  .project-v1-arrow-wrap {
    width: 40px;
    height: 40px;
  }

  .project-v1-arrow {
    width: 15px;
  }

  .testimonials-tabs {
    grid-template-columns: 1fr;
    display: none;
  }

  .testimonials-tabs-link-inner {
    margin-bottom: var(--_spacing---space-lg);
  }

  .testimonials-author-img {
    max-height: 350px;
  }

  .testimonials-v1-author-name {
    font-size: var(--_font-sizing---body--text-xl);
  }

  .testimonials-v1-author-bio {
    font-size: var(--_font-sizing---body--text-md);
  }

  .testimonials-details-wrapper {
    grid-row-gap: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-v1-details {
    letter-spacing: -.2px;
    font-size: 20px;
  }

  .testimonials-details-bottom {
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 14px;
  }

  .testimonials-img-wrap {
    margin-bottom: var(--_spacing---space-sm);
  }

  .blog-cl.grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .blog-img-link {
    margin-bottom: 15px;
  }

  .blog-v1-slider-arrow.left {
    left: 150px;
  }

  .blog-v1-slider-arrow.right {
    right: 150px;
  }

  .faq-tabs {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .faq-quotation {
    white-space: normal;
    width: 85%;
  }

  .about-banner-img-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .about-banner-side-img {
    max-height: 450px;
  }

  .about-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .values-tabs {
    grid-template-columns: 1fr;
  }

  .testimonials-card-grid {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    grid-template-columns: 1fr;
  }

  .testimonials-card {
    grid-row-gap: 32px;
  }

  .testimonials-quote-wrap {
    width: 40px;
    height: 40px;
  }

  .testimonials-quote {
    width: 20px;
  }

  .top-title-wrap.margin-bottom, .services-top-wrapper {
    margin-bottom: 40px;
  }

  .services-quote {
    font-size: 22px;
  }

  .services-arrow {
    width: 28px;
    height: 28px;
    display: none;
  }

  .services-left-content {
    max-width: none;
  }

  .services-categories-wrap {
    margin-top: 20px;
  }

  .services-right {
    display: none;
  }

  .services-rich-text ol {
    grid-row-gap: 15px;
    margin-bottom: 30px;
  }

  .project-meta-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding: 30px 15px;
  }

  .project-tabs {
    grid-row-gap: 20px;
    grid-template-columns: 1.75fr;
    margin-bottom: 40px;
  }

  .project-tabs-menu {
    grid-row-gap: 15px;
  }

  .project-tabs-title {
    grid-column-gap: 10px;
  }

  .project-single-img-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-single-img-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 40px 15px;
  }

  .contact-tag-wrap {
    flex-flow: wrap;
    margin-bottom: 40px;
  }

  .pp-title {
    margin-bottom: 15px;
  }

  .pp-title-wrap {
    margin-bottom: 40px;
  }

  .pp-field {
    margin-bottom: 15px;
  }

  ._404-wrapper {
    max-width: 100%;
  }

  ._404-img {
    width: 100%;
    max-width: 400px;
  }

  .licenses-grid {
    grid-template-columns: 2.688fr;
  }

  .licenses-grid.responsive-off {
    display: none;
  }

  .licenses-left.grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .licenses-label.responsive-on {
    display: block;
  }

  .licenses-divider._01 {
    display: none;
  }

  .licenses-img-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .changelog-wrapper {
    grid-row-gap: 40px;
    flex-flow: column;
    max-width: 100%;
    display: flex;
  }

  .changelog-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .changelog-left {
    border-right-style: none;
  }

  .changelog-left-title {
    margin-top: 0;
  }

  .changelog-right {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .changelog-left-dot {
    display: none;
  }

  .pricing-card {
    padding: 30px 15px;
  }

  .pricing-card-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-card-price {
    letter-spacing: -3px;
    font-size: 50px;
  }

  .pricing-single-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  .add-to-cart-button {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    width: 100px;
    height: 100px;
    padding-right: 0;
  }

  .pricing-single-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .pricing-rich p {
    margin-bottom: 20px;
  }

  .pricing-rich ul {
    grid-row-gap: 10px;
  }

  .project-slider {
    padding-bottom: 40px;
  }

  .project-slide, .project-slide-img {
    width: auto;
  }

  .project-slide-icon {
    top: 20px;
    left: 20px;
  }

  .project-slide-bottom-arrow {
    flex: none;
  }

  .project-slider-arrow.left {
    left: 30%;
  }

  .project-slider-arrow.right {
    right: 30%;
  }

  .articles-slider {
    padding-bottom: 50px;
  }

  .articles-slider-mask {
    max-width: 100%;
  }

  .articles-card {
    grid-template-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .articles-card-right {
    grid-row-gap: 15px;
  }

  .checkout-section {
    padding-top: 80px;
  }

  .hero-v2-content {
    text-align: center;
  }

  .hero-v2-title-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .hero-v2-title-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-v2-title {
    letter-spacing: -3px;
    font-size: 80px;
  }

  .hero-v2-btn-wrap.responsive-off {
    display: none;
  }

  .hero-v2-btn-wrap.responsive-on {
    display: block;
  }

  .hero-v2-img-wrapper {
    margin-top: 10px;
  }

  .hero-v2-img-wrap {
    padding: 6px;
  }

  .hero-v2-img {
    max-height: 200px;
  }

  .hero-v2-img-overly {
    margin: 6px;
  }

  .hero-v2-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
  }

  .nav-dd-list {
    width: 420px;
  }

  .nav-dd-list-inner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .preview-banner-img-wrap {
    max-width: 350px;
  }

  .preview-features-wrap {
    grid-template-columns: 1fr;
  }

  .figma-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .demo-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .demo-grid.col-two {
    grid-template-columns: 1fr;
  }

  .demo-card {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .demo-title-wrap {
    margin-top: 24px;
  }

  .demo-grid-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .close-button {
    width: 42px;
    height: 42px;
  }

  .testimonials-responsive-wrapper {
    grid-column-gap: var(--_spacing---space-3xl);
    grid-row-gap: var(--_spacing---space-3xl);
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_font-sizing---body--text-sm: 16px;
    --_font-sizing---heading--heading-xxl: 32px;
    --_font-sizing---heading--heading-lg: 28px;
    --_font-sizing---heading--heading-md: 26px;
    --_font-sizing---heading--heading-sm: 24px;
    --_font-sizing---heading--heading-xs: 22px;
    --_font-sizing---heading--heading-xxs: 18px;
    --_font-sizing---body--text-xs: 14px;
    --_font-sizing---body--text-xl: 18px;
    --_font-sizing---heading--heading-xl: 30px;
    --_font-sizing---body--text-lg: 16px;
    --_font-sizing---body--display-sm: 26px;
    --_font-sizing---body--text-md: 16px;
    --_font-sizing---body--display-lg: 52px;
    --_spacing---space-md: 16px;
    --_spacing---padding--pd-section-lg: 60px;
    --_spacing---padding--pd-xxl: 60px;
    --_spacing---padding--pd-xl: 60px;
    --_spacing---space-4xl: 40px;
    --_spacing---space-lg-md: 20px;
    --_spacing---padding--pd-lg: 15px;
    --_spacing---padding--pd-md: 15px;
    --_spacing---space-md-lg: 16px;
    --_spacing---space-xxs: 8px;
    --_spacing---padding--pd-tiny: 10px;
    --_spacing---space-xl: 22px;
    --_spacing---space-lg-alt: 20px;
    --_spacing---space-md-alt: 16px;
    --_spacing---space-lg: 20px;
    --_spacing---space-xl-alt: 20px;
    --_spacing---space-3xl: 30px;
    --_spacing---space-xs: 10px;
    --_spacing---padding--pd-xs-lg: 15px;
    --_spacing---padding--pd-xs: 15px;
    --_spacing---space-sm-alt: 16px;
    --_spacing---space-3xl-alt: 30px;
    --_spacing---padding--pd-md-lg: 15px;
    --_spacing---space-sm: 10px;
    --_spacing---padding--pd-xxs: 15px;
    --_spacing---padding--pd-sm: 15px;
    --_spacing---padding--pd-sm-md: 15px;
    --_spacing---space-2xl-alt: 30px;
    --_spacing---space-3xl-md: 30px;
    --_spacing---space-5xl: 24px;
    --_spacing---space-2xl: 28px;
    --_letter-spacing---ls-xxl: -.22px;
    --_letter-spacing---ls-xl: -.2px;
    --_letter-spacing---ls-wider: -.2px;
    --_letter-spacing---ls-wide: -.2px;
    --_letter-spacing---ls-md-wide: -.2px;
    --_letter-spacing---ls-md-tight: -.11px;
    --_letter-spacing---ls-tighter: -.06px;
    --_letter-spacing---ls-md: -.11px;
    --_letter-spacing---ls-tightest: -.06px;
    --_letter-spacing---ls-compact: -.1px;
    --_letter-spacing---ls-widest: -.22px;
    --_letter-spacing---ls-tight: -.08px;
    --_letter-spacing---ls-xxxl: -.5px;
    --_radius---radius-xl: 62px;
    --_radius---radius-xs: 10px;
    --_radius---radius-sm: 10px;
    --_radius---radius-md: 10px;
  }

  .nav-content-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-logo-link {
    max-width: 110px;
  }

  .nav-menu-wrapper {
    padding: 20px 15px;
  }

  .nav-button-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .primary-button {
    padding: 4px 4px 4px 20px;
  }

  .section.about-banner {
    padding-bottom: 60px;
  }

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

  .box-wrapper {
    padding: 40px 10px;
  }

  .box-wrapper.style-guide-pd {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-line.right {
    right: 10px;
  }

  .box-line.left {
    left: 10px;
  }

  .box-title-wrapper {
    max-width: 100%;
  }

  .sub-title-wrap:where(.w-variant-d46382f4-798e-94b5-d3eb-f0822601b9af), .sub-title-wrap:where(.w-variant-7a408d91-2e81-3fdd-53ba-32c93f67d4cb) {
    margin-bottom: 15px;
  }

  .sub-title-wrap.blog-sub-title {
    flex-flow: wrap;
    margin-bottom: 15px;
  }

  .regular-text {
    font-size: var(--_font-sizing---body--text-xs);
  }

  .style-guide-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .style-guide-number {
    margin-bottom: 10px;
  }

  .style-guide-color-grid, .style-guide-color-grid.col-two {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .footer-menu-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .copyright-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-menu-flex {
    grid-row-gap: 10px;
  }

  .footer-logo-link {
    max-width: 120px;
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .style-guide-h1 {
    font-size: 23px;
  }

  .style-guide-h2 {
    font-size: 22px;
  }

  .style-guide-h3, .style-guide-h4 {
    font-size: 20px;
  }

  .style-guide-h5 {
    font-size: 18px;
  }

  .style-guide-h6 {
    font-size: 16px;
  }

  .hero-details {
    color: #212121b3;
  }

  .hero-slider {
    max-width: 100%;
  }

  .about-v1-img {
    max-height: 350px;
  }

  .about-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-icon-wrap {
    width: 48px;
    height: 48px;
  }

  .about-icon {
    width: 20px;
    height: 20px;
  }

  .about-counter-number-wrapper {
    margin-bottom: 4px;
  }

  .about-card-content {
    margin-top: 30px;
  }

  .services-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .services-cl.flex-v1 {
    grid-row-gap: 18px;
  }

  .services-v1-number {
    margin-top: 4px;
  }

  .services-v1-title {
    font-size: var(--_font-sizing---heading--heading-xxl);
  }

  .services-arrow-v1 {
    width: 15px;
    height: 15px;
  }

  .services-v1-img-link {
    min-height: 100px;
    top: -28px;
  }

  .project-v1-wrapper {
    grid-row-gap: 24px;
  }

  .project-cl-wrap, .project-cl {
    width: auto;
  }

  .project-cl.grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .project-cl-item {
    width: auto;
  }

  .project-v1-img {
    min-height: 250px;
    max-height: 250px;
  }

  .project-v1-arrow-wrap {
    width: 38px;
    height: 38px;
  }

  .testimonials-author-img {
    max-height: 300px;
  }

  .testimonials-author-info {
    padding-top: var(--_spacing---padding--pd-xs);
  }

  .testimonials-details-wrapper {
    grid-row-gap: 24px;
  }

  .testimonials-icon {
    max-width: 80px;
  }

  .testimonials-v1-details {
    letter-spacing: -.05px;
    font-size: 18px;
  }

  .testimonials-details-bottom {
    grid-row-gap: 10px;
    padding-top: 10px;
  }

  .blog-img-link {
    margin-bottom: 10px;
  }

  .blog-v1-slider-arrow.left {
    left: 80px;
  }

  .blog-v1-slider-arrow.right {
    right: 80px;
  }

  .faq-tabs {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .faq-tabs-link {
    grid-column-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-icon-wrap {
    width: 28px;
    height: 28px;
  }

  .faq-ans-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-banner-img-wrapper {
    grid-template-columns: 1fr;
  }

  .about-banner-side-img {
    max-height: 350px;
  }

  .values-description-wrap {
    padding: 15px 10px;
  }

  .testimonials-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonials-card {
    grid-row-gap: 30px;
  }

  .testimonials-quote {
    width: 18px;
  }

  .top-title-wrap.margin-bottom, .services-top-wrapper {
    margin-bottom: 30px;
  }

  .services-quote {
    font-size: 16px;
    font-weight: var(--_font-typography---font-weight--font-weight-medium);
  }

  .services-left {
    grid-column-gap: 16px;
  }

  .services-arrow {
    width: 26px;
    height: 26px;
  }

  .services-left-content {
    max-width: 100%;
  }

  .services-categories-wrap {
    flex-flow: wrap;
    margin-top: 15px;
  }

  .services-rich-text ol {
    grid-row-gap: 10px;
    margin-bottom: 24px;
  }

  .project-meta-wrapper {
    margin-bottom: var(--_spacing---space-3xl-md);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    grid-template-columns: 1fr;
  }

  .project-tabs {
    margin-bottom: 30px;
  }

  .project-single-img-wrapper {
    grid-template-columns: 1fr;
  }

  .blog-single-title {
    font-size: 24px;
  }

  .blog-single-img-wrap {
    margin-top: 10px;
  }

  .contact-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .contact-tag-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 10px;
    margin-bottom: 30px;
  }

  .pp-wrapper {
    padding: 30px 15px;
  }

  .pp-title-wrap {
    margin-bottom: 30px;
  }

  .pp-field {
    margin-bottom: 10px;
  }

  .pp-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  ._404-img {
    max-width: 100%;
  }

  .licenses-left.grid, .licenses-img-wrap {
    grid-template-columns: 1fr;
  }

  .changelog-wrapper {
    grid-row-gap: 30px;
  }

  .changelog-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-card-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-card-price {
    letter-spacing: -2px;
    font-size: 40px;
  }

  .pricing-list {
    grid-row-gap: var(--_spacing---space-sm);
  }

  .pricing-list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-list-dot {
    margin-top: 4.2px;
  }

  .pricing-single-card {
    padding: 30px 15px;
  }

  .pricing-single-card-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .add-to-cart-button {
    width: 90px;
    height: 90px;
    font-size: 13px;
  }

  .pricing-rich h3 {
    margin-bottom: 18px;
  }

  .pricing-rich p {
    margin-bottom: 15px;
  }

  .pricing-rich li {
    background-position: 0 6px;
  }

  .project-slider {
    padding-bottom: 35px;
  }

  .project-slide {
    width: auto;
  }

  .project-slide-img {
    min-height: 250px;
  }

  .project-slide-icon {
    max-width: 10%;
    top: 15px;
    left: 15px;
  }

  .project-slide-bottom {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .project-slide-bottom-arrow {
    display: none;
  }

  .project-slider-arrow.left {
    left: 22%;
  }

  .project-slider-arrow.right {
    right: 22%;
  }

  .checkout-section {
    padding-top: 70px;
  }

  .checkout-title {
    font-size: var(--_font-sizing---heading--heading-xxs);
  }

  .checkout-text {
    font-size: var(--_font-sizing---body--text-xs);
  }

  .hero-v2-title {
    letter-spacing: -2px;
    font-size: 42px;
  }

  .social-link {
    width: 32px;
    height: 32px;
  }

  .nav-dd-list {
    width: 280px;
  }

  .nav-dd-list-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 15px;
    padding: 26px 15px;
  }

  .nav-dd-list-title {
    margin-bottom: 15px;
  }

  .preview-banner-details {
    font-size: var(--_font-sizing---body--text-xs);
  }

  .preview-banner-img-wrap {
    max-width: 220px;
    margin-right: 15px;
  }

  .preview-features-card-details {
    font-size: var(--_font-sizing---body--text-xs);
  }

  .figma-wrapper {
    padding: 20px 15px;
  }

  .demo-card {
    padding: 20px 10px;
  }

  .demo-title-wrap {
    margin-top: 20px;
  }

  .preview-footer-details {
    font-size: var(--_font-sizing---body--text-xs);
  }

  .preview-footer-button-wrap {
    flex-flow: column;
  }

  .secondary-button {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 4px;
  }

  .faq-tabs-v2 {
    grid-column-gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-question-ans {
    font-size: var(--_font-sizing---body--text-xs);
  }

  .close-button {
    width: 40px;
    height: 40px;
  }
}

#w-node-d91aed36-6347-d64d-1ac1-3050a392ed98-b78dd2e8 {
  grid-area: 4 / 2 / 5 / 2;
}

#w-node-f2bdd084-8ee8-ec8c-3f4c-5ab7b9a5fcb0-b78dd2e8 {
  grid-column: span 3 / span 3;
}

#w-node-_9beb5cd5-26eb-77db-20fe-528d3c0bafe1-b78dd2ec {
  grid-area: 1 / 2 / 2 / 2;
}

#w-node-_9beb5cd5-26eb-77db-20fe-528d3c0bafeb-b78dd2ec {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c85b9b71-ab71-98df-85cd-aa9f90d5fb22-b78dd2ec {
  grid-row: span 2 / span 2;
}

#w-node-_3d3feea8-65d7-1869-31e1-e309e8299765-b78dd2ef, #w-node-f83d7f90-f6c3-646f-8834-0853cde70567-b78dd2ef, #w-node-_7198896f-26ee-626e-fcc2-618a084b6af5-084b6ae5 {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_75c74e92-ac09-94fb-b0fb-8b5262156a87-b78dd2e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d91aed36-6347-d64d-1ac1-3050a392ed98-b78dd2e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cb652e5b-016b-af2e-b7c9-464f1db5fa1a-b78dd2e8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f2bdd084-8ee8-ec8c-3f4c-5ab7b9a5fcb0-b78dd2e8 {
    grid-column: span 2 / span 2;
  }

  #w-node-c85b9b71-ab71-98df-85cd-aa9f90d5fb22-b78dd2ec {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3fa6d9b2-a9e8-5123-f229-dd77a41e903b-b78dd2ee {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_75c74e92-ac09-94fb-b0fb-8b5262156a87-b78dd2e8, #w-node-cb652e5b-016b-af2e-b7c9-464f1db5fa1a-b78dd2e8, #w-node-f2bdd084-8ee8-ec8c-3f4c-5ab7b9a5fcb0-b78dd2e8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_14ec7a2f-0524-f574-59fc-868dc9d162fa-6b24d6d9, #w-node-_4b2834be-9593-cd43-fad7-9403e7995775-b78dd2ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9beb5cd5-26eb-77db-20fe-528d3c0bafe1-b78dd2ec, #w-node-_9beb5cd5-26eb-77db-20fe-528d3c0bafeb-b78dd2ec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3fa6d9b2-a9e8-5123-f229-dd77a41e903b-b78dd2ee {
    grid-column: span 1 / span 1;
  }

  #w-node-_152230df-0435-cfa7-194d-c59ada9ffa29-b78dd2ef {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_14ec7a2f-0524-f574-59fc-868dc9d162fa-6b24d6d9, #w-node-_4b2834be-9593-cd43-fad7-9403e7995775-b78dd2ec, #w-node-c85b9b71-ab71-98df-85cd-aa9f90d5fb22-b78dd2ec, #w-node-_152230df-0435-cfa7-194d-c59ada9ffa29-b78dd2ef {
    grid-column: span 1 / span 1;
  }
}

/* Hamburger Menu - Pure CSS Animation */
/* Only show on tablet and mobile (991px and below) */
@media screen and (max-width: 991px) {
  .menu-button.w-nav-button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden;
  }

  .menu-button.w-nav-button .humbarger {
    width: 24px !important;
    height: 18px !important;
    min-width: 24px !important;
    min-height: 18px !important;
    max-width: 24px !important;
    max-height: 18px !important;
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    cursor: pointer;
    overflow: visible;
  }

  .menu-button.w-nav-button .humbarger .hamburger-line {
    display: block !important;
    width: 24px !important;
    height: 2px !important;
    min-height: 2px !important;
    max-height: 2px !important;
    background-color: #1a1a1a !important;
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center center;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }

  /* When menu is open - Hamburger transforms to X */
  .menu-button.w-nav-button.w--open .humbarger .line-1 {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-button.w-nav-button.w--open .humbarger .line-2 {
    opacity: 0;
    transform: scaleX(0);
  }

  .menu-button.w-nav-button.w--open .humbarger .line-3 {
    transform: translateY(-8px) rotate(-45deg);
  }
}


/* Services - Remove link behavior */
div.services-title,
div.services-right {
  cursor: default;
}
