@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: Font Creativeplus Template;
  src: url('../fonts/font-creativeplus-template.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestBold1602-hint.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Onest;
  src: url('../fonts/OnestLight1602-hint.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --neutral--700: #585858;
  --neutral--800: #101010;
  --accent--primary-1: #ff7b43;
  --neutral--100: white;
  --neutral--300: #f3f3f3;
  --general--shadow-01: #14142b0f;
  --neutral--200: #f6f6f6;
  --neutral--600: #929297;
  --secondary--color-1: #b19bfd;
  --secondary--color-2: #4f6bcc;
  --secondary--color-3: #f8f8f8;
  --neutral--500: #bebec1;
  --neutral--400: #e8e8e8;
  --system--green-400: #11845b;
  --system--blue-400: #086cd9;
  --system--blue-300: #1d88fe;
  --system--blue-200: #8fc3ff;
  --system--blue-100: #eaf4ff;
  --system--green-300: #05c168;
  --system--green-200: #7fdca4;
  --system--green-100: #def2e6;
  --system--red-400: #dc2b2b;
  --system--300: #ff5a65;
  --system--red-200: #ffbec2;
  --system--red-100: #ffeff0;
  --system--orange-400: #d5691b;
  --system--orange-300: #ff9e2c;
  --system--orange-200: #ffd19b;
  --system--orange-100: #fff3e4;
  --general--shadow-02: #14142b14;
  --general--shadow-03: #14142b1a;
  --general--shadow-04: #14142b2b;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #4a3aff0f;
  --button-shadow--color-2: #4a3aff14;
  --button-shadow--color-03: #4a3aff14;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
}

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

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

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

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

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

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

.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-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  border: 0 solid #000;
  margin-top: 14px;
  margin-bottom: 32px;
  padding: 96px 210px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.409em;
}

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

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

.page-wrapper {
  min-height: 100vh;
}

.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.title-and-paragraph {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .75fr;
}

.grid-2-columns.title-and-paragraph.v2 {
  grid-template-columns: .4fr 1fr;
}

