@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: Thicccboi;
  src: url('../fonts/THICCCBOI-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Thicccboi;
  src: url('../fonts/THICCCBOI-ExtraBold.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --neutral--600: #535354;
  --neutral--800: #181818;
  --accent--primary-1: #f53333;
  --secondary--color-1: #0f0f0f;
  --neutral--100: white;
  --neutral--300: #f1f1f1;
  --general--shadow-01: #0e0e0e0f;
  --neutral--200: whitesmoke;
  --neutral--400: #d5d5d6;
  --neutral--700: #262626;
  --neutral--500: #969697;
  --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: #8ac926;
  --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: #f5333314;
  --general--shadow-03: #f533331a;
  --general--shadow-04: #f5333324;
  --general--shadow-05: #f5333329;
  --general--shadow-06: #f533333d;
  --button-shadow--color-01: #f533330f;
  --button-shadow--color-2: #f5333314;
  --button-shadow--color-03: #f533331a;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --secondary--color-2: #f2f1ff;
  --secondary--color-5: #fdb52a;
  --secondary--color-4: #2d68ff;
  --green-200: var(--system--green-200);
  --secondary--color-3: #7d42fb;
}

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

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

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

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

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

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

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

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

.w-commerce-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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-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 {
    font-size: 16px;
  }

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

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

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

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

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

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

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

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

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

h6 {
  color: var(--neutral--800);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  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: 8px;
}

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

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

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

blockquote {
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  border-radius: 24px;
  margin-top: 64px;
  margin-bottom: 48px;
  padding: 120px 100px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.417em;
}

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.text-and-image-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid-2-columns.form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.grid-2-columns.form.gap-column-24px {
  grid-column-gap: 24px;
}

.grid-2-columns.contact-v1 {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1.7fr;
}

.grid-2-columns.contact-v7 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-columns: 1.25fr 1fr;
  align-items: start;
}

.grid-2-columns.cta-v4 {
  grid-column-gap: 100px;
  grid-template-columns: .86fr 1fr;
}

.grid-2-columns.cta-v1 {
  grid-column-gap: 50px;
}

.grid-2-columns.logo-strip-bottom {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: auto auto;
  justify-content: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.stats-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none;
  border-radius: 18px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  display: flex;
}

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

.grid-2-columns.title-and-paragraph {
  grid-column-gap: 140px;
  grid-template-columns: 1.1fr .8fr;
  margin-bottom: 56px;
}

.grid-2-columns.title-and-paragraph._1-5fr---mg-bottom-64px {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: 1.75fr 1fr;
  margin-bottom: 64px;
}

.grid-2-columns.title-and-search {
  grid-column-gap: 140px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.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.product-page {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  grid-template-columns: 1fr 1.25fr;
}

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

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

.grid-2-columns.sales-page {
  width: 64%;
  max-width: 804px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns._1-75fr---1fr---gap-70px {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-columns: 1.75fr 1fr;
}

.grid-2-columns._1-75fr---1fr---gap-70px.tablet-1-columns {
  flex-flow: row;
  grid-auto-flow: row;
  display: flex;
}

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

.grid-2-columns.content-right {
  grid-template-columns: 1fr .55fr;
}

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

.grid-2-columns.title-articles {
  grid-template-columns: 1fr auto;
  margin-bottom: 48px;
}

.grid-2-columns._1fr---1-75fr {
  grid-template-columns: 1fr 1.75fr;
}

.grid-2-columns.sidebar-align-start {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-columns: .5fr 1.25fr;
  align-items: start;
}

.grid-2-columns.sidebar-align-start._1-columns-auto---gap-80px {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: auto 1.25fr;
}

.grid-2-columns.home-hero-grid {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr .65fr;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

.grid-2-columns.grid-image---position-relative {
  position: relative;
}

.grid-2-columns.title-and-btn {
  margin-bottom: 40px;
}

.grid-2-columns.content-left---slider-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1.5fr;
}

.grid-2-columns.cta-careers {
  grid-template-columns: 1fr .75fr;
}

.grid-2-columns.grid-rich-text {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-columns: 1fr 1.75fr;
}

.grid-2-columns.hero-featured---align-start {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
}

.grid-2-columns._1fr---1-25fr---gap-80px {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-columns: 1fr 1.25fr;
}

.grid-2-columns.dropdown-column-grid {
  grid-column-gap: 80px;
}

.grid-2-columns.hero-cards-right-grid {
  grid-column-gap: 40px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1.35fr;
  align-items: end;
  width: 60%;
  max-width: 780px;
  position: absolute;
  right: -12%;
  transform: translate(0, 16%);
}

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

.grid-2-columns.team-member-card-text-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.8fr 1fr;
  width: 100%;
}

.grid-2-columns.home-hero-grid {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  place-items: start stretch;
  position: relative;
}

.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 6px 0 var(--general--shadow-01);
  border-radius: 24px;
}

.card.form {
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  min-height: 770px;
  margin-bottom: 0;
  padding: 90px 48px;
  display: flex;
}

.card.form.v2 {
  min-height: 652px;
  padding: 72px 80px;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.content-center.stat-values {
  justify-content: flex-start;
  align-items: center;
  padding: 70px 24px;
}

.card.content-center.icon-top-card-dark {
  border-color: var(--neutral--600);
  background-color: #0000;
  border-radius: 20px;
  padding: 62px 28px;
}

.card.content-center.pd-24---70px {
  padding: 70px 24px;
}

.card.content-center.pd-24---70px.border-color-400 {
  border-color: var(--neutral--400);
}

.card.content-center.icon-top-card {
  border-color: var(--neutral--400);
  box-shadow: none;
  padding: 70px 24px;
}

.card.content-left.stat-v3 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.card.content-left.card-clients {
  border-color: var(--neutral--600);
  background-color: var(--secondary--color-1);
  max-height: 420px;
  padding: 56px 42px;
}

.card.content-left.bg-secondary-1 {
  border-color: var(--neutral--600);
}

.card.content-left.pd-42px---58px---border-color-300 {
  border-color: var(--neutral--300);
  padding: 58px 42px;
}

.card.icon-left---content-right {
  background-color: #0000;
  border-radius: 20px;
  align-items: flex-start;
  height: 100%;
  padding: 45px 50px;
  display: flex;
}

.card.icon-left---content-right.border-color-600 {
  border-color: var(--neutral--600);
  height: 100%;
  padding-bottom: 20px;
}

.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.figma-file {
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  margin-bottom: 48px;
  display: flex;
  overflow: hidden;
}

.card.sales-home-page {
  text-align: center;
  transform-style: preserve-3d;
  text-decoration: none;
  transition-property: transform;
}

.card.sales-home-page:hover {
  transform: translate3d(0, -4px, .01px);
}

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

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

.card.buy-now.white {
  background-color: var(--neutral--100);
}

.card.content-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 24px;
  display: flex;
}

.card.content-left.stat-v3 {
  padding-left: 44px;
  padding-right: 44px;
}

.card._3-interfaces---interface-right {
  z-index: 1;
  border-style: solid;
  border-radius: 20px;
  width: 30%;
  max-width: 300px;
  position: absolute;
  top: 28%;
  right: 0;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px #11111114;
}

.card._3-interfaces---interface-left {
  z-index: 1;
  border-style: solid;
  border-radius: 20px;
  width: 30%;
  max-width: 300px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 32px;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 1px 28px #11111114;
}

.card.content-integrations {
  color: var(--neutral--600);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 48px 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card.icon-location---1 {
  z-index: 1;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 6%;
  position: absolute;
  top: 28%;
  left: 10%;
  overflow: hidden;
}

.card.icon-location---2 {
  z-index: 1;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 6%;
  position: absolute;
  top: 50%;
  left: 28%;
  overflow: hidden;
}

.card.icon-location---3 {
  z-index: 1;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 6%;
  position: absolute;
  top: 20%;
  left: 28%;
  overflow: hidden;
}

.card.icon-location---4 {
  z-index: 1;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 6%;
  position: absolute;
  top: 30%;
  left: 55%;
  overflow: hidden;
}

.card.icon-location---5 {
  z-index: 1;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 6%;
  position: absolute;
  top: 29%;
  left: 84%;
  overflow: hidden;
}

.card.icon-location---6 {
  z-index: 1;
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  width: 6%;
  position: absolute;
  top: 63%;
  left: 79%;
  right: 79%;
  overflow: hidden;
}

.card.interface-and-stats---stats-member {
  z-index: -1;
  border-style: solid;
  border-radius: 20px;
  width: 40%;
  max-width: 280px;
  position: absolute;
  top: 15%;
  left: 13%;
  overflow: hidden;
  box-shadow: 0 1px 28px #11111114;
}

.card.icon-left---title {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  align-items: center;
  display: flex;
}

.card.pd-64px---52px {
  padding: 64px 52px;
}

.style---color-block {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  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.pricing-tablet {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--neutral--300);
  border-radius: 28px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  box-shadow: 0 2px 10px #0000000f;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-neutral-100.mg-bottom-40px {
  margin-bottom: 30px;
  padding-right: 0;
}

.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--600);
  max-width: none;
  padding-top: 20px;
}

.color-neutral-400.mg-bottom-24px {
  color: var(--neutral--400);
  margin-bottom: 60px;
}

.color-neutral-400.mg-bottom-24px.subtitle-footer {
  margin-top: 10px;
  margin-bottom: 40px;
  padding-top: 0;
}

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

.divider.mg-52px.bg-neutral-600 {
  background-color: var(--neutral--600);
}

.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-top: 20px;
  margin-bottom: 40px;
}

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

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

.mg-bottom-40px.color-neutral-400 {
  color: var(--neutral--500);
  padding-right: 10px;
}

.mg-bottom-40px.color-neutral-400.subtitle-about {
  color: var(--neutral--500);
  margin-bottom: 10px;
}

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

.mg-bottom-40px.color-neutral-100 {
  color: var(--neutral--100);
  text-align: left;
}

.mg-bottom-40px.color-neutral-100.subtitle-features, .mg-bottom-40px.color-neutral-100.subtitle-use-cases {
  text-align: center;
}

.mg-bottom-40px.description-team {
  margin-bottom: 0;
}

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

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

.mg-top-48px {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

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

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

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

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

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

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

.text-200.list {
  line-height: 24px;
}

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

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

.text-200.bold.dropdown-column-title {
  color: var(--neutral--800);
  margin-bottom: 24px;
}

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

.display-1.color-neutral-100 {
  float: none;
  clear: none;
  direction: ltr;
  color: var(--neutral--100);
  text-align: center;
  white-space: normal;
  word-break: normal;
  width: auto;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 1.1em;
  text-decoration: none;
  display: block;
  position: static;
}

.display-1.color-neutral-100.title-hero {
  float: none;
  clear: none;
  color: var(--neutral--800);
  text-align: left;
  padding-right: 0;
  font-size: 60px;
  font-weight: 800;
  line-height: 1.1em;
}

.display-1.color-neutral-100.title-about {
  white-space: nowrap;
  margin-bottom: 0;
}

.display-1.color-neutral-100.title-pricing {
  text-align: left;
}

.display-1.color-neutral-100.title-features {
  margin-bottom: 30px;
}

.grid-1-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  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-16px.mg-bottom-40px {
  grid-row-gap: 28px;
}

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

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

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

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

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

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

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

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

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

.display-2 {
  color: var(--neutral--800);
  margin-bottom: 60px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.273em;
}

.display-2.color-neutral-100, .display-2.color-neutral-100.mg-bottom-0 {
  color: var(--neutral--100);
}

.display-2.color-neutral-100.mg-bottom-0.title-features {
  color: var(--neutral--800);
}

.display-2.color-neutral-100.title-use-case, .display-2.color-neutral-100.title-reviews, .display-2.color-neutral-100.title-award, .display-2.title-browse-web, .display-2.title-risks, .display-2.title-steps {
  margin-bottom: 20px;
}

.display-2.subtitle-statistics, .display-2.title-values {
  margin-bottom: 10px;
}

.display-2.title-principles {
  margin-bottom: 20px;
}

.display-3 {
  color: var(--neutral--800);
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.294em;
}

.display-3.mg-bottom-16px.color-neutral-100.description-use-cases, .display-3.mg-bottom-8px {
  margin-bottom: 20px;
}

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

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

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

.display-4.subtitle-values {
  margin-bottom: 0;
}

.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;
  font-weight: 400;
  line-height: 1.083em;
}

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

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

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

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

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

.text-300.bold.footer-title {
  color: var(--neutral--100);
  margin-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.grid-3-columns._3-icon-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto auto;
  justify-content: center;
  justify-items: center;
}

