@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: Claritycity;
  src: url('../fonts/ClarityCity-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-ExtraBold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Claritycity;
  src: url('../fonts/ClarityCity-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--600: dimgrey;
  --neutral--800: #070707;
  --accent--primary-1: #ff3434;
  --neutral--100: white;
  --neutral--300: #f0f0f0;
  --general--shadow-01: #14142b0f;
  --neutral--200: #f6f6f6;
  --neutral--700: #393939;
  --neutral--400: #d6d6d6;
  --neutral--500: #919191;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: #00000014;
  --general--shadow-03: #0000001a;
  --general--shadow-04: #20202024;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #0000003d;
  --button-shadow--color-01: #1f1f1f17;
  --button-shadow--color-2: #1f1f1f;
  --button-shadow--color-03: #1f1f1f14;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-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-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .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-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

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

h1 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.222em;
}

h2 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.316em;
}

h3 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

h4 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.375em;
}

p {
  margin-bottom: 16px;
}

a {
  color: var(--accent--primary-1);
  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: 16px;
}

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

label {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-weight: 700;
  display: block;
}

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

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 140px 80px;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.545em;
}

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

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

.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.form {
  grid-column-gap: 40px;
  grid-row-gap: 42px;
}

.grid-2-columns.title-and-categories {
  grid-template-columns: .6fr 1fr;
  margin-bottom: 80px;
}

.grid-2-columns.template-page-sidebar {
  grid-column-gap: 40px;
  grid-template-columns: .35fr 1fr;
  align-items: start;
}

.grid-2-columns.changelog-item {
  grid-column-gap: 60px;
  border-bottom: 1px solid var(--neutral--300);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.grid-2-columns.checkout-page {
  grid-template-columns: 1fr .4fr;
  align-items: start;
}

.grid-2-columns.gap-column-0 {
  grid-column-gap: 0px;
  grid-row-gap: 28px;
}

.grid-2-columns.gap-column-0.gap-row-64px {
  grid-column-gap: 0px;
  grid-row-gap: 64px;
}

.grid-2-columns._1-25fr---1fr {
  grid-template-columns: 1.25fr 1fr;
}

.grid-2-columns.gap-row-0 {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
}

.grid-2-columns._2-25fr---1fr {
  grid-template-columns: 2.25fr 1fr;
}

.grid-2-columns._1-3fr---1fr {
  grid-template-columns: 1.3fr 1fr;
}

.grid-2-columns.gap-column-48px.gap-row-100px {
  grid-column-gap: 48px;
  grid-row-gap: 100px;
}

.grid-2-columns.locations-map {
  z-index: 1;
  grid-column-gap: 28px;
  grid-row-gap: 40px;
  align-items: start;
  width: 62%;
  max-width: 782px;
  position: absolute;
  top: 56px;
  left: 56px;
}

.grid-2-columns.suprises-pages-right {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1.25fr;
  margin-bottom: 124px;
}

.grid-2-columns.suprises-pages-right.last {
  margin-bottom: 0;
}

.grid-2-columns.suprises-pages-left {
  grid-column-gap: 100px;
  grid-template-columns: 1.25fr 1fr;
  margin-bottom: 124px;
}

.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--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 7px 0 var(--general--shadow-01);
}

.card.sticky-top.top-24px {
  top: 24px;
}

.card.checkout-block {
  margin-bottom: 28px;
  padding: 32px 32px 48px;
}

