@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --body-font: Geist, sans-serif;
  --_colors---text-colors--text-primary: var(--_colors---brand-color--primary-text);
  --_typography---font-sizeparagraphs--text-default: 16px;
  --_typography---line-height--paragraphs--text-default: 1.5em;
  --heading-font: Bebasneue, Arial, sans-serif;
  --_colors---brand-color--primary-text: #0c0407;
  --_typography---font-size--headings--h1: 150px;
  --_typography---line-height--headings--h1: 1em;
  --_typography---font-size--headings--h2: 48px;
  --_typography---line-height--headings--h2: 1.2em;
  --_typography---font-size--headings--h3: 36px;
  --_typography---line-height--headings--h3: 1.25em;
  --_typography---font-size--headings--h4: 32px;
  --_typography---font-size--headings--h5: 28px;
  --_typography---line-height--headings--h5: 1.35em;
  --_typography---font-size--headings--h6: 24px;
  --_typography---line-height--headings--h6: 1.4em;
  --_colors---brand-color--secondary-text: #686868;
  --_typography---line-height--headings--h4: 1.3em;
  --_colors---brand-color--primary: #b94918;
  --_colors---base-colors--white: white;
  --_colors---brand-color--dark-bg: #030909;
  --_colors---brand-color--primary-divider: #e0e0e0;
  --_colors---brand-color--primary-bg: white;
  --_colors---brand-color--secondary-bg: #f8f7f4;
  --section-padding-sm: 80px;
  --section-padding-lg: 140px;
  --_colors---text-colors--text-secondary: var(--_colors---brand-color--secondary-text);
  --_colors---divider-colors--primary-divider: var(--_colors---brand-color--primary-divider);
  --_colors---bg-colors--primary-bg: var(--_colors---brand-color--primary-bg);
  --_colors---brand-color--tertiary-bg: #f4f6f1;
  --_typography---font-size-paragraphs--text-sm: 14px;
  --_colors---mute-text-color: #bdbdbd;
  --_typography---font-sizeparagraphs--text-lg: 18px;
  --_typography---font-size--button--button-text: 16px;
  --_typography---line-height--button--button-text: 1.5em;
  --_colors---brand-color--secondary-divider: #282224;
  --_colors---base-colors--transparent: transparent;
  --_colors---brand-color--stars: #f7c33e;
  --_colors---brand-color--star-unfilled: #d1d5db;
  --_colors---brand-color--primary-hover: #1c4f4d;
  --_colors---brand-color--border-card: #e0e0e0;
  --_colors---divider-colors--secondary-divider: var(--_colors---brand-color--secondary-divider);
  --_typography---line-height--paragraphs--text-lg: 1.5em;
  --_colors---bg-colors--secondary-bg: var(--_colors---brand-color--secondary-bg);
  --_typography---line-height--paragraphs--text-sm: 1.5em;
  --_colors---bg-colors--dark-bg: var(--_colors---brand-color--dark-bg);
  --_colors---bg-colors--tetiary-bg: var(--_colors---brand-color--tertiary-bg);
}

.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-commercecartitemimage {
  width: 60px;
  height: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-layout-blockcontainer {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .w-commerce-commercecartquantity, .w-commerce-commerceaddtocartquantityinput, .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  font-family: var(--body-font);
  color: var(--_colors---text-colors--text-primary);
  font-size: var(--_typography---font-sizeparagraphs--text-default);
  line-height: var(--_typography---line-height--paragraphs--text-default);
  --body-font: Geist, sans-serif;
  --heading-font: Bebasneue, Arial, sans-serif;
  --section-padding-sm: 80px;
  --section-padding-lg: 140px;
  --_typography---font-sizeparagraphs--text-default: 16px;
  --_typography---line-height--paragraphs--text-default: 1.5em;
  --_typography---font-size--headings--h1: 150px;
  --_typography---line-height--headings--h1: 1em;
  --_typography---font-size--headings--h2: 48px;
  --_typography---line-height--headings--h2: 1.2em;
  --_typography---font-size--headings--h3: 36px;
  --_typography---line-height--headings--h3: 1.25em;
  --_typography---font-size--headings--h4: 32px;
  --_typography---font-size--headings--h5: 28px;
  --_typography---line-height--headings--h5: 1.35em;
  --_typography---font-size--headings--h6: 24px;
  --_typography---line-height--headings--h6: 1.4em;
  --_typography---line-height--headings--h4: 1.3em;
  --_typography---font-size-paragraphs--text-sm: 14px;
  --_typography---font-sizeparagraphs--text-lg: 18px;
  --_typography---font-size--button--button-text: 16px;
  --_typography---line-height--button--button-text: 1.5em;
  --_typography---line-height--paragraphs--text-lg: 1.5em;
  --_typography---line-height--paragraphs--text-sm: 1.5em;
}

h1 {
  font-family: var(--heading-font);
  color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--headings--h1);
  line-height: var(--_typography---line-height--headings--h1);
  margin-top: 0;
  margin-bottom: 0;
}

h2 {
  font-family: var(--heading-font);
  color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--headings--h2);
  line-height: var(--_typography---line-height--headings--h2);
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
  font-family: var(--heading-font);
  color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h4 {
  font-family: var(--heading-font);
  color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---font-size--headings--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h5 {
  font-family: var(--body-font);
  color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--headings--h5);
  line-height: var(--_typography---line-height--headings--h5);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

h6 {
  font-family: var(--body-font);
  color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--headings--h6);
  line-height: var(--_typography---line-height--headings--h6);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

p {
  margin-bottom: 0;
}

ul {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  margin-top: 12px;
  margin-bottom: 16px;
  padding-left: 40px;
  display: flex;
}

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

li {
  color: var(--_colors---brand-color--secondary-text);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  transition: background-position .2s;
  display: block;
}

.heading-03 {
  font-family: var(--heading-font);
  font-size: var(--_typography---font-size--headings--h3);
  line-height: var(--_typography---line-height--headings--h3);
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-03.body-font {
  font-family: var(--body-font);
  text-transform: uppercase;
  font-weight: 500;
}

.heading-04 {
  font-family: var(--heading-font);
  font-size: var(--_typography---font-size--headings--h4);
  line-height: var(--_typography---line-height--headings--h4);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.heading-04.about-us-title {
  font-family: var(--body-font);
}

.heading-04.card-text {
  color: var(--_colors---brand-color--primary);
  font-weight: 400;
}

.heading-06 {
  font-family: var(--body-font);
  color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--headings--h6);
  line-height: var(--_typography---line-height--headings--h6);
  text-align: center;
  width: 100%;
  font-weight: 600;
}

.heading-06.projects-name {
  text-align: left;
  text-transform: uppercase;
}

.heading-06.pricing-name {
  text-align: left;
  margin-bottom: 8px;
}

.heading-06.feature-card-title {
  color: var(--_colors---base-colors--white);
  text-align: left;
  text-transform: uppercase;
}

.heading-06.intro-list-title {
  text-align: left;
  font-weight: 500;
}

.button {
  grid-column-gap: 12px;
  background-color: var(--_colors---brand-color--dark-bg);
  font-family: var(--body-font);
  color: var(--_colors---base-colors--white);
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-weight: 600;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.button:where(.w-variant-1171fb33-15af-522b-e526-09c081fe1009) {
  background-color: var(--_colors---brand-color--primary);
}

.button:where(.w-variant-b174063c-df26-51ce-29d2-201817c3c5c8) {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--primary-bg);
  color: var(--_colors---brand-color--primary-text);
}

.button:where(.w-variant-320c050b-1648-bb6d-746c-43de1139e97e) {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--secondary-bg);
  color: var(--_colors---base-colors--white);
}

.button:hover {
  background-color: var(--_colors---brand-color--primary);
}

.button:hover:where(.w-variant-b174063c-df26-51ce-29d2-201817c3c5c8) {
  background-color: var(--_colors---brand-color--primary);
  color: var(--_colors---brand-color--primary-bg);
}

.button.call-us {
  grid-column-gap: 8px;
  color: var(--_colors---brand-color--primary-text);
  background-color: #fff0;
  border-radius: 0;
  padding: 0;
  font-size: 20px;
  line-height: .5em;
  transition: color .3s;
}

.button.call-us:hover {
  color: var(--_colors---brand-color--primary);
}

.button.password {
  text-transform: uppercase;
  margin-top: 44px;
}

.button.pricing-button {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--secondary-bg);
  color: var(--_colors---brand-color--primary-text);
}

.button.pricing-button:hover, .button.blogs-buttton {
  background-color: var(--_colors---brand-color--primary);
}

.utility-page-wrap {
  margin: var(--section-padding-sm) auto var(--section-padding-lg);
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1148px;
  max-height: 100%;
  padding: 60px;
  display: flex;
}

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