.grid-3-columns.logo-strip-top {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-columns: auto auto auto;
  justify-content: center;
  place-items: center stretch;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.grid-3-columns.align-start {
  align-items: start;
}

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

.grid-3-columns.logo-grid-small {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
}

.grid-3-columns.grid-card-jobs {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: .25fr .5fr .25fr;
  align-items: start;
}

.grid-3-columns.grid-title-jobs {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: .25fr .5fr .25fr;
}

.grid-3-columns.dropdown-main-pages-grid {
  grid-column-gap: 32px;
  align-items: start;
}

.grid-3-columns.footer-bottom-grid {
  text-align: center;
  grid-template-columns: auto 1fr auto;
  place-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-container._574px {
  max-width: 574px;
}

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

.inner-container._752px.center {
  max-width: 752px;
}

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

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

.inner-container._500px.center {
  text-align: left;
}

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

.inner-container._856px {
  max-width: 856px;
}

.inner-container._800px {
  max-width: 800px;
}

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

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

.inner-container._640px.center.inner-container-pricing {
  max-width: 800px;
}

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

.inner-container._950px {
  max-width: 950px;
}

.inner-container._980px {
  max-width: 980px;
}

.inner-container._482px {
  max-width: 482px;
}

.inner-container._456px {
  max-width: 456px;
}

.inner-container._258px {
  max-width: 258px;
}

.inner-container._552px {
  max-width: 552px;
}

.inner-container._552px.center {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.inner-container._234px {
  max-width: 234px;
}

.inner-container._808px {
  max-width: 808px;
}

.inner-container._388px {
  max-width: 388px;
}

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

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

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

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

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

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

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

.btn-primary {
  border: 1px solid var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

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

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

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

.btn-primary.small.hover-white.btn-hero {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-primary.small.pricing-table-btn {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  width: 100%;
}

.btn-primary.small.pricing-table-btn:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
}

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

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

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

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

.btn-primary.white.no-hover:hover {
  background-color: var(--neutral--100);
  transform: none;
}

.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.button-row.bg-accent-1 {
  background-color: var(--accent--primary-1);
  margin-right: 0;
}

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

.btn-primary.no-hover:hover {
  transform: none;
}

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

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

.btn-primary.bg-accent-1.hover-dark:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.btn-primary.sign-in-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 10px 0 var(--general--shadow-01);
  align-items: center;
  font-weight: 400;
  display: flex;
}

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

.btn-primary.hover-white.button-row {
  margin-right: 0;
}

.btn-primary.hover-white.button-row.btn-hero {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary.hover-white.button-row.btn-hero:hover {
  border-color: var(--neutral--400);
  background-color: var(--neutral--400);
  color: var(--neutral--800);
}

.btn-primary.small-btn-inside-input {
  padding: 12px 24px;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 12px;
}

.btn-primary.small-btn-inside-input.bg-accent-1:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.btn-secondary {
  border: 1px solid var(--neutral--800);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  padding: 26px 38px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

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

.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 {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-secondary.width-100 {
  margin-top: 0;
}

.btn-secondary.bg-transparent---hover {
  background-color: #0000;
}

.btn-secondary.bg-transparent---hover:hover {
  border-color: var(--neutral--800);
  box-shadow: none;
  color: var(--neutral--800);
}

.btn-secondary.mg-top-0 {
  margin-top: 0;
}

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

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

.badge-primary.light {
  background-color: var(--neutral--200);
  color: var(--neutral--800);
}

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

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

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

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

.badge-secondary {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  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;
}

.badge-secondary.tabs {
  margin-left: 12px;
  margin-right: 12px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.tabs.w--current {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.badge-secondary.absolute-right-top {
  position: absolute;
  inset: 0% 0% auto auto;
}

.badge-secondary.text-bold.absolute-right-top {
  top: 24px;
  right: 24px;
}

.badge-secondary.category-badges {
  margin-left: 24px;
  transition: border-color .3s, background-color .3s, color .3s;
}

.badge-secondary.category-badges:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.badge-secondary.category-badges.w--current {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  cursor: default;
}

.badge-secondary.text-regular {
  font-weight: 400;
}

.badge-secondary.text-regular.absolute-right-top {
  padding: 16px 24px;
  top: 24px;
  right: 24px;
}

.input {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 100px;
  min-height: 72px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 18px;
  line-height: 20px;
  transition: color .3s, border-color .3s;
}

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

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

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

.input.small {
  min-height: 46px;
  margin-bottom: 0;
  padding-top: 8px;
  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: 76px;
}

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

.input.cart-quantity-input {
  width: 80px;
  min-height: 50px;
  padding-left: 16px;
  padding-right: 16px;
}

.input.quntity {
  width: 110px;
}

.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.border-400---box-shadow-none {
  border-color: var(--neutral--400);
  box-shadow: none;
}

.input.border-400---box-shadow-none:hover {
  border-color: var(--neutral--600);
}

.input.border-400---box-shadow-none:focus {
  border-color: var(--accent--primary-1);
}

.input.select-wrapper {
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.input.select-inside {
  box-shadow: none;
  color: var(--neutral--600);
  background-color: #0000;
  border-style: solid;
  border-width: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.position-relative {
  position: relative;
}

.text-area {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  border-radius: 22px;
  min-height: 144px;
  padding: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.circle-icon.password-page {
  border-radius: 0;
  width: 100px;
  margin-bottom: 24px;
}

.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--200);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

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

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

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

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

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

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

.line-rounded-icon.dropdown-arrow {
  margin-left: 8px;
}

.line-rounded-icon.success-message-check {
  margin-bottom: 6px;
  font-size: 22px;
}

.line-rounded-icon.success-message-check.large {
  color: var(--accent--primary-1);
  margin-bottom: 16px;
  font-size: 80px;
  line-height: 88px;
}

.line-rounded-icon.icon-size-28px {
  font-size: 34px;
  line-height: 1em;
}

.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.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 img {
  border-radius: 24px;
}

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

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

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

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

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

.rich-text h6 {
  margin-top: 48px;
  margin-bottom: 16px;
}

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

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

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

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

.buttons-row {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.buttons-row.right {
  justify-content: flex-end;
}

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

.buttons-row.button-row-pricing {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.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 {
  background-color: var(--neutral--100);
  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--300);
  color: var(--secondary--color-1);
}

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

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

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

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  text-align: center;
  width: 100%;
  padding: 38px 22px;
  text-decoration: 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: 1328px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 24px;
}

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

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

.elements---page-hero {
  background-color: var(--neutral--200);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

.section.small.logo-strip-section {
  border-bottom: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
}

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

.section.overflow-hidden.bg-secondary-1.sectionreview {
  padding-top: 220px;
}

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

.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-page {
  background-image: linear-gradient(to bottom, white 46%, var(--accent--primary-1) 46%);
  padding-top: 100px;
  padding-bottom: 200px;
  overflow: hidden;
}

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

.section.home-hero-primary {
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
}

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

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

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

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

.section.large-image-left-section {
  z-index: 1;
  background-color: var(--accent--primary-1);
  padding-top: 156px;
  padding-bottom: 156px;
  position: relative;
}

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

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

.section.pd-120px.pd-bottom-0px {
  z-index: 1;
  padding-bottom: 0;
  position: relative;
}

.section.pd-120px.border-top-400 {
  border-top: 1px solid var(--neutral--400);
}

.section.pd-120px.border-bottom-600 {
  border-bottom: 1px solid var(--neutral--600);
}

.section.pd-120px.pd-bottom-64px-tablet {
  overflow: hidden;
}

.section.pd-120px.pd-bottom-64px-tablet.heor-pricing {
  padding-top: 100px;
  padding-bottom: 220px;
}

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

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

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

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

.section.bg-secondary-1 {
  background-color: #0000;
  padding-top: 40px;
  padding-bottom: 120px;
}

.section.pd-botom-0px {
  padding-top: 60px;
  padding-bottom: 0;
}

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

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

.section.pd-140px---image-right.border-bottom-400 {
  border-bottom: 1px solid var(--neutral--400);
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.pd-140px---image-right.border-top-400 {
  border-top: 1px solid var(--neutral--400);
  padding-top: 0;
  padding-bottom: 0;
}

.section.flex-growth {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.top-bar-wrapper {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  padding-left: 72px;
  padding-right: 72px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.link-wrapper {
  color: var(--neutral--800);
  transition: color .3s;
  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: var(--secondary--color-2);
}

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

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 72px;
  margin-bottom: 32px;
  padding: 24px 32px;
}

.elements---element-title.first, .elements---element-title.first.large {
  margin-top: 0;
}

.elements---element-title.large {
  margin-top: 266px;
  margin-bottom: 54px;
}

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

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

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

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

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

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

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

.heading-h4-size.subtitle-faq {
  font-size: 18px;
  line-height: 1em;
}

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

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

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

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

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

.header-content-wrapper.header-logo-center {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

.header-nav-link.hover-neutral-800:hover {
  color: var(--neutral--800);
}

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

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

.header-nav-link.hover-neutral-800.tablet-color-800 {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.header-nav-link.hover-neutral-800.tablet-color-800.hover-red:hover, .header-nav-link.hover-neutral-800.tablet-color-800.header-login.header-login-about:hover {
  color: var(--accent--primary-1);
}

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

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

.header-nav-list-item.middle {
  padding-left: 16px;
  padding-right: 16px;
}

.header-nav-list-item.middle.button-register-header {
  display: block;
  overflow: visible;
}

.header-nav-list-item.left {
  padding-left: 0;
  padding-right: 32px;
}

.dropdown-toggle {
  color: var(--neutral--100);
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

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

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

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

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

.dropdown-column-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  border-radius: 20px;
  overflow: hidden;
  transform: translate(-60%);
}

.dropdown-column-wrapper.left {
  transform: translate(-25%);
}

.dropdown-link {
  color: var(--neutral--600);
  width: 100%;
  padding: 0;
  line-height: 20px;
}

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

.dropdown-link.more-template:hover {
  color: var(--neutral--600);
}

.dropdown-pd {
  padding: 40px;
}

.dropdown-pd.pd-48px {
  padding: 48px;
}

.header-logo-link {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 300px;
  padding-left: 0;
  transition: transform .3s, color .3s;
}

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

.header-logo-link.w--current, .header-logo-link.nav-link.w--current {
  max-width: 300px;
}

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

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

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

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

.header-middle, .header-left-side {
  align-items: center;
  display: flex;
}

.btn-circle-primary {
  border: 1px solid var(--accent--primary-1);
  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: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

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

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

.btn-circle-primary.slider-right---left-arrow {
  left: -40px;
}

.btn-circle-primary.slider-right---left-arrow:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-circle-primary.slider-right---left-arrow.hover-dark:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.btn-circle-primary.slider-right---right-arrow {
  right: -16px;
}

.btn-circle-primary.slider-right---right-arrow:hover {
  border-color: var(--neutral--100);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.btn-circle-primary.slider-right---right-arrow.hover-dark:hover {
  border-color: var(--secondary--color-1);
  background-color: var(--secondary--color-1);
  color: var(--neutral--100);
}

.btn-circle-secondary {
  border: 1px solid var(--neutral--800);
  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: translate3d(0, -3px, .01px);
}

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

.btn-circle-secondary.small.accordion-btn {
  box-shadow: none;
  border-width: 2px;
}

.btn-circle-secondary.small.accordion-btn:hover {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
}

.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.accordion-btn {
  position: relative;
}

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

.utility-page-wrap.bg-gradient-pass {
  background-image: url('../images/bg-decorative-password-advertising-x-webflow-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 140px;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 640px;
  display: flex;
}

.utility-page-content.content-center---pd-top-120px {
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.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.tablet-center {
  align-items: center;
}

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

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

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

.flex-vertical.start.gap-row-8px {
  grid-row-gap: 8px;
}

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

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

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.space-between.align-end {
  align-items: flex-end;
}

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

.flex-horizontal.children-wrap {
  flex-wrap: wrap;
}

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

.footer-wrapper.border-radius-top-corners-20px {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.footer-wrapper.border-radius-top-corners-20px.bg-neutral-100 {
  background-color: var(--neutral--100);
}

.footer-wrapper.bg-transparent {
  background-color: #0000;
}

.footer-logo-wrapper {
  transform-style: preserve-3d;
  margin-bottom: 16px;
  transition-property: transform;
}

.footer-logo-wrapper:hover {
  transform: translate3d(0, -3px, .01px);
}

.footer-logo-wrapper.mg-bottom-0 {
  max-width: 300px;
  margin-bottom: 0;
}

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

.footer-list-item {
  margin-bottom: 18px;
  padding-left: 0;
  line-height: 1.111em;
}

.footer-list-item.mg-bottom-0 {
  margin-bottom: 0;
}

.footer-link {
  color: var(--neutral--400);
  text-decoration: none;
}

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

.footer-link.more-template {
  color: var(--accent--primary-1);
  font-weight: 800;
}

.footer-link.more-template:hover {
  color: var(--neutral--400);
}

.footer-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-top.v2 {
  grid-template-columns: 1.75fr 1fr;
}

.footer-bottom {
  border-top: 1px solid var(--neutral--600);
  padding-top: 32px;
  padding-bottom: 32px;
}

.footer-bottom.logo-and-text {
  grid-column-gap: 32px;
  border-top-style: none;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.success-message.transparent {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

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

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

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

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

.text-center.mg-bottom-40px.text-introduction-pricing {
  text-align: left;
  display: block;
}

.card-link-icon {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  transform-style: preserve-3d;
  border-radius: 14px;
  align-items: center;
  padding: 32px;
  text-decoration: none;
  transition: transform .3s, border-color .3s, color .3s;
  display: flex;
}

.card-link-icon:hover {
  border-color: var(--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.card-link-icon.link-contact {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
  transition: transform .3s;
}

.card-link-icon.link-contact:hover {
  box-shadow: none;
  border-style: none;
  border-radius: 0;
}

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

.floating-item {
  position: absolute;
}

.floating-item.cta-v1-01 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.floating-item.cta-v1-02 {
  z-index: -1;
  object-fit: cover;
  inset: auto -2% 0% auto;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.floating-item.section-bg-image-bottom {
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.opacity-90 {
  opacity: .9;
}

.icon-list-item-wrapper {
  align-items: center;
  display: flex;
}

.icon-list {
  margin-right: 16px;
}

._w-h-100 {
  width: 100%;
  height: 100%;
}

._w-h-100.fit-cover.fit-position-left-100 {
  object-position: 100% 50%;
  width: 100%;
}

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

.fit-cover.fit-position-left {
  object-position: 0% 50%;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

.grid-6-columns.logo-strip {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  place-items: center;
}

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

.grid-5-columns.card-and-line {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end center;
  place-items: center stretch;
  padding-top: 0;
  display: flex;
}

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

.slider-mask {
  height: 100%;
}

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

.slider-nav {
  margin-top: 24px;
  position: static;
  transform: scale(.8);
}

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

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

.accordion-item-wrapper.v6 {
  transform-style: preserve-3d;
  justify-content: space-between;
}

.accordion-item-wrapper.v6:hover {
  transform: translate3d(0, -3px, .01px);
}

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

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

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

.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 {
  width: 28px;
}

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

.accordion-content-wrapper.v2 {
  max-width: 730px;
  margin-top: 12px;
}

.accordion-content-wrapper.width-660px {
  max-width: 660px;
}

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

.accordion-side.right-side {
  margin-left: 4px;
  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 {
  margin-bottom: 0;
}

.accordion-title.heading-h3-size {
  margin-top: 4px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.tabs-menu.v1 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 580px;
  margin-bottom: 0;
}

.tabs-menu.max-w-380px {
  max-width: 380px;
}

.tabs-menu.max-w-380px.center {
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  overflow: visible;
}

.tabs-content.v1 {
  overflow: hidden;
}

.empty-state {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  text-align: center;
  border-radius: 11px;
  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.large {
  padding: 64px 44px;
}

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

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

.flex-growth {
  flex: 1;
}

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

.bg-white-section.about-us {
  background-image: url('../images/bg-decorative-about-advertising-x-webflow-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.bg-white-section.features-single {
  background-image: linear-gradient(to bottom, var(--secondary--color-1) 80%, var(--neutral--100) 80%);
}

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

.pricing-content {
  padding: 64px 30px;
}

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

.pricing-column.featured {
  background-color: var(--neutral--200);
}

.pricing-table-top {
  border-bottom: 1px solid var(--neutral--400);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 230px;
  padding: 44px 40px;
  display: flex;
}

.pricing-table-top.first {
  align-items: flex-start;
  padding-left: 0;
}

.pricing-table-top.featured {
  background-color: var(--neutral--200);
}

.pricing-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  max-height: 80px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.pricing-content-wrapper.left {
  align-items: flex-start;
  min-height: 80px;
  max-height: 80px;
  padding-left: 40px;
}

.pricing-content-wrapper.left.last {
  margin-bottom: 30px;
}

.blog-card-image {
  object-fit: cover;
}

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

.blog-card-image-wrapper.min-h-546px-desktop {
  min-height: 546px;
  display: flex;
}

.blog-card-image-wrapper.min-h-380px-desktop {
  min-height: 380px;
  display: flex;
}

.blog-card-excerpt.mg-bottom-0 {
  color: var(--neutral--600);
}

.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);
  width: 100%;
  text-decoration: none;
}

._404-not-found {
  color: var(--accent--primary-1);
  margin-bottom: 54px;
  font-size: 348px;
  font-weight: 800;
  line-height: 348px;
  display: none;
}

.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;
  border-radius: 8px;
  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--200);
  color: var(--secondary--color-1);
}

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

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

.template-pages---phography-wrapper:hover {
  transform: translate3d(0, -3px, .01px);
}

.cart-button {
  color: var(--neutral--100);
  white-space: nowrap;
  background-color: #0000;
  padding: 0;
  transition-property: none;
  position: relative;
}

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

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

.cart-quantity {
  color: var(--neutral--100);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.667em;
  display: flex;
}

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

.cart-container {
  box-shadow: none;
  background-color: #0000;
  max-width: 600px;
  padding: 24px;
}

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

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

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

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

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

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

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

.image-home-link-wrapper:hover {
  transform: translate3d(0, -3px, .01px);
}

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

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

.card-sales-home-image {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

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

.figma-file-image-wrapper {
  width: 100%;
  max-width: 640px;
  display: flex;
}

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

.badge-home {
  z-index: 1;
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 20px 20px auto auto;
}

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

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

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

.cta-square-logo.white {
  border: 1px solid var(--neutral--200);
}

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

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

.footer-top---left-section {
  border-right: 1px solid var(--neutral--600);
  padding-top: 120px;
  padding-bottom: 120px;
  padding-right: 40px;
}

.footer-top---left-section.v2 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  padding-right: 110px;
  display: grid;
}

.footer-top---right-section {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  place-items: start end;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 48px;
  display: grid;
}

.footer-top---right-section.v2 {
  z-index: 1;
  align-items: flex-start;
  padding-left: 64px;
  display: block;
  position: relative;
}

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

.hover-color-neutral-400 {
  text-decoration: none;
}

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

.social-media-grid-top {
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 24px);
}

.social-icon-link {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-decoration: none;
  transition: color .3s, opacity .3s, transform .3s;
  display: flex;
}

.social-icon-link:hover {
  transform: translate(0, -3px);
}

.social-icon-link.color-neutral-800:hover, .social-icon-link.color-neutral-100:hover {
  color: var(--accent--primary-1);
}

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

.icon-card-center {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 28px #11111114;
}

.icon-card-center.border-radius-0 {
  box-shadow: none;
  border-radius: 0%;
}

.card-team-member {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 6px 0 var(--general--shadow-01);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 56px 48px;
  text-decoration: none;
  display: flex;
}

.image-team-member {
  background-color: var(--neutral--200);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  height: 200px;
  max-height: 200px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-team-member._01 {
  width: 320px;
  max-width: 320px;
  height: 320px;
  max-height: 320px;
}

.image-team-member.author-avatar {
  width: 100%;
  transition: opacity .3s, color .3s;
}

.image-team-member.author-avatar:hover {
  opacity: .8;
}

.our-office-section-image-left-wrapper {
  z-index: -1;
  width: 59%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cta-full-width-image-right {
  width: 48%;
  max-width: 680px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.pagination {
  border-top: 1px solid var(--neutral--400);
  margin-top: 48px;
  padding-top: 48px;
}

.card-team-member-page-top {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

._3-interfaces---container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._3-interfaces---interface-center {
  border-radius: 20px;
  width: 80%;
  max-width: 870px;
  position: relative;
  transform: translate(0);
  box-shadow: 0 8px 28px #11111114;
}

.bg-overlay-gradient-features {
  background-image: linear-gradient(to bottom, var(--accent--primary-1) 68%, var(--neutral--100) 68%);
}

.icon-social {
  width: 100%;
}

.image-map {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.image-location---container {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-image-member {
  z-index: 1;
  width: 58%;
  max-width: 756px;
  position: absolute;
  inset: auto 0% -.4% auto;
}

.max-w-344px {
  max-width: 344px;
}

.max-w-344px.center {
  margin-left: auto;
  margin-right: auto;
}

.hero-image-home---02, .hero-image-home---01 {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 20px;
  width: 100%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px #1c1c1d14;
}

.hero-image-home---03 {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  border-radius: 20px;
  width: 62%;
  max-width: 478px;
  margin-left: 12%;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px #1c1c1d14;
}

.tabs {
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
}

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

.accordion-item {
  border-bottom: 1px solid var(--neutral--400);
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 0;
  display: flex;
}

.accordion-item.w--current {
  background-color: #0000;
}

.icon._64px {
  max-width: 64px;
}

.mg-bottom-160---tablet-0px {
  margin-bottom: 160px;
}

.tab-pane {
  width: 100%;
  height: 100%;
}

.tab-image-wrapper {
  border-radius: 24px;
  width: 100%;
  overflow: hidden;
}

.accordion-tabs-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--neutral--100);
  cursor: pointer;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-w-448px {
  max-width: 448px;
}

.max-w-448px.tablet-max-w-100 {
  max-width: 700px;
}

.max-w-448px.tablet-max-w-100.max-w-500 {
  max-width: 500px;
}

.max-w-448px.tablet-max-w-100.title-features-pricing {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-bottom: 60px;
  display: block;
}

.line {
  background-color: var(--neutral--100);
  opacity: .3;
  width: 1px;
}

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

.slider-right-overlay {
  z-index: 3;
  background-color: var(--secondary--color-1);
  position: absolute;
  inset: -100px 100% -100px -100vw;
}

.slider-right-overlay.tablet-display-none.bg-neutral-200 {
  background-color: var(--neutral--200);
}

.icon-card-clients {
  width: 30px;
}

.full-section-image-right-container {
  background-color: var(--accent--primary-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.full-section-image-left-container {
  background-color: var(--accent--primary-1);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.image-w-600px {
  border-radius: 20px;
  width: 800px;
}

.max-w-450px {
  max-width: 450px;
}

.max-w-450px.tablet-max-w-100 {
  width: 100%;
  max-width: 500px;
}

.border-bottom-400 {
  border-bottom: 1px solid var(--neutral--400);
}

.border-bottom-400.pd-top---bottom-64px {
  padding-top: 64px;
  padding-bottom: 64px;
}

.line-space-text {
  background-color: var(--neutral--500);
  width: 30px;
  min-height: 1px;
  margin-left: 14px;
  margin-right: 14px;
}

.image-blog-post {
  border-radius: 24px;
  overflow: hidden;
}

.display-none {
  display: none;
}

.image-404 {
  margin-bottom: 56px;
}

.bg-decorative-404 {
  background-image: url('../images/bg-decorative-404-advertising-x-webflow-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.coming-soon-page-bg {
  background-image: url('../images/bg-decorative-coming-soon-advertising-x-webflow-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.logo-center {
  margin-left: auto;
  margin-right: auto;
}

.text-coming-soon {
  color: var(--neutral--800);
  font-size: 120px;
  font-weight: 800;
  line-height: 1.167em;
}

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

.max-w-660px {
  max-width: 660px;
}

.max-w-660px.center {
  margin-left: auto;
  margin-right: auto;
}

.max-w-500px {
  max-width: 500px;
}

.max-w-500px.center {
  margin-left: auto;
  margin-right: auto;
}

.hero-image-featured---02 {
  z-index: 1;
  border: 1px solid var(--neutral--300);
  border-radius: 20px;
  width: 70%;
  position: absolute;
  inset: -8.25% -16.5% auto auto;
  overflow: hidden;
  box-shadow: 0 8px 28px #1c1c1d14;
}

.hero-image-featured---01 {
  z-index: 0;
  border: 1px solid var(--neutral--300);
  border-radius: 20px;
  width: 72%;
  position: relative;
  top: 60px;
  overflow: hidden;
  box-shadow: 0 8px 28px #1c1c1d14;
}

.max-w-850px {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.apple-pay {
  border-radius: 20px;
}

.line-divider.left {
  background-color: var(--neutral--300);
  width: 100%;
  min-height: 1px;
  margin-right: 12px;
}

.line-divider.right {
  background-color: var(--neutral--300);
  width: 100%;
  min-height: 1px;
  margin-left: 12px;
}

.pd-bottom-80px {
  padding-bottom: 80px;
}

.bg-gradient---border-radius-40px {
  z-index: -1;
  background-color: var(--secondary--color-1);
  border-radius: 40px;
  max-width: 1328px;
  height: 818px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 24px 0%;
}

.bg-decorative-sign-up {
  background-image: url('../images/bg-decorative-sign-up-advertising-x-webflow-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-decorative-contact {
  background-image: url('../images/bg-decorative-contact-advertising-x-webflow-template.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-image-integrations-wrapper {
  z-index: 1;
  align-items: center;
  height: 440px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  position: absolute;
  inset: 0% -54% 0% auto;
}

.bg-decorative-icon-social {
  z-index: -1;
  position: absolute;
}

.circle-icon-integrations {
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
}

.icon-social-integrations {
  width: 100%;
  height: 100%;
}

.line-vertical {
  background-color: var(--secondary--color-1);
  border-radius: 20px;
  width: 30px;
  min-height: 5px;
}

.line-vertical.bottom {
  transform: translate(0, -5px)rotate(90deg);
}

.mg-top-80---border-radius-20 {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: 80px;
  overflow: hidden;
}

.card-integration-rich-text {
  border: 1px solid var(--neutral--300);
  border-radius: 40px;
  padding: 80px 100px;
  box-shadow: 0 2px 12px #0f0f0f14;
}

.line-space-mg-40 {
  background-color: var(--neutral--400);
  min-height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-product {
  max-width: 64px;
}

.odd-items-top-40px:nth-child(odd) {
  margin-top: 40px;
}

.bg-gradient-pricing {
  background-image: linear-gradient(180deg, var(--accent--primary-1) 80%, var(--neutral--100) 80%);
}

.card-product {
  border: 1px solid var(--neutral--300);
  border-radius: 24px;
  padding: 80px 76px;
  box-shadow: 0 2px 12px #0f0f0f14;
}

.image-product {
  justify-content: space-between;
  align-items: stretch;
  width: 20%;
  margin-bottom: 24px;
}

.rich-text-white h2, .rich-text-white p, .rich-text-white li, .rich-text-white h4, .rich-text-white h3 {
  color: var(--neutral--100);
}

.image-w-630px {
  border-radius: 20px;
  width: 800px;
}

.author-wrapper {
  border: 1px solid var(--neutral--400);
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  padding: 44px 60px;
  display: flex;
  box-shadow: 0 2px 12px #0e0e0e0f;
}

.align-start---mg-left-56px {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 63px;
  display: flex;
}

.line-space-pricing {
  background-color: var(--neutral--400);
  width: 100%;
  min-height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon-card {
  width: 100%;
}

.icon-card.max-w-80px {
  max-width: 80px;
}

.header-btn-wrapper-hidden-on-mbl {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 32px;
  display: flex;
}

.header-btn-wrapper-hidden-on-mbl.mg-left-24px {
  margin-left: 24px;
}

.header-btn-wrapper-hidden-on-mbl.button-register-header {
  display: none;
}

.text-capitalize {
  text-transform: capitalize;
}

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

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

.hero-main-bg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 90%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.icon-left-item {
  grid-column-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.stats-card-left {
  border: 1px solid var(--neutral--400);
  border-radius: 18px 0 0;
  width: 50%;
  padding: 32px 16px;
}

.stats-card {
  border: 1px solid var(--neutral--400);
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  margin-left: -1px;
  padding: 32px 16px;
}

.stats-card.stats-card-middle {
  border-radius: 0 18px 0 0;
  width: 50%;
  margin-left: 0;
}

.stats-card.stats-card-right {
  border-top-width: 0;
  border-radius: 0 0 18px 18px;
  margin-left: 0;
}

.flex {
  display: flex;
}

.flex.children-wrap {
  flex-wrap: wrap;
}

.pricing-table-mobile-title {
  display: none;
}

.card-price-container {
  grid-column-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.pricing-card-icon-and-title-container {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.social-links-container {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.btn-under-input-success-message {
  grid-row-gap: 8px;
  background-color: var(--secondary--color-1);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 152px;
  display: flex;
}

.footer-top---right-section-bg {
  z-index: -1;
  width: 82%;
  max-width: 382px;
  position: absolute;
  bottom: 0;
  right: -14%;
}

.btn-inside-input-success-message {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: left;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 72px;
  padding: 12px 24px;
  display: flex;
}

.sign-up-form, .sign-in-form {
  flex-direction: column;
  justify-content: center;
  min-height: 418px;
  margin-bottom: 40px;
  display: flex;
}

.full-page-bg-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover-move--3px {
  transform-style: preserve-3d;
  transition-property: transform;
}

.hover-move--3px:hover {
  transform: translate3d(0, -3px, .01px);
}

.team-member-card-contact-links-container {
  grid-column-gap: 10px;
  display: flex;
  position: absolute;
  bottom: 16%;
  right: 48px;
}

.our-office-section-image-left-gradient {
  display: none;
}

.max-w-66px {
  max-width: 66px;
}

.card-icon-left {
  max-width: 64px;
  margin-right: 20px;
}

.max-w-72px {
  max-width: 72px;
}

.max-w-72px.max-w-48px-mbl.mg-bottom-24px {
  max-height: 72px;
}

.max-w-40px {
  max-width: 40px;
}

.card-link-icon-left {
  max-width: 48px;
  margin-right: 16px;
}

.max-w-48px {
  max-width: 48px;
}

.contact-link-icon-left {
  border-radius: 100%;
  max-width: 40px;
  margin-right: 16px;
  box-shadow: 0 6px 22px #11111114;
}

.max-w-100px {
  max-width: 100px;
}

.more-templates-badge-wrapper {
  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: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-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;
}

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

.svg {
  color: #05c168;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100px;
  display: flex;
}

.icon-embed-medium {
  color: #8ac926;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.text-block {
  color: var(--neutral--800);
  font-size: 18px;
  font-weight: 700;
}

.width-100-2 {
  border-radius: 20px;
  width: 100%;
  position: static;
  box-shadow: 0 2px 40px #00000080;
}

.protectioni-enabled-card {
  z-index: 2;
  float: left;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px none var(--system--green-200);
  background-color: var(--secondary--color-1);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 320px;
  height: 100px;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 80% auto auto -25%;
}

.protectioni-enabled-card.device-protected-enabled {
  background-color: var(--neutral--100);
  height: 110px;
  top: 3%;
  left: auto;
  right: 3%;
  box-shadow: 0 5px 10px #00000052;
}

.protectioni-enabled-card.device-protected-enabled.notification-pricing {
  inset: 20% auto auto -5%;
}

.text-block-2 {
  color: #23986c;
  font-size: 22px;
  font-weight: 700;
}

.text-block-2.text-protected {
  color: #13a670;
  font-size: 22px;
  font-weight: 500;
  line-height: 1em;
}

.hero-image-home---4 {
  background-color: #0000;
  border: 1px #f1f1f1;
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
  transform: translate(0);
}

.div-hero {
  max-width: none;
  padding-top: 0;
}

.logos-hero {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 60px;
  display: flex;
}

.image-405 {
  aspect-ratio: auto;
  object-fit: contain;
}

.image-406 {
  object-fit: contain;
}

.icon-embed-large {
  color: var(--neutral--800);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-large:hover {
  color: var(--accent--primary-1);
}

.icon-embed-large-2 {
  color: #8ac926;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

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

.text-block-4 {
  color: var(--neutral--100);
  margin-top: 0;
  padding-right: 220px;
  font-size: 16px;
  font-weight: 500;
}

.text-block-4.title-platforms {
  color: var(--neutral--800);
  margin-top: 10px;
  font-weight: 800;
}

.block-plateforms {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  display: flex;
}

.icon-embed-large-3, .icon-embed-large-4 {
  color: var(--secondary--color-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.container-plateforms {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 0;
  padding-top: 60px;
  display: flex;
}

.bubble-plateform {
  background-color: var(--neutral--100);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
}

.image-407 {
  width: 60px;
}

.image-408 {
  width: 100%;
  height: 100%;
  overflow: clip;
}

.div-block-2 {
  width: 50px;
  height: 50px;
}

.div-block-2.div-block-image-protected {
  width: 60px;
  height: 60px;
}

.icon-embed-large-5 {
  color: var(--system--green-300);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.container-image-features {
  position: relative;
}

.image-410 {
  border-radius: 30px;
}

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

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

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

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

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.div-block-3 {
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-5 {
  color: #fff;
  font-size: 16px;
}

.btn-primary-2 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0f0f0f;
  border: 1px solid #0f0f0f;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
}

.btn-primary-2:hover {
  color: #fff;
  background-color: #f53333;
  border-color: #f53333;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary-2.hover-white:hover {
  color: #f53333;
  background-color: #fff;
  border-color: #fff;
}

.hero-image-home---5 {
  background-color: #0000;
  border: 1px #f1f1f1;
  border-radius: 20px;
  width: 62%;
  max-width: 478px;
  margin-left: 12%;
  overflow: hidden;
  transform: translate(0);
}

.width-100-3 {
  width: 100%;
}

.width-100-3.mobile-hero {
  transform: rotate(9deg);
}

.width-100-3.tablet-hero {
  max-width: 50%;
  transform: rotate(-9deg);
}

.hero-image-home---6 {
  background-color: #0000;
  border: 1px #f1f1f1;
  border-radius: 20px;
  width: 100%;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.div-block-4 {
  padding-top: 60px;
}

.color-neutral-801 {
  color: #fff;
}

.color-neutral-801.mg-bottom-40px {
  margin-bottom: 30px;
}

.hero-image-home---7 {
  background-color: #0000;
  border: 1px #f1f1f1;
  border-radius: 0;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
  overflow: visible;
  transform: rotate(0)rotate(0);
}

.icon-embed-large-6 {
  color: #0f0f0f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-large-6:hover {
  color: #f53333;
}

.display-5 {
  color: #181818;
  font-size: 72px;
  font-weight: 800;
  line-height: 1.167em;
}

.display-5.color-neutral-100 {
  color: #fff;
  width: auto;
  margin-bottom: 30px;
  display: block;
}

.display-5.color-neutral-100.title-hero {
  padding-right: 20px;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.div-block-use-case {
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.lottie-animation-2 {
  width: 77%;
  padding-top: 60px;
  padding-left: 20px;
  position: relative;
  top: auto;
  right: auto;
}

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

.div-block-7.title-card-value {
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  justify-content: stretch;
}

.image-411 {
  border-radius: 20px;
}

.container-image-pricing {
  padding-top: 30px;
  position: relative;
}

.image-412 {
  border-radius: 20px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px none var(--neutral--400);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  padding-bottom: 20px;
  display: grid;
}

.grid-3.grid-border-pricing {
  border-bottom-style: solid;
  padding-bottom: 40px;
}

.pricing-title {
  font-size: 36px;
}

.div-hero-pricing {
  max-width: 540px;
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-selector-2-fill.f1.f1-about {
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
}

.wg-selector-2-fill.f2.f2-about {
  background-color: var(--neutral--100);
}

.wg-selector-2-fill.f1.about-f1 {
  background-color: var(--neutral--100);
}

.wg-selector-2-fill.f2 {
  color: var(--secondary--color-2);
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector-2-fill.f1.f1-2 {
  background-color: var(--neutral--100);
}

.wg-selector-2-fill.f1 {
  background-color: var(--neutral--100);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wg-selector-2-fill.f2 {
  background-color: #4049ff;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.wg-selector2-text-lang2 {
  font-size: 16px;
  position: relative;
}

.wg-selector2-text-lang2:hover {
  color: var(--neutral--100);
}

.wg-selector2-text-lang1 {
  color: #fff;
  font-size: 16px;
  position: relative;
}

.wg-selector-2 {
  color: #000;
  padding: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.wg-selector-2:hover {
  color: #4049ff;
}

.wg-selector-2.w--current {
  cursor: default;
}

.wg-selector-2.s1, .wg-selector-2.s2 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.wg-selector-2.s2:hover {
  -webkit-text-stroke-color: var(--neutral--100);
}

.wg-selector-2.s1, .wg-selector-2.s2 {
  padding-top: 0;
  padding-bottom: 0;
}

.wg-selector2-text-lang2-2 {
  position: relative;
}

.wg-selector2-text-lang2-2:hover, .wg-selector2-text-lang2-2.text-f2-about, .wg-selector2-text-lang2-2.f2-about {
  color: var(--neutral--100);
}

.about-langage-2 {
  color: var(--neutral--800);
  position: relative;
}

.about-langage-2.text-f1-about {
  color: var(--accent--primary-1);
}

.about-langage-2.f1-text-about {
  color: var(--secondary--color-1);
}

.about-langage-2.f1-text {
  color: var(--neutral--800);
}

.wg-selector2-text-lang {
  position: relative;
}

.wg-selector2-text-lang.text-about-f1 {
  color: var(--secondary--color-5);
}

.wg-selector2-text-lang.text-about-f1.about-text-langage {
  color: var(--secondary--color-4);
}

.wg-selector2-text-lang2-4 {
  position: relative;
}

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

.wg-selector2-text-lang1-2 {
  color: var(--secondary--color-1);
  position: relative;
}

.wg-selector2-text-lang1-2.wg-1 {
  color: var(--neutral--800);
}

.wg-selector2-text-lang1-3 {
  color: var(--neutral--800);
  position: relative;
}

.dropdown-4_item-link {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  justify-content: flex-start;
  align-items: center;
  padding: .625rem .9rem .625rem .9375rem;
  text-decoration: none;
  display: flex;
}

.dropdown-4_item-link:hover {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.ouiflow-dropdown-4 {
  text-transform: uppercase;
  border-radius: 6px;
  flex-direction: column;
  align-items: stretch;
  width: auto;
}

.ouiflow-flag-wrap {
  color: var(--neutral--800);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.dropdown-4_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.ouiflow-4-list-contain {
  width: 100%;
}

.ouiflow-4-toggle {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: .625rem .9375rem;
  transition: all .3s;
  display: flex;
}

.ouiflow-4-toggle:hover {
  background-color: var(--neutral--800);
  color: #fff;
}

.ouiflow-4-toggle.w--open {
  color: var(--secondary--color-1);
}

.ouiflow-4-toggle.w--open:hover {
  background-color: var(--neutral--100);
  color: var(--neutral--100);
}

.ouiflow-flag-icon {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.ouiflow-element-contain {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ouiflow-4-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  display: none;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.ouiflow-4-list.w--open {
  width: 100%;
}

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

.text-block-6:hover {
  color: var(--neutral--800);
}

.text-block-7 {
  font-weight: 700;
}

.wg-dd-1-list {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
  box-shadow: 0 -13px 50px 3px #11179c12;
}

.wg-flag-ico {
  object-fit: cover;
  border-radius: 999px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.wg-dropdown-1 {
  text-transform: uppercase;
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-flag {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 16px;
  margin-right: 10px;
  display: flex;
}

.wg-dropdown-1-link {
  color: #000;
  background-color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color .1s;
}

.wg-dropdown-1-link:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-dd-1-togle {
  z-index: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
}

.wg-dd-1-togle:hover {
  color: #fff;
  background-color: #4049ff;
}

.wg-selector-text-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

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

.wg-dropdown-2 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  font-weight: 700;
}

.wg-dd-2-togle {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 0 15px;
  transition: color .2s;
  display: flex;
}

.wg-dd-2-togle:hover {
  color: #ff6640;
}

.wg-dd-2-list {
  transform-origin: 100% 0;
  background-color: #fff;
  padding-top: 2.5rem;
  padding-bottom: .5rem;
  inset: -.5rem auto auto 0%;
  overflow: hidden;
  box-shadow: 0 3px 11px -1px #4049ff1c;
}

.wg-dropdown-2-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  height: 2rem;
  padding: 0 1rem;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

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

.ouiflow-toggle_text-flag-wrap {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  width: 100%;
  padding: .5rem 0;
  text-decoration: none;
  display: flex;
}

.ouiflow-toggle_text-flag-wrap:hover {
  color: var(--accent--primary-1);
}

.ouiflow-toggle_text-flag-wrap.w--current:hover {
  color: #324bca;
}

.ouiflow-flag-wrap-2 {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.ouiflow-toggle_text-flag-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--secondary--color-1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ouiflow-toggle_text-flag-wrapper:hover {
  color: var(--accent--primary-1);
}

.ouiflow-2-toggle {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 0 1.875rem;
  transition: color .2s;
  display: flex;
}

.ouiflow-2-toggle:hover {
  color: #324bca;
}

.ouiflow-2-toggle.w--open {
  align-items: center;
}

.ouiflow-2-toggle.w--open:hover {
  color: var(--accent--primary-1);
}

.ouiflow-2_list-item {
  width: 100%;
  padding-left: 1.875rem;
}

.ouiflow-2_list-item:hover {
  color: var(--accent--primary-1);
}

.ouiflow-dropdown-2 {
  flex-direction: column;
  align-items: stretch;
  width: auto;
  padding-top: .25rem;
}

.ouiflow-element-contain-2 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ouiflow-2_list-contain {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.ouiflow-2_list {
  transform-origin: 100% 0;
  background-color: #fff;
  padding-top: 3rem;
  padding-bottom: .25rem;
  inset: -.5rem auto auto 0%;
  overflow: hidden;
  box-shadow: 0 3px 11px -1px #4049ff1c;
}

.ouiflow-2_list.ouiflow-dropdown-link-flag {
  border-radius: 6px;
}

.ouiflow-toggle_text-flag-wrap-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  width: 100%;
  padding: .5rem 0;
  text-decoration: none;
  display: flex;
}

.ouiflow-toggle_text-flag-wrap-2:hover {
  color: var(--accent--primary-1);
}

.ouiflow-toggle_text-flag-wrap-2.w--current:hover {
  color: #324bca;
}

.ouiflow-flag-wrap-3 {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  overflow: hidden;
}

.ouiflow-toggle_text-flag-wrapper-2 {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  color: var(--neutral--800);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.ouiflow-toggle_text-flag-wrapper-2:hover {
  color: var(--accent--primary-1);
}

.ouiflow-2-toggle-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2rem;
  padding: 0 1.875rem;
  transition: color .2s;
  display: flex;
}

.ouiflow-2-toggle-2:hover {
  color: #324bca;
}

.ouiflow-2-toggle-2.w--open {
  align-items: center;
}

.ouiflow-2-toggle-2.w--open:hover {
  color: var(--accent--primary-1);
}

.ouiflow-2_list-item-2 {
  width: 100%;
  padding-left: 1.875rem;
}

.ouiflow-2_list-item-2:hover {
  color: #324bca;
}

.ouiflow-element-contain-3 {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ouiflow-2_list-contain-2 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  align-items: flex-start;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.wg-dd-1-list-2 {
  background-color: #0000;
  padding: 10px 0 0;
}

.wg-dd-1-list-2.wg-dropdown-link-flag.w--open {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding-top: 0;
  display: flex;
}

.wg-code {
  display: none;
}

.wg-selector-text-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.wg-left-side {
  color: #170f49;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  display: flex;
}

.wg-left-side.hover {
  transition: color .3s;
}

.wg-left-side.hover:hover {
  color: #4a3aff;
}

.wg-dropdown-list {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 19px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  padding: 12px 40px 12px 10px;
  display: flex;
  box-shadow: 4px 4px 5px #080f340a;
}

._w-dropdown-link {
  padding: 0;
  text-decoration: none;
}

.wg-dd-1-togle-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 100px;
  padding: 6px 16px 6px 9px;
  transition: border .3s;
  box-shadow: 4px 4px 5px #080f340a;
}

.wg-dd-1-togle-2:hover {
  border-color: var(--neutral--800);
}

.wg-dd-1-togle-2.w--open, .wg-dropdown-1-2 {
  margin-bottom: 0;
}

.wg-flag-2 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
}

.wg-flag-icon {
  border-radius: 9999px;
}

.text-block-9, .text-block-10 {
  color: var(--neutral--800);
}

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

.en-404 {
  display: block;
}

.fr-404 {
  display: none;
}

.link-login {
  color: var(--neutral--800);
  font-weight: 700;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

  .grid-2-columns.home-hero-grid {
    grid-template-columns: 1fr .65fr;
    padding-top: 30px;
  }

  .card.content-center.icon-top-card-dark, .card.content-left.stat-v3 {
    padding-left: 28px;
    padding-right: 28px;
  }

  .card.icon-left---content-right.border-color-600 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 20px;
  }

  .card.content-left.stat-v3 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .display-1.color-neutral-100.title-hero {
    font-size: 60px;
  }

  .grid-3-columns.logo-strip-top {
    grid-column-gap: 64px;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

  .section {
    padding-top: 220px;
  }

  .section.pd-120px.pd-bottom-64px-tablet.heor-pricing {
    padding-top: 100px;
  }

  .btn-circle-primary.slider-right---left-arrow {
    left: -40px;
  }

  .btn-circle-primary.slider-right---right-arrow {
    right: -40px;
  }

  .hero-main-bg-image {
    height: 90%;
    max-height: none;
  }

  .text-block {
    color: var(--secondary--color-1);
    font-size: 18px;
    font-weight: 700;
  }

  .text-block-2 {
    color: #23986c;
    font-size: 22px;
  }

  .text-block-2.text-protected {
    font-size: 22px;
  }

  .div-hero {
    max-width: none;
  }

  .text-block-4 {
    padding-right: 220px;
  }

  .text-block-4.title-platforms {
    margin-top: 10px;
  }

  .container-plateforms {
    padding-top: 60px;
  }

  .div-block-5 {
    padding-top: 0;
  }

  .lottie-animation-2 {
    width: 77%;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1920px) {
  img {
    border-radius: 20px;
  }

  .grid-2-columns.text-and-image-grid {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-2-columns.product-page {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .grid-2-columns.home-hero-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr .65fr;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .grid-2-columns.hero-cards-right-grid {
    place-items: start stretch;
  }

  .card.content-center.stat-values {
    justify-content: flex-start;
    align-items: center;
  }

  .card.content-left.stat-v3 {
    height: 100%;
  }

  .card.icon-left---content-right.border-color-600 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .card.content-left.stat-v3 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .color-neutral-100.mg-bottom-40px {
    margin-bottom: 30px;
    padding-right: 0;
  }

  .color-neutral-400 {
    max-width: none;
    padding-top: 20px;
  }

  .color-neutral-400.mg-bottom-24px, .mg-bottom-40px.color-neutral-400 {
    color: var(--neutral--500);
  }

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

  .mg-top-48px {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-1.color-neutral-100.title-hero {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1.1em;
  }

  .display-2.color-neutral-100.mg-bottom-0.title-features {
    color: var(--neutral--800);
    text-align: left;
  }

  .display-2.subtitle-statistics, .display-2.title-values, .display-2.title-principles {
    margin-bottom: 10px;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .inner-container._640px.center.inner-container-pricing {
    max-width: 800px;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .section.overflow-hidden.bg-secondary-1.sectionreview {
    padding-top: 220px;
  }

  .section.home-hero-primary {
    padding-bottom: 150px;
  }

  .section.pd-120px.pd-bottom-64px-tablet.heor-pricing {
    padding-top: 100px;
  }

  .section.bg-secondary-1 {
    padding-top: 40px;
    padding-bottom: 120px;
  }

  .header-logo {
    border-radius: 0;
  }

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

  .flex-vertical.start.gap-row-8px.revienw-stars {
    justify-content: flex-start;
    align-items: center;
  }

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

  .grid-5-columns.card-and-line {
    grid-column-gap: 28px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .bg-white-section {
    background-color: var(--neutral--100);
    background-image: none;
    min-height: 200px;
  }

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .our-office-section-image-left-wrapper {
    width: 55%;
  }

  .hero-image-home---02 {
    border: 1px solid var(--neutral--300);
    border-radius: 20px;
    top: 10%;
  }

  .hero-image-home---01 {
    border: 1px solid var(--neutral--300);
    border-radius: 20px;
  }

  .max-w-448px.tablet-max-w-100.title-features-pricing {
    text-align: left;
    max-width: none;
  }

  .full-section-image-left-container {
    width: 100%;
  }

  .image-w-600px {
    width: 800px;
  }

  .max-w-450px.tablet-max-w-100 {
    max-width: 500px;
  }

  .bg-gradient-pricing {
    background-image: linear-gradient(180deg, var(--accent--primary-1) 80%, var(--neutral--100) 80%);
  }

  .image-w-630px {
    width: 800px;
    box-shadow: 0 10px 202px #0003;
  }

  .header-btn-wrapper-hidden-on-mbl {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-main-bg-image {
    border-radius: 0;
    height: 90%;
  }

  .container-image-home {
    overflow: visible;
  }

  .text-block {
    color: var(--secondary--color-1);
    font-size: 18px;
  }

  .protectioni-enabled-card {
    border-color: var(--system--green-200);
    background-color: var(--secondary--color-1);
    border-radius: 10px;
    width: 320px;
    height: 100px;
    top: 80%;
  }

  .protectioni-enabled-card.device-protected-enabled.notification-pricing {
    top: 15%;
  }

  .text-block-2 {
    color: #23986c;
    font-weight: 700;
  }

  .text-block-2.text-protected {
    font-size: 22px;
  }

  .hero-image-home---4 {
    box-shadow: none;
    background-color: #0000;
    border: 1px #f1f1f1;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    overflow: visible;
  }

  .div-hero {
    max-width: none;
    padding-right: 0;
  }

  .logos-hero {
    padding-bottom: 60px;
  }

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

  .icon-embed-large:hover {
    color: var(--accent--primary-1);
  }

  .text-block-4 {
    color: var(--neutral--100);
    margin-top: 0;
    padding-right: 220px;
    font-size: 16px;
    font-weight: 500;
  }

  .text-block-4.title-platforms {
    color: var(--neutral--800);
    margin-top: 10px;
    font-weight: 800;
  }

  .container-plateforms {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-top: 60px;
  }

  .div-block-2.div-block-image-protected {
    width: 60px;
    height: 60px;
  }

  .image-410 {
    border-radius: 30px;
  }

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

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

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

  .hero-image-home---5 {
    box-shadow: none;
  }

  .width-100-3 {
    transform: rotate(0);
  }

  .width-100-3.mobile-hero {
    transform: rotate(9deg);
  }

  .hero-image-home---6 {
    border: 1px #f1f1f1;
    border-radius: 20px;
  }

  .hero-image-home---7 {
    border: 1px #f1f1f1;
    border-radius: 0;
    top: 10%;
  }

  .icon-embed-large-6 {
    color: #0f0f0f;
  }

  .icon-embed-large-6:hover {
    color: #f53333;
  }

  .div-block-5 {
    padding-top: 0;
  }

  .lottie-animation-2 {
    flex: 0 auto;
    align-self: flex-start;
    width: 77%;
    padding-left: 20px;
    position: relative;
    right: auto;
  }

  .div-block-7 {
    flex-flow: row;
    display: flex;
  }

  .div-block-7.title-card-value {
    padding-bottom: 10px;
  }

  .container-image-pricing {
    padding-top: 30px;
    position: relative;
  }

  .image-412 {
    box-shadow: 0 10px 20px #00000080;
  }

  .grid-3 {
    border-bottom: 1px none var(--neutral--400);
    padding-bottom: 20px;
  }

  .grid-3.grid-border-pricing {
    padding-bottom: 40px;
  }

  .pricing-title {
    font-size: 36px;
  }

  .div-hero-pricing {
    max-width: 540px;
  }

  .wg-selector-2.s1, .wg-selector-2.s2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ouiflow-element-contain {
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .text-block-7 {
    font-weight: 700;
  }

  .wg-flag-ico {
    border-radius: 0;
  }

  .wg-dropdown-1-link {
    background-color: var(--secondary--color-1);
  }

  .wg-dropdown-1-link:hover, .wg-dd-1-togle:hover {
    background-color: var(--neutral--800);
  }

  .wg-dropdown-2-link:hover, .ouiflow-toggle_text-flag-wrap:hover, .ouiflow-toggle_text-flag-wrapper:hover, .ouiflow-2-toggle.w--open:hover, .ouiflow-2_list-item, .ouiflow-2_list-item:hover, .ouiflow-2_list-contain:hover {
    color: var(--accent--primary-1);
  }

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

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

  .wg-dropdown-list {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
  }

  .logo-footer {
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    border-radius: 20px;
    margin-top: 56px;
    padding: 80px 64px;
    font-size: 20px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.text-and-image-grid {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-v7 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v4 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: .75fr;
  }

  .grid-2-columns.title-and-categories {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph {
    grid-column-gap: 50px;
    grid-template-columns: .8fr .8fr;
  }

  .grid-2-columns.title-and-paragraph._1-5fr---mg-bottom-64px {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
  }

  .grid-2-columns.title-and-search {
    grid-column-gap: 50px;
    grid-template-columns: .8fr .8fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.sales-page {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 100%;
  }

  .grid-2-columns._1-75fr---1fr---gap-70px.tablet-1-columns {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-380px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .grid-2-columns.content-right {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns._1fr---1-25fr.tablet-gap-60px {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-2-columns._1fr---1-75fr.mb-flex-vertical {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.sidebar-align-start {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-2-columns.sidebar-align-start._1-columns-auto---gap-80px {
    grid-row-gap: 64px;
  }

  .grid-2-columns.sidebar-align-start._1-columns-auto---gap-80px.tablet-1-col {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-hero-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    place-items: start stretch;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-2-columns.grid-image---position-relative {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2-columns.title-and-btn {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .grid-2-columns.content-left---slider-right {
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .grid-2-columns.cta-careers {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-rich-text {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-featured---align-start {
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1fr---1-25fr---gap-80px {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.hero-cards-right-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    max-width: none;
    position: static;
    right: auto;
    transform: none;
  }

  .grid-2-columns.home-hero-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.form {
    border-radius: 32px;
    min-height: 682px;
    padding: 48px 40px;
  }

  .card.form.v2 {
    min-height: 600px;
    padding: 48px 40px;
  }

  .card.content-left.stat-v3 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .card.content-left.card-clients, .card.content-left.bg-secondary-1 {
    margin-bottom: 0%;
  }

  .card.content-left.pd-42px---58px---border-color-300 {
    margin-bottom: 0%;
    padding: 48px 40px;
  }

  .card.icon-left---content-right {
    flex-direction: column;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.content-left.stat-v3 {
    margin-bottom: 0%;
  }

  .card._3-interfaces---interface-right, .card._3-interfaces---interface-left {
    border-radius: 12px;
  }

  .card.content-integrations {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.icon-location---1, .card.icon-location---2, .card.icon-location---3, .card.icon-location---4, .card.icon-location---5, .card.icon-location---6, .card.interface-and-stats---stats-member {
    border-radius: 16px;
  }

  .card.icon-left---title {
    flex-direction: column;
  }

  .card.pd-64px---52px {
    padding: 48px 40px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .color-neutral-400 {
    padding-top: 0;
  }

  .color-neutral-400.mg-bottom-40px.mg-bottom-24px-tablet, .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-40px.color-neutral-400 {
    padding-right: 10px;
  }

  .mg-bottom-40px.color-neutral-400.description-about {
    padding-top: 20px;
  }

  .mg-bottom-40px.color-neutral-500.description-faq {
    margin-bottom: 0;
  }

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

  .mg-right-24px.mg-tablet-bottom-18px {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 62px;
  }

  .display-1.color-neutral-100 {
    white-space: normal;
    font-size: 48px;
  }

  .display-1.color-neutral-100.title-hero {
    font-size: 48px;
    line-height: 1.167em;
  }

  .display-1.color-neutral-100.title-hero.title-pricing, .display-1.color-neutral-100.title-features {
    margin-bottom: 20px;
  }

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

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

  .display-2 {
    font-size: 38px;
  }

  .display-2.color-neutral-100.mg-bottom-0.title-features {
    margin-top: 20px;
  }

  .display-2.title-faq {
    margin-bottom: 40px;
  }

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

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

  .text-300.bold.footer-title {
    margin-bottom: 24px;
  }

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

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

  .grid-3-columns._3-icon-list {
    grid-column-gap: 38px;
    grid-row-gap: 38px;
  }

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

  .grid-3-columns.logo-strip-top {
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

  .grid-3-columns.align-start._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.logo-grid-small {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.grid-card-jobs {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: .5fr 1fr .5fr;
  }

  .grid-3-columns.dropdown-main-pages-grid {
    grid-column-gap: 64px;
    grid-template-columns: auto auto auto;
  }

  .grid-3-columns.footer-bottom-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

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

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .btn-primary.large, .btn-secondary.large {
    padding: 26px 52px;
  }

  .badge-secondary.category-badges {
    margin-left: 0;
    margin-right: 24px;
  }

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

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

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.right.left-tablet {
    justify-content: flex-start;
  }

  .style---sidebar-wrapper {
    overflow: hidden;
  }

  .style---logo-wrapper {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .style---button-wrapper-sidebar {
    display: none;
  }

  .elements---page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .section.overflow-hidden.bg-secondary-1.sectionreview {
    padding-top: 170px;
  }

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

  .section.hero-page {
    padding-top: 80px;
    padding-bottom: 164px;
  }

  .section.home-hero-primary {
    padding-top: 0;
    padding-bottom: 40px;
  }

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

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

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

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

  .section.large-image-left-section {
    padding-bottom: 0;
  }

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

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

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

  .section.pd-120px.pd-bottom-64px-tablet.heor-pricing {
    padding-top: 30px;
  }

  .section.bg-secondary-1 {
    padding-top: 20px;
    padding-bottom: 64px;
  }

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

  .section.pd-140px---image-right {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section.pd-140px---image-right.border-bottom-400 {
    border-bottom-style: none;
  }

  .top-bar-wrapper {
    padding-left: 56px;
    padding-right: 56px;
  }

  .top-bar-padding {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .top-bar-flex {
    flex-direction: column;
  }

  .heading-h1-size {
    font-size: 48px;
  }

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

  .heading-h3-size, .heading-h4-size {
    font-size: 22px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-content-wrapper.header-logo-center {
    grid-column-gap: 32px;
    flex-direction: row-reverse;
    display: flex;
  }

  .header-nav-menu-wrapper {
    border-top: 1px solid var(--neutral--300);
    border-bottom: 1px solid var(--neutral--300);
    background-color: var(--neutral--100);
    padding: 24px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-nav-link, .header-nav-link.hover-neutral-800.tablet-color-800 {
    color: var(--neutral--800);
  }

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

  .header-nav-link.hover-neutral-800.tablet-color-800.header-login {
    color: var(--neutral--100);
  }

  .header-nav-link.hover-neutral-800.tablet-color-800.header-login:hover, .header-nav-link.tablet-color-800 {
    color: var(--neutral--800);
  }

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

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

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

  .dropdown-toggle, .dropdown-toggle.hover-neutral-800.tablet-color-neutral-800 {
    color: var(--neutral--800);
  }

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

  .dropdown-column-wrapper {
    box-shadow: none;
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-column-wrapper.left {
    transform: none;
  }

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

  .dropdown-pd {
    padding: 20px 0 14px;
  }

  .dropdown-pd.pd-48px {
    padding: 40px 0;
  }

  .hamburger-menu-wrapper {
    transition: transform .3s;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale(1.1);
  }

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

  .hamburger-menu-bar {
    width: 44px;
    height: 3px;
  }

  .hamburger-menu-bar.top.bg-neutral-100 {
    background-color: var(--neutral--100);
  }

  .hamburger-menu-bar.bottom {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .hamburger-menu-bar.bottom.bg-neutral-100 {
    background-color: var(--neutral--100);
  }

  .header-middle {
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 24px;
  }

  .header-middle.logo-center {
    margin-right: auto;
  }

  .btn-circle-primary.slider-right---left-arrow {
    inset: auto 76px 0% 0%;
  }

  .btn-circle-primary.slider-right---right-arrow {
    inset: auto 0% 0% 76px;
  }

  .utility-page-wrap {
    padding-bottom: 120px;
  }

  .utility-page-wrap.bg-gradient-pass {
    padding-bottom: 100px;
  }

  .social-media-grid-top.right {
    grid-column-gap: 10px;
  }

  .social-media-grid-top.tablet-center {
    justify-content: center;
    display: flex;
  }

  .flex-horizontal.start.gap-8px.tablet-flex-wrap {
    flex-wrap: wrap;
  }

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

  .footer-logo-wrapper.mg-bottom-0 {
    max-width: 270px;
  }

  .footer-top, .footer-top.v2 {
    grid-template-columns: 1fr;
  }

  .footer-bottom.logo-and-text {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 14px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .floating-item.cta-v1-02, .floating-item.section-bg-image-bottom {
    width: 100%;
    bottom: 0%;
  }

  ._w-h-100.tablet-w-80 {
    width: 80%;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.position-relative.bg-secondary-1 {
    padding-top: 80px;
  }

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

  .grid-6-columns.logo-strip {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-5-columns.card-and-line {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .slider-wrapper {
    padding-bottom: 88px;
  }

  .slider-wrapper.max-w-500px {
    padding-bottom: 0;
  }

  .slider-mask {
    position: static;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper.v6 {
    border-radius: 18px;
  }

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

  .accordion-content-wrapper.v2 {
    margin-top: 16px;
  }

  .accordion-title.heading-h3-size {
    margin-top: 8px;
  }

  .tabs-menu.v1 {
    max-width: 100%;
  }

  .pricing-content {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .pricing-column.first {
    display: none;
  }

  .pricing-content-wrapper {
    min-height: 140px;
    max-height: 140px;
  }

  .pricing-content-wrapper.mg-top-40px {
    display: none;
  }

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

  .blog-card-image-wrapper {
    border-radius: 20px;
  }

  .blog-card-image-wrapper.min-h-546px-desktop, .blog-card-image-wrapper.min-h-380px-desktop {
    min-height: auto;
  }

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

  ._404-not-found {
    margin-bottom: 8%;
  }

  .template-pages---phography-wrapper {
    border-radius: 10px;
  }

  .cart-button-wrapper.mg-right-24px-tablet {
    margin-right: 24px;
  }

  .cart-button.color-neutral-800 {
    margin-left: 16px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .figma-file-image-wrapper {
    max-width: none;
  }

  .figma-file-text-wrapper {
    padding: 48px 40px;
  }

  .footer-top---left-section {
    border-bottom: 1px solid var(--neutral--600);
    border-right-style: none;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .footer-top---left-section.v2 {
    grid-column-gap: 48px;
    padding-right: 0;
  }

  .footer-top---right-section {
    grid-row-gap: 0px;
    justify-items: start;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .footer-top---right-section.v2 {
    padding-bottom: 118px;
    padding-left: 0;
  }

  .footer-grid-3-columns {
    grid-template-columns: auto auto auto;
  }

  .icon-card-center {
    width: 80%;
  }

  .card-team-member {
    padding: 48px 40px;
  }

  .image-team-member._01 {
    width: 200px;
    max-width: 200px;
    height: 200px;
    max-height: 200px;
  }

  .our-office-section-image-left-wrapper {
    width: 100%;
    max-height: 400px;
    margin-top: 48px;
    position: relative;
    right: 0;
    overflow: hidden;
  }

  .content-left {
    margin-bottom: 30%;
  }

  .cta-full-width-image-right {
    width: 50%;
  }

  .card-team-member-page-top {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  ._3-interfaces---interface-center {
    border-radius: 12px;
  }

  .icon-social {
    width: 80%;
  }

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

  .content-image-member {
    width: 58%;
  }

  .max-w-344px {
    max-width: 100%;
  }

  .hero-image-home---02 {
    border-radius: 18px;
    width: 100%;
    position: static;
    right: 0%;
  }

  .hero-image-home---01 {
    border-radius: 18px;
    width: 100%;
    max-width: none;
  }

  .hero-image-home---03 {
    border-radius: 18px;
  }

  .tabs.grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .mg-bottom-160---tablet-0px {
    margin-bottom: 0;
  }

  .tab-image-wrapper {
    border-radius: 18px;
  }

  .max-w-448px.tablet-max-w-100 {
    max-width: 100%;
  }

  .line.horizontal-tablet {
    width: 100%;
    min-height: 1px;
  }

  .slider-right-overlay.tablet-display-none {
    display: none;
  }

  .full-section-image-right-container {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
  }

  .full-section-image-left-container {
    max-width: 100%;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .max-w-450px.tablet-max-w-100 {
    max-width: 100%;
  }

  .image-blog-post {
    border-radius: 18px;
  }

  .text-coming-soon {
    font-size: 62px;
  }

  .hero-image-featured---02 {
    border-radius: 18px;
    right: 0%;
  }

  .hero-image-featured---01 {
    border-radius: 18px;
  }

  .hero-image-integrations-wrapper {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    right: 0%;
  }

  .bg-decorative-icon-social {
    inset: auto 0% -20%;
  }

  .icon-social-integrations {
    width: 80%;
  }

  .mg-top-80---border-radius-20 {
    margin-top: 60px;
  }

  .card-integration-rich-text {
    border-radius: 36px;
    padding: 58px 52px;
  }

  .icon-product {
    width: 140px;
  }

  .odd-items-top-40px:nth-child(odd) {
    margin-top: 0;
  }

  .bg-gradient-pricing {
    background-image: linear-gradient(to bottom, var(--accent--primary-1) 80%, var(--neutral--100) 80%);
  }

  .image-product {
    margin-bottom: 18px;
  }

  .icon-card {
    width: 80%;
  }

  .icon-card.max-w-80px {
    width: auto;
  }

  .header-btn-wrapper-hidden-on-mbl {
    margin-left: 24px;
  }

  .hero-main-bg-image {
    height: 80%;
  }

  .stats-card.stats-card-right {
    width: 100%;
  }

  .pricing-table-mobile-title {
    margin-bottom: 6px;
    display: block;
  }

  .pricing-card-icon-and-title-container {
    justify-content: flex-start;
  }

  .footer-top---right-section-bg {
    width: 40%;
    right: -4%;
  }

  .sign-up-form, .sign-in-form {
    min-height: 414px;
  }

  .team-member-card-contact-links-container {
    bottom: 14%;
    right: 40px;
  }

  .our-office-section-image-left-gradient {
    background-image: linear-gradient(to bottom, var(--accent--primary-1), #f5333300);
    height: 35%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }

  .card-icon-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .more-templates-badge-wrapper {
    right: 24px;
  }

  .protectioni-enabled-card {
    left: 5%;
  }

  .protectioni-enabled-card.device-protected-enabled.notification-pricing {
    left: 0%;
  }

  .hero-image-home---4 {
    border-radius: 18px;
    width: 100%;
    max-width: none;
    margin-top: -80px;
  }

  .div-hero {
    padding-top: 0;
  }

  .btn-primary-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-image-home---5 {
    border-radius: 18px;
    margin-left: 0%;
  }

  .hero-image-home---6 {
    border-radius: 18px;
    width: 100%;
    max-width: none;
  }

  .div-block-4 {
    padding-top: 0;
  }

  .hero-image-home---7 {
    border-radius: 18px;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: static;
    right: 0%;
  }

  .display-5 {
    font-size: 62px;
  }

  .lottie-animation {
    width: 80%;
  }

  .lottie-animation-2 {
    width: 70%;
    position: relative;
    right: auto;
  }

  .div-block-7.title-card-value {
    justify-content: center;
    align-items: center;
  }

  .grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .container-image-pricing {
    justify-content: center;
    align-items: center;
    padding-top: 60px;
    display: flex;
  }

  .grid-3, .grid-3.grid-border-pricing {
    flex-flow: column;
    display: flex;
  }

  .div-pricing-title {
    padding-bottom: 20px;
  }

  .pricing-title {
    margin-bottom: 0;
    font-size: 28px;
  }

  .div-hero-pricing {
    max-width: none;
  }

  .wg-dd-1-list-2.wg-dropdown-link-flag {
    width: 100%;
  }

  .wg-dropdown-list {
    box-shadow: none;
    border-style: none;
    border-radius: 0;
    padding-right: 20px;
  }

  .wg-element.desktop {
    display: block;
  }
}

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

  label {
    margin-bottom: 12px;
  }

  blockquote {
    border-radius: 16px;
    margin-top: 48px;
    margin-bottom: 40px;
    padding: 56px 40px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.text-and-image-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2-columns.form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-2-columns.contact-v7 {
    display: block;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-strip-bottom {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .grid-2-columns.stats-card {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns.title-and-search {
    grid-template-columns: 1.1fr;
    margin-bottom: 24px;
  }

  .grid-2-columns.template-page-sidebar, .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.title-articles {
    grid-template-columns: auto;
    margin-bottom: 24px;
  }

  .grid-2-columns._1fr---1-75fr {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-2-columns._1fr---1-75fr.mb-flex-vertical {
    flex-direction: column;
  }

  .grid-2-columns.sidebar-align-start {
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.grid-image---position-relative {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .grid-2-columns.title-and-btn {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 34px;
  }

  .grid-2-columns.content-left---slider-right {
    grid-row-gap: 64px;
  }

  .grid-2-columns.hero-featured---align-start {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .grid-2-columns.dropdown-column-grid {
    grid-row-gap: 32px;
  }

  .grid-2-columns.hero-cards-right-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card.form {
    border-radius: 28px;
    min-height: 576px;
    padding: 40px 32px;
  }

  .card.form.v2 {
    min-height: 482px;
    padding: 40px 32px;
  }

  .card.content-center.icon-top-card-dark {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .card.content-center.pd-24---70px, .card.content-center.icon-top-card {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .card.content-left.pd-42px---58px---border-color-300 {
    padding: 40px 32px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.figma-file {
    margin-bottom: 40px;
  }

  .card.content-left.stat-v3 {
    padding: 36px 24px;
  }

  .card._3-interfaces---interface-right, .card._3-interfaces---interface-left {
    border-radius: 8px;
  }

  .card.icon-location---1, .card.icon-location---2, .card.icon-location---3, .card.icon-location---4, .card.icon-location---5, .card.icon-location---6, .card.interface-and-stats---stats-member {
    border-radius: 12px;
  }

  .card.icon-left---title {
    align-items: flex-start;
  }

  .card.pd-64px---52px {
    padding: 40px 32px;
  }

  .style---color-block {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }

  .grid-4-columns.pricing-tablet {
    grid-template-columns: 1fr;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

  .mg-bottom-32px {
    margin-bottom: 28px;
  }

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

  .mg-bottom-40px.color-neutral-400 {
    padding-right: 0;
  }

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

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

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

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

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

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

  .mg-right-24px {
    margin-right: 18px;
  }

  .mg-right-24px.mg-tablet-bottom-18px {
    margin-bottom: 16px;
  }

  .text-200 {
    font-size: 16px;
  }

  .text-200.list {
    line-height: 22px;
  }

  .text-200.bold.dropdown-column-title {
    margin-bottom: 16px;
  }

  .display-1, .display-1.color-neutral-100, .display-1.color-neutral-100.title-hero {
    font-size: 42px;
  }

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

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 12px;
  }

  .display-2 {
    margin-bottom: 40px;
    font-size: 32px;
  }

  .display-3 {
    font-size: 24px;
  }

  .display-3.mg-bottom-16px.color-neutral-100.description-use-cases {
    margin-bottom: 10px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

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

  .text-300.bold.footer-title {
    margin-bottom: 20px;
  }

  .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-icon-list {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.logo-strip-top {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .grid-3-columns.grid-card-jobs {
    flex-direction: column;
    display: flex;
  }

  .grid-3-columns.grid-title-jobs {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: .25fr .5fr .25fr;
    grid-auto-columns: 1fr;
  }

  .grid-3-columns.dropdown-main-pages-grid {
    grid-column-gap: 32px;
    grid-row-gap: 12px;
    flex-wrap: wrap;
    display: flex;
  }

  .style---shadow-card {
    border-radius: 18px;
  }

  .style---heading {
    padding: 104px 24px;
  }

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

  .style---content-heading {
    border-radius: 18px;
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---card-wrapper {
    border-radius: 18px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 20px 32px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .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-right: 16px;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-secondary.large {
    padding-top: 24px;
    padding-bottom: 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;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .badge-secondary.category-badges {
    margin-top: 6px;
    margin-bottom: 6px;
    margin-right: 12px;
  }

  .badge-secondary.text-regular.absolute-right-top {
    padding: 12px 16px;
    font-size: 16px;
  }

  .input {
    min-height: 60px;
    padding: 16px 20px;
    font-size: 16px;
  }

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

  .text-area {
    border-radius: 18px;
    padding: 20px;
    font-size: 16px;
  }

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

  .circle-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

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

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

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

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

  .rich-text ul, .rich-text ol {
    margin-top: 24px;
    margin-bottom: 24px;
    padding-left: 32px;
  }

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

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

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

  .buttons-row.button-row-pricing {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .section.overflow-hidden.bg-secondary-1.sectionreview {
    padding-top: 100px;
  }

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

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

  .section.hero-page {
    padding-top: 64px;
    padding-bottom: 140px;
  }

  .section.home-hero-primary {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .section.pd-top-110px {
    padding-top: 60px;
  }

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

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

  .section.pd-120px.pd-bottom-64px-tablet {
    padding-bottom: 48px;
  }

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

  .section.bg-secondary-1 {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .section.pd-140px---image-right {
    padding-top: 80px;
  }

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .header-nav-link.hover-neutral-800.tablet-color-800.header-login {
    color: var(--neutral--800);
    font-weight: 700;
  }

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

  .header-nav-list-item.middle.button-register-header {
    display: block;
  }

  .dropdown-pd.pd-48px {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hamburger-menu-bar {
    width: 32px;
  }

  .header-right-side {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .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-primary.slider-right---left-arrow {
    right: 64px;
  }

  .btn-circle-primary.slider-right---right-arrow {
    left: 64px;
  }

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.small.accordion-btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
  }

  .btn-circle-secondary.large {
    width: 72px;
    min-width: 72px;
    height: 72px;
    min-height: 72px;
    font-size: 26px;
    line-height: 28px;
  }

  .utility-page-wrap {
    min-height: 60vh;
    padding-bottom: 120px;
  }

  .utility-page-content.content-center---pd-top-120px {
    margin-top: 100px;
  }

  .footer-list-item {
    margin-bottom: 10px;
  }

  .footer-bottom.logo-and-text {
    grid-row-gap: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-footer-paragrah---social-media {
    grid-row-gap: 8px;
  }

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

  .text-center.mg-bottom-64px {
    margin-bottom: 24px;
  }

  .floating-item.cta-v1-02, .floating-item.section-bg-image-bottom {
    width: 100%;
    bottom: 0%;
    right: 0%;
  }

  .overflow-hidden.border-radius-28px {
    border-radius: 26px;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .cta-section.position-relative.bg-secondary-1 {
    padding-top: 64px;
  }

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

  .grid-6-columns.logo-strip {
    grid-column-gap: 72px;
    grid-row-gap: 32px;
    grid-template-columns: auto auto;
    transform: scale(.96);
  }

  .grid-5-columns.card-and-line {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .slider-wrapper {
    padding-bottom: 80px;
  }

  .slider-wrapper.max-w-500px {
    max-width: 100%;
  }

  .accordion-item-wrapper {
    padding: 40px 24px;
  }

  .accordion-item-wrapper.v6 {
    border-radius: 16px;
  }

  .accordion-btn-line {
    width: 14px;
  }

  .accordion-btn-line.v2 {
    width: 20px;
  }

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

  .accordion-title {
    font-size: 20px;
    line-height: 30px;
  }

  .accordion-title.heading-h3-size {
    margin-top: 0;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .tabs-menu.max-w-380px.center {
    flex-direction: row;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

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

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .pricing-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-column {
    padding-bottom: 40px;
  }

  .pricing-table-top {
    min-height: auto;
    padding: 40px 18px;
    position: static;
  }

  .pricing-content-wrapper {
    min-height: 120px;
    max-height: 120px;
  }

  .pricing-content-wrapper.empty {
    display: none;
  }

  .blog-card-image-wrapper {
    border-radius: 18px;
  }

  .blog-card-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.375em;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper {
    flex-wrap: wrap;
  }

  ._404-not-found {
    font-size: 120px;
    line-height: 110px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

  .card-sales-home-content {
    padding: 24px;
  }

  .badge-home {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    line-height: 22px;
  }

  .home-surprises-card {
    border-radius: 28px;
  }

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

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

  .footer-top---left-section {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .footer-top---left-section.v2 {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .footer-top---right-section {
    grid-column-gap: 28px;
    grid-row-gap: 48px;
    grid-template-columns: auto;
    padding-top: 60px;
  }

  .footer-grid-3-columns {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    display: flex;
  }

  .card-team-member {
    margin-left: auto;
    margin-right: auto;
    padding: 40px 32px;
  }

  .image-team-member.author-avatar.mg-right-24px.tablet-mg-bottom {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .our-office-section-image-left-wrapper {
    height: 400px;
  }

  ._3-interfaces---interface-center {
    border-radius: 8px;
  }

  .bg-overlay-gradient-features {
    background-image: linear-gradient(to bottom, var(--accent--primary-1) 70%, var(--neutral--100) 70%);
  }

  .image-map, .hero-image-home---02, .hero-image-home---01, .hero-image-home---03 {
    border-radius: 12px;
  }

  .logo-social {
    width: 70%;
  }

  .accordion-item {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .tab-image-wrapper {
    border-radius: 12px;
  }

  .max-w-448px {
    max-width: 100%;
  }

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

  .image-blog-post {
    border-radius: 16px;
  }

  .text-coming-soon {
    font-size: 42px;
  }

  .hero-image-featured---02, .hero-image-featured---01 {
    border-radius: 12px;
  }

  .bg-gradient---border-radius-40px {
    height: 700px;
    margin-top: 0;
    padding-top: 0;
    top: 15%;
    left: 8px;
    right: 8px;
  }

  .hero-image-integrations-wrapper {
    border-radius: 12px;
  }

  .bg-decorative-icon-social {
    bottom: 0%;
  }

  .mg-top-80---border-radius-20 {
    margin-top: 40px;
  }

  .card-integration-rich-text {
    border-radius: 28px;
    padding: 38px 24px;
  }

  .icon-product {
    width: 100px;
  }

  .card-product {
    padding: 40px 24px;
  }

  .image-product {
    margin-bottom: 16px;
  }

  .author-wrapper {
    flex-direction: column;
    margin-top: 60px;
    padding: 36px 42px;
  }

  .icon-card.max-w-80px {
    max-width: 64px;
  }

  .header-btn-wrapper-hidden-on-mbl {
    display: none;
  }

  .header-btn-wrapper-hidden-on-mbl.button-register-header {
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

  .hero-main-bg-image {
    height: 85%;
  }

  .icon-left-item {
    grid-column-gap: 12px;
  }

  .max-w-48px-mbl {
    max-width: 48px;
  }

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

  .btn-under-input-success-message {
    min-height: 136px;
  }

  .footer-top---right-section-bg {
    width: 50%;
  }

  .btn-inside-input-success-message {
    min-height: 60px;
  }

  .sign-up-form, .sign-in-form {
    min-height: 330px;
    margin-bottom: 32px;
  }

  .team-member-card-contact-links-container {
    right: 32px;
  }

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

  .protectioni-enabled-card.device-protected-enabled.notification-pricing {
    top: auto;
    bottom: 10%;
    left: 3%;
  }

  .hero-image-home---4 {
    border-radius: 12px;
    margin-top: -60px;
  }

  .text-block-4 {
    padding-right: 0;
  }

  .btn-primary-2 {
    padding: 20px 32px;
    font-size: 16px;
  }

  .hero-image-home---5, .hero-image-home---6 {
    border-radius: 12px;
  }

  .hero-image-home---7 {
    border-radius: 12px;
    justify-content: center;
    align-items: center;
  }

  .display-5 {
    font-size: 42px;
  }

  .lottie-animation-2 {
    width: 70%;
    padding-top: 40px;
  }

  .container-image-pricing {
    padding-top: 40px;
  }

  .wg-element.desktop {
    margin-top: 20px;
  }
}

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

  blockquote {
    border-radius: 12px;
    font-size: 16px;
  }

  .grid-2-columns.text-and-image-grid {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-2-columns.form.mb-flex-vertical {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .grid-2-columns.cta-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.logo-strip-bottom {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._1-75fr---1fr---gap-70px.tablet-1-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-2-columns._1fr---1-75fr.mb-flex-vertical {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    display: flex;
  }

  .grid-2-columns.sidebar-align-start._1-columns-auto---gap-80px {
    grid-row-gap: 48px;
  }

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

  .grid-2-columns.grid-image---position-relative {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .grid-2-columns.title-and-btn {
    align-items: stretch;
  }

  .grid-2-columns.content-left---slider-right {
    flex-direction: column;
    display: block;
  }

  .grid-2-columns.hero-cards-right-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 0;
  }

  .grid-2-columns.home-hero-grid {
    grid-row-gap: 48px;
  }

  .card.form {
    min-height: 778px;
    padding: 32px 24px;
  }

  .card.form.v2 {
    min-height: 798px;
    padding: 32px 24px;
  }

  .card.content-center.icon-top-card-dark {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.content-center.pd-24---70px, .card.content-center.icon-top-card {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .card.content-left {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-left.pd-42px---58px---border-color-300 {
    padding: 32px 24px;
  }

  .card.icon-left---content-right {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.content-integrations {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.pd-64px---52px {
    padding: 32px 24px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .color-neutral-100.mg-bottom-40px {
    margin-bottom: 34px;
  }

  .color-neutral-100.mg-bottom-32px {
    margin-bottom: 20px;
  }

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

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

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

  .mg-bottom-40px.color-neutral-400, .mg-bottom-40px.color-neutral-400.subtitle-about {
    text-align: left;
  }

  .mg-bottom-40px.color-neutral-500.description-faq {
    margin-bottom: 40px;
  }

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

  .mg-right-24px.mg-mbl-bottom-18px {
    margin-bottom: 18px;
    margin-right: 0;
  }

  .display-1, .display-1.color-neutral-100 {
    font-size: 32px;
  }

  .display-1.color-neutral-100.title-hero {
    padding-top: 0;
    padding-right: 10px;
    font-size: 32px;
  }

  .display-1.color-neutral-100.title-about {
    text-align: left;
    white-space: normal;
  }

  .grid-1-column.dropdown-link-column {
    grid-row-gap: 8px;
  }

  .grid-1-column.gap-row-16px.mg-bottom-40px {
    margin-bottom: 34px;
  }

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

  .grid-1-column.grid-contact {
    padding-top: 10px;
  }

  .display-2 {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .display-2.title-faq {
    margin-bottom: 20px;
  }

  .display-3 {
    font-size: 22px;
  }

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

  .grid-3-columns._3-icon-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: auto;
  }

  .grid-3-columns.logo-strip-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .grid-3-columns.logo-grid-small {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.grid-title-jobs {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    display: none;
  }

  .grid-3-columns.dropdown-main-pages-grid {
    grid-row-gap: 8px;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    border-radius: 16px;
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.button-row.bg-accent-1 {
    margin-bottom: 0;
  }

  .btn-primary.sign-in-btn {
    align-content: center;
  }

  .btn-primary.small-btn-inside-input {
    margin-top: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .btn-primary.small-btn-inside-input.bg-accent-1:hover {
    border-color: var(--neutral--100);
    background-color: var(--neutral--100);
    color: var(--secondary--color-1);
  }

  .btn-primary.small-btn-inside-input.bg-accent-1-mbp {
    border-color: var(--accent--primary-1);
    background-color: var(--accent--primary-1);
  }

  .btn-primary.small-btn-inside-input.bg-accent-1-mbp:hover, .btn-primary.small-btn-inside-input.hover-white-mbp:hover {
    border-color: var(--neutral--100);
    background-color: var(--neutral--100);
    color: var(--secondary--color-1);
  }

  .btn-secondary {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .badge-secondary.text-bold.absolute-right-top {
    top: 16px;
    right: 16px;
  }

  .badge-secondary.category-badges {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .badge-secondary.text-regular.absolute-right-top {
    top: 16px;
    right: 16px;
  }

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

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

  .circle-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .circle-icon.mg-right-16px.mg-bottom-6px-mbp {
    max-width: 40px;
    margin-bottom: 6px;
    margin-right: 0;
  }

  .social-icon-square {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .rich-text ul, .rich-text ol {
    padding-left: 24px;
  }

  .buttons-row {
    flex-direction: column;
  }

  .buttons-row.button-row-pricing, .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .section.overflow-hidden.bg-secondary-1.sectionreview {
    padding-top: 60px;
  }

  .section.bg-neutral-200 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 76%, var(--accent--primary-1) 76%);
    padding-top: 48px;
    padding-bottom: 100px;
  }

  .section.home-hero-primary {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .section.pd-120px.pd-bottom-64px-tablet.heor-pricing {
    padding-top: 40px;
  }

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

  .section.bg-secondary-1 {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .section.pd-140px---image-right {
    padding-top: 60px;
  }

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h4-size.subtitle-faq {
    text-align: left;
    padding-left: 20px;
  }

  .header-nav-list-item {
    text-align: left;
    width: 100%;
  }

  .header-nav-list-item.show-in-tablet {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .dropdown-pd.pd-48px {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hamburger-menu-bar {
    width: 28px;
  }

  .header-right-side {
    justify-content: flex-start;
    align-items: center;
  }

  .header-middle {
    flex: none;
    margin-right: 18px;
  }

  .utility-page-wrap {
    padding-top: 56px;
    padding-bottom: 140px;
  }

  .utility-page-wrap.bg-gradient-pass {
    padding-bottom: 80px;
  }

  .utility-page-content.content-center---pd-top-120px {
    margin-top: 80px;
  }

  .social-media-grid-top {
    grid-template-columns: repeat(auto-fit, 30px);
  }

  .flex-horizontal.start.gap-8px.tablet-flex-wrap {
    flex-wrap: wrap;
  }

  .flex-horizontal.space-between.align-end.mb-flex-vertical {
    flex-direction: column;
    align-items: stretch;
  }

  .flex-horizontal.align-top {
    flex-direction: column;
  }

  .footer-logo-wrapper.mg-bottom-0 {
    max-width: 250px;
  }

  .card-link-icon {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 26px 24px;
  }

  .card-link-icon.link-contact {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .floating-item.cta-v1-02, .floating-item.section-bg-image-bottom {
    width: 100%;
  }

  .icon-list {
    margin-right: 8px;
  }

  .overflow-hidden.border-radius-28px {
    border-radius: 22px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .grid-6-columns.logo-strip {
    grid-column-gap: 48px;
    grid-row-gap: 32px;
  }

  .accordion-item-wrapper.v6 {
    border-radius: 12px;
  }

  .accordion-content-wrapper.v2 {
    margin-top: 0;
  }

  .accordion-icon-wrapper {
    position: absolute;
    inset: 10px 0% auto auto;
  }

  .accordion-title {
    font-size: 18px;
    line-height: 26px;
  }

  .tabs-menu.max-w-380px.center {
    flex-direction: column;
  }

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

  .pricing-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pricing-column {
    padding-bottom: 32px;
  }

  .blog-card-image-wrapper {
    border-radius: 16px;
  }

  .blog-card-title {
    font-size: 22px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper, .blog-card-wrapper.flex-horizontal.gap-24px {
    flex-direction: column;
  }

  ._404-not-found {
    font-size: 100px;
    line-height: 100px;
  }

  .cart-button-wrapper.mg-right-24px-tablet {
    margin-right: 16px;
  }

  .cart-container {
    border-radius: 0;
  }

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

  .home-pages-top-wrapper {
    margin-bottom: 16px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
    margin-left: 8px;
    margin-right: 8px;
  }

  .card-sales-home-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .figma-file-text-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

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

  .footer-top---right-section.v2 {
    padding-bottom: 140px;
  }

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

  .social-media-grid-top.right.mb-justify-start {
    justify-content: start;
    justify-items: start;
  }

  .card-team-member {
    padding-left: 24px;
    padding-right: 24px;
  }

  .our-office-section-image-left-wrapper {
    object-fit: fill;
  }

  .bg-overlay-gradient-features {
    background-image: linear-gradient(to bottom, var(--accent--primary-1) 80%, var(--neutral--100) 80%);
  }

  .content-image-member {
    width: 77%;
  }

  .hero-image-home---02 {
    border-radius: 8px;
    top: 17%;
  }

  .hero-image-home---01, .hero-image-home---03 {
    border-radius: 8px;
  }

  .icon._64px {
    width: 52px;
    height: 52px;
  }

  .accordion-tabs-wrapper {
    flex-direction: column;
    position: relative;
  }

  .mg-top-52px {
    flex-direction: column;
  }

  .full-section-image-right-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-section-image-left-container {
    object-fit: fill;
    height: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-blog-post {
    border-radius: 12px;
  }

  .text-coming-soon {
    font-size: 32px;
  }

  .hero-image-featured---02, .hero-image-featured---01 {
    border-radius: 8px;
  }

  .bg-gradient---border-radius-40px {
    left: 4px;
    right: 4px;
  }

  .hero-image-integrations-wrapper {
    border-radius: 8px;
  }

  .bg-decorative-icon-social {
    bottom: 90px;
  }

  .mg-top-80---border-radius-20 {
    margin-top: 20px;
  }

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

  .icon-product {
    width: 80px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .bg-gradient-pricing {
    background-image: linear-gradient(to bottom, var(--accent--primary-1) 75%, var(--neutral--100) 75%);
  }

  .card-product {
    padding: 42px 24px;
  }

  .author-wrapper {
    margin-top: 40px;
    padding: 32px 24px;
  }

  .icon-card {
    width: 60%;
  }

  .hero-main-bg-image {
    height: 90%;
  }

  .stats-card-left, .stats-card {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-top---right-section-bg {
    width: 72%;
    max-width: 200px;
  }

  .btn-inside-input-success-message {
    text-align: center;
    border-radius: 12px;
    flex-direction: column;
    min-height: 136px;
  }

  .sign-up-form {
    justify-content: center;
    align-items: center;
    min-height: 448px;
  }

  .sign-in-form {
    min-height: 334px;
  }

  .contact-link-icon-left {
    max-width: 48px;
    margin-bottom: 8px;
    margin-right: 0;
  }

  .more-templates-badge-wrapper {
    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;
  }

  .svg {
    width: 50px;
  }

  .text-block {
    font-size: 16px;
    line-height: 1em;
  }

  .text-block.title-notification {
    padding-bottom: 0;
    font-size: 14px;
  }

  .protectioni-enabled-card {
    width: 240px;
    height: 80px;
    top: 85%;
  }

  .protectioni-enabled-card.device-protected-enabled {
    height: 80px;
    top: -15%;
    right: 0%;
  }

  .protectioni-enabled-card.device-protected-enabled.notification-pricing {
    bottom: -10%;
    left: -3%;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .text-block-2.text-protected {
    font-size: 20px;
  }

  .hero-image-home---4 {
    border-radius: 8px;
    justify-content: center;
    align-items: flex-start;
    margin-top: -40px;
  }

  .logos-hero {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    display: flex;
  }

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

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

  .block-plateforms {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .container-plateforms {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-2.div-block-image-protected {
    width: 50px;
    height: 50px;
  }

  .btn-primary-2 {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-image-home---5, .hero-image-home---6 {
    border-radius: 8px;
  }

  .color-neutral-801.mg-bottom-40px {
    margin-bottom: 34px;
  }

  .hero-image-home---7 {
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    top: 17%;
  }

  .display-5 {
    font-size: 32px;
  }

  .display-5.color-neutral-100.title-hero {
    padding-top: 0;
  }

  .lottie-animation {
    width: 100%;
  }

  .lottie-animation-2 {
    align-self: flex-start;
    width: 100%;
    padding-top: 20px;
    display: block;
  }

  .div-block-7.title-card-value {
    justify-content: center;
    align-items: center;
  }

  .container-image-pricing {
    padding-top: 20px;
  }

  .wg-dd-1-togle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wg-dropdown-1-2 {
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
  }

  .wg-element-wrapper-2.sw6, .wg-element.desktop {
    display: inline-block;
  }

  .div-footer-404 {
    margin-top: 60px;
  }
}

#w-node-_3dcda1f7-5251-fda8-c49e-be1fdd039cdc-dd039cce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f929dc7a-1be2-26d3-f4f8-2fef9bdbda80-9bdbda7d, #w-node-ecabaf14-8c20-404c-3d98-c47a1b9590c8-1b9590c5, #w-node-_5f032635-ace2-e418-56f5-e63c789026a3-789026a0, #w-node-_0d88b974-1df3-cce6-8733-0f60e7192634-e7192631 {
  justify-self: start;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808a-2add13ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808c-2add13ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-2add13ae, #w-node-_69fd1393-4caf-50ac-31db-d4fb745cd50c-2add13ae, #w-node-_401a4fc1-7748-fc6c-83c0-fc7bd0c42616-2add13ae, #w-node-_913694af-205a-88c9-8271-19c0414b6de7-2add13ae, #w-node-_5aa372db-cb27-4016-4105-35ed1e28410f-2add13ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd313752-c2ce-2634-ec34-08f65e810a3f-2add13ae {
  align-self: stretch;
}

#w-node-e7fd2ce9-d5f5-6285-3257-d1cb49faddeb-2add13ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a52cd054-40fc-ece4-3090-f04eb77015ee-10eb4b5a, #w-node-a52cd054-40fc-ece4-3090-f04eb77015fd-10eb4b5a, #w-node-a52cd054-40fc-ece4-3090-f04eb7701608-10eb4b5a {
  align-self: start;
}

#w-node-da6cfd8f-5e46-ae6a-329b-0b4e527d8e55-2add13b5 {
  align-self: end;
}

#w-node-_1e1bcf8b-c7fd-43c4-414f-777b28beea75-2add13b5, #w-node-b2cdfb6e-0f3c-fc20-87b1-77b98d909422-2add13b5, #w-node-e8e34b85-3a19-aa85-7098-af3e997190d7-2add13b5, #w-node-_66dcf70e-19c8-9ac1-dea2-4a060b42fffc-2add13b5, #w-node-_3fbec898-7bc4-fa7e-3940-8a539d49b05c-2add13b5, #w-node-_98172cec-4d15-a68d-abfa-7813fa6df5ec-2add13b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98172cec-4d15-a68d-abfa-7813fa6df5ee-2add13b7 {
  align-self: stretch;
}

#w-node-_98172cec-4d15-a68d-abfa-7813fa6df5fe-2add13b7, #w-node-_98172cec-4d15-a68d-abfa-7813fa6df61e-2add13b7, #w-node-_98172cec-4d15-a68d-abfa-7813fa6df64e-2add13b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_98172cec-4d15-a68d-abfa-7813fa6df6f3-2add13b7, #w-node-_98172cec-4d15-a68d-abfa-7813fa6df6f8-2add13b7 {
  justify-self: start;
}

#w-node-_4a487ab4-3767-39cb-2066-07374e22af01-2add13b8, #w-node-c3d97c63-4fa2-cca3-2e1a-b634f2afb720-2add13b9, #w-node-_72b98356-addc-7dde-cb26-3dea406fced9-2add13ba, #w-node-_72b98356-addc-7dde-cb26-3dea406fcedc-2add13ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b98356-addc-7dde-cb26-3dea406fcedf-2add13ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_72b98356-addc-7dde-cb26-3dea406fcee9-2add13ba, #w-node-_72b98356-addc-7dde-cb26-3dea406fceec-2add13ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_72b98356-addc-7dde-cb26-3dea406fcef3-2add13ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3fff5d14-0a86-6671-fad0-ee0520b0564f-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_38768a21-fced-cb40-418a-8281b97d0237-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a54fab82-2fa2-00ab-2f3b-31f033511845-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-a54fab82-2fa2-00ab-2f3b-31f033511847-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a952308f-e602-21ef-698b-3dbfd8219b96-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-fb1cee79-d143-51cb-37d9-56ebbebab344-2add13bb, #w-node-a952308f-e602-21ef-698b-3dbfd8219b98-2add13bb, #w-node-_57f14102-b7e0-9380-766f-4d1d304f7085-2add13bb, #w-node-_87e32e29-3529-3105-fb00-d92b562b7774-2add13bb, #w-node-_87e32e29-3529-3105-fb00-d92b562b7777-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87e32e29-3529-3105-fb00-d92b562b777a-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_87e32e29-3529-3105-fb00-d92b562b7784-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_87e32e29-3529-3105-fb00-d92b562b7787-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_87e32e29-3529-3105-fb00-d92b562b778e-2add13bb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2dd32126-2fce-9083-48ab-52d22ee7b7d3-2add13bc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_031501db-0d6c-6b4d-ba10-d441dc86b559-2add13be, #w-node-f5ffa551-922f-8faa-087f-93fea35d2034-2add13be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4791441a-6b65-31a2-4392-a025b02dd5c8-2add13be {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6857022-472c-2516-ccf4-c784dc3a2185-2add13be {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bc812b56-e55e-4dad-0bee-a59134788915-2add13c3 {
  align-self: start;
}

#w-node-d8304686-eb4c-db02-6a92-bf185e34765e-2add13c3 {
  place-self: start end;
}

#w-node-_98de135d-a6d3-03e4-7d36-5cc5373f99fb-2add13c3 {
  align-self: start;
}

#w-node-_2b0cab6a-b87a-b76f-f8d6-d41428a19040-2add13c3 {
  justify-self: end;
}

#w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-2add13c3 {
  justify-self: start;
}

#w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2add13c3 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: auto end;
}

#w-node-_33a461a6-4e94-7734-da71-59419bb7dd3d-2add13c3 {
  align-self: auto;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae2592d-2add13c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae25937-2add13c3, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2add13c3, #w-node-_5e931e8c-a09a-a26c-5227-649f34d210fc-2add13c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edf46c0-612b-b43e-6017-249c196d076b-2add13c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720d4-2add13c3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720e5-2add13c3, #w-node-_884c03f7-2182-14b5-c598-68caee875b62-2add1407 {
  align-self: start;
}

#w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-2add1407 {
  justify-self: end;
}

#w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-2add1407 {
  align-self: start;
}

#w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-2add1407 {
  place-self: start end;
}

#w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24917-2add1407 {
  justify-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892a9-2add1407 {
  align-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892ae-2add1407 {
  place-self: start end;
}

#w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-2add1407, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0d-2add1407 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-2add140a {
  align-self: stretch;
}

#w-node-_5cbce9a3-0919-d868-9d43-e7a19b4aee9d-2add140b, #w-node-_5cbce9a3-0919-d868-9d43-e7a19b4aeea1-2add140b, #w-node-_5cbce9a3-0919-d868-9d43-e7a19b4aeea5-2add140b, #w-node-_5cbce9a3-0919-d868-9d43-e7a19b4aeeab-2add140b, #w-node-_69a17ff8-a378-39d4-5707-b56f114625c3-2add140c, #w-node-_69a17ff8-a378-39d4-5707-b56f114625c7-2add140c, #w-node-_9821ed6b-8b33-df64-c563-869f38d52912-2add140c, #w-node-_69a17ff8-a378-39d4-5707-b56f114625d3-2add140c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_16e59e9b-9a3d-c5f7-135e-437c73de96b7-2add140c {
  place-self: center end;
}

#w-node-bc812b56-e55e-4dad-0bee-a59134788915-2494edc7 {
  align-self: start;
}

#w-node-d8304686-eb4c-db02-6a92-bf185e34765e-2494edc7 {
  place-self: start end;
}

#w-node-_2b0cab6a-b87a-b76f-f8d6-d41428a19040-2494edc7 {
  justify-self: end;
}

#w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-2494edc7 {
  justify-self: start;
}

#w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2494edc7 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: auto end;
}

#w-node-_33a461a6-4e94-7734-da71-59419bb7dd3d-2494edc7 {
  align-self: auto;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae2592d-2494edc7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae25937-2494edc7, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2494edc7, #w-node-_5e931e8c-a09a-a26c-5227-649f34d210fc-2494edc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edf46c0-612b-b43e-6017-249c196d076b-2494edc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720d4-2494edc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720e5-2494edc7 {
  align-self: start;
}

#w-node-_7ede0f77-9cfd-5ba1-49b8-1966927b2bec-927b2be0, #w-node-e0976199-a91e-eb71-a5df-e3e8f931808a-46146423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808c-46146423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-46146423, #w-node-_69fd1393-4caf-50ac-31db-d4fb745cd50c-46146423, #w-node-_401a4fc1-7748-fc6c-83c0-fc7bd0c42616-46146423, #w-node-_913694af-205a-88c9-8271-19c0414b6de7-46146423, #w-node-_5aa372db-cb27-4016-4105-35ed1e28410f-46146423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd313752-c2ce-2634-ec34-08f65e810a3f-46146423 {
  align-self: stretch;
}

#w-node-e7fd2ce9-d5f5-6285-3257-d1cb49faddeb-46146423 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884c03f7-2182-14b5-c598-68caee875b62-cf252424 {
  align-self: start;
}

#w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-cf252424 {
  justify-self: end;
}

#w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-cf252424 {
  align-self: start;
}

#w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-cf252424 {
  place-self: start end;
}

#w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24917-cf252424 {
  justify-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892a9-cf252424 {
  align-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892ae-cf252424 {
  place-self: start end;
}

#w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-cf252424, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0d-cf252424 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc812b56-e55e-4dad-0bee-a59134788915-8b60e356 {
  align-self: start;
}

#w-node-d8304686-eb4c-db02-6a92-bf185e34765e-8b60e356 {
  place-self: start end;
}

#w-node-_98de135d-a6d3-03e4-7d36-5cc5373f99fb-8b60e356 {
  align-self: start;
}

#w-node-_2b0cab6a-b87a-b76f-f8d6-d41428a19040-8b60e356 {
  justify-self: end;
}

#w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-8b60e356 {
  justify-self: start;
}

#w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-8b60e356 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: auto end;
}

#w-node-_33a461a6-4e94-7734-da71-59419bb7dd3d-8b60e356 {
  align-self: auto;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae2592d-8b60e356 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae25937-8b60e356, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-8b60e356, #w-node-_5e931e8c-a09a-a26c-5227-649f34d210fc-8b60e356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edf46c0-612b-b43e-6017-249c196d076b-8b60e356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720d4-8b60e356 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720e5-8b60e356 {
  align-self: start;
}

#w-node-_4dd6c1ed-fb75-8fab-6c42-b6937df34001-7df33ff5, #w-node-e0976199-a91e-eb71-a5df-e3e8f931808a-118c2e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808c-118c2e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-118c2e80, #w-node-_69fd1393-4caf-50ac-31db-d4fb745cd50c-118c2e80, #w-node-_401a4fc1-7748-fc6c-83c0-fc7bd0c42616-118c2e80, #w-node-_913694af-205a-88c9-8271-19c0414b6de7-118c2e80, #w-node-_5aa372db-cb27-4016-4105-35ed1e28410f-118c2e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd313752-c2ce-2634-ec34-08f65e810a3f-118c2e80 {
  align-self: stretch;
}

#w-node-e7fd2ce9-d5f5-6285-3257-d1cb49faddeb-118c2e80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884c03f7-2182-14b5-c598-68caee875b62-4053382e {
  align-self: start;
}

#w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-4053382e {
  justify-self: end;
}

#w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-4053382e {
  align-self: start;
}

#w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-4053382e {
  place-self: start end;
}

#w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24917-4053382e {
  justify-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892a9-4053382e {
  align-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892ae-4053382e {
  place-self: start end;
}

#w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-4053382e, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0d-4053382e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc812b56-e55e-4dad-0bee-a59134788915-850d1a7f {
  align-self: start;
}

#w-node-d8304686-eb4c-db02-6a92-bf185e34765e-850d1a7f {
  place-self: start end;
}

#w-node-_98de135d-a6d3-03e4-7d36-5cc5373f99fb-850d1a7f {
  align-self: start;
}

#w-node-_2b0cab6a-b87a-b76f-f8d6-d41428a19040-850d1a7f {
  justify-self: end;
}

#w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-850d1a7f {
  justify-self: start;
}

#w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-850d1a7f {
  grid-area: 1 / 2 / 2 / 2;
  place-self: auto end;
}

#w-node-_33a461a6-4e94-7734-da71-59419bb7dd3d-850d1a7f {
  align-self: auto;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae2592d-850d1a7f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae25937-850d1a7f, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-850d1a7f, #w-node-_5e931e8c-a09a-a26c-5227-649f34d210fc-850d1a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edf46c0-612b-b43e-6017-249c196d076b-850d1a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720d4-850d1a7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720e5-850d1a7f {
  align-self: start;
}

#w-node-bff3ec6f-cb6e-b0dc-33b9-e251ce6a92d6-ce6a92ca, #w-node-e0976199-a91e-eb71-a5df-e3e8f931808a-029e51cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808c-029e51cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-029e51cf, #w-node-_69fd1393-4caf-50ac-31db-d4fb745cd50c-029e51cf, #w-node-_401a4fc1-7748-fc6c-83c0-fc7bd0c42616-029e51cf, #w-node-_913694af-205a-88c9-8271-19c0414b6de7-029e51cf, #w-node-_5aa372db-cb27-4016-4105-35ed1e28410f-029e51cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd313752-c2ce-2634-ec34-08f65e810a3f-029e51cf {
  align-self: stretch;
}

#w-node-e7fd2ce9-d5f5-6285-3257-d1cb49faddeb-029e51cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884c03f7-2182-14b5-c598-68caee875b62-a9e289fa {
  align-self: start;
}

#w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-a9e289fa {
  justify-self: end;
}

#w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-a9e289fa {
  align-self: start;
}

#w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-a9e289fa {
  place-self: start end;
}

#w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24917-a9e289fa {
  justify-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892a9-a9e289fa {
  align-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892ae-a9e289fa {
  place-self: start end;
}

#w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-a9e289fa, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0d-a9e289fa, #w-node-e0976199-a91e-eb71-a5df-e3e8f931808a-428635ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808c-428635ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-428635ff, #w-node-_69fd1393-4caf-50ac-31db-d4fb745cd50c-428635ff, #w-node-_401a4fc1-7748-fc6c-83c0-fc7bd0c42616-428635ff, #w-node-_913694af-205a-88c9-8271-19c0414b6de7-428635ff, #w-node-_5aa372db-cb27-4016-4105-35ed1e28410f-428635ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd313752-c2ce-2634-ec34-08f65e810a3f-428635ff {
  align-self: stretch;
}

#w-node-e7fd2ce9-d5f5-6285-3257-d1cb49faddeb-428635ff, #w-node-cabec0ac-a328-c95d-1d35-b34cbfaa0fde-bfaa0fd2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc812b56-e55e-4dad-0bee-a59134788915-2b872514 {
  align-self: start;
}

#w-node-d8304686-eb4c-db02-6a92-bf185e34765e-2b872514 {
  place-self: start end;
}

#w-node-_98de135d-a6d3-03e4-7d36-5cc5373f99fb-2b872514 {
  align-self: start;
}

#w-node-_2b0cab6a-b87a-b76f-f8d6-d41428a19040-2b872514 {
  justify-self: end;
}

#w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-2b872514 {
  justify-self: start;
}

#w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2b872514 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: auto end;
}

#w-node-_33a461a6-4e94-7734-da71-59419bb7dd3d-2b872514 {
  align-self: auto;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae2592d-2b872514 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae25937-2b872514, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2b872514, #w-node-_5e931e8c-a09a-a26c-5227-649f34d210fc-2b872514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edf46c0-612b-b43e-6017-249c196d076b-2b872514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720d4-2b872514 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720e5-2b872514, #w-node-_884c03f7-2182-14b5-c598-68caee875b62-60a920e5 {
  align-self: start;
}

#w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-60a920e5 {
  justify-self: end;
}

#w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-60a920e5 {
  align-self: start;
}

#w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-60a920e5 {
  place-self: start end;
}

#w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24917-60a920e5 {
  justify-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892a9-60a920e5 {
  align-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892ae-60a920e5 {
  place-self: start end;
}

#w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-60a920e5, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0d-60a920e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc812b56-e55e-4dad-0bee-a59134788915-094f51ed {
  align-self: start;
}

#w-node-d8304686-eb4c-db02-6a92-bf185e34765e-094f51ed {
  place-self: start end;
}

#w-node-_98de135d-a6d3-03e4-7d36-5cc5373f99fb-094f51ed {
  align-self: start;
}

#w-node-_2b0cab6a-b87a-b76f-f8d6-d41428a19040-094f51ed {
  justify-self: end;
}

#w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-094f51ed {
  justify-self: start;
}

#w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-094f51ed {
  grid-area: 1 / 2 / 2 / 2;
  place-self: auto end;
}

#w-node-_33a461a6-4e94-7734-da71-59419bb7dd3d-094f51ed {
  align-self: auto;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae2592d-094f51ed {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae25937-094f51ed, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-094f51ed, #w-node-_5e931e8c-a09a-a26c-5227-649f34d210fc-094f51ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edf46c0-612b-b43e-6017-249c196d076b-094f51ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720d4-094f51ed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720e5-094f51ed {
  align-self: start;
}

#w-node-_1fe3145a-06a7-715e-7dff-d9f39b961949-9b96193d, #w-node-e0976199-a91e-eb71-a5df-e3e8f931808a-655db7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808c-655db7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-655db7a9, #w-node-_69fd1393-4caf-50ac-31db-d4fb745cd50c-655db7a9, #w-node-_401a4fc1-7748-fc6c-83c0-fc7bd0c42616-655db7a9, #w-node-_913694af-205a-88c9-8271-19c0414b6de7-655db7a9, #w-node-_5aa372db-cb27-4016-4105-35ed1e28410f-655db7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd313752-c2ce-2634-ec34-08f65e810a3f-655db7a9 {
  align-self: stretch;
}

#w-node-e7fd2ce9-d5f5-6285-3257-d1cb49faddeb-655db7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884c03f7-2182-14b5-c598-68caee875b62-188cee69 {
  align-self: start;
}

#w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-188cee69 {
  justify-self: end;
}

#w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-188cee69 {
  align-self: start;
}

#w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-188cee69 {
  place-self: start end;
}

#w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24917-188cee69 {
  justify-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892a9-188cee69 {
  align-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892ae-188cee69 {
  place-self: start end;
}

#w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-188cee69, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0d-188cee69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc812b56-e55e-4dad-0bee-a59134788915-19170cc5 {
  align-self: start;
}

#w-node-d8304686-eb4c-db02-6a92-bf185e34765e-19170cc5 {
  place-self: start end;
}

#w-node-_98de135d-a6d3-03e4-7d36-5cc5373f99fb-19170cc5 {
  align-self: start;
}

#w-node-_2b0cab6a-b87a-b76f-f8d6-d41428a19040-19170cc5 {
  justify-self: end;
}

#w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-19170cc5 {
  justify-self: start;
}

#w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-19170cc5 {
  grid-area: 1 / 2 / 2 / 2;
  place-self: auto end;
}

#w-node-_33a461a6-4e94-7734-da71-59419bb7dd3d-19170cc5 {
  align-self: auto;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae2592d-19170cc5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5de191c-75ee-6455-59f6-d4860ae25937-19170cc5, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-19170cc5, #w-node-_5e931e8c-a09a-a26c-5227-649f34d210fc-19170cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9edf46c0-612b-b43e-6017-249c196d076b-19170cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720d4-19170cc5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_52631f68-0e7b-0bd9-e378-c46b478720e5-19170cc5 {
  align-self: start;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808a-f47b23d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0976199-a91e-eb71-a5df-e3e8f931808c-f47b23d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-f47b23d6, #w-node-_69fd1393-4caf-50ac-31db-d4fb745cd50c-f47b23d6, #w-node-_401a4fc1-7748-fc6c-83c0-fc7bd0c42616-f47b23d6, #w-node-_913694af-205a-88c9-8271-19c0414b6de7-f47b23d6, #w-node-_5aa372db-cb27-4016-4105-35ed1e28410f-f47b23d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bd313752-c2ce-2634-ec34-08f65e810a3f-f47b23d6 {
  align-self: stretch;
}

#w-node-e7fd2ce9-d5f5-6285-3257-d1cb49faddeb-f47b23d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_884c03f7-2182-14b5-c598-68caee875b62-845e4f7f {
  align-self: start;
}

#w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-845e4f7f {
  justify-self: end;
}

#w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-845e4f7f {
  align-self: start;
}

#w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-845e4f7f {
  place-self: start end;
}

#w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24917-845e4f7f {
  justify-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892a9-845e4f7f {
  align-self: start;
}

#w-node-_35af89a1-1231-c93f-0403-9837069892ae-845e4f7f {
  place-self: start end;
}

#w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-845e4f7f, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0d-845e4f7f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d8304686-eb4c-db02-6a92-bf185e34765e-2add13c3 {
    place-self: start;
  }

  #w-node-_78705775-8b70-db41-5b35-25e9ffbe7e43-2add13c3 {
    place-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2add13c3, #w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-2add1407 {
    justify-self: end;
  }

  #w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-2add1407 {
    align-self: start;
  }

  #w-node-d8765d90-9dc8-6829-0021-a6f61b67e6e1-2add1407 {
    place-self: auto;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892ae-2add1407 {
    align-self: start;
  }

  #w-node-d8304686-eb4c-db02-6a92-bf185e34765e-2494edc7 {
    place-self: start;
  }

  #w-node-_78705775-8b70-db41-5b35-25e9ffbe7e43-2494edc7 {
    place-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2494edc7, #w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-cf252424 {
    justify-self: end;
  }

  #w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-cf252424 {
    align-self: start;
  }

  #w-node-d8765d90-9dc8-6829-0021-a6f61b67e6e1-cf252424 {
    place-self: auto;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892ae-cf252424 {
    align-self: start;
  }

  #w-node-d8304686-eb4c-db02-6a92-bf185e34765e-8b60e356 {
    place-self: start;
  }

  #w-node-_78705775-8b70-db41-5b35-25e9ffbe7e43-8b60e356 {
    place-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-8b60e356, #w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-4053382e {
    justify-self: end;
  }

  #w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-4053382e {
    align-self: start;
  }

  #w-node-d8765d90-9dc8-6829-0021-a6f61b67e6e1-4053382e {
    place-self: auto;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892ae-4053382e {
    align-self: start;
  }

  #w-node-d8304686-eb4c-db02-6a92-bf185e34765e-850d1a7f {
    place-self: start;
  }

  #w-node-_78705775-8b70-db41-5b35-25e9ffbe7e43-850d1a7f {
    place-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-850d1a7f, #w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-a9e289fa {
    justify-self: end;
  }

  #w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-a9e289fa {
    align-self: start;
  }

  #w-node-d8765d90-9dc8-6829-0021-a6f61b67e6e1-a9e289fa {
    place-self: auto;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892ae-a9e289fa {
    align-self: start;
  }

  #w-node-d8304686-eb4c-db02-6a92-bf185e34765e-2b872514 {
    place-self: start;
  }

  #w-node-_78705775-8b70-db41-5b35-25e9ffbe7e43-2b872514 {
    place-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2b872514, #w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-60a920e5 {
    justify-self: end;
  }

  #w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-60a920e5 {
    align-self: start;
  }

  #w-node-d8765d90-9dc8-6829-0021-a6f61b67e6e1-60a920e5 {
    place-self: auto;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892ae-60a920e5 {
    align-self: start;
  }

  #w-node-d8304686-eb4c-db02-6a92-bf185e34765e-094f51ed {
    place-self: start;
  }

  #w-node-_78705775-8b70-db41-5b35-25e9ffbe7e43-094f51ed {
    place-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-094f51ed, #w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-188cee69 {
    justify-self: end;
  }

  #w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-188cee69 {
    align-self: start;
  }

  #w-node-d8765d90-9dc8-6829-0021-a6f61b67e6e1-188cee69 {
    place-self: auto;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892ae-188cee69 {
    align-self: start;
  }

  #w-node-d8304686-eb4c-db02-6a92-bf185e34765e-19170cc5 {
    place-self: start;
  }

  #w-node-_78705775-8b70-db41-5b35-25e9ffbe7e43-19170cc5 {
    place-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-19170cc5, #w-node-_06bb1205-a087-ec61-d1fc-638f30ddfe81-845e4f7f {
    justify-self: end;
  }

  #w-node-_5e9086f4-3949-2cea-cb55-967613fbb2a7-845e4f7f {
    align-self: start;
  }

  #w-node-d8765d90-9dc8-6829-0021-a6f61b67e6e1-845e4f7f {
    place-self: auto;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892ae-845e4f7f {
    align-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2add13c3, #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2494edc7, #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-8b60e356, #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-850d1a7f, #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2b872514, #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-094f51ed, #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-19170cc5 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-2add13ae {
    order: -9999;
  }

  #w-node-_36743e6b-f51a-e555-584d-1a1db2624735-b2624732 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_98172cec-4d15-a68d-abfa-7813fa6df6ea-2add13b7, #w-node-_98172cec-4d15-a68d-abfa-7813fa6df6fd-2add13b7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bc812b56-e55e-4dad-0bee-a59134788915-2add13c3 {
    align-self: start;
  }

  #w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-2add13c3 {
    justify-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2add13c3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2add13c3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_884c03f7-2182-14b5-c598-68caee875b62-2add1407, #w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-2add1407 {
    align-self: start;
  }

  #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b2490e-2add1407, #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24921-2add1407 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892a9-2add1407 {
    align-self: start;
  }

  #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-2add1407 {
    grid-column: span 2 / span 2;
  }

  #w-node-_16e59e9b-9a3d-c5f7-135e-437c73de96b7-2add140c {
    justify-self: center;
  }

  #w-node-bc812b56-e55e-4dad-0bee-a59134788915-2494edc7 {
    align-self: start;
  }

  #w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-2494edc7 {
    justify-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2494edc7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2494edc7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7c43447f-74f0-f018-3732-84b53b6734f0-3b6734ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-46146423 {
    order: -9999;
  }

  #w-node-_884c03f7-2182-14b5-c598-68caee875b62-cf252424, #w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-cf252424 {
    align-self: start;
  }

  #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b2490e-cf252424, #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24921-cf252424 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892a9-cf252424 {
    align-self: start;
  }

  #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-cf252424 {
    grid-column: span 2 / span 2;
  }

  #w-node-bc812b56-e55e-4dad-0bee-a59134788915-8b60e356 {
    align-self: start;
  }

  #w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-8b60e356 {
    justify-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-8b60e356 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-8b60e356 {
    grid-column: span 2 / span 2;
  }

  #w-node-_799d67fb-505e-5a6c-e4ae-c3460a78e9cc-0a78e9c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-118c2e80 {
    order: -9999;
  }

  #w-node-_884c03f7-2182-14b5-c598-68caee875b62-4053382e, #w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-4053382e {
    align-self: start;
  }

  #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b2490e-4053382e, #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24921-4053382e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892a9-4053382e {
    align-self: start;
  }

  #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-4053382e {
    grid-column: span 2 / span 2;
  }

  #w-node-bc812b56-e55e-4dad-0bee-a59134788915-850d1a7f {
    align-self: start;
  }

  #w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-850d1a7f {
    justify-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-850d1a7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-850d1a7f {
    grid-column: span 2 / span 2;
  }

  #w-node-e5a92104-772d-711e-1634-c49bef2dfa7d-ef2dfa7a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-029e51cf {
    order: -9999;
  }

  #w-node-_884c03f7-2182-14b5-c598-68caee875b62-a9e289fa, #w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-a9e289fa {
    align-self: start;
  }

  #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b2490e-a9e289fa, #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24921-a9e289fa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892a9-a9e289fa {
    align-self: start;
  }

  #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-a9e289fa {
    grid-column: span 2 / span 2;
  }

  #w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-428635ff {
    order: -9999;
  }

  #w-node-_7c11a58b-e92a-b15a-f25e-b91fb59fc353-b59fc350 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc812b56-e55e-4dad-0bee-a59134788915-2b872514 {
    align-self: start;
  }

  #w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-2b872514 {
    justify-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-2b872514 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2b872514 {
    grid-column: span 2 / span 2;
  }

  #w-node-_884c03f7-2182-14b5-c598-68caee875b62-60a920e5, #w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-60a920e5 {
    align-self: start;
  }

  #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b2490e-60a920e5, #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24921-60a920e5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892a9-60a920e5 {
    align-self: start;
  }

  #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-60a920e5 {
    grid-column: span 2 / span 2;
  }

  #w-node-bc812b56-e55e-4dad-0bee-a59134788915-094f51ed {
    align-self: start;
  }

  #w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-094f51ed {
    justify-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-094f51ed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-094f51ed {
    grid-column: span 2 / span 2;
  }

  #w-node-_02226698-9c19-f6c7-f04c-aed9c57683ad-c57683aa {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-655db7a9 {
    order: -9999;
  }

  #w-node-_884c03f7-2182-14b5-c598-68caee875b62-188cee69, #w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-188cee69 {
    align-self: start;
  }

  #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b2490e-188cee69, #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24921-188cee69 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892a9-188cee69 {
    align-self: start;
  }

  #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-188cee69 {
    grid-column: span 2 / span 2;
  }

  #w-node-bc812b56-e55e-4dad-0bee-a59134788915-19170cc5 {
    align-self: start;
  }

  #w-node-_62eba6a2-0f19-eaca-9fd2-3cbfbde26972-19170cc5 {
    justify-self: auto;
  }

  #w-node-_05799d86-738c-5666-6cb2-00f0b3006a39-19170cc5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-19170cc5 {
    grid-column: span 2 / span 2;
  }

  #w-node-_7f528a2c-49b6-28f7-67d6-9f6f26ce48f8-f47b23d6 {
    order: -9999;
  }

  #w-node-_884c03f7-2182-14b5-c598-68caee875b62-845e4f7f, #w-node-_7c895aa7-ccfd-565e-190d-4aae2888a27d-845e4f7f {
    align-self: start;
  }

  #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b2490e-845e4f7f, #w-node-c3a9a578-d5a5-7e6b-134b-0097e6b24921-845e4f7f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35af89a1-1231-c93f-0403-9837069892a9-845e4f7f {
    align-self: start;
  }

  #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-845e4f7f {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f929dc7a-1be2-26d3-f4f8-2fef9bdbda80-9bdbda7d, #w-node-ecabaf14-8c20-404c-3d98-c47a1b9590c8-1b9590c5, #w-node-_5f032635-ace2-e418-56f5-e63c789026a3-789026a0, #w-node-_0d88b974-1df3-cce6-8733-0f60e7192634-e7192631 {
    justify-self: center;
  }

  #w-node-d6857022-472c-2516-ccf4-c784dc3a2185-2add13be {
    justify-self: auto;
  }

  #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2add13c3, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-2add1407, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2494edc7, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-cf252424, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-8b60e356, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-4053382e, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-850d1a7f, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-a9e289fa, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-2b872514, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-60a920e5, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-094f51ed, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-188cee69, #w-node-_7335bef7-7f03-f3a5-104e-42be0d602903-19170cc5, #w-node-_6465257a-f8ff-1623-5539-32027c5cfa0a-845e4f7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_64d6e7da-2664-8e58-32b0-f605abfb1082-2add13ae {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_69a17ff8-a378-39d4-5707-b56f114625c3-2add140c, #w-node-_69a17ff8-a378-39d4-5707-b56f114625c7-2add140c, #w-node-_9821ed6b-8b33-df64-c563-869f38d52912-2add140c, #w-node-_69a17ff8-a378-39d4-5707-b56f114625d3-2add140c {
    grid-column: span 1 / span 1;
  }

  #w-node-_64d6e7da-2664-8e58-32b0-f605abfb1082-46146423, #w-node-_64d6e7da-2664-8e58-32b0-f605abfb1082-118c2e80, #w-node-_64d6e7da-2664-8e58-32b0-f605abfb1082-029e51cf, #w-node-_64d6e7da-2664-8e58-32b0-f605abfb1082-428635ff, #w-node-_64d6e7da-2664-8e58-32b0-f605abfb1082-655db7a9, #w-node-_64d6e7da-2664-8e58-32b0-f605abfb1082-f47b23d6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}