.card.checkout-block.order-summary {
  padding-bottom: 40px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.text-over-image-link {
  z-index: 1;
  background-color: var(--neutral--800);
  box-shadow: none;
  border-style: none;
  flex-direction: column;
  min-height: 404px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.text-over-image {
  box-shadow: none;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  min-height: 598px;
  display: flex;
  position: relative;
}

.card.testimonial {
  padding: 58px 38px 64px;
}

.card.product {
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  padding: 52px 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 12px #00000014;
}

.card.product.dark {
  border-color: var(--neutral--700);
  background-color: var(--neutral--800);
  box-shadow: none;
}

.card.product.mg-top-84px-desktop {
  margin-top: 84px;
}

.card.team-member {
  background-color: var(--neutral--800);
  box-shadow: none;
  transition-property: none;
  position: relative;
  overflow: hidden;
}

.card.team-member:hover {
  color: var(--accent--primary-1);
}

.card.add-to-cart {
  z-index: 3;
  border-color: var(--neutral--400);
  box-shadow: none;
  max-width: 512px;
  margin-top: -500px;
  padding: 72px 44px 64px;
  position: sticky;
  top: 16px;
}

.card.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1.35fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card.password-protected {
  z-index: 1;
  text-align: center;
  max-width: 700px;
  margin-left: 24px;
  margin-right: 24px;
  padding: 82px 78px;
  position: relative;
}

.style---color-block {
  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.our-numbers {
  grid-template-columns: auto auto auto auto;
}

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

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

.bg-neutral-800.bottom-48 {
  z-index: -1;
  position: absolute;
  inset: 0% 0% 48%;
}

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

.bg-neutral-100.top-72 {
  position: absolute;
  inset: 72% 0 0;
}

.bg-neutral-100.top-48 {
  inset: 48% 0 0;
  position: absolute;
  inset: 48% 0 0;
}

.bg-neutral-100.top-70 {
  position: absolute;
  inset: 70% 0 0;
}

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

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

.color-accent-1 {
  color: var(--accent--primary-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);
}

.color-neutral-100.text-center.mg-bottom-0 {
  opacity: .8;
}

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

.color-neutral-400.mg-bottom-40px {
  margin-bottom: 20px;
}

.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._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

.divider._64px.template-pages-start-here {
  margin-bottom: 40px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider.subtitle {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 170px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 22px;
}

.divider.subtitle.white {
  background-color: var(--neutral--100);
}

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

.divider.link {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

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

.divider.footer-title {
  background-color: var(--accent--primary-1);
  width: 100%;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 14px;
}

.divider.newsletter {
  background-color: var(--accent--primary-1);
  width: 100%;
  max-width: 170px;
  height: 4px;
  margin-top: 0;
  margin-bottom: 12px;
}

.divider.contact-info {
  width: 100%;
  max-width: 204px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mg-right-24px {
  max-width: 24px;
  margin-right: 24px;
}

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

.text-200 {
  line-height: 1.111em;
}

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

.text-200.black {
  font-weight: 900;
}

.text-200.black.dropdown-title {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.text-200.black.text-uppercase {
  letter-spacing: .06em;
}

.display-1 {
  color: var(--neutral--800);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 80px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
}

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

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

.grid-1-column.dropdown-link-column {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  justify-items: start;
}

.grid-1-column.gap-row-0 {
  grid-row-gap: 0px;
  grid-template-columns: minmax(100%, 1fr);
}

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

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

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

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

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

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

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

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

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

.display-2 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 54px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.204em;
}

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

.display-3 {
  color: var(--neutral--800);
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 44px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.182em;
}

.display-4 {
  color: var(--neutral--800);
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.429em;
}

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

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

.text-400 {
  font-size: 24px;
  line-height: 1.083em;
}

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

.text-400.black {
  font-weight: 900;
}

.text-300 {
  font-size: 20px;
  line-height: 1.1em;
}

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

.text-300.black {
  font-weight: 900;
}

.text-100 {
  font-size: 16px;
  line-height: 1.125em;
}

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

.text-100.black {
  font-weight: 900;
}

.text-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

.text-bold.color-neutral-100 {
  color: var(--neutral--100);
  font-weight: 700;
}

.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._1-col-tablet.gap-row-40px {
  grid-column-gap: 28px;
  grid-row-gap: 40px;
}

.grid-3-columns._3-col-tablet.gap-row-64px.chartgrid {
  grid-column-gap: 100px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

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

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

.grid-3-columns.stats-left {
  grid-column-gap: 56px;
  grid-row-gap: 28px;
  background-color: #0000;
  grid-template-columns: auto auto auto;
  max-width: 1054px;
  margin-right: 100px;
  padding-top: 60px;
  padding-bottom: 14px;
}

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

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

.style---shadow-card.button-shadow-color-02 {
  box-shadow: 0 6px 20px #1f1f1f12;
}

.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._740px {
  max-width: 740px;
}

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

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

.inner-container._460px {
  max-width: 460px;
}

.inner-container._900px {
  max-width: 900px;
}

.inner-container._700px {
  max-width: 700px;
}

.inner-container._640px {
  max-width: 640px;
}

.inner-container._968px {
  max-width: 968px;
}

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

.inner-container._760px {
  max-width: 760px;
}

.inner-container._560px {
  max-width: 560px;
}

.inner-container._594px {
  max-width: 594px;
}

.inner-container._670px {
  max-width: 670px;
}

.inner-container._604px {
  max-width: 604px;
}

.inner-container._678px {
  max-width: 678px;
}

.inner-container._368px {
  max-width: 368px;
}

.inner-container._290px {
  max-width: 290px;
}

.inner-container._396px {
  max-width: 396px;
}

.inner-container._638px {
  max-width: 638px;
}

.inner-container._876px {
  max-width: 876px;
}

.inner-container._546px {
  max-width: 546px;
}

.inner-container._340px {
  max-width: 340px;
}

.inner-container._704px {
  max-width: 704px;
}

.inner-container._794px {
  max-width: 794px;
}

.inner-container._730px {
  max-width: 730px;
}

.inner-container._540px {
  max-width: 540px;
}

.inner-container._270px {
  max-width: 270px;
}

.inner-container._692px {
  max-width: 692px;
}

.inner-container._692px.transform-top--16px {
  transform: translate(0, -16px);
}

.inner-container._836px {
  max-width: 836px;
}

.inner-container._962px {
  max-width: 962px;
}

.inner-container._160px {
  max-width: 160px;
}

.inner-container._910px {
  max-width: 910px;
}

.inner-container._870px {
  max-width: 870px;
}

.inner-container._680px {
  max-width: 680px;
}

.inner-container._970px {
  max-width: 970px;
}

.inner-container._1015px {
  max-width: 1015px;
}

.inner-container._840px {
  max-width: 840px;
}

.inner-container._585px {
  max-width: 585px;
}

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

.style---heading-icon-wrapper {
  background-color: var(--neutral--800);
  margin-right: 18px;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.mg-bottom-0.color-neutral-300.aridroptasklink {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 40rem;
  overflow: hidden;
}

.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: 0;
}

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

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

.style-buttons-dark {
  background-color: var(--neutral--800);
  padding: 48px;
}

.btn-primary {
  border: 2.5px solid var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 30px 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: var(--neutral--100);
  background-color: #be0000;
  border-color: #be0000;
  transform: translate3d(0, -6px, .01px);
}

.btn-primary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 18px;
}

.btn-primary.small.header-btn-hidde-on-mb {
  white-space: nowrap;
  margin-left: 32px;
}

.btn-primary.small.header-btn-hidde-on-mb.taskbtn {
  min-width: 10rem;
  margin-left: 0;
}

.btn-primary.small.header-btn-hidde-on-mb.taskbtncompleted {
  border-color: var(--neutral--500);
  background-color: var(--neutral--700);
  margin-left: 0;
}

.btn-primary.small.discount {
  height: auto;
  margin-left: 0;
}

.btn-primary.large {
  padding: 30px 56px;
  font-size: 20px;
  line-height: 22px;
}

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

.btn-primary.white:hover {
  background-color: var(--accent--primary-1);
  color: var(--neutral--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: 16px 24px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.button-row {
  margin-right: 28px;
}

.btn-primary.width-100.text-break-normal {
  white-space: normal;
}

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

.btn-primary.hover-none {
  transform-style: preserve-3d;
  transition-property: none;
}

.btn-primary.hover-none:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: none;
}

.btn-primary.btn-next {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary {
  border: 2.5px solid var(--neutral--800);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--800);
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  justify-content: center;
  padding: 30px 28px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

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

.btn-secondary.small {
  padding: 18px 24px;
  font-size: 16px;
  line-height: 14px;
}

.btn-secondary.small.category-button {
  margin-left: 22px;
  text-decoration: none;
}

.btn-secondary.small.category-button.w--current {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-secondary.large {
  padding: 28px 56px;
  font-size: 20px;
  line-height: 22px;
}

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

.btn-secondary.white:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.hover-none {
  transform-style: preserve-3d;
  transition-property: none;
}

.btn-secondary.hover-none:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  transform: none;
}

.btn-secondary.btn-previous {
  margin-left: 12px;
  margin-right: 12px;
  font-size: 18px;
}

.btn-secondary.blog-featured-button {
  margin-right: 40px;
  transition-property: none;
}

.btn-secondary.blog-featured-button:hover {
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  box-shadow: none;
  color: var(--neutral--800);
  transform: none;
}

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 18px 28px;
  font-size: 18px;
  font-weight: 900;
  line-height: 1em;
  display: inline-block;
}

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

.badge-primary.light {
  background-color: var(--neutral--300);
  color: var(--neutral--600);
}

.badge-primary.small {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.small.link {
  transform-style: preserve-3d;
  transition: color .3s, background-color .3s, transform .3s;
}

.badge-primary.small.link:hover {
  background-color: #be0000;
  transform: translate3d(0, -6px, .01px);
}

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

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-01);
  color: var(--neutral--800);
  text-align: center;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  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: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

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

.input {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  background-color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0;
  min-height: 56px;
  margin-bottom: 0;
  padding: 0 0 34px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--accent--primary-1) var(--accent--primary-1) var(--neutral--600);
}

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

.input::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
  font-weight: 500;
}

.input.small {
  min-height: 48px;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 16px;
}

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

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

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

.input.large.button-inside {
  padding: 26px 24px;
}

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

.input.medium {
  min-height: 56px;
  margin-bottom: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

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

.input.medium.last {
  margin-bottom: 0;
}

.input.dropdown {
  color: var(--neutral--600);
  letter-spacing: .06em;
  text-transform: uppercase;
  border: 0 solid #000;
  min-height: 100%;
  padding-bottom: 0;
}

.input.dropdown-wrapper {
  padding-bottom: 0;
}

.input.dropdown-wrapper.mg-bottom-32px {
  margin-bottom: 32px;
}

.position-relative {
  position: relative;
}

.text-area {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--neutral--400);
  background-color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 0;
  min-height: 108px;
  margin-bottom: 0;
  padding: 0 0 16px;
  font-size: 18px;
  line-height: 20px;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--accent--primary-1) var(--accent--primary-1) var(--neutral--600);
}

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

.text-area::placeholder {
  color: var(--neutral--600);
  font-size: 18px;
  font-weight: 500;
}

.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 {
  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: 0;
  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 {
  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---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 290px);
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.avatar-circle._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.avatar-circle._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.avatar-circle._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.avatar-circle._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.avatar-circle._08 {
  width: 380px;
  max-width: 380px;
  height: 380px;
  max-height: 380px;
}

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

.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;
  line-height: 21px;
}

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

.social-icon-square {
  background-color: var(--neutral--700);
  color: var(--neutral--100);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

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

.social-icon-square.white {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.social-icon-square.white:hover {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
}

.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: 6px;
  display: inline-block;
}

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

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

.line-square-icon.dropdown-arrow {
  margin-left: 4px;
  font-size: 18px;
}

.line-square-icon.footer-link {
  margin-right: 14px;
  font-size: 34px;
  font-style: normal;
}

.line-square-icon.link-icon-left {
  margin-right: 18px;
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
}

.line-square-icon.locations-link-icon {
  color: var(--accent--primary-1);
  margin-right: 18px;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1em;
  transform: translate(0, -2px);
}

.line-square-icon.success-message-check {
  color: var(--accent--primary-1);
}

.line-square-icon.success-message-check.large {
  margin-bottom: 24px;
  font-size: 72px;
  line-height: 1em;
}

.line-square-icon.success-message-check.left {
  margin-right: 8px;
  font-size: 24px;
  line-height: 1em;
}

.line-square-icon.top-bar-close-icon {
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.line-square-icon.top-bar-close-icon:hover {
  opacity: .55;
}

.filled-icons {
  font-family: Filled Icons, sans-serif;
}

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

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

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

.rich-text figure {
  width: 100%;
  max-width: 100%;
  margin-top: 48px;
  margin-bottom: 56px;
}

.rich-text ul {
  margin-top: 24px;
  margin-bottom: 48px;
}

.rich-text ol {
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text h6 {
  margin-bottom: 14px;
}

.rich-text h5, .rich-text h4 {
  margin-bottom: 24px;
}

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

.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 {
  color: var(--accent--primary-1);
}

.style---dropdown-toggle.w--open {
  color: var(--neutral--800);
}

.buttons-row {
  align-items: center;
  display: flex;
}

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

.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(--neutral--600);
  background-color: var(--neutral--200);
}

.style---dropdown-link-sidebar.w--current {
  border-right-color: var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  font-weight: 700;
}

.style---dropdown-link-icon-sidebar {
  background-color: var(--neutral--800);
  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(--neutral--800);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: none;
  display: none;
}

.width-100 {
  width: 100%;
}

.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: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

.container-default.z-index-1.aridroptask {
  top: 100px;
}

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

.container-default.blog-post-title {
  z-index: 2;
  position: absolute;
  bottom: 180px;
  left: 0;
  right: 0;
}

.section {
  padding-top: 300px;
  padding-bottom: 300px;
}

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

.section.small.pd-bottom-180px {
  padding-bottom: 180px;
}

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

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

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

.section.template-pages-hero {
  background-color: var(--neutral--800);
  padding-top: 148px;
  padding-bottom: 148px;
}

.section.template-pages-hero.short {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero-bg-image {
  background-image: linear-gradient(90deg, #000, #00000029), url('../images/Mask-group2x.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: -146px;
  margin-bottom: -94px;
  padding-top: 284px;
  padding-bottom: 398px;
}

.section.stats-left {
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.bg-neutral-800.overflow-hidden {
  margin-top: -146px;
}

.section.bg-neutral-800.overflow-hidden.chartdiv {
  margin-top: 0;
  padding-top: 0;
}

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

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

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

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

.section.pd-234px.pd-top-0 {
  padding-top: 0;
}

.section.pd-top-150px {
  padding-top: 150px;
}

.section.pd-top-150px.pd-bottom-264px {
  padding-bottom: 264px;
}

.section.hero-page {
  background-image: linear-gradient(to bottom, var(--neutral--800) 70%, var(--accent--primary-1) 70%);
  margin-top: -130px;
  padding-top: 250px;
  padding-bottom: 120px;
  overflow: hidden;
}

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

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--neutral--800) 40%, white 40%);
  padding-top: 0;
  padding-bottom: 120px;
}

.section.extra-components {
  background-color: var(--neutral--800);
  margin-top: -130px;
  padding-top: 250px;
  padding-bottom: 150px;
}

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

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

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

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

.link-wrapper.white:hover {
  color: #f2f1ff;
}

.link-text {
  transition: color .3s;
  display: inline-block;
}

.heading-h1-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.222em;
}

.heading-h2-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.316em;
}

.heading-h3-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.417em;
}

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

.heading-h4-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.273em;
}

.heading-h5-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.333em;
}

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

.heading-h5-size.color-neutral-100.mg-bottom-4px.timeheading {
  margin-bottom: 20px;
}

.heading-h6-size {
  color: var(--neutral--800);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.375em;
}

.header-wrapper {
  background-color: #0000;
  padding-top: 34px;
  padding-bottom: 34px;
}

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

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

.header-content-wrapper.align-center {
  justify-content: center;
}

.header-nav-menu-list {
  z-index: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.header-nav-link {
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
}

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

.header-nav-link.w--current {
  color: var(--neutral--100);
}

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

.header-nav-list-item {
  margin-bottom: 0;
  padding-left: 32px;
  display: flex;
}

.header-nav-list-item.show-in-tablet {
  display: none;
}

.header-nav-list-item.first {
  padding-left: 0;
}

.dropdown-toggle {
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
  transition: color .3s;
  display: flex;
}

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

.dropdown-column-wrapper {
  background-color: #0000;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-link {
  color: var(--neutral--600);
  width: 100%;
  padding: 0;
  font-weight: 500;
  line-height: 1.111em;
}

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

.dropdown-link.w--current {
  color: var(--neutral--600);
}

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

.dropdown-link.special {
  border-bottom: 3px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  padding-bottom: 6px;
  font-weight: 900;
  transition: border-color .2s, color .3s;
}

.dropdown-link.special:hover {
  border-bottom-color: var(--neutral--800);
  color: var(--neutral--800);
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  background-color: var(--neutral--100);
  padding: 48px;
}

.header-logo {
  width: 100%;
  max-width: 270px;
}

.header-logo-link {
  transform-style: preserve-3d;
  margin-right: 32px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

.header-logo-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.header-logo-link.right-mg-0px {
  margin-right: 0;
}

.hamburger-menu-wrapper {
  transform-style: preserve-3d;
  padding: 0;
  transition: transform .3s;
}

.hamburger-menu-wrapper:hover {
  transform: scale3d(.9, .9, 1.01);
}

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

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

.header-right-side {
  justify-content: flex-end;
  align-items: center;
  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: 26px;
  text-decoration: none;
  transition: transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

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

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

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

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

.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: 26px;
  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);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  transform: scale3d(.94, .94, 1.01);
}

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

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

.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);
  background-color: var(--accent--primary-1);
}

.btn-circle-secondary.slider-arrow {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0%;
  width: 54px;
  min-width: 54px;
  height: 54px;
  min-height: 54px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
}

.btn-circle-secondary.slider-arrow.right---bottom-center {
  inset: auto 0% 0% 84px;
}

.btn-circle-secondary.slider-arrow.left---bottom-center {
  inset: auto 84px 0% 0%;
}

.btn-circle-secondary.slider-arrow.left---top-left {
  inset: -100px 84px auto auto;
}