.utility-page-form {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.about-stat-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.service-card {
  background-color: var(--_colors---brand-color--secondary-bg);
  color: var(--_colors---text-colors--text-secondary);
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.industries-card {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  border: 1px solid var(--_colors---divider-colors--primary-divider);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.text-dark {
  color: var(--_colors---brand-color--primary-text);
}

.blog-card {
  color: var(--_colors---text-colors--text-secondary);
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.benefit-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--_colors---divider-colors--primary-divider);
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 426px;
  padding: 28px;
  display: flex;
}

.benefit-widget-divider {
  background-color: var(--_colors---divider-colors--primary-divider);
  width: 1px;
}

.input-field {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---bg-colors--primary-bg);
  color: var(--_colors---brand-color--secondary-text);
  border-radius: 8px;
  height: 72px;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.input-field::placeholder {
  color: var(--_colors---text-colors--text-secondary);
}

.input-field.text-area {
  height: 240px;
}

.input-field.footer-input-field {
  background-color: #fff0;
  border-color: #e0e0e000;
  height: auto;
  padding: 0;
}

.utility-text-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 848px;
  padding-bottom: 36px;
  display: flex;
}

.utility-text-wrap.top-text-wrap {
  border-bottom: 1px solid var(--_colors---brand-color--primary-divider);
}

.checkout-form {
  padding: var(--section-padding-sm) 0px;
}

.line-item {
  color: var(--_colors---text-colors--text-primary);
}

.paypal-checkout-form, .order-confirmation {
  padding: var(--section-padding-sm) 0px;
}

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

.error-image {
  width: 85%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.why-us-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 425px;
  padding: 32px;
  display: flex;
}

.why-us-card-divider {
  background-color: var(--_colors---brand-color--primary-divider);
  width: 1px;
}

.banner-decoration-right {
  width: 15%;
  max-width: 300px;
  margin-left: auto;
  display: flex;
}

.banner-decoration-left {
  justify-content: center;
  align-items: flex-end;
  width: 16%;
  max-width: 300px;
  display: flex;
}

.error-section {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.sg-text-content-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 500;
  display: grid;
}

.sg-text-content-row.font-weight-600 {
  font-weight: 600;
}

.sg-typography {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 44px;
  display: flex;
}

.sg-button-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-xsm {
  font-size: 12px;
  line-height: 1.33em;
}

.sg-color-block {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.sg-caption {
  grid-column-gap: 4px;
  color: #121212;
  background-color: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 200px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
}

.color-code {
  grid-column-gap: 10px;
  background-color: var(--_colors---brand-color--tertiary-bg);
  color: #121212;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 10px;
  text-decoration: none;
  display: flex;
}

.sg-colors {
  grid-column-gap: 26px;
  grid-row-gap: 44px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.sg-content-block {
  grid-column-gap: var(--section-padding-lg);
  grid-row-gap: var(--section-padding-lg);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1065px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-sm {
  font-size: var(--_typography---font-size-paragraphs--text-sm);
  margin-top: 0;
  margin-bottom: 0;
}

.text-sm.secondary {
  text-decoration: none;
}

.text-sm.secondary:where(.w-variant-ad168a77-f7b9-5dd6-6915-0beda8a01957) {
  color: var(--_colors---base-colors--white);
}

.text-sm.author-position {
  color: var(--_colors---brand-color--secondary-text);
}

.text-sm.remove-text {
  color: var(--_colors---brand-color--primary);
  text-decoration: underline;
}

.sg-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.sg-typography-block {
  width: 100%;
  overflow: auto;
}

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

.sg-badge {
  grid-column-gap: 4px;
  color: var(--_colors---brand-color--primary-text);
  background-color: #f5f6f5;
  border: 1px solid #e4e4e7;
  border-radius: 200px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.button-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.button-text:where(.w-variant-b174063c-df26-51ce-29d2-201817c3c5c8), .button-text:where(.w-variant-320c050b-1648-bb6d-746c-43de1139e97e) {
  color: var(--_colors---brand-color--primary-text);
}

.button-text.absolute {
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
}

.button-text.absolute:where(.w-variant-320c050b-1648-bb6d-746c-43de1139e97e) {
  color: var(--_colors---brand-color--primary-text);
}

.button-text.absolute.bg-primary-5 {
  color: var(--_colors---base-colors--white);
}

.button-text.pricing-button-text {
  z-index: 1;
  color: var(--_colors---brand-color--primary-text);
  position: relative;
}

.sg-text-wrap {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 200px;
  padding: 4px 16px;
  font-weight: 600;
  display: flex;
}

.sg-typography-block-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 44px;
  display: flex;
}

.sg-heading-wrap {
  background-color: #f5f6f5;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 120px;
  padding: 4px 47px;
  display: flex;
}

.color-widget {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.sg-typography-wrap {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-lg {
  color: var(--_colors---brand-color--primary-text);
  font-family: Geist, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
}

.text-lg.form-text {
  color: var(--_colors---base-colors--white);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-weight: 500;
}

.text-lg.hero-sub-text {
  color: var(--_colors---brand-color--secondary-text);
  width: 100%;
  max-width: 750px;
  margin-top: 4px;
}

.text-lg.hero-sub-text.home {
  max-width: 626px;
}

.text-lg.list-text {
  font-size: 20px;
  font-weight: 500;
}

.text-lg.short-description, .text-lg.price-sub-text {
  color: var(--_colors---brand-color--secondary-text);
}

.text-lg.team-member-position {
  color: var(--_colors---base-colors--white);
}

.sg-heading-content-row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 500;
  display: grid;
}

.sg-heading-content-row.title.font-weigh-600 {
  font-weight: 600;
}

.color-thumbnail {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  padding-top: 30%;
  padding-bottom: 30%;
  overflow: hidden;
}

.color-thumbnail.divider {
  background-color: var(--_colors---brand-color--primary-divider);
}

.color-thumbnail.primary-text {
  background-color: var(--_colors---brand-color--primary-text);
  border: 1px solid #d1d5db;
}

.color-thumbnail.bg-secondary {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--secondary-bg);
}

.color-thumbnail.secondary-text {
  background-color: var(--_colors---brand-color--secondary-text);
  border: 1px solid #d1d5db;
}

.color-thumbnail.star-unfilled {
  background-color: #d1d5db;
}

.color-thumbnail.dark-bg {
  background-color: #030909;
}

.color-thumbnail.primary {
  background-color: var(--_colors---brand-color--primary);
}

.color-thumbnail.bg-primary {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--primary-bg);
}

.color-thumbnail.mute-text-color {
  background-color: var(--_colors---mute-text-color);
}

.dropdown-link-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  justify-items: start;
  width: 100%;
  display: flex;
}

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

.dropdown-title {
  color: var(--_colors---brand-color--secondary-text);
  white-space: nowrap;
  flex: none;
}

.nav-menu {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.nav-dropdown-hover-icon {
  width: 16px;
  height: 16px;
  position: absolute;
  inset: 0%;
}

.nav-content-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 22px 32px;
  display: flex;
}

.dropdown-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.nav-button-wrap.desktop-only {
  align-items: center;
}

.nav-button-wrap.mobile-only {
  display: none;
}

.brand {
  max-width: 200px;
}

.brand.w--current {
  max-width: 170px;
}

.navbar {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---brand-color--primary-bg);
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #121212;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.nav-dropdown-icon-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.nav-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: var(--_colors---text-colors--text-primary);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.cart-quantity {
  aspect-ratio: 1;
  color: var(--_colors---brand-color--primary);
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  display: flex;
  overflow: hidden;
}

.dropdown-link {
  color: var(--_colors---brand-color--primary-text);
  margin-left: 0;
  padding: 0;
  transition: color .3s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--_colors---brand-color--primary);
  text-decoration: underline;
}

.nav-link {
  color: var(--_colors---brand-color--primary-text);
  text-transform: uppercase;
  padding: 4px 16px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
}

.nav-link:hover {
  background-color: var(--_colors---brand-color--secondary-bg);
  color: var(--_colors---brand-color--primary-text);
  border-radius: 44px;
  padding: 4px 16px;
}