.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.first {
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.grid-2-columns.product-page {
  grid-column-gap: 40px;
  grid-template-columns: 1fr .55fr;
}

.grid-2-columns.checkout-page {
  grid-column-gap: 40px;
  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.title-and-buttons {
  grid-column-gap: 40px;
  grid-template-columns: 1fr auto;
}

.grid-2-columns.title-and-buttons.blog-top {
  grid-template-columns: 1fr .7fr;
}

.grid-2-columns.service-item-grid {
  grid-column-gap: 40px;
  grid-template-columns: .7fr 1fr;
  align-items: start;
}

.grid-2-columns.service-item-content-grid {
  grid-column-gap: 40px;
  grid-template-columns: 1fr auto;
  align-items: start;
  width: 100%;
  max-width: 718px;
  margin-top: 10px;
}

.grid-2-columns.accordion-left-tab-link-grid {
  grid-column-gap: 8px;
  grid-template-columns: auto 1fr;
  align-items: start;
}

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

.grid-2-columns.team-page-grid {
  grid-column-gap: 40px;
}

.grid-2-columns.hero-image-right-grid {
  grid-column-gap: 51px;
  grid-template-columns: auto 1fr;
}

.grid-2-columns.project-grid {
  grid-column-gap: 40px;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.grid-2-columns.packages {
  grid-column-gap: 103px;
  grid-row-gap: 140px;
}

.grid-2-columns.contact-form-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  align-items: stretch;
}

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

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

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

.card.link-card:hover {
  color: var(--neutral--600);
  transform: scale3d(.99, .99, 1.01);
}

.card.link-card.search-item {
  border-bottom: 2px solid var(--neutral--800);
  background-color: #0000;
  min-height: 100%;
  padding-bottom: 40px;
}

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

.card.checkout-block {
  background-color: #0000;
  margin-bottom: 28px;
  padding-bottom: 48px;
}

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

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

.card.figma-file {
  border-top: 2px solid var(--neutral--800);
  border-bottom: 2px solid var(--neutral--800);
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

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

.card.buy-now {
  border: 2px solid var(--neutral--800);
  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(.96);
}

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

.card.team-member-join {
  background-color: var(--neutral--800);
  width: 210%;
  margin-left: 40px;
  padding: 78px;
  position: absolute;
  inset: 0% auto 0% 100%;
  overflow: hidden;
}

.card.dropdown {
  background-color: var(--neutral--800);
  border: 1px solid #58585880;
  border-radius: 40px;
  justify-content: space-between;
  width: 700px;
  margin-bottom: 30px;
  padding: 60px;
  display: flex;
}

.card.dropdown.desktop {
  border-color: #0000;
  border-radius: 0;
}

.style---color-block {
  min-height: 180px;
  position: relative;
}

.style---color-block-content {
  border-top: 2px solid var(--neutral--800);
  padding: 24px 24px 32px;
}

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

.style---color-block-hex {
  line-height: 1.111em;
}

.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.stats-grid {
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}

.grid-4-columns.logos-grid {
  grid-column-gap: 60px;
  grid-row-gap: 25px;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  place-items: center;
}

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

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

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

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

.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-secondary-2 {
  color: var(--secondary--color-2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider {
  background-color: var(--neutral--800);
  height: 2px;
  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._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

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

.divider._120px {
  margin-top: 120px;
  margin-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-200.medium.color-neutral-600.mg-bottom-0 {
  line-height: 1.4em;
}

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

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

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

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

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

.grid-1-column.section-blog-main-grid {
  grid-row-gap: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

.display-4.compare-price {
  color: var(--neutral--600);
  text-decoration: line-through;
}

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

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

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

.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-link {
  color: var(--accent--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

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

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

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

.text-link.white.text-400.blog-post-page-category {
  font-weight: 500;
  text-decoration: none;
}

.text-link.white.text-400.blog-post-page-category:hover {
  color: var(--neutral--800);
}

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

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

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

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

.text-link.dark.text-400.category-text-link {
  margin-top: 11px;
  margin-bottom: 11px;
  text-decoration: none;
}

.text-link.dark.text-400.category-text-link.w--current {
  color: var(--accent--primary-1);
  font-weight: 500;
}

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

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

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

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

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

.grid-3-columns.style---buttons-grid.apps-buttons {
  grid-template-columns: auto auto;
}

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

.grid-3-columns.section-blog-grid {
  grid-column-gap: 60px;
  grid-row-gap: 80px;
}

.grid-3-columns.values-grid {
  grid-row-gap: 71px;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
}

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

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

.grid-3-columns.project-gallery-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
}

.grid-3-columns.sales-pages {
  border-bottom: 2px solid var(--neutral--800);
  padding-bottom: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.style---heading {
  border-bottom: 2px solid var(--neutral--800);
  background-color: var(--neutral--100);
  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._460px {
  max-width: 460px;
}

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

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

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

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

.inner-container._429px {
  max-width: 429px;
}

.inner-container._684px {
  max-width: 684px;
}

.inner-container._516px {
  max-width: 516px;
}

.inner-container._617px {
  max-width: 617px;
}

.inner-container._489px {
  max-width: 489px;
}

.inner-container._681px {
  max-width: 681px;
}

.inner-container._463px {
  max-width: 463px;
}

.inner-container._683px {
  max-width: 683px;
}

.inner-container._335px {
  max-width: 335px;
}

.inner-container._725px {
  max-width: 725px;
}

.inner-container.cta-v1-content {
  max-width: 43%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.inner-container.cta-v2-content {
  max-width: 48%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.inner-container._320px {
  max-width: 320px;
}

.inner-container._265px {
  max-width: 265px;
}

.inner-container.footer-main-content {
  border-right: 2px solid var(--neutral--700);
  max-width: 330px;
  padding-right: 63px;
}

.inner-container.footer-bottom-content {
  max-width: 58%;
}

.inner-container._691px {
  max-width: 691px;
}

.inner-container._526px {
  max-width: 526px;
}

.inner-container._1254px {
  max-width: 1254px;
}

.inner-container._811px {
  max-width: 811px;
}

.inner-container._62 {
  max-width: 62%;
}

.inner-container._65 {
  max-width: 65%;
}

.inner-container.cta-v3-content {
  min-width: 322px;
  max-width: 33%;
  margin-top: 60px;
  margin-bottom: 128px;
}

.inner-container._723px {
  max-width: 723px;
}

.inner-container._438px {
  max-width: 438px;
}

.inner-container.office-content {
  max-width: 503px;
}

.inner-container._581px {
  max-width: 581px;
}

.inner-container.newsletter-content {
  max-width: 522px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.inner-container._435px {
  max-width: 435px;
}

.inner-container._928px {
  max-width: 928px;
}

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

.inner-container._639px {
  max-width: 639px;
}

.inner-container._495px {
  max-width: 495px;
}

.inner-container._746px {
  max-width: 746px;
}

.inner-container._607px {
  max-width: 607px;
}

.inner-container._532px {
  max-width: 532px;
}

.inner-container._716px {
  max-width: 716px;
}

.inner-container._441px {
  max-width: 441px;
}

.inner-container._322px {
  max-width: 322px;
}

.inner-container._719px {
  max-width: 719px;
}

.inner-container.cta-v3-1-content {
  min-width: 523px;
  max-width: 43%;
  margin-top: 128px;
  margin-bottom: 128px;
}

.inner-container._92 {
  max-width: 92%;
}

.inner-container._557px {
  max-width: 557px;
}

.inner-container._643px {
  max-width: 643px;
}

.inner-container._420px {
  max-width: 420px;
}

.inner-container._294px {
  max-width: 294px;
}

.inner-container._533px {
  max-width: 533px;
}

.inner-container._1094px {
  max-width: 1094px;
}

.inner-container._595px {
  max-width: 595px;
}

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

.inner-container._609px {
  max-width: 609px;
}

.style---content-heading {
  background-color: var(--neutral--100);
  align-items: center;
  margin-bottom: 60px;
  padding: 48px;
  display: flex;
}

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

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

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

.style---card-wrapper {
  border: 2px solid var(--neutral--800);
  background-color: var(--neutral--100);
}

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

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

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

.btn-primary {
  border: 2px solid var(--neutral--800);
  background-color: var(--neutral--800);
  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: 500;
  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: 1.125em;
}

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

.btn-primary.small.orange {
  background-color: var(--accent--primary-1);
}

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

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

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

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

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

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

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

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

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

.btn-primary.inside-input.default {
  transform-style: preserve-3d;
  padding: 16px 28px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.inside-input.default:hover {
  transform: translate3d(0, 0, .01px);
}

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

.btn-primary.no-hover {
  background-color: #543ffe;
  border-color: #543ffe;
}

.btn-primary.no-hover:hover {
  background-color: #543ffe;
  transform: none;
}

.btn-primary.btn-form-arrow {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.btn-primary.btn-form-arrow---inside {
  background-color: #0000;
  border-width: 0;
  padding-right: 0;
  transition-property: none;
}

.btn-primary.btn-form-arrow---inside:hover {
  transform: none;
}

.btn-secondary {
  border: 2px solid var(--neutral--800);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 48px;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
}

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

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

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

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

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

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

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

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

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

.badge-secondary {
  border: 2px solid var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 1.111em;
  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 {
  border-color: var(--neutral--200);
  background-color: var(--neutral--200);
  box-shadow: none;
}

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

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

.input {
  border: 2px solid var(--neutral--800);
  color: var(--accent--primary-1);
  background-color: #0000;
  border-radius: 100px;
  min-height: 68px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 1.125em;
  transition: color .3s, border-color .3s;
}

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

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

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

.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.large {
  min-height: 76px;
}

.input.button-inside {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-width: 0;
  min-height: 72px;
  padding-right: 145px;
  font-size: 18px;
}

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

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

.input.button-inside.border {
  border-width: 2px;
}

.input.input-subscribe-footer {
  margin-bottom: 0;
}

.input.input-subscribe-footer.white {
  border-width: 1.5px;
  border-color: var(--neutral--100);
  min-height: 75px;
}

.input.input-subscribe-footer.white:hover {
  border-color: var(--neutral--600);
}

.input.input-subscribe-footer.white:focus {
  border-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

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

.input.mg-bottom-16px {
  margin-bottom: 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.search-button-inside {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-width: 0;
  min-height: 72px;
  padding-right: 74px;
  font-size: 18px;
}

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

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

.input.select-inside {
  color: var(--neutral--800);
  background-color: #0000;
  border-width: 0;
  height: auto;
  min-height: auto;
  padding: 0;
  transition: color .3s;
}

.input.select-wrapper {
  align-items: center;
  transition: border-color .3s;
  display: flex;
}

.position-relative {
  position: relative;
}

.text-area {
  border: 2px solid var(--neutral--800);
  background-color: var(--neutral--100);
  color: var(--accent--primary-1);
  border-radius: 22px;
  min-width: 100%;
  max-width: 100%;
  min-height: 176px;
  max-height: 200px;
  padding: 24px;
  font-size: 18px;
  transition: color .3s, border-color .3s;
}

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

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

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

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

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

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

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

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

.checkbox {
  border-width: 2px;
  border-color: var(--neutral--800);
  background-color: var(--neutral--100);
  border-radius: 0;
  width: auto;
  min-width: 24px;
  height: auto;
  min-height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
  transition: border-color .3s, background-color .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.success-message-check---left {
  margin-bottom: 0;
  margin-right: 8px;
  font-size: 22px;
}

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

.line-square-icon.success-message-icon {
  color: var(--accent--primary-1);
  margin-top: -6px;
  margin-right: 15px;
  font-size: 40px;
  line-height: 1em;
}

.line-square-icon.success-message-icon.large {
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 0;
  font-size: 80px;
}

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

.rich-text-v1 p {
  margin-top: 18px;
  margin-bottom: 18px;
}

.rich-text-v1 h2 {
  color: var(--neutral--800);
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

.rich-text-v1 h3 {
  color: var(--neutral--800);
  margin-top: 78px;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.316em;
}

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

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

.rich-text-v1 h6 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

.rich-text-v1 h5 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.rich-text-v1 h4 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

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

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

.style---dropdown-toggle {
  border-bottom: 2px solid var(--neutral--800);
  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: 22px;
  grid-row-gap: 15px;
  align-items: center;
  display: flex;
}

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

.buttons-row.section-full-image-button {
  margin-top: 55px;
}

.buttons-row.accordion-left-buttons {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0%;
}

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

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

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

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

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

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

.style---logo-wrapper {
  border-bottom: 2px solid var(--neutral--800);
  background-color: var(--neutral--800);
  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: 1362px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.container-default.hero-v2-container {
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

.elements---page-hero {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.section.hero {
  position: relative;
  overflow: hidden;
}

.section.hero.v1 {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 60px;
}

.section.hero.v1.home-hero {
  margin-bottom: -20px;
}

.section.hero.v2 {
  flex-direction: column;
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.section.hero.v2.blog-post-page-hero {
  background-color: var(--accent--primary-1);
  margin-bottom: -23.2%;
}

.section.hero.v2.project-page-hero {
  background-color: var(--accent--primary-1);
  margin-bottom: -205.3px;
}

.section.hero.v2.about-hero {
  margin-bottom: -20px;
}

.section.hero.v3 {
  min-height: 100vh;
  padding-top: 118px;
  padding-bottom: 60px;
}

.section.hero.v4 {
  min-height: 100vh;
  padding-top: 103px;
  padding-bottom: 106px;
}

.section.hero.v4.overflow-visible {
  overflow: visible;
}

.section.hero.v5 {
  padding-top: 104px;
  padding-bottom: 25px;
}

.section.hero.not-found {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.hero.password-page {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero.v6 {
  margin-top: -104px;
  padding-top: 100px;
  padding-bottom: 200px;
}

.section.hero.sales {
  background-image: linear-gradient(to bottom, var(--neutral--100) 50%, var(--neutral--800) 50%);
  padding-top: 0;
  padding-bottom: 200px;
}

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

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

.section.cta-home-pages {
  padding-top: 0;
}

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

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

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

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

.section.pd-0px.cta-v1 {
  background-color: var(--neutral--800);
  overflow: hidden;
}

.section.pd-0px.cta-v2 {
  background-color: var(--secondary--color-1);
  overflow: hidden;
}

.section.pd-0px.cta-v3 {
  background-color: var(--secondary--color-1);
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 11.1%, #f8f8f800 11.1%);
  padding-top: 73px;
  overflow: hidden;
}

.section.pd-0px.newsletter-section {
  background-color: var(--secondary--color-1);
  overflow: hidden;
}

.section.pd-0px.cta-v3-1 {
  background-color: var(--secondary--color-1);
  background-image: linear-gradient(to bottom, var(--secondary--color-3) 11.1%, #f8f8f800 11.1%);
  padding-top: 73px;
  overflow: hidden;
}

.section.pd-0px.cta-v3-1.black {
  background-image: linear-gradient(to bottom, var(--neutral--800) 11.1%, #10101000 11.1%);
}

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

.section.pd-183px.portfolio {
  margin-top: -670px;
}

.section.pd-183px.packages {
  margin-top: -682px;
}

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

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

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

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

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

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

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

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

.top-bar-wrapper {
  background-color: var(--neutral--800);
  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);
  line-height: 1.111em;
  transition: none;
  display: inline-block;
}

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

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

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

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

.link-wrapper.white.project-page-detail-link {
  display: block;
}

.link-wrapper.white.project-page-detail-link:hover {
  color: var(--neutral--800);
}

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

.elements---element-title {
  background-color: var(--neutral--100);
  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: 500;
  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: 500;
  line-height: 1.316em;
}

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

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

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

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

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

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

.header-wrapper {
  background-color: var(--neutral--800);
  box-shadow: 0 14px 42px 0 var(--general--shadow-04);
  border: 1px solid #58585880;
  border-radius: 1000000px;
  max-width: 923px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 38px;
}

.header-wrapper.header-absolute {
  width: 100%;
  margin-bottom: 20px;
  position: sticky;
  top: 88vh;
}

.header-wrapper.v3 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 38px;
}

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

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

.header-nav-menu-wrapper.desktop {
  background-color: #0000;
}

.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-menu-list.desktop {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  min-height: 100%;
}

.header-nav-link {
  color: var(--neutral--100);
  border-radius: 100000px;
  padding: 15px 28px;
  transition: background-color .3s, color .3s;
}

.header-nav-link:hover, .header-nav-link.w--current {
  color: var(--neutral--100);
  background-color: #ffffff1a;
}

.header-nav-link.dropdown-nav-link {
  align-items: center;
  display: flex;
}

.header-nav-link.dropdown-nav-link.desktop {
  justify-content: center;
}

.header-nav-link.desktop {
  font-size: 30px;
}

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

.dropdown-column-wrapper {
  background-color: #0000;
  transform: translate(-64%, -113%);
}

.dropdown-column-wrapper.desktop {
  transform: none;
}

.header-logo-link {
  max-width: 190px;
  padding-left: 0;
  transition: opacity .3s, color .3s;
}

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

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

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

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

.btn-circle-primary {
  border: 2px 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: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  font-size: 28px;
  line-height: 1em;
  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: scale3d(.94, .94, 1.01);
}

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

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

.btn-circle-primary.large.pagination-btn {
  margin-top: 60px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

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

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

.btn-circle-primary.slider-arrow.right---bottom-right {
  margin-bottom: 3%;
  inset: auto 0 0 auto;
}

.btn-circle-primary.slider-arrow.right---top-right {
  top: -145px;
  bottom: auto;
}

.btn-circle-primary.black {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
}

.btn-circle-primary.black.team-item-arrow {
  transition-property: none;
}

.btn-circle-primary.black.team-item-arrow:hover {
  transform: none;
}

.btn-circle-primary.search-button {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 8px;
  font-family: Line Rounded Icons, sans-serif;
  font-size: 22px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-circle-primary.search-button:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
}

.btn-circle-primary.blog-post-featured-arrow-btn {
  transition-property: none;
}

.btn-circle-primary.blog-post-featured-arrow-btn:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  transform: none;
}

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

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

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

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

.btn-circle-secondary.large.pagination-btn {
  margin-top: 60px;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}

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

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

.btn-circle-secondary.slider-arrow.left---bottom-right {
  margin-bottom: 3%;
  inset: auto 94px 0 auto;
}

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

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

.btn-circle-secondary.btn-down {
  border-width: 3px;
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  text-align: center;
  width: 111px;
  min-width: 111px;
  height: 111px;
  min-height: 111px;
  font-family: Font Creativeplus Template, sans-serif;
  font-size: 55px;
  overflow: hidden;
}

.btn-circle-secondary.btn-down:hover {
  border-color: var(--neutral--800);
  color: var(--neutral--800);
}

.not-found-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 795px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 246px;
  padding-bottom: 137px;
  display: flex;
  position: relative;
}

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

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

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

.flex-horizontal {
  display: flex;
}

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

.flex-horizontal.project-post-details {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-horizontal.project-page-hero-wrapper {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}

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

.footer-wrapper.v2 {
  background-image: url('../images/footer-v2-creativeplus-webflow-template.svg');
  background-position: -60% 78%;
  background-repeat: no-repeat;
  background-size: 710px;
}

.footer-logo-wrapper {
  max-width: 230px;
  margin-bottom: 18px;
  transition-property: opacity;
}

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

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

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

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

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

.nav-link {
  color: var(--neutral--700);
  font-size: 20px;
  line-height: 1.1em;
  text-decoration: none;
}

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

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

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

.nav-link.accent {
  color: var(--accent--primary-1);
  font-weight: 700;
}

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

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

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

.footer-top.border-bottom {
  border-bottom: 2px solid var(--neutral--700);
}

.footer-top.border-bottom.v2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.footer-bottom {
  border-top: 2px solid var(--neutral--700);
  padding-top: 46px;
  padding-bottom: 46px;
}

.footer-bottom.pd-60px {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-bottom.v2 {
  text-align: center;
}

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

.grid-footer-2-column---logo-and-form {
  grid-column-gap: 200px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

.grid-subscribe-form-button-left {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
}

.success-message {
  color: var(--neutral--800);
  background-color: #0000;
  padding: 0;
  font-weight: 500;
}

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

.error-message {
  color: var(--system--red-400);
  background-color: #0000;
  margin-top: 20px;
  padding: 0;
}

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

.grid-footer-logo---paragraph {
  grid-template-rows: auto;
  grid-template-columns: .3fr 1fr;
  align-items: center;
}

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

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

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

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

.opacity-90 {
  opacity: .9;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.slider-mask {
  height: 100%;
}

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

.accordion-spacer.accordion-left-tab-link-content-spacer {
  min-height: 27px;
}

.empty-state {
  border: 2px solid var(--neutral--600);
  text-align: center;
  background-color: #0000;
  border-radius: 11px;
  padding: 26px 24px;
}

.empty-state.small {
  border-radius: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

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

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

.pd---content-inside-card.large.template-pages, .pd---content-inside-card.template-pages---sidebar {
  padding: 0;
}

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

.overflow-visible {
  overflow: visible;
}

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

.image-wrapper {
  transform-origin: 50% 100%;
  flex-direction: column;
  justify-content: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper.order-item-image-wrapper {
  transform-style: preserve-3d;
  align-self: stretch;
  width: 100%;
  max-width: 150px;
  margin-right: 16px;
  transition: transform .3s, color .3s;
}

.image-wrapper.order-item-image-wrapper:hover {
  transform: scale3d(.95, .95, 1.01)translate(0);
}

.image-wrapper.blog-post-featured-image {
  align-self: stretch;
  width: 100%;
  max-width: 41%;
  margin-right: 52px;
}

.image-wrapper.blog-post-item-image {
  max-height: 398px;
  margin-bottom: 24px;
}

.image-wrapper.section-full-image.v1 {
  margin-top: -9%;
}

.image-wrapper.section-full-image.v2 {
  margin-top: -20%;
}

.image-wrapper.project-post-slide-image {
  width: 100%;
  max-width: 775px;
  min-height: 550px;
  margin-right: 40px;
}

.image-wrapper.cta-v1-image {
  max-width: 70%;
  margin-right: -291px;
}

.image-wrapper.cta-v2-image {
  width: 239%;
  position: absolute;
  bottom: -52%;
  left: -115%;
}

.image-wrapper.footer-shapes {
  max-width: 52%;
  margin-right: -187px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-wrapper.hero-v2-image {
  margin-top: auto;
  margin-bottom: -1px;
}

.image-wrapper.team-item-image {
  margin-bottom: 24px;
}

.image-wrapper.cta-v3-image---01 {
  width: 100%;
  max-width: 98%;
  margin-top: -73px;
  margin-left: -25%;
}

.image-wrapper.team-member-join-shape {
  width: 100%;
  max-width: 84%;
  margin-bottom: -1px;
  margin-right: -105px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-wrapper.cta-v3-image---02 {
  margin-right: -63px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-wrapper.office-image {
  max-width: 741px;
}

.image-wrapper.team-page-image {
  width: 100%;
  max-width: 614px;
}

.image-wrapper.newsletter-image {
  width: 100%;
  max-width: 980px;
  margin-left: -10px;
  margin-right: -178px;
}

.image-wrapper.blog-post-page {
  margin-top: auto;
}

.image-wrapper.author-avatar {
  border-radius: 50%;
  width: 165px;
  min-width: 165px;
  height: 165px;
  min-height: 165px;
}

.image-wrapper.portfolio-hero-image {
  margin-right: -254px;
}

.image-wrapper.cta-v3-1-image---02 {
  margin-right: -63px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-wrapper.cta-v3-1-image---01 {
  width: 100%;
  min-width: 112.5%;
  max-width: 100%;
  margin-top: -73px;
  margin-left: -73px;
}

.image-wrapper.package-post-item {
  min-height: 560px;
  margin-bottom: 40px;
}

.image-wrapper.packages-hero-image {
  margin-right: -63px;
}

.image-wrapper.product-image {
  max-width: 774px;
}

.image-wrapper.contact-form-image {
  margin-bottom: -1px;
}

.image-wrapper.not-found---shape-01 {
  z-index: -1;
  max-width: 25%;
  position: absolute;
  inset: auto auto -24.7% -41%;
}

.image-wrapper.not-found---shape-02 {
  z-index: -1;
  max-width: 26%;
  position: absolute;
  inset: 0% -41% auto auto;
}

.image-wrapper.password-page-icon {
  border-radius: 50%;
  max-width: 104px;
  margin-left: auto;
  margin-right: auto;
}

._404-not-found {
  color: var(--neutral--400);
  justify-content: center;
  margin-bottom: -89px;
  font-size: 400px;
  font-weight: 700;
  line-height: .8em;
  display: flex;
}

.template-pages---nav-item-wrapper {
  padding-left: 0;
}

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

.template-pages---nav-item-link {
  background-color: var(--neutral--300);
  color: var(--neutral--600);
  border-radius: 1000000px;
  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--800);
  color: var(--neutral--100);
}

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

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

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

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

.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 {
  grid-column-gap: 20px;
  border-width: 0 0 2px;
  border-bottom-color: var(--neutral--800);
  background-color: #0000;
  flex-wrap: wrap;
  padding: 0 0 15px;
}

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

.checkout-block-content.pd-top-0px {
  padding-top: 0;
}

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

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

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

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

.order-item {
  border-bottom: 2px solid var(--neutral--800);
  align-items: center;
  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: 20px;
  font-weight: 700;
  text-decoration: none;
}

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

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

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

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

.discounts-wrapper {
  border-width: 1px 0 0;
  border-top-color: var(--neutral--300);
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.order-item-content {
  margin-left: 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: 0;
  flex: none;
  max-width: 400px;
  margin-left: 12px;
  margin-right: 12px;
  transition: transform .3s, color .3s;
  overflow: hidden;
  box-shadow: 0 2px 10px #0000000d;
}

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

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

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

.card-sales-home-content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 0;
}

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

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

.badge-home {
  background-color: var(--neutral--800);
  color: var(--secondary--color-3);
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  overflow: hidden;
}

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

.cta-square-logo {
  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;
}

.order-summary-item {
  grid-column-gap: 20px;
  flex-wrap: wrap;
}

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

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

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

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

.service-item-wrapper {
  border-bottom: 2px solid #f3f3f366;
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-item-wrapper.first {
  padding-top: 0;
}

.service-item-wrapper.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

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

.service-item-icon-wrapper {
  color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
  font-size: 42px;
  line-height: 1em;
  display: flex;
  overflow: hidden;
}

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

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

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

.link-content-block.slider-project-post-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-content-block.package-post-item {
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.blog-post-featured-content {
  flex: 1;
}

.custom-icons-font {
  font-family: Font Creativeplus Template, sans-serif;
  line-height: 1em;
}

.custom-icons-font.link-icon-right {
  margin-left: 8px;
  font-size: 16px;
  display: inline-block;
}

.custom-icons-font.project-post-arrow {
  color: var(--accent--primary-1);
  font-size: 74px;
}

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

.accordion-left-tabs-menu {
  flex-direction: column;
  width: 100%;
  max-width: 503px;
  margin-top: 58px;
  margin-bottom: 100px;
  margin-right: 40px;
  display: flex;
}

.project-post-slide-content {
  width: 100%;
  max-width: 464px;
}

.accordion-left-tabs-content {
  align-self: center;
  width: 100%;
  max-width: 727px;
  margin-left: auto;
}

.accordion-left-tab-link {
  border-bottom: 2px solid var(--neutral--800);
  background-color: #0000;
  padding: 50px 0;
  overflow: hidden;
}

.accordion-left-tab-link.w--current {
  background-color: #0000;
}

.accordion-left-tab-link.first {
  padding-top: 0;
}

.accordion-left-tab-link.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.accordion-left-tab-link-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-left-tab-link-content-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.accordion-left-icon-line {
  background-color: var(--accent--primary-1);
  border-radius: 999999px;
  width: 32px;
  height: 3px;
  position: absolute;
}

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

.hero-v1-title-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-v1-wrapper, .cta-v2-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cta-v2-images-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 44%;
  margin-right: -63px;
  display: flex;
  position: relative;
}

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

.footer-top-main-content {
  z-index: 1;
  padding-top: 120px;
  position: relative;
}

.menu-wrapper---main {
  justify-content: space-between;
  max-width: 67%;
  padding-bottom: 160px;
  padding-left: 64px;
  display: flex;
}

.menu-wrapper---main.v2 {
  max-width: 100%;
  padding-bottom: 0;
  padding-left: 0;
}

.menu-wrapper {
  margin-right: 35px;
}

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

.nav-content {
  display: flex;
}

.nav-content.dropdown {
  margin-right: 40px;
}

.social-media-icon-link {
  font-size: 21px;
  line-height: 1em;
  text-decoration: none;
}

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

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

.social-media-icon-link.black {
  color: var(--neutral--800);
}

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

.social-media-icon-link.black.author-social-media, .social-media-icon-link.black.contact-social-media {
  font-size: 24px;
}

.social-media-icons-grid {
  grid-column-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 21px);
}

.social-media-icons-grid.author-social-media-grid {
  grid-column-gap: 19px;
  grid-template-columns: repeat(auto-fit, 24px);
}

.social-media-icons-grid.contact-social-media-grid {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  grid-template-columns: repeat(auto-fit, 24px);
}

.text-line {
  border-bottom: 4px solid var(--neutral--800);
  width: 100%;
  max-width: 78px;
  margin-bottom: -.1em;
  display: inline-block;
  position: relative;
  bottom: .35em;
}

.text-line.white {
  border-bottom-color: var(--neutral--100);
}

.text-line.display-2 {
  min-width: 78px;
  margin-top: .5em;
}

.text-line.display-1 {
  margin-top: .5em;
}

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

.hero-v2-title-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.value-wrapper {
  max-width: 394px;
}

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

.team-item-content-top {
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 18px;
}

.team-item-wrapper {
  display: flex;
  position: relative;
}

.cta-v3-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-v3-images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 63%;
  display: flex;
  position: relative;
}

.office-content-links {
  grid-column-gap: 8px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.hero-v2-main-content {
  margin-top: auto;
  margin-bottom: 60px;
}

.mg-bottom---logos-grid {
  margin-bottom: 9%;
}

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

.mg-header-top {
  margin-top: -82px;
}

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

.search-wrapper {
  min-width: 419px;
  margin-bottom: 0;
  position: relative;
}

.categories-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-item {
  border-right: 2px solid var(--neutral--800);
  flex-wrap: wrap;
  align-items: center;
  margin-right: 24px;
  padding-right: 24px;
  display: flex;
}

.category-item:last-child {
  border-right-width: 0;
  margin-right: 0;
  padding-right: 0;
}

.form-button-inside {
  flex-direction: column;
  justify-content: center;
  min-height: 72px;
  margin-bottom: 0;
  display: flex;
}

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

.blog-post-page-header-spacer {
  padding-top: 16%;
}

.author-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
  max-width: 862px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-page-header-spacer {
  height: 568px;
}

.project-title-wrapper {
  flex-direction: column;
  max-width: 717px;
  margin-right: 40px;
  display: flex;
}

.project-page-header-spacer {
  height: 0;
  padding-top: 103px;
}

.project-page-details-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 35px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 616px;
  display: flex;
}

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

.rich-text-v2 h2 {
  color: var(--neutral--800);
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

.rich-text-v2 h3 {
  color: var(--neutral--800);
  margin-top: 78px;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.316em;
}

.rich-text-v2 figure {
  margin-top: 60px;
  margin-bottom: 0;
}

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

.rich-text-v2 h6 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

.rich-text-v2 h5 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.rich-text-v2 h4 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

.rich-text-v2 blockquote {
  margin-top: 60px;
  margin-bottom: 0;
}

.rich-text-v2---light p {
  color: var(--neutral--300);
  margin-bottom: 18px;
}

.rich-text-v2---light h2 {
  color: var(--neutral--100);
  margin-bottom: 18px;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.222em;
}

.rich-text-v2---light h3 {
  color: var(--neutral--100);
  margin-top: 78px;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.316em;
}

.rich-text-v2---light figure {
  margin-top: 60px;
  margin-bottom: 0;
}

.rich-text-v2---light ul, .rich-text-v2---light ol {
  color: var(--neutral--300);
  margin-top: 32px;
  margin-bottom: 48px;
}

.rich-text-v2---light h6 {
  color: var(--neutral--100);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

.rich-text-v2---light h5 {
  color: var(--neutral--100);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.rich-text-v2---light h4 {
  color: var(--neutral--100);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

.rich-text-v2---light blockquote {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  margin-top: 60px;
  margin-bottom: 0;
}

.rich-text-v2---light strong, .rich-text-v2---light figcaption, .rich-text-v2---light a {
  color: var(--neutral--300);
}

.rich-text-v2---light a:hover {
  color: var(--accent--primary-1);
}

.project-gallery-image-filter {
  background-color: #ff7b4399;
  display: none;
  position: absolute;
  inset: 0%;
}

.title-sticky {
  position: sticky;
  top: 150px;
}

.cta-v3-1-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.cta-v3-1-images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 600px;
  display: flex;
  position: relative;
}

.package-post-item-content {
  flex-direction: column;
  flex: 1;
  display: flex;
}

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

.packages-page-header-spacer {
  height: 580px;
}

.package-post-item-details-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 418px;
  display: flex;
}

.product-title-wrapper {
  flex-direction: column;
  max-width: 600px;
  margin-right: 40px;
  display: flex;
}

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

.add-cart-default-state {
  margin-bottom: 0;
}

.add-cart-page {
  flex-direction: column;
  justify-content: center;
  min-height: 446px;
  display: flex;
}

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

.product-tabs-content {
  overflow: visible;
}

.product-tab-link {
  border-bottom: 2px solid var(--neutral--700);
  color: var(--neutral--700);
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 0 20px 36px;
  font-weight: 500;
  line-height: 1.111em;
  transition: border-color .3s, color .3s;
}

.product-tab-link:hover {
  border-bottom-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
}

.product-tab-link.w--current {
  border-bottom-color: var(--accent--primary-1);
  color: var(--accent--primary-1);
  background-color: #0000;
}

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

.rich-text-v3 h2 {
  color: var(--neutral--800);
  margin-bottom: 18px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.188em;
}

.rich-text-v3 h3 {
  color: var(--neutral--800);
  margin-top: 78px;
  margin-bottom: 18px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.316em;
}

.rich-text-v3 figure {
  margin-top: 60px;
  margin-bottom: 0;
}

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

.rich-text-v3 h6 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.333em;
}

.rich-text-v3 h5 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.273em;
}

.rich-text-v3 h4 {
  color: var(--neutral--800);
  margin-top: 48px;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

.rich-text-v3 blockquote {
  margin-top: 60px;
  margin-bottom: 0;
}

.product-title-main-wrapper {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.faq-wrapper {
  border-bottom: 1px solid var(--neutral--100);
  padding-top: 80px;
  padding-bottom: 80px;
}

.faq-wrapper.first {
  padding-top: 0;
}

.faq-wrapper.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.faq-main-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.faq-grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
  align-items: center;
  width: 100%;
  max-width: 947px;
}

.text-light {
  font-weight: 300;
}

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

.contact-form-block {
  flex-direction: column;
  justify-content: center;
  min-height: 502px;
  margin-bottom: 0;
  display: flex;
}

.contact-form {
  grid-column-gap: 37px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.not-found-header {
  z-index: 1;
  min-height: 137px;
  position: relative;
}

.password-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 435px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 133px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.password-page-header {
  z-index: 1;
  padding-bottom: 120px;
  position: relative;
}

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

.loader-wrapper {
  z-index: 2147483647;
  background-color: var(--neutral--800);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loader-animation-dot {
  background-color: var(--neutral--100);
  border-radius: 50%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.loader-animation {
  background-color: var(--secondary--color-1);
  border-radius: 1000000000000000px;
  align-items: center;
  width: 100%;
  max-width: 80px;
  min-height: 40px;
  max-height: 40px;
  padding: 10px;
  display: flex;
}

.loader-animation---circle {
  background-color: var(--secondary--color-3);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  font-family: Font Creativeplus Template, sans-serif;
  display: flex;
  overflow: hidden;
}

.loader-animation---triangle {
  background-image: linear-gradient(45deg, var(--accent--primary-1) 50%, #ff7b4300 50%);
  transform-origin: 100% 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

.children-perspective {
  perspective: 1000px;
  transform: none;
}

.collection-list-blog-post-featured {
  transform-origin: 50% 100%;
}

.header-nav-menu-wrapper---tablet.desktop {
  background-color: var(--neutral--800);
  border: 1px solid #585858;
  border-radius: 40px;
  flex-direction: row;
  max-height: 80vh;
  padding: 80px 28px;
  display: flex;
  transform: translate(0, -143%);
}

.grid-footer-2-columns {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  max-width: 870px;
  margin-left: auto;
}

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

@media screen and (min-width: 1440px) {
  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: .3fr 1fr;
  }

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

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 380px) .8fr;
  }

  .style---dropdown-toggle {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 20px;
    line-height: 20px;
  }

  .style---dropdown-link-sidebar {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .style---dropdown-link-icon-sidebar {
    border-radius: 12px;
    max-width: 46px;
    margin-right: 14px;
  }

  .style---logo-wrapper {
    justify-content: center;
    display: flex;
  }

  .style---logo-sidebar {
    max-width: 260px;
  }

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

  .section.hero.v1 {
    padding-top: 120px;
    padding-bottom: 70px;
  }

  .section.hero.v2 {
    padding-top: 120px;
  }

  .section.hero.v3 {
    padding-top: 140px;
  }

  .section.hero.v4 {
    padding-top: 123px;
    padding-bottom: 126px;
  }

  .section.hero.sales {
    padding-top: 140px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-wrapper.v2 {
    background-position: -13% 79%;
  }

  .grid-footer-2-column---logo-and-form {
    grid-column-gap: 250px;
    grid-template-columns: 1.2fr 2fr;
  }

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

  .grid-footer-2-columns {
    grid-column-gap: 88px;
  }
}

@media screen and (min-width: 1920px) {
  .divider._0px {
    margin-top: 0;
    margin-bottom: 0;
  }

  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

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

  .checkout-col-right {
    position: sticky;
    top: 24px;
  }

  .image-home-link-wrapper {
    max-width: 560px;
  }

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

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    margin-bottom: 12px;
    font-size: 32px;
  }

  blockquote {
    padding: 80px 145px;
    font-size: 20px;
  }

  .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.title-and-paragraph {
    grid-column-gap: 50px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-paragraph.v2 {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.product-page {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.checkout-page {
    grid-row-gap: 80px;
    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.title-and-buttons {
    grid-column-gap: 30px;
  }

  .grid-2-columns.title-and-buttons._1-col-tablet, .grid-2-columns.title-and-buttons.blog-top {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.service-item-grid {
    grid-column-gap: 30px;
    grid-template-columns: .6fr 1fr;
  }

  .grid-2-columns.service-item-content-grid {
    grid-column-gap: 20px;
    margin-top: 0;
  }

  .grid-2-columns.office-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-page-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-image-right-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.project-grid {
    grid-column-gap: 20px;
    grid-template-columns: .6fr 1fr;
  }

  .grid-2-columns.packages {
    grid-column-gap: 40px;
    grid-row-gap: 120px;
  }

  .grid-2-columns.contact-form-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.team-member-join {
    width: auto;
    margin-top: 40px;
    margin-left: -40px;
    margin-right: -100%;
    padding: 60px;
    position: relative;
    left: -100%;
  }

  .card.dropdown {
    background-color: #0000;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    width: 70vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 0 0;
  }

  .grid-4-columns {
    grid-template-columns: 1fr 1fr;
  }

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

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider._64px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

  .divider._120px {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .style---typography-block-grid {
    grid-template-columns: minmax(auto, 250px) 1fr;
  }

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

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

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .display-1 {
    font-size: 70px;
  }

  .display-1.color-neutral-100.stats {
    font-size: 60px;
  }

  .grid-1-column.section-blog-main-grid {
    grid-row-gap: 80px;
  }

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

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

  .display-2 {
    font-size: 53px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 23px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large, .text-400 {
    font-size: 22px;
  }

  .text-300 {
    font-size: 20px;
  }

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

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

  .grid-3-columns.style---buttons-grid.apps-buttons {
    grid-template-columns: auto;
  }

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

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-columns.section-blog-grid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.values-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-columns: auto auto;
  }

  .grid-3-columns.team-member-grid {
    position: relative;
  }

  .grid-3-columns.blog-grid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.project-gallery-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._725px.mg-right-24px._100---tablet {
    flex: 1;
    margin-right: 0;
  }

  .inner-container.cta-v1-content {
    max-width: 100%;
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .inner-container.cta-v2-content {
    max-width: 600px;
    margin-top: 120px;
    margin-bottom: 100px;
  }

  .inner-container.footer-main-content {
    border-bottom: 2px solid var(--neutral--700);
    border-right-width: 0;
    max-width: 100%;
    padding-bottom: 60px;
    padding-right: 0;
  }

  .inner-container.footer-bottom-content {
    text-align: center;
    max-width: 100%;
  }

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

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

  .inner-container._100---tablet {
    max-width: 100%;
  }

  .inner-container._480px---tablet {
    max-width: 480px;
  }

  .inner-container._300px---tablet {
    max-width: 300px;
  }

  .inner-container._250px---tablet {
    max-width: 250px;
  }

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

  .inner-container._691px.mg-right-24px._100---tablet {
    flex: 1;
    margin-right: 0;
  }

  .inner-container.cta-v3-content {
    min-width: auto;
    max-width: 550px;
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .inner-container.office-content {
    max-width: 100%;
  }

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

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

  .inner-container._575px---tablet {
    max-width: 575px;
  }

  .inner-container.newsletter-content {
    max-width: 600px;
    margin-top: 120px;
    margin-bottom: 20px;
  }

  .inner-container._607px {
    max-width: 550px;
  }

  .inner-container.cta-v3-1-content {
    min-width: auto;
    max-width: 550px;
    margin-top: 120px;
    margin-bottom: 80px;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .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-v1 h2 {
    font-size: 48px;
  }

  .rich-text-v1 h3 {
    margin-top: 65px;
    font-size: 32px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

  .buttons-row.accordion-left-buttons {
    justify-content: center;
    margin-top: 60px;
    position: static;
  }

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

  .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: 180px;
    padding-bottom: 180px;
  }

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

  .section.hero.v1, .section.hero.v2 {
    padding-top: 83px;
  }

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

  .section.hero.v4 {
    padding-top: 80px;
    padding-bottom: 88px;
  }

  .section.hero.v5 {
    padding-top: 88px;
  }

  .section.hero.v6 {
    margin-top: -92px;
    padding-bottom: 160px;
  }

  .section.hero.sales {
    padding-bottom: 160px;
  }

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

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

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

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

  .section.pd-0px.cta-v3, .section.pd-0px.cta-v3-1 {
    background-image: none;
    padding-top: 0;
  }

  .section.pd-0px.cta-v3-1.black {
    background-image: none;
  }

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

  .section.pd-183px.portfolio, .section.pd-183px.packages {
    margin-top: -92px;
  }

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

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

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

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

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

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

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

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

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

  .heading-h3-size.color-neutral-200.mg-bottom-0.stats {
    font-size: 20px;
  }

  .header-wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-wrapper.header-absolute {
    width: auto;
    max-width: 100%;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }

  .header-nav-menu-wrapper {
    background-color: #0000;
    width: 100%;
    height: auto;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .header-nav-menu-list {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    min-height: 100%;
  }

  .header-nav-link {
    z-index: 1;
    font-size: 30px;
  }

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

  .header-nav-list-item.last {
    margin-bottom: 0;
  }

  .dropdown-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown-column-wrapper {
    width: 100%;
    position: static;
    transform: none;
  }

  .header-logo-link {
    z-index: 2;
  }

  .hamburger-menu-wrapper {
    z-index: 2;
    background-color: #ffffff1a;
    border-radius: 50%;
    width: 55px;
    min-width: 55px;
    height: 55px;
    min-height: 55px;
    margin-top: -15px;
    margin-bottom: -15px;
    transition: background-color .3s;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hamburger-menu-wrapper:hover {
    background-color: #fff3;
  }

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

  .hamburger-menu-bar {
    background-color: var(--neutral--100);
    width: 25px;
    height: 3px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .btn-circle-primary.slider-arrow.right---bottom-right {
    margin-bottom: 0%;
    left: 0;
    right: -85px;
  }

  .btn-circle-primary.slider-arrow.right---top-right.large {
    inset: auto -115px 0 0;
  }

  .btn-circle-secondary.slider-arrow.left---bottom-right {
    margin-bottom: 0%;
    left: -85px;
    right: 0;
  }

  .btn-circle-secondary.slider-arrow.left---top-right.large {
    inset: auto 0 0 -115px;
  }

  .btn-circle-secondary.btn-down {
    width: 93px;
    min-width: 93px;
    height: 93px;
    min-height: 93px;
    font-size: 45px;
  }

  .not-found-content {
    max-width: 700px;
    padding-top: 205px;
    padding-bottom: 180px;
  }

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

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

  .flex-horizontal.project-page-hero-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-wrapper.v2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .footer-top {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom.pd-60px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-middle {
    padding-top: 94px;
    padding-bottom: 94px;
  }

  .grid-footer-2-column---logo-and-form {
    grid-template-columns: 1fr;
  }

  .error-message.password {
    margin-left: 32px;
    margin-right: 32px;
  }

  .slider-wrapper.buttons---bottom-right {
    padding-bottom: 120px;
  }

  .slider-wrapper.buttons---top-right {
    padding-bottom: 140px;
  }

  .slider-mask {
    position: static;
  }

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

  .accordion-spacer.accordion-left-tab-link-content-spacer {
    min-height: 20px;
  }

  .image-wrapper.order-item-image-wrapper {
    max-width: 130px;
  }

  .image-wrapper.blog-post-featured-image {
    align-self: auto;
    max-width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-wrapper.section-full-image.v1 {
    margin-top: -4%;
  }

  .image-wrapper.section-full-image.v2 {
    margin-top: -12%;
  }

  .image-wrapper.project-post-slide-image {
    max-width: 100%;
    min-height: auto;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .image-wrapper.cta-v1-image {
    max-width: 100%;
    margin-right: 0;
  }

  .image-wrapper.footer-shapes {
    max-width: 70%;
    display: none;
  }

  .image-wrapper.cta-v3-image---01 {
    margin-top: -40px;
    margin-left: -41%;
  }

  .image-wrapper.team-member-join-shape {
    max-width: 61%;
  }

  .image-wrapper.cta-v3-image---02 {
    margin-right: -13%;
  }

  .image-wrapper.logo.twitch {
    width: 90%;
  }

  .image-wrapper.office-image, .image-wrapper.team-page-image {
    max-width: 100%;
  }

  .image-wrapper.newsletter-image {
    margin-left: 0;
    margin-right: 0;
  }

  .image-wrapper.portfolio-hero-image {
    margin-right: 0;
  }

  .image-wrapper.cta-v3-1-image---02 {
    margin-right: -13%;
  }

  .image-wrapper.cta-v3-1-image---01 {
    min-width: auto;
    margin-top: -40px;
    margin-left: -41%;
  }

  .image-wrapper.package-post-item {
    min-height: auto;
  }

  .image-wrapper.packages-hero-image {
    margin-right: 0;
  }

  .image-wrapper.product-image {
    max-width: 100%;
  }

  .image-wrapper.not-found---shape-01 {
    bottom: -25.7%;
    left: -35%;
  }

  .image-wrapper.not-found---shape-02 {
    right: -35%;
  }

  ._404-not-found {
    margin-bottom: -74px;
    font-size: 333px;
  }

  .checkout-form {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-home-link-wrapper {
    max-width: 260px;
  }

  .figma-file-text-wrapper {
    padding-top: 0;
    padding-bottom: 48px;
    padding-right: 0;
  }

  .service-item-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .link-content-block.blog-post-featured, .link-content-block.slider-project-post-item {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-post-featured-content {
    max-width: 540px;
    overflow: visible;
  }

  .blog-post-item-content.section-blog-item {
    max-width: 400px;
  }

  .accordion-left-wrapper {
    flex-direction: column;
  }

  .accordion-left-tabs-menu {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .project-post-slide-content {
    max-width: 100%;
  }

  .accordion-left-tabs-content {
    max-width: 100%;
    margin-left: 0;
  }

  .accordion-left-tab-link {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-v1-title-wrapper {
    text-align: center;
  }

  .cta-v1-wrapper {
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-v2-wrapper {
    flex-direction: column;
  }

  .cta-v2-images-wrapper {
    max-width: 450px;
    margin-right: 0;
  }

  .grid-footer {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-top-main-content {
    padding-top: 100px;
  }

  .menu-wrapper---main {
    max-width: 100%;
    padding-bottom: 133px;
    padding-left: 0;
  }

  .menu-wrapper {
    flex: 1;
  }

  .menu-wrapper.dropdown {
    flex: 0 auto;
  }

  .nav-content.dropdown {
    margin-right: 0;
  }

  .social-media-icons-grid.contact-social-media-grid {
    justify-content: center;
    justify-items: center;
  }

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

  .text-line {
    max-width: 65px;
  }

  .text-line.display-2 {
    min-width: 65px;
  }

  .text-line.display-1.white.project-title-line, .text-line.display-1.product-title-line {
    margin-left: auto;
    margin-right: auto;
  }

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

  .mg-bottom-52px.keep {
    margin-bottom: 52px;
  }

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

  .mg-bottom-15px---tablet {
    margin-bottom: 15px;
  }

  .hero-v2-title-wrapper {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

  .team-item-wrapper {
    flex-direction: column;
    position: static;
  }

  .cta-v3-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .cta-v3-images-wrapper {
    max-width: 70%;
    margin-right: 0;
  }

  .mg-header-top {
    margin-top: -73px;
  }

  .newsletter-wrapper {
    flex-direction: column;
  }

  .search-wrapper {
    min-width: auto;
  }

  .categories-wrapper.center---tablet, .category-item.center---tablet {
    justify-content: center;
  }

  .mg-bottom-140px {
    margin-bottom: 118px;
  }

  .blog-post-page-header-spacer {
    padding-top: 11.3%;
  }

  .portfolio-page-header-spacer {
    height: auto;
  }

  .project-title-wrapper {
    margin-right: 0;
  }

  .project-page-header-spacer {
    padding-top: 10.8%;
  }

  .rich-text-v2 h2 {
    font-size: 48px;
  }

  .rich-text-v2 h3 {
    margin-top: 65px;
    font-size: 32px;
  }

  .rich-text-v2---light h2 {
    font-size: 48px;
  }

  .rich-text-v2---light h3 {
    margin-top: 65px;
    font-size: 32px;
  }

  .cta-v3-1-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .cta-v3-1-images-wrapper {
    min-width: auto;
    max-width: 70%;
    margin-right: 0;
  }

  .packages-page-header-spacer {
    height: auto;
  }

  .product-title-wrapper {
    margin-right: 0;
  }

  .mg-bottom-34px {
    margin-bottom: 28px;
  }

  .add-cart-page {
    min-height: 418px;
  }

  .product-tabs-menu {
    margin-bottom: 70px;
  }

  .rich-text-v3 h2 {
    font-size: 53px;
  }

  .rich-text-v3 h3 {
    margin-top: 65px;
    font-size: 32px;
  }

  .product-title-main-wrapper {
    justify-content: center;
  }

  .faq-wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .faq-main-grid {
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-template-columns: .8fr 1fr;
    align-items: start;
  }

  .not-found-header {
    min-height: auto;
  }

  .password-page-content {
    padding-top: 111px;
  }

  .password-page-header {
    padding-bottom: 0;
  }

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

  .hamburger-menu-bar-wrapper {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .header-nav-menu-wrapper---tablet {
    background-color: var(--neutral--800);
    border: 1px solid #58585880;
    border-radius: 40px;
    width: 100%;
    max-height: 80vh;
    margin-bottom: 100px;
    padding: 80px 24px;
    display: flex;
    top: 0%;
    overflow: auto;
  }

  .header-nav-menu-wrapper---tablet.desktop {
    transform: translate(0, -113%);
  }

  .grid-footer-2-columns {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .more-templates-badge-wrapper {
    right: 24px;
  }
}

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

  h1 {
    margin-bottom: 10px;
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 68px 34px;
    font-size: 18px;
  }

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

  .grid-2-columns.style---styleguide-wrapper {
    grid-template-columns: auto;
  }

  .grid-2-columns.title-and-paragraph {
    grid-row-gap: 12px;
    grid-template-columns: 1.1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item.first {
    grid-column-gap: 30px;
  }

  .grid-2-columns.product-page {
    max-width: 600px;
  }

  .grid-2-columns.checkout-page, .grid-2-columns.title-and-buttons {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons.blog-post-page-hero-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.title-and-buttons.project-post {
    grid-column-gap: 20px;
    grid-template-columns: 1fr auto;
  }

  .grid-2-columns.service-item-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

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

  .grid-2-columns.team-page-grid {
    grid-row-gap: 50px;
  }

  .grid-2-columns.hero-image-right-grid {
    grid-row-gap: 30px;
  }

  .grid-2-columns.project-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-2-columns.contact-form-grid {
    grid-row-gap: 70px;
    max-width: 500px;
  }

  .card.sticky-top.top-24px.static-mbl {
    position: static;
  }

  .card.team-member-join {
    margin-left: 0;
    margin-right: 0%;
    padding-left: 34px;
    padding-right: 34px;
    left: 0%;
  }

  .card.dropdown {
    width: 100%;
  }

  .grid-4-columns.stats-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .grid-4-columns.logos-grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

  .divider._120px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

  .mg-bottom-48px, .mg-bottom-56px {
    margin-bottom: 40px;
  }

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

  .mg-bottom-60px.keep, .mg-bottom-80px {
    margin-bottom: 60px;
  }

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

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

  .text-200 {
    font-size: 16px;
  }

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

  .display-1, .display-1.color-neutral-100.stats {
    font-size: 44px;
  }

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

  .grid-1-column.section-blog-main-grid {
    grid-row-gap: 70px;
  }

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

  .display-2 {
    font-size: 40px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 20px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large, .text-400 {
    font-size: 20px;
  }

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

  .text-100 {
    font-size: 14px;
  }

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

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

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: auto;
  }

  .grid-3-columns._3-col-tablet {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.section-blog-grid, .grid-3-columns.blog-grid {
    grid-row-gap: 70px;
  }

  .grid-3-columns.project-gallery-grid {
    grid-template-columns: 1fr;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container.cta-v1-content {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .inner-container.cta-v2-content {
    max-width: 500px;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .inner-container.footer-main-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
    display: flex;
  }

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

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

  .inner-container._100---mbl {
    max-width: 100%;
  }

  .inner-container._250px---mbl {
    max-width: 250px;
  }

  .inner-container._200px---mbl {
    max-width: 200px;
  }

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

  .inner-container._450px---mbl {
    max-width: 450px;
  }

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

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container.cta-v3-content {
    max-width: 450px;
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .inner-container.newsletter-content {
    max-width: 500px;
    margin-top: 100px;
  }

  .inner-container.cta-v3-1-content {
    max-width: 400px;
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .style---content-heading {
    margin-bottom: 36px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .style---heading-icon-wrapper {
    max-width: 58px;
  }

  .style---content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---bg-white {
    padding: 34px 24px;
  }

  .style-buttons-dark {
    padding-left: 24px;
    padding-right: 24px;
  }

  .btn-primary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn-primary.large {
    padding: 24px 46px;
    font-size: 18px;
  }

  .btn-primary.inside-input.default {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .btn-secondary {
    padding: 22px 32px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 14px 20px;
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 24px 46px;
    font-size: 18px;
  }

  .badge-primary {
    padding: 15px 23px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 18px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 15px 23px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 12px 18px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 20px 32px;
    font-size: 18px;
  }

  .input {
    min-height: 60px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .input.button-inside {
    min-height: 62px;
    padding-right: 140px;
    font-size: 16px;
  }

  .input.search-button-inside {
    min-height: 60px;
    padding-right: 62px;
    font-size: 16px;
  }

  .text-area {
    border-radius: 18px;
  }

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

  .square-icon {
    max-width: 56px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.success-message-icon {
    margin-right: 10px;
    font-size: 33px;
  }

  .rich-text-v1 p {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .rich-text-v1 h2 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .rich-text-v1 h3 {
    margin-top: 54px;
    margin-bottom: 15px;
    font-size: 24px;
  }

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

  .rich-text-v1 ul, .rich-text-v1 ol {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-v1 h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text-v1 h5 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .rich-text-v1 h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
  }

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

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

  .buttons-row.section-full-image-button {
    justify-content: center;
    margin-top: 0;
  }

  .buttons-row.accordion-left-buttons {
    grid-column-gap: 18px;
    margin-top: 50px;
  }

  .style---logo-sidebar {
    max-width: 210px;
  }

  .elements---page-hero {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

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

  .section.hero.v1, .section.hero.v2 {
    min-height: auto;
    padding-top: 70px;
  }

  .section.hero.v2.blog-post-page-hero {
    margin-bottom: -88.2px;
  }

  .section.hero.v2.project-page-hero {
    margin-bottom: -74px;
  }

  .section.hero.v2.project-page-hero.children-perspective {
    margin-bottom: -90px;
  }

  .section.hero.v3 {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .section.hero.v4 {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 73px;
  }

  .section.hero.v5 {
    padding-top: 73px;
  }

  .section.hero.v6 {
    min-height: auto;
    margin-top: -90px;
    padding-top: 90px;
    padding-bottom: 140px;
  }

  .section.hero.sales {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 140px;
  }

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

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

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

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

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

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

  .section.pd-183px.portfolio, .section.pd-183px.packages {
    margin-top: -88px;
  }

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

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

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

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

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

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

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

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

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

  .heading-h2-size {
    font-size: 24px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

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

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

  .header-wrapper.header-absolute {
    padding-left: 34px;
  }

  .header-nav-link {
    font-size: 25px;
  }

  .header-logo-link {
    max-width: 92px;
  }

  .hamburger-menu-wrapper {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .hamburger-menu-bar {
    width: 21px;
  }

  .btn-circle-primary {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    font-size: 24px;
  }

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

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

  .btn-circle-primary.large.pagination-btn {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .btn-circle-primary.slider-arrow.right---top-right.large {
    right: -90px;
  }

  .btn-circle-primary.search-button {
    width: 46px;
    min-width: 46px;
    height: 46px;
    min-height: 46px;
    font-size: 18px;
  }

  .btn-circle-secondary {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    font-size: 24px;
  }

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

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

  .btn-circle-secondary.large.pagination-btn {
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .btn-circle-secondary.slider-arrow.left---bottom-right {
    left: -75px;
  }

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

  .btn-circle-secondary.btn-down {
    width: 78px;
    min-width: 78px;
    height: 78px;
    min-height: 78px;
    font-size: 38px;
  }

  .not-found-content {
    max-width: 500px;
    padding-top: 170px;
  }

  .flex-horizontal.project-page-hero-wrapper {
    max-width: 500px;
  }

  .nav-link.light {
    font-size: 18px;
  }

  .footer-top {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .footer-bottom.text-right.text-center-mb {
    text-align: center;
  }

  .footer-middle {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .error-message.password {
    margin-left: 24px;
    margin-right: 24px;
  }

  .grid-footer-logo---paragraph {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .slider-wrapper.buttons---bottom-right {
    padding-bottom: 100px;
  }

  .slider-wrapper.buttons---top-right {
    padding-bottom: 120px;
  }

  .accordion-spacer.accordion-left-tab-link-content-spacer {
    min-height: 15px;
  }

  .empty-state.small {
    font-size: 14px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

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

  .image-wrapper.order-item-image-wrapper {
    max-width: 100px;
  }

  .image-wrapper.blog-post-featured-image {
    margin-bottom: 30px;
  }

  .image-wrapper.section-full-image.v1 {
    margin-top: 40px;
  }

  .image-wrapper.section-full-image.v2 {
    margin-top: 20px;
  }

  .image-wrapper.project-post-slide-image {
    margin-bottom: 35px;
  }

  .image-wrapper.cta-v2-image {
    width: 200%;
    bottom: -26%;
    left: -92%;
  }

  .image-wrapper.team-item-image {
    margin-bottom: 20px;
  }

  .image-wrapper.cta-v3-image---01 {
    max-width: 79%;
    margin-top: -20px;
    margin-left: -39%;
    bottom: -26%;
    left: -92%;
  }

  .image-wrapper.team-member-join-shape {
    max-width: 100%;
    margin-top: 50px;
    margin-right: 0;
    position: static;
  }

  .image-wrapper.cta-v3-image---02 {
    margin-right: 0%;
  }

  .image-wrapper.logo.google {
    width: 90%;
  }

  .image-wrapper.logo.twitch {
    width: 80%;
  }

  .image-wrapper.cta-v3-1-image---02 {
    margin-right: 0%;
  }

  .image-wrapper.cta-v3-1-image---01 {
    max-width: 79%;
    margin-top: -20px;
    margin-left: -39%;
    bottom: -26%;
    left: -92%;
  }

  .image-wrapper.not-found---shape-01 {
    bottom: -29.7%;
  }

  .image-wrapper.password-page-icon {
    max-width: 87px;
  }

  ._404-not-found {
    margin-bottom: -10%;
    font-size: 37vw;
  }

  .checkout-form {
    max-width: 550px;
  }

  .order-list-title {
    font-size: 18px;
  }

  .image-home-link-wrapper {
    max-width: 209px;
  }

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

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

  .cta-image-card {
    width: 980px;
    max-width: 980px;
  }

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

  .mg-bottom-28px {
    margin-bottom: 23px;
  }

  .service-item-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .service-item-icon-wrapper {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    font-size: 35px;
  }

  .custom-icons-font.project-post-arrow {
    font-size: 62px;
  }

  .accordion-left-tabs-menu {
    margin-bottom: 50px;
  }

  .accordion-left-tab-link-content-icon {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }

  .accordion-left-icon-line {
    width: 28px;
  }

  .cta-v1-wrapper {
    max-width: 500px;
  }

  .cta-v2-images-wrapper {
    max-width: 400px;
  }

  .grid-footer {
    grid-row-gap: 50px;
  }

  .footer-top-main-content {
    padding-top: 80px;
  }

  .menu-wrapper---main {
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .menu-wrapper {
    margin-bottom: 50px;
  }

  .nav-content.dropdown {
    margin-right: 20px;
  }

  .social-media-icons-grid.center---mbl {
    justify-content: center;
    align-self: stretch;
    justify-items: center;
  }

  .social-media-icons-grid.author-social-media-grid {
    justify-content: center;
    justify-items: center;
  }

  .text-line {
    max-width: 54px;
  }

  .text-line.display-2 {
    min-width: 54px;
  }

  .mg-bottom-52px {
    margin-bottom: 30px;
  }

  .mg-bottom-52px.keep {
    margin-bottom: 52px;
  }

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

  .mg-bottom-15px---tablet, .mg-bottom-10px---mbl {
    margin-bottom: 10px;
  }

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

  .team-item-content-top {
    margin-bottom: 14px;
  }

  .cta-v3-images-wrapper {
    max-width: 100%;
  }

  .office-content-links {
    grid-row-gap: 32px;
  }

  .hero-v2-main-content {
    margin-bottom: 50px;
  }

  .mg-bottom-75px {
    margin-bottom: 63px;
  }

  .mg-header-top {
    margin-top: -69px;
  }

  .category-item {
    margin-right: 20px;
    padding-right: 20px;
  }

  .form-button-inside {
    min-height: 62px;
  }

  .mg-bottom-140px {
    margin-bottom: 98px;
  }

  .blog-post-page-header-spacer {
    padding-top: 0%;
  }

  .author-grid {
    grid-row-gap: 30px;
    text-align: center;
    grid-template-columns: 1fr;
    max-width: 450px;
  }

  .project-title-wrapper {
    max-width: 400px;
  }

  .project-page-header-spacer {
    padding-top: 0%;
  }

  .project-page-details-wrapper {
    justify-content: flex-start;
  }

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

  .rich-text-v2 h2 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .rich-text-v2 h3 {
    margin-top: 54px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .rich-text-v2 figure {
    margin-top: 50px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-v2 h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text-v2 h5 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .rich-text-v2 h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .rich-text-v2 blockquote {
    margin-top: 50px;
  }

  .rich-text-v2---light p {
    margin-bottom: 15px;
  }

  .rich-text-v2---light h2 {
    margin-bottom: 15px;
    font-size: 36px;
  }

  .rich-text-v2---light h3 {
    margin-top: 54px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .rich-text-v2---light figure {
    margin-top: 50px;
  }

  .rich-text-v2---light ul, .rich-text-v2---light ol {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-v2---light h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text-v2---light h5 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .rich-text-v2---light h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .rich-text-v2---light blockquote {
    margin-top: 50px;
  }

  .title-sticky.static---mbl {
    position: static;
  }

  .cta-v3-1-images-wrapper {
    max-width: 100%;
  }

  .product-title-wrapper {
    max-width: 400px;
  }

  .add-cart-page {
    min-height: 368px;
  }

  .product-tabs-menu {
    margin-bottom: 60px;
  }

  .product-tab-link {
    padding-bottom: 30px;
  }

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

  .rich-text-v3 h2 {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .rich-text-v3 h3 {
    margin-top: 54px;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .rich-text-v3 figure {
    margin-top: 50px;
  }

  .rich-text-v3 ul, .rich-text-v3 ol {
    margin-top: 28px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-v3 h6 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
  }

  .rich-text-v3 h5 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 20px;
  }

  .rich-text-v3 h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 22px;
  }

  .rich-text-v3 blockquote {
    margin-top: 50px;
  }

  .faq-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-main-grid {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-grid {
    grid-template-columns: 1fr;
  }

  .contact-form-block {
    min-height: 660px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .password-page-content {
    max-width: 381px;
    padding-top: 93px;
  }

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

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

  .header-nav-menu-wrapper---tablet {
    max-height: 70vh;
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

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

  blockquote {
    padding: 60px 24px;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-and-buttons.project-post {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.service-item-content-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-page-grid {
    grid-row-gap: 40px;
  }

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

  .grid-2-columns.contact-form-grid {
    grid-row-gap: 60px;
  }

  .card.team-member-join {
    padding: 50px 24px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

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

  .grid-4-columns.logos-grid {
    grid-template-columns: auto auto;
  }

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

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

  .divider._120px {
    margin-top: 68px;
    margin-bottom: 68px;
  }

  .mg-bottom-16px.keep, .mg-bottom-24px {
    margin-bottom: 16px;
  }

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

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

  .mg-bottom-32px.keep, .mg-bottom-56px {
    margin-bottom: 32px;
  }

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

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

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

  .display-1 {
    font-size: 35px;
  }

  .display-1.color-neutral-100.stats {
    font-size: 10vw;
  }

  .grid-1-column.section-blog-main-grid {
    grid-row-gap: 60px;
  }

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

  .display-2 {
    font-size: 32px;
  }

  .display-3 {
    font-size: 24px;
  }

  .text-link.dark.text-400.category-text-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

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

  .grid-3-columns.section-blog-grid {
    grid-row-gap: 60px;
  }

  .grid-3-columns.values-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container.cta-v1-content {
    align-self: stretch;
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .inner-container.cta-v2-content {
    margin-top: 80px;
    margin-bottom: 70px;
  }

  .inner-container.footer-main-content {
    padding-bottom: 40px;
  }

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

  .inner-container._300px---mbp {
    max-width: 300px;
  }

  .inner-container._220px---mbp {
    max-width: 220px;
  }

  .inner-container._280px---mbp {
    max-width: 280px;
  }

  .inner-container.cta-v3-content {
    margin-top: 80px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .inner-container.newsletter-content {
    margin-top: 80px;
  }

  .inner-container.cta-v3-1-content {
    max-width: 100%;
    margin-top: 80px;
  }

  .inner-container._100---mbp {
    max-width: 100%;
  }

  .style---content-heading {
    padding-left: 22px;
    padding-right: 22px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .btn-primary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary.btn-form-arrow---inside {
    width: auto;
  }

  .btn-secondary {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.large, .input {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .input.button-inside {
    margin-bottom: 15px;
    padding-right: 20px;
  }

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

  .square-icon {
    max-width: 56px;
  }

  .social-icon-square {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .line-rounded-icon.success-message-check---left {
    margin-bottom: 8px;
    margin-right: 0;
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

  .rich-text-v1 h2 {
    font-size: 30px;
  }

  .rich-text-v1 h3 {
    margin-top: 45px;
  }

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

  .rich-text-v1 ul, .rich-text-v1 ol {
    padding-left: 20px;
  }

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

  .buttons-row {
    flex-direction: column;
  }

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

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

  .section.hero {
    padding-top: 48px;
  }

  .section.hero.v1, .section.hero.v2 {
    padding-top: 60px;
  }

  .section.hero.v2.project-page-hero {
    margin-bottom: -64px;
  }

  .section.hero.v3, .section.hero.v4 {
    padding-top: 60px;
  }

  .section.hero.v5 {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .section.hero.v6 {
    margin-top: -91px;
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.hero.sales {
    padding-top: 90px;
    padding-bottom: 120px;
  }

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

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

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

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

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

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

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

  .section.pd-183px.portfolio {
    margin-top: -89px;
  }

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

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

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

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

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

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

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

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

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 30px;
  }

  .header-wrapper.header-absolute {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 24px;
    left: 20px;
    right: 20px;
  }

  .header-nav-list-item {
    text-align: left;
  }

  .header-logo-link {
    max-width: 76px;
  }

  .btn-circle-secondary.btn-down {
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
    font-size: 32px;
  }

  .not-found-content {
    padding-top: 142px;
  }

  .flex-horizontal.success-message-horizontal {
    flex-direction: column;
  }

  .flex-horizontal.project-post-details {
    justify-content: flex-start;
  }

  .nav-menu-list-wrapper {
    margin-right: 30px;
  }

  .footer-top {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-subscribe-form-button-left {
    grid-template-columns: 1fr;
  }

  .accordion-spacer.accordion-left-tab-link-content-spacer {
    min-height: 10px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image-wrapper.order-item-image-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.cta-v2-image, .image-wrapper.cta-v3-image---01 {
    width: 180%;
    bottom: -24%;
    left: -79%;
  }

  .image-wrapper.author-avatar {
    width: 138px;
    min-width: 138px;
    height: 138px;
    min-height: 138px;
  }

  .image-wrapper.cta-v3-1-image---01 {
    width: 180%;
    bottom: -24%;
    left: -79%;
  }

  ._404-not-found {
    font-size: 49vw;
  }

  .shipping-method {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .order-item {
    flex-direction: column;
    align-items: stretch;
    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-content {
    margin-right: 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;
  }

  .home-surprises-card {
    border-radius: 22px;
  }

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

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

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

  .service-item-icon-wrapper {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    font-size: 30px;
  }

  .blog-post-item-content.section-blog-item {
    max-width: 350px;
  }

  .custom-icons-font.project-post-arrow {
    font-size: 40px;
  }

  .accordion-left-tab-link {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .accordion-left-tab-link-content-icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    min-height: 28px;
    margin-left: 10px;
  }

  .accordion-left-icon-line {
    width: 24px;
  }

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

  .footer-top-main-content {
    padding-top: 70px;
  }

  .menu-wrapper---main {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .menu-wrapper {
    margin-right: 30px;
  }

  .menu-wrapper.last {
    margin-bottom: 40px;
  }

  .nav-content {
    flex-wrap: wrap;
  }

  .text-line {
    border-bottom-width: 3px;
    max-width: 45px;
  }

  .text-line.display-2 {
    min-width: 45px;
  }

  .mg-bottom-52px {
    margin-bottom: 20px;
  }

  .mg-bottom-52px.keep {
    margin-bottom: 52px;
  }

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

  .mg-bottom-15px---tablet, .mg-bottom-10px---mbl {
    margin-bottom: 10px;
  }

  .value-wrapper {
    max-width: 100%;
  }

  .team-item-content-top {
    grid-column-gap: 10px;
  }

  .office-content-links {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .hero-v2-main-content {
    margin-bottom: 40px;
  }

  .categories-wrapper {
    flex-direction: column;
  }

  .category-item {
    border-bottom: 2px solid var(--neutral--800);
    border-right-width: 0;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 15px;
    margin-right: 0;
    padding-bottom: 15px;
    padding-right: 0;
  }

  .category-item:last-child {
    margin-bottom: 0;
  }

  .form-button-inside {
    min-height: 139px;
  }

  .mg-bottom-140px {
    margin-bottom: 82px;
  }

  .author-grid {
    grid-row-gap: 25px;
  }

  .project-title-wrapper {
    max-width: 350px;
  }

  .rich-text-v2 h2 {
    font-size: 30px;
  }

  .rich-text-v2 h3 {
    margin-top: 45px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    padding-left: 20px;
  }

  .rich-text-v2---light h2 {
    font-size: 30px;
  }

  .rich-text-v2---light h3 {
    margin-top: 45px;
  }

  .rich-text-v2---light ul, .rich-text-v2---light ol {
    padding-left: 20px;
  }

  .product-title-wrapper {
    max-width: 350px;
  }

  .add-cart-page {
    min-height: 358px;
  }

  .product-tabs-menu {
    flex-direction: column;
    align-items: stretch;
    margin-top: -25px;
    margin-bottom: 50px;
  }

  .product-tab-link {
    padding: 25px 0;
  }

  .rich-text-v3 h2 {
    font-size: 32px;
  }

  .rich-text-v3 h3 {
    margin-top: 45px;
  }

  .rich-text-v3 ul, .rich-text-v3 ol {
    padding-left: 20px;
  }

  .password-page-content {
    max-width: 100%;
    padding-top: 78px;
  }

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

  .header-nav-menu-wrapper---tablet {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-footer-2-columns {
    grid-column-gap: 32px;
    grid-template-columns: auto;
  }

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

#w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-d34d15ec, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-d34d15ec, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-d34d15ec, #w-node-b802a070-9102-8775-5428-930ff319ab2f-d34d15ec, #w-node-c65ebb9a-0003-60c6-c9f8-473e2fee1b2f-d34d15ec, #w-node-_5eb27792-4351-d8fc-ea25-105b76196b2b-d34d15ec, #w-node-c4b4a860-7d95-555a-fc7a-89f463a0fe67-d34d15ec, #w-node-_5b0d90e5-bfd5-f30b-256b-3e7c69948a4c-d34d15ec, #w-node-_168b8203-cf11-9a96-c4b9-fb1fe5614763-d34d15ec, #w-node-cdf029a4-52f1-34ea-ec95-35fd735e9fff-d34d15ec, #w-node-_840059d8-5d03-6c59-c508-e979eff2ad10-d34d15ec, #w-node-_6372f0cc-4855-bd11-3ee6-2ad3e1976864-d34d15ec, #w-node-_664d92ae-26da-7574-6afd-1f2d5acd2c00-d34d15ec, #w-node-_7dfb4f98-183a-9ebb-0a3c-cd0cd75196fb-d34d15ec, #w-node-cb514749-5549-44c1-07a1-9e6224609a61-d34d15ec, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-d34d15ec, #w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-d34d15ec, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-d34d15ec, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-d34d15ec, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-d34d15ec, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-d34d15ec, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-d34d15ec, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-d34d15ec, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-d34d15ec, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-d34d15ec, #w-node-_781fd030-4278-db6d-0b33-f865d791c7e8-d34d15ec, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-d34d15ec, #w-node-_399464ac-3539-7d3e-6355-6bd4a620cabe-a620caa1, #w-node-_399464ac-3539-7d3e-6355-6bd4a620cac5-a620caa1, #w-node-_399464ac-3539-7d3e-6355-6bd4a620cacc-a620caa1, #w-node-_9c73893b-6f17-e22b-f916-df55901fe602-d34d15f4, #w-node-_28a9fee0-8c92-f18b-2b78-0d39ca5644f8-d34d15f6, #w-node-_432d850c-eab6-a16f-f7c7-b7fe5b42b69e-d34d15f6, #w-node-d4d2e380-0a76-7b65-c417-a1c7b9755b5a-d34d15f6, #w-node-_00faceb8-dc72-9146-f181-0ef850d8152a-d34d15f6, #w-node-_1b4857ef-87ff-8c13-c238-2427db6845d5-d34d15f6, #w-node-_28a9fee0-8c92-f18b-2b78-0d39ca564587-d34d15f6, #w-node-bd0bfe7d-d279-540b-408e-82aa1e04a5ef-d34d15f6, #w-node-a8581b54-e39e-4528-d09f-a9f608269477-d34d15f6, #w-node-_742da4b2-414e-e894-4a52-a415f60b0495-d34d15f6, #w-node-aef5902f-f354-91f9-297a-d55ab8ad2f6f-d34d15f6, #w-node-_7aa8fbb4-7938-0b02-f780-aa4c01a9e6f0-d34d15f6, #w-node-dac66f79-b2c9-aa78-7510-17acc76f7d36-d34d15f6, #w-node-_28a9fee0-8c92-f18b-2b78-0d39ca564621-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28a9fee0-8c92-f18b-2b78-0d39ca564627-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_2725b783-ee7c-cdbb-a2d6-0ca65bad18bb-d34d15f6, #w-node-_47e8c45d-7cda-34cc-85b3-2f86b1256b2b-d34d15f6, #w-node-_51086946-23e0-37f7-3979-777f6899bd2b-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12e1bc24-4290-e1ad-87e9-db599f0a07f4-d34d15f6 {
  align-self: end;
}

#w-node-e403cec3-e86f-46ca-03fb-d7e53fa66f57-d34d15f6, #w-node-_222ac260-e97c-54a6-49a0-cf0dc582a970-d34d15f6, #w-node-_8bf626ed-a2d3-5930-cfbd-d94e469a7ea4-d34d15f6, #w-node-c2e16c54-3c4e-fd13-6212-4d6bce1e72ba-d34d15f6, #w-node-a90ecd80-b60f-f5f0-f901-06d0368c5731-d34d15f6, #w-node-a90ecd80-b60f-f5f0-f901-06d0368c5733-d34d15f6, #w-node-a90ecd80-b60f-f5f0-f901-06d0368c5735-d34d15f6, #w-node-a90ecd80-b60f-f5f0-f901-06d0368c5737-d34d15f6, #w-node-_87d8f543-5f0a-6d7f-9e9e-bb789883059d-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9dc9484-7d35-be2c-e71c-b54ef24370ce-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3e678dd1-50cf-ff33-2573-b98df630f531-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_02c64f16-8f61-449f-499c-2d8e4a738dc8-d34d15f6, #w-node-_123462bb-786c-dffe-bed3-db6132716f8c-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15fc990f-c452-1d9a-34a7-c4649584ef38-d34d15f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0436e22b-160f-51eb-84db-6532561fe2ed-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0436e22b-160f-51eb-84db-6532561fe2ef-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0436e22b-160f-51eb-84db-6532561fe2f8-d34d15f6, #w-node-_0436e22b-160f-51eb-84db-6532561fe300-d34d15f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0436e22b-160f-51eb-84db-6532561fe306-d34d15f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b20a7ab-ef23-eacb-d0a5-c350d3f61f04-d34d15f8, #w-node-af91326c-6d71-6360-e680-0cd61d053995-d34d15f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3a9a248-50dc-f45a-7b6c-42ed70a2eda3-d34d15f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5d8aa57a-b9a8-4280-344f-d67d22b6ad7c-d34d15f8, #w-node-f3a9a248-50dc-f45a-7b6c-42ed70a2edc3-d34d15f8, #w-node-_62162e6c-9c48-faf8-d0ab-6da4f3a8781f-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1016fcce-f5fb-a4e8-e380-ff8b46a79801-d34d15fe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-b2c5fbc6-e86e-661c-8f5b-3e52fd3df797-d34d15fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a4fbb2ba-79a3-eb78-23cd-0da4c9db25a3-d34d15fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_18c61ee3-3a3a-85ed-7e8a-1fd0a452dbd1-d34d15fe, #w-node-_76e12b53-07c1-71b1-cd00-8087f381e652-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e65f-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e661-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e66a-d34d15fe, #w-node-_76e12b53-07c1-71b1-cd00-8087f381e672-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e678-d34d15fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e680-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e682-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e68b-d34d15fe, #w-node-_76e12b53-07c1-71b1-cd00-8087f381e693-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76e12b53-07c1-71b1-cd00-8087f381e699-d34d15fe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e322e34b-4ce9-67a0-4a20-3fe16127e98a-d34d15fe, #w-node-_837fb926-0bb8-acf7-1c80-2cc9cf410f1c-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2cc8834-1843-e2f8-cae3-014117b380ea-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5c00fdfb-9e89-1b29-9705-b3aa1bbeaacb-d34d15fe, #w-node-c76789fb-e957-3002-db42-8247ab522e44-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9b47067-37a2-c72a-ccf6-7d9e0e241fb5-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e6471ed5-b613-5251-b0fd-99a817365a7c-d34d15fe, #w-node-e6471ed5-b613-5251-b0fd-99a817365a7e-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6471ed5-b613-5251-b0fd-99a817365a82-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e6471ed5-b613-5251-b0fd-99a817365a83-d34d15fe, #w-node-e6471ed5-b613-5251-b0fd-99a817365a84-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e6471ed5-b613-5251-b0fd-99a817365a86-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d517907f-7af5-a8a8-086e-71a115e8f412-d34d15fe, #w-node-d517907f-7af5-a8a8-086e-71a115e8f414-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d517907f-7af5-a8a8-086e-71a115e8f418-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d517907f-7af5-a8a8-086e-71a115e8f419-d34d15fe, #w-node-d517907f-7af5-a8a8-086e-71a115e8f41a-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d517907f-7af5-a8a8-086e-71a115e8f41c-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b5db80c4-58d4-82c3-e998-a915984e4cbc-d34d15fe, #w-node-b5db80c4-58d4-82c3-e998-a915984e4cbe-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5db80c4-58d4-82c3-e998-a915984e4cc2-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b5db80c4-58d4-82c3-e998-a915984e4cc3-d34d15fe, #w-node-b5db80c4-58d4-82c3-e998-a915984e4cc4-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5db80c4-58d4-82c3-e998-a915984e4cc6-d34d15fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4c7573bb-dc9d-cfb0-8f70-2c6badbf69fd-d34d1602, #w-node-_410f9ed3-268e-ac97-7c6b-e80b24126c65-d34d1602, #w-node-c7013253-2761-4aab-ad1f-a42d20dad96d-d34d1602, #w-node-_903c7521-8468-d2d4-5afc-887745354547-d34d1602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0311ab4-f321-9f69-c087-2db1da75d25e-d34d1602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cf3b2a33-4fdb-c7e0-a0bd-ccae86b2f5c0-d34d1602 {
  align-self: end;
}

#w-node-cf3b2a33-4fdb-c7e0-a0bd-ccae86b2f5db-d34d1602 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8afbe59-59ac-4adb-7a7a-53c98f6a513b-d34d1603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f8afbe59-59ac-4adb-7a7a-53c98f6a5140-d34d1603, #w-node-f8afbe59-59ac-4adb-7a7a-53c98f6a514a-d34d1603 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0226bf7a-5e68-5ca4-4b7d-4a0be7a2a7a8-d34d1604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0226bf7a-5e68-5ca4-4b7d-4a0be7a2a7ae-d34d1604 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_66eb37aa-9c19-0068-82f4-02eee242c531-d34d1604 {
  align-self: stretch;
}

#w-node-_66eb37aa-9c19-0068-82f4-02eee242c53c-d34d1604, #w-node-_66eb37aa-9c19-0068-82f4-02eee242c541-d34d1604, #w-node-f6b51786-881d-e9ae-c3fd-06f2297c9718-d34d1605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fdc74644-446c-b7bd-ad3c-d2c73901bbe6-d34d1605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-e8b015a8-97d8-c7f5-61eb-3674c7dbf3ce-d34d1605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_93204ef8-a160-fbed-c0f1-619aeb178498-d34d1605 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_00322d73-31ab-077f-7457-da4c6172d8f4-d34d1605 {
  justify-self: end;
}

#w-node-_95ef4bc1-a071-d34c-0e16-bc3cc1d5d09f-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_279e3b5a-777f-bf1d-4ed7-db3f462228e2-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5631491-7cbe-4e57-0709-ea95e606003e-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4ee2caa7-2a44-f467-a0a5-1d0d04373d38-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ee2caa7-2a44-f467-a0a5-1d0d04373d3d-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c045d968-c129-4826-66b9-2c3afd9c9774-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c045d968-c129-4826-66b9-2c3afd9c9779-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_27a1de76-76ad-ec76-6413-23d7274742e0-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_694d3d2d-1b61-fc54-0b4f-ff8ea39e123b-d34d1606 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_845653c6-59c4-00d6-3fa4-155997b19d3e-d34d1606, #w-node-_5590258a-0aa5-6930-e370-302697925712-d34d1606, #w-node-c40d1c5b-17fd-7701-87ce-08ff0c2f52b2-d34d1606, #w-node-_99e18743-67fd-1a1f-df81-e043802014c9-d34d1608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68543669-40c2-d897-f0b2-678222b76a4d-d34d1608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_85af8c1a-752d-b35e-20d3-00bd8d648c3d-d34d1608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eac3cb42-3145-51b5-f623-8663080c9321-d34d1608 {
  align-self: end;
}

#w-node-eac3cb42-3145-51b5-f623-8663080c933c-d34d1608 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4c994df1-1731-bbde-1674-2221f59b1125-d34d160e {
  place-self: center end;
}

#w-node-bcfa26ee-24ef-6eb0-3e2e-8f78b144e91a-d34d160e, #w-node-bcfa26ee-24ef-6eb0-3e2e-8f78b144e921-d34d160e, #w-node-bcfa26ee-24ef-6eb0-3e2e-8f78b144e928-d34d160e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30c17938-c3cb-e4c6-ece9-a496da148d70-d34d160e {
  justify-self: start;
}

#w-node-a98df5e5-72e2-88cc-2e0c-a04f9f256580-d34d167d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99667eab-1294-79ec-76da-37516ef21ed2-d34d167d {
  align-self: stretch;
}

#w-node-_95411fa5-054a-e080-dbce-5b4d8f16358b-d34d167d, #w-node-a6b4a4f6-e757-4432-7b76-ab9bf0bf0b19-d34d167d, #w-node-_6c6e846f-ed79-9a93-de71-00ba0f54fdc5-d34d169a, #w-node-cae6a05e-4bde-feac-3126-297ff8f949f2-d34d169a, #w-node-a56dcb2f-3ba8-7b57-41ba-4b9f21d85a2d-d34d169a, #w-node-_840d9a46-7319-e398-0e52-06e4c82a4ee7-d34d169a, #w-node-b8a8fa0d-7f23-b21e-b513-5193896bb269-d34d169a, #w-node-a517a082-5c1f-1864-7ba1-1fa299d1523b-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19f2e764-c061-417d-abda-6568015d5244-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-b5350d6a-55b0-f55c-09b6-302898783e15-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_19a8ddc3-b38d-ad5e-290a-d9162e6361a9-d34d169c {
  align-self: end;
}

#w-node-_7861020b-1d65-26d9-6478-6ca479064583-d34d169c, #w-node-d3760c32-c7ef-193e-7957-32026ffbf662-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5c89497b-64ef-a4a9-d927-dd3d05b6743a-d34d169c {
  justify-self: end;
}

#w-node-_5de5eeaf-48f2-66c2-d6a2-801de3161c3b-d34d169c, #w-node-_77dbbcd8-c158-bd29-3acf-90ecaf4e61e5-d34d169c, #w-node-ced27bc9-e655-4cad-fe01-a715ba180f07-d34d169c, #w-node-_709e08f3-4d39-f60e-5844-6838bf7f56a2-d34d169c, #w-node-_709e08f3-4d39-f60e-5844-6838bf7f56a4-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_709e08f3-4d39-f60e-5844-6838bf7f56a7-d34d169c {
  justify-self: end;
}

#w-node-_709e08f3-4d39-f60e-5844-6838bf7f56a8-d34d169c, #w-node-_709e08f3-4d39-f60e-5844-6838bf7f56a9-d34d169c, #w-node-bed3ebe7-a2cd-b556-e5cd-f8bcda4ccdff-d34d169c, #w-node-_3f78bf1a-3e9d-ad06-ac89-7053b58b28e0-d34d169c, #w-node-_3f78bf1a-3e9d-ad06-ac89-7053b58b28e2-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f78bf1a-3e9d-ad06-ac89-7053b58b28e5-d34d169c {
  justify-self: end;
}

#w-node-_3f78bf1a-3e9d-ad06-ac89-7053b58b28e6-d34d169c, #w-node-_3f78bf1a-3e9d-ad06-ac89-7053b58b28e7-d34d169c, #w-node-a085df4b-d47d-8e95-b10e-d27d8d150530-d34d169c, #w-node-c4ef57f4-3ddc-46b4-9896-5e60b57b0dc4-d34d169c, #w-node-c4ef57f4-3ddc-46b4-9896-5e60b57b0dc6-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ef57f4-3ddc-46b4-9896-5e60b57b0dc9-d34d169c {
  justify-self: end;
}

#w-node-c4ef57f4-3ddc-46b4-9896-5e60b57b0dca-d34d169c, #w-node-c4ef57f4-3ddc-46b4-9896-5e60b57b0dcb-d34d169c, #w-node-_3b4f264d-88af-4ab2-8cdf-72d45ec5134e-d34d169c, #w-node-_62f0017d-a6fe-89b6-78c1-db427f1b12c3-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31dc4f7e-34a2-75ff-c9a8-19e79011e80d-d34d169c {
  align-self: start;
}

#w-node-_35ea76df-5470-0154-b044-f8c763fd3a9b-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5782f043-640b-fb4f-f825-e66e07231b72-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_0999d454-bc14-991c-6dba-75da6adb470c-d34d169c, #w-node-_0999d454-bc14-991c-6dba-75da6adb4710-d34d169c, #w-node-_83cad702-e450-e211-9336-981f7d857bf8-d34d169c, #w-node-_83cad702-e450-e211-9336-981f7d857bfc-d34d169c, #w-node-_7b89aed0-c503-3085-51df-f463aaf8b3ef-d34d169c, #w-node-_7b89aed0-c503-3085-51df-f463aaf8b3f3-d34d169c, #w-node-_3de1f49b-3777-4ae1-7725-26c3114edf1a-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7fb0670-30e3-2079-1724-f0b07ee949b7-d34d169c {
  align-self: end;
}

#w-node-_3d364a8b-5c91-ebd8-e591-7208f7a86725-d34d169c, #w-node-_83669436-741d-d727-9e55-a05867ec358a-d34d169c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_61914fa1f3028ad34c1c480b000000000014-d34d169d {
  align-self: stretch;
}

#w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-d34d16a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fa64a6b5-1d4f-a409-e225-b5f0e3e69bc5-d34d16a0, #w-node-_48179c42-8780-db30-ba01-1c22fea07ab4-d34d16a0, #w-node-_24d81ec5-59e7-5e5b-16a0-c29e837d1e70-d34d16a0, #w-node-_3e9ffbd8-a972-32ec-3df5-682d111f086d-d34d16a0, #w-node-_8fdba832-c5a1-7bde-c897-ce9a6c8b79b1-d34d16a0, #w-node-faa2505c-f7ca-abf2-e7b0-b9633d6ee9fd-d34d16a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-d34d15ec, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-d34d15ec {
    order: -9999;
  }

  #w-node-_28a9fee0-8c92-f18b-2b78-0d39ca564627-d34d15f6, #w-node-_51086946-23e0-37f7-3979-777f6899bd2b-d34d15f6 {
    justify-self: center;
  }

  #w-node-_3e678dd1-50cf-ff33-2573-b98df630f531-d34d15f6 {
    justify-self: auto;
  }

  #w-node-f3a9a248-50dc-f45a-7b6c-42ed70a2ed9e-d34d15f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_62162e6c-9c48-faf8-d0ab-6da4f3a8781f-d34d15fe {
    justify-self: center;
  }

  #w-node-_1016fcce-f5fb-a4e8-e380-ff8b46a79801-d34d15fe {
    grid-row: span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_76e12b53-07c1-71b1-cd00-8087f381e661-d34d15fe {
    justify-self: auto;
  }

  #w-node-cf3b2a33-4fdb-c7e0-a0bd-ccae86b2f5b6-d34d1602, #w-node-f8afbe59-59ac-4adb-7a7a-53c98f6a5136-d34d1603, #w-node-_0226bf7a-5e68-5ca4-4b7d-4a0be7a2a7a3-d34d1604 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_694d3d2d-1b61-fc54-0b4f-ff8ea39e123b-d34d1606 {
    justify-self: center;
  }

  #w-node-_68543669-40c2-d897-f0b2-678222b76a4d-d34d1608 {
    place-self: auto;
  }

  #w-node-eac3cb42-3145-51b5-f623-8663080c9317-d34d1608 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a98df5e5-72e2-88cc-2e0c-a04f9f256579-d34d167d, #w-node-b5350d6a-55b0-f55c-09b6-302898783e15-d34d169c {
    justify-self: center;
  }

  #w-node-_5782f043-640b-fb4f-f825-e66e07231b72-d34d169c {
    justify-self: auto;
  }

  #w-node-_357e2cba-94fd-e75c-b5e2-958966043712-d34d169c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3de1f49b-3777-4ae1-7725-26c3114edf1a-d34d169c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-d34d15ec, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-d34d15ec {
    order: -9999;
  }

  #w-node-b2c5fbc6-e86e-661c-8f5b-3e52fd3df797-d34d15fe, #w-node-a4fbb2ba-79a3-eb78-23cd-0da4c9db25a3-d34d15fe {
    grid-column: span 1 / span 1;
  }

  #w-node-c9b47067-37a2-c72a-ccf6-7d9e0e241fb5-d34d15fe, #w-node-e6471ed5-b613-5251-b0fd-99a817365a86-d34d15fe, #w-node-d517907f-7af5-a8a8-086e-71a115e8f41c-d34d15fe, #w-node-b5db80c4-58d4-82c3-e998-a915984e4cc6-d34d15fe {
    justify-self: auto;
  }

  #w-node-_903c7521-8468-d2d4-5afc-887745354547-d34d1602, #w-node-a0311ab4-f321-9f69-c087-2db1da75d25e-d34d1602, #w-node-_30c17938-c3cb-e4c6-ece9-a496da148d70-d34d160e {
    justify-self: center;
  }

  #w-node-e3a90f75-d470-7097-bbbe-55a933809da3-d34d16a0, #w-node-_4d23d9c3-32aa-001b-0596-e5a65931aef9-d34d16a0, #w-node-_5d0cf41d-1172-6000-505c-5abc2306569e-d34d16a0, #w-node-ae36a11d-9aa6-9b99-1c4e-812c3ccf1b6f-d34d16a0, #w-node-_529f5180-557e-0011-a8c7-d413bd690ec5-d34d16a0, #w-node-_529f5180-557e-0011-a8c7-d413bd690ed0-d34d16a0, #w-node-_529f5180-557e-0011-a8c7-d413bd690edb-d34d16a0, #w-node-_529f5180-557e-0011-a8c7-d413bd690ee6-d34d16a0, #w-node-_3e7a3750-203b-4f65-b2ff-7193010c307e-d34d16a0, #w-node-_820331d6-c4e7-e22c-17e6-307c4ba0cf79-d34d16a0, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d263-d34d16a0, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d26e-d34d16a0, #w-node-_2cc935a5-ba4b-b138-1cd0-3ca62c07d279-d34d16a0, #w-node-cd97ed09-7ee7-f868-9f24-92008cbffbf9-d34d16a0, #w-node-_678fa4ae-1fca-b02f-fd27-9efe550463d6-d34d16a0, #w-node-_053b3848-5278-b0d0-565f-4e26607311a1-d34d16a0, #w-node-_8638ecc7-fc7a-8770-ed2b-943d852abcf3-d34d16a0, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0a9-d34d16a0, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0bd-d34d16a0, #w-node-fdedfdaf-07eb-26ce-ec5a-44f9429fbce6-d34d16a0, #w-node-e5098d5c-99e5-a310-1707-51b579e0852f-d34d16a0, #w-node-_1d39ea8e-bae3-1512-4ef0-cdf93fc0f8da-d34d16a0, #w-node-_0959ac05-e5ad-fd43-8e7e-a09dd2f57df9-d34d16a0, #w-node-d7e62f01-1c68-6af4-0f0b-aa76e3a3f0d1-d34d16a0, #w-node-f9a626ae-4f05-7075-0d66-3072978dbb53-d34d16a0, #w-node-_5e353be1-d012-39fc-eeb8-2763382b8e35-d34d16a0 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_15fc990f-c452-1d9a-34a7-c4649584ef38-d34d15f6, #w-node-_0436e22b-160f-51eb-84db-6532561fe306-d34d15f6 {
    grid-column: span 1 / span 1;
  }

  #w-node-a4fbb2ba-79a3-eb78-23cd-0da4c9db25a3-d34d15fe {
    justify-self: auto;
  }

  #w-node-_76e12b53-07c1-71b1-cd00-8087f381e678-d34d15fe, #w-node-_76e12b53-07c1-71b1-cd00-8087f381e699-d34d15fe {
    grid-column: span 1 / span 1;
  }

  #w-node-a371c7a9-0898-0894-4176-4634a8a24958-d34d169a {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Social Icons Font';
  src: url('../fonts/social-icon-font.woff2') format('woff2'), url('../fonts/social-icon-font.eot') format('embedded-opentype'), url('../fonts/social-icon-font.woff') format('woff'), url('../fonts/social-icon-font.ttf') format('truetype'), url('../fonts/social-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Square Icons';
  src: url('../fonts/line-square-icons.woff2') format('woff2'), url('../fonts/line-square-icons.eot') format('embedded-opentype'), url('../fonts/line-square-icons.woff') format('woff'), url('../fonts/line-square-icons.ttf') format('truetype'), url('../fonts/line-square-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Filled Icons';
  src: url('../fonts/filled-icon-font.woff2') format('woff2'), url('../fonts/filled-icon-font.eot') format('embedded-opentype'), url('../fonts/filled-icon-font.woff') format('woff'), url('../fonts/filled-icon-font.ttf') format('truetype'), url('../fonts/filled-icon-font.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Line Rounded Icons';
  src: url('../fonts/line-rounded-icons.woff2') format('woff2'), url('../fonts/line-rounded-icons.eot') format('embedded-opentype'), url('../fonts/line-rounded-icons.woff') format('woff'), url('../fonts/line-rounded-icons.ttf') format('truetype'), url('../fonts/line-rounded-icons.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font Creativeplus Template';
  src: url('../fonts/font-creativeplus-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestRegular1602-hint.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestMedium1602-hint.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestBold1602-hint.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onest';
  src: url('../fonts/OnestLight1602-hint.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}