@font-face {
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A";
  src: url('../fonts/BDOGrotesk-Regular-BF648a656fd543a.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bdogrotesk Bf 648 A 656 Fc 86 B 8";
  src: url('../fonts/BDOGrotesk-Medium-BF648a656fc86b8.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bdogrotesk Bf 648 A 656 F 8559 F";
  src: url('../fonts/BDOGrotesk-Bold-BF648a656f8559f.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --heading-six-font--body-color: #535353;
  --heading-six-font--black: #232318;
  --heading-one-font--h1-s: 55px;
  --heading-one-font--h1-d: 65px;
  --heading-one-font--h1-t: 55px;
  --heading-one-font--h1-l: 45px;
  --heading-one-font--h1-m: 35px;
  --heading-two-font--h2-s: 40px;
  --heading-two-font--h2-d: 45px;
  --heading-two-font--h2-t: 35px;
  --heading-two-font--h2-l: 33px;
  --heading-two-font--h2-m: 30px;
  --heading-three-font--h3-s: 30px;
  --heading-three-font--h3-d: 30px;
  --heading-three-font--h3-t: 28px;
  --heading-three-font--h3-l: 26px;
  --heading-three-font--h3-m: 23px;
  --heading-four-font--h4-s: 23px;
  --heading-four-font--h4-d: 23px;
  --heading-four-font--h4-t: 23px;
  --heading-four-font--h4-l: 23px;
  --heading-four-font--h4-m: 20px;
  --heading-five-font--h5-s: 20px;
  --heading-five-font--h5-d: 20px;
  --heading-five-font--h5-t: 20px;
  --heading-five-font--h5-l: 20px;
  --heading-five-font--h5-m: 18px;
  --heading-six-font--h6-s: 18px;
  --heading-six-font--h6-d: 18px;
  --heading-six-font--h6-t: 17px;
  --heading-six-font--h6-l: 17px;
  --heading-six-font--h6-m: 16px;
  --heading-six-font--white: white;
  --heading-six-font--light-text: #ffefe6;
  --heading-six-font--yellow: #e8bf96;
  --heading-six-font--brown: #bf7765;
  --heading-six-font--yellow-bg: #f4f3ea;
  --heading-six-font--white-body-color: #e2e2e2;
  --heading-six-font--bg-color\<deleted\|variable-139d1183-ca65-1aa0-8aed-773a10367c03\>: #1e1e2b;
  --heading-six-font--light-yellow-two: #fcf9f5;
  --heading-six-font--gray: #b1b1b1;
  --heading-six-font--dark-bg: #0b0449;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--heading-six-font--body-color);
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 1.62;
}

h1 {
  color: var(--heading-six-font--black);
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: var(--heading-one-font--h1-s);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.15;
}

h2 {
  color: var(--heading-six-font--black);
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: var(--heading-two-font--h2-s);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.22;
}

h3 {
  color: var(--heading-six-font--black);
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: var(--heading-three-font--h3-s);
  text-transform: capitalize;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.33;
}

h4 {
  color: var(--heading-six-font--black);
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: var(--heading-four-font--h4-s);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.43;
}

h5 {
  color: var(--heading-six-font--black);
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: var(--heading-five-font--h5-s);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  color: var(--heading-six-font--black);
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: var(--heading-six-font--h6-s);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.66;
}

p {
  color: var(--heading-six-font--body-color);
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.62;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: decimal;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: disc;
}

.subheading-bottom-padding {
  padding-bottom: 18px;
}

.subheading-bottom-padding.overflow-hidden {
  overflow: hidden;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.subheading {
  color: var(--heading-six-font--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Bdogrotesk Bf 648 A 656 Fc 86 B 8", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.menu {
  color: #fff;
  letter-spacing: .32px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 26px;
}

.menu.menu-link {
  color: var(--heading-six-font--black);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  transition: all .3s;
}

.menu.menu-link:hover {
  transform: translate(15px);
}

.menu.menu-link.w--current {
  color: var(--heading-six-font--black);
}

.button-text {
  color: var(--heading-six-font--black);
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fc 86 B 8", Arial, sans-serif;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

.button-text.button-text-hover.button-text-color-change {
  color: var(--heading-six-font--white);
}

.button-text.button-text-hover.button-text-color-change.center {
  width: 100%;
}

.button-text.button-text-hover {
  color: #bf7765;
  position: absolute;
  inset: auto auto -100% 0%;
}

.heading-style-h6 {
  color: #000;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}

.heading-style-h4 {
  color: #000;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 23px;
  line-height: 1.43;
}

.para-bottom-padding {
  padding-bottom: 52px;
}

.heading-style-h3 {
  color: #000;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.33;
}

.heading-style-h3.light-body-color {
  color: #0006;
}

.heading-style-h3.is-case {
  text-transform: none;
}

.heading-style-h2 {
  color: #000;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.22;
}

.heading-card-bottom-padding {
  padding-bottom: 50px;
}

.heading-one-bottom-padding {
  padding-bottom: 20px;
}

.heading-one-bottom-padding.overflow-hidden {
  overflow: hidden;
}

.button-upper-padding {
  padding-bottom: 35px;
  padding-right: 0;
}

.heading-style-h5 {
  color: #000;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.menu-button-new {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
}

.nav-button {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

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

.nav-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-no {
  color: #000;
  background-color: #fff3f0;
  border-radius: 50%;
  min-width: 16px;
  height: 16px;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
  position: absolute;
  inset: 8% 42% auto auto;
}

.icon-color {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.dropdown-toggle {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 5px;
  padding-right: 40px;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.logo-content {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 35px;
  display: flex;
}

.menu-button-line.middle-line {
  background-color: #fff3f0;
  width: 31px;
  height: 2px;
}

.menu-button-line.bottom-line {
  background-color: #fff3f0;
  width: 15px;
  height: 2px;
}

.menu-button-line.top-line {
  background-color: #fff3f0;
  width: 31px;
  height: 2px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin.text-light {
  color: var(--heading-six-font--light-text);
}

.no-margin.text-light.footer-para {
  max-width: 400px;
  padding-bottom: 25px;
}

.no-margin.footer-address {
  color: var(--heading-six-font--white);
  max-width: 220px;
  padding-bottom: 60px;
}

.button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: var(--heading-six-font--yellow);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 25px 8px 8px;
  display: flex;
  position: relative;
}

.button.button-text.text-align {
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 8px;
}

.button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
  position: relative;
}

.auto-fit {
  object-fit: cover;
  max-width: 100%;
}

.auto-fit.service-image-one {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.auto-fit.change-width {
  width: 110%;
  max-width: none;
  height: 110%;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.change-container {
  max-width: 1605px;
}

.expert-card-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 44px;
  display: flex;
}

.expert-card {
  background-color: #fff;
  padding: 40px 10px 35px 15px;
  box-shadow: 0 20px 60px #0000001f;
}

.trust-button {
  background-color: #232318;
  border-radius: 27px;
  padding: 5px 17px;
}

.trust-button-text {
  color: var(--heading-six-font--white);
  letter-spacing: -.16px;
  font-size: 13px;
  font-weight: 700;
}

.expert-card-image {
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.body-color {
  color: #535353;
}

.expert {
  padding-top: 115px;
  padding-bottom: 100px;
  overflow: hidden;
}

.expert-text-content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.expert-button {
  background-color: #2323180d;
  border-radius: 50px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.expert-card-heading {
  padding-top: 50px;
  padding-bottom: 20px;
}

.expert-heading {
  text-align: center;
  max-width: 500px;
}

.expert-heading.heading-card-bottom-padding.overflow-hidden {
  padding-bottom: 50px;
  overflow: hidden;
}

.expert-button-content-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding: 11px 5px 11px 14px;
  display: flex;
}

.expert-para {
  max-width: 270px;
}

.deliver {
  padding-bottom: 100px;
  overflow: hidden;
}

.deliver-text {
  color: #000;
  text-align: center;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 60px;
  line-height: 80px;
}

.overlay-line-wrapper {
  flex-flow: column;
  position: absolute;
  inset: 0%;
}

.heading-item {
  height: 77px;
  position: relative;
  overflow: hidden;
}

.deliver-heading {
  background-color: #ffffff80;
  position: absolute;
  inset: 0%;
}

.deliver-heading.move-four {
  background-color: #fffffff2;
}

.deliver-heading.move-two {
  background-color: #fffc;
}

.deliver-heading.move-three {
  background-color: #ffffffe6;
}

.deliver-text-overlay {
  color: #53535380;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.solution-card-heading {
  margin-top: -5px;
  padding-bottom: 20px;
}

.solution-counter-part {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

.solution {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.solution-right-part {
  flex: 1;
  max-width: 569px;
}

.counter-heading {
  padding-bottom: 16px;
}

.text-content {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding-left: 3px;
  display: flex;
  position: relative;
}

.solution-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
  display: flex;
}

.solution-card-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.solution-card-content-wrapper.button-upper-padding {
  padding-bottom: 35px;
}

.circle-overlay-three {
  background-image: linear-gradient(#ffffffb3, #000c 70%);
  margin-top: auto;
  margin-bottom: -5px;
  margin-right: -25px;
}

.circle-overlay-three.solution-one {
  background-image: linear-gradient(#ffffffa1 68%, #000000bd);
}

.circle-overlay-three.solution-two {
  background-image: linear-gradient(360deg, #ffffffb3, #232318 70%);
  margin-top: 0;
  margin-bottom: auto;
}

.counter-para {
  max-width: 200px;
}

.solution-heading {
  max-width: 600px;
  padding-bottom: 35px;
}

.solution-heading.overflow-hidden {
  overflow: hidden;
}

.text-content-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 154px;
  min-height: 154px;
  padding-left: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-overlay {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.circle-overlay-one {
  background-image: linear-gradient(#0000, #fff);
}

.solution-card-para {
  max-width: 450px;
}

.circle-overlay-two {
  background-color: var(--heading-six-font--brown);
  height: 100%;
  position: relative;
  bottom: 0;
}

.circle-overlay-two.one {
  background-color: var(--heading-six-font--black);
  margin-bottom: -10px;
}

.circle-overlay-two.circle-two-copy, .circle-overlay-two.circle-two-copy-copy {
  background-color: var(--heading-six-font--black);
  height: 0%;
}

.solution-card-upper-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  align-items: flex-start;
  display: flex;
}

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

.text-light-white {
  color: #fffc;
}

.query-brown-card-heading {
  padding-bottom: 7px;
}

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

.query-text {
  max-width: 550px;
  padding-bottom: 32px;
}

.query-card-heading {
  padding-bottom: 10px;
}

.query-right-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.query {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.query-heading {
  max-width: 450px;
  padding-bottom: 23px;
}

.query-heading.overflow-hidden {
  overflow: hidden;
}

.query-card-text {
  max-width: 450px;
}

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

.query-card-content.change-padding {
  padding-top: 30px;
}

.query-brown-card {
  z-index: 999;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--heading-six-font--yellow-bg);
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 20px 45px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-lower-right-part {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-lower-part {
  justify-content: space-between;
  align-items: center;
  max-width: 1605px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.subheading-bottom-padding-2 {
  padding-bottom: 18px;
}

.subheading-bottom-padding-2.overflow-hidden {
  overflow: hidden;
}

.main-marquee {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  padding-top: 85px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.main-marquee-ten {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: none;
  align-items: center;
  display: flex;
}

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

.services-tailored-solutions-iten-wrap {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.services-tailored-solutions-main-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.services-tailored-solutions-image-box {
  flex: 1;
  display: flex;
  position: relative;
}

.services-tailored-solutions-text-box {
  flex: 1;
}

.services-tailored-solutions-iten-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #c8c8c8;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.services-tailored-solutions-iten-wrapper.broder-none {
  border-bottom-style: none;
}

.services-tailored-solutions-iten-wrapper.top-padding-remove {
  padding-top: 0;
}

.services-tailored-solutions-iten {
  flex: 1;
}

.services-tailored-solutions-review-name {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.services-tailored-solutions-review-section {
  flex: 1;
}

.services-tailored-solutions-review-box {
  background-color: var(--heading-six-font--black);
  padding: 20px 40px 20px 30px;
}

.services-tailored-solutions-sec {
  padding-top: 120px;
  padding-bottom: 120px;
}

.services-tailored-solutions-review-text {
  max-width: 259px;
  padding-top: 24px;
  padding-bottom: 20px;
}

.blog-two-left-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 18px;
  display: flex;
}

.blog-two-main-item-section {
  padding-top: 85px;
  padding-bottom: 120px;
}

.blog-two-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--heading-six-font--body-color);
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-decoration: none;
  display: flex;
}

.blog-two-left-text-box {
  flex: 1;
}

.blog-two-right-image-box {
  flex: 1;
  max-width: 630px;
}

.blog-two-left-para {
  max-width: 490px;
}

.blog-two-left-heading {
  max-width: 450px;
  padding-bottom: 42px;
}

.scroll-section {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
  top: -120px;
  overflow: hidden;
}

.sticky-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.slider-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  height: 100%;
  display: flex;
}

.number-block-one {
  color: #fff;
  position: relative;
}

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

.slide-image.image-full-width {
  width: 100%;
  height: 100%;
}

.right-slider-box {
  flex-flow: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.left-slider-box {
  align-self: center;
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.slider-navigation {
  z-index: 2;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  width: 8%;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 64%;
}

.number-block-two {
  color: #fff;
}

.slider {
  background-color: #ddd0;
  align-self: center;
  height: 100%;
  overflow: hidden;
}

.slide-nav-two {
  z-index: 3;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  width: 8%;
  height: auto;
  display: flex;
  top: auto;
  bottom: 4%;
  left: 35%;
}

.mask-two {
  width: 100vw;
  height: 100%;
}

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

.number-block-three {
  color: #fff;
}

.expert-guidence-button {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--heading-six-font--white);
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 25%;
}

.center-slide-box {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 300%;
  height: 631px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stricke-through-2 {
  background-color: var(--heading-six-font--white);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 40%;
  transform: translate(-7px, 2px)rotate(-30deg);
}

.middle-slide-overlay {
  background-image: linear-gradient(#0000 60%, #000);
  position: absolute;
  inset: 0%;
}

.image-full-width {
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: var(--heading-six-font--white);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.image-overlay.image-overlay-red {
  z-index: 999;
  background-color: var(--heading-six-font--yellow);
}

.tab-display-on {
  display: none;
}

.growth-image-content {
  flex: 1;
  max-width: 549px;
  display: flex;
  position: relative;
}

.growth-image-content.overflow-hidden {
  overflow: hidden;
}

.check-box-active {
  border: 1px solid var(--heading-six-font--black);
  background-color: #23231800;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 42px;
  min-height: 42px;
  display: flex;
}

.check-box {
  border: 1px solid var(--heading-six-font--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 44px;
  min-height: 44px;
  display: flex;
}

.yellow-checkmark {
  position: absolute;
}

.black-checkmark {
  display: none;
}

.faq-first-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 238px;
  height: 473px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-optimization-bottom-box {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.blog-data-font {
  color: #000;
  letter-spacing: .64px;
  text-transform: uppercase;
  font-family: "Bdogrotesk Bf 648 A 656 Fc 86 B 8", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.home-one-our-blogs-item-button {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subpara-color {
  color: #c8c8c8;
}

.optimization-para {
  max-width: 490px;
  padding-bottom: 15px;
}

.optimization-para.overflow-hidden {
  overflow: hidden;
}

.home-one-our-blogs-item-iamge {
  height: 273px;
  padding-bottom: 28px;
  overflow: hidden;
}

.home-one-our-blogs-item-iamge.blog-card-image {
  height: 346px;
}

.home-one-optimization-logo-box {
  z-index: 999;
  background-color: var(--heading-six-font--black);
  max-width: 410px;
  margin-bottom: -40px;
  margin-left: -260px;
  padding: 40px 20px 30px 30px;
  position: relative;
}

.home-one-optimization-text-box {
  border-left: 1px solid #c8c8c8;
  width: 586px;
}

.home-one-optimization-logo-para {
  max-width: 340px;
}

.logo-two-show {
  position: absolute;
  inset: 0%;
}

.home-one-optimization-maige-box {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.home-one-our-blogs {
  padding-top: 115px;
  padding-bottom: 104px;
}

.home-one-blog-heading-block {
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 50px;
  display: flex;
}

.home-one-our-blogs-heading {
  padding-bottom: 25px;
}

.home-one-blog-heading {
  max-width: 600px;
}

.home-one-blog-heading.overflow-hidden {
  overflow: hidden;
}

.auto-fit-10 {
  aspect-ratio: auto;
  text-shadow: 0 1px 1px #0003;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.auto-fit-10.image-five {
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.auto-fit-10.image-four {
  z-index: 1;
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.auto-fit-10.image-three {
  display: inline-block;
  position: absolute;
  inset: 0%;
}

.auto-fit-10.image-two-show {
  z-index: 5;
  position: relative;
}

.auto-fit-10.image-one {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.logo-four {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.sub-button-font {
  color: #000;
  font-family: "Bdogrotesk Bf 648 A 656 Fc 86 B 8", Arial, sans-serif;
  font-weight: 500;
  line-height: 20px;
}

.logo-three {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.home-one-our-blogs-item-data {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 20px;
  display: flex;
}

.home-one-optimization {
  object-fit: fill;
  padding-top: 113px;
  padding-bottom: 113px;
}

.home-one-optimization.overflow-hidden {
  overflow: hidden;
}

.logo-one {
  opacity: 0;
  position: relative;
}

.home-one-optimization-main-item {
  cursor: pointer;
  border-bottom: 1px solid #c8c8c8;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 68px;
}

.home-one-optimization-main-item.botton-line-none {
  border-bottom-style: none;
}

.home-one-optimization-logo-image {
  padding-bottom: 20px;
  position: relative;
}

.optimization-image-content {
  position: relative;
  overflow: hidden;
}

.home-one-optimization-top-box {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  display: flex;
}

.home-one-optimization-logo-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.wrapper-color-brown {
  background-color: var(--heading-six-font--yellow-bg);
}

.logo-five {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.optimization-heading-two {
  max-width: 500px;
}

.optimization-heading-two.overflow-hidden {
  overflow: hidden;
}

.home-two-hero-slide {
  width: 100%;
}

.text-field {
  color: #464646;
  letter-spacing: 0;
  background-color: #fff0;
  border-style: none none solid;
  border-top-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: #0003;
  border-left-color: #000;
  margin-bottom: 0;
  padding: 20px 0 35px;
  font-size: 16px;
  line-height: 26px;
}

.text-field:focus {
  border-bottom-width: 1px;
  border-bottom-color: var(--heading-six-font--yellow);
}

.text-field::placeholder {
  color: var(--heading-six-font--body-color);
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
}

.text-field.chnage-border {
  color: var(--heading-six-font--white-body-color);
  border-bottom-width: 1px;
  border-bottom-color: #ffffff80;
}

.text-field.chnage-border::placeholder {
  color: var(--heading-six-font--white-body-color);
}

.resource-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 470px;
  display: grid;
}

.home-one-blog-card-wrapper {
  text-decoration: none;
}

.faq-second-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 324px;
  height: 663px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-one-scroll {
  background-color: #b1b1b180;
  width: 100%;
  height: 1px;
}

.home-one-blog-image-content {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.service-number {
  color: #0006;
}

.sub-heading {
  color: #e7d2d2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}

.sub-heading.text-color-white {
  color: #fff;
}

.inner-page-line {
  background-color: #fff;
  width: 1px;
  height: 100%;
}

.inner-page-lines-wrapper {
  z-index: 3;
  opacity: .2;
  pointer-events: none;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 55.72%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.inner-pages-hero-curtain {
  z-index: 3;
  background-color: var(--heading-six-font--black);
  position: absolute;
  inset: 0%;
}

.inner-pages-hero {
  padding: 271px 15px 260px;
  position: relative;
  overflow: hidden;
}

.inner-pages-hero-main {
  z-index: 4;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.inner-pages-hero-background {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-pages-hero-curtain-two {
  z-index: 1;
  background-color: var(--heading-six-font--black);
  position: absolute;
  inset: 0%;
}

.home-two-growth-image-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 549px;
  height: 624px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tailored-image-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 550px;
  height: 653px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-inner-wrap:where(.w-variant-c2613786-24b6-7ece-49ab-6212fe095def) {
  justify-content: flex-start;
  align-items: center;
}

.all-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--heading-six-font--yellow);
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-text-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrap:where(.w-variant-c2613786-24b6-7ece-49ab-6212fe095def) {
  margin-left: 30px;
}

.button-text-wrap.center {
  width: 100%;
}

.button-arrow-one {
  position: relative;
}

.button-arrow-one.button-arrow-alter {
  position: absolute;
  inset: 0% auto 0% -100%;
}

.button-hover-background {
  background-color: var(--heading-six-font--black);
  transform-origin: 0%;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

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

.arrow-box {
  background-color: var(--heading-six-font--black);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.tailored-para {
  max-width: 650px;
}

.tailored-para.para-bottom-padding {
  padding-bottom: 52px;
}

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

.block-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cart-button {
  background-color: #3898ec00;
  padding-top: 7px;
  padding-bottom: 7px;
}

.text-brown {
  color: var(--heading-six-font--brown);
}

.display-off {
  display: none;
}

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

.checkout-form {
  background-color: var(--heading-six-font--white);
}

.paypal {
  padding-top: 100px;
  padding-bottom: 120px;
}

.paypal-checkout-form {
  background-color: var(--heading-six-font--white);
  min-height: 0;
}

.order-confirmation {
  background-color: var(--heading-six-font--white);
  min-height: 0;
  padding-bottom: 0;
}

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

.dropdown-list {
  background-color: var(--heading-six-font--white);
  min-width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-list.w--open {
  background-color: var(--heading-six-font--white);
}

.mega-menu-list-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  padding: 20px 40px 20px 30px;
  display: flex;
}

.mega-menu-list-box.right-border {
  border-right: 1px solid #ffffff0f;
}

.mega-menu-list-box.right-border.bottom-padding-off {
  padding-right: 0;
}

.pages-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--heading-six-font--white);
  -webkit-backdrop-filter: blur(91px);
  backdrop-filter: blur(91px);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

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

.dropdown-link {
  color: var(--heading-six-font--black);
  text-transform: uppercase;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 14px;
  transition: all .5s;
}

.dropdown-link:hover {
  transform: translate(15px);
}

.dropdown-link.w--current {
  color: #fff;
  padding-right: 0;
}

.dropdown-list-2 {
  background-color: #ddd0;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  inset: 70% 0% 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.gutter-space {
  padding-left: 15px;
  padding-right: 15px;
}

.utility-page-content {
  background-color: var(--heading-six-font--black);
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 692px;
  margin-bottom: 0;
  padding: 50px 45px;
  display: flex;
}

.utility-page-content.background-change {
  background-color: var(--heading-six-font--white);
  justify-content: center;
  align-items: center;
  max-width: 1920px;
  height: 100%;
}

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

.cross-line-one {
  transform: rotate(45deg);
}

.menu-cross-icon {
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 34px;
  height: 34px;
  margin-top: 28px;
  display: flex;
  position: absolute;
  inset: 40px 40px auto auto;
  overflow: hidden;
}

.menu-social-media-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 130px;
}

.menu-social-media-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.desktop-hamburgar-menu {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.cross-line-two {
  transform: translate(0, 1px)rotate(-45deg);
}

.menu-social-link {
  border: 1px solid #00000026;
  justify-content: center;
  align-items: center;
  width: 44.25px;
  height: 44.25px;
  transition: all .25s;
  display: flex;
}

.menu-social-link:hover {
  background-color: var(--heading-six-font--yellow);
  border-color: #ffefe6;
}

.desktop-menu-content {
  color: var(--heading-six-font--black);
  text-align: center;
  max-width: 350px;
  margin-bottom: 80px;
}

.hamburger {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  cursor: pointer;
  justify-content: center;
  align-items: flex-start;
}

.line {
  border-top: 2px solid #fff;
  width: 30px;
}

.line.line-three {
  width: 15px;
}

.margin-bottom-thirty-five {
  margin-bottom: 35px;
}

.latest-article-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 371.13px;
  margin-bottom: 80px;
}

.hamburgar-line {
  background-color: #fff;
  width: 38.99px;
  height: 2px;
}

.hamburgar-line.one, .hamburgar-line.two {
  background-color: var(--heading-six-font--bg-color\<deleted\|variable-139d1183-ca65-1aa0-8aed-773a10367c03\>);
}

.desktop-menu {
  background-color: var(--heading-six-font--yellow-bg);
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 100vh;
  padding-top: 50px;
  position: relative;
  transform: translate(100%);
}

.password-heading {
  padding-top: 20px;
  padding-bottom: 18px;
}

.image-box {
  padding-bottom: 60px;
}

.error-heading {
  padding-bottom: 15px;
}

.error-wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.password-icon-box {
  background-color: #e8bf961a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hover-text {
  color: var(--heading-six-font--light-yellow-two);
}

.hover-text:hover {
  color: var(--heading-six-font--yellow);
}

.cart-2 {
  border-right: 1px solid var(--heading-six-font--white);
  padding-right: 25px;
}

.landing-home-page-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #0003;
  flex-flow: column;
  padding: 20px 20px 23px;
  display: flex;
  position: relative;
}

.landing-inner-page-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
}

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

.text-color-white {
  color: #fff;
}

.div-block-139 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.mega-menu-list-box-wrapper {
  border-right: 1px solid #0006;
}

.mega-menu-list-box-wrapper.border-right-remove.border-none {
  border-right-style: none;
}

.responsive-overlay {
  display: none;
}

.banner-overlay {
  z-index: 3;
  background-image: linear-gradient(#232318, #232318e3 25%, #23231899 77%, #23231866);
  position: absolute;
  inset: 0%;
}

.main-footer {
  background-color: var(--heading-six-font--black);
  padding-top: 20px;
}

.footer-subheading-bottom-padding {
  padding-bottom: 22px;
}

.text-light {
  color: var(--heading-six-font--light-text);
}

.footer-upper-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #e8bf961a;
  grid-template-rows: auto;
  grid-template-columns: 1fr .7fr .7fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start center;
  padding-top: 70px;
  padding-bottom: 90px;
  display: grid;
}

.footer-logo-bottom-padding {
  padding-bottom: 30px;
}

.footer-quick-links {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.footer-icon-box {
  border: 1px solid #e8bf9633;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

.contact-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.footer-utility-pages {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.footer-marky-text {
  color: var(--heading-six-font--light-text);
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 280px;
  line-height: 120px;
}

.footer-star {
  margin-top: 35px;
}

.black-icon {
  position: absolute;
}

.no-margin-29 {
  margin-top: 0;
  margin-bottom: 0;
}

.no-margin-29.is-case {
  text-transform: none;
}

.home-two-hero-slide-2 {
  width: 100%;
}

.text-white-7 {
  color: #fff;
}

.heading-style-h5-4 {
  color: #000;
  letter-spacing: -.48px;
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fd 543 A", Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.submit-button-2 {
  z-index: 99;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.footer-logo {
  margin-left: -10px;
}

.menu-cross-info-line-wrap {
  background-color: var(--heading-six-font--gray);
  width: 100%;
  height: 2px;
  position: relative;
}

.menu-cross-info-line {
  background-color: var(--heading-six-font--yellow);
  position: absolute;
  inset: 0%;
}

.menu-cross-info-wrap {
  cursor: pointer;
}

.text-block-3 {
  opacity: 0;
  position: absolute;
}

.rt-fixed-tag {
  z-index: 2147483647;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.rt-icon-main {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.rt-icon-main.rt-2 {
  background-color: #202020;
}

.rt-fixed-icon-1 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  background-image: linear-gradient(90deg, #b8c8ff, #ffd8d8);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
}

.rt-fixed-icon-1.rt-1 {
  text-decoration: none;
  transform: translate(130px);
}

.rt-fixed-icon-1.rt-3 {
  background-image: linear-gradient(90deg, #169ef3, #9649e5);
  text-decoration: none;
  transform: translate(130px);
}

.rt-fixed-icon-1.rt-2 {
  background-color: #000;
  background-image: none;
  text-decoration: none;
  transform: translate(130px);
}

.rt-template-div.rt-1, .rt-template-div.rt3, .rt-template-div.rt-2 {
  overflow: hidden;
}

.rt-chnage-font {
  color: #000;
  text-transform: capitalize;
  padding-top: 2px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 500;
}

.rt-chnage-font.rt-change-white {
  color: #fff;
}

.rt-fixed-top {
  z-index: 2147483647;
  height: 140px;
  position: fixed;
  inset: 40% 0% 0% auto;
  overflow: hidden;
}

.button-wrapper-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
  position: relative;
}

.arrow-box-2 {
  background-color: #232318;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 18px;
  display: flex;
}

.arrow-box-2.is-background {
  background-color: #fff;
}

.auto-fit-11 {
  object-fit: cover;
  max-width: 100%;
}

.auto-fit-11.change-width {
  width: 110%;
  max-width: none;
  height: 110%;
}

.auto-fit-11.service-image-four {
  position: absolute;
  inset: 0%;
}

.auto-fit-11.service-tailored-image-two {
  z-index: 2;
  position: relative;
}

.auto-fit-11.service-image-three {
  position: absolute;
  inset: 0%;
}

.auto-fit-11.tab-image-full-width.change-width {
  width: 110%;
  height: 110%;
}

.all-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e8bf96;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px;
  display: flex;
  position: relative;
}

.all-button-2.is-background {
  background-color: #061c21;
}

.button-inner-wrap-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-2 {
  color: #232318;
  text-transform: capitalize;
  font-family: "Bdogrotesk Bf 648 A 656 Fc 86 B 8", Arial, sans-serif;
  font-weight: 500;
  line-height: 26px;
  position: relative;
}

.button-text-2.is-color {
  color: #fff;
}

.button-text-2.is-color.is-case {
  text-transform: none;
}

.scroll-bar-2 {
  z-index: -1;
  border-right: 1px dashed #1e1e2b;
  width: 1px;
  height: 33%;
  position: absolute;
  inset: 16% auto auto 3.3%;
}

.button-text-wrap-2 {
  z-index: 9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.subheading-3 {
  color: #232318;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Bdogrotesk Bf 648 A 656 Fc 86 B 8", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-3.is-case {
  text-transform: none;
}

.subheading-bottom-padding-5 {
  padding-bottom: 18px;
}

.subheading-bottom-padding-5.overflow-hidden {
  overflow: hidden;
}

.query-brown-right-part-2 {
  border-left: 1px solid #b1b1b1;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 40px;
}

.query-icon-wrapper-2 {
  background-color: #232318;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  display: flex;
}

.div-block-154 {
  border-bottom: 1px solid #0003;
}

.stricke-through-3 {
  background-color: #fff;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 40%;
  transform: translate(-7px, 2px)rotate(-30deg);
}

.expert-guidence-button-2 {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px 25px;
  display: flex;
  position: absolute;
  bottom: 32px;
  left: 25%;
}

.service-number-2 {
  color: #0006;
}

.service-number-2.is-color {
  color: #000;
}

.button-wrapper-5 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
  position: relative;
}

.auto-fit-12 {
  aspect-ratio: auto;
  text-shadow: 0 1px 1px #0003;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.auto-fit-12.image-two-show {
  z-index: 5;
  position: relative;
}

.home-one-optimization-logo-box-2 {
  z-index: 999;
  background-color: #232318;
  max-width: 410px;
  margin-bottom: -40px;
  margin-left: -260px;
  padding: 40px 20px 30px 30px;
  position: relative;
}

.home-one-optimization-logo-box-2.is-radius {
  border-radius: 15px;
}

.button-hover-background-3 {
  transform-origin: 0%;
  background-color: #232318;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% -100%;
}

.rt-icon-wrapper {
  display: flex;
}

.rt-icon {
  background-color: #d9d9d9;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: var(--heading-one-font--h1-d);
  }

  h2 {
    font-size: var(--heading-two-font--h2-d);
  }

  h3 {
    font-size: var(--heading-three-font--h3-d);
  }

  h4 {
    font-size: var(--heading-four-font--h4-d);
  }

  h5 {
    font-size: var(--heading-five-font--h5-d);
  }

  h6 {
    font-size: var(--heading-six-font--h6-d);
  }

  a {
    color: var(--heading-six-font--body-color);
  }

  .heading-style-h2 {
    color: #000;
    font-size: 45px;
    line-height: 1.22;
  }

  .dropdown-toggle {
    padding-left: 10px;
    padding-right: 45px;
  }

  .expert-card-content {
    justify-content: space-between;
  }

  .expert-heading {
    max-width: 599px;
  }

  .text-content {
    width: 162px;
    height: 162px;
  }

  .solution-content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .counter-para {
    max-width: 350px;
  }

  .solution-heading {
    max-width: 850px;
  }

  .text-content-wrapper {
    min-width: 166px;
    min-height: 166px;
  }

  .query-content {
    justify-content: space-between;
  }

  .query-heading {
    max-width: 500px;
  }

  .services-tailored-solutions-main-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    align-items: center;
  }

  .services-tailored-solutions-image-box, .services-tailored-solutions-review-section {
    flex: 0 auto;
  }

  .services-tailored-solutions-review-text {
    padding-bottom: 25px;
  }

  .blog-two-left-heading {
    max-width: 550px;
  }

  .home-one-our-blogs {
    padding-bottom: 123px;
  }

  .optimization-heading-two {
    max-width: 600px;
  }

  .utility-page-content {
    padding-left: 80px;
    padding-right: 80px;
  }

  .landing-home-page-card {
    padding: 34px 38px 33px;
  }

  .landing-inner-page-card {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    padding: 32px 37px 37px;
  }

  .two {
    position: absolute;
  }

  .scroll-bar-2 {
    left: 3%;
  }
}

@media screen and (min-width: 1440px) {
  .heading-one-bottom-padding {
    max-width: 650px;
  }

  .nav-content {
    padding-left: 0;
    padding-right: 0;
  }

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

  .expert-card-content {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
  }

  .expert-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .deliver-text {
    font-size: 75px;
    line-height: 95px;
  }

  .heading-item {
    height: 98px;
  }

  .solution-counter-part {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .solution-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .counter-para {
    max-width: 500px;
  }

  .solution-counter-card-content {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
  }

  .query-right-part, .query-card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .main-marquee-ten.change-gap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .services-tailored-solutions-main-wrapper {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .services-tailored-solutions-review-box {
    padding-top: 30px;
  }

  .home-one-optimization-logo-image {
    padding-bottom: 60px;
  }

  .desktop-hamburgar-menu {
    display: none;
  }

  .footer-marky-text {
    font-size: 320px;
    line-height: 192px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-style-h3.light-body-color {
    color: #0006;
  }

  .heading-style-h3.is-case {
    text-transform: none;
  }

  .icon-color {
    margin-right: 35px;
  }

  .dropdown-toggle {
    padding-right: 55px;
  }

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

  .circle-overlay-three.solution-one {
    margin-right: -20px;
  }

  .query-brown-card {
    right: -.5%;
  }

  .home-one-optimization-logo-box {
    padding-left: 38px;
    padding-right: 40px;
  }

  .optimization-heading-two.overflow-hidden.is-width {
    max-width: 450px;
  }

  .resource-content {
    height: 450px;
  }

  .footer-upper-content {
    justify-items: center;
  }

  .footer-icon-box:hover {
    background-color: #fff;
    border-style: none;
  }

  .scroll-bar-2 {
    left: 3.5%;
  }

  .home-one-optimization-logo-box-2 {
    padding-left: 38px;
    padding-right: 40px;
  }

  .rt-icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--heading-one-font--h1-t);
  }

  h2 {
    font-size: var(--heading-two-font--h2-t);
  }

  h3 {
    font-size: var(--heading-three-font--h3-t);
  }

  h4 {
    font-size: var(--heading-four-font--h4-t);
  }

  h5 {
    font-size: var(--heading-five-font--h5-t);
  }

  h6 {
    font-size: var(--heading-six-font--h6-t);
  }

  .subheading-bottom-padding {
    padding-bottom: 8px;
  }

  .menu {
    color: var(--heading-six-font--black);
  }

  .heading-style-h6 {
    font-size: 17px;
  }

  .para-bottom-padding {
    padding-bottom: 32px;
  }

  .heading-style-h3 {
    font-size: 28px;
  }

  .heading-style-h3.light-body-color {
    color: #232318;
  }

  .heading-style-h2 {
    font-size: 35px;
  }

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

  .heading-card-bottom-padding {
    padding-bottom: 35px;
  }

  .button-upper-padding {
    padding-bottom: 25px;
  }

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

  .menu-button-new {
    background-color: #fff0;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }

  .menu-button-new:active, .menu-button-new:focus-visible, .menu-button-new[data-wf-focus-visible], .menu-button-new.w--open {
    background-color: #fff0;
  }

  .nav-button {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    border-left-style: none;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-content {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .nav-menu {
    background-color: var(--heading-six-font--white);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-content {
    border-right-style: none;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-line {
    margin-bottom: 6px;
  }

  .menu-button-line.middle-line {
    color: #b0b0bc;
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-line.bottom-line {
    color: #b0b0bc;
    background-color: #fff;
    width: 11px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-line.top-line {
    background-color: #fff;
    width: 21.28px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .button-wrapper.change-align {
    justify-content: flex-start;
    align-items: center;
  }

  .auto-fit.tab-image-full-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit.service-image-one {
    display: none;
  }

  .auto-fit.change-width {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .expert-card-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .expert-card-image {
    margin-left: auto;
    margin-right: auto;
  }

  .expert {
    padding-top: 65px;
    padding-bottom: 55px;
  }

  .expert-text-content {
    padding-bottom: 5px;
  }

  .expert-card-heading {
    padding-top: 25px;
  }

  .expert-para {
    margin-left: auto;
    margin-right: auto;
  }

  .deliver {
    padding-bottom: 0;
  }

  .deliver-text {
    font-size: 50px;
    line-height: 70px;
  }

  .overlay-line-wrapper, .heading-item {
    display: none;
  }

  .deliver-text-overlay {
    padding-bottom: 55px;
  }

  .solution-card-heading {
    padding-bottom: 15px;
  }

  .solution-counter-part {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 100%;
  }

  .solution-counter-part.tab-middle {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .solution {
    padding-top: 65px;
    padding-bottom: 62px;
  }

  .solution-right-part {
    width: 100%;
    max-width: 100%;
  }

  .solution-right-part.tab-middle {
    text-align: center;
  }

  .solution-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap-reverse;
    padding-bottom: 50px;
  }

  .solution-card-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .circle-overlay-three, .circle-overlay-three.solution-two, .circle-overlay-three.solution-one, .circle-overlay-three.solution-two {
    width: 100%;
    height: 100%;
  }

  .counter-para {
    max-width: 600px;
  }

  .solution-heading {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }

  .circle-overlay-one {
    width: 100%;
    height: 100%;
  }

  .circle-overlay-two.one {
    width: 100%;
  }

  .circle-overlay-two.circle-two-copy, .circle-overlay-two.circle-two-copy-copy {
    width: 100%;
    height: 100%;
  }

  .solution-card-upper-content {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .solution-counter-card-content, .query-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .query-text {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .query-right-part {
    justify-content: center;
    align-items: stretch;
    width: 100%;
  }

  .query {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .query-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .query-card-text {
    max-width: 550px;
  }

  .query-card-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 30px;
  }

  .query-brown-card {
    display: none;
  }

  .query-left-part {
    width: 100%;
  }

  .query-left-part.tab-middle {
    text-align: center;
  }

  .footer-lower-part {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .main-marquee {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-marquee-ten {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-tailored-solutions-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .services-tailored-solutions-image-box {
    max-width: 100%;
  }

  .services-tailored-solutions-text-box {
    width: 100%;
    max-width: 100%;
  }

  .services-tailored-solutions-iten-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .services-tailored-solutions-sec {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-two-left-data {
    justify-content: center;
    align-items: center;
  }

  .blog-two-main-item-section {
    padding-top: 35px;
    padding-bottom: 70px;
  }

  .blog-two-item-wrapper {
    flex-flow: column;
  }

  .blog-two-right-image-box {
    max-width: 100%;
  }

  .blog-two-left-para {
    max-width: 550px;
  }

  .blog-two-left-heading {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
  }

  .scroll-section {
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
  }

  .sticky-wrapper.tab-display-none {
    display: none;
  }

  .tab-image-full-width {
    width: 100%;
    height: 100%;
  }

  .tab-display-on {
    display: block;
    position: relative;
  }

  .growth-image-content {
    width: 100%;
    max-width: 100%;
  }

  .faq-first-image {
    max-width: 100%;
    height: auto;
  }

  .home-one-optimization-bottom-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .home-one-optimization-bottom-box.is-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: flex-start;
  }

  .home-one-our-blogs-item-button {
    justify-content: center;
    align-items: center;
  }

  .home-one-optimization-eand-wrap {
    flex: 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .optimization-para {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .home-one-our-blogs-item-iamge {
    height: 346px;
    margin-bottom: 18px;
  }

  .home-one-optimization-logo-box {
    display: none;
    right: auto;
  }

  .home-one-optimization-text-box {
    width: 100%;
  }

  .home-one-optimization-logo-para {
    max-width: 100%;
  }

  .home-one-optimization-maige-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }

  .home-one-our-blogs {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-blog-heading-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-one-blog-heading-block.tab-middle {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
  }

  .home-one-our-blogs-heading {
    padding-bottom: 15px;
  }

  .home-one-blog-heading {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .auto-fit-10 {
    width: 100%;
  }

  .auto-fit-10.image-five, .auto-fit-10.image-four, .auto-fit-10.image-three {
    display: none;
  }

  .auto-fit-10.image-two-show {
    height: 100%;
  }

  .auto-fit-10.image-one {
    display: none;
  }

  .home-one-our-blogs-item-data {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .home-one-optimization {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .home-one-optimization-main-item {
    width: 100%;
  }

  .home-one-optimization-main-item.botton-line-none {
    padding-bottom: 0;
  }

  .home-one-optimization-main-item.is-padding {
    padding-left: 30px;
  }

  .home-one-optimization-logo-image {
    padding-bottom: 20px;
  }

  .optimization-image-content {
    width: 100%;
  }

  .home-one-optimization-top-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 40px;
  }

  .home-one-optimization-stard-wrap {
    width: 100%;
  }

  .optimization-heading-two {
    margin-left: auto;
    margin-right: auto;
  }

  .home-two-hero-slide {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .resource-content {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .home-one-blog-card-wrapper {
    width: 100%;
  }

  .home-one-blog-card-wrapper.tab-middle {
    text-align: center;
  }

  .faq-second-image {
    max-width: 100%;
    height: auto;
  }

  .home-one-blog-image-content {
    height: 346px;
  }

  .service-number {
    color: var(--heading-six-font--black);
  }

  .inner-pages-hero-curtain {
    display: none;
  }

  .inner-pages-hero {
    padding-top: 150px;
    padding-bottom: 140px;
  }

  .home-two-growth-image-content, .tailored-image-content {
    max-width: 100%;
    height: auto;
  }

  .tailored-para {
    max-width: 750px;
    margin-right: auto;
  }

  .social-icon {
    filter: invert(0%);
  }

  .checkout-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .checkout-form {
    padding-bottom: 10px;
  }

  .paypal {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .paypal-checkout-form {
    padding-bottom: 10px;
  }

  .order-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .mega-menu-list-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mega-menu-list-box.top-padding-ten.right-border {
    border-right-width: 0;
  }

  .pages-menu {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-link {
    color: #000;
  }

  .logo-image {
    width: 100%;
    height: auto;
  }

  .desktop-hamburgar-menu, .hamburger.tab-off {
    display: none;
  }

  .line {
    border-top-color: #fff;
    width: 30px;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .responsive-overlay {
    z-index: 2;
    background-image: linear-gradient(#000c, #000c);
    justify-content: center;
    align-items: center;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .banner-overlay {
    display: none;
  }

  .main-footer {
    padding-top: 20px;
  }

  .footer-upper-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .footer-marky-text {
    font-size: 170px;
    line-height: 80px;
  }

  .footer-star {
    width: 100px;
    height: 101px;
  }

  .home-two-hero-slide-2 {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .rt-fixed-top {
    display: none;
  }

  .button-wrapper-4 {
    justify-content: center;
    align-items: center;
  }

  .auto-fit-11.change-width {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .auto-fit-11.service-image-four {
    display: none;
  }

  .auto-fit-11.service-tailored-image-two.tab-image-full-width.change-width {
    width: 100%;
    height: 100%;
  }

  .auto-fit-11.service-image-three, .scroll-bar-2 {
    display: none;
  }

  .subheading-bottom-padding-5 {
    padding-bottom: 8px;
  }

  .service-number-2 {
    color: #232318;
  }

  .button-wrapper-5 {
    justify-content: center;
    align-items: center;
  }

  .auto-fit-12 {
    width: 100%;
  }

  .auto-fit-12.image-two-show {
    height: 100%;
  }

  .home-one-optimization-logo-box-2 {
    display: none;
    right: auto;
  }

  .home-one-optimization-logo-box-2.is-radius.is-display {
    margin-left: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--heading-one-font--h1-l);
  }

  h2 {
    font-size: var(--heading-two-font--h2-l);
  }

  h3 {
    font-size: var(--heading-three-font--h3-l);
  }

  h4 {
    font-size: var(--heading-four-font--h4-l);
  }

  h5 {
    font-size: var(--heading-five-font--h5-l);
  }

  h6 {
    font-size: var(--heading-six-font--h6-l);
  }

  .heading-style-h4 {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h3 {
    font-size: 26px;
  }

  .auto-fit.tab-image-full-width {
    width: 100%;
  }

  .expert-card-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

  .expert-button-content-wrapper {
    display: none;
  }

  .div-block-42 {
    text-align: center;
  }

  .expert-para {
    max-width: 100%;
  }

  .deliver-text {
    font-size: 40px;
    line-height: 60px;
  }

  .query-right-part {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .subheading-bottom-padding-2 {
    padding-bottom: 16px;
  }

  .main-marquee {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .services-tailored-solutions-iten-wrap {
    flex-flow: column;
  }

  .services-tailored-solutions-iten-wrapper {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .services-tailored-solutions-iten {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .services-tailored-solutions-review-text {
    max-width: 100%;
  }

  .home-one-optimization-bottom-box {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .home-one-optimization-bottom-box.is-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .home-one-our-blogs-item-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .home-one-optimization-logo-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .home-one-optimization-maige-box {
    flex-flow: column;
    align-items: stretch;
  }

  .home-one-blog-heading-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .home-one-our-blogs-heading {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .auto-fit-10.image-five, .auto-fit-10.image-four, .auto-fit-10.image-three {
    height: 100%;
  }

  .optimization-image-content {
    flex: 1;
  }

  .home-one-optimization-top-box {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .resource-content {
    grid-template-columns: 1fr;
  }

  .inner-page-line.mobile-display-none {
    display: none;
  }

  .mega-menu-list-box.top-padding-ten {
    padding-top: 10px;
  }

  .mega-menu-list-box.right-border.bottom-padding-off {
    padding-bottom: 0;
  }

  .pages-menu {
    flex-flow: column;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-box {
    padding-bottom: 40px;
  }

  .error-wrapper {
    padding-top: 20px;
  }

  .mega-menu-list-box-wrapper.border-right-remove {
    border: 1px #000;
  }

  .footer-upper-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .7fr;
  }

  .footer-marky-text {
    font-size: 120px;
    line-height: 60px;
  }

  .div-block-147 {
    width: 100%;
  }

  .home-one-optimization-logo-box-2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: var(--heading-one-font--h1-m);
  }

  h2 {
    font-size: var(--heading-two-font--h2-m);
  }

  h3 {
    font-size: var(--heading-three-font--h3-m);
  }

  h4 {
    font-size: var(--heading-four-font--h4-m);
  }

  h5 {
    font-size: var(--heading-five-font--h5-m);
  }

  h6 {
    font-size: var(--heading-six-font--h6-m);
  }

  p {
    font-size: 14px;
  }

  .heading-style-h6 {
    font-size: 16px;
  }

  .heading-style-h4 {
    font-size: 20px;
  }

  .heading-style-h3 {
    font-size: 23px;
  }

  .heading-style-h2 {
    font-size: 30px;
  }

  .heading-style-h5 {
    font-size: 18px;
  }

  .menu-button-new {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .cart-no {
    right: 28%;
  }

  .deliver-text {
    font-size: 30px;
    line-height: 50px;
  }

  .deliver-text-overlay {
    padding-bottom: 40px;
  }

  .solution-counter-part {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-lower-right-part {
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-lower-part {
    justify-content: space-between;
    align-items: center;
  }

  .footer-lower-left-part {
    text-align: center;
  }

  .services-tailored-solutions-image-box {
    padding-top: 20px;
  }

  .blog-two-item-wrapper {
    padding-bottom: 30px;
  }

  .home-one-optimization-logo-box {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    position: static;
  }

  .home-one-optimization-main-item, .home-one-optimization-main-item.botton-line-none {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 10px;
  }

  .home-one-optimization-logo-image {
    padding-bottom: 40px;
  }

  .home-one-optimization-top-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .resource-content {
    grid-template-columns: 1fr;
  }

  .cart-2 {
    padding-right: 5px;
  }

  .brand {
    width: 150px;
  }

  .footer-upper-content {
    grid-template-columns: 1fr;
  }

  .heading-style-h5-4 {
    font-size: 18px;
  }

  .home-one-optimization-logo-box-2 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    position: static;
  }
}

#w-node-d0129f36-36d2-69ad-d97b-0f8230aa511f-30aa50ae {
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #w-node-_82b35018-f1b2-57a0-ad94-b043451c107b-451c1062 {
    justify-self: start;
  }

  #w-node-_82b35018-f1b2-57a0-ad94-b043451c10a0-451c1062 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-d0129f36-36d2-69ad-d97b-0f8230aa511f-30aa50ae {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_82b35018-f1b2-57a0-ad94-b043451c107b-451c1062 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_82b35018-f1b2-57a0-ad94-b043451c107b-451c1062 {
    grid-column: span 1 / span 1;
  }

  #w-node-_82b35018-f1b2-57a0-ad94-b043451c1083-451c1062, #w-node-_82b35018-f1b2-57a0-ad94-b043451c1091-451c1062, #w-node-_82b35018-f1b2-57a0-ad94-b043451c10a0-451c1062 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Bdogrotesk Bf 648 A 656 Fd 543 A';
  src: url('../fonts/BDOGrotesk-Regular-BF648a656fd543a.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk Bf 648 A 656 Fc 86 B 8';
  src: url('../fonts/BDOGrotesk-Medium-BF648a656fc86b8.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bdogrotesk Bf 648 A 656 F 8559 F';
  src: url('../fonts/BDOGrotesk-Bold-BF648a656f8559f.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}