.nav-link.w--current {
  background-color: var(--_colors---brand-color--secondary-bg);
  color: var(--_colors---brand-color--primary-text);
  border-radius: 200px;
  padding: 4px 16px;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.dropdown-list.w--open {
  background-color: var(--_colors---base-colors--white);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 12px;
  width: auto;
  padding: 30px;
  left: -300px;
  box-shadow: 0 2px 5px #1e4fbc33;
}

.cart-quantity-wrapper {
  color: var(--_colors---brand-color--primary);
  align-items: center;
  font-weight: 500;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  background-color: var(--_colors---brand-color--dark-bg);
  color: #fff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-family: "Inter 18 Pt";
  font-weight: 600;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.button-3:hover {
  background-color: #1e4fbc;
}

.button-text-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper:where(.w-variant-320c050b-1648-bb6d-746c-43de1139e97e) {
  width: auto;
  height: auto;
}

.button-arrow-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 26px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-icon {
  width: 20px;
  height: 20px;
  position: relative;
}

.button-icon.absolute {
  width: 20px;
  height: 20px;
  position: absolute;
}

.button-icon.relative {
  z-index: 1;
}

.footer-section {
  z-index: -1;
  background-color: var(--_colors---brand-color--primary-text);
  padding-top: 60px;
  padding-bottom: 18px;
}

.footer-link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  margin-top: 16px;
  display: flex;
}

.form-input {
  color: var(--_colors---brand-color--primary-bg);
  background-color: #fff0;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
}

.form-input:focus {
  border: 1px solid #fff0;
}

.form-input::placeholder {
  color: var(--_colors---brand-color--secondary-text);
}

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-credit-text {
  opacity: .38;
  color: var(--_colors---brand-color--primary-bg);
}

.footer-newsletter-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-block {
  width: 100%;
  max-width: 405px;
  margin-bottom: 0;
}

.footer-logo-link, .footer-logo-link.w--current {
  display: block;
}

.footer-branding-text-wrapper {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-left {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.text-weight-medium {
  color: var(--_colors---brand-color--primary-bg);
  font-weight: 500;
  transition: color .3s;
}

.text-weight-medium:hover {
  color: var(--_colors---brand-color--primary);
}

.footer-link-level {
  color: var(--_colors---brand-color--secondary-text);
  font-size: var(--_typography---font-sizeparagraphs--text-lg);
  text-transform: uppercase;
  font-weight: 600;
}

.footer-form {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--_colors---brand-color--primary-divider);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 20px;
  display: flex;
}

.footer-bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-branding-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.page-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #4a3b47;
  justify-content: flex-start;
  align-items: center;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.page-link:hover {
  color: #6f0062;
}

.page-link.w--current {
  background-image: url('../images/Point.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: .5625rem .375rem;
}

.page-link.is-footer {
  color: var(--_colors---brand-color--primary-bg);
  font-size: var(--_typography---font-sizeparagraphs--text-default);
  padding-top: 6px;
  padding-bottom: 6px;
  font-weight: 400;
  display: block;
}

.page-link.is-footer:hover {
  color: var(--_colors---brand-color--primary);
  text-decoration: underline;
}

.page-link.is-footer.w--current {
  color: var(--_colors---brand-color--primary);
  background-image: none;
  text-decoration: underline;
}

.footer-devider {
  background-color: var(--_colors---brand-color--primary-divider);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer-devider.is-bottom {
  margin-bottom: 18px;
}

.footer-branding-text {
  color: var(--_colors---base-colors--white);
}

.form-button {
  background-color: var(--_colors---brand-color--primary);
  font-size: var(--_typography---font-size--button--button-text);
  line-height: var(--_typography---line-height--button--button-text);
  border-radius: 44px;
  font-weight: 500;
  transition: color .3s, background-color .3s;
}

.form-button:hover {
  background-color: var(--_colors---brand-color--primary-bg);
  color: var(--_colors---brand-color--primary-text);
}

.footer-component {
  overflow: hidden;
}

.hero-section {
  background-color: var(--_colors---base-colors--white);
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.hero-section.home {
  overflow: hidden;
}

.hero-content-block {
  margin-top: 60px;
  overflow: hidden;
}

.hero-content-block.home {
  flex-flow: column;
  align-items: center;
  margin-top: 94px;
  padding-bottom: 410px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sub-title {
  grid-column-gap: 8px;
  border: 1px solid var(--_colors---brand-color--primary-divider);
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 44px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 16px 4px 4px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.sub-title:where(.w-variant-ad168a77-f7b9-5dd6-6915-0beda8a01957) {
  background-color: var(--_colors---brand-color--primary-text);
}

.sub-title-icon {
  justify-content: center;
  align-items: center;
  max-width: 24px;
  height: 24px;
  display: flex;
}

.sub-title-icon-wrapper {
  background-color: var(--_colors---brand-color--primary);
  color: var(--_colors---brand-color--primary-text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.heading-01 {
  text-transform: uppercase;
  font-size: 110px;
  font-weight: 400;
}

.heading-01._02 {
  color: var(--_colors---brand-color--primary);
}

.heading-01._02:where(.w-variant-24f332e5-d587-d868-0b80-0436e57f6bdd) {
  display: none;
}

.hero-title-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  width: 100%;
  margin-top: 24px;
  display: flex;
}

.hero-title-wrapper.home {
  text-align: center;
  flex-flow: column;
  margin-top: 28px;
  margin-bottom: 12px;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 24px;
  display: flex;
}

.button-wrapper.home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-top: 32px;
}

.button-wrapper.about-us {
  margin-top: 40px;
}

.button-wrapper.sevice {
  margin-top: 44px;
}

.button-wrapper.all-projects {
  margin-top: 0;
}

.button-wrapper.pricing-button {
  display: block;
}

.button-wrapper.blogs-button {
  position: absolute;
}

.button-wrapper.more-about-us {
  margin-top: 66px;
}

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

.hero-button-icon {
  color: var(--_colors---brand-color--primary);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.hero-button-icon.call-us-icon {
  width: 28px;
  height: 28px;
}

.important-note {
  color: #121212;
  text-decoration: underline;
}

.text-color-primary {
  text-transform: uppercase;
}

.utility-section {
  padding-top: var(--section-padding-sm);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.utility-copyright-link {
  color: var(--_colors---brand-color--primary);
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: underline;
  transition: color .3s;
  display: inline-block;
}

.utility-copyright-link:hover {
  color: var(--_colors---brand-color--primary-text);
}

.utility-text-wrap-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #e4e4e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 848px;
  padding-bottom: 44px;
  display: flex;
}

.license-text-block {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utility-content-block {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-details {
  color: var(--_colors---text-colors--text-secondary);
}

.text-color-primary-2 {
  color: #121212;
}

.utility-content-wrap {
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.utility-text-wrap-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #e4e4e7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 848px;
  padding-bottom: 44px;
  display: flex;
}

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

.update-date {
  color: var(--_colors---brand-color--primary);
  font-weight: 600;
}

.inner-text {
  color: var(--_colors---brand-color--primary-text);
  font-weight: 600;
}

.inner-text.title {
  color: var(--_colors---brand-color--primary);
  font-weight: 400;
}

.field-label {
  text-align: left;
  margin-bottom: 8px;
  font-weight: 500;
}

.utility-content-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-span {
  color: var(--_colors---brand-color--primary);
}

.text-span.intro {
  color: var(--_colors---mute-text-color);
}

.text-span.about-us {
  color: var(--_colors---brand-color--secondary-text);
}

.text-span.feature {
  color: var(--_colors---mute-text-color);
}

.cart_line-item {
  color: #252525;
}

.cart-product-image {
  aspect-ratio: 1;
  object-fit: cover;
  min-height: 100%;
}

.cart-button-wrapper {
  z-index: 1;
  display: flex;
  position: relative;
}

.cart-close-button {
  cursor: pointer;
}

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

.cart-remove-button {
  margin-top: 4px;
  font-weight: 500;
}

.checkout-button {
  z-index: 2;
  background-color: var(--_colors---brand-color--primary);
  width: 100%;
}

.cart-total-price {
  color: var(--_colors---brand-color--primary);
  font-size: 1.125rem;
  font-weight: 500;
}

.cart-product-name {
  color: var(--_colors---brand-color--primary-text);
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
}

.text-block {
  display: none;
}

.cta-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
  justify-content: center;
  align-items: center;
  height: 620px;
  max-height: 620px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-left {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-title {
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 400;
}

.cta-title._02 {
  color: var(--_colors---mute-text-color);
}

.cta-title-block {
  padding-top: 24px;
}

.cta-button-wrapper {
  padding-top: 32px;
  padding-bottom: 0;
  overflow: hidden;
}

.cta-image-wrapper {
  pointer-events: none;
  text-align: right;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

.hero-bg-mask {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.text-wrapper {
  text-align: center;
  overflow: hidden;
}

.roof-image {
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-bg-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.brand-logo-main-wrapper {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  background-color: var(--_colors---brand-color--primary-text);
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand-logo-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.brand-logo-block.one {
  grid-column-gap: 200px;
  grid-row-gap: 200px;
  align-items: center;
  display: flex;
}

.brand-logo-wrap {
  flex: none;
  max-width: 158px;
  display: inline-flex;
}

.brand-logo {
  height: 60px;
}

.about-us-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.about-us-content-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-us-content-block.about-page {
  align-items: flex-start;
  overflow: hidden;
}

.about-us-left-wrapper {
  width: 100%;
  max-width: 550px;
}

.light-box-link {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.play-icon-outer {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.play-icon-inner {
  z-index: 1;
  background-color: var(--_colors---brand-color--primary);
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 86px;
  height: 86px;
  display: flex;
  position: relative;
}

.video-popup-icon {
  width: 34px;
  height: 34px;
}

.play-bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #feecec66;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

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

.about-us-right-wrapper {
  width: 100%;
  max-width: 660px;
}

.about-content-wrapper {
  margin-top: 24px;
}

.about-us-description-wrapper {
  padding-top: 24px;
  padding-bottom: 0;
}

.description-single-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .5px solid var(--_colors---brand-color--primary-divider);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.list-icon-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 8px;
  width: 100%;
  max-width: 44px;
  height: 44px;
  padding: 8px;
}

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

.why-us-section {
  z-index: -1;
  padding-top: var(--section-padding-lg);
  overflow: clip;
}

.why-us-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  position: sticky;
  top: 0;
  overflow: clip;
}

.why-us-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1008px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 44px;
  display: grid;
  position: sticky;
  top: 0;
}

.card-wrapper {
  border: 1px solid var(--_colors---divider-colors--primary-divider);
  perspective: 1008px;
  perspective-origin: 50%;
  transform-origin: 50%;
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  height: 392px;
  padding: 44px 28px;
  display: flex;
}

.card-wrapper.contact-us-card {
  height: 526px;
  max-height: 300px;
}

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

.card-wrapper.card-2 {
  z-index: 2;
  position: relative;
}

.card-wrapper.card-3 {
  z-index: 3;
  position: relative;
}

.card-wrapper.card-4 {
  z-index: 4;
  position: relative;
}

.card-icon-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-content.why-us {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.text-defult {
  color: var(--_colors---brand-color--secondary-text);
}

.text-defult.author-name {
  color: var(--_colors---brand-color--primary-text);
  font-weight: 600;
}

.text-defult.intro-tab-description {
  margin-top: 8px;
}

.text-defult.feature-subtext {
  color: var(--_colors---base-colors--white);
}

.text-defult.card-subtext {
  color: var(--_colors---brand-color--primary-text);
}

.text-defult.card-subtext.our-numbers-card {
  color: var(--_colors---brand-color--secondary-text);
  text-transform: uppercase;
  font-size: 20px;
}

.text-defult.feature-text {
  color: var(--_colors---brand-color--primary-text);
}

.services-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.services-section.service-page {
  background-color: var(--_colors---base-colors--white);
}

.service-content-block {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-content-block.service, .service-content-block.others-service {
  display: block;
}

.service-image-wrapper {
  overflow: hidden;
}

.service-image-wrapper.service-page {
  height: 100%;
  overflow: hidden;
}

.service-right-wrapper {
  background-color: var(--_colors---brand-color--primary-text);
  padding: 80px;
}

.service-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 342px;
  padding-bottom: 12px;
  display: flex;
}

.service-title-wrapper.category-page {
  max-width: 405px;
  padding-bottom: 0;
}

.heading-02 {
  font-weight: 400;
}

.heading-02.service-title {
  color: var(--_colors---base-colors--white);
}

.heading-02.feature-title {
  color: var(--_colors---base-colors--white);
  font-size: var(--_typography---font-size--headings--h2);
  font-weight: 400;
}

.heading-02.testimonial-title {
  text-align: center;
}

.srrvice-list-wrapper {
  border-bottom: .5px solid var(--_colors---brand-color--secondary-divider);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: border-color .3s;
  display: flex;
  position: relative;
}

.service-name-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.service-name {
  color: var(--_colors---base-colors--white);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.service-arrow {
  z-index: 888;
}

.service-arrow.absolute {
  position: absolute;
  inset: 0%;
}

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

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

.service-list-link {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.projects-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
  justify-content: center;
  overflow: hidden;
}

.projects-title-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.projects-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 577px;
  display: flex;
}

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

.collection-list-wrapper.projects {
  padding-top: 40px;
}

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

.collection-list.pricing {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

.collection-list.home-projects-section {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.projects-image {
  z-index: -1;
}

.projects-inner-content-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.collection-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.projects-link {
  text-decoration: none;
  position: relative;
}

.projects-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-arrow-wrapper {
  background-color: var(--_colors---brand-color--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: 45% 0% 0% 45%;
}

.projects-card-icon {
  width: 24px;
  height: 24px;
}

.pricing-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.pricing-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-title-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.pricing-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 0;
}

.pricing-card-single-wrapper {
  border: 1px solid var(--_colors---divider-colors--primary-divider);
  height: 100%;
  padding: 24px 16px 12px;
  position: relative;
}

.pricing-middle-wrapper {
  padding-top: 80px;
}

.pricing-price-wrapper {
  align-items: flex-end;
  display: flex;
}

.devider {
  background-color: var(--_colors---divider-colors--primary-divider);
  width: 100%;
  height: 1px;
  margin-top: 20px;
}

.pricing-list-wrapper {
  padding-top: 24px;
}

.pricing-list ul {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
}

.pricing-list li {
  margin-bottom: 12px;
}

.pricing-price {
  font-size: 60px;
}

.pricing-tag {
  position: absolute;
  inset: 24px 20px auto auto;
}

.testimonial-section {
  padding-top: var(--section-padding-lg);
}

.testimonial-image-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testtimonial-contentt-wrapper {
  background-color: var(--_colors---brand-color--primary-text);
  padding: 60px;
}

.right-arrow {
  background-color: var(--_colors---brand-color--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 46% 0% auto;
}

.author-name-wrapper {
  flex-flow: column;
  display: flex;
}

.testimonial-slider-arrow.absolute {
  position: absolute;
}

.client-position {
  color: var(--_colors---base-colors--white);
  font-size: 18px;
}

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

.left-arrow {
  background-color: var(--_colors---brand-color--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  inset: auto 52% 0% auto;
}

.testimonial-content {
  color: var(--_colors---base-colors--white);
  text-transform: none;
  margin-top: 4px;
  font-size: 24px;
  line-height: 1.3em;
}

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

.testimonial-name-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.testimonial-card {
  background-color: #f4f6fa;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 560px;
  margin-right: 24px;
  display: grid;
  overflow: hidden;
}

.testimonial-content-wrapper {
  padding-top: 40px;
  overflow: hidden;
}

.testimonial-rating-icon-wrap {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
}

.testimonial-mask {
  margin-bottom: 40px;
  overflow: visible;
}

.client-name {
  color: var(--_colors---brand-color--primary);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.testimonial-slider {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 40px;
}

.blogs-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.blogs-card-wrapper {
  padding-top: 40px;
  padding-bottom: 0;
}

.blogs-single-card-wrapper {
  padding-bottom: 0;
}

.blogs-author-content-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blogs-author-content-block.blog-details {
  border-bottom: 1px solid var(--_colors---brand-color--primary-divider);
  margin-bottom: 24px;
  padding-bottom: 12px;
}

.blogs-author-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

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

.blogs-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.blogs-name-wrapper {
  padding-top: 28px;
}

.heading-05 {
  font-size: var(--_typography---font-size--headings--h5);
}

.heading-05.blogs-name {
  line-height: var(--_typography---line-height--headings--h5);
  font-weight: 600;
}

.heading-05.team-member-name {
  font-family: var(--heading-font);
  text-transform: uppercase;
  margin-bottom: 4px;
}

.image-section {
  overflow: hidden;
}

.section-image-wrapper {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.about-us-text-wrapper {
  max-width: 880px;
}

.our-number-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.numbers-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 48px;
  padding-bottom: 0;
  display: grid;
}

.numbers-card-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  perspective: 1000px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 520px;
  max-height: 520px;
  padding: 44px;
  display: flex;
}

.client-number {
  color: var(--_colors---brand-color--primary);
  font-size: 130px;
}

.company-intro-section {
  padding-top: var(--section-padding-lg);
  padding-bottom: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.intro-tab-icon {
  width: 24px;
  height: 24px;
}

.intro-tab-icon.absolute {
  display: none;
  position: absolute;
}

.intro-light-box {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.intro-left-wrapper {
  width: 50%;
}

.intro-tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.intro-tabs-mask {
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 77px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

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

.intro-tabs-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: #ddd0;
  padding: 20px 0;
}

.intro-tabs-link.w--current {
  background-color: #ddd0;
  flex-flow: row;
}

.intro-description-wrapper {
  overflow: hidden;
}

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

.intro-title-block {
  margin-bottom: 32px;
}

.intro-tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.intro-tab-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.intro-title-wrapper {
  margin-top: 24px;
}

.intro-tab-icon-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 44px;
  height: 44px;
  display: flex;
}

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

.feature-section {
  background-color: var(--_colors---brand-color--primary-text);
  padding-top: 118px;
  padding-bottom: 118px;
  overflow: hidden;
}

.feature-title-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.feature-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 176px;
  display: flex;
}

.feature-card-wrapper {
  border-left: 1px solid var(--_colors---brand-color--secondary-divider);
  color: var(--_colors---base-colors--white);
  flex: none;
  max-width: 398px;
  padding-bottom: 0;
  padding-left: 24px;
  position: relative;
}

.feature-icon-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.feature-icon {
  width: 40px;
  height: 40px;
}

.feature-icon.pricing {
  width: 24px;
  height: 24px;
}

.feature-content-inner-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 80px;
  display: flex;
}

.card-border {
  background-color: var(--_colors---brand-color--primary);
  width: 1px;
  height: 30%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.our-team-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.blogs-title-block {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 44px;
  display: flex;
}

.team-title-block {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-content-wrapper {
  padding-top: 44px;
  padding-bottom: 0;
}

.team-card-wrapper {
  overflow: hidden;
}

.team-image-wrapper {
  position: relative;
  overflow: hidden;
}

.team-inner-wrapper {
  color: var(--_colors---base-colors--white);
  background-image: linear-gradient(#fff0, #0c04074d 50%, #0c0407cc 90%, #0c0407);
  flex-flow: column;
  justify-content: flex-end;
  height: 320px;
  padding-bottom: 26px;
  padding-left: 28px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.faq-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.faq-section:where(.w-variant-950ecbd1-ef21-85b9-7495-2325b53d08e0) {
  padding-bottom: var(--section-padding-lg);
}

.faq-content-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-image-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.faq-number-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.faq-title-left-wrpper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-single-content {
  border-bottom: 1px solid var(--_colors---brand-color--primary-divider);
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.faq-icon-wrapper {
  justify-content: center;
  align-items: center;
  position: relative;
}

.faq-description-description-wrap {
  background-color: #ddd0;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-description-description-wrap.w--open {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.faq-description {
  padding-top: 8px;
  padding-left: 60px;
}

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

.faq-icon {
  color: var(--_colors---brand-color--secondary-text);
  width: 24px;
  height: 24px;
  position: relative;
}

.faq-icon.absolute {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  inset: 0%;
}

.faq-icon.relative {
  z-index: 1;
  width: 24px;
  height: 24px;
}

.faq-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 0 4px 0 0;
  display: flex;
  position: static;
}

.faq-title {
  font-size: 20px;
  font-weight: 500;
}

.section-title-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.faq-number {
  width: 24px;
  height: 24px;
}

.service-card-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.service-card-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--_colors---brand-color--primary-text);
  flex-flow: column;
  height: 23%;
  padding: 24px 28px;
  display: flex;
}

.card-number {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  color: var(--_colors---base-colors--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 30px;
  display: flex;
}

.service-card-link {
  color: var(--_colors---base-colors--white);
  text-decoration: none;
}

.service-card-image {
  width: 100%;
  height: 100%;
}

.contact-us-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.contact-us-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective: 1008px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 44px;
  display: grid;
}

.card-icon {
  z-index: 10;
  width: 66px;
  height: 66px;
}

.card-icon.absolute {
  z-index: 0;
  position: absolute;
}

.text-link {
  color: var(--_colors---brand-color--primary);
  text-decoration: none;
}

.form-fields-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-button-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-us-form-block-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
}

.contact-us-form-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 16px;
  flex-flow: column;
  margin-top: 80px;
  padding: 32px;
  display: flex;
}

.success-message {
  background-color: var(--_colors---brand-color--primary);
  color: #fff;
  border-radius: 8px;
  padding: 20px;
}

.input-field-label {
  margin-bottom: 0;
  font-weight: 500;
}

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

.error-message {
  background-color: var(--_colors---brand-color--secondary-bg);
  color: var(--_colors---brand-color--primary);
  text-align: center;
  border-radius: 8px;
  padding: 20px;
}

.submit-button {
  background-color: var(--_colors---brand-color--primary-text);
  text-transform: uppercase;
  border-radius: 44px;
  padding: 16px 24px;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: var(--_colors---brand-color--primary);
}

.blog-details-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.section-details-wrapper {
  width: 100%;
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.details-content-wrapper {
  padding-top: 44px;
  padding-bottom: 0;
}

.details-inner-wrapper.team-member {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--_colors---brand-color--secondary-bg);
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding: 44px;
  display: grid;
}

.blog-rich-content blockquote {
  color: #111827;
  background-color: #f4f6fa;
  border-left-width: 4px;
  border-left-color: #2563eb;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 24px;
  font-size: 16px;
  line-height: 1.6em;
}

.blog-rich-content p {
  color: var(--_colors---brand-color--secondary-text);
  margin-bottom: 36px;
}

.blog-rich-content ol {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--_colors---brand-color--secondary-text);
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 20px;
  display: flex;
}

.blog-rich-content h2 {
  color: #111827;
  margin-top: 48px;
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3em;
}

.blog-rich-content h5 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
}

.service-title-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-details-section {
  padding-top: var(--section-padding-lg);
}

.team-member-details-wrapper {
  position: relative;
}

.details-content-inner-wrapper {
  margin-left: auto;
}

.team-details p {
  color: var(--_colors---brand-color--secondary-text);
  margin-bottom: 8px;
}

.team-details h5 {
  margin-bottom: 12px;
}

.team-feature-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-feature-single-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.team-feature-icon {
  width: 24px;
  height: 24px;
}

.team-social-wrapper {
  margin-top: 40px;
}

.team-feature-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
}

.feature-title, .social-title {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}

.social-media-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--_colors---brand-color--primary-text);
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.social-link:hover {
  color: var(--_colors---brand-color--primary);
}

.project-details-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.blog-details-content h5 {
  margin-bottom: 12px;
}

.blog-details-content p {
  color: var(--_colors---brand-color--secondary-text);
  margin-bottom: 36px;
}

.blog-details-content ul {
  margin-bottom: 16px;
}

.service-details-section {
  padding-top: var(--section-padding-lg);
  background-color: var(--_colors---base-colors--white);
}

.service-details-content h5 {
  margin-bottom: 12px;
}

.service-details-content p {
  color: var(--_colors---brand-color--secondary-text);
  margin-bottom: 36px;
}

.service-details-content ul {
  margin-bottom: 16px;
}

.service-content-wrapper {
  padding-top: 44px;
  padding-bottom: 0;
}

.pricing-details-section {
  padding-top: var(--section-padding-lg);
}

.pricing-details-content-block {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.pricing-details-content-wrapper {
  width: 100%;
  max-width: 656px;
}

.pricing-details h5 {
  font-family: var(--body-font);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.pricing-details p {
  color: var(--_colors---brand-color--secondary-text);
}

.pricing-details.bottom {
  margin-top: 40px;
}

.pricing-feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 0;
  display: grid;
}

.feature-single-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.pricing-details-card-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 8px;
  width: 100%;
  max-width: 484px;
  padding: 44px;
}

.field-level {
  font-weight: 500;
}

.quantity {
  border-color: var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---base-colors--white);
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  padding: 16px;
}

.buy-now-button {
  background-color: var(--_colors---brand-color--primary-text);
  font-size: var(--_typography---font-size--button--button-text);
  line-height: var(--_typography---line-height--button--button-text);
  text-transform: uppercase;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  transition: background-color .3s;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--_colors---brand-color--primary);
}

.select-field {
  border: 1px solid var(--_colors---brand-color--primary-divider);
  background-color: var(--_colors---base-colors--white);
  color: var(--_colors---brand-color--primary-text);
  border-radius: 8px;
  height: 56px;
  margin-bottom: 24px;
  padding: 16px;
  font-size: 16px;
}

.option {
  margin-top: 24px;
}

.add-to-cart-button {
  background-color: var(--_colors---brand-color--primary-text);
  color: var(--_colors---base-colors--white);
  font-size: var(--_typography---font-size--button--button-text);
  line-height: var(--_typography---line-height--button--button-text);
  text-transform: uppercase;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 16px;
  transition: background-color .3s;
}

.add-to-cart-button:hover {
  background-color: var(--_colors---brand-color--primary);
}

.default-state {
  margin-top: 44px;
  margin-bottom: 0;
}

.section-big-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

.hero-padding-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 36px 36px 80px;
  position: relative;
}

.border-line {
  background-color: var(--_colors---brand-color--primary-divider);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.border-line.about-us-list {
  background-color: var(--_colors---brand-color--secondary-divider);
  height: 2px;
}

.project-flex-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  padding-top: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.camera {
  width: 100%;
  overflow: hidden;
}

.frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-number.call-us-text {
  line-height: 1.5em;
}

.out-of-stock-state, .error-state {
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-text-wrap-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 848px;
  display: flex;
}

.terms-link {
  color: var(--_colors---brand-color--primary);
  font-weight: 500;
  transition: color .3s;
}

.terms-link:hover {
  color: var(--_colors---brand-color--primary-text);
}

.faq-answer-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 60px;
  padding-right: 20px;
  display: flex;
}

.faq-question-title {
  text-transform: none;
  font-size: 20px;
  font-weight: 500;
}

.faq-question-title:where(.w-variant-950ecbd1-ef21-85b9-7495-2325b53d08e0) {
  clear: none;
  text-align: left;
  max-width: 490px;
  overflow: visible;
}

.faq-details {
  color: var(--_colors---brand-color--secondary-text);
  width: 100%;
}

.faq-details-wrapper {
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.faq-counter-wrapper {
  background-color: var(--_colors---brand-color--secondary-bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.faq-question-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.faq-accordion {
  border-bottom: .5px solid var(--_colors---brand-color--primary-divider);
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-accordion:where(.w-variant-950ecbd1-ef21-85b9-7495-2325b53d08e0) {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.faq-list-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-title-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

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

.text-span-2 {
  color: var(--_colors---brand-color--primary);
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 400px;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.image-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  height: 100%;
  max-height: 400px;
  overflow: clip;
}

@media screen and (min-width: 1280px) {
  .nav-rightt {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-link-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .hero-section.home {
    height: 1280px;
  }

  .hero-content-block.home {
    padding-bottom: 320px;
  }

  .heading-01 {
    font-size: var(--_typography---font-size--headings--h1);
  }

  .hero-bg-mask {
    max-width: 1200px;
  }

  .faq-content-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .description-single-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .intro-tabs-mask {
    inset: 0% 0% 0% auto;
  }
}

@media screen and (min-width: 1920px) {
  .roof-image {
    width: 1880px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --body-font: Geist, sans-serif;
    --heading-font: Bebasneue, Arial, sans-serif;
    --section-padding-sm: 80px;
    --section-padding-lg: 80px;
    --_typography---font-sizeparagraphs--text-default: 16px;
    --_typography---line-height--paragraphs--text-default: 1.5em;
    --_typography---font-size--headings--h1: 120px;
    --_typography---line-height--headings--h1: 1em;
    --_typography---font-size--headings--h2: 36px;
    --_typography---line-height--headings--h2: 1.2em;
    --_typography---font-size--headings--h3: 32px;
    --_typography---line-height--headings--h3: 1.25em;
    --_typography---font-size--headings--h4: 26px;
    --_typography---font-size--headings--h5: 24px;
    --_typography---line-height--headings--h5: 1.35em;
    --_typography---font-size--headings--h6: 18px;
    --_typography---line-height--headings--h6: 1.4em;
    --_typography---line-height--headings--h4: 1.3em;
    --_typography---font-size-paragraphs--text-sm: 14px;
    --_typography---font-sizeparagraphs--text-lg: 18px;
    --_typography---font-size--button--button-text: 16px;
    --_typography---line-height--button--button-text: 1.5em;
    --_typography---line-height--paragraphs--text-lg: 1.5em;
    --_typography---line-height--paragraphs--text-sm: 1.5em;
  }

  h1 {
    font-size: 120px;
  }

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

  .utility-page-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .about-stat-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .benefit-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .utility-text-wrap {
    padding-bottom: 32px;
  }

  .utility-image-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .why-us-card {
    padding: 24px;
  }

  .why-us-card-divider {
    display: none;
  }

  .sg-typography {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px;
  }

  .sg-colors {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
  }

  .text-sm {
    font-size: 13px;
  }

  .sg-typography-block {
    width: 100%;
    padding-bottom: 20px;
  }

  .sg-typography-block-wrap {
    padding: 32px;
  }

  .sg-typography-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

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

  .text-lg.form-text {
    margin-bottom: 20px;
  }

  .dropdown-link-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 24px;
    overflow: auto;
  }

  .nav-rightt {
    justify-content: center;
    align-items: center;
  }

  .nav-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 2px 5px #0054564d;
  }

  .nav-content-block {
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-link-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
  }

  .nav-button-wrap.desktop-only {
    display: none;
  }

  .nav-button-wrap.mobile-only {
    margin-top: 10px;
    display: flex;
  }

  .brand {
    padding-left: 0;
  }

  .nav-dropdown {
    width: 100%;
    margin-left: 0;
    display: block;
  }

  .hamburger-line-top {
    background-color: var(--_colors---brand-color--primary);
    border-radius: 16px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    border-radius: 12px;
  }

  .cart-button {
    width: 50px;
    height: 50px;
  }

  .hamburger {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }

  .nav-dropdown-toggle {
    color: #151515;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 16px;
  }

  .nav-dropdown-toggle.w--open {
    width: 100%;
    min-width: 100%;
  }

  .dropdown-link {
    color: #121212;
    padding: 0;
  }

  .dropdown-link:hover {
    color: #205e5c;
  }

  .hamburger-line-middle {
    background-color: var(--_colors---brand-color--primary);
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-link {
    background-color: #0000;
    margin-left: 0;
  }

  .nav-link:hover, .nav-link.w--current {
    background-color: #0000;
  }

  .hamburger-line-bottom {
    background-color: var(--_colors---brand-color--primary);
    border-radius: 16px;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-list {
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background-color: #01050966;
    width: 100%;
    overflow: hidden;
  }

  .dropdown-list.w--open {
    padding: 0;
    position: static;
    left: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-newsletter-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .footer-form-block {
    min-width: auto;
  }

  .footer-branding-text-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .hero-section {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .hero-section.home {
    height: 900px;
  }

  .heading-01 {
    font-size: 80px;
  }

  .hero-title-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .button-wrapper.more-about-us {
    margin-top: 36px;
  }

  .utility-text-wrap-2 {
    padding-bottom: 32px;
  }

  .license-text-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .utility-content-wrap {
    grid-row-gap: 32px;
  }

  .utility-text-wrap-4 {
    padding-bottom: 32px;
  }

  .cta-section {
    background-image: none;
    height: 450px;
  }

  .cta-left {
    z-index: 1;
    position: relative;
  }

  .cta-title {
    font-size: 48px;
  }

  .cta-button-wrapper {
    padding-top: 28px;
  }

  .roof-image {
    object-fit: cover;
    height: 280px;
  }

  .brand-logo-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .brand-logo-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 800px;
  }

  .brand-logo-block.one {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    max-width: none;
  }

  .brand-logo-wrap, .brand-logo {
    height: 60px;
  }

  .about-us-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
    display: flex;
  }

  .about-us-content-block.about-page {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: wrap;
    display: flex;
  }

  .about-us-left-wrapper {
    max-width: none;
  }

  .why-us-content-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .text-defult.card-subtext.our-numbers-card {
    font-size: 16px;
  }

  .service-right-wrapper {
    padding: 40px;
  }

  .projects-title-block {
    align-items: flex-end;
  }

  .projects-content-wrapper {
    display: block;
  }

  .collection-list-wrapper.projects {
    padding-top: 36px;
  }

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

  .collection-list.pricing, .collection-list.teams {
    grid-template-columns: 1fr 1fr;
  }

  .collection-list.services {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .collection-list.home-projects-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-card-single-wrapper {
    height: 100%;
  }

  .pricing-middle-wrapper {
    padding-top: 60px;
  }

  .testimonial-image-wrapper {
    width: 100%;
    height: 100%;
  }

  .testtimonial-contentt-wrapper {
    width: auto;
    padding: 20px;
  }

  .right-arrow {
    right: 42%;
  }

  .testimonial-client-image {
    width: 100%;
    height: 100%;
  }

  .left-arrow {
    right: 54%;
  }

  .testimonial-content {
    font-size: 24px;
    line-height: 1.2em;
  }

  .testimonial-icon {
    width: 100px;
    height: 100px;
  }

  .testimonial-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    height: auto;
    display: grid;
  }

  .testimonial-mask {
    margin-bottom: 80px;
    padding-bottom: 0;
  }

  .client-name {
    font-size: 24px;
  }

  .testimonial-slider {
    padding-bottom: 10px;
  }

  .blogs-card-wrapper, .blogs-single-card-wrapper {
    padding-top: 36px;
  }

  .blogs-author-content-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .section-image-wrapper {
    height: 80vh;
  }

  .numbers-content-wrapper {
    padding-top: 36px;
  }

  .numbers-card-wrapper {
    height: 400px;
    padding: 20px;
  }

  .client-number {
    font-size: 80px;
  }

  .intro-light-box {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .intro-left-wrapper {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .intro-tabs-menu {
    place-items: start stretch;
  }

  .intro-tabs-mask {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
    position: relative;
  }

  .intro-title-block {
    margin-bottom: 36px;
  }

  .intro-tabs {
    grid-column-gap: 0rem;
    flex-flow: column-reverse;
    display: flex;
  }

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

  .feature-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .feature-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 80px;
    display: grid;
  }

  .feature-content-inner-wrapper {
    margin-top: 40px;
  }

  .blogs-title-block {
    align-items: flex-end;
    margin-bottom: 36px;
  }

  .team-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .team-content-wrapper {
    padding-top: 36px;
  }

  .team-card-wrapper.team-details {
    max-width: 400px;
    position: static;
  }

  .faq-content-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .faq-accordion-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .section-title-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-us-content-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 36px;
  }

  .form-fields-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .contact-us-form-block-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-us-form-block {
    width: 100%;
    max-width: 100%;
    padding: 32px;
  }

  .input-field-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .details-inner-wrapper.team-member {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    padding: 40px;
    display: flex;
  }

  .blog-rich-content blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .blog-rich-content p {
    margin-bottom: 28px;
  }

  .blog-rich-content ol {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 40px;
  }

  .blog-rich-content h2 {
    margin-top: 40px;
  }

  .team-details-section {
    padding-top: var(--section-padding-lg);
  }

  .team-feature-block {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .team-social-wrapper {
    margin-top: 36px;
  }

  .team-feature-wrapper {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .pricing-feature-wrapper {
    grid-template-columns: 1fr;
  }

  .hero-padding-wrapper {
    margin: 0;
    padding-bottom: 60px;
  }

  .frame {
    grid-template: ". ." 1fr
                   ". Area" 1fr
                   / 1fr 1fr;
  }

  .utility-text-wrap-5 {
    padding-bottom: 32px;
  }

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

  .faq-section-image {
    object-fit: cover;
  }

  .image-2 {
    border-radius: 8px;
  }

  .div-block {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }
}

@media screen and (max-width: 767px) {
  body {
    --body-font: Geist, sans-serif;
    --heading-font: Bebasneue, Arial, sans-serif;
    --section-padding-sm: 60px;
    --section-padding-lg: 60px;
    --_typography---font-sizeparagraphs--text-default: 16px;
    --_typography---line-height--paragraphs--text-default: 1.5em;
    --_typography---font-size--headings--h1: 48px;
    --_typography---line-height--headings--h1: 1em;
    --_typography---font-size--headings--h2: 32px;
    --_typography---line-height--headings--h2: 1.2em;
    --_typography---font-size--headings--h3: 28px;
    --_typography---line-height--headings--h3: 1.25em;
    --_typography---font-size--headings--h4: 24px;
    --_typography---font-size--headings--h5: 22px;
    --_typography---line-height--headings--h5: 1.35em;
    --_typography---font-size--headings--h6: 20px;
    --_typography---line-height--headings--h6: 1.4em;
    --_typography---line-height--headings--h4: 1.3em;
    --_typography---font-size-paragraphs--text-sm: 14px;
    --_typography---font-sizeparagraphs--text-lg: 18px;
    --_typography---font-size--button--button-text: 16px;
    --_typography---line-height--button--button-text: 1.5em;
    --_typography---line-height--paragraphs--text-lg: 1.5em;
    --_typography---line-height--paragraphs--text-sm: 1.5em;
  }

  h1 {
    font-size: 80px;
  }

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

  .heading-03.body-font {
    font-size: 24px;
  }

  .heading-06.feature-card-title {
    font-size: 20px;
  }

  .button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .utility-page-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 28px;
  }

  .utility-page-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-stat-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .industries-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .benefit-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: none;
    padding: 24px;
  }

  .benefit-widget-divider {
    width: 100%;
    height: 1px;
  }

  .utility-text-wrap {
    padding-bottom: 24px;
  }

  .utility-image-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .why-us-card {
    max-width: none;
  }

  .sg-typography {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .sg-colors {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
  }

  .text-sm {
    font-size: 12px;
  }

  .sg-typography-block {
    padding-bottom: 16px;
  }

  .sg-typography-block-wrap {
    padding: 24px;
  }

  .sg-typography-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-lg, .text-lg.list-text {
    font-size: 16px;
  }

  .dropdown-link-block {
    grid-template-rows: auto;
  }

  .nav-rightt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-link-wrap {
    max-width: 540px;
  }

  .nav-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-content-block {
    padding: 16px;
  }

  .dropdown-link-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cart-button {
    width: 40px;
    height: 40px;
  }

  .hamburger {
    width: 44px;
    height: 44px;
  }

  .cart-quantity {
    font-size: 12px;
  }

  .button-3 {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-credit-text {
    order: 1;
  }

  .footer-newsletter-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-branding-text-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-flow: column;
  }

  .footer-branding-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .page-link {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .footer-devider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .hero-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.home {
    height: 650px;
  }

  .hero-content-block {
    margin-top: 40px;
  }

  .hero-content-block.home {
    z-index: 2;
    margin-top: 40px;
    padding-bottom: 0;
  }

  .heading-01 {
    font-size: var(--_typography---font-size--headings--h1);
  }

  .hero-title-wrapper {
    margin-top: 16px;
  }

  .button-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

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

  .button-wrapper.more-about-us {
    margin-top: 24px;
  }

  .utility-text-wrap-2 {
    padding-bottom: 24px;
  }

  .license-text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .utility-content-wrap {
    grid-row-gap: 24px;
  }

  .utility-text-wrap-4 {
    padding-bottom: 24px;
  }

  .cta-section {
    height: 350px;
  }

  .cta-button-wrapper {
    padding-top: 24px;
  }

  .cta-image {
    max-width: 450px;
  }

  .hero-bg-mask {
    max-width: 500px;
  }

  .roof-image {
    height: auto;
  }

  .brand-logo-main-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .brand-logo-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .brand-logo-block.one {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    transform: translate(-110%);
  }

  .about-us-content-block {
    grid-template-columns: 1fr;
  }

  .about-us-content-block.about-page {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .play-icon-outer {
    width: 80px;
    height: 80px;
  }

  .play-icon-inner {
    max-width: 60px;
    height: 60px;
  }

  .video-popup-icon {
    width: 24px;
    height: 24px;
  }

  .light-box-image {
    width: 100%;
  }

  .why-us-content-wrapper {
    grid-template-columns: 1fr;
  }

  .service-right-wrapper {
    padding: 20px;
  }

  .service-title-wrapper.category-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-02.pricing-title {
    text-align: center;
  }

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

  .services-section-image {
    width: 100%;
  }

  .projects-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .projects-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .collection-list.teams {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .collection-list.home-projects-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .projects-image {
    max-width: 100%;
  }

  .projects-arrow-wrapper {
    width: 50px;
    height: 50px;
  }

  .pricing-price {
    font-size: 32px;
  }

  .pricing-tag {
    max-width: 100px;
  }

  .testtimonial-contentt-wrapper {
    width: 100%;
  }

  .right-arrow {
    max-width: 40px;
    height: 40px;
  }

  .testimonial-slider-arrow.absolute, .testimonial-slider-arrow.white {
    width: 24px;
    height: 24px;
  }

  .client-position {
    font-size: 14px;
    line-height: 1.5em;
  }

  .left-arrow {
    max-width: 40px;
    height: 40px;
  }

  .testimonial-content {
    margin-top: 24px;
    font-size: 18px;
  }

  .testimonial-icon {
    max-width: 32px;
    height: 32px;
  }

  .testimonial-name-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-top: 24px;
  }

  .testimonial-rating-icon-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .testimonial-mask {
    padding-bottom: 80px;
  }

  .client-name {
    font-size: 18px;
  }

  .blogs-author-content-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blogs-author-content-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .numbers-card-wrapper {
    height: 320px;
  }

  .client-number {
    font-size: 60px;
  }

  .intro-tabs-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-tabs-link.w--current {
    padding: 20px 0;
  }

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

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

  .feature-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .feature-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .blogs-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .team-card-wrapper.team-details {
    padding: 16px;
  }

  .faq-title-left-wrpper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    display: flex;
  }

  .faq-single-content {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .faq-description {
    padding-left: 0;
  }

  .faq-accordion-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-icon.absolute, .faq-icon.relative {
    width: 20px;
    height: 20px;
  }

  .faq-title-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .faq-title {
    font-size: 18px;
  }

  .section-title-wrapper {
    margin-bottom: 12px;
  }

  .faq-number {
    width: 20px;
    height: 20px;
  }

  .contact-us-content-wrapper, .form-fields-wrap {
    grid-template-columns: 1fr;
  }

  .contact-us-form-block {
    padding: 20px;
  }

  .submit-button {
    width: 100%;
  }

  .details-inner-wrapper.team-member {
    max-width: 100%;
    padding: 20px;
  }

  .service-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .details-content-inner-wrapper {
    width: 100%;
  }

  .team-feature-block {
    flex-flow: column;
    display: flex;
  }

  .social-media-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .pricing-details-content-block {
    flex-flow: wrap-reverse;
  }

  .pricing-feature-wrapper {
    grid-template-columns: 1fr;
  }

  .frame {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .contact-number.call-us-text {
    font-size: 14px;
  }

  .faq-answer-wrapper {
    padding-left: 40px;
    padding-right: 0;
  }

  .faq-question-title {
    font-size: 18px;
  }

  .faq-counter-wrapper {
    width: 32px;
    height: 32px;
  }

  .faq-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  body {
    --body-font: Geist, sans-serif;
    --heading-font: Bebasneue, Arial, sans-serif;
    --section-padding-sm: 60px;
    --section-padding-lg: 60px;
    --_typography---font-sizeparagraphs--text-default: 16px;
    --_typography---line-height--paragraphs--text-default: 1.5em;
    --_typography---font-size--headings--h1: 44px;
    --_typography---line-height--headings--h1: 1em;
    --_typography---font-size--headings--h2: 32px;
    --_typography---line-height--headings--h2: 1.2em;
    --_typography---font-size--headings--h3: 28px;
    --_typography---line-height--headings--h3: 1.25em;
    --_typography---font-size--headings--h4: 24px;
    --_typography---font-size--headings--h5: 22px;
    --_typography---line-height--headings--h5: 1.35em;
    --_typography---font-size--headings--h6: 18px;
    --_typography---line-height--headings--h6: 1.4em;
    --_typography---line-height--headings--h4: 1.3em;
    --_typography---font-size-paragraphs--text-sm: 14px;
    --_typography---font-sizeparagraphs--text-lg: 18px;
    --_typography---font-size--button--button-text: 16px;
    --_typography---line-height--button--button-text: 1.5em;
    --_typography---line-height--paragraphs--text-lg: 1.5em;
    --_typography---line-height--paragraphs--text-sm: 1.5em;
  }

  h1 {
    font-size: 60px;
  }

  .heading-03.body-font {
    font-size: 24px;
  }

  .heading-06 {
    text-align: left;
  }

  .heading-06.feature-card-title {
    font-size: 18px;
  }

  .button {
    grid-column-gap: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.password {
    text-transform: uppercase;
    margin-top: 24px;
  }

  .about-stat-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .input-field.text-area {
    height: 140px;
  }

  .block-header {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .order-confirmation {
    padding-top: var(--section-padding-sm);
    padding-bottom: var(--section-padding-sm);
  }

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

  .order-item-title-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .sg-typography {
    width: 500px;
  }

  .sg-colors {
    grid-template-columns: 1fr 1fr;
  }

  .button-text, .button-text.absolute {
    font-size: 14px;
  }

  .text-lg.form-text {
    margin-bottom: 16px;
  }

  .text-lg.list-text {
    font-size: 16px;
  }

  .dropdown-link-block {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .nav-rightt {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .nav-content-block {
    padding: 8px 8px 8px 12px;
  }

  .dropdown-link-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .cart-icon {
    max-width: 20px;
  }

  .cart-button {
    width: auto;
    height: auto;
  }

  .cart-quantity {
    padding: 0;
  }

  .dropdown-list.w--open {
    height: 250px;
    overflow: auto;
  }

  .cart-quantity-wrapper, .button-3 {
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    max-width: 100px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-link-list {
    margin-top: 12px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-newsletter-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .footer-branding-text-wrapper {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-form {
    grid-row-gap: .5rem;
    flex-flow: row;
    grid-template-columns: 1fr;
  }

  .footer-logo {
    max-width: 120px;
  }

  .footer-bottom-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .hero-section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-content-block {
    margin-top: 40px;
  }

  .sub-title-icon-wrapper {
    width: 32px;
    height: 32px;
  }

  .hero-title-wrapper.home {
    margin-top: 24px;
  }

  .button-wrapper.home {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 16px;
  }

  .button-wrapper.about-us {
    margin-top: 24px;
  }

  .hero-button-icon.call-us-icon {
    width: 20px;
    height: 20px;
  }

  .utility-content-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .cart-wrapper {
    height: 100vh;
    padding: 1rem;
  }

  .cart-container {
    min-width: 100%;
  }

  .cta-section {
    height: 400px;
  }

  .cta-title {
    font-size: 32px;
  }

  .cta-image-wrapper {
    height: auto;
  }

  .cta-image {
    object-fit: fill;
    max-width: 220px;
  }

  .hero-bg-mask {
    top: 10%;
  }

  .brand-logo-main-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brand-logo-block.one {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex: none;
    transform: none;
  }

  .brand-logo-wrap {
    flex: none;
    height: 40px;
    display: inline-flex;
  }

  .brand-logo {
    height: 40px;
  }

  .play-icon-outer {
    width: 60px;
    height: 60px;
  }

  .play-icon-inner {
    max-width: 40px;
    height: 40px;
  }

  .video-popup-icon {
    width: 24px;
    height: 24px;
  }

  .light-box-image {
    width: 100%;
  }

  .why-us-content-wrapper {
    grid-template-columns: 1fr;
  }

  .service-right-wrapper {
    padding: 20px;
  }

  .service-title-wrapper.category-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .heading-02.pricing-title {
    text-align: center;
  }

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

  .services-section-image {
    width: 100%;
  }

  .projects-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .projects-title-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .collection-list.teams {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .collection-list.home-projects-section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .projects-image {
    max-width: 100%;
  }

  .projects-arrow-wrapper {
    width: 50px;
    height: 50px;
  }

  .pricing-price {
    font-size: 32px;
  }

  .pricing-tag {
    max-width: 100px;
  }

  .testtimonial-contentt-wrapper {
    width: 100%;
  }

  .right-arrow {
    max-width: 40px;
    height: 40px;
  }

  .testimonial-slider-arrow.absolute, .testimonial-slider-arrow.white {
    width: 24px;
    height: 24px;
  }

  .client-position {
    font-size: 14px;
    line-height: 1.5em;
  }

  .left-arrow {
    max-width: 40px;
    height: 40px;
  }

  .testimonial-content {
    margin-top: 24px;
    font-size: 18px;
  }

  .testimonial-icon {
    max-width: 32px;
    height: 32px;
  }

  .testimonial-name-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    margin-top: 24px;
  }

  .testimonial-rating-icon-wrap {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .testimonial-mask {
    padding-bottom: 80px;
  }

  .client-name {
    font-size: 18px;
  }

  .blogs-author-content-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blogs-author-content-wrapper {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

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

  .numbers-card-wrapper {
    height: 320px;
  }

  .client-number {
    font-size: 60px;
  }

  .intro-tabs-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .intro-tabs-link.w--current {
    padding: 20px 0;
  }

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

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

  .feature-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .feature-content-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .blogs-title-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: flex-start;
  }

  .team-card-wrapper.team-details {
    padding: 16px;
  }

  .faq-title-left-wrpper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center stretch;
    display: flex;
  }

  .faq-single-content {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 12px;
  }

  .faq-description {
    padding-left: 0;
  }

  .faq-accordion-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-icon.absolute, .faq-icon.relative {
    width: 20px;
    height: 20px;
  }

  .faq-title-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .faq-title {
    font-size: 18px;
  }

  .section-title-wrapper {
    margin-bottom: 12px;
  }

  .faq-number {
    width: 20px;
    height: 20px;
  }

  .contact-us-content-wrapper, .form-fields-wrap {
    grid-template-columns: 1fr;
  }

  .contact-us-form-block {
    padding: 20px;
  }

  .submit-button {
    width: 100%;
  }

  .details-inner-wrapper.team-member {
    max-width: 100%;
    padding: 20px;
  }

  .service-title-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .details-content-inner-wrapper {
    width: 100%;
  }

  .team-feature-block {
    flex-flow: column;
    display: flex;
  }

  .social-media-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .pricing-details-content-block {
    flex-flow: wrap-reverse;
  }

  .pricing-feature-wrapper {
    grid-template-columns: 1fr;
  }

  .frame {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .contact-number.call-us-text {
    font-size: 14px;
  }

  .faq-answer-wrapper {
    padding-left: 40px;
    padding-right: 0;
  }

  .faq-question-title {
    font-size: 18px;
  }

  .faq-counter-wrapper {
    width: 32px;
    height: 32px;
  }

  .faq-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .faq-title-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }
}

#w-node-_30e809ab-d746-941f-7a80-0495a8646558-f66b3749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30e809ab-d746-941f-7a80-0495a8646583-f66b3749, #w-node-_30e809ab-d746-941f-7a80-0495a864658b-f66b3749 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-de87a62d-80d9-5689-8b11-5220809b924b-25fabd3d, #w-node-_3c7303ab-3e9c-554f-9d05-dec487702db5-25fabd3d, #w-node-_877c3c5f-df85-c09d-db81-e701da96a721-25fabd3d, #w-node-_2ddcb5d0-8226-6904-2836-09017d4f8980-25fabd3d, #w-node-a668200e-b84b-d966-16d5-97bc93b9c437-25fabd3d {
  justify-self: end;
}

#w-node-d2ef55d2-8316-cd58-bb10-8bc662d5798e-f66b3752, #w-node-_340089d3-2f50-012b-1ef8-e7ef818097bd-f66b3752, #w-node-d9fb415e-4868-0588-dfc8-7cb25eca00fe-f66b3752 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc520c0b-c456-0bfd-a679-20c976555c45-f66b3752 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fc520c0b-c456-0bfd-a679-20c976555c46-f66b3752, #w-node-_2c355758-6006-2b1e-0ae0-99b8d36462c0-f66b3753 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_448a88f3-023f-b48b-e117-a31e9ae45c5e-f66b3758, #w-node-_448a88f3-023f-b48b-e117-a31e9ae45c66-f66b3758, #w-node-ca994df7-00b9-f205-99ec-25e8683cf8e0-f66b375f, #w-node-ca994df7-00b9-f205-99ec-25e8683cf8e8-f66b375f, #w-node-a1ce8ae5-4d3e-7c0f-f2d1-02990856ab18-f66b3762, #w-node-a1ce8ae5-4d3e-7c0f-f2d1-02990856ab20-f66b3762 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-_73ec7845-c05e-cae3-c228-881195d1c103-95d1c082 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_22416646-66b5-ea68-0787-60b9d179da9f-d179da8a, #w-node-_22416646-66b5-ea68-0787-60b9d179daa4-d179da8a, #w-node-_22416646-66b5-ea68-0787-60b9d179daa6-d179da8a, #w-node-_22416646-66b5-ea68-0787-60b9d179daac-d179da8a, #w-node-_22416646-66b5-ea68-0787-60b9d179dab9-d179da8a, #w-node-d2ef55d2-8316-cd58-bb10-8bc662d5798e-f66b3752, #w-node-_340089d3-2f50-012b-1ef8-e7ef818097bd-f66b3752, #w-node-d9fb415e-4868-0588-dfc8-7cb25eca00fe-f66b3752 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_30e809ab-d746-941f-7a80-0495a864657b-f66b3749, #w-node-_30e809ab-d746-941f-7a80-0495a864657f-f66b3749, #w-node-_30e809ab-d746-941f-7a80-0495a8646583-f66b3749, #w-node-_30e809ab-d746-941f-7a80-0495a8646587-f66b3749, #w-node-_448a88f3-023f-b48b-e117-a31e9ae45c56-f66b3758, #w-node-_448a88f3-023f-b48b-e117-a31e9ae45c5a-f66b3758, #w-node-_448a88f3-023f-b48b-e117-a31e9ae45c5e-f66b3758, #w-node-_448a88f3-023f-b48b-e117-a31e9ae45c62-f66b3758, #w-node-ca994df7-00b9-f205-99ec-25e8683cf8d8-f66b375f, #w-node-ca994df7-00b9-f205-99ec-25e8683cf8dc-f66b375f, #w-node-ca994df7-00b9-f205-99ec-25e8683cf8e0-f66b375f, #w-node-ca994df7-00b9-f205-99ec-25e8683cf8e4-f66b375f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c0830c3b-7c04-6442-e539-7ca2e18eecba-f66b3761 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a1ce8ae5-4d3e-7c0f-f2d1-02990856ab10-f66b3762, #w-node-a1ce8ae5-4d3e-7c0f-f2d1-02990856ab14-f66b3762, #w-node-a1ce8ae5-4d3e-7c0f-f2d1-02990856ab18-f66b3762, #w-node-a1ce8ae5-4d3e-7c0f-f2d1-02990856ab1c-f66b3762 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Styles personnalisés pour les nouvelles cartes de service */
.service-card-link-new {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card-link-new:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.service-card-image-wrapper {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.service-card-content-new {
  padding: 24px;
  border: 1px solid #f0f0f0;
  border-top: none;
  border-radius: 0 0 20px 20px;
}

.service-card-icon-wrapper {
  margin-bottom: 16px;
}

.service-card-icon-image {
  width: 40px;
  height: 40px;
}

.service-card-content-new .heading-05 {
  color: #0C0407;
  font-size: 1.25rem;
  margin-bottom: 16px;
  min-height: 56px; /* Pour 2 lignes de texte */
}

.service-card-button-new {
  display: flex;
  align-items: center;
  color: #B94918;
  font-weight: 600;
  text-decoration: none;
}

.service-card-button-new .arrow-icon {
  margin-left: 8px;
  width: 16px;
  transition: transform 0.3s ease;
}

.service-card-link-new:hover .arrow-icon {
  transform: translateX(5px);
}

/* Correction globale pour masquer les messages d'erreur de Webflow */
.w-dyn-empty {
  display: none !important;
}

/* Grille pour la page des services */
.services-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .services-grid-container {
    grid-template-columns: 1fr;
  }
}