.btn-circle-secondary.slider-arrow.right---top-left {
  top: -100px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.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.center {
  justify-content: center;
  justify-items: center;
}

.flex-vertical {
  flex-direction: column;
  display: flex;
}

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

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

.flex-horizontal.left {
  justify-content: flex-start;
}

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

.footer-logo {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 180px;
  transition: transform .3s;
}

.footer-logo:hover {
  transform: scale3d(.92, .92, 1.01);
}

.footer-logo.v2 {
  max-width: 280px;
}

.footer-logo-wrapper {
  margin-bottom: 8px;
}

.footer-logo-wrapper.mg-bottom-24px {
  margin-bottom: 24px;
}

.footer-logo-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-list-wrapper {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.footer-list-wrapper.linkiconlist {
  display: flex;
}

.footer-list-item {
  margin-bottom: 16px;
  padding-left: 0;
}

.footer-link {
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.091em;
  text-decoration: none;
}

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

.footer-link.text-and-icon {
  align-items: center;
  margin-bottom: 24px;
  transition: none;
  display: flex;
}

.footer-link.special {
  border-bottom: 4px solid var(--accent--primary-1);
  color: var(--accent--primary-1);
  padding-bottom: 8px;
  font-weight: 900;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-link.special:hover {
  border-bottom-color: var(--neutral--100);
  color: var(--neutral--100);
}

.footer-top {
  padding-top: 170px;
  padding-bottom: 120px;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--700);
  text-align: center;
  padding-top: 46px;
  padding-bottom: 46px;
}

.success-message {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  width: 100%;
  padding: 28px 28px 32px;
}

.success-message.white-message {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  padding: 0;
}

.success-message.white-message.large {
  padding: 0;
}

.error-message {
  background-color: var(--system--red-100);
  color: var(--system--300);
  text-align: center;
  margin-top: 20px;
  padding: 20px 24px;
}

.grid-footer-paragrah---social-media {
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  align-items: center;
}

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

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

.text-center.mobile-l {
  text-align: left;
}

.sticky-top {
  position: sticky;
  top: 0;
}

.floating-item {
  position: absolute;
}

.floating-item.photo-bottom-shape-1 {
  width: 50%;
  bottom: -60px;
  left: -40px;
}

.floating-item.photo-bottom-shape-2 {
  width: 50%;
  bottom: -100px;
  left: -15px;
}

.floating-item.photo-bottom-shape-3 {
  width: 68%;
  max-width: 436px;
  bottom: -162px;
  left: -48px;
  right: 0;
}

.floating-item.hero-bottom-shape-1 {
  width: 90%;
  margin-left: -4px;
  bottom: 0;
  left: 0;
}

.floating-item.hero-bottom-shape-2 {
  width: 54%;
  margin-left: -4px;
  bottom: 0;
  left: 0;
}

.floating-item.section-bottom-shape-1 {
  width: 82%;
  margin-bottom: -1px;
  margin-right: -4px;
  bottom: 0;
  right: 0;
}

.floating-item.hero-bottom-shape-3 {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 100%;
  width: 74%;
  min-height: 274px;
  max-height: 274px;
  margin-left: -3px;
  bottom: 0;
  left: 0;
}

.floating-item.hero-bottom-shape-4 {
  z-index: 1;
  object-fit: cover;
  object-position: 100% 100%;
  width: 86%;
  max-height: 54px;
  margin-bottom: -1px;
  bottom: 0;
  left: 0;
}

.floating-item.section-top-shape-1 {
  object-fit: cover;
  object-position: 100% 0%;
  width: 80%;
  max-width: 1012px;
  min-height: 310px;
  top: 0;
  left: 0;
}

.opacity-80 {
  opacity: .8;
}

.fit-cover {
  object-fit: cover;
}

.overflow-hidden {
  overflow: hidden;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900;
  line-height: 1.111em;
}

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

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

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

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

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

.cta-section {
  background-color: var(--accent--primary-1);
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-1 {
  background-color: var(--neutral--800);
  background-image: linear-gradient(to right, #00000029, #000000c2 56%, #000000db), url('../images/cta-bg-image-1-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  padding-top: 166px;
  padding-bottom: 234px;
}

.cta-section.cta-2 {
  background-color: var(--neutral--800);
  background-image: linear-gradient(to right, #000, #00000029), url('../images/cta-bg-image-2-autocar-webflow-ecommerce-template.jpg');
  background-position: 0 0, 100% 100%;
  background-size: auto, cover;
  padding-top: 166px;
  padding-bottom: 234px;
}

.slider-wrapper {
  background-color: #0000;
  height: 100%;
}

.slider-wrapper.arrows-bottom {
  padding-bottom: 110px;
}

.slider-mask {
  height: 100%;
}

.slider-mask.width-404px {
  max-width: 404px;
  overflow: visible;
}

.slider-mask.width-512px {
  max-width: 512px;
  overflow: visible;
}

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

.accordion-item-wrapper:hover {
  transform: scale3d(.96, .96, 1.01);
}

.accordion-item-wrapper.v2 {
  border-width: 1px 0;
  border-top-color: var(--neutral--600);
  border-bottom-color: var(--neutral--600);
  box-shadow: none;
  background-color: #0000;
  border-radius: 0;
  justify-content: space-between;
  margin-bottom: -1px;
  padding: 56px 0;
}

.accordion-item-wrapper.v2:hover {
  transform: translate(8px);
}

.accordion-header {
  align-items: center;
  display: flex;
}

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

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

.accordion-btn-line {
  background-color: var(--neutral--800);
  border-radius: 20px;
  width: 18px;
  height: 2px;
  position: absolute;
}

.accordion-btn-line.vertical {
  transform: rotate(90deg);
}

.accordion-btn-line.v2 {
  background-color: var(--neutral--100);
  width: 28px;
}

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

.accordion-content-wrapper.v2 {
  max-width: 60%;
}

.accordion-side {
  margin-right: 24px;
}

.accordion-side.right-side {
  margin-left: 24px;
  margin-right: 0;
}

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

.accordion-title {
  color: var(--neutral--100);
  margin-bottom: 0;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  text-align: center;
  padding: 26px 24px;
}

.heading-link {
  transition: color .3s;
}

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

.pd---content-inside-card {
  padding: 40px 28px 48px;
}

.pd---content-inside-card.team-member-page {
  padding: 56px 68px 64px;
}

.pd---content-inside-card.large {
  padding: 64px 56px;
}

.pd---content-inside-card.large.template-pages {
  padding-top: 40px;
}

.pd---content-inside-card.template-pages---sidebar {
  padding: 32px 16px 24px;
}

.team-member-content {
  z-index: 1;
  text-decoration: none;
  position: absolute;
  inset: auto 52px 52px;
}

.bg-overlay-gradient {
  background-image: linear-gradient(#0000, #000);
}

.bg-overlay-gradient.team-member {
  background-image: linear-gradient(#0000 10%, #000000e6);
  position: absolute;
  inset: 200px 0 0;
}

.slide-item-mg {
  margin-right: 28px;
}

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

.height-100 {
  height: 100%;
}

.blog-card-image {
  width: 100%;
}

.blog-card-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.blog-card-image-wrapper.inside-card {
  object-fit: fill;
  border-radius: 0;
  margin-bottom: 46px;
  position: relative;
}

.categories-badges-item-wrapper {
  flex-direction: row;
  display: flex;
}

.categories-badges-wrapper {
  justify-content: flex-end;
  display: flex;
}

.blog-card-wrapper {
  color: var(--neutral--600);
  max-width: 1010px;
  margin-left: auto;
  text-decoration: none;
}

.blog-card-wrapper.card {
  box-shadow: none;
  border-style: none;
  height: 100%;
  position: relative;
}

.blog-card-badge-wrapper-top {
  position: absolute;
  inset: 24px 24px auto auto;
}

._404-not-found {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: -52px;
  font-size: 272px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.11em;
}

.template-pages---sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.template-pages---nav-item-link {
  color: var(--neutral--600);
  background-color: #0000;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.template-pages---nav-item-link:hover {
  background-color: var(--neutral--300);
}

.template-pages---nav-item-link.w--current {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.template-pages---phography-wrapper {
  transform-style: preserve-3d;
  transition: transform .3s, color .3s;
  overflow: hidden;
}

.template-pages---phography-wrapper:hover {
  transform: scale3d(.94, .94, 1.01);
}

.cart-button {
  color: var(--neutral--100);
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: #0000;
  margin-left: 32px;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.125em;
  transition-property: none;
  position: relative;
}

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

.cart-quantity {
  color: var(--neutral--100);
  letter-spacing: .02em;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.125em;
  display: flex;
}

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

.apple-pay-btn {
  border-radius: 0;
}

.apple-pay-btn.order-summary {
  height: 50px;
}

.apple-pay-btn.cart {
  height: 67px;
}

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

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  position: static;
}

.checkout-block-header {
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--300);
  background-color: #0000;
  padding: 0 0 15px;
}

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

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

.shipping-method {
  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 solid var(--neutral--300);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

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

.order-list-title {
  color: var(--neutral--800);
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.order-item-image {
  border-radius: 14px;
}

.order-option-item {
  padding-left: 0;
}

.order-item-bold {
  color: var(--neutral--800);
  font-weight: 700;
}

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

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  margin-top: 32px;
  padding: 32px 0 0;
}

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

.flex {
  display: flex;
}

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

.flex.align-start {
  align-items: flex-start;
}

.flex.align-start.mg-bottom-64px {
  margin-bottom: 32px;
}

.stats-left-bg-diagonal {
  z-index: -1;
  background-color: var(--neutral--100);
  position: absolute;
  inset: 0% 10% 0% 0;
  transform: skew(43deg);
}

.stats-left-bg-left {
  z-index: -1;
  background-color: var(--neutral--100);
  position: absolute;
  inset: 0% 73% 0% 0%;
}

.text-over-image-link---text-container {
  z-index: 3;
  position: absolute;
  bottom: 48px;
  left: 40px;
  right: 40px;
}

.text-over-image-link---gradient {
  background-image: linear-gradient(#0000 10%, #000000c4 50%, #000);
  transition: background-color .3s;
  position: absolute;
  inset: 84px 0 0;
}

.text-over-image-link---image {
  object-fit: cover;
}

.bg-text {
  z-index: -1;
  position: absolute;
}

.bg-text.services {
  width: 54%;
  top: -32px;
  right: -160px;
}

.bg-text.why-us {
  width: 44%;
  top: -84px;
  right: -150px;
}

.bg-text.about {
  width: 85%;
  top: -120px;
  left: -118px;
}

.bg-text.locations {
  width: 66%;
  max-width: 842px;
  top: -56px;
  right: -64px;
}

.bg-text.testimonials {
  width: 80%;
  top: -98px;
  left: -74px;
}

.bg-text.blog {
  width: 31%;
  top: -16px;
  right: 238px;
}

.bg-text.packages {
  width: 64%;
  max-width: 814px;
  top: -60px;
  right: -126px;
}

.bg-text.our-numbers {
  width: 86%;
  top: -80px;
  right: -140px;
}

.bg-text.why-us-2 {
  width: 46%;
  max-width: 578px;
  top: -66px;
  left: -40px;
}

.bg-text.why-us-3 {
  width: 100%;
  top: -140px;
  left: -200px;
}

.bg-text.locations-2 {
  top: -44px;
  left: -60px;
}

.bg-text.services-2 {
  width: 56%;
  max-width: 720px;
  top: -72px;
  right: -136px;
}

.bg-text.faqs {
  width: 32%;
  max-width: 410px;
  top: -36px;
  right: 230px;
}

.bg-text.testimonials-2 {
  width: 86%;
  max-width: 1088px;
  top: -98px;
  left: -72px;
}

.bg-text.newsletter {
  width: 66%;
  max-width: 836px;
  top: -62px;
  left: -100px;
}

.bg-text.locations-3 {
  width: 66%;
  top: -79px;
  right: -102px;
}

.bg-text.not-found {
  width: 90%;
  top: 212px;
  left: -248px;
}

.cta-bottom-shape {
  width: 83%;
  margin-bottom: -1px;
  margin-right: -4px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.cta-bottom-shape.shape-left {
  margin-left: -4px;
  margin-right: 0;
  left: 0;
  right: auto;
}

.cta-text-container {
  max-width: 640px;
  margin-left: auto;
}

.cta-text-container.text-left {
  margin-left: 0;
}

.text-over-image---text-container {
  z-index: 3;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 68px;
  left: 16px;
  right: 16px;
}

.text-over-image---gradient {
  background-image: linear-gradient(#0000 10%, #000000c7 50%, #000);
  position: absolute;
  inset: 136px 0 0;
}

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

.font-size-28px {
  font-size: 28px;
}

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

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

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

.footer-shape-top {
  width: 38%;
  margin-bottom: -1px;
  margin-left: -4px;
}

.hero-2-images.image-left {
  z-index: 2;
  width: 68%;
  max-width: 858px;
  margin-top: 90px;
  position: relative;
}

.hero-2-images.image-right {
  z-index: 1;
  width: 48%;
  max-width: 578px;
  position: absolute;
  bottom: 28%;
  right: 0;
}

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

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

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

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

.link.text-and-icon {
  text-decoration: none;
  transition: none;
  display: flex;
}

.link.text-and-icon.large {
  color: var(--neutral--100);
  letter-spacing: .06em;
  text-transform: uppercase;
  align-items: center;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.091em;
  transition: opacity .3s;
}

.link.text-and-icon.large:hover {
  opacity: .8;
}

.link.round-icon-top {
  text-align: center;
  text-decoration: none;
  transition: none;
}

.section-divider-wrapper {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-divider {
  background-color: var(--neutral--400);
  width: 100%;
  height: 1px;
}

.newsletter-section {
  background-color: var(--neutral--800);
  padding-top: 206px;
  padding-bottom: 218px;
  position: relative;
  overflow: hidden;
}

.blog-featured-bg-image-wrapper {
  max-height: 824px;
  margin-top: -128px;
  overflow: hidden;
}

.blog-featured-bg-overlay {
  background-color: #07070799;
  position: absolute;
  inset: 0%;
}

.blog-featured-title {
  z-index: 1;
  width: 68%;
  max-width: 850px;
  margin-top: -170px;
  margin-bottom: 266px;
  position: relative;
}

.blog-featured-bg-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  max-height: 824px;
  position: relative;
}

.blog-post-bg-image {
  object-fit: cover;
  width: 100%;
  min-height: 824px;
  max-height: 824px;
}

.blog-post-bg-overlay {
  background-color: #000000b3;
  position: absolute;
  inset: 0%;
}

.blog-post-top-section {
  margin-top: -128px;
  position: relative;
}

.contact-card-left {
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: var(--neutral--400);
  padding: 94px 64px 0;
}

.contact-card-right {
  background-color: var(--accent--primary-1);
  padding: 94px 64px 80px;
}

.locations-map-image {
  object-fit: cover;
  width: 100%;
  min-height: 678px;
}

.locations-map-link-wrapper {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  align-items: flex-start;
  margin-bottom: 16px;
  font-size: 20px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
}

.locations-map-link-wrapper:hover {
  color: var(--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.locations-map-link-wrapper.mg-bottom-0 {
  margin-bottom: 0;
}

.page-not-found {
  color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: 70px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.229em;
}

.icon.password-page {
  margin-bottom: 20px;
}

.pd-left-0 {
  padding-left: 0;
}

.loader-main-wrapper {
  z-index: 2147483647;
  background-color: var(--neutral--200);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

.loader {
  background-color: var(--neutral--100);
  background-image: linear-gradient(to bottom, var(--accent--primary-1) 50%, white 50%);
  border-radius: 10000000000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 12px #0303030f;
}

.loader-hollow {
  background-color: var(--neutral--200);
  border-radius: 100000000000px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  box-shadow: 0 -2px 12px #03030329;
}

.loader-radius-2 {
  background-color: var(--accent--primary-1);
  border-radius: 999999px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
}

.loader-radius-1 {
  background-color: var(--accent--primary-1);
  border-radius: 999999px;
  width: 10px;
  min-width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
}

.form {
  margin-bottom: 0;
}

.form.min-h-73px {
  align-items: stretch;
  min-height: 73px;
  display: flex;
}

.form.min-h-522px {
  min-height: 522px;
  display: flex;
}

.success-message-inner-container {
  color: var(--neutral--600);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.success-message-inner-container.horizontal {
  flex-direction: row;
}

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

.btn-cta-index {
  color: #fff;
  text-align: center;
  letter-spacing: .06em;
  text-transform: uppercase;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-style: italic;
  font-weight: 900;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-cta-index:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-cta-index.button-row {
  margin-right: 28px;
}

.btn-cta-index.no-hover:hover {
  background-color: #4a3aff;
  transform: none;
}

.btn-cta-index.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-cta-index.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-cta-index.white.no-hover {
  color: #146ef5;
}

.btn-cta-index.white.no-hover:hover {
  background-color: #fff;
  transform: none;
}

.figma-file-image-wrapper {
  width: 100%;
  max-width: 660px;
}

.card-home-pages-wrapper {
  padding-top: 56px;
  padding-left: 56px;
  padding-right: 56px;
}

.card-sales-home-image {
  width: 100%;
}

.card-index {
  border: 1px solid var(--neutral--300);
  background-color: #fff;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-index.sales-home-page {
  text-align: center;
  border-style: none;
  text-decoration: none;
  transition: transform .3s, color .3s;
}

.card-index.sales-home-page:hover {
  transform: scale(.96);
}

.card-index.buy-now {
  background-color: #146ef5;
  border-style: none;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.card-index.buy-now:hover {
  transform: scale(.95);
}

.card-index.buy-now.white {
  background-color: #fff;
}

.card-index.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card-index.extra-components {
  margin-bottom: 36px;
  padding: 32px 24px;
}

.home-pages-top-wrapper {
  justify-content: center;
  display: flex;
  position: static;
}

.image-home-link-wrapper {
  transform-style: preserve-3d;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

.image-home-link-wrapper:hover {
  transform: scale3d(.98, .98, 1.01);
}

.figma-file-text-wrapper {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 56px;
  padding-right: 56px;
  display: flex;
}

.figma-file-text-wrapper.pd-large {
  padding-left: 90px;
  padding-right: 90px;
}

.home-surprises-card {
  overflow: hidden;
  box-shadow: 0 2px 12px #14142b14;
}

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

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

.cta-square-logo {
  margin-bottom: 22px;
  box-shadow: 0 8px 28px #14142b1a;
}

.cta-square-logo.white {
  border: 1px solid #f7f7fc;
}

.home-pages-cointainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.card-sales-home-content {
  text-align: center;
  padding: 32px;
}

.card-sales-home-content.border-1px-top-color-300 {
  border-top: 1px solid var(--neutral--300);
}

.card-sales-home-content.border-1px-top-color-300.pd-small {
  padding-left: 20px;
  padding-right: 20px;
}

.cta-image-card {
  width: 1140px;
  max-width: 1140px;
  margin-top: 52px;
  margin-bottom: -23px;
}

.badge-home {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
  padding: 14px 22px;
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

.elements-wrapper {
  margin-bottom: 200px;
}

.header-middle-side {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-top-v2, .footer-v3 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid-footer-v3 {
  grid-column-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

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

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

.top-bar-padding {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-bar-padding.small-padding {
  padding-top: 22px;
  padding-bottom: 22px;
}

.top-bar-wrapper {
  background-color: var(--neutral--800);
  color: #fff;
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

.more-templates-badge-wrapper-edited {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 286px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 24px 12px auto;
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper-edited:hover {
  color: #666977;
}

.more-templates-logo-wrapper {
  position: relative;
}

.more-templates-logo {
  width: 80px;
}

.more-templates-logo.blur {
  z-index: -1;
  opacity: .68;
  filter: blur(3px);
  position: absolute;
  inset: 10% 0% 20px;
}

.more-templates-logo.customize {
  width: 110px;
}

.more-templates-p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 1.4em;
}

.more-webflow-templates-sub {
  color: #523ff5;
  text-decoration: underline;
}

.more-templates-lottie {
  width: 44px;
  position: absolute;
  inset: -20px -20px auto auto;
}

.brix-badges-wrapper {
  z-index: 99999999;
  width: 320px;
  height: 120px;
  position: fixed;
  inset: auto 50px 0 auto;
}

.more-templates-lottie-2 {
  z-index: 9999;
  width: 44px;
  position: absolute;
  inset: -18px -19px auto auto;
}

.hidden-code {
  display: none;
}

.more-templates-badge-wrapper {
  z-index: 9991;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 0;
  color: #666977;
  background-color: #fff;
  border: 1px solid #f0f0f6;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 320px;
  min-height: 76px;
  padding: 12px 22px 12px 18px;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: absolute;
  transform: scale(.9)translate(0, 20px);
  box-shadow: 0 .6px .8px #1010650a, 0 3px 6px #11115414;
}

.more-templates-badge-wrapper:hover {
  color: #666977;
}

.more-templates-badge-wrapper.customization {
  border-color: #4a3aff;
  padding-left: 10px;
}

.dropdown {
  z-index: auto;
  position: relative;
  top: auto;
  right: auto;
}

.dropdown.mobile-lang {
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
  display: block;
}

.dropdown-toggle-2 {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list-2 {
  background-color: #090400;
  border: 1px solid #3a3a3a;
  border-radius: 20px;
  margin-left: 0;
  display: none;
  position: absolute;
  right: auto;
}

.dropdown-link-2 {
  color: silver;
}

.nav-link {
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s ease-in-out;
}

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

.nav-link.listwallet {
  display: none;
}

.div-block, .div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-10 {
  color: #fff;
  font-size: 1.88rem;
  font-weight: 500;
}

.paragraph-8.left-div2 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 500;
}

.text-block-8.mobiletime {
  display: block;
}

.text-block-9 {
  font-size: 14px;
}

.center-div {
  width: 100%;
  margin-bottom: 20px;
}

.div-block-3.time-inner-div {
  background-color: var(--neutral--800);
  border: 1px solid #3a3a3a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 16%;
  height: 100%;
  padding-top: 5px;
  display: flex;
}

.div-block-3.time-inner-div.mobiletime {
  display: flex;
}

.div-block-3.time-div {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.div-block-3.time-div.mobiletimetwodiv {
  display: none;
}

.image-4, .image-5, .image-6 {
  width: 160px;
}

.image-7, .image-8, .image-9, .image-10 {
  width: 140px;
}

.image-11 {
  width: 24px;
  margin-right: 1rem;
}

.div-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
  max-width: 140px;
}

.text-block-11 {
  color: var(--neutral--100);
  text-align: right;
  padding-right: 3rem;
  font-size: 48px;
  font-weight: 900;
  position: static;
  top: -4rem;
}

.div-block-7 {
  background-image: url('../images/Rectangle-401.png');
  background-position: 0 0;
  background-size: 100% 100%;
  justify-content: flex-end;
  align-items: center;
  height: 100px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .color-neutral-400.mg-bottom-40px {
    margin-bottom: 20px;
  }

  .mg-right-24px {
    max-width: 24px;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px.chartgrid {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .mg-bottom-0.color-neutral-300.aridroptasklink {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 40rem;
    overflow: hidden;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtn {
    min-width: 10rem;
    margin-left: 0;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtncompleted {
    border-color: var(--neutral--500);
    background-color: var(--neutral--700);
    margin-left: 0;
  }

  .container-default.z-index-1.aridroptask {
    top: 100px;
  }

  .section.hero-bg-image {
    background-image: linear-gradient(90deg, #000, #00000029), url('../images/Mask-group2x.png');
    margin-top: -146px;
  }

  .section.bg-neutral-800.overflow-hidden {
    margin-top: -146px;
  }

  .section.bg-neutral-800.overflow-hidden.chartdiv {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-h5-size.color-neutral-100.mg-bottom-4px.timeheading {
    margin-bottom: 20px;
  }

  .footer-list-wrapper.linkiconlist {
    display: flex;
  }

  .slider-wrapper.arrows-top {
    flex-flow: row;
    display: block;
  }

  .flex.align-start.mg-bottom-64px {
    margin-bottom: 32px;
  }

  .contact-card-left {
    padding-bottom: 0;
  }

  .dropdown {
    z-index: 9999;
    aspect-ratio: auto;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }

  .dropdown.mobile-lang {
    margin-left: 2rem;
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    margin: 0 auto;
  }

  .dropdown-list-2 {
    margin-left: 0;
    display: none;
    position: absolute;
    right: auto;
  }

  .nav-link.listwallet {
    display: none;
  }

  .div-block, .div-block-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .text-block-10 {
    color: #fff;
    font-size: 1.88rem;
  }

  .paragraph-8.left-div2 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .center-div {
    width: 100%;
    margin-bottom: 32px;
  }

  .center-div.pointdiv {
    margin-bottom: 20px;
  }

  .div-block-3.time-inner-div {
    background-color: var(--neutral--800);
    border: 1px solid #3a3a3a;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 90%;
    padding-top: 10px;
    display: flex;
  }

  .div-block-3.time-inner-div.mobiletime {
    width: 15%;
  }

  .div-block-3.time-div {
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 80px;
    display: flex;
  }

  .image-11 {
    width: 24px;
    margin-right: 1rem;
  }

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

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
    max-width: 140px;
  }

  .text-block-11 {
    color: var(--neutral--100);
    text-align: right;
    padding-right: 3rem;
    font-size: 48px;
    font-weight: 900;
    position: static;
    top: -4rem;
  }

  .div-block-7 {
    background-image: url('../images/Rectangle-401.png');
    background-position: 0 0;
    background-size: 100% 100%;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .card.contact {
    grid-template-columns: 1.35fr;
  }

  .color-neutral-400.mg-bottom-40px {
    margin-bottom: 20px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .mg-right-24px {
    max-width: 24px;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px.chartgrid {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .mg-bottom-0.color-neutral-300.aridroptasklink {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 40rem;
    overflow: hidden;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtn {
    min-width: 10rem;
    margin-left: 0;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtncompleted {
    border-color: var(--neutral--500);
    background-color: var(--neutral--700);
    margin-left: 0;
  }

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

  .style---logo-sidebar {
    max-width: 260px;
  }

  .container-default.z-index-1.aridroptask {
    margin-top: 0;
  }

  .section.hero-bg-image {
    background-image: linear-gradient(90deg, #000, #00000029), url('../images/Mask-group2x.png');
    margin-top: -146px;
  }

  .section.bg-neutral-800.overflow-hidden {
    margin-top: -146px;
  }

  .section.bg-neutral-800.overflow-hidden.chartdiv {
    padding-top: 0;
  }

  .heading-h5-size.color-neutral-100.mg-bottom-4px.timeheading {
    margin-bottom: 20px;
  }

  .footer-list-wrapper.linkiconlist {
    display: flex;
  }

  .flex.align-start.mg-bottom-64px {
    margin-bottom: 32px;
  }

  .contact-card-left {
    padding-bottom: 0;
  }

  .dropdown {
    z-index: auto;
    position: relative;
    top: 0;
    right: 0;
  }

  .dropdown.mobile-lang {
    justify-content: center;
    align-items: center;
    margin-left: 2rem;
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .dropdown-list-2 {
    object-fit: fill;
    width: auto;
    max-width: none;
    margin-left: 0;
    display: none;
    position: absolute;
    right: auto;
  }

  .nav-link.listwallet {
    display: none;
  }

  .div-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
    width: 155%;
    display: flex;
  }

  .text-block-10 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 1.88rem;
    font-weight: 500;
  }

  .paragraph-8 {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 500;
  }

  .paragraph-8.left-div2 {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .text-block-8 {
    opacity: .5;
    font-size: 20px;
    font-weight: 500;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .center-div {
    width: 100%;
  }

  .center-div.pointdiv {
    margin-bottom: 20px;
  }

  .div-block-3 {
    background-color: #131313;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-bottom: 20px;
    padding-left: 38px;
    display: flex;
  }

  .div-block-3.time-inner-div {
    background-color: var(--neutral--800);
    border: 1px solid #3a3a3a;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 16%;
    height: 100%;
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
  }

  .div-block-3.time-inner-div.mobiletime {
    padding-top: 5px;
  }

  .div-block-3.time-div {
    background-color: #0000;
    justify-content: space-around;
    align-items: center;
    height: 80px;
    padding-left: 0;
  }

  .image-11 {
    width: 24px;
    margin-right: 1rem;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
    max-width: 140px;
  }

  .text-block-11 {
    color: var(--neutral--100);
    text-align: right;
    padding-right: 3rem;
    font-size: 48px;
    font-weight: 900;
    position: static;
    top: -4rem;
  }

  .div-block-7 {
    background-image: url('../images/Rectangle-401.png');
    background-position: 0 0;
    background-size: 100% 100%;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .grid-2-columns.gap-row-0 {
    grid-template-columns: 1fr 1fr;
  }

  .card.contact {
    grid-template-columns: 1.35fr;
  }

  .grid-4-columns.airdropgrid {
    grid-template-rows: auto auto;
  }

  .bg-neutral-100.airdropbg100 {
    display: block;
  }

  .color-neutral-100.text-center.mg-bottom-0 {
    opacity: .8;
  }

  .color-neutral-400.mg-bottom-40px {
    margin-bottom: 20px;
  }

  .mg-right-24px {
    vertical-align: baseline;
    max-width: 24px;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px.chartgrid {
    grid-column-gap: 90px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    place-items: center stretch;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px.chartgrid.zhchart, .grid-3-columns._3-col-tablet.gap-row-64px.chartgrid.enchart {
    display: none;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .mg-bottom-0.color-neutral-300.aridroptasklink {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 40rem;
    overflow: hidden;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 0;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtn {
    min-width: 10rem;
    margin-top: 10px;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtncompleted {
    border-color: var(--neutral--500);
    background-color: var(--neutral--700);
    margin-top: 10px;
  }

  .container-default.z-index-1 {
    margin-bottom: 0;
  }

  .container-default.z-index-1.aridroptask {
    margin-top: 0;
  }

  .section.hero-bg-image {
    background-image: linear-gradient(90deg, #000, #00000029), url('../images/Mask-group2x.png');
    margin-top: -146px;
  }

  .section.bg-neutral-800.overflow-hidden {
    margin-top: -146px;
    position: relative;
  }

  .section.bg-neutral-800.overflow-hidden.chartdiv {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-h5-size.color-neutral-100.mg-bottom-4px {
    margin-bottom: 0;
  }

  .heading-h5-size.color-neutral-100.mg-bottom-4px.timeheading {
    margin-bottom: 20px;
  }

  .footer-list-wrapper {
    display: block;
  }

  .footer-list-wrapper.linkiconlist {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .accordion-item-wrapper.v2 {
    pointer-events: auto;
  }

  .accordion-side.right-side {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 15px;
    display: flex;
  }

  .accordion-title {
    margin-top: 0;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .flex.align-start.mg-bottom-32px {
    justify-content: center;
    align-items: center;
  }

  .flex.align-start.mg-bottom-64px {
    margin-bottom: 34px;
  }

  .contact-card-left {
    padding-bottom: 0;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .dropdown.mobile-lang {
    padding-left: 2rem;
    padding-right: 2rem;
    display: block;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .dropdown-link-2 {
    transition-property: none;
  }

  .div-block, .div-block-2 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .center-div.pointdiv {
    margin-bottom: 20px;
  }

  .div-block-3.time-inner-div {
    background-color: var(--neutral--800);
    width: 16%;
  }

  .div-block-3.time-inner-div.mobiletime {
    padding-top: 5px;
  }

  .image-4 {
    width: 180px;
  }

  .image-5 {
    width: 180px;
    height: 180px;
  }

  .image-6 {
    width: 180px;
  }

  .image-7, .image-8, .image-9, .image-10 {
    width: 140px;
  }

  .image-11 {
    width: 36px;
    margin-right: 1rem;
  }

  .div-block-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-12 {
    max-width: 100%;
  }

  .image-13 {
    height: 85%;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
    max-width: 140px;
  }

  .div-block-6 {
    background-image: url('../images/Rectangle-401.png');
    background-position: 0 0;
    background-size: auto;
  }

  .text-block-11 {
    color: var(--neutral--100);
    text-align: right;
    padding-right: 3rem;
    font-size: 48px;
    font-weight: 900;
    position: static;
    top: -4rem;
  }

  .div-block-7 {
    background-image: url('../images/Rectangle-401.png');
    background-position: 0 0;
    background-size: 100% 100%;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    padding: 100px 64px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-col-tablet, .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

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

  .grid-2-columns.locations-map {
    top: 32px;
    left: 32px;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.product.mg-top-84px-desktop {
    margin-top: 0;
  }

  .card.add-to-cart {
    max-width: 100%;
    margin-top: 0;
    position: static;
  }

  .card.contact {
    grid-template-columns: 1fr;
  }

  .card.password-protected {
    padding: 64px 56px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .bg-neutral-100.top-70 {
    top: 48%;
  }

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

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .text-200.black.dropdown-title {
    color: var(--neutral--100);
  }

  .display-1 {
    font-size: 64px;
  }

  .grid-1-column.gap-row-0 {
    grid-template-columns: minmax(100%, 1fr);
  }

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

  .display-2 {
    font-size: 50px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px.chartgrid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.stats-left {
    margin-right: 0;
    padding-top: 48px;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .mg-bottom-0.color-neutral-300.aridroptasklink {
    max-width: 22rem;
  }

  .btn-primary {
    padding: 24px;
  }

  .btn-primary.large {
    padding: 26px 52px;
  }

  .btn-secondary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.small.category-button {
    margin-left: 0;
    margin-right: 22px;
  }

  .btn-secondary.large {
    padding: 26px 52px;
  }

  .avatar-circle._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .avatar-circle._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .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.blog-post-title {
    bottom: 120px;
  }

  .section {
    padding-top: 180px;
    padding-bottom: 180px;
  }

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

  .section.small.pd-bottom-180px {
    padding-bottom: 164px;
  }

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

  .section.top.pd-bottom-200px {
    padding-bottom: 164px;
  }

  .section.top.pd-bottom-340px {
    padding-bottom: 180px;
  }

  .section.hero-bg-image {
    margin-top: -112px;
  }

  .section.pd-200px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.pd-200px.pd-bottom-160px {
    padding-bottom: 120px;
  }

  .section.pd-180px, .section.pd-234px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .section.pd-top-150px.pd-bottom-264px {
    padding-bottom: 180px;
  }

  .section.hero-page {
    background-image: linear-gradient(to bottom, var(--neutral--800) 75%, var(--accent--primary-1) 75%);
    padding-top: 200px;
  }

  .heading-h1-size {
    font-size: 48px;
  }

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

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
  }

  .heading-h5-size.color-neutral-100.mg-bottom-4px {
    text-align: left;
  }

  .heading-h5-size.color-neutral-100.mg-bottom-4px.airdropnum {
    text-align: right;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    background-color: var(--neutral--800);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-list-item {
    margin-bottom: 24px;
    padding-left: 0;
  }

  .header-nav-list-item.show-in-tablet {
    display: block;
  }

  .dropdown-column-wrapper {
    background-color: var(--neutral--800);
    box-shadow: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-link, .dropdown-link.w--current {
    color: var(--neutral--400);
  }

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    background-color: #0000;
    padding: 48px 0 32px;
  }

  .header-logo {
    max-width: 220px;
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .btn-circle-secondary.slider-arrow.left---top-left {
    inset: auto 84px 0% 0%;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    inset: auto 0% 0% 84px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.right.center-tablet, .flex-horizontal.left.tablet-center {
    justify-content: center;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-bottom.text-left.text-center-mb {
    text-align: center;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .floating-item.photo-bottom-shape-2 {
    width: 44%;
    bottom: -72px;
    left: 8px;
  }

  .floating-item.photo-bottom-shape-3 {
    width: 50%;
    bottom: -54px;
    left: 6px;
  }

  .floating-item.hero-bottom-shape-2 {
    width: 90%;
  }

  .floating-item.hero-bottom-shape-3 {
    width: 90%;
    min-height: 160px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-1 {
    background-position: 0 0, 0 100%;
    padding-top: 140px;
    padding-bottom: 210px;
  }

  .cta-section.cta-2 {
    background-position: 0 0, 30% 100%;
    padding-top: 140px;
    padding-bottom: 210px;
  }

  .slider-wrapper.arrows-top, .slider-wrapper.arrows-bottom {
    padding-bottom: 86px;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v2 {
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .accordion-item-wrapper.v2:hover {
    transform: translate(6px);
  }

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

  .accordion-content-wrapper.v2 {
    width: auto;
    max-width: 50%;
  }

  .blog-card-image {
    width: 100%;
  }

  .blog-card-image-wrapper.inside-card {
    margin-bottom: 32px;
  }

  .categories-badges-wrapper {
    justify-content: flex-start;
  }

  .cart-button.right-mg {
    margin-left: 0;
    margin-right: 32px;
  }

  .stats-left-bg-diagonal {
    right: -2%;
  }

  .bg-text.services {
    top: -50px;
    right: -72px;
  }

  .bg-text.why-us {
    top: -102px;
    right: -40px;
  }

  .bg-text.about {
    max-width: 400px;
    top: -110px;
    left: -58px;
  }

  .bg-text.testimonials {
    top: -80px;
  }

  .bg-text.blog {
    top: 14px;
    right: 200px;
  }

  .bg-text.packages {
    top: -46px;
    right: -80px;
  }

  .bg-text.our-numbers {
    top: -50px;
    right: -44px;
  }

  .bg-text.why-us-2 {
    top: -44px;
  }

  .bg-text.why-us-3 {
    top: -100px;
    left: -100px;
  }

  .bg-text.services-2 {
    top: -38px;
    right: -40px;
  }

  .bg-text.faqs {
    right: 156px;
  }

  .bg-text.testimonials-2 {
    top: -60px;
  }

  .bg-text.locations-3 {
    top: -42px;
  }

  .bg-text.not-found {
    top: 195px;
    left: -84px;
  }

  .text-over-image---text-container {
    max-width: none;
    left: 52px;
    right: 52px;
  }

  .hero-2-images.image-left {
    margin-top: 238px;
  }

  .newsletter-section {
    padding-top: 180px;
    padding-bottom: 196px;
  }

  .blog-featured-bg-image-wrapper {
    margin-top: -108px;
  }

  .blog-featured-title {
    width: 80%;
    margin-top: -116px;
    margin-bottom: 180px;
  }

  .blog-featured-bg-image {
    min-height: 600px;
  }

  .blog-post-bg-image {
    min-height: 760px;
  }

  .blog-post-top-section {
    margin-top: -108px;
  }

  .contact-card-left {
    border-bottom-style: none;
    border-right-style: solid;
  }

  .page-not-found {
    font-size: 64px;
  }

  .form.min-h-522px {
    min-height: 510px;
  }

  .btn-cta-index {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .figma-file-image-wrapper {
    max-width: 100%;
  }

  .card-index.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card-index.figma-file.reverse-tablet {
    flex-direction: column-reverse;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .figma-file-text-wrapper.pd-large {
    padding-left: 56px;
    padding-right: 56px;
  }

  .home-pages-cointainer {
    margin-top: 60px;
  }

  .header-middle-side {
    margin-left: auto;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .more-templates-badge-wrapper-edited {
    right: 24px;
  }

  .brix-badges-wrapper {
    right: 35px;
  }

  .dropdown {
    justify-content: flex-start;
    align-items: center;
    display: block;
    position: absolute;
    top: .6rem;
    right: 4rem;
  }

  .dropdown.mobile-lang {
    max-width: none;
    margin-left: 0;
    display: block;
    top: 1.5rem;
    right: 20rem;
  }

  .dropdown-toggle-2 {
    vertical-align: baseline;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    right: 0;
  }

  .dropdown-list-2 {
    display: none;
    position: absolute;
    right: 0;
  }

  .nav-link {
    padding: 6px 0;
    display: block;
  }

  .nav-link.listwallet {
    border-bottom: 1px solid #3a3a3a;
    display: block;
  }

  .text-block-8.mobiletime {
    display: none;
  }

  .div-block-3.time-inner-div {
    width: 30%;
  }

  .div-block-3.time-inner-div.mobiletime {
    display: none;
  }

  .div-block-3.time-div.mobiletimetwo {
    margin-bottom: 1rem;
    display: flex;
  }

  .div-block-3.time-div.mobiletimetwodiv {
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .text-block-11 {
    padding-right: 2rem;
    font-size: 38px;
    position: static;
    top: -2.5rem;
  }

  .div-block-7 {
    background-image: url('../images/Rectangle-401.png');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 100% 100%;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    display: flex;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    font-size: 26px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 64px 48px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.title-and-categories {
    margin-bottom: 72px;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pages {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns._1-25fr---1fr, .grid-2-columns._2-25fr---1fr, .grid-2-columns._1-3fr---1fr {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 80px;
  }

  .grid-2-columns.locations-map {
    grid-column-gap: 28px;
    grid-row-gap: 32px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    position: static;
    top: 24px;
    left: 24px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.add-to-cart {
    padding: 48px 32px 40px;
  }

  .card.password-protected {
    padding: 48px 40px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.our-numbers {
    grid-template-columns: 1fr 1fr;
  }

  .bg-neutral-100.top-72.top-86-mbl {
    top: 86%;
  }

  .bg-neutral-100.top-70 {
    top: 50%;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .divider.subtitle {
    max-width: 120px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

  .mg-bottom-56px {
    margin-bottom: 48px;
  }

  .mg-bottom-56px.mg-bottom-32px-mbl {
    margin-bottom: 32px;
  }

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

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

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

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

  .mg-top-80px {
    margin-top: 72px;
  }

  .mg-right-32px {
    margin-right: 24px;
  }

  .text-200 {
    font-size: 16px;
  }

  .display-1 {
    font-size: 40px;
  }

  .grid-1-column.gap-column-24px {
    grid-row-gap: 20px;
  }

  .display-2 {
    font-size: 34px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .display-4.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

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

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

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._3-col-tablet.gap-row-64px {
    grid-column-gap: 28px;
    grid-row-gap: 56px;
  }

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

  .grid-3-columns.stats-left {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

  .inner-container._120px-mbl {
    max-width: 120px;
  }

  .inner-container._692px.transform-top--16px {
    transform: translate(0, -12px);
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .mg-bottom-0.color-neutral-300.aridroptasklink {
    max-width: 10rem;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb {
    display: none;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtn {
    margin-left: 0;
    display: flex;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtncompleted {
    display: flex;
  }

  .btn-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-primary.button-row {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .btn-secondary {
    padding: 20px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.small.category-button {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-secondary.blog-featured-button {
    margin-right: 24px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .input {
    min-height: 60px;
    padding-bottom: 16px;
  }

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

  .style---avatars-grid {
    grid-template-columns: repeat(auto-fit, 180px);
  }

  .avatar-circle._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .avatar-circle._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .avatar-circle._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .avatar-circle._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .avatar-circle._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .avatar-circle._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

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

  .line-square-icon.locations-link-icon {
    font-size: 24px;
  }

  .line-square-icon.success-message-check.large {
    font-size: 56px;
  }

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

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

  .rich-text ul {
    margin-bottom: 32px;
    padding-left: 32px;
  }

  .rich-text ol {
    margin-top: 24px;
    margin-bottom: 32px;
    padding-left: 32px;
  }

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

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

  .buttons-row {
    flex-direction: column;
    align-items: stretch;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .container-default.z-index-1.aridroptask {
    margin-bottom: 2rem;
  }

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

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

  .section.small.pd-bottom-180px {
    padding-bottom: 118px;
  }

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

  .section.top.pd-bottom-200px {
    padding-bottom: 118px;
  }

  .section.top.pd-bottom-340px {
    padding-bottom: 140px;
  }

  .section.template-pages-hero {
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.hero-bg-image {
    background-image: linear-gradient(90deg, #000, #00000029), url('../images/Mask-group2x.png');
    background-position: 0 0, 0%;
    margin-top: -96px;
    padding-top: 176px;
    padding-bottom: 200px;
  }

  .section.bg-neutral-800.overflow-hidden {
    margin-top: -112px;
  }

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

  .section.pd-200px.pd-bottom-160px {
    padding-bottom: 80px;
  }

  .section.pd-180px, .section.pd-234px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  .section.hero-page {
    padding-top: 180px;
    padding-bottom: 100px;
  }

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

  .section.cta-home-pages {
    padding-bottom: 100px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

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

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .dropdown-column-wrapper.w--open {
    transform: none;
  }

  .dropdown-pd.pd-48px {
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 34px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-primary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .btn-circle-secondary.slider-arrow.right---bottom-center, .btn-circle-secondary.slider-arrow.left---bottom-center, .btn-circle-secondary.slider-arrow.left---top-left, .btn-circle-secondary.slider-arrow.right---top-left {
    width: 44px;
    min-width: 44px;
    height: 44px;
    min-height: 44px;
  }

  .utility-page-wrap {
    min-height: 60vh;
  }

  .footer-link {
    font-size: 20px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 8px;
  }

  .text-center.mg-bottom-40px.mg-bottom-40px-mbp {
    margin-bottom: 40px;
  }

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

  .floating-item.photo-bottom-shape-2 {
    width: 40%;
    bottom: -30px;
  }

  .floating-item.hero-bottom-shape-3 {
    width: 94%;
    min-height: auto;
    max-height: 116px;
    margin-bottom: -1px;
  }

  .floating-item.section-top-shape-1 {
    width: 100%;
    min-height: 430px;
    display: none;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.cta-1 {
    background-image: linear-gradient(to right, #0009, #000000db), url('../images/cta-bg-image-1-autocar-webflow-ecommerce-template.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    padding-top: 80px;
    padding-bottom: 154px;
  }

  .cta-section.cta-2 {
    padding-top: 80px;
    padding-bottom: 154px;
  }

  .slider-wrapper.arrows-top, .slider-wrapper.arrows-bottom {
    padding-bottom: 64px;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-content-wrapper.v2 {
    max-width: 30%;
  }

  .accordion-side {
    margin-right: 16px;
  }

  .accordion-side.right-side {
    margin-left: 16px;
  }

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 40px 32px 56px;
  }

  .pd---content-inside-card.large {
    padding: 56px 40px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .blog-card-title.display-4.mg-bottom-24px {
    margin-bottom: 16px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  ._404-not-found {
    margin-bottom: -20px;
    font-size: 120px;
  }

  .cart-button {
    margin-left: 0;
    margin-right: 24px;
  }

  .cart-button.right-mg {
    margin-right: 24px;
  }

  .cart {
    order: -1;
  }

  .text-over-image-link---text-container {
    bottom: 40px;
    left: 32px;
    right: 32px;
  }

  .text-over-image-link---gradient {
    background-image: linear-gradient(#0000 10%, #000000c4 50%, #000000d6);
  }

  .bg-text.why-us {
    top: -64px;
  }

  .bg-text.about {
    width: 60%;
    max-width: 260px;
    top: -72px;
    left: -47px;
  }

  .bg-text.testimonials {
    top: -48px;
  }

  .bg-text.blog {
    top: 29px;
    left: -5px;
    right: auto;
  }

  .bg-text.packages {
    top: -34px;
  }

  .bg-text.why-us-2 {
    top: -30px;
  }

  .bg-text.why-us-3 {
    width: 60%;
    top: -56px;
  }

  .bg-text.services-2 {
    top: -18px;
  }

  .bg-text.testimonials-2 {
    top: -48px;
  }

  .bg-text.newsletter {
    top: -30px;
    left: -24px;
  }

  .bg-text.locations-3 {
    width: 70%;
    top: -30px;
    right: -54px;
  }

  .bg-text.not-found {
    top: 86px;
    left: -144px;
  }

  .cta-text-container {
    max-width: 100%;
    margin-left: 0;
  }

  .text-over-image---text-container {
    bottom: 48px;
    left: 24px;
    right: 24px;
  }

  .text-over-image---gradient {
    background-image: linear-gradient(#0000 10%, #000000c7 58%, #000);
    top: 90px;
  }

  .footer-shape-top {
    width: 60%;
  }

  .hero-2-images.image-left {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 24px;
  }

  .hero-2-images.image-right {
    object-fit: cover;
    object-position: 50% 0%;
    width: 100%;
    max-width: 100%;
    max-height: 350px;
    position: relative;
  }

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

  .link.text-and-icon.large {
    font-size: 20px;
  }

  .newsletter-section {
    padding-top: 120px;
    padding-bottom: 140px;
  }

  .blog-featured-bg-image-wrapper {
    margin-top: -96px;
  }

  .blog-featured-title {
    width: 90%;
    margin-top: -74px;
    margin-bottom: 120px;
  }

  .blog-featured-bg-image {
    min-height: 540px;
  }

  .blog-post-bg-image {
    min-height: 720px;
  }

  .blog-post-top-section {
    margin-top: -96px;
  }

  .contact-card-left {
    padding: 64px 32px 0;
  }

  .contact-card-right {
    padding: 64px 32px 56px;
  }

  .locations-map-image {
    min-height: 480px;
  }

  .locations-map-link-wrapper {
    font-size: 18px;
  }

  .page-not-found {
    font-size: 40px;
  }

  .icon.password-page {
    max-width: 100px;
  }

  .form.min-h-73px {
    min-height: 69px;
  }

  .form.min-h-522px {
    min-height: 511px;
  }

  .btn-cta-index {
    padding: 20px 32px;
  }

  .btn-cta-index.button-row {
    margin-right: 16px;
  }

  .card-home-pages-wrapper {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 48px;
    padding-right: 48px;
  }

  .home-pages-cointainer {
    margin-top: 40px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .badge-home {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .top-bar-padding.small-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .dropdown {
    right: 5rem;
  }

  .dropdown.mobile-lang {
    top: 1.7rem;
    right: 4rem;
  }

  .dropdown-toggle-2 {
    padding-right: 0;
    position: relative;
    right: 1rem;
  }

  .dropdown-list-2 {
    margin-left: 0;
    display: none;
    position: absolute;
    right: -2rem;
  }

  .nav-link {
    display: block;
  }

  .text-block-10 {
    margin-top: 5px;
  }

  .text-block-8.mobiletime {
    display: flex;
  }

  .div-block-3.time-inner-div {
    width: 18%;
  }

  .div-block-3.time-inner-div.mobiletime {
    display: flex;
  }

  .div-block-3.time-div.mobiletimetwodiv {
    display: none;
  }

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

  .div-block-4 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
    max-width: 120px;
  }

  .text-block-11 {
    font-size: 48px;
    top: -3.5rem;
  }
}

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

  li {
    padding-left: 8px;
  }

  blockquote {
    padding: 48px 32px;
    font-size: 16px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.dropdown-pages {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-column-48px.gap-row-100px {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
  }

  .grid-2-columns.locations-map {
    width: 100%;
    margin-bottom: 32px;
    position: static;
  }

  .card.testimonial {
    padding: 40px 24px 48px;
  }

  .card.product {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.add-to-cart {
    padding: 40px 24px 32px;
  }

  .card.password-protected {
    margin-left: 16px;
    margin-right: 16px;
    padding: 32px 24px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.our-numbers {
    grid-column-gap: 24px;
    grid-row-gap: 28px;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

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

  .divider.subtitle {
    max-width: 70px;
  }

  .divider.newsletter {
    max-width: 120px;
    height: 2px;
  }

  .divider.contact-info {
    max-width: 140px;
    margin-left: 8px;
  }

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

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

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

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

  .display-1 {
    font-size: 32px;
  }

  .display-2 {
    font-size: 28px;
  }

  .display-3 {
    font-size: 24px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

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

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

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container._120px-mbl._80px-mbp {
    max-width: 80px;
  }

  .inner-container._120px-mbl._80px-mbp.aridropt {
    max-width: 140px;
  }

  .inner-container._692px.transform-top--16px {
    transform: translate(0, -8px);
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .mg-bottom-0.color-neutral-300.aridroptasklink {
    max-width: 18rem;
  }

  .btn-primary {
    width: 100%;
    padding: 18px 16px;
  }

  .btn-primary.small.header-btn-hidde-on-mb.taskbtn, .btn-primary.small.header-btn-hidde-on-mb.taskbtncompleted {
    min-width: 7.5rem;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
  }

  .btn-primary.btn-next {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-secondary.small.category-button {
    width: auto;
  }

  .btn-secondary.btn-previous {
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }

  .btn-secondary.blog-featured-button {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

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

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

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

  .input.button-inside {
    margin-bottom: 16px;
  }

  .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-square-icon.footer-link {
    font-size: 26px;
  }

  .line-square-icon.link-icon-left {
    margin-right: 12px;
    font-size: 24px;
  }

  .line-square-icon.success-message-check.large {
    font-size: 48px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text h2, .rich-text h3 {
    margin-top: 24px;
  }

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

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

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

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.blog-post-title {
    bottom: 80px;
  }

  .section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

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

  .section.small.pd-bottom-180px {
    padding-bottom: 80px;
  }

  .section.overflow-hidden {
    margin-bottom: 0;
  }

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

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

  .section.top.pd-bottom-340px {
    padding-bottom: 118px;
  }

  .section.template-pages-hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.template-pages-hero.short {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.hero-bg-image {
    background-position: 0 0, 25%;
    margin-top: -94px;
    padding-top: 140px;
  }

  .section.bg-neutral-800.overflow-hidden {
    margin-top: -106px;
  }

  .section.bg-neutral-800.overflow-hidden.featuersdic {
    margin-top: 0;
  }

  .section.pd-200px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.pd-200px.pd-bottom-160px {
    padding-bottom: 76px;
  }

  .section.pd-180px, .section.pd-234px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.pd-top-150px {
    padding-top: 72px;
  }

  .section.pd-top-150px.pd-bottom-264px {
    padding-bottom: 96px;
  }

  .section.hero-page {
    padding-bottom: 80px;
  }

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

  .section.cta-home-pages {
    padding-bottom: 80px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
  }

  .header-logo {
    max-width: 86%;
  }

  .header-logo-link.right-mg-0px.mbl-text-center {
    text-align: center;
  }

  .hamburger-menu-bar {
    width: 30px;
    height: 2px;
  }

  .btn-circle-secondary.slider-arrow {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .btn-circle-secondary.slider-arrow.right---bottom-center {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: 68px;
  }

  .btn-circle-secondary.slider-arrow.left---bottom-center, .btn-circle-secondary.slider-arrow.left---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    right: 68px;
  }

  .btn-circle-secondary.slider-arrow.right---top-left {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    left: 68px;
  }

  .social-media-grid-top, .social-media-grid-top.center {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .footer-logo {
    width: 100%;
    max-width: 240px;
  }

  .footer-link {
    font-size: 16px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .success-message.white-message {
    padding-left: 22px;
    padding-right: 22px;
  }

  .text-center.mg-bottom-40px.mg-bottom-40px-mbp {
    margin-bottom: 32px;
  }

  .floating-item.photo-bottom-shape-3 {
    bottom: -22px;
    left: -8px;
  }

  .floating-item.hero-bottom-shape-3 {
    width: 100%;
    min-height: 116px;
    margin-left: 0;
    right: 0;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.cta-1, .cta-section.cta-2 {
    padding-bottom: 120px;
  }

  .slider-mask.width-404px._100-mbp {
    max-width: 100%;
  }

  .accordion-item-wrapper.v2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .accordion-header {
    width: 100%;
  }

  .accordion-content-wrapper.v2 {
    width: 100%;
    max-width: 100%;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .accordion-title.display-4 {
    white-space: nowrap;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .team-member-content {
    bottom: 32px;
    left: 24px;
    right: 24px;
  }

  .blog-card-image-wrapper.inside-card {
    margin-bottom: 24px;
  }

  .blog-card-title.display-4.mg-bottom-24px {
    margin-bottom: 8px;
  }

  .blog-card-badge-wrapper-top {
    top: 16px;
    right: 16px;
  }

  ._404-not-found {
    margin-bottom: -8px;
    font-size: 100px;
  }

  .cart-button, .cart-button.right-mg {
    margin-right: 16px;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 11px;
  }

  .order-list-title {
    margin-bottom: 4px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

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

  .checkout-column {
    margin-bottom: 24px;
  }

  .flex.align-center.vertical-mbp {
    flex-direction: column;
  }

  .stats-left-bg-diagonal {
    right: -4%;
    transform: skew(38deg);
  }

  .text-over-image-link---text-container {
    bottom: 32px;
    left: 16px;
    right: 16px;
  }

  .bg-text.services {
    width: 60%;
    right: -32px;
  }

  .bg-text.why-us {
    width: 50%;
    top: -40px;
    right: -20px;
  }

  .bg-text.about {
    top: -52px;
  }

  .bg-text.testimonials {
    width: 100%;
    top: -46px;
  }

  .bg-text.blog {
    width: 50%;
    top: 68px;
    left: 5px;
  }

  .bg-text.packages {
    width: 80%;
    top: -36px;
    right: -34px;
  }

  .bg-text.our-numbers {
    width: 80%;
    right: -14px;
  }

  .bg-text.why-us-2 {
    width: 80%;
    top: -14px;
  }

  .bg-text.why-us-3 {
    left: -50px;
  }

  .bg-text.services-2 {
    width: 64%;
  }

  .bg-text.faqs {
    width: 50%;
    top: -16px;
    right: -8px;
  }

  .bg-text.testimonials-2 {
    top: -28px;
  }

  .bg-text.newsletter {
    width: 100%;
    top: -10px;
    left: -14px;
  }

  .bg-text.locations-3 {
    width: 80%;
    top: -14px;
  }

  .footer-shape-top {
    margin-bottom: -5px;
  }

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

  .link.text-and-icon.large {
    font-size: 16px;
  }

  .section-divider-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .blog-featured-bg-image-wrapper {
    margin-top: -94px;
  }

  .blog-featured-title {
    width: 100%;
    margin-top: -62px;
    margin-bottom: 80px;
  }

  .blog-post-bg-image {
    min-height: 660px;
  }

  .blog-post-top-section {
    margin-top: -94px;
  }

  .contact-card-left {
    padding: 56px 24px 0;
  }

  .contact-card-right {
    padding: 56px 24px 48px;
  }

  .locations-map-image {
    min-height: 340px;
  }

  .page-not-found {
    font-size: 32px;
  }

  .icon.password-page {
    max-width: 80px;
  }

  .form.min-h-73px {
    min-height: 144px;
  }

  .form.min-h-522px {
    min-height: 570px;
  }

  .btn-cta-index {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-cta-index.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .card-home-pages-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-text-wrapper, .figma-file-text-wrapper.pd-large {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .more-templates-badge-wrapper-edited {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-logo {
    width: 60px;
  }

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .brix-badges-wrapper {
    width: 310px;
    height: 100px;
    right: 22px;
  }

  .more-templates-lottie-2 {
    width: 40px;
    top: -16px;
    right: -15px;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 310px;
    padding: 8px 18px 8px 15px;
  }

  .more-templates-badge-wrapper:hover {
    transform: scale(.9)translate(0, 20px);
  }

  .dropdown {
    z-index: 102;
    position: fixed;
    top: 0;
  }

  .dropdown.mobile-lang {
    z-index: 200;
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 4rem;
  }

  .dropdown-toggle-2 {
    padding-right: 0;
    right: 0;
  }

  .dropdown-list-2 {
    display: none;
    right: -2rem;
  }

  .nav-link {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    line-height: 1.3em;
    display: block;
  }

  .nav-link.listwallet {
    display: block;
  }

  .paragraph-8.left-div2 {
    font-size: 28px;
  }

  .text-block-8 {
    display: block;
  }

  .text-block-8.mobiletime {
    display: none;
  }

  .div-block-3.time-inner-div {
    width: 40%;
    display: flex;
  }

  .div-block-3.time-inner-div.mobiletime {
    display: none;
  }

  .div-block-3.time-div.mobiletimetwo {
    margin-bottom: 1rem;
  }

  .div-block-3.time-div.mobiletimetwodiv {
    display: flex;
  }

  .grid {
    grid-template-rows: auto;
  }

  .div-block-5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-top: 1rem;
  }

  .text-block-11 {
    font-size: 38px;
    top: -2.2rem;
  }
}

#w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdc12-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdc19-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdc20-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdc3e-4c85d431, #w-node-cbfee7d3-0fcc-1b3e-18c8-7257d9553690-4c85d431, #w-node-ddb35588-5d6f-5aea-4648-3e424ffff9c0-4c85d431, #w-node-_488bb006-ed2f-184e-5877-c427f46e344a-4c85d431, #w-node-e7b46461-b8e7-18d2-cf4d-75af4dcfd332-4c85d431, #w-node-dcdba8ca-b390-4356-1974-19a5c7c1dcad-4c85d431, #w-node-_03d8b547-6feb-b0c1-ccad-e783559eacf5-4c85d431, #w-node-_7ee36ea7-1d64-95cb-1092-d731d9c3cd55-4c85d431, #w-node-f065b900-afd7-ca7f-b01c-539e6f4b2110-4c85d431, #w-node-f065b900-afd7-ca7f-b01c-539e6f4b2116-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcba-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcc1-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcc4-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcc6-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcce-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcdb-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcde-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdce0-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdce8-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcef-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcf4-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcfe-4c85d431 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f376-25e9f369, #w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f386-25e9f369 {
  align-self: start;
}

#w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f390-25e9f369 {
  justify-self: center;
}

#w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f396-25e9f369, #w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f3af-25e9f369 {
  align-self: start;
}

#w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f3c4-25e9f369 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d8ea7df2-ca36-8c64-1a39-42ec670d5ed3-29e37c44, #w-node-d8ea7df2-ca36-8c64-1a39-42ec670d5ee7-29e37c44 {
  align-self: start;
}

#w-node-_932f72b7-d421-adf4-60b2-61db35fc5369-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9f1447a8-3dd1-c70f-f61f-14d6412ec914-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-df296a2e-82e1-4840-1be7-120556cf39e1-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2060b37b-1e62-3397-4983-3aad81791618-4c85d432, #w-node-_2060b37b-1e62-3397-4983-3aad81791622-4c85d432, #w-node-_2060b37b-1e62-3397-4983-3aad8179162c-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_5a8fb923-8db3-6c1d-f5f7-4df8a6df9fbf-4c85d432, #w-node-_5a8fb923-8db3-6c1d-f5f7-4df8a6df9fc7-4c85d432, #w-node-_5a8fb923-8db3-6c1d-f5f7-4df8a6df9fcf-4c85d432, #w-node-_5a8fb923-8db3-6c1d-f5f7-4df8a6df9fd7-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83c26bff-0384-1eb4-dd8e-f4aa772222d2-4c85d432 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_83c26bff-0384-1eb4-dd8e-f4aa772222d4-4c85d432 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-a126fc1d-04b2-f6fd-079f-67e34e7c4957-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_217809d5-a4c7-4cbb-6d5c-fc7008feef3c-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b29121c7-abae-b079-048c-315d669799bc-4c85d432, #w-node-d6a6abd6-4b47-8519-8f33-70185038c4f2-4c85d432, #w-node-_9767c0c4-20c4-d454-7672-e6b43c6d6f4c-4c85d432, #w-node-e8d66575-f2dd-a6ac-08c8-1895b33e0689-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_21f83300-fa4e-d5eb-0cd3-6752356411cb-4c85d432 {
  align-self: start;
}

#w-node-_2090122a-685e-25b5-77a0-af53a346a299-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2090122a-685e-25b5-77a0-af53a346a29a-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2090122a-685e-25b5-77a0-af53a346a2a9-4c85d432 {
  align-self: start;
}

#w-node-_4538b2e5-a9db-7372-fbed-ad974f264492-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8992ea41-3033-325d-e97d-2f169589b5b6-4c85d432, #w-node-bc078536-7658-332b-ba93-d5bb7905cb23-4c85d432, #w-node-f640ec68-f5af-fcc8-7a73-0fc541dcc634-4c85d432, #w-node-c08fa753-29c0-5bf8-61c3-b7d33c19d8d1-4c85d432 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3d884e50-455d-d4a4-9255-df1472b7198e-4c85d437 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db15e674-843e-12b1-529c-8ed6a2636a1d-4c85d437 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_8f3beb3f-c961-ffd7-ccdb-ed7b50927e01-4c85d439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3183a2d0-788a-8f92-889a-4db1500cd054-4c85d439 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6804bae1-d921-b5c5-1239-eb104e2de531-4c85d43a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b68f9076-a4ec-1d98-5de7-c2099db4a272-4c85d43a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-4c85d440 {
  align-self: stretch;
}

#w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-4c85d442 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71e990d6-c1d8-bea8-3726-04f283a9075d-4c85d444, #w-node-d7b5d7c7-e8af-440f-bec0-1d59b61b4304-4c85d444 {
  justify-self: center;
}

#w-node-e173f295-fc7b-728f-9a92-64f18c60f5ec-4c85d444 {
  justify-self: end;
}

#w-node-ed3bb063-53c9-e7aa-b548-d9cdececd753-4c85d444, #w-node-_5e1fa09b-88c6-23b2-2052-9cf267f55e47-4c85d444, #w-node-_6ac186ab-3c90-38a1-2573-673ef32703d3-4c85d444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-e462a2ec-38e5-8e2e-bf55-c88bbbb38500-4c85d444, #w-node-e462a2ec-38e5-8e2e-bf55-c88bbbb3850d-4c85d444, #w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c601d-4c85d444, #w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c601e-4c85d444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c602d-4c85d444 {
  align-self: start;
}

#w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c6033-4c85d444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c6034-4c85d444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c6045-4c85d444 {
  align-self: start;
}

#w-node-_0a9db897-a99b-be47-47d5-8133e597dfac-4c85d444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5177ea13-f413-def8-4a7d-4e699599c51d-4c85d444, #w-node-_57c8b004-fec1-5cb4-9c5a-d0aef11693bf-4c85d444 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2d3075fe-e971-c04f-0ea1-cc173629c58f-4c85d445, #w-node-_5372d8e4-c856-5b31-7502-b86a3e09ee54-4c85d445, #w-node-ead8585a-c661-b5eb-79cf-d5dd250a0f3d-4c85d445, #w-node-a18b58ab-e9eb-a8d8-5d21-79cf71218444-4c85d445 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_128bbac8-3de8-7fcd-824e-f76865309141-4c85d446, #w-node-_128bbac8-3de8-7fcd-824e-f76865309166-4c85d446, #w-node-_128bbac8-3de8-7fcd-824e-f7686530918b-4c85d446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c7dcf44c-b466-ef62-aa91-059df4694f9c-4c85d446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8539414-6bf9-478c-09c6-a5acf4e065db-4c85d446 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ee574cac-17dc-cf2f-b9a7-68f1979607b0-4c85d447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3ebf509f-4719-3760-eb1b-bf1db513c52f-4c85d447 {
  align-self: start;
}

#w-node-a82b0bf5-fa91-8436-2d3c-81189c049ea8-4c85d447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_1fb5eb0f-45a1-d4d1-ead7-44ac5079d307-4c85d447 {
  align-self: start;
}

#w-node-_02206838-485f-89b3-7d19-56ba1e8fc63b-4c85d447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_04e0afd4-8497-f0a6-fa47-a00a457f836b-4c85d447 {
  align-self: start;
}

#w-node-c06b2092-543b-0eed-b1cc-8f7f7a13574e-4c85d447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c06b2092-543b-0eed-b1cc-8f7f7a135755-4c85d447 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d7c88a93-4654-ed2e-ba5e-cf3549166d75-4c85d448, #w-node-e921c1e4-10fc-f8fb-7af7-1dfd8967974a-4c85d448 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_824815b4-13fe-12cf-d90d-96ec20a238e6-4c85d449 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec1aac9f-99c3-a28d-5bda-66cd020012d6-4c85d449 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_79a1f6f0-1b28-d6b8-625f-02f32a60f53e-4c85d44b, #w-node-_79a1f6f0-1b28-d6b8-625f-02f32a60f552-4c85d44b, #w-node-eac6ab5e-c661-21dc-0c07-20380d9cd5f0-4c85d44b, #w-node-eac6ab5e-c661-21dc-0c07-20380d9cd604-4c85d44b {
  align-self: start;
}

#w-node-_213c4db5-e57e-c1ff-32fb-1716cd8facbb-4c85d44c, #w-node-a126fc1d-04b2-f6fd-079f-67e34e7c4957-a73b65c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_217809d5-a4c7-4cbb-6d5c-fc7008feef3c-a73b65c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_72b2cd6f-cf4d-19c5-8782-0ab6285e5498-a73b65c4, #w-node-_72b2cd6f-cf4d-19c5-8782-0ab6285e54a0-a73b65c4, #w-node-_72b2cd6f-cf4d-19c5-8782-0ab6285e54a8-a73b65c4, #w-node-_72b2cd6f-cf4d-19c5-8782-0ab6285e54b0-a73b65c4, #w-node-_1473a3a5-847a-c0f0-f5ac-b5564829d559-a73b65c4, #w-node-e18df95d-96f2-8050-89f5-f6d541247665-a73b65c4, #w-node-_95f2f153-3015-e089-18c5-113a3f770b58-a73b65c4, #w-node-_87af2f26-893e-4d97-8ac3-36c24122270f-a73b65c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcc6-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdce0-4c85d431 {
    order: -9999;
  }

  #w-node-_217809d5-a4c7-4cbb-6d5c-fc7008feef3c-4c85d432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_9767c0c4-20c4-d454-7672-e6b43c6d6f4c-4c85d432, #w-node-_2090122a-685e-25b5-77a0-af53a346a299-4c85d432, #w-node-bc078536-7658-332b-ba93-d5bb7905cb23-4c85d432, #w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c601d-4c85d444, #w-node-fe8c8dc2-5bab-fbd0-412d-89693f5c6033-4c85d444 {
    justify-self: start;
  }

  #w-node-ab78468f-b0f0-34c4-134b-78f6e760f910-4c85d44c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_217809d5-a4c7-4cbb-6d5c-fc7008feef3c-a73b65c4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdcc6-4c85d431, #w-node-_18d1b53f-222f-2a74-008d-8a7b8a0bdce0-4c85d431 {
    order: -9999;
  }

  #w-node-d9acd4b0-e263-ab2a-76a9-d4b225e9f390-25e9f369 {
    justify-self: stretch;
  }

  #w-node-_9f1447a8-3dd1-c70f-f61f-14d6412ec914-4c85d432, #w-node-df296a2e-82e1-4840-1be7-120556cf39e1-4c85d432 {
    justify-self: start;
  }

  #w-node-_217809d5-a4c7-4cbb-6d5c-fc7008feef3c-4c85d432 {
    order: -9999;
    justify-self: start;
  }

  #w-node-_8992ea41-3033-325d-e97d-2f169589b5b6-4c85d432, #w-node-f640ec68-f5af-fcc8-7a73-0fc541dcc634-4c85d432, #w-node-c08fa753-29c0-5bf8-61c3-b7d33c19d8d1-4c85d432, #w-node-db15e674-843e-12b1-529c-8ed6a2636a1d-4c85d437 {
    justify-self: start;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-4c85d442, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-4c85d442, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-4c85d442, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-4c85d442, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-4c85d442, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-4c85d442, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-4c85d442, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-4c85d442, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-4c85d442, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-4c85d442, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-4c85d442, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-4c85d442, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-4c85d442, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-4c85d442, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-4c85d442, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-4c85d442, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-4c85d442, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-4c85d442, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-4c85d442, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-4c85d442, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-4c85d442, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-4c85d442, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-4c85d442, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-4c85d442, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-4c85d442, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-4c85d442 {
    order: -9999;
  }

  #w-node-_71e990d6-c1d8-bea8-3726-04f283a9075d-4c85d444, #w-node-d7b5d7c7-e8af-440f-bec0-1d59b61b4304-4c85d444, #w-node-e173f295-fc7b-728f-9a92-64f18c60f5ec-4c85d444, #w-node-_5177ea13-f413-def8-4a7d-4e699599c51d-4c85d444, #w-node-_57c8b004-fec1-5cb4-9c5a-d0aef11693bf-4c85d444, #w-node-c8539414-6bf9-478c-09c6-a5acf4e065db-4c85d446, #w-node-c06b2092-543b-0eed-b1cc-8f7f7a135755-4c85d447 {
    justify-self: start;
  }

  #w-node-_217809d5-a4c7-4cbb-6d5c-fc7008feef3c-a73b65c4 {
    order: -9999;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83c26bff-0384-1eb4-dd8e-f4aa772222d2-4c85d432 {
    grid-column: span 1 / span 1;
  }

  #w-node-_83c26bff-0384-1eb4-dd8e-f4aa772222d4-4c85d432 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_824815b4-13fe-12cf-d90d-96ec20a238e6-4c85d449 {
    grid-column: span 1 / span 1;
  }

  #w-node-ec1aac9f-99c3-a28d-5bda-66cd020012d6-4c85d449 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }
}


@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: 'Claritycity';
  src: url('../fonts/ClarityCity-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Claritycity';
  src: url('../fonts/ClarityCity-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}