@font-face {
  font-family: Social Icons Font;
  src: url('../fonts/social-icon-font.woff2') format("woff2"), url('../fonts/social-icon-font.eot') format("embedded-opentype"), url('../fonts/social-icon-font.woff') format("woff"), url('../fonts/social-icon-font.ttf') format("truetype"), url('../fonts/social-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Square Icons;
  src: url('../fonts/line-square-icons.woff2') format("woff2"), url('../fonts/line-square-icons.eot') format("embedded-opentype"), url('../fonts/line-square-icons.woff') format("woff"), url('../fonts/line-square-icons.ttf') format("truetype"), url('../fonts/line-square-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Filled Icons;
  src: url('../fonts/filled-icon-font.woff2') format("woff2"), url('../fonts/filled-icon-font.eot') format("embedded-opentype"), url('../fonts/filled-icon-font.woff') format("woff"), url('../fonts/filled-icon-font.ttf') format("truetype"), url('../fonts/filled-icon-font.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Line Rounded Icons;
  src: url('../fonts/line-rounded-icons.woff2') format("woff2"), url('../fonts/line-rounded-icons.eot') format("embedded-opentype"), url('../fonts/line-rounded-icons.woff') format("woff"), url('../fonts/line-rounded-icons.ttf') format("truetype"), url('../fonts/line-rounded-icons.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Icons Custom Shopwave Template;
  src: url('../fonts/icons-arrows-shopwave-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cerapro;
  src: url('../fonts/cerapro-medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Hauora;
  src: url('../fonts/hauora-regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hauora;
  src: url('../fonts/hauora-medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Hauora;
  src: url('../fonts/hauora-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cerapro;
  src: url('../fonts/cera-pro-bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Cerapro;
  src: url('../fonts/cera-pro-black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: #064c72;
  --neutral--800: #20283f;
  --system--blue-300: #137be4;
  --neutral--700: #064c72;
  --neutral--300: #f7f8f9;
  --general--shadow-01: #2527290a;
  --neutral--200: #f7f8f9;
  --neutral--400: #ececec;
  --neutral--100: #fff;
  --accent--primary-1: #e5006b;
  --general--shadow-02: #25272914;
  --neutral--500: #b5b5b5;
  --secondary--color-1: #20283f;
  --system--green-400: #476f25;
  --system--blue-400: #064c72;
  --system--blue-200: #7db3e0;
  --system--blue-100: #d7e8f4;
  --system--green-300: #618b3e;
  --system--green-200: #7fdca4;
  --system--green-100: #cfd69d;
  --system--red-400: #e5006b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #fad7e2;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --13: 13px;
  --1-55em: 1.55em;
  --dark-pink: #e5006b;
  --general--shadow-03: #2527291a;
  --general--shadow-04: #25272924;
  --general--shadow-05: #25272929;
  --general--shadow-06: #2527293d;
  --button-shadow--color-01: #0085ff0a;
  --button-shadow--color-2: #0085ff0f;
  --button-shadow--color-03: #0085ff1a;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --white-13: #ffffff21;
  --light-green-73: #eaf1e2ba;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-gray: #f4f4f4;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.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-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

.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-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-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

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

.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-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-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-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-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-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.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-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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

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

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.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-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-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

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

.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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

@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-commercecheckoutemailinput, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

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

  .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional, .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutdiscountsinput, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  color: var(--neutral--600);
  font-family: Cerapro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}

h1 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333em;
}

h2 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.462em;
}

h3 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.667em;
}

h4 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625em;
}

h5 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.714em;
}

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--system--blue-300);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--800);
}

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

li {
  margin-bottom: 8px;
  padding-left: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  display: block;
}

strong {
  color: var(--neutral--700);
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--300);
  color: var(--neutral--800);
  text-align: center;
  border: 0 solid #000;
  border-radius: 20px;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 112px 131px;
  font-size: 24px;
  line-height: 1.583em;
}

figure {
  margin-top: 24px;
  margin-bottom: 48px;
}

figcaption {
  text-align: center;
  margin-top: 16px;
}

.page-wrapper {
  min-height: 100vh;
  padding-top: 130px;
}

.grid-2-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.grid-2-columns.style---styleguide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns._1-col-tablet {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-2-columns.header-top {
  grid-template-columns: 2fr 1fr;
  align-content: center;
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.header-top.june {
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-2-columns.checkout-page {
  grid-column-gap: 62px;
  grid-row-gap: 13px;
  grid-template-columns: .5fr .5fr;
  align-items: start;
  max-width: 987px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.title-and-buttons {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.sidebar-left {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: .34fr 1fr;
  align-items: start;
  padding-bottom: 0;
  position: relative;
}

.grid-2-columns.product-grid {
  grid-column-gap: 34px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr .57fr;
  align-items: start;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.popular-products-sidebar-grid {
  grid-column-gap: 24px;
  grid-row-gap: 15px;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.about-our-sellers-grid {
  grid-column-gap: 40px;
  grid-template-columns: .9fr 1fr;
}

.grid-2-columns.story-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .9fr;
}

.grid-2-columns.blog-main-grid {
  grid-column-gap: 30px;
  grid-template-columns: 1fr .8fr;
  align-items: start;
  padding-bottom: 185px;
  position: relative;
}

.grid-2-columns.categories-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.grid-2-columns.section-blog-posts-grid {
  grid-column-gap: 40px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}

.grid-2-columns.faqs-grid {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  align-items: start;
}

.grid-2-columns.sales-hero {
  grid-template-columns: .7fr 1fr;
}

.style---navigation-sidebar {
  z-index: 1;
  box-shadow: 1px 0 14px 0 var(--general--shadow-01);
  height: 100%;
  max-height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.style---main-wrapper {
  background-color: var(--neutral--200);
}

.card {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--300);
  border-radius: 16px;
  overflow: hidden;
}

.card.link-card {
  color: var(--neutral--600);
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: block;
}

.card.link-card:hover {
  color: var(--neutral--600);
  transform: translate(0, -6px);
}

.card.link-card.search-item {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  min-height: 100%;
  padding: 14px;
}

.card.link-card.card-product {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 5px 5px 5px 1px var(--general--shadow-01);
  border-radius: 5px;
  flex-direction: column;
  min-height: 100%;
  padding-bottom: 13px;
  transition: box-shadow .525s, transform .3s, color .3s;
  display: flex;
}

.card.link-card.card-product:hover {
  border-color: var(--accent--primary-1);
  box-shadow: 0 13px 14px 0 var(--general--shadow-02);
}

.card.link-card.card-product.nav {
  padding-bottom: 0;
}

.card.link-card.card-product-popular {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  flex-direction: column;
  min-height: 100%;
  transition: box-shadow .3s, transform .3s, color .3s;
  display: flex;
}

.card.link-card.card-product-popular:hover {
  box-shadow: 0 13px 14px 0 var(--general--shadow-01);
}

.card.link-card.card-related-product {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  flex-direction: column;
  min-height: 100%;
  transition: box-shadow .3s, transform .3s, color .3s;
  display: flex;
}

.card.link-card.card-related-product:hover {
  box-shadow: 0 13px 14px 0 var(--general--shadow-01);
}

.card.checkout-block {
  background-color: #f7f8f957;
  border-style: solid;
  border-radius: 5px;
  order: 0;
  margin-bottom: 13px;
  padding: 13px;
}

.card.checkout-block.order-summary {
  background-color: #fafbf900;
  border-radius: 5px;
  margin-top: 13px;
  padding-bottom: 13px;
}

.card.checkout-block.last {
  background-color: #fafbf900;
  border-radius: 5px;
  order: 1;
  margin-bottom: 0;
}

.card.checkout-block.last.side {
  order: 0;
  margin-bottom: 13px;
}

.card.checkout-block.top {
  background-color: #f7f8f957;
  border-radius: 5px;
}

.card.checkout-block.hiden {
  display: none;
}

.card.cta-v1 {
  padding: 104px 40px;
  overflow: visible;
}

.card.categories {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-width: 255px;
  max-width: 330px;
  height: 100%;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 21px 13px 13px;
  display: block;
  position: static;
  top: 144px;
  overflow: visible;
  box-shadow: 0 2px 5px #0003;
}

.card.categories.dropd {
  display: none;
}

.card.shop-perks {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--300);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 5px;
  flex-flow: column;
  padding: 13px;
  display: flex;
}

.card.hero {
  padding: 80px 40px;
  display: none;
}

.card.hero.about {
  padding-top: 95px;
  padding-bottom: 95px;
}

.card.product-main-details {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  border-radius: 5px;
  margin-bottom: 89px;
  padding: 13px;
}

.card.product-main-details.mob-hid {
  min-width: 355px;
  margin-bottom: 13px;
}

.card.product-main-details.mob-not-hid {
  display: none;
}

.card.video---about {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 24px;
  max-width: 535px;
}

.card.blog-sidebar {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  padding: 37px 32px 43px;
}

.card.section-blog-post-content {
  z-index: 1;
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: 100%;
  margin-top: -97px;
  padding: 49px 24px;
  position: relative;
}

.card.card-contact-form {
  background-color: var(--neutral--300);
  border-style: solid;
  border-radius: 0 0 5px 5px;
  padding: 34px 58px;
}

.card.contact-links {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  padding: 27px 62px;
  display: flex;
}

.card.contact-links.small {
  border-radius: 5px;
  width: 89%;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.card.not-found {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  max-width: 560px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 94px 48px 96px;
}

.card.password-page {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  padding: 76px 68px;
}

.card.dropdown {
  background-color: var(--neutral--100);
  border-style: none none solid;
  border-radius: 0 0 34px 34px;
  margin-top: 21px;
  margin-bottom: 8px;
  padding: 34px 24px;
  box-shadow: 0 14px 20px #0003;
}

.style---color-block {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  padding: 24px 24px 32px;
}

.style---color-block-name {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.style---color-block-hex {
  line-height: 20px;
}

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

.grid-4-columns.card-products-grid {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4-columns.shop-grid {
  grid-column-gap: 13px;
  grid-row-gap: 54px;
  border: 1px none var(--neutral--500);
  background-color: #f7f9f500;
  border-radius: 5px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 13px;
}

.grid-4-columns.shop-grid.products-page {
  margin-bottom: 34px;
}

.grid-4-columns.section-card-products-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}

.bg-accent-1 {
  background-color: var(--accent--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary--color-1);
}

.bg-neutral-800 {
  background-color: var(--neutral--800);
}

.bg-neutral-700 {
  background-color: var(--neutral--700);
}

.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.bg-neutral-500 {
  background-color: var(--neutral--500);
}

.bg-neutral-400 {
  background-color: var(--neutral--400);
}

.bg-neutral-300 {
  background-color: var(--neutral--300);
}

.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  inset: 16px 16px auto auto;
}

.style---color-block-text-example.badge-dark, .style---color-block-text-example.badge-dark.color-neutral-300 {
  background-color: var(--neutral--800);
}

.color-accent-1 {
  color: var(--accent--primary-1);
}

.color-secondary-1 {
  color: var(--secondary--color-1);
}

.color-neutral-800 {
  color: var(--neutral--800);
}

.color-neutral-700 {
  color: var(--neutral--700);
}

.color-neutral-600 {
  color: var(--neutral--600);
}

.color-neutral-500 {
  color: var(--neutral--500);
}

.color-neutral-300 {
  color: var(--neutral--300);
}

.color-neutral-200 {
  color: var(--neutral--200);
}

.color-neutral-100 {
  color: var(--neutral--100);
}

.bg-green-400 {
  background-color: var(--system--green-400);
}

.color-green-400 {
  color: #11845b;
}

.bg-blue-400 {
  background-color: var(--system--blue-400);
}

.color-blue-400 {
  color: var(--system--blue-400);
}

.bg-blue-300 {
  background-color: var(--system--blue-300);
}

.color-blue-300 {
  color: var(--system--blue-300);
}

.bg-blue-200 {
  background-color: var(--system--blue-200);
}

.bg-blue-100 {
  background-color: var(--system--blue-100);
}

.color-blue-100 {
  color: var(--system--blue-100);
}

.color-neutral-400 {
  color: var(--neutral--400);
}

.bg-green-300 {
  background-color: var(--system--green-300);
}

.color-green-300 {
  color: var(--system--green-300);
}

.bg-green-200 {
  background-color: var(--system--green-200);
}

.color-green-200 {
  color: var(--system--green-200);
}

.color-green-100 {
  color: var(--system--green-100);
}

.bg-green-100 {
  background-color: var(--system--green-100);
}

.bg-red-400 {
  background-color: var(--system--red-400);
}

.color-red-400 {
  color: var(--system--red-400);
}

.bg-red-300 {
  background-color: var(--system--300);
}

.color-red-300 {
  color: var(--system--300);
}

.bg-red-200 {
  background-color: var(--system--red-200);
}

.color-red-200 {
  color: var(--system--red-200);
}

.bg-red-100 {
  background-color: var(--system--red-100);
}

.color-red-100 {
  color: var(--system--red-100);
}

.bg-orange-400 {
  background-color: var(--system--orange-400);
}

.color-orange-400 {
  color: var(--system--orange-400);
}

.bg-orange-300 {
  background-color: var(--system--orange-300);
}

.color-orange-300 {
  color: var(--system--orange-300);
}

.bg-orange-200 {
  background-color: var(--system--orange-200);
}

.color-orange-200 {
  color: var(--system--orange-200);
}

.bg-orange-100 {
  background-color: var(--system--orange-100);
}

.color-orange-100 {
  color: var(--system--orange-100);
}

.style---block-sub-heading {
  margin-bottom: 32px;
}

.style---block-sub-heading.border {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 64px;
  padding-bottom: 40px;
}

.divider {
  background-color: var(--neutral--400);
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._0px {
  margin-top: 0;
  margin-bottom: 0;
}

.divider._32px {
  margin-top: 32px;
  margin-bottom: 32px;
}

.style---typography-block-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 320px) 1fr;
}

.style---content-block {
  margin-bottom: 100px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-bottom-16px {
  margin-bottom: 16px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.mg-bottom-32px {
  max-width: 55ch;
  margin-bottom: 21px;
  font-size: 16px;
}

.mg-bottom-40px {
  margin-bottom: 40px;
}

.mg-bottom-40px.hidden-on-mbl {
  margin-bottom: 0;
}

.mg-bottom-40px.not-40 {
  height: 100%;
  margin-bottom: 13px;
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.mg-top-16px {
  margin-top: 16px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-48px {
  margin-top: 48px;
}

.mg-right-8px {
  margin-right: 8px;
}

.text-200 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.143em;
}

.text-200.medium {
  font-weight: 500;
}

.text-200.medium.color-neutral-500.text-strikethrough {
  color: var(--system--red-400);
}

.text-200.medium.mg-bottom-8px {
  margin-bottom: 0;
}

.text-200.medium.mg-bottom-8px.large {
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}

.text-200.medium.color-accent-1.compare {
  color: var(--system--red-400);
  text-decoration: line-through;
}

.text-200.medium.small {
  font-size: 11px;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.mg-bottom-3px {
  margin-bottom: 0;
}

.text-200.color-neutral-500.text-strikethrough {
  color: var(--neutral--500);
}

.text-200.hide {
  display: none;
}

.display-1 {
  color: var(--neutral--800);
  font-size: 55px;
  font-weight: 700;
  line-height: 1.1em;
}

.display-1.mg-bottom-10px {
  text-align: left;
  margin: 13px auto 5px;
  font-size: 34px;
  line-height: .73em;
}

.display-1.mg-bottom-10px.center {
  text-align: center;
  margin-bottom: 34px;
}

.display-1.mg-bottom-10px.center.no-bot {
  margin-bottom: 13px;
}

.display-1.mg-bottom-4px.checkout {
  margin-bottom: 0;
  font-size: 21px;
}

.display-1.mg-bottom-4px.checkout.hidden {
  text-align: center;
  display: block;
}

.display-1.mg-bottom-4px.checkout.hidden.bot {
  border-bottom: 1px solid var(--neutral--400);
  text-align: left;
  margin-bottom: 34px;
  padding-bottom: 8px;
}

.display-1.mg-bottom-4px.smaller.center {
  text-align: center;
}

.display-1.smaller {
  font-size: 34px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: 34px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-1-column.gap-row-0.hidden {
  display: none;
}

.grid-1-column.sidebar-sections {
  grid-row-gap: 40px;
  align-items: start;
}

.grid-1-column.recent-post-grid {
  grid-row-gap: 16px;
}

.grid-1-column.blog-grid {
  grid-row-gap: 32px;
}

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

.gap-column-24px {
  grid-column-gap: 24px;
}

.gap-row-24px {
  grid-row-gap: 24px;
}

.gap-row-80px {
  grid-row-gap: 80px;
}

.display-2 {
  color: var(--neutral--800);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.438em;
}

.display-3 {
  color: var(--neutral--800);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.364em;
}

.display-3.mg-bottom-6px {
  font-size: 26px;
  font-weight: 700;
}

.display-4 {
  color: var(--neutral--800);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5em;
}

.style---style-grid-wrapper {
  grid-row-gap: 180px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-small {
  font-size: 14px;
  line-height: 1.714em;
}

.paragraph-small.mg-bottom-20px {
  color: var(--secondary--color-1);
  background-color: #fff0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.55em;
}

.paragraph-small.mg-bottom-20px.bott {
  margin-top: 0;
  margin-bottom: 21px;
  font-size: 13px;
}

.text-400 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.111em;
}

.text-400.medium {
  font-weight: 500;
}

.text-400.bold {
  font-weight: 700;
}

.text-300 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.125em;
}

.text-300.medium {
  font-weight: 500;
}

.text-300.bold {
  font-weight: 700;
}

.text-300.bold.color-neutral-800.mg-bottom-8px.nav {
  font-size: 13px;
}

.text-300.bold.mg-bottom-0 {
  font-size: 16px;
  font-weight: 700;
}

.text-300.bold.mg-bottom-0.margin-bot {
  text-align: left;
  margin-top: 21px;
  margin-bottom: 21px;
  font-size: 16px;
}

.text-300.bold.mg-bottom-0.margin-bot.small {
  color: #9e9e9e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.text-300.bold.mg-bottom-0.margin-bot.no-bot.no-top {
  color: var(--neutral--600);
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.13em;
}

.text-300.bold.mg-bottom-0.margin-bot.no-bot.no-no {
  margin-top: 34px;
  margin-bottom: 0;
}

.text-300.color-neutral-600.mg-bottom-0 {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
}

.text-100 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.167em;
}

.text-100.medium {
  font-weight: 500;
}

.text-100.bold {
  font-weight: 700;
}

.text-100.bold.larger {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.text-100.bold.larger:hover {
  color: var(--accent--primary-1);
}

.text-100.bold.larger.red {
  color: var(--dark-pink);
}

.text-100.bold.larger.normal:hover {
  color: var(--neutral--800);
}

.text-100.color-neutral-300 {
  font-size: 15px;
}

.text-100.color-neutral-300.mg-bottom-0 {
  color: var(--neutral--700);
  font-weight: 400;
}

.text-bold {
  font-weight: 400;
}

.text-link {
  color: var(--neutral--600);
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: var(--accent--primary-1);
}

.text-link.white {
  color: var(--neutral--100);
}

.text-link.white:hover, .text-link.white.text-decoration-none {
  color: var(--accent--primary-1);
}

.text-link.color-accent-1 {
  color: var(--accent--primary-1);
  transition: opacity .3s, color .3s;
}

.text-link.color-accent-1:hover {
  opacity: .7;
}

.text-link.color-accent-1.text-decoration-none.w--current {
  color: var(--system--blue-300);
}

.text-link.color-accent-1.text-decoration-none.w--current:hover {
  color: var(--accent--primary-1);
}

.text-uppercase {
  letter-spacing: .1em;
  text-transform: uppercase;
}

.text-strikethrough {
  text-decoration: line-through;
}

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

.grid-3-columns.gap-row-80px {
  grid-row-gap: 80px;
}

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 70px;
  grid-template-columns: auto auto 1fr;
}

.grid-3-columns.style---buttons-grid.app-buttons {
  grid-template-columns: auto auto;
  justify-content: start;
}

.grid-3-columns.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.style---shadow-card {
  background-color: var(--neutral--100);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 220px;
  padding: 32px 44px;
  display: flex;
}

.shadow-01 {
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
}

.shadow-02 {
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.shadow-03 {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
}

.shadow-04 {
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
}

.shadow-05 {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
}

.shadow-06 {
  box-shadow: 0 32px 72px 0 var(--general--shadow-06);
}

.button-shadow-color-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--color-01);
}

.button-shadow-color-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--color-2);
}

.button-shadow-color-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--color-03);
}

.button-shadow-white-01 {
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
}

.button-shadow-white-02 {
  box-shadow: 0 6px 20px 0 var(--button-shadow--white-02);
}

.button-shadow-white-03 {
  box-shadow: 0 10px 28px 0 var(--button-shadow--white-03);
}

.style---heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  align-items: center;
  min-height: 70vh;
  margin-bottom: 30px;
  padding: 72px 4vw;
  display: flex;
}

.inner-container._600px {
  max-width: 600px;
}

.inner-container.center {
  margin-left: auto;
  margin-right: auto;
}

.inner-container._400px {
  max-width: 400px;
}

.inner-container._500px {
  max-width: 500px;
}

.inner-container._490px {
  max-width: 490px;
}

.inner-container._1068px {
  max-width: 1068px;
}

.inner-container._1024px {
  max-width: 1024px;
}

.inner-container._1024px.center, .inner-container._600px---mbl.center {
  max-width: 1224px;
}

.inner-container._600px---mbl.center.shop {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._600px---mbl.center.larger {
  max-width: 1224px;
}

.inner-container._828px {
  max-width: 828px;
}

.inner-container._828px.width-100 {
  border-style: none;
  border-radius: 5px;
  max-width: none;
}

.inner-container._828px.width-100.vert {
  border-style: none;
  flex-flow: column;
}

.inner-container._721px {
  max-width: 721px;
}

.inner-container._22px {
  flex-direction: column;
  align-items: flex-start;
  width: 22px;
  display: flex;
}

.inner-container._22px.larger {
  width: 34px;
}

.inner-container.product-sidebar {
  width: 100%;
  max-width: 413px;
}

.inner-container.product-sidebar.mob {
  display: none;
}

.inner-container._346px {
  max-width: 346px;
}

.inner-container.product-information-item-left {
  width: 100%;
  max-width: 100px;
}

.inner-container.product-information-item-right {
  width: 100%;
  max-width: 225px;
}

.inner-container._277px---mbl {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._520px {
  max-width: 520px;
}

.inner-container._82px {
  max-width: 82px;
}

.inner-container._1120px {
  max-width: 1120px;
}

.inner-container._476px {
  max-width: 476px;
}

.inner-container._528px {
  max-width: 528px;
}

.inner-container._3-col-grid-icon-top {
  max-width: 313px;
}

.inner-container._648px {
  max-width: 648px;
}

.inner-container._596px {
  max-width: 596px;
}

.inner-container.blog-grid-sidebar {
  width: 100%;
  max-width: 400px;
  position: sticky;
  top: 26%;
}

.inner-container._268px {
  max-width: 268px;
}

.inner-container._754px {
  max-width: 754px;
}

.inner-container._780px {
  max-width: 780px;
}

.inner-container.section-blog-post-content-wrapper {
  width: 100%;
  max-width: 85%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._385px {
  max-width: 385px;
}

.inner-container._706px {
  max-width: 706px;
}

.inner-container._461px {
  max-width: 461px;
}

.inner-container._621px {
  max-width: 621px;
}

.inner-container._519px {
  max-width: 519px;
}

.inner-container.contact-link-icon {
  max-width: 42px;
  margin-right: 16px;
}

.inner-container._58px {
  max-width: 58px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-02);
  border-radius: 16px;
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

.style---heading-icon-wrapper {
  background-color: var(--accent--primary-1);
  border-radius: 16px;
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.34em;
}

.mg-bottom-0.text-center.center {
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-0.contact {
  text-align: left;
  margin-bottom: 34px;
  font-size: 12px;
}

.mg-bottom-0.large {
  font-size: 21px;
  font-weight: 700;
}

.style---content-wrapper {
  padding-top: 40px;
  padding-left: 4vw;
  padding-right: 4vw;
}

.border-radius-16px {
  border-radius: 16px;
}

.style---card-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
  border-radius: 16px;
}

.style---components-wrapper {
  background-color: var(--neutral--100);
  border-radius: 24px;
}

.style---bg-white {
  padding: 48px;
}

.style-buttons-dark {
  background-color: var(--neutral--800);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  padding: 48px;
}

.btn-primary {
  border: 1px solid var(--system--blue-300);
  background-color: var(--neutral--100);
  color: var(--system--blue-300);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 55px 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 34px;
  padding: 0 26px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.143em;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
  display: flex;
}

.btn-primary:hover {
  border-style: solid;
  border-color: var(--accent--primary-1);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.small {
  padding: 16px 22px;
  font-size: 12px;
  line-height: 1.167em;
}

.btn-primary.small.discount {
  border-radius: 0 5px 5px 0;
  height: 43px;
  margin-left: 0;
}

.btn-primary.large {
  padding: 28px 56px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.white:hover {
  background-color: var(--accent--primary-1);
  color: var(--system--blue-100);
}

.btn-primary.inside-input {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-primary.inside-input.default {
  padding-left: 27px;
  padding-right: 27px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.width-100.text-medium {
  border-color: var(--system--blue-300);
  background-color: var(--neutral--100);
  color: var(--system--blue-300);
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 13px;
}

.btn-primary.width-100.text-medium:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-primary.width-100.text-medium.not-so-big {
  border-color: var(--system--blue-300);
  background-color: var(--neutral--100);
  color: var(--system--blue-300);
  font-size: var(--13);
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-primary.width-100.text-medium.not-so-big:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
}

.btn-primary.download-app {
  align-items: center;
  display: flex;
}

.btn-primary.black {
  background-color: var(--system--blue-300);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  width: 100%;
  max-width: 300px;
  height: 55px;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  box-shadow: 0 2px 5px #0003;
}

.btn-primary.black:hover {
  background-color: var(--accent--primary-1);
  transform: scale(1.01)translate3d(0, -3px, .01px);
}

.btn-primary.pagination-btn {
  margin-left: 0;
  margin-right: 0;
  padding: 18px 28px;
  font-weight: 400;
}

.btn-primary.checkout {
  background-color: var(--system--blue-300);
  color: var(--neutral--100);
  height: 55px;
  margin-bottom: 5px;
  font-size: 16px;
}

.btn-primary.checkout:hover {
  background-color: var(--accent--primary-1);
}

.btn-primary.top {
  margin-top: 21px;
}

.btn-primary.top.dark {
  background-color: var(--system--blue-300);
  color: var(--neutral--100);
  font-size: 16px;
}

.btn-primary.top.dark:hover {
  background-color: var(--accent--primary-1);
}

.btn-primary.hero {
  border: 1px none var(--system--blue-300);
  background-color: var(--dark-pink);
  color: var(--neutral--100);
  border-top-left-radius: 55px;
  border-bottom-right-radius: 55px;
  width: 233px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 400;
}

.btn-primary.hero:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
}

.btn-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--300);
  box-shadow: 0 4px 10px 0 var(--button-shadow--white-01);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 5px;
  padding: 19px 26px;
  font-size: 14px;
  line-height: 1.143em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

.btn-secondary:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.small {
  padding: 16px 22px;
  font-size: 12px;
  line-height: 1.167em;
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 16px;
  line-height: 1.125em;
}

.btn-secondary.white {
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-secondary.white:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
}

.btn-secondary.pagination-btn {
  border-color: var(--neutral--400);
  margin-left: 0;
  margin-right: 0;
  padding: 18px 28px;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 14px;
  line-height: 1.143em;
  display: inline-block;
}

.badge-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.badge-primary.dark {
  background-color: var(--secondary--color-1);
}

.badge-primary.small {
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.167em;
}

.badge-primary.small.hot-badge {
  background-color: var(--white-13);
  color: var(--secondary--color-1);
  padding: 0;
}

.badge-primary.small.hot-badge.black {
  color: var(--secondary--color-1);
}

.badge-primary.large {
  padding: 22px 38px;
  font-size: 16px;
  line-height: 1.125em;
}

.badge-primary.code {
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-left: 15px;
  padding: 13px;
  font-weight: 700;
}

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
  display: inline-block;
}

.badge-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.light {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

.badge-secondary.small {
  padding: 12px 16px;
  font-size: 12px;
  line-height: 1.167em;
}

.badge-secondary.large {
  padding: 22px 38px;
  font-size: 16px;
  line-height: 1.125em;
}

.input {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
  border-radius: 5px;
  min-height: 54px;
  margin-bottom: 0;
  padding: 13px;
  font-size: 12px;
  line-height: 1.167em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  overflow: auto;
}

.input:hover {
  border-color: var(--secondary--color-1);
  box-shadow: 0 4px 8px 0 var(--general--shadow-02);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--secondary--color-1);
  color: var(--neutral--800);
}

.input::placeholder {
  color: #064c7257;
  font-size: 14px;
}

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.input.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.small.mg-bottom-16px.width-100 {
  border-style: none;
  border-radius: 8px 0 0 8px;
  min-height: 43px;
  margin-bottom: 0;
}

.input.large {
  min-height: 76px;
}

.input.large.button-inside {
  min-height: 75px;
}

.input.button-inside {
  min-height: 70px;
  padding-right: 120px;
}

.input.mg-bottom-16px {
  margin-bottom: 16px;
}

.input.cart-quantity-input {
  border-radius: 5px;
  width: 72px;
  min-height: 40px;
  padding: 10px 16px;
}

.input.cart-quantity-input:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  font-size: 14px;
}

.input.medium {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 5px;
  height: auto;
  min-height: 43px;
  margin-bottom: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.input.medium::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.input.medium.last {
  border-style: solid;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 5px;
  margin-bottom: 0;
}

.input.search-inside-input {
  border-radius: 333px;
  min-height: 34px;
  padding-right: 60px;
}

.input.search-inside-input:hover, .input.search-inside-input:focus {
  border-color: var(--accent--primary-1);
}

.input.search-inside-input.small {
  border-style: solid;
  border-color: var(--neutral--400);
  background-color: var(--neutral--200);
  box-shadow: none;
  border-radius: 5px;
  min-height: auto;
  max-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  transition-property: all, color, border-color;
}

.input.search-inside-input.small:hover {
  border-color: var(--accent--primary-1);
  box-shadow: none;
  color: var(--accent--primary-1);
  transform: scale(1.01);
}

.input.search-inside-input.small::placeholder {
  color: var(--neutral--600);
  font-size: 13px;
}

.input.icon-left {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 17px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  padding-left: 42px;
}

.input.icon-left.input-search {
  background-image: url('../images/icon-1-search-input-shopwave-template.svg');
  border-radius: 5px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 1.143em;
}

.input.icon-left.input-search:focus {
  background-image: url('../images/icon-2-search-input-shopwave-template.svg');
}

.input.select-inside {
  box-shadow: none;
  color: var(--neutral--600);
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  height: auto;
  min-height: auto;
  padding: 0;
}

.input.select-inside:focus {
  color: var(--neutral--800);
}

.input.quantity {
  border-color: var(--system--blue-300);
  color: var(--system--blue-300);
  border-radius: 5px;
  width: 89px;
  height: 34px;
  min-height: 34px;
  padding: 10px 23px;
  font-size: 12px;
}

.input.quantity:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  font-size: 16px;
}

.input.quantity:active {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
}

.input.hidden {
  display: none;
}

.position-relative {
  position: relative;
}

.text-area {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 5px;
  min-width: 100%;
  max-width: 100%;
  min-height: 89px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 13px;
  font-size: 12px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--neutral--800);
  box-shadow: 0 4px 14px 0 var(--general--shadow-04);
}

.text-area:focus {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
}

.text-area::placeholder {
  color: #064c7257;
  font-size: 14px;
}

.text-area.small {
  min-height: 102px;
  margin-bottom: 24px;
  font-size: 16px;
}

.text-area.small::placeholder {
  font-size: 16px;
  line-height: 18px;
}

.checkbox-field-wrapper {
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.checkbox-field-wrapper.large {
  font-size: 20px;
  line-height: 24px;
}

.checkbox-field-wrapper.small {
  font-size: 16px;
  line-height: 20px;
}

.checkbox-field-wrapper.mg-bottom-0 {
  margin-bottom: 0;
  display: none;
}

.checkbox {
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 1px 6px 0 var(--general--shadow-01);
  border-radius: 6px;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--accent--primary-1);
}

.checkbox.w--redirected-checked {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  background-image: url('../images/check-form-brix-templates-webflow.svg');
  background-size: auto;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox.large {
  min-width: 28px;
  min-height: 28px;
}

.checkbox.small {
  border-radius: 5px;
  min-width: 22px;
  min-height: 22px;
}

.radio-button-field-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  padding-left: 0;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.radio-button-field-wrapper.large {
  font-size: 20px;
  line-height: 26px;
}

.radio-button-field-wrapper.small {
  font-size: 16px;
  line-height: 22px;
}

.radio-button {
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, border-width .3s, background-color .3s;
}

.radio-button:hover {
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-checked {
  border-width: 6px;
  border-color: var(--accent--primary-1);
}

.radio-button.w--redirected-focus {
  box-shadow: none;
}

.radio-button.large {
  min-width: 28px;
  min-height: 28px;
}

.radio-button.large.w--redirected-checked {
  border-width: 8px;
}

.radio-button.small {
  min-width: 22px;
  min-height: 22px;
}

.style---social-square-icons-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
}

.social-icon-font {
  font-family: Social Icons Font, sans-serif;
}

.social-icon-font.button-left {
  margin-right: 6px;
}

.social-icon-square {
  background-color: var(--neutral--300);
  color: var(--neutral--600);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.social-icon-square:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.social-icon-square.size-10px {
  width: 10px;
}

.line-rounded-icon {
  font-family: Line Rounded Icons, sans-serif;
}

.line-rounded-icon.style---dropdown-arrow-sidebar {
  line-height: 18px;
}

.line-rounded-icon.link-icon-right {
  margin-left: 6px;
  display: inline-block;
}

.line-rounded-icon.link-icon-left {
  margin-right: 8px;
  font-size: 20px;
  line-height: 1em;
  display: inline-block;
}

.line-rounded-icon.success-message-check {
  color: var(--accent--primary-1);
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1em;
}

.line-rounded-icon.success-message-check.large {
  margin-bottom: 16px;
  font-size: 80px;
}

.line-rounded-icon.accordion-icon {
  color: var(--neutral--800);
  font-size: 24px;
  line-height: 1em;
}

.line-square-icon {
  font-family: Line Square Icons, sans-serif;
}

.line-square-icon.link-icon-left {
  margin-top: -1.5px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  transform: translate(0, 3px);
}

.line-square-icon.link-icon-left.whuite {
  color: var(--neutral--200);
}

.line-square-icon.link-icon-left.large {
  font-size: 16px;
}

.line-square-icon.card-category-arrow {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 13px;
  min-width: 13px;
  height: 13px;
  min-height: 13px;
  margin-left: 8px;
  font-size: 11px;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.line-square-icon.sidebar-category-arrow {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-left: 8px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.line-square-icon.dropdown-arrow {
  margin-left: 6px;
  font-weight: 400;
}

.line-square-icon.dropdown-category-arrow {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 14px;
  min-width: 14px;
  height: 14px;
  min-height: 14px;
  margin-left: 8px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.line-square-icon.dropdown-category-arrow.white {
  color: var(--neutral--100);
}

.rich-text img {
  border-radius: 24px;
}

.rich-text p {
  margin-top: 16px;
  margin-bottom: 32px;
}

.rich-text h2 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 14px;
}

.rich-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rich-text ul, .rich-text ol {
  margin-bottom: 40px;
}

.rich-text h6, .rich-text h5, .rich-text h4 {
  margin-top: 40px;
  margin-bottom: 14px;
}

.rich-text blockquote {
  margin-top: 40px;
  margin-bottom: 40px;
}

.style---dropdown-wrapper-sidebar {
  width: 100%;
  overflow: hidden;
}

.style---dropdown-toggle {
  border-bottom: 1px solid var(--neutral--300);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  transition: color .3s;
  display: flex;
}

.style---dropdown-toggle:hover, .style---dropdown-toggle.w--open {
  color: var(--accent--primary-1);
}

.buttons-row {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.buttons-row.center {
  justify-content: center;
}

.buttons-row.add-cart-buttons {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: stretch;
}

.style---dropdown-list-sidebar {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.style---dropdown-link-sidebar {
  color: var(--neutral--600);
  border-right: 4px solid #0000;
  flex-direction: row;
  align-items: center;
  padding: 12px 16px 12px 20px;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

.style---dropdown-link-sidebar:hover {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--accent--primary-1);
  background-color: var(--neutral--200);
  color: var(--accent--primary-1);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--accent--primary-1);
  border-radius: 8px;
  max-width: 38px;
  margin-right: 10px;
  padding: 2px;
}

.style---sidebar-wrapper {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: scroll;
}

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--secondary--color-1);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
}

.width-100 {
  border: 1px solid var(--general--shadow-01);
  border-radius: 5px;
  width: 100%;
  display: flex;
}

.style---button-wrapper-sidebar {
  margin-top: 20px;
  margin-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.style---logo-sidebar {
  transition: opacity .3s;
}

.style---logo-sidebar:hover {
  opacity: .6;
}

.container-default {
  max-width: 1224px;
  padding-left: 0;
  padding-right: 0;
}

.container-default.order-confirmation {
  display: block;
}

.container-default.center {
  margin-left: auto;
  margin-right: auto;
}

.container-default.search {
  height: 34px;
}

.container-default._100 {
  flex: 1;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.nav {
  justify-content: center;
  align-items: center;
  height: 73px;
  display: flex;
}

.container-default.padding {
  padding-top: 34px;
  padding-bottom: 34px;
  display: none;
}

.section {
  border-top: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  padding-top: 89px;
  padding-bottom: 89px;
}

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

.section.small.bg-neutral-200 {
  padding-top: 34px;
}

.section.hero {
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section.hero.v1 {
  padding-top: 51px;
  padding-bottom: 55px;
  overflow: visible;
}

.section.hero.v2 {
  padding-top: 46px;
  padding-bottom: 0;
  position: static;
  overflow: visible;
}

.section.hero.v3 {
  padding-top: 34px;
  padding-bottom: 13px;
  overflow: visible;
}

.section.hero.v4 {
  padding-top: 50px;
  padding-bottom: 133px;
}

.section.hero.v6 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section.hero.v7 {
  padding-top: 80px;
  padding-bottom: 160px;
}

.section.hero.v7.basic {
  padding-top: 34px;
  padding-bottom: 34px;
}

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

.section.top.checkout {
  background-color: var(--neutral--200);
  padding-top: 34px;
}

.section.hero-page {
  border-bottom: 1px solid var(--neutral--400);
  background-image: linear-gradient(90deg, var(--neutral--100), var(--neutral--200) 65%, #064c728c 89%, #064c728c);
  justify-content: center;
  align-items: center;
  height: 550px;
  padding-top: 39px;
  padding-bottom: 39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.section.pd-120px.hide {
  display: none;
}

.section.pd-48px {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.pd-48px.bg-neutral-200 {
  background-color: var(--neutral--100);
  margin-top: 0;
  margin-bottom: 55px;
}

.section.breadcrumbs {
  z-index: 1;
  background-color: var(--neutral--100);
  height: 55px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: static;
  box-shadow: 0 2px 5px #0003;
}

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

.section.pd-160px {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.pd-160px.bg-neutral-200 {
  padding-top: 55px;
}

.section.pd-160px.hide {
  display: none;
}

.section.pd-148px {
  padding-top: 123px;
  padding-bottom: 123px;
}

.text-link-wrapper {
  color: var(--neutral--800);
  display: inline-block;
}

.text-link-wrapper:hover, .text-link-wrapper.color-primary {
  color: var(--accent--primary-1);
}

.text-link-wrapper.color-primary:hover {
  color: var(--neutral--800);
}

.text-link-wrapper.white {
  color: var(--neutral--100);
}

.text-link-wrapper.white:hover {
  color: var(--accent--primary-1);
}

.text-link-wrapper.white.text-bold.more-templates {
  align-self: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.text-link-wrapper.white.text-100 {
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text-link-wrapper.white.text-100.caps {
  letter-spacing: 1.13px;
  text-transform: uppercase;
  font-weight: 500;
}

.link-text {
  display: inline-block;
}

.link-text.no-hover:hover {
  color: var(--neutral--100);
}

.heading-h1-size {
  color: var(--neutral--800);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.333em;
}

.heading-h2-size {
  color: var(--neutral--800);
  font-size: 26px;
  font-weight: 500;
  line-height: 1.462em;
}

.heading-h2-size.mg-right-10px {
  font-size: 21px;
  font-weight: 700;
}

.heading-h2-size.mg-right-10px.small {
  font-size: 14px;
}

.heading-h2-size.mg-right-10px.price {
  margin-right: 5px;
  font-size: 25px;
}

.heading-h3-size {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.667em;
}

.heading-h3-size.mg-bottom-12px.white {
  color: var(--neutral--100);
}

.heading-h4-size {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625em;
}

.heading-h4-size.mg-bottom-0 {
  font-size: 17px;
}

.heading-h5-size {
  color: var(--neutral--800);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.714em;
}

.heading-h6-size {
  color: var(--neutral--800);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.375em;
}

.heading-h6-size.color-neutral-100 {
  font-size: 15px;
  font-weight: 500;
  line-height: 34px;
}

.heading-h6-size.color-neutral-100.show {
  font-weight: 400;
}

.heading-h6-size.color-neutral-100.dark {
  color: var(--secondary--color-1);
  font-size: 13px;
}

.header-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  position: sticky;
  top: 0;
  box-shadow: 0 2px 20px #00000021;
}

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

.header-content-wrapper.header-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 21px;
  padding-bottom: 8px;
}

.header-content-wrapper.header-top.ap {
  padding-top: 13px;
}

.header-nav-menu-wrapper {
  position: static;
}

.header-nav-menu-list {
  z-index: 1;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.143em;
}

.header-nav-link:hover {
  color: var(--accent--primary-1);
}

.header-nav-link.nav-dropdown-link {
  color: var(--secondary--color-1);
  align-items: center;
  height: 55px;
  font-size: 13px;
  transition: color .3s;
  display: flex;
}

.header-nav-link.nav-dropdown-link.w--open {
  font-size: 13px;
}

.header-nav-link.button {
  background-color: var(--neutral--200);
  background-image: none;
  border: 1px #000;
  padding: 13px 34px;
}

.header-nav-link.button.nav {
  border-style: solid;
  border-color: var(--neutral--700);
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  border-radius: 5px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  display: inline-block;
}

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
  line-height: 1.143em;
}

.header-nav-list-item.middle {
  padding-left: 17px;
  padding-right: 0;
  display: flex;
}

.header-nav-list-item.middle.hidden {
  display: none;
}

.header-dropdown-wrapper {
  position: static;
}

.dropdown-column-wrapper {
  background-color: #0000;
  width: 100vw;
  max-width: 100%;
  padding-top: 10px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.dropdown-column-wrapper.w--open {
  width: 233px;
  max-width: none;
  padding-top: 0;
  inset: 86px 0% auto;
  overflow: visible;
}

.header-logo {
  border-radius: 8px;
  width: 100%;
}

.header-logo.ap {
  margin-top: 0;
}

.header-logo-link {
  box-sizing: content-box;
  object-fit: cover;
  border-radius: 444px;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  max-height: 34px;
  padding-left: 0;
  transition: opacity .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.header-logo-link:hover {
  opacity: .7;
}

.header-logo-link.w--current {
  max-width: 233px;
}

.header-logo-link.ap {
  max-height: 43px;
}

.header-logo-link.ap.mobile {
  display: none;
}

.header-logo-link.ap.desktop {
  max-width: 273px;
  max-height: none;
}

.header-logo-link.ap.desktop.aperm.w--current {
  max-width: 233px;
}

.hamburger-menu-wrapper {
  padding: 0;
}

.hamburger-menu-wrapper.w--open {
  background-color: #0000;
}

.hamburger-menu-bar {
  background-color: var(--neutral--100);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.header-right-side {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.btn-circle-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-primary:hover {
  color: var(--neutral--100);
  background-color: #006fd5;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-primary.small {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  font-size: 20px;
}

.btn-circle-primary.small.search-btn-inside {
  border-radius: 777px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  padding: 0;
  font-family: Line Square Icons, sans-serif;
  font-size: 16px;
  position: absolute;
  inset: 4px 6px 6px auto;
}

.btn-circle-primary.small.search-btn-inside.smallerst {
  background-color: var(--system--blue-300);
  border-radius: 5px;
  height: 23px;
  min-height: 23px;
  margin-top: auto;
  margin-bottom: auto;
  top: 6px;
  right: 4px;
}

.btn-circle-primary.small.search-btn-inside.smallerst:hover {
  background-color: var(--accent--primary-1);
}

.btn-circle-primary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

.btn-circle-primary.white {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.btn-circle-primary.white:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 28px;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

.btn-circle-secondary:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.small {
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  font-size: 20px;
}

.btn-circle-secondary.large {
  width: 88px;
  min-width: 88px;
  height: 88px;
  min-height: 88px;
  font-size: 36px;
}

.btn-circle-secondary.white {
  border-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #0000;
}

.btn-circle-secondary.white:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
}

.hidden-on-desktop {
  display: none;
}

.social-media-grid-top {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 36px);
  justify-content: start;
  justify-items: start;
}

.social-media-grid-top.right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: end;
  justify-items: end;
}

.social-media-grid-top.right.left---mbl {
  display: none;
}

.flex-horizontal {
  display: flex;
}

.flex-horizontal.end {
  justify-content: flex-end;
}

.flex-horizontal.end.center-mb {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.children-wrap {
  flex-flow: row;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
}

.flex-horizontal.children-wrap.product-discount {
  align-self: flex-end;
  margin-bottom: 7px;
}

.flex-horizontal.children-wrap.vert {
  flex-flow: column;
}

.flex-horizontal.children-wrap.vertical {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.align-center {
  align-items: center;
}

.flex-horizontal.align-center.footer-bottom-logo-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: var(--neutral--100);
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13px;
}

.flex-horizontal.align-center.header-top-links {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-items: center;
}

.flex-horizontal.justify-center {
  justify-content: center;
}

.flex-horizontal.header-menu {
  justify-content: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 13px;
}

.footer-wrapper {
  background-color: var(--neutral--700);
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 55px;
  padding: 8px;
}

.footer-logo.auto {
  height: 100%;
}

.footer-logo-wrapper {
  max-width: none;
  transition-property: opacity;
  display: flex;
}

.footer-logo-wrapper:hover {
  opacity: .7;
}

.nav-menu-list-wrapper {
  margin-bottom: 0;
  margin-right: 40px;
  padding-left: 0;
  list-style-type: none;
}

.nav-menu-list-wrapper.last {
  margin-right: 0;
}

.nav-menu-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.143em;
}

.nav-menu-list-item.more-templates {
  flex-direction: column;
  display: flex;
}

.nav-link {
  color: var(--neutral--600);
  font-size: 14px;
  line-height: 1.143em;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--accent--primary-1);
}

.nav-link.light {
  color: var(--neutral--300);
}

.nav-link.light:hover {
  color: var(--accent--primary-1);
}

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

.footer-bottom {
  border-top: 1px solid #e2e6eb1a;
  padding-top: 32px;
  padding-bottom: 32px;
}

.success-message {
  color: var(--secondary--color-1);
  background-color: #0000;
  padding: 0;
  font-weight: 700;
}

.error-message {
  color: var(--system--300);
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
  font-weight: 500;
}

.error-message.password {
  text-align: center;
  margin-top: 30px;
}

.error-message.cart-error {
  margin-top: 0;
}

.social-media-link-text {
  color: var(--neutral--600);
  font-size: 13px;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.social-media-link-text:hover {
  color: var(--accent--primary-1);
}

.social-media-link-text.white {
  color: var(--neutral--100);
}

.social-media-link-text.white:hover {
  color: var(--accent--primary-1);
}

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

.text-center.center {
  margin-left: 21px;
  margin-right: auto;
  padding-top: 13px;
}

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

.accordion-item-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 10px;
  width: 100%;
  padding: 36px 24px 36px 32px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-01);
  transform: scale3d(.99, .99, 1.01);
}

.accordion-header {
  justify-content: space-between;
  display: flex;
}

.acordion-body {
  width: 100%;
  max-width: 493px;
  overflow: hidden;
}

.accordion-spacer {
  min-height: 4px;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: 6px;
  display: flex;
}

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

.empty-state {
  border: 1px none var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--500);
  text-align: center;
  border-radius: 11px;
  padding: 26px 24px;
  font-weight: 500;
}

.empty-state.card-empty {
  box-shadow: none;
  background-color: #0000;
  border-width: 1px 0;
  border-radius: 0;
  padding: 20px 0;
}

.empty-state.cart-empty {
  box-shadow: none;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}

.empty-state.outline {
  background-color: #0000;
}

.image.cover {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: contain;
  flex: 0 auto;
  width: 100%;
  height: 144px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: visible;
}

.image.cover.set {
  border-radius: 5px;
  width: 43px;
  height: 43px;
}

.image.cover.payfast {
  object-fit: cover;
  width: 233px;
  height: 55px;
}

.image.cover.small {
  height: auto;
  max-height: 550px;
}

.image.cover.small._55 {
  object-fit: cover;
  height: 34px;
}

.image.cover.small._55.smaller {
  height: 21px;
}

.image.cover.small._55.mm {
  width: 144px;
  height: 55px;
}

.image.cover.nav {
  height: 89px;
}

.image._21 {
  filter: brightness(0%);
  object-fit: contain;
  width: 21px;
  height: 16px;
  max-height: 16px;
  margin-right: 0;
}

.mg-bottom-4px {
  margin-bottom: 4px;
}

.divider-details {
  background-color: var(--neutral--400);
  width: 32px;
  height: 1px;
  margin-left: 16px;
  margin-right: 16px;
}

.divider-details.post {
  background-color: var(--neutral--500);
  width: 25px;
  margin-left: 20px;
  margin-right: 20px;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: static;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image-wrapper {
  border: 1px none var(--neutral--500);
  border-radius: 5px;
  max-width: 100px;
  height: 55px;
  margin-right: 16px;
  transition: border-color .3s, color .3s;
}

.image-wrapper.order-item-image-wrapper:hover {
  border-color: var(--accent--primary-1);
}

.image-wrapper.border-radius-10px {
  border: 1px solid var(--neutral--400);
}

.image-wrapper.border-radius-10px.product-more-images {
  border: 2px solid #0000;
  border-radius: 5px;
}

.image-wrapper.border-radius-10px.popular-products-sidebar-image {
  border: 2px solid #0000;
}

.image-wrapper.border-radius-6px {
  border-radius: 5px;
}

.image-wrapper.border-radius-6px.blog-recent-post-image {
  border: 2px solid #0000;
  max-width: 34%;
  margin-right: 19px;
}

.image-wrapper.border-radius-16px.product-link-image {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutral--400);
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image-wrapper.border-radius-16px.product-page {
  object-fit: contain;
  border: 2px solid #0000;
  border-radius: 5px;
  max-height: 610px;
}

.image-wrapper.border-radius-16px.blog-post-image {
  border: 2px solid #0000;
  max-width: 39%;
  margin-right: 27px;
}

.image-wrapper.card-video {
  max-height: 307px;
  position: relative;
}

.image-wrapper.border-radius-20px.section-blog-post-image {
  border: 2px solid #0000;
}

.image-wrapper.cart-item-image-wrapper {
  border: 1px solid var(--neutral--400);
  border-radius: 5px;
  width: 100%;
  max-width: 100px;
  margin-right: 16px;
  transition: border-color .3s, color .3s;
}

.image-wrapper.cart-item-image-wrapper:hover {
  border-color: var(--accent--primary-1);
}

._404-not-found {
  color: var(--accent--primary-1);
  margin-bottom: 20px;
  font-size: 74px;
  font-weight: 500;
  line-height: 1.108em;
}

.cart-button {
  background-color: var(--neutral--200);
  color: var(--secondary--color-1);
  border-radius: 888px;
  height: 34px;
  padding: 0 13px 0 8px;
  transition: opacity .3s, color .3s;
  position: relative;
}

.cart-button:hover {
  opacity: .7;
  color: var(--neutral--100);
}

.cart-button.small {
  height: 30px;
  padding-left: 0;
}

.cart-button.small.mob-hid {
  background-color: var(--accent--primary-1);
  border-radius: 55px 0;
  justify-content: center;
  align-items: center;
  width: 73px;
  padding-right: 0;
}

.cart-quantity {
  background-color: var(--dark-pink);
  color: var(--neutral--100);
  border-radius: 20px 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 17px;
  height: auto;
  min-height: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

.cart-button-image {
  color: var(--neutral--100);
  max-width: 17px;
  max-height: 25px;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0f131d36;
  min-height: 100vh;
}

.cart-container {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 5px 25px 0 var(--general--shadow-06);
  border-radius: 5px;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-right: 13px;
}

.cart-header {
  border-bottom-color: var(--neutral--400);
  padding-top: 22px;
  padding-bottom: 22px;
}

.cart-footer {
  border-top-color: var(--neutral--400);
  padding-top: 40px;
  padding-bottom: 40px;
}

.cart-item-title {
  color: var(--neutral--800);
  margin-bottom: 4px;
  font-weight: 700;
  text-decoration: none;
}

.cart-item-title:hover {
  color: var(--accent--primary-1);
}

.cart-item-price {
  color: var(--neutral--800);
  font-size: 14px;
  line-height: 1.143em;
}

.cart-item-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  justify-content: space-between;
  margin-bottom: 13px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart-subtotal-number {
  color: var(--neutral--800);
}

.pay-btn {
  border-radius: 90px;
}

.pay-btn.cart {
  height: 54px;
}

.pay-btn.order-summary {
  border-radius: 5px;
  height: 54px;
}

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

.cart-remove-link {
  cursor: pointer;
  margin-top: 13px;
  margin-left: 0;
  font-size: 13px;
  line-height: 20px;
  text-decoration: none;
}

.cart-close-button {
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.cart-close-button:hover {
  color: var(--system--300);
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding: 0;
}

.checkout-col-left {
  border: 1px solid var(--neutral--400);
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  max-width: 550px;
  margin-right: 0;
  padding: 38px 34px;
  line-height: 1.34em;
  display: flex;
}

.checkout-col-right {
  border: 1px solid var(--neutral--400);
  background-color: #fff;
  border-radius: 5px;
  padding: 34px 55px;
  font-size: 14px;
  line-height: 1.55em;
  position: static;
  top: 113px;
  box-shadow: 5px 5px 5px 5px #0000000d;
}

.checkout-col-right.min-width {
  min-width: 377px;
}

.checkout-block-header {
  grid-column-gap: 20px;
  border-width: 0 0 1px;
  border-bottom-style: none;
  border-bottom-color: var(--neutral--400);
  background-color: #0000;
  flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0;
  font-size: 341px;
}

.checkout-block-header.top {
  margin-top: 34px;
}

.checkout-block-header.top.vertical {
  flex-flow: column;
  margin-top: 0;
}

.checkout-block-content {
  background-color: #0000;
  border: 0 solid #000;
  padding: 0;
}

.checkout-block-content.pd-top-0px {
  border-width: 1px;
  border-color: var(--neutral--300);
  border-radius: 5px;
  max-height: 255px;
  padding: 5px 13px;
  overflow: auto;
}

.shipping-list {
  border: 0 solid #000;
}

.shipping-method {
  grid-column-gap: 12px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--300);
  padding: 31px 0;
}

.shipping-price {
  color: var(--neutral--800);
  font-weight: 700;
}

.order-item-list {
  margin-bottom: 0;
}

.order-item {
  border-bottom: 1px none var(--general--shadow-02);
  background-color: var(--neutral--200);
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 13px 5px 5px;
}

.order-item:nth-child(odd) {
  background-color: var(--neutral--200);
}

.order-list-price {
  color: var(--neutral--800);
  font-size: 14px;
  font-weight: 500;
}

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
}

.order-list-title:hover {
  color: var(--accent--primary-1);
}

.order-option-item {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
}

.order-item-result {
  color: var(--neutral--800);
  font-size: 14px;
}

.order-summary-price {
  color: var(--neutral--800);
}

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--400);
  background-color: #0000;
  margin-top: 21px;
  padding: 0;
}

.order-item-content {
  margin-left: 0;
}

.text-underline {
  text-decoration: underline;
}

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

.mg-bottom-12px {
  margin-bottom: 12px;
}

.order-summary-item {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.34em;
}

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

.shipping-method-content {
  margin-left: 0;
  margin-right: 0;
}

.display-5 {
  color: var(--neutral--800);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.375em;
}

.header-top-main-wrapper {
  background-color: var(--neutral--700);
  justify-content: flex-start;
  align-items: center;
  height: 34px;
  padding-top: 12px;
  padding-bottom: 14px;
  display: flex;
}

.header-top-main-wrapper.sale {
  background-color: var(--system--red-400);
  height: 25px;
}

.hero-v1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .35fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.mg-bottom-34px {
  margin-top: 55px;
  margin-bottom: 13px;
}

.social-media-link-grid {
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 12px);
  grid-auto-columns: auto;
}

.social-media-link-grid.right {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-columns: repeat(auto-fit, 13px);
  justify-content: end;
  justify-items: end;
}

.social-media-link-grid.right.center---mbl {
  display: none;
}

.big-text {
  font-size: 94px;
  font-weight: 700;
  line-height: 1.149em;
}

.links-divider {
  background-color: var(--neutral--400);
  align-self: stretch;
  width: 1px;
  margin-left: 23px;
  margin-right: 23px;
}

.header-search {
  flex: 1;
  max-width: 522px;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.header-search.hidden-on-mbl {
  min-width: 233px;
  margin-right: 8px;
  transform: translate(-2%);
}

.cart-button-content {
  flex-direction: column;
  justify-content: center;
  margin-left: 8px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
}

.mg-bottom-3px {
  margin-bottom: 3px;
}

.mg-bottom-14px {
  margin-bottom: 14px;
}

.mg-bottom-18px {
  margin-bottom: 18px;
}

.mg-top-auto {
  margin-top: auto;
}

.mg-top-auto.not-auto {
  margin-top: 13px;
}

.text-medium {
  font-weight: 500;
}

.card-product-content {
  flex-direction: column;
  flex: 1;
  padding: 8px 13px;
  display: flex;
}

.mg-right-12px {
  margin-right: 12px;
}

.link-content-block {
  color: var(--neutral--600);
  text-decoration: none;
  display: block;
}

.link-content-block:hover {
  color: var(--neutral--600);
}

.link-content-block.category-bottom {
  text-align: center;
  max-width: 119px;
}

.link-content-block.best-product {
  align-items: center;
  display: flex;
}

.link-content-block.card-category {
  background-color: var(--neutral--300);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 13px;
  padding-right: 13px;
  transition-property: all;
  display: flex;
}

.link-content-block.card-category:hover {
  border: 1px solid var(--accent--primary-1);
  border-radius: 5px;
  transform: scale(1.01);
  box-shadow: 0 2px 5px #0003;
}

.link-content-block.card-category.w--current {
  border: 1.1px solid var(--accent--primary-1);
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
  border-radius: 5px;
  width: 100%;
  height: 43px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 8px 5px 8px 13px;
}

.link-content-block.card-category.other {
  background-color: var(--neutral--100);
  cursor: pointer;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.link-content-block.footer-best-product {
  align-items: center;
  max-width: 207px;
  display: flex;
}

.link-content-block.sidebar-category {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-content-block.sidebar-category.w--current {
  background-color: var(--system--red-100);
  border-radius: 13px;
  width: 100%;
  margin-left: -8px;
  padding: 13px 0 13px 13px;
}

.link-content-block.blog-post-featured-last {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.link-content-block.blog-post-featured, .link-content-block.blog-post-item, .link-content-block.blog-category, .link-content-block.blog-recent-post {
  align-items: center;
  display: flex;
}

.link-content-block.section-blog-post {
  max-width: 549px;
  min-height: 100%;
}

.link-content-block.contact-link {
  align-items: center;
  display: flex;
}

.link-content-block.dropdown-category {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  min-width: 189px;
  display: flex;
}

.position-absolute {
  position: absolute;
}

.position-absolute.card-video-btn {
  background-color: var(--neutral--100);
  transform-style: preserve-3d;
  border-radius: 10000000px;
  align-items: center;
  padding: 19px 26px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.143em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  inset: auto auto 28px 48px;
}

.position-absolute.card-video-btn:hover {
  color: var(--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.position-absolute.contact-form-bg {
  background-color: var(--neutral--700);
  min-height: 61%;
  inset: auto 0% 0%;
}

.cta-v1-title-line {
  background-color: var(--accent--primary-1);
  width: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 31px;
}

.card-categories-title-wrapper {
  border-bottom: 1px none var(--neutral--400);
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.card-categories-title-icon {
  max-width: 20px;
  margin-right: 10px;
}

.mg-bottom-20px {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  max-height: none;
  margin-bottom: 20px;
  display: flex;
}

.mg-bottom-42px {
  margin-bottom: 42px;
}

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

.card-category-item {
  border: 1px none var(--neutral--400);
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 34px;
  margin-bottom: 5px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.card-category-item:hover {
  border-color: var(--accent--primary-1);
  transform: scale(1.01);
  box-shadow: 0 2px 5px #0003;
}

.card-category-icon {
  max-height: 16px;
}

.card-category-content {
  align-items: center;
  display: flex;
}

.card-category-main-content {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.card-cta-v1-main-content {
  max-width: 425px;
}

.card-cta-v1-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-cta-v1-images {
  flex: 1;
  width: 100%;
  max-width: 500px;
  margin-top: -155px;
  margin-bottom: -140px;
  margin-left: 40px;
}

.card-shop-perks-content {
  grid-column-gap: 13px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  display: grid;
}

.card-shop-perk {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.card-shop-perk._01 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.card-shop-perk._02 {
  border-right: 1px solid var(--neutral--400);
  border-left: 1px solid var(--neutral--400);
  cursor: pointer;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-left: 8px;
  padding-right: 8px;
}

.card-shop-perk._03 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.card-shop-perk-icon {
  flex: 1;
  width: 51px;
  max-width: 51px;
  margin-bottom: 0;
  margin-right: 0;
}

.card-shop-perk-content {
  align-self: center;
  text-decoration: none;
}

.footer-menu-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto minmax(auto, 366px);
  justify-content: space-between;
}

.nav-content {
  display: flex;
}

.footer-bottom-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.footer-payments-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  max-width: 204px;
  display: flex;
}

.footer-payments-grid.small {
  background-color: var(--neutral--100);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 13px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.footer-bottom-divider {
  background-color: var(--neutral--400);
  opacity: .2;
  width: 1px;
  height: 100%;
  max-height: 35px;
  margin-left: 22px;
  margin-right: 22px;
}

.border-radius-6px {
  border-radius: 6px;
}

.mg-bottom-10px {
  margin-bottom: 10px;
}

.show-on-mbl {
  display: none;
}

.breadcrumbs-divider {
  margin-left: 10px;
  margin-right: 10px;
}

.mg-bottom-68px {
  margin-bottom: 68px;
}

.mg-bottom-68px.hidden {
  display: none;
}

.product-content {
  padding: 0 13px;
}

.mg-right-10px {
  margin-right: 10px;
}

.sidebar-wrapper {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--300);
  border-radius: 13px;
  padding: 13px;
  position: sticky;
  top: 26%;
}

.sidebar-wrapper.hidden {
  display: none;
}

.sidebar-categories-title-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.sidebar-category-item {
  border-bottom: 1px solid var(--neutral--400);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 34px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sidebar-category-main-content {
  align-items: center;
  display: flex;
}

.sidebar-category-icon {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-right: 6px;
}

.sidebar-category-content {
  align-items: center;
  display: flex;
}

.pagination {
  border-top: 1px none var(--neutral--400);
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  position: absolute;
  inset: auto 0% 0%;
}

.shop-list-wrapper {
  border: 1px #000;
  border-radius: 5px;
  flex-direction: column;
  display: flex;
}

.page-count {
  color: var(--neutral--800);
  width: auto;
  margin-top: 0;
  margin-left: 50px;
  margin-right: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.222em;
}

.product-images-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 73px 1fr;
  max-height: 550px;
  display: flex;
}

.product-images-wrapper {
  border-bottom: 1px none var(--neutral--400);
  margin-bottom: 13px;
  padding-bottom: 13px;
}

.product-information-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 21px;
  padding-bottom: 21px;
}

.product-information-wrapper.spaces {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  margin-bottom: 13px;
  padding-bottom: 13px;
  display: flex;
}

.product-information-wrapper.spaces.mob {
  display: none;
}

.product-information-wrapper.spaces.not-mob {
  width: 100%;
}

.mg-bottom-6px {
  margin-bottom: 6px;
}

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

.mg-bottom-6px.prices.smaller {
  font-size: 14px;
}

.mg-bottom-6px.prices.nav {
  font-size: 13px;
}

.hot-badge-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  margin-bottom: 13px;
  line-height: 1em;
  display: flex;
}

.product-main-details-wraper---01 {
  background-color: var(--neutral--200);
  border: 1px #000;
  border-radius: 5px;
  margin-bottom: 13px;
  padding: 21px 21px 5px;
}

.product-main-details-wraper---02 {
  border-bottom: 1px solid var(--neutral--400);
  margin-bottom: 13px;
  padding-bottom: 13px;
  display: none;
}

.mg-bottom-36px {
  margin-bottom: 36px;
}

.mg-bottom-36px.small {
  margin-bottom: 0;
}

.product-features-grid {
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  width: 100%;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 21px;
}

.product-features-grid._55 {
  place-items: center start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}

.product-features-grid._55.new {
  margin-top: 0;
  margin-left: 0;
}

.product-features-grid._55.no-left {
  margin-left: 0;
  padding-bottom: 0;
}

.mg-bottom-53px {
  margin-bottom: 53px;
}

.mg-bottom-53px.no-bot {
  position: sticky;
  top: 36px;
  bottom: 20px;
}

.add-cart {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  min-height: 222px;
  margin-bottom: 0;
  padding: 34px 21px 0;
  display: flex;
}

.add-cart-default-state {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 92px 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.popular-products-sidebar-image-wrapper {
  max-width: 110px;
}

.product-information-item-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 346px;
  margin-bottom: 12px;
  display: flex;
}

.product-information-item-wrapper.last {
  margin-bottom: 0;
}

.popular-products-wrapper {
  display: none;
}

.card-about-us-content {
  padding: 40px 48px;
}

.card-video-btn-icon {
  max-width: 15px;
  margin-right: 7px;
}

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

.gap-row-20px {
  grid-row-gap: 20px;
}

.mg-top-37px {
  margin-top: 37px;
}

.border-radius-20px {
  border-radius: 20px;
}

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

.blog-category-icon {
  max-width: 26px;
  margin-right: 10px;
}

.text-center---tablet.center {
  margin-left: auto;
  margin-right: auto;
}

.pagination-blog {
  border-top: 1px solid var(--neutral--400);
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding-top: 54px;
  position: absolute;
  inset: auto 0% 0%;
}

.mg-bottom-26px {
  margin-bottom: 26px;
}

.mg-top-45px {
  margin-top: 45px;
}

.border-radius-26px {
  border-radius: 26px;
}

.contact-form-block {
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

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

.text-area-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.contact-links-divider {
  background-color: var(--neutral--400);
  width: 1px;
  height: 72px;
  margin-left: 20px;
  margin-right: 20px;
}

.gap-row-12px {
  grid-row-gap: 12px;
}

.mg-left-0px {
  margin-left: 0;
}

.cart-option-item {
  padding-left: 0;
  font-size: 14px;
}

.cart-item-result {
  color: var(--neutral--800);
}

.cart-item-content {
  margin-left: 0;
}

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

.dropdown-categories-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  max-width: 987px;
  margin-bottom: 13px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.dropdown-categories-grid.new-nav {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-menu-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  justify-content: space-between;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.header-nav-menu-wrapper---fade-top-mobile {
  display: none;
}

.dropdown-categories-title-wrapper {
  border-bottom: 1px solid var(--neutral--400);
  align-items: center;
  padding-bottom: 16px;
  display: flex;
}

.dropdown-categories-title-wrapper.dropdown-dark {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border-bottom-color: #ffffff21;
  width: 610px;
  padding-bottom: 6px;
  font-size: 21px;
}

.dropdown-categories-title-wrapper.dropdown-dark.auto {
  width: auto;
}

.dropdown-category-item {
  border-bottom: 1px solid var(--neutral--400);
  min-height: 49px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-category-item.dropdown-dark {
  border-bottom-color: var(--white-13);
  min-height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  transition: all .2s;
}

.dropdown-category-item.dropdown-dark:hover {
  background-color: var(--white-13);
  border-radius: 8px;
  padding-left: 8px;
  font-weight: 400;
}

.dropdown-category-main-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

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

.dropdown-category-icon {
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-right: 6px;
}

.home-screenshots-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  max-width: 40%;
  display: flex;
  position: absolute;
  inset: 0% 9% 0% auto;
}

.screenshoots-grid {
  grid-template-columns: 1fr;
  width: 100%;
  margin-left: 8px;
  margin-right: 8px;
}

.screenshoots-grid.column-1 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  max-width: 277px;
  margin-left: 0;
  margin-right: 0;
}

.screenshoots-grid.column-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  max-width: 277px;
  margin-left: 0;
  margin-right: 8px;
}

.screenshot-image {
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 5px 10px #25272914;
}

.screenshot-image.image-9 {
  object-fit: cover;
  border-radius: 5px;
  min-height: 144px;
}

.screenshot-image.image-7 {
  object-fit: cover;
  border-radius: 5px;
  height: 233px;
}

.text-block-15 {
  font-size: 21px;
}

.counter {
  border: 1px none var(--neutral--800);
  background-color: var(--neutral--200);
  color: var(--neutral--700);
  border-radius: 5px;
  flex-direction: column;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 13px;
  display: flex;
}

.counter.light {
  border-style: solid;
  border-color: var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
}

.text-block-10 {
  padding-left: 5px;
  font-size: 21px;
}

.text-block-9 {
  color: #122d4e;
}

.text-block-9.small {
  color: var(--neutral--700);
  text-align: center;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6em;
}

.text-block-9.small.dark {
  color: var(--neutral--700);
}

.counterup {
  -webkit-text-stroke-color: #ff7034;
  font-size: 21px;
}

.div-block-18 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: 700;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px none var(--system--blue-200);
  background-color: var(--neutral--300);
  border-radius: 5px;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  margin: 0 auto 21px;
  padding: 1px;
  display: flex;
}

.div-block-19.lighter {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #f7f9f500;
  margin-top: 55px;
  margin-bottom: 0;
}

.a-detail-regular {
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 13px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.a-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.a-section-regular {
  padding: 55px 5% 144px;
  position: relative;
}

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

.image-10 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 45%;
}

.cell {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.image-11 {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.div-block-20 {
  background-color: var(--neutral--100);
  color: var(--neutral--700);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 34px;
  display: flex;
}

.cell-2 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
}

.div-block-21 {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  border-radius: 5px;
  padding: 34px;
}

.quick-stack {
  padding: 0;
}

.collection-list-2 {
  border: 1px none var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 8px;
  flex-flow: column;
  padding-right: 0;
  display: flex;
}

.collection-list-2.limited-height {
  background-color: #fafbf900;
  border-style: none;
  width: 100%;
  max-height: 55vh;
  padding-right: 0;
  overflow: visible;
}

.text-block-16 {
  color: var(--neutral--100);
  font-size: 14px;
}

.div-block-22 {
  background-color: var(--neutral--100);
  border-radius: 888px;
  height: 55px;
  padding: 3px 9px;
}

.logos-without-title {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--neutral--400) black;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.clients-image-three {
  width: 121px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
}

.clients-image-three.large {
  width: 155px;
  margin-bottom: 0;
}

.clients-image-three.large.larger {
  width: 233px;
}

.clients-image-three.large.larger.small {
  width: 144px;
}

.text-block-17 {
  color: var(--neutral--700);
  font-size: var(--13);
  line-height: var(--1-55em);
  font-weight: 400;
}

.text-block-17.bold {
  color: var(--neutral--600);
  font-size: 16px;
  font-weight: 700;
}

.image-12 {
  filter: saturate(27%) brightness(200%);
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
}

.map {
  border-radius: 5px;
  width: 377px;
  height: 233px;
}

.div-block-23 {
  width: 233px;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-24 {
  background-color: var(--secondary--color-1);
  border-radius: 13px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1px 1px 3px;
  display: flex;
}

.container-2 {
  display: flex;
}

.button {
  border-top: 2px solid var(--system--blue-300);
  border-right: 1px solid var(--system--blue-300);
  border-left: 1px solid var(--system--blue-200);
  background-image: linear-gradient(180deg, var(--neutral--800), var(--neutral--700));
  border-radius: 13px;
}

.plus-line {
  background-color: var(--neutral--700);
  border-radius: 1px;
  width: 8px;
  height: 1.5px;
}

.plus-line.vertical {
  background-color: var(--neutral--700);
  color: #d85140;
  width: 8px;
  height: 1.5px;
  position: absolute;
  transform: rotate(-90deg);
}

.plus-expand-master {
  background-color: #e3807400;
  border: 1px #11161a21;
  border-radius: 8px;
  flex: none;
  order: 1;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 43px;
  display: flex;
  position: relative;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.expandable-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px none var(--neutral--400);
  font-size: var(--13);
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 13px;
  padding-right: 13px;
  transition: all .2s;
  display: flex;
}

.expandable-top:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  transform: scale(1.02);
  box-shadow: 0 2px 5px #0003;
}

.expandable-single {
  background-color: var(--neutral--100);
  cursor: pointer;
  border: 1px #11161a21;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0;
  display: block;
}

.collection-list-wrapper-3 {
  margin-top: 5px;
}

.collection-list-wrapper-3.nav {
  width: 100%;
  margin-top: 0;
}

.collection-list-wrapper-3.no-top {
  margin-top: 0;
}

.div-block-33 {
  display: flex;
}

.text-block-18 {
  color: #66696c;
}

.text-block-18.search {
  margin-left: 8px;
}

.hidden {
  font-size: 12px;
  display: none;
}

.field-label {
  font-weight: 400;
}

.tabs-menu {
  border: 1px solid var(--general--shadow-06);
  border-radius: 8px;
  flex-flow: column;
  display: flex;
}

.tab-link-tab-1 {
  background-color: var(--neutral--100);
  border: 1px #000;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.tab-link-tab-1.w--current {
  border-style: solid;
  border-color: var(--system--blue-300);
  background-color: var(--system--blue-100);
}

.tab-link-tab-1.top {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link-tab-1.top.w--current {
  border-width: 1px 1px 1.5px;
  border-color: var(--secondary--color-1);
  background-color: var(--general--shadow-01);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.tab-link-tab-1.bot {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tab-link-tab-1.bot.w--current {
  border-color: var(--secondary--color-1);
  background-color: var(--general--shadow-01);
  border-top-width: 1.5px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.tabs-content {
  padding-top: 13px;
  padding-left: 13px;
}

.search-result-wrapper {
  display: none;
}

.button-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--general--shadow-02);
  border-radius: 8px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 8px;
  display: flex;
}

.button-2 {
  border-color: var(--system--blue-300);
  color: var(--system--blue-300);
  background-color: #137be414;
  border-radius: 5px;
  margin-right: 0;
  padding: 3px 8px;
  overflow: auto;
  box-shadow: 0 2px 5px #0003;
}

.button-2:hover {
  border-color: var(--accent--primary-1);
  box-shadow: none;
  color: var(--neutral--100);
  background-color: #ec8facba;
  transform: scale(1.01);
}

.button-2.w--ecommerce-pill-selected {
  border-style: solid;
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  box-shadow: 3px 3px 3px #0003;
}

.text-block-20 {
  font-size: 12px;
}

.text-block-21 {
  font-size: 16px;
  font-weight: 400;
}

.text-block-24 {
  font-size: 14px;
}

.div-block-38 {
  line-height: 1.34em;
}

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

.div-block-39 {
  padding: 13px;
}

.heading {
  margin-bottom: 0;
  font-size: 16px;
}

.div-block-40 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.link-block {
  cursor: pointer;
  height: 100%;
  text-decoration: none;
}

.field-label-3 {
  margin-bottom: 5px;
  font-weight: 500;
}

.link-block-3 {
  border: 1px solid var(--neutral--400);
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition-property: all;
  display: flex;
  box-shadow: 4px 4px 4px #00000014;
}

.link-block-3:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  transform: scale(1.05);
}

.link-block-3.non-link {
  box-shadow: none;
}

.link-block-3.non-link:hover {
  transform: none;
}

.link-block-3.nnot-100 {
  background-color: var(--neutral--100);
  box-shadow: none;
  border-style: none;
  height: 34px;
}

.link-block-3.nnot-100:hover {
  color: var(--accent--primary-1);
  transform: scale(1.01);
}

.link-block-3.nnot-100.last {
  margin-bottom: 0;
}

.link-block-3.nnot-100.padd {
  margin-top: 13px;
  margin-bottom: 13px;
}

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

.text-block-28 {
  line-height: 1.1em;
}

.field-label-4 {
  margin-top: 13px;
}

.empty-state-3 {
  background-color: var(--neutral--300);
  border-radius: 5px;
}

.tabs {
  display: none;
}

.image-19 {
  width: 89px;
  height: 89px;
  margin-bottom: 21px;
}

.image-20 {
  width: 55px;
  height: 55px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-21 {
  min-width: 180px;
  min-height: 180px;
}

.collection-item-3 {
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.text-block-30 {
  border: 1px none var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--secondary--color-1);
  border-radius: 5px;
  flex-flow: column;
  padding: 0;
  font-size: 16px;
  display: flex;
}

.text-block-31 {
  font-size: 21px;
}

.bold-text-6 {
  font-weight: 500;
}

.div-block-45 {
  background-color: var(--neutral--700);
  border-radius: 5px;
  width: 100%;
  height: 43px;
  display: flex;
}

.collection-list-wrapper-7 {
  width: 100%;
  margin-top: 13px;
  margin-bottom: 13px;
}

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

.div-block-46 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.empty-state-4 {
  color: var(--system--blue-200);
  background-color: #ddd0;
  padding-left: 21px;
}

.div-block-47 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.div-block-47.white {
  background-color: var(--neutral--200);
  border-radius: 5px;
  padding: 13px;
}

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

.div-block-49 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.collection-item-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-32 {
  text-transform: none;
}

.div-block-50 {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: var(--neutral--200);
  background-color: #003551ba;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  max-width: 655px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 43px 73px;
}

.section-2 {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  height: 65svh;
  display: flex;
}

.container-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 940px;
  height: 100%;
  display: flex;
}

.heading-2 {
  color: var(--neutral--100);
  line-height: 1.13em;
}

.paragraph {
  color: var(--neutral--400);
  font-size: var(--13);
  max-width: 55ch;
  margin-bottom: 0;
  line-height: 1.55em;
}

.text-block-33 {
  color: var(--system--blue-100);
  font-size: var(--13);
  text-transform: uppercase;
}

.text-block-33.dark {
  color: var(--neutral--700);
  text-transform: capitalize;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-33.dark.center {
  color: var(--neutral--700);
  text-align: center;
  letter-spacing: 1.6px;
  font-size: 12px;
  font-weight: 500;
}

.div-block-51 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #eaf1e200;
  border: 1px #000;
  border-radius: 0 0 8px 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto;
  padding: 8px 0;
  display: flex;
}

.collection-list-7 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.button-3 {
  border: 1px solid var(--neutral--100);
  background-color: var(--button-shadow--color-01);
  color: var(--neutral--100);
  font-size: var(--13);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 34px;
  display: flex;
}

.button-3:hover {
  border-width: 2px;
  border-color: var(--system--blue-200);
  color: var(--system--blue-100);
  font-weight: 500;
}

.button-3.w--current {
  border-style: none;
  border-color: var(--secondary--color-1);
  background-color: var(--neutral--100);
  color: var(--system--blue-400);
  font-size: var(--13);
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-7 {
  font-size: var(--13);
}

.container-4 {
  padding-top: 34px;
  padding-bottom: 34px;
}

.hero-heading-left {
  background-color: var(--neutral--100);
  border-bottom: 1px #e4ebf3;
  padding: 89px 30px;
  position: relative;
}

.hero-heading-left.n-top {
  padding-top: 0;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.hero-split.first {
  width: 100%;
  max-width: 100%;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  line-height: 1.55em;
}

.margin-bottom-24px.bot {
  color: var(--neutral--800);
  font-size: 13px;
}

.button-primary {
  background-color: var(--system--blue-300);
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--neutral--700);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.mid {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.shadow-two {
  box-shadow: 20px 20px 24px 0 var(--general--shadow-06);
  border-radius: 5px;
  width: 100%;
}

.heading-3 {
  font-size: 25px;
}

.heading-3.top {
  color: var(--neutral--800);
  font-weight: 500;
  line-height: 1.13em;
}

.bold-text-8 {
  color: var(--neutral--200);
}

.section-3 {
  z-index: 66;
  color: var(--neutral--100);
  background-color: #1375c6;
  height: 50px;
  position: sticky;
  top: 140px;
  box-shadow: 0 2px 5px #0003;
}

.section-3.agri {
  background-color: var(--neutral--700);
  top: 107px;
}

.section-3.commer, .section-3.reside {
  background-color: var(--neutral--700);
  top: 106px;
}

.text-block-36 {
  text-align: center;
  font-size: 25px;
  line-height: 113%;
}

.div-block-53 {
  width: 610px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  padding-top: 55px;
  padding-bottom: 55px;
}

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

.team-circles {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: var(--neutral--100);
  text-align: center;
  max-width: 34ch;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.13em;
}

.team-grid {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 50px;
  display: grid;
}

.team-card {
  border: 1px solid var(--white-13);
  background-color: var(--neutral--700);
  text-align: center;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  padding: 21px 13px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.paragraph-2 {
  color: #fafbf98c;
  margin-bottom: 0;
}

.title {
  letter-spacing: 0;
}

.title.h4-size {
  font-size: 20px;
  line-height: 1.4em;
}

.title.h4-size.step-tab-link-title {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
}

.title.steps {
  text-align: center;
  margin-bottom: 13px;
  font-weight: 700;
}

.section-5 {
  z-index: 1;
  background-color: #fff;
  background-image: url('../images/fibonacci-lines.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: auto;
  padding-top: 144px;
  padding-bottom: 144px;
  position: relative;
}

.section-5.dots {
  z-index: 0;
  background-image: none;
  border-bottom: 2px #6774c2;
  margin-bottom: -5px;
  padding-top: 55px;
  padding-bottom: 89px;
  position: relative;
}

.section-5.dots.blue {
  background-color: var(--neutral--200);
  margin-bottom: 55px;
  padding-bottom: 55px;
}

.container-default-2 {
  flex: 1;
  max-width: 1222px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.step-tab-link {
  opacity: 1;
  filter: grayscale();
  color: #6774c2;
  background-color: #fff;
  border: 1px solid #d8dae3;
  border-radius: 4px;
  padding: 22px 29px 22px 24px;
  text-decoration: none;
  transition-property: none;
  display: flex;
}

.step-tab-link:hover {
  opacity: .7;
  color: #6774c2;
}

.step-tab-link.w--current {
  border-width: 2px;
  border-color: var(--system--blue-300);
  background-color: var(--system--blue-100);
  opacity: 1;
  filter: none;
  color: var(--secondary--color-1);
  box-shadow: 0 3px 10px #080f340a;
}

.step-number {
  border: 1px none var(--accent--primary-1);
  background-color: var(--system--blue-400);
  filter: none;
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  margin-right: 16px;
  font-size: 17px;
  line-height: 1.059em;
  display: flex;
  overflow: hidden;
}

.div-block-54 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.div-block-55 {
  margin-top: 55px;
  display: flex;
}

.text-span-11 {
  color: var(--system--blue-400);
  font-weight: 700;
}

.button-4 {
  border: 1px solid var(--system--blue-300);
  color: var(--secondary--color-1);
  background-color: #3898ec00;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
}

.button-4:hover {
  color: var(--accent--primary-1);
}

.button-4.w--current {
  color: var(--accent--primary-1);
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
}

.image-23 {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  max-height: 113px;
  margin-bottom: 13px;
}

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

.div-block-56 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  width: 17px;
  height: 17px;
}

.div-block-57 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding: 21px;
  display: grid;
}

.image-25 {
  filter: brightness(0%) grayscale();
  width: 34px;
  height: 34px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-38 {
  text-align: center;
  max-width: 13ch;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.13em;
}

.div-block-58 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: var(--neutral--700);
  text-align: center;
  font-weight: 500;
}

.div-block-59 {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  border-radius: 5px;
  margin-top: 89px;
  padding: 34px;
}

.code-embed {
  margin-top: 55px;
  margin-bottom: 55px;
}

.code-embed.no-tpop {
  margin-top: 13px;
}

.container-6 {
  width: 100%;
  padding-bottom: 55px;
}

.div-block-61 {
  display: none;
}

.paragraph-3 {
  color: var(--light-green-73);
  text-align: center;
  max-width: 55ch;
  margin-left: auto;
  margin-right: auto;
}

.div-block-62 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  display: flex;
}

.image-26 {
  width: 34px;
  height: 34px;
}

.paragraph-4 {
  text-align: center;
  max-width: 73ch;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-63 {
  border: 1px solid var(--neutral--500);
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 377px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 21px;
  display: flex;
}

.div-block-64 {
  background-color: var(--neutral--500);
  width: 1px;
  height: 21px;
  margin-left: auto;
  margin-right: auto;
}

.section-6 {
  padding-bottom: 55px;
}

.section-6.top {
  padding-top: 55px;
}

.image-27 {
  width: 34px;
}

.div-block-65 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  margin-bottom: 13px;
  display: flex;
}

.div-block-66 {
  display: none;
}

.div-block-68 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px none var(--neutral--400);
  box-shadow: none;
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  width: 100%;
  max-width: 355px;
  margin: 0 auto 13px;
  padding: 21px 13px;
  display: flex;
}

.text-block-40 {
  font-size: var(--13);
}

.div-block-69 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--system--blue-300);
  background-color: var(--neutral--300);
  color: var(--system--blue-300);
  cursor: pointer;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 8px 13px 8px 21px;
  display: flex;
}

.div-block-70:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  transform: translate(1.01px);
}

.text-block-41 {
  font-size: var(--13);
  text-align: left;
  align-self: center;
  line-height: 1.34em;
}

.text-span-12 {
  font-size: 13px;
}

.field-label-5 {
  font-size: var(--13);
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 500;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--neutral--100) var(--neutral--100) var(--neutral--800);
  background-color: var(--white-13);
  border-radius: 0;
  max-width: 100%;
  height: 37px;
  max-height: none;
  margin-bottom: 13px;
  padding-left: 5px;
}

.text-field:hover {
  border-bottom-width: 1px;
  border-bottom-color: var(--system--blue-300);
  color: var(--accent--primary-1);
}

.text-field:focus {
  border-bottom-color: var(--accent--primary-1);
}

.text-field::placeholder {
  font-size: 11px;
}

.text-field.large {
  height: 73px;
}

.submit-button {
  background-color: var(--system--blue-300);
  border-radius: 555px;
  width: 100%;
  height: 43px;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 34px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.submit-button.expandable-top {
  border-style: none;
  border-color: var(--system--blue-300);
  background-color: var(--dark-pink);
  color: var(--neutral--100);
  border-radius: 55px 5px;
  margin-top: 13px;
  font-size: 13px;
}

.submit-button.expandable-top:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.link-block-6 {
  width: 100%;
  text-decoration: none;
}

.div-block-71 {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 5px;
  align-self: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 21px 13px;
}

.image-29 {
  border: 4px none var(--system--blue-300);
  filter: brightness(121%);
  object-fit: cover;
  border-radius: 5px 0 55px 5px;
  width: 89px;
  min-width: 89px;
  height: 89px;
  max-height: 89px;
  margin: 0 auto;
  display: block;
}

.image-29.contact {
  border-bottom-left-radius: 0;
  width: 113px;
  min-width: 113px;
  height: 134px;
  max-height: 134px;
  margin-left: 0;
  margin-right: 0;
}

.div-block-72 {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-72.bot {
  margin-bottom: 8px;
}

.option, .div-block-73 {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.success-message-2 {
  background-color: #fff;
}

.image-30 {
  width: 34px;
  margin-bottom: 13px;
}

.code-embed-2 {
  display: block;
}

.div-block-74 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 1px solid var(--neutral--400);
  flex-flow: column;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-top: 13px;
  display: flex;
}

.div-block-75 {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.field-label-6, .field-label-7 {
  color: var(--neutral--800);
  text-transform: capitalize;
  margin-bottom: 8px;
}

.image-32 {
  object-fit: contain;
  height: 13px;
}

.link-block-7 {
  text-decoration: none;
}

.div-block-76 {
  max-width: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-block-77 {
  width: 100%;
  margin-bottom: 13px;
}

.div-block-78 {
  flex-flow: column;
  display: flex;
}

.collection-item-5 {
  margin-bottom: 8px;
}

.collection-item-5.nav {
  padding-left: 0;
  padding-right: 0;
}

.nav, .collection-list-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-79 {
  background-color: var(--neutral--100);
}

.paypal {
  display: none;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl_navbar5_dropdown-background-layer {
  background-color: var(--neutral--300);
  min-width: 100vw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.rl_navbar5_item-link {
  color: var(--accent--primary-1);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: underline;
}

.rl_navbar5_spacing-block2 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-text-style-small {
  color: var(--neutral--700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_navbar5_spacing-block1 {
  width: 100%;
  padding-bottom: .25rem;
}

.rl_navbar5_item-title {
  color: var(--secondary--color-1);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_large-item-content {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

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

.rl_navbar5_blog-image-wrapper {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

.rl_navbar5_blog-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  grid-auto-columns: 1fr;
  padding: 5px;
  text-decoration: none;
  transition-property: all;
  display: grid;
  overflow: hidden;
}

.rl_navbar5_blog-item:hover {
  border-color: var(--accent--primary-1);
  transform: scale(1.01);
  box-shadow: 0 2px 5px #0003;
}

.rl_navbar5_dropdown-column-text {
  color: var(--relume-library-lite--rl-black);
  max-height: 34px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-column-text.opac {
  opacity: 0;
}

.rl_navbar5_dropdown-content-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: max-content max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.rl_navbar5_dropdown-content-right {
  flex: 1;
  max-width: 35rem;
  padding: 2rem 0 2rem 2rem;
  display: flex;
  position: relative;
}

.rl_navbar5_text-small {
  color: var(--neutral--700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl_navbar5_icon {
  filter: invert();
  height: 16rem;
  max-height: 16px;
  margin-right: 13px;
}

.rl_navbar5_icon-wrapper {
  flex: none;
  max-height: 21px;
}

.rl_navbar5_dropdown-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-height: 89px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  transition-property: all;
  display: grid;
}

.rl_navbar5_dropdown-link:hover {
  border-bottom: 1px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  transform: scale(1.01);
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: flex;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 3.1rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 2rem 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-content-left._2 {
  grid-template-columns: 1fr 1fr;
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.rl_navbar5_container {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1224px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rl_navbar5_dropdown-list.w--open {
  border-bottom: 1px solid var(--neutral--400);
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 100% 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.rl_navbar5_link-text {
  font-size: 15px;
  font-weight: 500;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin: auto 0 auto 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.rl_navbar5_dropdown-toggle {
  cursor: pointer;
  padding: 1.5rem 21px 1.5rem 5px;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_dropdown-toggle:hover {
  color: var(--accent--primary-1);
  transform: scale(1.05);
}

.rl_navbar5_menu-dropdown {
  position: static;
}

.rl_navbar5_link {
  color: var(--neutral--800);
  cursor: pointer;
  padding: 1.5rem 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transform: scale(1.01);
}

.rl_navbar5_link:hover {
  color: var(--accent--primary-1);
  transform: scale(1.05);
}

.rl_navbar5_link.w--current {
  color: var(--accent--primary-1);
}

.rl_navbar5_menu-left {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.rl_navbar5_logo {
  object-fit: contain;
  width: 100%;
  max-width: 89%;
  height: 43px;
  max-height: 43px;
}

.rl_navbar5_logo-link {
  max-height: 43px;
  padding-left: 0;
}

.rl_navbar5_logo-link.w--current {
  max-height: 43px;
}

.rl_navbar5_logo-link.w--current:hover {
  transform: scale(1.01);
}

.rl_navbar5_component {
  border-bottom: 1px none var(--relume-library-lite--rl-black);
  background-color: var(--neutral--100);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.new-navbar {
  z-index: 9999;
  border-bottom: 1px solid var(--neutral--400);
  position: fixed;
  inset: 0% 0% auto;
}

.image-35 {
  height: 13px;
  max-height: 13px;
  font-size: 13px;
}

.div-block-80 {
  order: 1;
}

.text-span-13 {
  font-weight: 700;
}

.div-block-81 {
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.remove-button {
  color: var(--system--blue-300);
  text-decoration: none;
}

.remove-button:hover {
  color: var(--accent--primary-1);
}

.div-block-82 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 89px;
  max-height: 89px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-82.contact-page {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: flex-start;
  align-items: flex-start;
  height: 155px;
  max-height: 155px;
  margin-left: 0;
  padding-right: 55px;
}

.text-span-14 {
  font-size: 13px;
}

.text-span-15 {
  font-size: 16px;
}

.div-block-83 {
  height: 100%;
}

.div-block-83:hover {
  color: var(--accent--primary-1);
}

.heading-5 {
  padding-left: 13px;
  line-height: 1em;
}

.heading-5.cats {
  padding-left: 0;
  font-weight: 700;
}

.logo2_logo-list {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: grid;
}

.rl-heading-style-h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl-heading-style-h6.lighter {
  color: var(--neutral--700);
}

.logo2_content-left {
  max-width: 18rem;
}

.logo2_component {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.rl-padding-section-medium {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.rl-container-large {
  width: 100%;
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.rl-padding-global {
  padding-left: 0%;
  padding-right: 0%;
}

.section_logo2 {
  background-color: var(--relume-library-lite--rl-white);
}

.text-span-16 {
  font-size: 16px;
  font-weight: 400;
}

.div-block-86 {
  padding-top: 0;
  padding-bottom: 13px;
  overflow: visible;
}

.collection-list-wrapper-10 {
  margin-top: 21px;
  display: block;
}

.div-block-87 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--200);
  box-shadow: 5px 5px 5px 0 var(--general--shadow-01);
  cursor: pointer;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 200px;
  padding: 0 0 13px;
  text-decoration: none;
  transition-property: all;
  display: flex;
}

.div-block-87:hover {
  border-color: var(--accent--primary-1);
  transform: scale(1.01);
  box-shadow: 0 2px 5px #0003;
}

.heading-6 {
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.image-36 {
  opacity: .73;
  filter: brightness(0%);
  height: 16px;
  margin-left: 0;
  margin-right: 0;
  display: none;
}

.div-block-88 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.collection-list-9 {
  box-sizing: content-box;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-37 {
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 144px;
  overflow: clip;
}

.section-7 {
  padding-top: 34px;
  padding-bottom: 34px;
  overflow: hidden;
}

.heading-7 {
  font-size: 16px;
  font-weight: 700;
}

.div-block-89 {
  background-color: var(--neutral--100);
  width: 100%;
  height: 20px;
  margin-top: -20px;
}

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

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

.button-6 {
  border: 1px solid var(--system--blue-300);
  background-color: var(--neutral--100);
  color: var(--system--blue-300);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 13px;
  transition-property: all;
  display: flex;
}

.button-6:hover {
  border-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  transform: scale(1.01);
  box-shadow: 0 2px 5px #0003;
}

.image-38 {
  align-self: flex-start;
  height: 34px;
  max-height: 34px;
}

.cell-3 {
  justify-content: space-between;
  align-items: flex-start;
}

.text-span-17 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.text-span-18 {
  font-size: 25px;
}

.text-block-42 {
  background-color: var(--button-shadow--color-03);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 55px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.21em;
  display: flex;
}

.text-block-42.top {
  margin-top: 13px;
}

.section-8 {
  background-color: var(--accent--primary-1);
  justify-content: center;
  align-items: center;
  height: 34px;
  display: flex;
}

.div-block-98 {
  z-index: 8999;
  position: fixed;
  inset: 0% 0% auto;
}

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

.image-39 {
  width: 21px;
}

.image-40 {
  width: 18px;
}

.video {
  margin-bottom: 21px;
}

.text-block-43 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.div-block-100 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  display: flex;
}

.image-41 {
  object-fit: contain;
  width: 21px;
}

.section-9 {
  width: 100%;
}

.image-42 {
  border-radius: 13px 13px 0 0;
}

.image-43 {
  border-radius: 21px;
  margin-bottom: 21px;
}

.image-44 {
  border-radius: 5px;
  display: none;
}

.text-block-44 {
  color: var(--system--blue-300);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.bold-text-9 {
  color: var(--system--blue-300);
  font-weight: 900;
}

.div-block-101 {
  border: 1px solid var(--system--blue-300);
  border-radius: 5px;
  margin-bottom: 13px;
  padding: 13px;
}

.text-span-19 {
  font-weight: 900;
}

.text-block-45 {
  font-size: 13px;
}

.text-span-20 {
  color: var(--system--blue-300);
}

.image-45 {
  width: 55px;
}

.image-46 {
  display: block;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .divider._0px {
    margin-top: 0;
    margin-bottom: 0;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

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

  .section.pd-120px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.pd-48px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section.pd-160px {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.pd-148px {
    padding-top: 148px;
    padding-bottom: 148px;
  }

  .home-screenshots-container {
    max-width: 46%;
    right: 8%;
  }

  .div-block-44 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-72 {
    max-width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .divider._0px {
    margin-top: 0;
    margin-bottom: 0;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .checkout-col-right {
    position: sticky;
    top: 26%;
  }

  .container-default-2 {
    max-width: 1320px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 34px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 24px;
  }

  blockquote {
    padding: 93px 60px;
    font-size: 20px;
  }

  .page-wrapper {
    padding-top: 93px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.header-top {
    grid-template-columns: auto auto;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-left {
    grid-column-gap: 15px;
    grid-template-columns: .6fr 1fr;
    place-items: start center;
    padding-bottom: 180px;
  }

  .grid-2-columns.product-grid {
    grid-column-gap: 13px;
    grid-template-columns: 1fr auto;
    place-items: start stretch;
  }

  .grid-2-columns.blog-main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    padding-bottom: 0;
  }

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

  .grid-2-columns.sales-hero {
    grid-template-columns: 1fr .4fr;
    margin-bottom: 43px;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.link-card.card-related-product {
    flex-direction: row;
    align-items: center;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.cta-v1 {
    padding: 86px 10px 86px 34px;
  }

  .card.categories {
    box-sizing: border-box;
    aspect-ratio: auto;
    flex: 1;
    width: 89%;
    max-width: none;
    min-height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .card.categories.dropd {
    display: none;
  }

  .card.shop-perks {
    padding: 30px 24px;
  }

  .card.hero {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .card.hero.about {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .card.product-main-details {
    padding-left: 13px;
    padding-right: 13px;
  }

  .card.product-main-details.mob-hid {
    min-width: 300px;
  }

  .card.section-blog-post-content {
    margin-top: -60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.card-products-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4-columns.shop-grid {
    grid-row-gap: 70px;
  }

  .style---block-sub-heading {
    margin-bottom: 24px;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._0px {
    margin-top: 0;
    margin-bottom: 0;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

  .mg-bottom-40px.not-40 {
    object-fit: cover;
  }

  .display-1 {
    font-size: 43px;
  }

  .display-1.mg-bottom-4px.checkout.hidden.bot {
    margin-bottom: 21px;
  }

  .grid-1-column.gap-row-0 {
    flex-flow: column;
    display: flex;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 64px;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._600px---tablet {
    max-width: 600px;
  }

  .inner-container._500px---mbl.center.product-mob {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .inner-container._600px---mbl.center.shop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inner-container.product-sidebar {
    max-width: 100%;
  }

  .inner-container._3-col-grid-icon-top {
    max-width: 85%;
  }

  .inner-container.blog-grid-sidebar {
    max-width: 100%;
    position: static;
  }

  .inner-container._500px---tablet {
    max-width: 500px;
  }

  .inner-container.section-blog-post-content-wrapper {
    max-width: 88%;
  }

  .inner-container._700px---tablet {
    max-width: 700px;
  }

  .inner-container.center---tablet {
    margin-left: auto;
    margin-right: auto;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .input.search-inside-input.small {
    margin-left: auto;
    margin-right: auto;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .container-default {
    max-width: 89%;
  }

  .section {
    padding-top: 98px;
    padding-bottom: 98px;
  }

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

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

  .section.hero.v4 {
    padding-bottom: 106px;
  }

  .section.hero.v6 {
    padding-top: 80px;
  }

  .section.hero.v7 {
    padding-top: 60px;
    padding-bottom: 128px;
  }

  .section.top {
    padding-top: 70px;
  }

  .section.hero-page {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: linear-gradient(180deg, var(--neutral--200) 65%, #064c728c 89%);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 80px;
    padding-bottom: 0;
    display: block;
  }

  .section.pd-120px {
    padding-top: 83px;
    padding-bottom: 83px;
  }

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

  .section.pd-160px, .section.pd-148px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 34px;
  }

  .heading-h2-size {
    font-size: 24px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
    padding-left: 0;
  }

  .header-nav-list-item.middle {
    margin-bottom: 0;
  }

  .header-logo-link {
    max-width: 170px;
  }

  .header-logo-link.ap.mobile {
    display: block;
  }

  .header-logo-link.ap.desktop {
    display: none;
  }

  .hamburger-menu-wrapper {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: #0000;
  }

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .footer-logo {
    object-fit: contain;
  }

  .footer-logo-wrapper {
    object-fit: contain;
    flex-flow: row;
    flex: 0 auto;
  }

  .nav-menu-list-wrapper {
    margin-right: 30px;
  }

  .footer-top {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .image-wrapper.border-radius-6px.blog-recent-post-image {
    max-width: 20%;
  }

  .image-wrapper.border-radius-16px.blog-post-image {
    margin-right: 24px;
  }

  .cart-button-wrapper {
    order: -1;
  }

  .checkout-form {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .checkout-col-right {
    max-width: 550px;
  }

  .hero-v1-grid {
    grid-column-gap: 24px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .big-text {
    font-size: 78px;
  }

  .links-divider {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-search {
    margin-left: 30px;
    margin-right: 30px;
  }

  .header-search.hidden-on-mbl {
    width: 100%;
    margin-left: 0;
  }

  .cart-button-content {
    margin-left: 10px;
  }

  .link-content-block.best-product {
    flex-direction: column;
    align-items: stretch;
  }

  .position-absolute.card-video-btn {
    left: 40px;
  }

  .cta-v1-title-line {
    margin-right: 20px;
  }

  .mg-bottom-42px {
    margin-bottom: 40px;
  }

  .card-category-icon {
    display: block;
  }

  .card-cta-v1-images {
    max-width: 451px;
    margin-left: 30px;
  }

  .card-shop-perks-content {
    flex-flow: column;
    display: flex;
  }

  .card-shop-perk._01 {
    height: 100%;
  }

  .card-shop-perk._02 {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-shop-perk-icon {
    width: 43px;
    max-width: 43px;
    margin-right: 10px;
  }

  .footer-menu-grid {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
  }

  .footer-bottom-divider {
    margin-left: 0;
    margin-right: 0;
  }

  .mg-bottom-68px {
    margin-bottom: 60px;
  }

  .pagination {
    padding-top: 50px;
  }

  .product-images-grid {
    grid-template-columns: 1fr;
  }

  .product-images-wrapper {
    margin-bottom: 46px;
    padding-bottom: 0;
  }

  .add-cart-default-state {
    grid-template-columns: 1fr;
  }

  .card-about-us-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .gap-row-30px {
    grid-row-gap: 24px;
  }

  .blog-recent-post-content {
    max-width: 258px;
  }

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

  .pagination-blog {
    margin-top: 50px;
    padding-top: 50px;
    position: static;
  }

  .mg-top-0px---tablet {
    margin-top: 0;
  }

  .home-screenshots-container {
    justify-content: center;
    max-width: 89%;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
    overflow: hidden;
  }

  .screenshoots-grid.column-1, .screenshoots-grid.column-2 {
    max-width: none;
  }

  .screenshot-image.image-9 {
    display: block;
  }

  .text-block-10, .counterup {
    font-size: 16px;
  }

  .div-block-18 {
    font-size: 21px;
  }

  .image-10 {
    order: -1;
  }

  .div-block-20 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cell-2 {
    flex-flow: column;
    display: flex;
  }

  .div-block-22 {
    background-color: #fafbf900;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .image-12 {
    height: 34px;
  }

  .map {
    width: auto;
  }

  .expandable-single.categories {
    display: block;
  }

  .collection-list-4 {
    grid-template-columns: 1fr 1fr;
  }

  .link-block-3 {
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: 100%;
  }

  .link-block-3.non-link {
    box-shadow: none;
  }

  .container-5 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two {
    object-fit: cover;
    max-height: 233px;
  }

  .section-3.agri, .section-3.commer {
    top: 99px;
  }

  .section-3.reside {
    top: 100px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 34px;
    height: 34px;
  }

  .section-5 {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .container-default-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .step-tab-link {
    justify-content: center;
  }

  .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_menu-icon_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: #0000;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.5rem;
  }

  .rl_navbar5_dropdown-background-layer {
    min-width: 100%;
  }

  .rl_navbar5_large-item-content {
    width: 100%;
    padding: 13px;
  }

  .rl_navbar5_blog-image-wrapper {
    padding-top: 55%;
  }

  .rl_navbar5_blog-item, .rl_navbar5_dropdown-content-wrapper {
    width: 100%;
  }

  .rl_navbar5_dropdown-content-right {
    align-items: flex-start;
    max-width: none;
    padding: 13px;
  }

  .rl_navbar5_dropdown-content-left {
    align-content: start;
    align-items: start;
    padding-bottom: 13px;
    padding-left: 13px;
    padding-right: 13px;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
    overflow: scroll;
  }

  .rl_navbar5_dropdown-list {
    max-height: 55vh;
    position: relative;
    overflow: auto;
  }

  .rl_navbar5_dropdown-list.w--open {
    border: 1px solid var(--neutral--500);
    box-shadow: none;
    border-radius: 5px;
    align-items: flex-start;
    min-width: auto;
    max-height: 55vh;
    margin-bottom: 0;
    padding: 0 0 0;
    position: static;
    top: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }

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

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .rl_navbar5_dropdown-toggle {
    align-items: center;
    max-width: 113px;
    margin-left: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 16px;
    display: flex;
  }

  .rl_navbar5_menu-dropdown {
    width: 100%;
    position: relative;
    overflow: visible;
  }

  .rl_navbar5_link {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .rl_navbar5_menu-left {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: visible;
  }

  .rl_navbar5_menu {
    background-color: var(--neutral--200);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 1rem 5% 34px;
    position: absolute;
    overflow: auto;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .div-block-80 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-84 {
    margin-left: auto;
    margin-right: auto;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo2_content-left {
    max-width: 16rem;
  }

  .logo2_component {
    grid-column-gap: 3rem;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl-container-large {
    max-width: 89%;
  }

  .collection-list-9 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  blockquote {
    border-radius: 18px;
    padding: 78px 34px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.header-top {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center end;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.checkout-page, .grid-2-columns.title-and-buttons._1-col-mbl {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-left {
    grid-row-gap: 50px;
    flex-flow: column;
    order: 1;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

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

  .grid-2-columns.about-our-sellers-grid, .grid-2-columns.story-grid {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.section-blog-posts-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sales-hero {
    grid-template-columns: 1fr;
  }

  .card {
    border-radius: 13px;
  }

  .card.link-card.search-item {
    padding: 32px 34px;
  }

  .card.cta-v1 {
    padding-top: 60px;
    padding-bottom: 0;
    padding-right: 34px;
  }

  .card.categories {
    order: 1;
    max-width: 100%;
    padding: 8px;
    display: block;
  }

  .card.categories.dropd {
    order: 1;
    width: 100%;
    margin-bottom: 21px;
    padding: 8px 8px 0;
    display: flex;
  }

  .card.shop-perks {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.hero {
    padding: 60px 34px;
  }

  .card.hero.about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.video---about {
    border-radius: 20px;
    max-width: 100%;
  }

  .card.card-contact-form {
    padding: 21px 34px 0;
  }

  .card.contact-links {
    flex-direction: column;
    padding-left: 34px;
    padding-right: 34px;
  }

  .card.not-found {
    max-width: 500px;
    padding: 78px 34px 80px;
  }

  .card.password-page {
    max-width: 450px;
    padding: 63px 34px;
  }

  .card.dropdown {
    padding: 21px 0;
    overflow: visible;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.card-products-grid {
    grid-column-gap: 25px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.shop-grid {
    grid-row-gap: 60px;
  }

  .grid-4-columns.section-card-products-grid {
    grid-column-gap: 30px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider._0px {
    margin-top: 0;
    margin-bottom: 0;
  }

  .divider._32px {
    margin-top: 26px;
    margin-bottom: 26px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .style---content-block {
    margin-bottom: 64px;
  }

  .mg-bottom-24px {
    margin-bottom: 20px;
  }

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-80px {
    margin-bottom: 70px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .display-1 {
    font-size: 34px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .grid-1-column.gap-row-0 {
    background-color: #ffffff0d;
    border-radius: 8px;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    padding: 8px;
    display: flex;
  }

  .grid-1-column.sidebar-sections {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .gap-row-80px {
    grid-row-gap: 70px;
  }

  .display-2 {
    font-size: 28px;
  }

  .display-3 {
    font-size: 20px;
  }

  .display-4 {
    font-size: 18px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

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

  .paragraph-small {
    font-size: 12px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.gap-row-80px {
    grid-row-gap: 40px;
  }

  .grid-3-columns.style---buttons-grid, .grid-3-columns.style---buttons-grid.app-buttons {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._300px---mbl {
    max-width: 300px;
  }

  .inner-container._400px---mbl {
    max-width: 400px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .inner-container._600px---mbl {
    max-width: 600px;
  }

  .inner-container._600px---mbl.center {
    flex-flow: column;
    display: flex;
  }

  .inner-container._828px.width-100 {
    flex-flow: column;
  }

  .inner-container._721px {
    max-width: 100%;
  }

  .inner-container.product-sidebar.mob {
    display: block;
  }

  .inner-container.product-sidebar.not-mob {
    display: none;
  }

  .inner-container._277px---mbl {
    max-width: 277px;
  }

  .inner-container._3-col-grid-icon-top {
    max-width: 345px;
  }

  .inner-container._416px---mbl {
    max-width: 416px;
  }

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container._66px---mbl {
    max-width: 66px;
  }

  .inner-container.section-blog-post-content-wrapper {
    max-width: 90%;
  }

  .inner-container._48px---mbl {
    max-width: 48px;
  }

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .border-radius-16px {
    border-radius: 10px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---components-wrapper {
    border-radius: 20px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .style-buttons-dark {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    padding: 16px 22px;
  }

  .btn-primary.small {
    padding: 13px 18px;
  }

  .btn-primary.large {
    padding: 23px 46px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-secondary {
    padding: 16px 22px;
  }

  .btn-secondary.small {
    padding: 13px 18px;
  }

  .btn-secondary.large {
    padding: 23px 46px;
  }

  .badge-primary {
    padding: 15px 23px;
  }

  .badge-primary.small {
    padding: 10px 13px;
  }

  .badge-primary.large {
    padding: 18px 32px;
  }

  .badge-primary.code {
    margin-left: 10px;
    font-size: 10px;
  }

  .badge-secondary {
    padding: 15px 23px;
  }

  .badge-secondary.small {
    padding: 10px 13px;
  }

  .badge-secondary.large {
    padding: 18px 32px;
  }

  .input {
    min-height: 50px;
  }

  .input.large {
    min-height: 64px;
  }

  .input.medium {
    min-height: 52px;
  }

  .text-area {
    border-radius: 10px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .rich-text img {
    border-radius: 18px;
  }

  .rich-text p {
    margin-top: 10px;
    margin-bottom: 26px;
  }

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

  .rich-text h3 {
    margin-top: 32px;
    margin-bottom: 10px;
  }

  .rich-text figure {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .rich-text ul, .rich-text ol {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text h6, .rich-text h5, .rich-text h4 {
    margin-top: 32px;
    margin-bottom: 10px;
  }

  .rich-text blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .buttons-row.center---mbl {
    justify-content: center;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default.search, .container-default.nav {
    height: auto;
  }

  .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.small {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section.hero.v6 {
    padding-top: 70px;
  }

  .section.hero.v7 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.top {
    padding-top: 60px;
  }

  .section.pd-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.breadcrumbs {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.pd-160px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.pd-148px {
    padding-top: 86px;
    padding-bottom: 86px;
  }

  .text-link-wrapper.white.text-100.caps {
    text-align: center;
  }

  .heading-h1-size {
    font-size: 28px;
  }

  .heading-h2-size {
    font-size: 22px;
  }

  .heading-h6-size.color-neutral-100 {
    display: none;
  }

  .heading-h6-size.color-neutral-100.show {
    display: block;
  }

  .header-content-wrapper.header-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-nav-menu-wrapper {
    background-color: var(--secondary--color-1);
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding: 0 24px 24px;
    position: fixed;
    top: 0%;
    overflow: auto;
  }

  .header-nav-menu-list {
    z-index: 0;
    flex-direction: column;
    align-items: stretch;
    position: relative;
  }

  .header-nav-link {
    margin-left: 0;
    margin-right: 0;
    font-size: 21px;
  }

  .header-nav-list-item.middle {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 35px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .header-dropdown-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-column-wrapper {
    width: 100%;
    position: static;
    overflow: visible;
  }

  .dropdown-column-wrapper.w--open {
    padding-top: 0;
  }

  .header-logo-link {
    z-index: 2;
    max-width: 160px;
  }

  .hamburger-menu-wrapper {
    background-color: var(--accent--primary-1);
    border-radius: 50%;
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    margin-left: 20px;
    overflow: hidden;
  }

  .hamburger-menu-wrapper.w--open {
    background-color: var(--accent--primary-1);
  }

  .hamburger-menu-bar {
    width: 18px;
    height: 2px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .header-right-side {
    z-index: 2;
    position: relative;
  }

  .btn-circle-primary {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    font-size: 24px;
  }

  .btn-circle-primary.small {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    font-size: 18px;
  }

  .btn-circle-primary.small.search-btn-inside {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    padding-top: 0;
    padding-bottom: 0;
    top: 2px;
  }

  .btn-circle-primary.large {
    width: 74px;
    min-width: 74px;
    height: 74px;
    min-height: 74px;
    font-size: 30px;
  }

  .btn-circle-secondary {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    font-size: 24px;
  }

  .btn-circle-secondary.small {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    font-size: 18px;
  }

  .btn-circle-secondary.large {
    width: 74px;
    min-width: 74px;
    height: 74px;
    min-height: 74px;
    font-size: 30px;
  }

  .social-media-grid-top.right.left---mbl {
    justify-content: start;
    justify-items: start;
  }

  .flex-horizontal.end.center-mb {
    display: none;
  }

  .flex-horizontal.end.center-mb.show {
    display: block;
  }

  .flex-horizontal.align-center.footer-bottom-logo-wrapper {
    flex-direction: column;
  }

  .flex-horizontal.header-menu {
    padding-bottom: 20px;
  }

  .nav-menu-list-wrapper {
    margin-right: 15px;
  }

  .footer-top {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .accordion-item-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 24px;
  }

  .accordion-title {
    font-size: 16px;
  }

  .image-wrapper.order-item-image-wrapper, .image-wrapper.cart-item-image-wrapper {
    border-radius: 10px;
    max-width: 80px;
  }

  ._404-not-found {
    margin-bottom: 15px;
    font-size: 62px;
  }

  .cart-quantity {
    margin-right: 6px;
  }

  .cart-button-image {
    max-width: 23px;
  }

  .pay-btn.cart {
    height: 48px;
  }

  .pay-btn.order-summary {
    height: 46px;
  }

  .checkout-form {
    max-width: 500px;
  }

  .discounts-wrapper {
    margin-top: 25px;
    padding-top: 25px;
  }

  .mg-bottom-12px {
    margin-bottom: 10px;
  }

  .hidden-on-mbl {
    display: none;
  }

  .header-top-main-wrapper {
    display: block;
  }

  .header-top-main-wrapper.sale {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hero-v1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mg-bottom-34px {
    margin-bottom: 28px;
  }

  .social-media-link-grid.center---mbl {
    justify-content: center;
    justify-items: center;
  }

  .big-text {
    font-size: 65px;
  }

  .header-search {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-search.show-on-mbl {
    z-index: 1;
  }

  .cart-button-content {
    margin-left: 8px;
    display: none;
  }

  .mg-bottom-18px {
    margin-bottom: 14px;
  }

  .card-product-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-content-block.best-product {
    flex-direction: row;
    align-items: center;
  }

  .link-content-block.contact-link {
    width: 100%;
    max-width: 250px;
  }

  .link-content-block.dropdown-category {
    min-width: 233px;
  }

  .position-absolute.card-video-btn {
    padding: 15px 21px;
    font-size: 12px;
  }

  .cta-v1-title-line {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
  }

  .card-cta-v1-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .card-cta-v1-images {
    max-width: 280px;
    margin: 30px auto -31px;
  }

  .card-shop-perks-content {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .card-shop-perk {
    text-align: center;
    flex-direction: column;
    min-width: 129px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .card-shop-perk._02 {
    min-width: 120px;
    max-width: 40%;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 0;
    padding-right: 0;
  }

  .card-shop-perk-icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-menu-grid {
    grid-column-gap: 15px;
    grid-template-columns: auto auto max-content;
  }

  .nav-content {
    flex-wrap: wrap;
  }

  .footer-bottom-grid {
    grid-row-gap: 35px;
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-payments-grid.small {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .mg-top-15px---mbl {
    margin-top: 15px;
  }

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

  .show-on-mbl {
    display: block;
  }

  .mg-bottom-68px {
    margin-bottom: 50px;
  }

  .sidebar-wrapper {
    position: static;
  }

  .pagination {
    margin-top: 50px;
    padding-top: 40px;
    position: static;
  }

  .page-count {
    margin-left: 40px;
    margin-right: 40px;
  }

  .product-images-grid {
    grid-row-gap: 20px;
  }

  .product-images-wrapper {
    margin-bottom: 13px;
    padding-bottom: 0;
  }

  .product-information-wrapper {
    margin-bottom: 40px;
    padding-bottom: 21px;
  }

  .product-information-wrapper.spaces.mob {
    display: block;
  }

  .product-information-wrapper.spaces.not-mob {
    display: none;
  }

  .product-main-details-wraper---01 {
    padding-bottom: 26px;
  }

  .product-main-details-wraper---02 {
    margin-bottom: 32px;
    padding-bottom: 26px;
  }

  .mg-bottom-36px {
    margin-bottom: 28px;
  }

  .add-cart-default-state {
    grid-template-columns: 92px 1fr;
  }

  .popular-products-sidebar-image-wrapper {
    max-width: 88px;
  }

  .popular-products-wrapper {
    border-bottom: 1px solid var(--neutral--400);
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .card-about-us-content {
    padding-left: 34px;
    padding-right: 34px;
  }

  .card-video-btn-icon {
    max-width: 12px;
  }

  .mg-top-37px {
    margin-top: 30px;
  }

  .border-radius-20px {
    border-radius: 15px;
  }

  .gap-row-30px {
    grid-row-gap: 20px;
  }

  .pagination-blog {
    padding-top: 40px;
  }

  .mg-bottom-26px {
    margin-bottom: 21px;
  }

  .mg-bottom-26px.keep {
    margin-bottom: 26px;
  }

  .mg-top-45px {
    margin-top: 40px;
  }

  .border-radius-26px {
    border-radius: 21px;
  }

  .contact-form-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: 736px;
  }

  .contact-form {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .contact-links-divider {
    width: 100%;
    height: 1px;
    margin: 25px 0;
  }

  .flex-vertical---mbl {
    flex-direction: column;
    display: flex;
  }

  .dropdown-categories-grid {
    grid-column-gap: 20px;
    border: 1px solid var(--white-13);
    border-radius: 13px;
    margin-left: 0;
    padding: 13px;
  }

  .dropdown-categories-grid.new-nav {
    flex-flow: column;
    display: flex;
  }

  .dropdown-menu-grid {
    grid-column-gap: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .header-nav-menu-wrapper---fade-top-mobile {
    z-index: 2;
    background-color: var(--secondary--color-1);
    height: 165px;
    display: block;
    position: sticky;
    inset: 0% 0% auto;
  }

  .hamburger-menu-icon-wrapper {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .3s;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .hamburger-menu-icon-wrapper:hover {
    opacity: .7;
  }

  .dropdown-categories-title-wrapper.dropdown-dark {
    width: 100%;
    display: none;
  }

  .dropdown-categories-title-wrapper.dropdown-dark.auto.show {
    line-height: 1.34em;
    display: block;
  }

  .mg-top-0px---tablet {
    margin-top: 0;
  }

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

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

  .counter {
    justify-content: center;
    align-self: stretch;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-19 {
    flex-direction: row;
  }

  .div-block-19.lighter {
    flex-flow: wrap;
  }

  .a-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .clients-image-three.large {
    display: block;
  }

  .plus-expand-master {
    order: 1;
    justify-content: center;
    align-items: center;
  }

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

  .expandable-top {
    justify-content: space-between;
    margin-bottom: 0;
  }

  .expandable-single.categories {
    display: block;
  }

  .collection-list-wrapper-3 {
    align-self: stretch;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .collection-list-wrapper-3.nav {
    margin-top: 0;
  }

  .text-block-21 {
    font-size: 21px;
  }

  .link-block-3.nnot-100 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-47 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .section-2 {
    object-fit: cover;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
  }

  .div-block-51 {
    padding-left: 21px;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-heading-left.pad {
    padding-left: 26px;
    padding-right: 26px;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .section-3 {
    height: auto;
    top: 104px;
  }

  .section-3.reside {
    top: 99px;
  }

  .div-block-53 {
    width: auto;
    padding-left: 17px;
    padding-right: 17px;
  }

  .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-column-gap: 13px;
    grid-template-columns: 1fr 1fr;
  }

  .title.h4-size {
    font-size: 18px;
  }

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

  .section-5 {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .step-tab-link {
    justify-content: flex-start;
  }

  .div-block-54 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .button-4 {
    background-color: #20283f00;
  }

  .image-23 {
    width: 144px;
    height: 144px;
  }

  .div-block-74 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .rl_menu-icon_line-bottom, .rl_menu-icon_line-middle, .rl_menu-icon_line-top {
    background-color: var(--system--blue-300);
    height: 3px;
  }

  .rl_navbar5_menu-button {
    order: 1;
  }

  .rl_navbar5_spacing-block2, .rl_navbar5_spacing-block1 {
    padding-bottom: .75rem;
  }

  .rl_navbar5_blog-item {
    grid-template-columns: .6fr 1fr;
  }

  .rl_navbar5_dropdown-column-text.opac {
    display: none;
  }

  .rl_navbar5_dropdown-content-right {
    padding: 1.5rem;
  }

  .rl_navbar5_text-small {
    font-size: 13px;
    display: block;
  }

  .rl_navbar5_dropdown-link {
    width: 100%;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 300px;
    margin-bottom: 34px;
    margin-left: auto;
    margin-right: auto;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 0rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_component {
    min-height: 4rem;
  }

  .div-block-80 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .div-block-82.contact-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    max-height: none;
  }

  .logo2_logo-list {
    grid-column-gap: 1rem;
    place-items: center;
    padding-top: 1rem;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .logo2_component {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .div-block-91 {
    order: 1;
    width: 100%;
  }

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

  .section-8 {
    height: 55px;
  }

  .div-block-97 {
    text-align: center;
    padding-left: 31px;
    padding-right: 31px;
    line-height: 1.1em;
  }
}

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

  h2 {
    font-size: 20px;
  }

  blockquote {
    border-radius: 10px;
    padding: 64px 24px;
  }

  .page-wrapper {
    padding-top: 89px;
  }

  .grid-2-columns.checkout-page {
    border-radius: 8px;
  }

  .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-left.mob {
    grid-row-gap: 34px;
  }

  .grid-2-columns.sidebar-left.search {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-2-columns.popular-products-sidebar-grid {
    grid-column-gap: 20px;
  }

  .grid-2-columns.about-our-sellers-grid, .grid-2-columns.story-grid {
    grid-row-gap: 60px;
  }

  .grid-2-columns.categories-grid {
    grid-template-columns: auto;
  }

  .card {
    border-radius: 10px;
  }

  .card.link-card.search-item {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.link-card.card-product {
    height: 100%;
    padding-bottom: 0;
  }

  .card.checkout-block {
    border-radius: 3px;
    margin-bottom: 13px;
    padding: 13px;
  }

  .card.checkout-block.order-summary {
    margin-top: 21px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .card.checkout-block.last {
    box-shadow: none;
    border-radius: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .card.checkout-block.last.side {
    padding-bottom: 21px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .card.checkout-block.top {
    border-radius: 3px;
    padding: 13px;
  }

  .card.cta-v1 {
    padding-top: 50px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.categories {
    order: -1;
    width: 100%;
    min-width: auto;
    max-width: none;
    padding: 13px;
    display: block;
  }

  .card.shop-perks {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .card.hero {
    padding: 50px 24px;
  }

  .card.hero.about {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.product-main-details {
    padding-bottom: 40px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .card.product-main-details.mob-hid {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .card.product-main-details.mob-not-hid {
    margin-bottom: 34px;
    padding-bottom: 13px;
    padding-left: 13px;
    padding-right: 13px;
    display: none;
  }

  .card.video---about {
    border-radius: 16px;
  }

  .card.blog-sidebar {
    padding: 30px 24px 34px;
  }

  .card.section-blog-post-content {
    margin-top: -15%;
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .card.card-contact-form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 13px;
  }

  .card.contact-links {
    border-radius: 5px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.not-found {
    padding: 65px 24px 67px;
  }

  .card.password-page {
    padding: 60px 24px;
  }

  .card.dropdown {
    border-style: none;
    padding-top: 13px;
    padding-bottom: 30px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.card-products-grid {
    grid-column-gap: 13px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.shop-grid {
    grid-column-gap: 12px;
    grid-row-gap: 34px;
    grid-template-columns: 1fr 1fr;
    padding: 0;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .divider._0px {
    margin-top: 0;
    margin-bottom: 0;
  }

  .divider._32px {
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .mg-bottom-16px {
    margin-bottom: 8px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .mg-bottom-32px {
    font-size: var(--13);
    line-height: var(--1-55em);
  }

  .mg-bottom-40px.show-on-mbl {
    width: 100%;
    margin-bottom: 13px;
  }

  .mg-bottom-64px {
    margin-bottom: 40px;
  }

  .mg-bottom-80px {
    margin-bottom: 60px;
  }

  .text-200.medium {
    font-size: 12px;
  }

  .display-1, .display-1.mg-bottom-10px {
    font-size: 34px;
  }

  .display-1.mg-bottom-10px.contact {
    color: var(--neutral--800);
    text-align: center;
    margin-bottom: 13px;
    font-size: 9vw;
  }

  .display-1.mg-bottom-4px.checkout.hidden {
    display: block;
  }

  .display-1.mg-bottom-4px.checkout.hidden.bot {
    margin-top: 13px;
    padding-left: 0;
    font-size: 21px;
  }

  .display-1.mg-bottom-4px.smaller {
    font-size: 25px;
  }

  .grid-1-column.gap-row-0 {
    grid-column-gap: 13px;
    flex-flow: column;
    width: 100%;
    padding: 0;
  }

  .grid-1-column.sidebar-sections {
    grid-template-columns: 1fr;
  }

  .grid-1-column.recent-post-grid, .grid-1-column.blog-grid {
    grid-row-gap: 50px;
  }

  .gap-row-80px {
    grid-row-gap: 60px;
  }

  .display-2 {
    font-size: 24px;
  }

  .display-3.mg-bottom-6px {
    letter-spacing: -1.01px;
    font-size: 25px;
    line-height: 1.21em;
  }

  .text-300.bold.mg-bottom-0.margin-bot {
    font-size: 21px;
  }

  .text-300.bold.mg-bottom-0.margin-bot.small.midd {
    text-align: center;
  }

  .text-300.color-neutral-600.mg-bottom-0 {
    width: auto;
    font-size: 15px;
  }

  .text-100.bold.larger {
    font-size: 13px;
  }

  .text-100.color-neutral-300 {
    font-size: 16px;
  }

  .text-link.text-decoration-none {
    font-size: 11px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.style---buttons-grid.app-buttons {
    justify-content: stretch;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

  .inner-container._828px.width-100 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .inner-container.section-blog-post-content-wrapper {
    max-width: 95%;
  }

  .inner-container.contact-link-icon {
    max-width: 35px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0 {
    width: 89%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.55em;
  }

  .mg-bottom-0.contact {
    text-align: center;
    width: 100%;
  }

  .mg-bottom-0.large {
    text-align: center;
    font-size: 21px;
    font-weight: 700;
  }

  .style---components-wrapper {
    border-radius: 15px;
  }

  .style-buttons-dark {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }

  .btn-primary {
    width: 100%;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.small.discount {
    width: 55px;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.black {
    border-radius: 21px 3px;
    height: 55px;
    font-size: 17px;
  }

  .btn-primary.top.dark {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .btn-primary.hero {
    margin-left: 0;
    margin-right: auto;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    min-height: 43px;
    padding-left: 13px;
    padding-right: 20px;
  }

  .input.small {
    font-size: 12px;
  }

  .input.large.button-inside {
    min-height: 54px;
  }

  .input.button-inside {
    min-height: 50px;
    margin-bottom: 16px;
  }

  .input.cart-quantity-input {
    margin-bottom: 13px;
  }

  .input.medium {
    border-radius: 3px;
    min-height: 43px;
    margin-bottom: 3px;
    font-size: 16px;
  }

  .input.medium::placeholder {
    color: #064c728c;
  }

  .input.medium.last {
    border-radius: 5px;
  }

  .input.search-inside-input {
    border-color: var(--system--blue-400);
    color: var(--neutral--800);
    background-color: #f7f9f5;
    font-size: 16px;
  }

  .input.search-inside-input:focus {
    border-color: var(--system--blue-300);
  }

  .input.search-inside-input::placeholder {
    color: #25272957;
  }

  .input.search-inside-input.small {
    background-color: var(--neutral--100);
    max-height: 55px;
  }

  .input.quantity {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-area {
    border-color: var(--neutral--400);
    box-shadow: none;
    border-radius: 5px;
    padding: 13px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
    line-height: 20px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
    line-height: 22px;
  }

  .checkbox {
    min-width: 22px;
    min-height: 22px;
  }

  .checkbox.large {
    min-width: 26px;
    min-height: 26px;
  }

  .radio-button-field-wrapper {
    font-size: 16px;
    line-height: 22px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
    line-height: 24px;
  }

  .radio-button {
    min-width: 22px;
    min-height: 22px;
  }

  .radio-button.large {
    min-width: 26px;
    min-height: 26px;
  }

  .social-icon-square {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .rich-text img {
    border-radius: 10px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .container-default {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: hidden;
  }

  .container-default.search {
    height: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .container-default._100 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-default.nav {
    height: auto;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .container-default.overflow {
    overflow: visible;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.small {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero {
    padding-top: 48px;
  }

  .section.hero.v1 {
    padding-top: 40px;
  }

  .section.hero.v2 {
    padding-top: 8px;
  }

  .section.hero.v3 {
    padding-top: 21px;
  }

  .section.hero.v4, .section.hero.v6, .section.hero.v7 {
    padding-top: 40px;
  }

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

  .section.top.checkout {
    line-height: 1.34em;
    overflow: hidden;
  }

  .section.hero-page {
    background-image: linear-gradient(180deg, var(--neutral--200) 73%, #064c728c 89%);
    padding-top: 144px;
    padding-bottom: 0;
  }

  .section.pd-120px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.breadcrumbs {
    justify-content: flex-start;
    align-items: center;
    margin-top: 31px;
    padding-top: 21px;
    padding-bottom: 21px;
    display: block;
  }

  .section.pd-160px, .section.pd-148px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .text-link-wrapper.white.text-100.caps {
    font-size: 3vw;
  }

  .heading-h1-size {
    font-size: 24px;
  }

  .heading-h2-size {
    font-size: 20px;
  }

  .heading-h4-size.mg-bottom-0 {
    margin-left: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.21em;
  }

  .heading-h6-size.color-neutral-100 {
    text-align: center;
    display: block;
  }

  .heading-h6-size.color-neutral-100.show {
    text-align: center;
  }

  .header-wrapper {
    border-bottom-right-radius: 21px;
    border-bottom-left-radius: 21px;
    height: auto;
    padding-top: 8px;
    padding-bottom: 0;
  }

  .header-content-wrapper.header-top {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .header-nav-menu-wrapper {
    border-bottom: 1px solid var(--system--blue-100);
    border-left: 1px solid var(--system--blue-100);
    border-bottom-left-radius: 34px;
    height: auto;
    min-height: auto;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-logo {
    object-fit: cover;
    border-radius: 666px;
    width: 95%;
    max-width: none;
    min-height: auto;
    max-height: 34px;
    margin-left: 0;
    margin-right: auto;
  }

  .header-logo-link {
    width: 100%;
    max-width: none;
  }

  .header-logo-link.w--current {
    max-width: 250px;
  }

  .hamburger-menu-wrapper {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    margin-left: 8px;
  }

  .hamburger-menu-bar.top, .hamburger-menu-bar.bottom {
    width: 15px;
  }

  .header-right-side {
    min-height: 34px;
  }

  .btn-circle-primary.small.search-btn-inside {
    background-color: var(--secondary--color-1);
    right: 2px;
  }

  .btn-circle-primary.small.search-btn-inside.smallerst {
    height: 100%;
    max-height: 89%;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-horizontal.children-wrap {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-horizontal.children-wrap.vert.left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.align-center.footer-bottom-logo-wrapper {
    justify-content: center;
    align-items: center;
    padding-right: 13px;
  }

  .flex-horizontal.align-center.header-top-links {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .flex-horizontal.header-menu {
    padding-top: 8px;
    padding-bottom: 3vw;
  }

  .flex-horizontal.children-wrapper---mbp {
    flex-wrap: wrap;
  }

  .footer-logo {
    width: 73%;
    height: auto;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-top {
    padding-bottom: 60px;
  }

  .error-message.cart-error {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .text-center.center.cont {
    margin-left: auto;
  }

  .accordion-title {
    margin-right: 10px;
  }

  .empty-state.cart-empty {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image.cover {
    margin-bottom: auto;
  }

  .image.cover.small {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }

  .image.cover.small._55 {
    max-height: 34px;
  }

  .divider-details.post {
    width: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-wrapper.order-item-image-wrapper {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .image-wrapper.border-radius-6px.blog-recent-post-image {
    align-self: stretch;
    min-width: 80px;
    max-width: 80px;
    margin-right: 15px;
  }

  .image-wrapper.border-radius-16px.product-link-image {
    min-width: 155px;
    min-height: 155px;
  }

  .image-wrapper.border-radius-16px.product-page {
    z-index: 2147483647;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .image-wrapper.border-radius-16px.blog-post-image {
    align-self: stretch;
    max-width: 100%;
    max-height: 250px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.card-video {
    min-height: 223px;
  }

  .image-wrapper.cart-item-image-wrapper {
    border-radius: 5px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  ._404-not-found {
    margin-bottom: 10px;
    font-size: 52px;
  }

  .cart-button {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--secondary--color-1);
    padding-left: 0;
    padding-right: 8px;
  }

  .cart-button.small.mob-hid {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    border-top-left-radius: 21px;
    border-bottom-right-radius: 21px;
  }

  .cart-quantity {
    width: 21px;
    min-width: 21px;
    height: 21px;
    min-height: 21px;
    margin-right: 0;
    font-size: 17px;
  }

  .cart-button-image {
    order: -1;
    max-width: 17px;
  }

  .cart-container {
    border-radius: 5px;
    margin: 21px 21px 55px;
  }

  .cart-header {
    padding: 21px 20px 13px;
  }

  .cart-list {
    max-height: 73svh;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cart-footer {
    background-color: var(--neutral--100);
    padding: 13px 20px 34px;
    position: static;
    inset: auto 0% 0%;
  }

  .cart-item-price {
    color: var(--neutral--600);
    font-size: 16px;
    line-height: 18px;
  }

  .cart-item-wrapper {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .cart-remove-link {
    margin-top: 0;
  }

  .checkout-form {
    border-radius: 8px;
  }

  .checkout-col-left {
    border-style: none;
    padding: 13px;
  }

  .checkout-col-right {
    padding: 21px 5vw 0;
  }

  .checkout-col-right.min-width {
    min-width: auto;
  }

  .checkout-block-header.indent {
    padding-left: 13px;
  }

  .checkout-block-content.pd-top-0px {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: 289px;
  }

  .shipping-method {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .order-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 8px 13px 8px 8px;
  }

  .order-list-price {
    margin-top: 0;
    margin-bottom: 8px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-option-item {
    line-height: 1.34em;
  }

  .order-item-content {
    margin-right: 0;
  }

  .checkout-column {
    margin-bottom: 24px;
  }

  .header-top-main-wrapper {
    justify-content: center;
    align-items: center;
    height: 25px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-v1-grid {
    grid-template-columns: 1fr;
  }

  .mg-bottom-34px {
    margin-bottom: 22px;
  }

  .big-text {
    font-size: 54px;
  }

  .links-divider {
    width: 100%;
    height: 1px;
    margin: 10px 0;
  }

  .header-search.hidden-on-mbl {
    display: block;
  }

  .card-product-content {
    padding: 13px;
  }

  .link-content-block.category-bottom {
    max-width: 80px;
  }

  .link-content-block.blog-post-featured, .link-content-block.blog-post-item {
    flex-direction: column;
    align-items: stretch;
  }

  .link-content-block.blog-recent-post {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .link-content-block.contact-link {
    text-align: center;
    flex-direction: column;
  }

  .position-absolute.card-video-btn {
    bottom: 20px;
    left: 20px;
  }

  .card-cta-v1-images {
    max-width: 260px;
  }

  .card-shop-perks-content {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .card-shop-perk {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .card-shop-perk._01 {
    justify-content: space-around;
    align-items: center;
    padding-top: 21px;
  }

  .card-shop-perk._02 {
    border-width: 1px 0;
    border-top-style: solid;
    border-top-color: var(--neutral--400);
    border-bottom-style: solid;
    border-bottom-color: var(--neutral--400);
    justify-content: space-around;
    align-items: center;
    min-width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .card-shop-perk._03 {
    justify-content: space-around;
  }

  .card-shop-perk-content {
    order: -1;
  }

  .footer-menu-grid {
    grid-template-columns: auto auto;
  }

  .footer-payments-grid.small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 5px 21px;
    display: grid;
  }

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

  .pagination {
    flex-flow: column;
  }

  .page-count {
    margin: 15px 0;
  }

  .product-images-wrapper {
    margin-bottom: 21px;
    padding-bottom: 0;
  }

  .product-information-wrapper.spaces.mob {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .product-main-details-wraper---01 {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .mg-bottom-53px.no-bot {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    overflow: hidden;
  }

  .mg-bottom-53px.no-bot.nono {
    margin-bottom: 0;
  }

  .add-cart-default-state {
    grid-template-columns: 1fr;
  }

  .popular-products-sidebar-image-wrapper {
    max-width: 70px;
  }

  .product-information-item-wrapper {
    flex-wrap: wrap;
  }

  .card-about-us-content {
    padding: 32px 24px;
  }

  .mg-top-37px {
    margin-top: 24px;
  }

  .border-radius-20px {
    border-radius: 10px;
  }

  .blog-recent-post-content {
    flex: 1;
    min-width: 135px;
  }

  .blog-post-content {
    max-width: 330px;
  }

  .pagination-blog {
    flex-flow: column;
  }

  .mg-bottom-26px.keep {
    margin-bottom: 26px;
  }

  .border-radius-26px {
    border-radius: 16px;
  }

  .contact-form-block {
    min-height: auto;
  }

  .contact-form {
    grid-row-gap: 12px;
  }

  .cart-item-content {
    margin-right: 0;
  }

  .cart-item-main-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .dropdown-categories-grid {
    grid-row-gap: 40px;
    border-radius: 8px;
    grid-template-columns: 1fr;
  }

  .dropdown-menu-grid {
    grid-template-columns: auto;
  }

  .header-nav-menu-wrapper---fade-top-mobile {
    height: 121px;
  }

  .hamburger-menu-icon-wrapper {
    grid-row-gap: 7px;
  }

  .dropdown-categories-title-wrapper.dropdown-dark.auto {
    display: block;
  }

  .dropdown-categories-title-wrapper.dropdown-dark.auto.show {
    margin-bottom: 0;
  }

  .mg-top-0px---tablet {
    margin-top: 0;
  }

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

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

  .home-screenshots-container {
    justify-content: center;
    align-items: flex-end;
    max-width: 100%;
    height: 377px;
    padding-top: 34px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .screenshoots-grid.column-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .screenshoots-grid.column-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: -189px;
  }

  .screenshot-image.image-9 {
    min-height: 113px;
  }

  .screenshot-image.image-7 {
    height: 144px;
  }

  .text-block-15 {
    font-size: 16px;
    line-height: 1.34em;
  }

  .counter {
    margin-bottom: 5px;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .counter.small {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .text-block-10 {
    line-height: 1.34em;
  }

  .text-block-9.small {
    line-height: 1em;
  }

  .text-block-9.small.lest {
    margin-top: -3px;
    font-size: 3vw;
  }

  .counterup {
    line-height: 1.34em;
  }

  .div-block-19 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .div-block-19.lighter {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .div-block-19._13 {
    flex-flow: row;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .a-detail-regular {
    font-size: var(--13);
  }

  .a-section-regular {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cell {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .cell-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .quick-stack {
    grid-row-gap: 13px;
  }

  .div-block-22 {
    background-color: var(--neutral--100);
    width: 100%;
    height: 89px;
    padding: 11px;
  }

  .logos-without-title {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .image-12 {
    margin-bottom: 8px;
  }

  .map {
    width: auto;
    max-width: 377px;
  }

  .plus-line, .plus-line.vertical {
    background-color: var(--neutral--700);
  }

  .expandable-top {
    height: 43px;
  }

  .expandable-single.categories {
    background-color: #11161a00;
    border-style: none;
    margin-bottom: 0;
    padding: 0;
  }

  .div-block-33 {
    display: flex;
  }

  .text-block-18 {
    padding-top: 13px;
  }

  .text-block-18.search {
    margin-left: 8px;
  }

  .field-label {
    margin-top: 8px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
  }

  .tab-link-tab-1.top, .tab-link-tab-1.top.w--current {
    padding-left: 13px;
    padding-right: 8px;
  }

  .tab-link-tab-1.bot {
    padding-left: 13px;
    padding-right: 7px;
    font-size: 15px;
  }

  .tab-link-tab-1.bot.w--current {
    padding-left: 13px;
  }

  .tabs-content {
    padding-left: 4px;
  }

  .button-2:hover {
    box-shadow: none;
  }

  .button-2:active {
    color: var(--light-green-73);
  }

  .button-2.w--ecommerce-pill-selected {
    box-shadow: 3px 3px 3px #0003;
  }

  .text-block-24 {
    font-size: 14px;
    line-height: 1.1em;
  }

  .div-block-38 {
    line-height: 1.1em;
  }

  .collection-list-4 {
    grid-column-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-40 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .link-block-3.nnot-100 {
    justify-content: center;
    align-items: flex-end;
  }

  .link-block-3.nnot-100.last {
    margin-bottom: 13px;
  }

  .text-block-28 {
    line-height: 1.34em;
  }

  .empty-state-3 {
    background-color: var(--neutral--300);
    border-radius: 8px;
  }

  .text-block-29 {
    line-height: 1.34em;
  }

  .tabs {
    display: none;
  }

  .collection-list-wrapper-6 {
    margin-bottom: 55px;
  }

  .image-21 {
    object-fit: contain;
    min-width: 155px;
    min-height: 155px;
  }

  .collection-item-2 {
    height: 100%;
  }

  .text-block-30 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .text-block-31.mob {
    margin-top: 34px;
    margin-bottom: 21px;
    font-weight: 500;
  }

  .div-block-50 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 8vw 5vw 5vw;
  }

  .section-2 {
    object-fit: cover;
    object-position: 50% 100%;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 73%;
    background-size: cover;
    height: 73svh;
    margin-top: -21px;
  }

  .container-3 {
    box-sizing: border-box;
    object-fit: cover;
    object-position: 50% 100%;
    justify-content: space-between;
    align-items: center;
  }

  .heading-2 {
    text-align: center;
    max-width: 17ch;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.13em;
  }

  .paragraph {
    color: var(--light-green-73);
    font-size: 12px;
  }

  .text-block-33 {
    color: var(--light-green-73);
    text-align: center;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.34em;
  }

  .text-block-33.dark {
    color: var(--system--blue-300);
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    font-size: 13px;
    font-weight: 500;
  }

  .text-block-33.dark.center {
    margin-bottom: 13px;
  }

  .div-block-51 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: var(--neutral--700);
    border-radius: 0;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .collection-list-7 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .button-3 {
    background-color: var(--white-13);
    border-style: none;
    width: 100%;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    box-shadow: 0 2px 20px #0003;
  }

  .button-3.w--current {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 11px;
  }

  .hero-heading-left {
    background-color: var(--neutral--300);
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .hero-heading-left.pad {
    padding-top: 0;
    padding-bottom: 34px;
  }

  .container-5 {
    flex-flow: column;
    max-width: none;
    display: flex;
  }

  .hero-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px none var(--system--blue-200);
    background-color: #fff;
    border-radius: 8px;
    order: 1;
    margin-top: -13px;
    margin-bottom: 0;
    padding: 89px 8vw 21px;
  }

  .hero-wrapper.bot {
    padding-top: 55px;
  }

  .hero-split {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
    order: 1;
    width: 100%;
    margin-bottom: 21px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-split.first {
    order: -1;
  }

  .margin-bottom-24px {
    margin-bottom: 0;
  }

  .margin-bottom-24px.bot {
    margin-bottom: 13px;
    font-size: 14px;
  }

  .button-primary {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    margin-top: 21px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.21px;
    display: flex;
  }

  .button-primary.mid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--system--blue-300);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    display: flex;
  }

  .button-primary.bot-mob {
    background-color: var(--system--blue-300);
    width: 73%;
    height: 43px;
    margin: 13px auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .shadow-two {
    object-fit: cover;
    border-radius: 5px;
    order: -1;
    width: 100%;
    height: 144px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.13em;
  }

  .heading-3.top {
    margin-top: 21px;
    font-weight: 700;
    line-height: 1.34em;
  }

  .heading-3.bot {
    margin-top: 21px;
  }

  .section-3 {
    border-radius: 0;
    height: auto;
    top: 91px;
  }

  .section-3.agri {
    top: 71px;
  }

  .section-3.commer {
    top: 68px;
  }

  .section-3.reside {
    top: 73px;
  }

  .text-block-36 {
    font-size: 21px;
    font-weight: 500;
    line-height: 1.55em;
  }

  .div-block-53 {
    width: auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .team-circles {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .centered-heading {
    margin-bottom: 21px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.34em;
  }

  .team-grid {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .team-card {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .team-member-image {
    width: 34px;
    height: 34px;
  }

  .team-member-name {
    font-size: 17px;
    line-height: 1.13em;
  }

  .paragraph-2 {
    font-size: 12px;
    line-height: 1.55em;
  }

  .title.h4-size {
    font-size: 16px;
  }

  .title.steps {
    text-align: center;
    margin-bottom: 35px;
    font-weight: 700;
  }

  .section-5 {
    background-size: contain;
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .container-default-2 {
    padding-left: 5vw;
    padding-right: 5vw;
    overflow: visible;
  }

  .step-tab-link {
    flex-flow: row;
    padding: 20px 25px;
  }

  .step-number {
    margin-bottom: 10px;
  }

  .div-block-54 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .text-span-11 {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
    display: block;
  }

  .button-4 {
    padding-left: 8px;
  }

  .image-23 {
    width: 34%;
    height: 89px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-56 {
    margin-left: 0;
  }

  .div-block-57 {
    grid-column-gap: 21px;
    grid-row-gap: 34px;
    background-color: #f7f9f500;
    border-radius: 8px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    padding: 21px;
    display: flex;
  }

  .text-block-38 {
    max-width: none;
    font-weight: 500;
    line-height: 1.55em;
  }

  .div-block-58 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 8vw;
    font-weight: 700;
    line-height: 1.13em;
  }

  .div-block-59 {
    order: 1;
    margin-top: 21px;
    margin-bottom: 21px;
    padding: 52px 8vw;
  }

  .container-6.mob {
    padding-bottom: 0;
  }

  .container-7 {
    border-radius: 0;
  }

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

  .div-block-61 {
    z-index: 999;
    border: 1px solid var(--neutral--500);
    background-color: var(--neutral--400);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .paragraph-3 {
    line-height: 1.55em;
  }

  .div-block-62 {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    line-height: 1.55em;
  }

  .div-block-63 {
    width: auto;
  }

  .collection-list-wrapper-9 {
    display: flex;
  }

  .div-block-66 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50% 100%;
    background-size: cover;
    width: 100%;
    height: 100%;
    margin-top: -21px;
    margin-bottom: -21px;
    display: block;
  }

  .text-field {
    margin-bottom: 8px;
  }

  .submit-button {
    height: 43px;
  }

  .image-29.contact {
    border-radius: 5px;
    width: 89px;
    min-width: 89px;
    height: 89px;
    max-height: 89px;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-73 {
    max-width: 277px;
  }

  .field-label-6, .field-label-7 {
    font-size: 13px;
  }

  .rl_menu-icon_line-bottom {
    background-color: var(--neutral--700);
    border-radius: 5px;
    height: 3px;
    font-size: 13px;
  }

  .rl_menu-icon_line-middle {
    background-color: var(--neutral--700);
    border-radius: 5px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .rl_menu-icon_line-top {
    background-color: var(--neutral--700);
    border-radius: 5px;
    height: 3px;
  }

  .rl_navbar5_item-title {
    font-size: 15px;
  }

  .rl_navbar5_large-item-content {
    margin-top: 1rem;
  }

  .rl_navbar5_blog-item {
    flex-direction: column;
    display: flex;
  }

  .rl_navbar5_dropdown-column-text {
    margin-top: 13px;
    font-size: 16px;
  }

  .rl_navbar5_dropdown-content-right {
    margin-top: 13px;
    padding: 13px;
  }

  .rl_navbar5_text-small {
    font-size: 13px;
  }

  .rl_navbar5_icon {
    max-height: 13px;
  }

  .rl_navbar5_dropdown-link {
    padding-left: 0;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: 13px;
  }

  .rl_navbar5_dropdown-link-list.no-bot {
    margin-bottom: 0;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding: 21px;
  }

  .rl_navbar5_dropdown-content-left._2 {
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rl_navbar5_dropdown-content {
    overflow: auto;
  }

  .rl_navbar5_container {
    flex: 1;
    min-width: 100%;
    max-width: none;
  }

  .rl_navbar5_dropdown-list.w--open {
    border: 1px solid var(--neutral--500);
    box-shadow: none;
    border-radius: 5px;
    max-height: 55vh;
    padding: 0;
    overflow: auto;
  }

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

  .rl-dropdown-icon {
    position: static;
  }

  .rl_navbar5_dropdown-toggle {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    border-bottom: 1px solid var(--neutral--400);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .rl_navbar5_dropdown-toggle:hover {
    transform: none;
  }

  .rl_navbar5_menu-dropdown {
    align-self: flex-start;
    overflow: visible;
  }

  .rl_navbar5_link {
    margin-left: 0;
    font-size: 18px;
  }

  .rl_navbar5_link:hover {
    transform: none;
  }

  .rl_navbar5_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rl_navbar5_menu {
    background-color: var(--neutral--200);
    box-shadow: 0 2px 5px 0 var(--general--shadow-01);
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_navbar5_logo {
    width: auto;
    max-width: 89%;
    height: 37px;
    max-height: 37px;
    margin-right: auto;
    overflow: visible;
  }

  .rl_navbar5_logo-link {
    object-fit: contain;
    max-height: 37px;
  }

  .rl_navbar5_logo-link.w--current {
    width: 100%;
    max-width: 233px;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .rl_navbar5_component {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    min-height: 4rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-80 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-left: auto;
  }

  .remove-button {
    height: 21px;
  }

  .div-block-82.contact-page {
    flex-flow: column;
    padding: 13px;
  }

  .heading-5.cats {
    margin-bottom: 21px;
    font-size: 28px;
    font-weight: 700;
  }

  .div-block-84 {
    order: 2147483647;
  }

  .logo2_logo-list {
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .rl-container-large {
    max-width: 100%;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .div-block-85 {
    margin-bottom: 34px;
  }

  .div-block-87 {
    height: 144px;
    min-height: 144px;
    padding: 0 0 13px;
  }

  .heading-6 {
    font-weight: 500;
  }

  .image-36 {
    order: 1;
    display: none;
  }

  .div-block-88 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .collection-list-9 {
    grid-template-columns: 1fr 1fr;
  }

  .image-37 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    min-height: 89px;
    max-height: 89px;
  }

  .div-block-91 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .search-2 {
    width: 100%;
  }

  .collection-list-10 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .div-block-92 {
    display: none;
  }

  .div-block-93 {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .image-38 {
    max-height: 21px;
    margin-top: 13px;
    margin-bottom: -13px;
  }

  .text-span-17 {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 13px;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 1.34em;
  }

  .div-block-95 {
    order: 1;
  }

  .div-block-96 {
    flex-flow: column;
    display: flex;
  }

  .text-span-18 {
    font-size: 21px;
  }

  .text-block-42 {
    padding-left: 55px;
    padding-right: 55px;
    font-size: 13px;
  }

  .section-8 {
    height: 73px;
  }

  .div-block-99 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .image-43 {
    border-radius: 5px;
    max-width: 121%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-44 {
    font-size: 3.5vw;
  }

  .text-block-45 {
    font-size: 3.4vw;
  }

  .image-46 {
    display: block;
  }
}

#w-node-f62acb15-d114-0ab2-e7f1-f35888d99601-e385044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9acd810f-2878-d26c-4a6d-bba21af4ca48-e385044c {
  align-self: start;
}

#w-node-_9dc94115-2b29-0a2b-bb0a-917a7d7c6a0c-e385044c, #w-node-_91434df0-29a1-589b-12ef-f1d28fa63a0a-e385044c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_03d1f47f-5e11-115e-805e-5fd6c66f871d-e385044c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_03d1f47f-5e11-115e-805e-5fd6c66f871f-e385044c {
  align-self: stretch;
}

#w-node-a30ed5b6-08f2-4025-e54e-b8f38245132a-824512a5, #w-node-a30ed5b6-08f2-4025-e54e-b8f382451336-824512a5, #w-node-a30ed5b6-08f2-4025-e54e-b8f382451339-824512a5, #w-node-a30ed5b6-08f2-4025-e54e-b8f38245133b-824512a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e1d-5dae7e1b, #w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e23-5dae7e1b {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f38ec180-c6dd-ed32-32e1-63c5ade06e3f-ade06e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2bc72973-3a88-2182-9440-e2e233f68982-ade06e3f, #w-node-b8479156-7a92-e551-68a1-316720e371c2-ade06e3f, #w-node-f38ec180-c6dd-ed32-32e1-63c5ade06e76-ade06e3f, #w-node-ab17a8ac-41d9-f314-8902-7f1d97b9425b-ade06e3f, #w-node-f38ec180-c6dd-ed32-32e1-63c5ade06e90-ade06e3f, #w-node-_24385eb3-fa09-0e66-f624-6f93ac8576c7-37a29e44, #w-node-_24385eb3-fa09-0e66-f624-6f93ac8576e2-37a29e44, #w-node-_24385eb3-fa09-0e66-f624-6f93ac8576fd-37a29e44, #w-node-_24385eb3-fa09-0e66-f624-6f93ac857718-37a29e44 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e7ca300-1c81-b667-66cd-40fda55f2f81-e3850455 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e7ca300-1c81-b667-66cd-40fda55f2f82-e3850455, #w-node-_3e7ca300-1c81-b667-66cd-40fda55f2f85-e3850455, #w-node-_3e7ca300-1c81-b667-66cd-40fda55f2f95-e3850455, #w-node-_14824703-247a-e92d-bbac-240be773be47-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee6639a9-8c95-9273-d554-e386095620f7-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_6c81b986-0129-06cb-7815-7f31498d5f60-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9a444e76-98df-a20e-284e-376d48323594-e3850457, #w-node-ba4be4ac-5c6a-85d1-e9d4-e77bf69abe90-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e572a796-020b-c8b0-f134-512c15a16019-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7337b79a-41b0-833c-5815-50ffb900395f-e3850457, #w-node-_67c34eb4-ad18-3719-1f7a-104080362a4b-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e410ca4-1767-fcff-4bc9-220867f6e822-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a586aefb-67e9-fb5b-9ff4-c163b312a46d-e3850457, #w-node-_5201506d-54cd-3afa-f0d9-52462c92c3bf-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a3ae288f-7680-c055-480c-16bb489ea426-e3850457 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_152f8a00-1993-fdc4-ae68-591eb7a9bf20-e3850457 {
  justify-self: end;
}

#w-node-bf868edd-c21d-0403-160e-21c064661b6b-3f32bb9d, #w-node-bf868edd-c21d-0403-160e-21c064661b6c-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef75043b-a1a0-3116-6459-5fba9d41898d-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_073dd9ce-7567-6244-5c47-022246652ac2-3f32bb9d, #w-node-_073dd9ce-7567-6244-5c47-022246652af8-3f32bb9d, #w-node-_073dd9ce-7567-6244-5c47-022246652aa7-3f32bb9d, #w-node-_073dd9ce-7567-6244-5c47-022246652add-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b2fa040-d53c-567c-c0b4-1dafc28ff233-3f32bb9d {
  justify-self: stretch;
}

#w-node-cc74aa58-4f94-e654-654d-ad2268763eb4-3f32bb9d, #w-node-a760f8fd-7762-0669-ab7a-8d00c17af77d-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc74aa58-4f94-e654-654d-ad2268763eb8-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_042641e9-dfcf-5867-0ccf-500764a6ec3c-3f32bb9d, #w-node-_042641e9-dfcf-5867-0ccf-500764a6ec3e-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_042641e9-dfcf-5867-0ccf-500764a6ec43-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_51607106-2ce1-c084-95de-2a3266b05f2b-3f32bb9d, #w-node-_51607106-2ce1-c084-95de-2a3266b05f2d-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51607106-2ce1-c084-95de-2a3266b05f32-3f32bb9d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d9666ddf-338a-71ad-7e03-0637dcf67958-e3850459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bfdff6cd-5d1d-ac84-dec0-3a27607491cf-e3850459 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_51bb1e2d-5028-b697-e898-adfb3d90c2fc-e385045f, #w-node-cfbb0776-1443-5d09-6ec6-d912ab61be34-e385045f, #w-node-_5b6e5066-8ebb-6b53-defb-b3941268bdbf-e385045f, #w-node-_17c4bc3e-cbcd-0039-6385-548b59e88d26-e385045f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d12dc8dc-fed4-4f5f-f2b7-9983a4763321-e385045f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8275cefc-d005-1fa2-8a66-5a03388872b2-e385045f {
  justify-self: start;
}

#w-node-_9738e9e7-96b0-d94f-459e-0497381999a8-e385045f {
  align-self: center;
}

#w-node-_26161a1d-5c72-eb79-0aeb-d7810c8a7d5f-e3850463, #w-node-_57ecb0b8-64f4-b12b-43ea-2b34e7a89f8d-e3850463 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80fb301a-4526-96b0-e38a-8c57f7eb8bd4-e3850463 {
  align-self: stretch;
}

#w-node-_8fcc6ef1-2e82-7360-c59a-1890095b5556-e3850464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8fcc6ef1-2e82-7360-c59a-1890095b5572-e3850464 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_86167b49-a6fd-b076-35a6-6bb0969b00fa-e3850465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_86167b49-a6fd-b076-35a6-6bb0969b00bb-e3850465, #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00c0-e3850465, #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00c2-e3850465, #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00c5-e3850465, #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00d5-e3850465, #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00d8-e3850465, #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00e8-e3850465, #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00eb-e3850465 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d2278af9-4444-9396-57ad-b63585dcc22a-e3850465 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ccef8cf4-022b-f1e2-ea1d-8c6655f743c5-e3850466, #w-node-_3290f604-3f77-2d03-a3eb-217671caf72b-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_863c2d58-59db-346d-73c0-bfa9410fee59-e3850466 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: end;
}

#w-node-bbbc2c79-5b1f-dd80-a430-e2bbebf8d410-e3850466, #w-node-_4c73f8ea-c1b9-268f-5d60-690553a89134-e3850466, #w-node-_524cf6fc-29d5-2ee3-5a5a-353496ed8d09-e3850466, #w-node-_524cf6fc-29d5-2ee3-5a5a-353496ed8d0e-e3850466, #w-node-_5e5d4818-2117-27c0-a857-2be34114ab7d-e3850466, #w-node-_5e5d4818-2117-27c0-a857-2be34114ab82-e3850466, #w-node-_58aa7134-fa2b-29f5-50b5-09147192b546-e3850466, #w-node-_58aa7134-fa2b-29f5-50b5-09147192b54b-e3850466, #w-node-_6676e54f-529f-f47a-0eed-a23390fb3446-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd660e3f-3998-fa57-f79e-a02e779121eb-e3850466 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84981bfb-d123-ede8-3495-39b74565820b-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_84981bfb-d123-ede8-3495-39b74565820e-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8b0d5832-c88e-583f-6999-d13d114c9713-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-edc911ef-3257-6e87-2b30-fa5d2e521932-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e75306c-5165-7426-e4dc-4b2b138a62fb-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e75306c-5165-7426-e4dc-4b2b138a62fe-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d0632ec0-8b71-4d7b-720b-895fe0b497f6-e3850466, #w-node-d0632ec0-8b71-4d7b-720b-895fe0b497f9-e3850466, #w-node-b95b3b67-305b-f9d2-50d9-786799b52976-e3850466, #w-node-_58d23823-65b5-af24-717e-c85984b8d8cc-e3850466, #w-node-b9e8eae6-5eb3-73ff-4456-3c2f7a284329-e3850466, #w-node-_42603752-1c14-3464-bc4a-a69ae4998132-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92adf2-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92adf7-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92adfa-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92adff-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae02-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae07-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae0a-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae0f-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae14-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae22-e3850466 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae29-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae31-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae34-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae39-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae3c-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae41-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae44-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46e18aa4-5902-921f-f475-c26c7eceb7f3-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8c7f-e3850466 {
  grid-area: span 4 / span 1 / span 4 / span 1;
  justify-self: end;
}

#w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8c9f-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ca4-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ca7-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8cac-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8caf-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8cb4-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8cb7-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8cbc-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8cc1-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ccf-e3850466 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02b25cdf-2465-7a56-e2a2-ef417fa2c604-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02b25cdf-2465-7a56-e2a2-ef417fa2c607-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2f4fc7bc-160f-9cab-4bba-df09ffc9fa27-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f4fc7bc-160f-9cab-4bba-df09ffc9fa2a-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8cdd-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ce0-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ce5-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ce8-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8cf4-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8d02-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8d03-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8d05-e3850466, #w-node-_6b83548f-387d-6a70-1f05-f377ee77c767-e3850466, #w-node-_6b83548f-387d-6a70-1f05-f377ee77c76a-e3850466, #w-node-_6b83548f-387d-6a70-1f05-f377ee77c76c-e3850466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b83548f-387d-6a70-1f05-f377ee77c771-e3850466 {
  align-self: stretch;
}

#w-node-ad0de78d-7666-eb16-955d-0649f9019306-e38504e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-e38504e3 {
  align-self: stretch;
}

#w-node-_4a2f4212-03f7-4451-ee41-15e87ff55d9f-e38504fe, #w-node-_92ff3aa5-dfde-70c5-e260-2205809681ae-e38504fe, #w-node-_3987af59-d1aa-2000-652c-84e6cf68e52a-e38504fe, #w-node-_3987af59-d1aa-2000-652c-84e6cf68e53d-e38504fe, #w-node-_83ce7337-4fda-1a56-64e0-866b374fea91-e38504fe, #w-node-_83ce7337-4fda-1a56-64e0-866b374fea94-e38504fe, #w-node-df509eeb-42e2-124e-4ae9-9a50245a130d-e38504fe, #w-node-df509eeb-42e2-124e-4ae9-9a50245a1310-e38504fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a11a36a8-407a-acd1-989c-5f0bc879fa6d-e38504fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-b5bc674c-f6c7-1c77-ea86-ea750104996f-6668491d, #w-node-b5bc674c-f6c7-1c77-ea86-ea750104997a-6668491d, #w-node-b5bc674c-f6c7-1c77-ea86-ea7501049984-6668491d, #w-node-b5bc674c-f6c7-1c77-ea86-ea750104998e-6668491d, #w-node-b5bc674c-f6c7-1c77-ea86-ea7501049998-6668491d, #w-node-b5bc674c-f6c7-1c77-ea86-ea75010499a2-6668491d, #w-node-_9bfe402b-efe3-9140-49fb-10148a0648e1-6668491d, #w-node-_9bfe402b-efe3-9140-49fb-10148a0648e5-6668491d, #w-node-_9bfe402b-efe3-9140-49fb-10148a0648e9-6668491d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9bfe402b-efe3-9140-49fb-10148a0648f1-6668491d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9bfe402b-efe3-9140-49fb-10148a0648f5-6668491d {
  justify-self: start;
}

#w-node-_9bfe402b-efe3-9140-49fb-10148a0648f6-6668491d {
  align-self: center;
}

#w-node-e2b210fb-406e-e1ab-5378-03240380e5ec-0380e552, #w-node-e2b210fb-406e-e1ab-5378-03240380e607-0380e552, #w-node-e2b210fb-406e-e1ab-5378-03240380e622-0380e552, #w-node-e2b210fb-406e-e1ab-5378-03240380e63d-0380e552 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-b5bc674c-f6c7-1c77-ea86-ea750104997a-6668491d, #w-node-b5bc674c-f6c7-1c77-ea86-ea7501049984-6668491d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0666144b-a6af-451a-12d2-c62a39cbcbde-824512a5 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e23-5dae7e1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e29-5dae7e1b {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-bd648efe-afb3-2d07-144d-68232398619e-ade06e3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_14824703-247a-e92d-bbac-240be773be47-e3850457, #w-node-ee6639a9-8c95-9273-d554-e386095620f7-e3850457, #w-node-_6c81b986-0129-06cb-7815-7f31498d5f60-e3850457 {
    justify-self: center;
  }

  #w-node-bd660e3f-3998-fa57-f79e-a02e779121eb-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae22-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ccf-e3850466 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a30ed5b6-08f2-4025-e54e-b8f382451336-824512a5 {
    justify-self: center;
  }

  #w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e29-5dae7e1b {
    order: -9999;
  }

  #w-node-_36b3db2c-b9c1-3d5b-01a7-49ac04c4794d-04c4793c, #w-node-_36b3db2c-b9c1-3d5b-01a7-49ac04c47973-04c4793c {
    justify-self: center;
  }

  #w-node-f38ec180-c6dd-ed32-32e1-63c5ade06e3f-ade06e3f {
    order: 9999;
    grid-column: span 2 / span 2;
  }

  #w-node-f6371c66-f13a-42f4-f044-739237a29e56-37a29e44, #w-node-e2dfdb55-af2a-a5e9-d3ef-c029a88c4599-37a29e44, #w-node-_3e7ca300-1c81-b667-66cd-40fda55f2f11-e3850455 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-_9a444e76-98df-a20e-284e-376d48323594-e3850457 {
    order: 9999;
  }

  #w-node-a3ae288f-7680-c055-480c-16bb489ea426-e3850457 {
    justify-self: auto;
  }

  #w-node-_875e0444-c682-4f74-0fea-0d0e3f32bbaf-3f32bb9d {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-d12dc8dc-fed4-4f5f-f2b7-9983a4763321-e385045f {
    grid-column: span 1 / span 1;
  }

  #w-node-_86167b49-a6fd-b076-35a6-6bb0969b00bb-e3850465 {
    order: 9999;
  }

  #w-node-_863c2d58-59db-346d-73c0-bfa9410fee59-e3850466 {
    grid-row: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-bd660e3f-3998-fa57-f79e-a02e779121eb-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae22-e3850466 {
    grid-column: span 2 / span 2;
  }

  #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8c7f-e3850466 {
    grid-row: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ccf-e3850466 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4a2f4212-03f7-4451-ee41-15e87ff55d9f-e38504fe {
    order: 9999;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-e3850501, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-e3850501, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-e3850501, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-e3850501, #w-node-_6456de9b-d527-633e-7407-642af39a9c91-e3850501, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-e3850501, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-e3850501, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-e3850501, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-e3850501, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-e3850501, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-e3850501, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-e3850501, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-e3850501, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-e3850501, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-e3850501, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-e3850501, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-e3850501, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-e3850501, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-e3850501, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-e3850501, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-e3850501, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-e3850501, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-e3850501, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-e3850501, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-e3850501, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-e3850501, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-e3850501 {
    order: -9999;
  }

  #w-node-_9bfe402b-efe3-9140-49fb-10148a0648f1-6668491d {
    grid-column: span 1 / span 1;
  }

  #w-node-e2b210fb-406e-e1ab-5378-03240380e556-0380e552 {
    order: -9999;
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1757b085-9c86-90c7-ef17-1a71c6f7c93f-824512a5, #w-node-_0666144b-a6af-451a-12d2-c62a39cbcbde-824512a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e23-5dae7e1b {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e24-5dae7e1b {
    order: -9999;
  }

  #w-node-bac70f5d-f59d-d6d5-64c5-6e505dae7e29-5dae7e1b, #w-node-f38ec180-c6dd-ed32-32e1-63c5ade06e3f-ade06e3f {
    grid-column: span 1 / span 1;
  }

  #w-node-e2dfdb55-af2a-a5e9-d3ef-c029a88c45b1-37a29e44, #w-node-_3e7ca300-1c81-b667-66cd-40fda55f2f03-e3850455, #w-node-_875e0444-c682-4f74-0fea-0d0e3f32bba1-3f32bb9d {
    justify-self: stretch;
  }

  #w-node-bd660e3f-3998-fa57-f79e-a02e779121eb-e3850466, #w-node-_8e9c1285-9ec2-46ea-b81c-3c496a92ae22-e3850466, #w-node-f5f0d781-2a8b-f37d-ed4f-8d14db2a8ccf-e3850466 {
    grid-column: span 1 / span 1;
  }

  #w-node-e2b210fb-406e-e1ab-5378-03240380e56e-0380e552 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Icons Custom Shopwave Template';
  src: url('../fonts/icons-arrows-shopwave-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/cerapro-medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/cerapro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hauora';
  src: url('../fonts/hauora-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/cera-pro-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Cerapro';
  src: url('../fonts/cera-pro-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}