:root {
  --neutral--700: #454f66;
  --neutral--800: #031a38;
  --accent--primary-1: #087fa3;
  --neutral--100: white;
  --neutral--400: #dcddeb;
  --neutral--200: #f8f8f9;
  --neutral--300: #eff0f6;
  --general--shadow-02: #14142b14;
  --neutral--600: #6e7c91;
  --system--blue-400: #031a38;
  --neutral--500: #a0acbd;
  --system--blue-200: #8fc3ff;
  --system--green-400: #11845b;
  --system--blue-300: #1d88fe;
  --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-03: #14142b1a;
  --general--shadow-04: #14142b24;
  --general--shadow-05: #14142b29;
  --general--shadow-06: #14142b3d;
  --button-shadow--color-01: #fafeff;
  --button-shadow--color-2: #ff525214;
  --button-shadow--color-03: #ff525214;
  --button-shadow--white-01: #14142b0a;
  --button-shadow--white-02: #14142b0f;
  --button-shadow--white-03: #14142b1a;
  --general--shadow-01: #14142b0f;
  --secondary--color-1: #f4f7ff;
  --white-opacity-20: #fff3;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-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;
  }

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  text-align: center;
  background-image: url('../images/bg-blockquote-expert-x-webflow-template.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  border: 0 #000;
  border-radius: 16px;
  padding: 108px 126px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.417em;
}

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

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

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

.page-wrapper.height-100vh {
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  display: flex;
}

.page-wrapper.contact {
  background-color: #fafeff;
}

.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._1-col-tablet {
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

.grid-2-columns.form {
  grid-column-gap: 28px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.form.contact {
  padding-top: 2rem;
}

.grid-2-columns.gap-40px.alt---responsive {
  position: relative;
}

.grid-2-columns.gap-40px.case-studies-page-grid {
  grid-row-gap: 64px;
  grid-template-columns: 1fr 1fr 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--400);
  grid-template-columns: .4fr 1fr;
  align-items: start;
  padding-top: 64px;
  padding-bottom: 64px;
}

.grid-2-columns.changelog-item.first {
  border-bottom-style: none;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

.grid-2-columns.align-stretch {
  align-items: stretch;
}

.grid-2-columns.team-member-grid-2-col {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-columns: .25fr 1fr;
  align-items: start;
}

.grid-2-columns.footer-grid-2-col.v1 {
  grid-template-columns: 1.5fr 1fr;
  align-items: start;
}

.grid-2-columns.menu-grid-2-col-wrapper.footer-v1 {
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 184px;
  align-items: start;
  width: 100%;
  max-width: 600px;
}

.grid-2-columns.menu-grid-2-col-wrapper.headers {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr auto;
  align-items: start;
}

.grid-2-columns.menu-grid-2-col.v1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: start;
}

.grid-2-columns.menu-grid-2-col.headers {
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: start;
}

.grid-2-columns.cta-grid-2-col.v2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: .7fr 1fr;
}

.grid-2-columns.blog-grid-2-col._01 {
  grid-row-gap: 50px;
  grid-template-columns: .35fr 1fr;
  place-items: start stretch;
  overflow: visible;
}

.grid-2-columns.blog-grid-2-col._40px {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: stretch;
}

.grid-2-columns.blog-grid-2-col.author-grid {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  grid-template-columns: 208px 1fr;
}

.grid-2-columns.contact-grid-2-col.v1 {
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1.3fr;
  align-items: start;
}

.grid-2-columns.faq-grid-2-col {
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1.5fr;
  align-items: start;
}

.grid-2-columns.hero-grid-2-cols.service-single-hero {
  grid-row-gap: 60px;
  grid-template-columns: .8fr 1fr;
  align-items: start;
}

.grid-2-columns.hero-grid-2-cols.package-single-hero {
  grid-column-gap: 18px;
  grid-row-gap: 60px;
  align-items: start;
}

.grid-2-columns.hero-grid-2-cols.not-found-grid-2-col {
  grid-row-gap: 48px;
}

.grid-2-columns.hero-grid-2-cols.hero-v4 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.hero-grid-2-cols.v3-hero {
  grid-column-gap: 0px;
  grid-template-columns: .68fr 1fr;
  display: grid;
}

.grid-2-columns.hero-grid-2-cols.v1-hero {
  grid-template-columns: minmax(544px, 1fr) 1fr;
  align-items: start;
}

.grid-2-columns.title-left-grid-2-col {
  grid-template-columns: 1fr 2fr;
  align-items: start;
}

.grid-2-columns.title-left-grid-2-col.title-left---card {
  grid-template-columns: 1fr 1.6fr;
  justify-content: space-between;
  max-width: 1187px;
  margin-right: 40px;
}

.grid-2-columns.v3-grid-2-col.layout---image-right {
  grid-row-gap: 0px;
  align-items: end;
}

.grid-2-columns.v3-grid-2-col.layout---image-left {
  grid-template-columns: 1fr .75fr;
}

.grid-2-columns.v3-grid-2-col._03 {
  grid-column-gap: 24px;
  grid-template-columns: auto 1fr;
  align-items: start;
}

.grid-2-columns.v3-grid-2-col._02 {
  grid-row-gap: 50px;
  grid-template-columns: .85fr 1fr;
  align-items: start;
  display: grid;
}

.grid-2-columns.v3-grid-2-col._05 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-columns: auto 1fr;
  align-items: start;
}

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

.grid-2-columns.auto---1fr.resume-card-title {
  flex: 1;
}

.grid-2-columns.v2-grid-2-col.layout-top {
  grid-column-gap: 60px;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-2-columns.v2-grid-2-col.layout-bottom {
  grid-column-gap: 60px;
  align-items: end;
}

.grid-2-columns.v2-grid-2-col.post-layout {
  grid-row-gap: 32px;
  align-items: start;
}

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

.grid-2-columns.v1-grid-2-col.layout-02 {
  grid-template-columns: 1fr 1fr;
}

.grid-2-columns.v1-grid-2-col.layout-v1 {
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.35fr 1fr;
  align-items: start;
}

.grid-2-columns.social-photo-user---grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: .3fr 1fr;
}

.grid-2-columns.layout-top-grid-2-col {
  grid-template-columns: 1fr .85fr;
  align-items: start;
}

.grid-2-columns.layout-top-grid-2-col.v2 {
  grid-row-gap: 50px;
  grid-template-columns: .6fr 1fr;
  align-items: start;
}

.grid-2-columns.layout-top-grid-2-col.podcast {
  grid-template-columns: .75fr 1fr;
}

.grid-2-columns.contact-full-grid {
  grid-template-columns: .9fr 1fr;
  place-items: start stretch;
  max-width: 1106px;
  margin-left: auto;
  margin-right: auto;
}

.grid-2-columns.contact-full-grid.consulting {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  max-width: 100%;
}

.grid-2-columns.blog-grid-v1 {
  grid-row-gap: 32px;
}

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

.grid-2-columns.hero-v18-grid {
  grid-template-columns: 1fr .3fr;
}

.grid-2-columns._1fr2fr {
  grid-template-columns: 1fr 1.6fr;
}

.grid-2-columns.webinar {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: start;
  display: grid;
}

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

.card {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  border-radius: 12px;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

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

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

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

.card.whats-included {
  border-color: var(--neutral--300);
}

.card.figma-file {
  border-color: var(--neutral--300);
  justify-content: center;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.card.sales-page {
  border-color: var(--neutral--300);
  color: var(--neutral--300);
  text-align: center;
  transform-style: preserve-3d;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
}

.card.sales-page:hover {
  color: var(--neutral--300);
  transform: scale3d(.96, .96, 1.01);
  box-shadow: 0 1px 1px #2c85ed0f, 0 0 #19213d0a;
}

.card.buy-now {
  transform-style: preserve-3d;
  background-color: #146ef5;
  border-radius: 40px;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
}

.card.buy-now:hover {
  transform: scale3d(.98, .98, 1.01);
  box-shadow: 0 1px 1px #2c85ed0f, 0 0 #19213d0a;
}

.card.buy-now.white {
  border-color: var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
}

.card.buy-now.white:hover {
  box-shadow: 0 1px 1px 0 var(--general--shadow-02);
}

.card.social-photo-user {
  z-index: 1;
  background-color: var(--neutral--200);
  box-shadow: none;
  text-align: center;
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 94px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.card.social-photo-card {
  border-style: none;
  border-radius: 0;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  display: flex;
  position: relative;
}

.card.blog-featured, .card.blog-featured:hover {
  color: var(--neutral--600);
}

.card.blog-featured.inner-card {
  border-radius: 16px;
  max-width: 640px;
  max-height: 391px;
  padding: 50px 52px;
  position: absolute;
  bottom: 34px;
  left: 30px;
  right: 30px;
}

.card.blog-featured.post-featured-v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--neutral--700);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 48px 32px 52px;
  display: flex;
}

.card.blog-featured.post-featured-v2:hover {
  color: var(--neutral--700);
}

.card.blog-featured.post-featured-v2.writing {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.card.blog-featured.v2 {
  border-style: none;
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.card.blog-featured.v2.hero {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.card.faq-card {
  border-radius: 16px;
  width: 100%;
  max-width: 728px;
  padding: 52px 44px 80px;
}

.card.package-card {
  border-color: var(--neutral--300);
  flex-direction: column;
  padding: 60px 24px;
  display: flex;
}

.card.add-cart {
  border-color: var(--neutral--300);
  padding: 70px 42px;
}

.card.case-study-card {
  color: var(--neutral--700);
  border: 0 #0000;
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.card.case-study-card:hover {
  color: var(--neutral--700);
}

.card.page-not-found-card {
  max-width: 565px;
  padding: 68px 66px;
}

.card.password-protected-card {
  border-color: var(--neutral--300);
  border-radius: 16px;
  padding: 140px 104px;
}

.card.hero-v4-card {
  box-shadow: none;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 16px;
  padding-top: 96px;
  padding-bottom: 113px;
  padding-right: 88px;
  position: relative;
  overflow: visible;
}

.card.resume-card {
  padding: 32px 0 40px;
  display: block;
}

.card.v3-hero-card {
  box-shadow: none;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 16px;
  padding: 140px 40px 146px;
  position: relative;
}

.card.testimonial-card._01 {
  border-color: var(--neutral--200);
  padding: 44px 44px 54px;
}

.card.testimonial-card.v1 {
  border-color: var(--neutral--200);
  max-width: 404px;
  padding: 60px 54px;
}

.card.process-card {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 88px 38px;
  display: flex;
  position: relative;
}

.card.process-card._01 {
  background-color: var(--system--blue-400);
  margin-top: 128px;
}

.card.dropdown-card {
  margin-top: 24px;
  padding: 1.5rem;
}

.card.post-featured-v1 {
  color: var(--neutral--700);
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.card.post-featured-v1:active {
  color: var(--neutral--700);
}

.card.post-featured-v2 {
  color: var(--neutral--700);
  min-height: 100%;
  display: flex;
}

.card.post-featured-v2:active {
  color: var(--neutral--700);
}

.card.post-v3 {
  color: var(--neutral--700);
  flex-direction: column;
  min-height: 100%;
  display: flex;
}

.card.post-v3:active {
  color: var(--neutral--700);
}

.card.contact-form-v1 {
  border-color: var(--neutral--300);
  padding: 52px 52px 76px;
  position: sticky;
  top: 32px;
}

.card.contact-full {
  padding: 64px 48px;
}

.card.contact-full.consulting {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.card.contact-form-wrapper-v2 {
  padding: 52px 52px 76px;
}

.card.post-v1 {
  color: var(--neutral--700);
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  display: flex;
}

.card.post-v1:hover {
  color: var(--neutral--700);
}

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

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

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

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

.grid-4-columns.stats-grid-4-col {
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: center;
}

.grid-4-columns.stats-grid-4-col.logos {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  display: flex;
}

.grid-4-columns.stats-grid {
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
}

.grid-4-columns.stats-grid._2x {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

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

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

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

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

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

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

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

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

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

.style---color-block-text-example {
  background-color: var(--neutral--100);
  border-radius: 40px;
  padding: 12px 14px 8px;
  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);
}

.style---color-block-text-example.color-blue-200 {
  color: var(--system--blue-200);
}

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

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

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

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

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

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

.color-neutral-300.mg-bottom-0.copyrights.terms {
  display: inline;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divider._64px {
  margin-top: 64px;
  margin-bottom: 64px;
}

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

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

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

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

.divider.card-post-divider {
  background-color: var(--neutral--500);
  width: 48px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.divider.card-post-divider._16px {
  width: 16px;
}

.divider.card-post-divider.alt {
  flex: 1;
  width: auto;
  min-width: 10px;
  max-width: 48px;
}

.divider._100px {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.top-80px---bottom-0 {
  margin-top: 80px;
  margin-bottom: 0;
}

.divider._48px {
  margin-top: 48px;
  margin-bottom: 48px;
}

.divider._24px {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

.display-1.text-white {
  color: var(--neutral--400);
}

.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-template-columns: 1fr;
}

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

.grid-1-column.cta-grid-1-col.alt {
  grid-row-gap: 32px;
}

.grid-1-column.cta-grid-1-col.alt.newsletter {
  grid-row-gap: 0px;
}

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

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

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

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

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

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

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

.display-2 {
  color: var(--neutral--800);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.154em;
}

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

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

.display-2.display-price {
  font-size: 3.6vw;
}

.display-3 {
  color: var(--neutral--800);
  font-size: 44px;
  font-weight: 700;
  line-height: 1.182em;
}

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

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

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

.paragraph-large {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.52em;
}

.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-uppercase {
  letter-spacing: .06em;
  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.card-logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1rem;
  overflow: hidden;
}

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

.grid-3-columns.style---buttons-grid {
  grid-column-gap: 32px;
  grid-template-columns: auto auto 1fr;
  justify-content: stretch;
  place-items: start;
}

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

.grid-3-columns.footer-grid-3-col {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

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

.grid-3-columns.gap-column-40px---row-32px {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  align-items: end;
}

.grid-3-columns.blog-grid-v1 {
  grid-row-gap: 32px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.inner-container._740px {
  max-width: 740px;
}

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

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

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

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

.inner-container._990px {
  max-width: 990px;
}

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

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

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

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

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

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

.inner-container._940px {
  max-width: 940px;
}

.inner-container._804px {
  max-width: 804px;
}

.inner-container._448px {
  max-width: 448px;
}

.inner-container._448px._100-tablet {
  max-width: 100%;
}

.inner-container._1164px {
  max-width: 1164px;
}

.inner-container._860px {
  max-width: 860px;
}

.inner-container._424px {
  max-width: 424px;
}

.inner-container._592px {
  max-width: 592px;
}

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

.inner-container._560px._100-tablet.white-bg {
  background-color: var(--neutral--100);
  border-radius: 12px;
  padding: 2rem;
}

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

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

.inner-container._786px {
  max-width: 786px;
}

.inner-container._728px {
  max-width: 728px;
}

.inner-container._568px {
  max-width: 568px;
}

.inner-container._664px {
  max-width: 664px;
}

.inner-container._664px.width-100._100-tablet.contact-side-bar {
  position: sticky;
  top: 2rem;
}

.inner-container._792px {
  max-width: 792px;
}

.inner-container._620px {
  max-width: 620px;
}

.inner-container._612px {
  max-width: 612px;
}

.inner-container._686px {
  max-width: 686px;
}

.inner-container._550px {
  max-width: 550px;
}

.inner-container._548px {
  max-width: 548px;
}

.inner-container._588px {
  max-width: 588px;
}

.inner-container._402px {
  max-width: 402px;
}

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

.inner-container._238px {
  max-width: 238px;
}

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

.inner-container._530px {
  max-width: 530px;
}

.inner-container._530px.width-100._100-tablet.podcast {
  max-width: 95%;
}

.inner-container._404px {
  max-width: 404px;
}

.inner-container._524px {
  max-width: 524px;
}

.inner-container._1010px {
  max-width: 1010px;
}

.inner-container._864px {
  max-width: 864px;
}

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

.inner-container._180px {
  max-width: 180px;
}

.inner-container._1052px {
  max-width: 1052px;
}

.inner-container._660px {
  max-width: 660px;
}

.inner-container._512px {
  max-width: 512px;
}

.inner-container._512px._100-tablet {
  max-width: 560px;
}

.inner-container._494px {
  max-width: 494px;
}

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

.inner-container._562px {
  max-width: 562px;
}

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

.inner-container.big-number {
  max-width: 74px;
}

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

.inner-container._1100px {
  max-width: 1100px;
}

.inner-container._498px {
  max-width: 498px;
}

.inner-container._428px {
  max-width: 428px;
}

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

.inner-container._602px {
  max-width: 602px;
}

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

.inner-container._676px {
  max-width: 676px;
}

.inner-container.hero-v1-content {
  z-index: 1;
  max-width: 544px;
  padding-top: 50px;
  position: relative;
}

.inner-container._1160px {
  max-width: 1160px;
}

.inner-container._23px {
  max-width: 23px;
}

.inner-container.cta-v1---title-content {
  min-width: 426px;
  max-width: 540px;
}

.inner-container._1099px {
  max-width: 1099px;
}

.inner-container.post-featured-v2---inner {
  max-width: 531px;
  margin-left: auto;
  margin-right: auto;
}

.inner-container._553px {
  max-width: 553px;
}

.inner-container._403px {
  max-width: 403px;
}

.inner-container._40px {
  max-width: 40px;
}

.inner-container._419px {
  max-width: 419px;
}

.inner-container._756px {
  max-width: 756px;
}

.inner-container._473px {
  max-width: 473px;
}

.inner-container._48px {
  max-width: 48px;
}

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

.inner-container._492px {
  max-width: 492px;
}

.inner-container._1105px {
  max-width: 1105px;
}

.inner-container._835px {
  max-width: 835px;
}

.inner-container._866px {
  max-width: 866px;
}

.inner-container._762px {
  max-width: 762px;
}

.inner-container._64px {
  max-width: 64px;
}

.inner-container.form-heading {
  text-align: left;
  max-width: 60%;
  margin-bottom: 2rem;
}

.inner-container.images {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: 50px;
  height: 100%;
  display: flex;
}

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

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

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

.mg-bottom-0.text-small {
  font-size: 16px;
}

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

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

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

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

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

.btn-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border: 1px solid #0000;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 18px 24px 14px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
}

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

.btn-primary.small {
  padding: 14px 20px 10px;
  font-size: 16px;
  line-height: 1.1em;
}

.btn-primary.small.white {
  border-style: none;
}

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

.btn-primary.small.btn-pagination {
  font-size: 16px;
  line-height: 1.1em;
}

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

.btn-primary.large.text-200 {
  font-size: 18px;
}

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

.btn-primary.white.webflow-btn {
  color: #146ef5;
  justify-content: center;
}

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

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

.btn-primary.inside-input.default {
  padding: 16px 24px 12px;
  top: 8px;
  bottom: 8px;
  right: 8px;
}

.btn-primary.inside-input.default.right-0px {
  right: 0;
}

.btn-primary.inside-input.default._0px {
  padding: 0;
  top: 8px;
  bottom: 7px;
  right: 10px;
}

.btn-primary.inside-input.default._0px.right-0px.newsletter {
  position: static;
}

.btn-primary.inside-input.default._0px.newsletter {
  position: relative;
  left: 0;
  right: 0;
}

.btn-primary.inside-input.large {
  padding: 16px 24px 12px;
  top: 8px;
  bottom: 8px;
}

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

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

.btn-primary.browse-template-btn {
  background-color: #553ffe;
  border-color: #553ffe;
  justify-content: center;
}

.btn-primary.browse-template-btn:hover {
  transform: none;
}

.btn-primary.btn-form-wrapper {
  margin-top: 16px;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.btn-primary.btn-form {
  transform-style: preserve-3d;
  padding-right: 75px;
  transition: none;
}

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

.btn-primary.btn-form.news-cta {
  margin-right: -7px;
}

.btn-primary.btn-pagination {
  margin-top: 48px;
  font-size: 18px;
}

.btn-primary.header-btn {
  white-space: nowrap;
  padding-right: 14px;
  font-weight: 400;
}

.btn-secondary {
  border: 1px solid var(--neutral--500);
  color: var(--neutral--800);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 24px 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
}

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

.btn-secondary.small {
  padding: 14px 20px 10px;
  font-size: 16px;
  line-height: 1.1em;
}

.btn-secondary.small.btn-pagination {
  font-size: 16px;
  line-height: 1.1em;
}

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

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

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

.btn-secondary.btn-pagination {
  margin-top: 48px;
  font-size: 18px;
}

.btn-secondary.btn-pricing {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  cursor: pointer;
  border: 0 #0000;
  border-radius: 0;
  justify-content: center;
  padding: 0;
  font-weight: 700;
  transition: color .3s;
  display: flex;
}

.btn-secondary.btn-pricing:hover {
  color: var(--accent--primary-1);
  background-color: #0000;
  transform: none;
}

.btn-secondary.uppercase-btn {
  border-color: var(--neutral--800);
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 28px 35px 24px;
  font-size: 16px;
  font-weight: 700;
}

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

.badge-primary {
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px 14px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  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(--accent--primary-1);
}

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

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

.badge-secondary {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 12px 0 var(--general--shadow-02);
  color: var(--neutral--800);
  text-align: center;
  border-radius: 40px;
  padding: 18px 28px 14px;
  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 {
  background-color: var(--neutral--200);
  box-shadow: none;
  border-width: 0;
}

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

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

.badge-secondary.category-badge {
  margin-right: 16px;
  transition: background-color .3s, border-color .3s, color .3s;
}

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

.badge-secondary.category-badge.w--current {
  border-color: var(--neutral--800);
  background-color: var(--neutral--800);
  color: var(--neutral--100);
  font-weight: 700;
}

.badge-secondary.category-badge.v1 {
  box-shadow: none;
  margin-right: 0;
}

.badge-secondary.category-badge.v2 {
  border-color: var(--neutral--100);
  color: var(--neutral--100);
  background-color: #0000;
}

.badge-secondary.category-badge.v2:hover, .badge-secondary.category-badge.v2.w--current {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
}

.input {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--800);
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  min-height: 60px;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
}

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

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

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

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

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

.input.button-inside {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 40%;
}

.input.button-inside.cs {
  max-width: 65%;
}

.input.button-inside.cs.nsl {
  color: var(--neutral--100);
  max-width: 65%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10%;
}

.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.white, .input.white:hover {
  color: var(--neutral--100);
}

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

.input.dark-mode {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 108px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.input.dark-mode.button-inside {
  padding-top: 16px;
  padding-right: 40%;
}

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

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

.input.cart-quantity-item {
  min-height: 38px;
}

.input.details {
  min-height: 62px;
}

.position-relative {
  position: relative;
}

.position-relative.social-gallery-card {
  height: 20rem;
}

.text-area {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--neutral--400);
  color: var(--neutral--800);
  background-color: #0000;
  min-width: 100%;
  max-width: 100%;
  min-height: 144px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 24px 0;
  font-size: 18px;
  line-height: 1.556em;
  transition: color .3s, border-color .3s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.style---avatars-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.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._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: 360px;
  max-width: 360px;
  height: 360px;
  max-height: 360px;
}

.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._208px {
  min-width: 208px;
  max-width: 208px;
  min-height: 208px;
  max-height: 208px;
}

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

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

.square-icon {
  object-fit: contain;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

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

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

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

.social-icon-square {
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  justify-content: center;
  align-items: center;
  width: 43px;
  min-width: 43px;
  height: 43px;
  min-height: 43px;
  font-size: 20px;
  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;
}

.social-icon-square.v1 {
  color: var(--neutral--100);
  background-color: #0000;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  transition: color .3s;
}

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

.social-icon-square.v2 {
  color: var(--neutral--800);
  background-color: #0000;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  transition: color .3s;
}

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

.line-rounded-icon {
  color: var(--neutral--100);
  font-family: Line Rounded Icons, sans-serif;
}

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

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

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

.line-rounded-icon.success-message-check.left {
  margin-bottom: 0;
  margin-right: 6px;
}

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

.line-rounded-icon.card-arrow-right {
  -webkit-text-stroke-width: .5px;
  margin-left: 6px;
}

.line-rounded-icon.pricing-arrow-down {
  -webkit-text-stroke-width: .5px;
}

.line-rounded-icon.arrow-diagonal-up {
  color: var(--neutral--800);
}

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

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

.line-square-icon.top-bar-close-icon {
  color: var(--neutral--800);
  cursor: pointer;
  align-items: center;
  padding: 20px 32px;
  font-size: 24px;
  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.link-icon-right {
  margin-left: 16px;
  display: inline-block;
}

.line-square-icon.link-icon-right.uppercase {
  margin-top: -6px;
}

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

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

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

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

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

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

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

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

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

.rich-text-v1 blockquote {
  background-image: url('../images/circle_floating.svg');
  background-position: -25% -250%;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.style---logo-wrapper {
  border-bottom: 1px solid var(--neutral--300);
  background-color: var(--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;
}

.container-default {
  max-width: 1316px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

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

.section.hero-page {
  background-image: linear-gradient(to bottom, white 49%, var(--accent--primary-1) 49%);
  padding-top: 110px;
  padding-bottom: 200px;
  overflow: hidden;
}

.section.cta-home-pages {
  background-image: linear-gradient(to bottom, var(--secondary--color-1) 25%, white 25%);
  padding-top: 0;
}

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

.section.hero.search-page {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.hero.v16 {
  padding-top: 87px;
  padding-bottom: 140px;
}

.section.hero.v9 {
  padding-top: 105px;
  padding-bottom: 0;
}

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

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

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

.section.hero.v13.podcast {
  padding-bottom: 70px;
}

.section.hero.v14 {
  padding-top: 70px;
  padding-bottom: 150px;
}

.section.hero.v6 {
  padding-top: 89px;
}

.section.hero.v5 {
  padding-top: 90px;
  padding-bottom: 64px;
}

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

.section.hero.v8 {
  padding-top: 88px;
  padding-bottom: 140px;
}

.section.hero.v10 {
  padding-top: 105px;
  padding-bottom: 120px;
}

.section.hero.v11 {
  padding-top: 80px;
  padding-bottom: 176px;
}

.section.hero.v15 {
  padding-top: 110px;
  padding-bottom: 0;
}

.section.hero.v17 {
  padding-top: 104px;
  padding-bottom: 80px;
}

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

.section.hero.v19 {
  padding-top: 160px;
  padding-bottom: 200px;
}

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

.section.hero.v2 {
  padding-top: 83px;
  padding-bottom: 0;
}

.section.hero.v1 {
  padding-top: 33px;
  padding-bottom: 0;
}

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

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

.section.hero.webinar {
  padding-top: 80px;
  padding-bottom: 0;
  overflow: visible;
}

.section.social-photo-section {
  background-color: var(--neutral--200);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

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

.section.overflow-hidden.no-bottom-padding {
  padding-bottom: 32px;
}

.section.overflow-hidden.padding-botom-last {
  padding-bottom: 80px;
}

.section.overflow-hidden.padding-botom-last.padding-top-0px {
  padding-top: 80px;
}

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

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

.section.bg-secondary-1.overflow-hidden.testimonial {
  background-color: var(--white-opacity-20);
  padding-top: 96px;
  padding-bottom: 96px;
}

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

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

.section.top-bottom-120px._800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section.position-relative.overflow-hidden.podcast {
  padding-bottom: 64px;
}

.section.position-relative.less-top-padding {
  padding-top: 112px;
}

.section.overflow-hidden-mbl.less-top-padding {
  padding-top: 80px;
}

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

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

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

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

.section.top-160px.position-relative.cta-contact {
  padding-bottom: 64px;
}

.section.bottom-176px {
  padding-bottom: 176px;
}

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

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

.section.contact {
  background-color: #fafeff;
  padding-top: 85px;
}

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

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

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

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

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

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

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

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

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

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

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

.elements---element-title {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  box-shadow: 0 2px 8px 0 var(--general--shadow-01);
  border-radius: 12px;
  margin-top: 80px;
  margin-bottom: 80px;
  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: 700;
  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: 700;
  line-height: 1.316em;
}

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

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

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

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

.heading-h4-size.display-price-text {
  margin-left: 3px;
}

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

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

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

.heading-h5-size.text-regular---color-neutral-700 {
  color: var(--neutral--700);
  font-weight: 400;
}

.heading-h5-size.display-price-text {
  margin-top: 6px;
  margin-left: 4px;
}

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

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

.header-wrapper.v3 {
  padding-top: 35px;
  padding-bottom: 35px;
}

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

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

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

.header-nav-link {
  color: var(--neutral--800);
  text-transform: none;
  padding: 0;
  font-size: 16px;
}

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

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

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

.header-nav-link.white-transparent {
  color: var(--neutral--100);
  transition: color .3s;
}

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

.header-nav-link.dark-mode {
  color: var(--neutral--100);
}

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

.header-nav-link.dark-mode.light-mode-tablet {
  font-size: 16px;
  font-weight: 400;
}

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

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

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

.header-nav-list-item.text-medium {
  font-weight: 500;
}

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

.dropdown-wrapper {
  font-size: 18px;
}

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

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

.dropdown-toggle.dark-mode {
  color: var(--neutral--100);
  flex-direction: row;
  font-size: 16px;
  font-weight: 400;
  transition: none;
}

.dropdown-toggle.dark-mode.light-mode---text-capitalize {
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 16px;
}

.dropdown-column-wrapper {
  background-color: #0000;
  min-width: 760px;
  padding: 10px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper.header-v2 {
  min-width: 340px;
  transform: translate(-30%);
}

.header-logo {
  width: 100%;
}

.header-logo.header-v2 {
  max-width: 186px;
}

.header-logo-link {
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  min-width: 220px;
  max-width: 220px;
  padding-left: 0;
  transition: transform .3s, color .3s;
  display: flex;
}

.header-logo-link:hover {
  transform: scale3d(.96, .96, 1.01);
}

.header-logo-link.left {
  margin-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

.btn-circle-primary.btn-circle-slider {
  border: 1px solid var(--accent--primary-1);
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

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

.btn-circle-primary.btn-circle-slider.left {
  margin-left: -24px;
}

.btn-circle-primary.btn-circle-slider.right {
  margin-right: -24px;
}

.btn-circle-primary.btn-circle-slider.left-v2 {
  border-color: var(--neutral--200);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  margin-left: -24px;
}

.btn-circle-primary.btn-circle-slider.left-v2:hover {
  border-color: var(--accent--primary-1);
  background-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

.btn-circle-primary.btn-circle-slider.right-v2 {
  margin-right: -24px;
}

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

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

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

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

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

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

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

.utility-page-wrap.not-found-utility-page {
  background-color: var(--secondary--color-1);
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 280px;
  overflow: hidden;
}

.utility-page-wrap.password-protected-utility-page {
  background-color: var(--secondary--color-1);
  min-height: auto;
  padding-top: 130px;
  padding-bottom: 160px;
  overflow: hidden;
}

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

.utility-page-content.not-found-page-content {
  max-width: 100%;
  margin-bottom: 0;
}

.utility-page-content.width-100 {
  max-width: 100%;
}

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

.utility-page-form.password-protected-utility-page {
  max-width: 100%;
}

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

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

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

.flex-vertical.cart-empty {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

.flex-horizontal.start.flex-wrap---gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
}

.flex-horizontal.start.case-study-card---stats {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
}

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

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

.flex-horizontal.gap-16px---flex-wrap-mbp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-horizontal.gap-column-16px---flex-wrap-tablet {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}

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

.flex-horizontal.gap-column-8px---flex-wrap {
  grid-column-gap: 8px;
  flex-wrap: wrap;
}

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

.flex-horizontal.gap-16px---flex-vertical-mbp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-horizontal.gap-col-24px-row-8px---flex-wrap-tablet {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.flex-horizontal.gap-16px---flex-vertical-mbl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-horizontal.gap-column-16px---flex-wrap {
  grid-column-gap: 16px;
  flex-wrap: wrap;
}

.footer-wrapper {
  position: relative;
  overflow-x: clip;
}

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

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

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

.footer-logo-wrapper {
  width: 100%;
  max-width: 186px;
}

.footer-top {
  z-index: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.footer-top.v1 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-top.v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
  display: flex;
}

.footer-bottom {
  z-index: 1;
  text-align: center;
  border-top: 2px solid #eff0f61a;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
}

.footer-bottom.v1 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  border-top: 0 #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-bottom.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  border-top: 0 #0000;
  justify-content: center;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 32px;
  display: flex;
}

.footer-bottom.v3 {
  padding-top: 44px;
  padding-bottom: 44px;
}

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

.success-message.newsletter {
  background-color: #ffffff14;
  border-radius: .75rem;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

.error-message.password {
  padding-left: 24px;
  padding-right: 24px;
}

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

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

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

.opacity-90 {
  opacity: .9;
}

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

._w-h-100.fit-cover.team-portrait---image {
  object-position: 50% 0%;
  flex: 1;
}

._w-h-100.about-service---featured-image {
  object-fit: cover;
  max-height: 672px;
}

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

.fit-cover._w-h-100.hero-v1-image {
  object-position: 50% 20%;
}

.fit-cover._w-h-100.layout-v1-image---left {
  object-position: 50% 30%;
}

.fit-cover._w-h-100.grow {
  flex: 1;
}

.fit-cover._w-h-100.layout-v2-image {
  object-position: 50% 30%;
}

.fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image {
  object-position: 50% 20%;
}

.fit-cover._w-h-100.full-image-v1 {
  max-height: 503px;
}

.fit-cover._w-h-100.v3-figure, .fit-cover._w-h-100.layout-top---image {
  object-position: 50% 20%;
}

.fit-cover._w-h-100.hero-v4-image {
  object-position: 90% 50%;
}

.fit-cover._w-h-100.circle-floating-19 {
  width: auto;
  max-width: none;
}

.fit-cover._w-h-100.service-single-image-full-width.contact {
  height: 100%;
}

.fit-cover._w-h-100.hero-v18---image {
  max-height: 738px;
}

.play-button-large {
  box-shadow: 0 24px 65px 0 var(--general--shadow-05);
  transform-style: preserve-3d;
  border-radius: 50%;
  width: 100%;
  min-height: 100%;
  transition: transform .3s;
}

.play-button-large:hover {
  transform: scale3d(.94, .94, 1.01);
}

.bg-overlay {
  z-index: 1;
  background-color: #00113d80;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

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

.lightbox-video-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 12%;
  max-width: 152px;
  display: flex;
}

.subtitle {
  color: var(--accent--primary-1);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.125em;
}

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

.logo-strip-image {
  width: 100%;
}

.logo-strip-image._01 {
  border-right: 1px solid var(--neutral--400);
  border-bottom: 1px solid var(--neutral--400);
}

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

.logo-strip-image._03 {
  border-bottom: 1px solid var(--neutral--400);
  border-left: 1px solid var(--neutral--400);
}

.logo-strip-image._04 {
  border-right: 1px solid var(--neutral--400);
}

.logo-strip-image._06 {
  border-left: 1px solid var(--neutral--400);
}

.logo-strip-image.logo-grid {
  width: auto;
  max-width: 100%;
}

.accordion-item-wrapper {
  border-top: 1px solid var(--neutral--400);
  border-bottom: 1px solid var(--neutral--400);
  cursor: pointer;
  transform-style: preserve-3d;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

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

.accordion-item-wrapper.first {
  border-top-style: none;
  padding-top: 0;
}

.accordion-item-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

.acordion-body {
  width: 100%;
}

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

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

.accordion-icon-wrapper {
  color: var(--neutral--800);
  -webkit-text-stroke-width: 2px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-top: 5px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 1em;
  display: flex;
}

.accordion-title {
  margin-bottom: 0;
  font-size: 18px;
}

.empty-state {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  outline-offset: 0px;
  text-align: center;
  border-radius: 11px;
  outline: 3px #6e7c91;
  padding: 26px 24px;
}

.empty-state.card-empty {
  background-color: #0000;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.empty-state.small {
  padding: 14px 20px;
  font-size: 16px;
}

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

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

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

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

.pd---content-inside-card.large {
  padding: 104px 80px;
}

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

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

.overflow-visible {
  overflow: visible;
}

.categories-badges-item-wrapper {
  grid-row-gap: 16px;
  flex-flow: wrap;
  display: flex;
}

.categories-badges-item-wrapper.vertical {
  flex-direction: column;
}

.categories-badges-wrapper {
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.categories-badges-wrapper.vertical {
  flex-direction: column;
}

.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 {
  color: var(--neutral--600);
  background-color: #0000;
  border-radius: 8px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

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

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

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

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

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

.cart-button.text-white {
  color: var(--neutral--100);
  transition: none;
}

.cart-button.text-white:hover {
  opacity: 1;
}

.cart-button.text-white.text-capitalize.bold {
  font-size: 16px;
  font-weight: 700;
}

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

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

.cart-quantity.color-neutral-100.quantity-bold {
  font-size: 16px;
  font-weight: 700;
  line-height: 1em;
}

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

.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-block-header {
  grid-column-gap: 20px;
  background-color: #0000;
  border-style: none;
  flex-wrap: wrap-reverse;
  padding: 0 0 20px;
}

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

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

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

.shipping-method {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: black black var(--neutral--400);
  color: var(--neutral--700);
  background-color: #0000;
  padding: 31px 0;
  font-size: 18px;
}

.shipping-method:last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

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

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

.order-item {
  border-bottom: 1px solid var(--neutral--400);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-item:last-child {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

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

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

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

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

.discounts-wrapper {
  background-color: #0000;
  border-style: none;
  margin-top: 32px;
  padding: 32px 0 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: 100px;
}

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

.image-home-link-wrapper {
  transform-style: preserve-3d;
  border-radius: 12px;
  flex: none;
  width: 100%;
  max-width: 422px;
  margin-left: 14px;
  margin-right: 14px;
  transition: transform .3s;
  overflow: hidden;
}

.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-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

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

.figma-file-image-wrapper {
  align-self: stretch;
  width: 52%;
}

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

.badge-home {
  border: 1px solid var(--neutral--400);
  background-color: var(--neutral--100);
  color: var(--neutral--800);
  border-radius: 40px;
  padding: 10px 22px 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1em;
  position: absolute;
  inset: 20px 20px auto auto;
}

.home-surprises-card {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

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

.cta-square-logo {
  box-shadow: 0 8px 28px 0 var(--general--shadow-03);
  border-radius: 22px;
  width: 100%;
  max-width: 80px;
  margin-bottom: 22px;
}

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

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

.cta-image-card {
  width: 1230px;
  max-width: 1230px;
  margin-top: 66px;
  margin-bottom: -48px;
}

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

.contact-wrapper {
  background-color: var(--neutral--200);
  color: var(--neutral--600);
  padding: 65px 6vw;
  text-decoration: none;
  position: relative;
}

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

.blog-author-grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 16px;
  display: grid;
}

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

.rich-text-v2 h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.115em;
}

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

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

.rich-text-v2 h6, .rich-text-v2 h5, .rich-text-v2 h4 {
  margin-top: 32px;
}

.rich-text-v2 strong {
  color: var(--neutral--800);
  font-weight: 400;
}

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

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

.icon {
  display: flex;
}

.close-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: transform .3s, color .3s;
  display: flex;
  overflow: hidden;
}

.close-button:hover {
  transform: scale(1.3);
}

.position-sticky {
  position: sticky;
}

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

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

.divider-2 {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.style---color-block-name-2 {
  color: #211f54;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.transition-color-none {
  transition: none;
}

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

.footer-bottom-link {
  color: var(--neutral--100);
  text-underline-offset: 4px;
  text-decoration: underline;
}

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

.footer-bottom-link.w--current {
  color: var(--neutral--100);
  text-underline-offset: 4px;
  text-decoration: underline;
}

.image-size._88px {
  min-width: 88px;
  max-width: 88px;
  min-height: 88px;
  max-height: 88px;
}

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

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

.card-picture {
  flex-direction: column;
  flex: 1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-picture.social-photo-author {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  min-width: 105px;
  max-width: 105px;
  min-height: 105px;
  max-height: 105px;
}

.card-picture.social-photo-card---image {
  min-height: 100%;
}

.card-picture.post-featured-v2---image {
  flex: 0 auto;
  align-self: stretch;
  width: 46%;
}

.card-picture.post-v1---image {
  flex: 0 auto;
}

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

.card-image.social-photo---image {
  flex: 1;
}

.card-image.case-study-card---image {
  flex: 1;
  max-height: 331px;
}

.card-image.post-featured-v1---image {
  flex: 1;
  max-height: 377px;
}

.card-image.post-featured-v2---image {
  flex: 1;
}

.card-image.case-study-image {
  max-height: 331px;
}

.card-image.post-v3---image {
  flex: 1;
  max-height: 377px;
}

.card-image.post-v1---image {
  max-height: 247px;
}

.card-image.blog-featured-v2---image {
  object-position: 50% 50%;
  min-height: 660px;
  max-height: 660px;
}

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

.card-icon-black-wrapper {
  width: 100%;
  max-width: 48px;
}

.card-icon-white-wrapper {
  width: 100%;
  max-width: 48px;
  display: none;
}

.card-blue-hover {
  background-color: var(--neutral--200);
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

.card-blue-hover.contact-wrapper {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: space-between;
  padding: 58px;
  display: flex;
}

.card-blue-hover.services-card {
  border: 1px solid var(--neutral--200);
  background-color: var(--neutral--100);
  padding: 100px 38px 54px;
  position: relative;
}

.card-blue-hover.services-card._01 {
  flex-direction: column;
  padding: 32px 32px 48px;
  display: flex;
}

.card-blue-hover.services-card._02 {
  flex-direction: column;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.card-blue-hover.services-card._03 {
  flex-direction: column;
  display: flex;
}

.card-blue-hover.consulting {
  border: 1px solid var(--neutral--300);
  background-color: var(--neutral--100);
  flex-direction: column;
  justify-content: space-between;
  padding: 2.5rem;
  transition: border-color .3s, color .3s;
  display: flex;
}

.card-blue-hover.consulting:hover {
  border-color: var(--neutral--800);
}

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

.card-paragraph.mg-bottom-24px.text-medium {
  font-weight: 500;
}

.card-blue-description.case-study-card---content-inside {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: .5rem;
  display: flex;
}

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

.card-title.heading-h4-size.mg-bottom-24px.color-neutral-100 {
  color: var(--neutral--100);
}

.loading-page-wrapper {
  z-index: 9999999;
  background-color: var(--neutral--100);
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-bar {
  background-image: linear-gradient(to bottom, var(--accent--primary-1), var(--accent--primary-1));
  border-radius: 999999px;
  min-height: 6px;
}

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

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

.arrow-large-right {
  font-family: Arrow Large Right, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  display: inline;
}

.arrow-large-right.link-icon-right {
  margin-left: 24px;
  display: inline;
}

.link {
  overflow-wrap: anywhere;
  text-decoration: none;
}

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

.link.color-neutral-100.text-underline {
  text-decoration: underline;
}

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

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

.link.color-neutral-700 {
  color: var(--neutral--700);
  font-weight: 400;
}

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

.link.color-neutral-700.text-underline {
  text-decoration: underline;
}

.link.navbar {
  color: var(--neutral--100);
  text-underline-offset: 4px;
  text-decoration: underline;
  display: inline-block;
}

.text-capitalize {
  letter-spacing: .96px;
  text-transform: uppercase;
  font-size: 16px;
}

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

.menu-list-item {
  margin-bottom: 16px;
  padding-left: 0;
  line-height: 1.2em;
}

.menu-list-item.last {
  margin-bottom: 0;
}

.circle-floating {
  min-width: 294px;
  max-width: 294px;
  min-height: 294px;
  max-height: 294px;
  position: absolute;
}

.circle-floating.footer-v1 {
  min-width: 23%;
  max-width: 23%;
  inset: -25% -12% 0 auto;
}

.circle-floating._02 {
  inset: -140px -112px auto auto;
}

.circle-floating._04 {
  inset: auto auto -166px 34%;
}

.circle-floating._05 {
  inset: auto auto -92px -48px;
}

.circle-floating._05.newsletter {
  bottom: -209px;
  left: -117px;
}

.circle-floating._07 {
  inset: -100px auto auto -142px;
}

.circle-floating._08 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% -120px -23%;
}

.circle-floating._09 {
  inset: auto -118px -153px auto;
}

.circle-floating._10 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: auto 0% -77px -54%;
}

.circle-floating._11 {
  inset: auto auto -50px -80px;
}

.circle-floating._12 {
  margin-left: auto;
  margin-right: auto;
  bottom: -73px;
  left: 0%;
  right: 0%;
}

.circle-floating._13 {
  inset: -114px -147px auto auto;
}

.circle-floating._14 {
  inset: -120px auto auto -142px;
}

.circle-floating._15 {
  z-index: auto;
  inset: auto auto -74px -82px;
}

.circle-floating._16 {
  margin-left: auto;
  margin-right: auto;
  inset: auto 0% -128px;
}

.circle-floating._17 {
  inset: -104px auto auto -148px;
}

.circle-floating._18 {
  inset: auto -136px -105px auto;
}

.circle-floating._19 {
  justify-content: flex-end;
  min-width: 230px;
  max-width: 230px;
  display: flex;
  inset: -126px auto 0% 0%;
  overflow: hidden;
}

.circle-floating._22 {
  z-index: -1;
  inset: auto -12% -16% auto;
}

.circle-floating._23 {
  inset: -77px auto auto -109px;
}

.circle-floating.small {
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
}

.circle-floating.small.big-number {
  z-index: 0;
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  inset: -6px -6px auto auto;
}

.circle-floating._24 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  inset: -122px 0% auto -13%;
}

.circle-floating._26 {
  inset: auto -58px -90px auto;
}

.circle-floating._27 {
  inset: auto auto -166px -150px;
}

.circle-floating.layout-02---shape {
  z-index: -1;
  inset: -108px 392px auto auto;
}

.circle-floating._30 {
  inset: -120px -120px auto auto;
}

.circle-floating._31 {
  inset: auto auto -90px -135px;
}

.circle-floating._32 {
  inset: auto -120px -104px auto;
}

.circle-floating.layout-v1---shape {
  inset: auto -120px -94px auto;
}

.circle-floating.v1-full-width---shape {
  top: 74px;
  left: -20%;
}

.circle-floating.solid-shape-v1 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 231px;
  max-width: 231px;
  min-height: 231px;
  max-height: 231px;
  display: flex;
  inset: -74px 30% auto auto;
}

.circle-floating.solid-shape-v2 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 231px;
  max-width: 231px;
  min-height: 231px;
  max-height: 231px;
  display: flex;
  inset: -74px 36% auto auto;
}

.circle-floating.solid-shape-v3 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 231px;
  max-width: 231px;
  min-height: 231px;
  max-height: 231px;
  display: flex;
  inset: -74px 86px auto auto;
}

.circle-floating.cta-circle {
  inset: auto auto -136px 74px;
}

.circle-floating._0-2-1 {
  inset: -154px -112px auto auto;
}

.circle-floating.solid-shape-v4 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 203px;
  max-width: 203px;
  min-height: 203px;
  max-height: 203px;
  display: flex;
  inset: -87px 16% auto auto;
}

.circle-floating.solid-shape-v5 {
  background-color: var(--accent--primary-1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 203px;
  max-width: 203px;
  min-height: 203px;
  max-height: 203px;
  display: flex;
  inset: -154px -86px auto auto;
}

.circle-floating._07-1 {
  inset: -159px auto auto -211px;
}

.white-opacity-20 {
  background-color: var(--white-opacity-20);
}

.bg-floating-content {
  z-index: -1;
  background-color: var(--system--blue-400);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-floating-content.top {
  height: 50%;
  inset: 0% 0% auto;
}

.bg-floating-content.top.blog-v1-bg-content {
  height: 56%;
  min-height: 650px;
}

.bg-floating-content.top.blog-v1-bg-content.podcast {
  min-height: 542px;
}

.bg-floating-content.top.blog-category-bg-content {
  height: 640px;
}

.bg-floating-content.top.contact-v2-bg-hero {
  background-color: var(--secondary--color-1);
  height: 62%;
}

.bg-floating-content.top.contact-v2-bg-section {
  height: 72%;
}

.bg-floating-content.top.contact-v1-bg-hero {
  z-index: 0;
  height: 70.5%;
  overflow: hidden;
}

.bg-floating-content.top.contact-v1-bg-hero.contact {
  height: 60vh;
  min-height: 760px;
}

.bg-floating-content.top.contact-v3-bg-hero {
  height: 57%;
  overflow: hidden;
}

.bg-floating-content.top.services-bg-hero {
  background-color: var(--secondary--color-1);
  height: 52%;
  min-height: 600px;
  overflow: hidden;
}

.bg-floating-content.top.service-single-bg-content {
  align-items: flex-end;
  height: auto;
  display: flex;
  bottom: 73px;
  overflow: hidden;
}

.bg-floating-content.top.packages-bg-content {
  height: 729px;
  overflow: hidden;
}

.bg-floating-content.top.v11-bg-content {
  justify-content: center;
  align-items: flex-end;
  height: 73%;
  min-height: 600px;
  display: flex;
  overflow: hidden;
}

.bg-floating-content.top.v15-bg-content {
  height: auto;
  bottom: 425px;
}

.bg-floating-content.top.case-studies-bg-content {
  background-color: var(--neutral--800);
  height: 46%;
  min-height: 720px;
}

.bg-floating-content.top.case-studie-single-bg-content {
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  display: flex;
  bottom: 224px;
  overflow: hidden;
}

.bg-floating-content.top.bg-content-v1 {
  background-color: var(--secondary--color-1);
  height: 50%;
}

.bg-floating-content.top.v2-bg-content-hero {
  height: auto;
  bottom: 250px;
}

.bg-floating-content.top.v1-bg-hero {
  background-color: var(--system--blue-400);
  height: 93%;
}

.bg-floating-content.top.engage {
  background-color: var(--neutral--800);
  height: 52%;
  min-height: 600px;
  overflow: hidden;
}

.bg-floating-content.top.cta {
  background-color: var(--neutral--800);
  height: 72%;
  top: auto;
  bottom: 0;
}

.bg-floating-content.top.consulting {
  background-color: var(--neutral--800);
  height: 40%;
  min-height: 640px;
}

.bg-floating-content.top.webinar {
  justify-content: flex-end;
  align-items: flex-end;
  height: 60vh;
  min-height: 700px;
  display: flex;
  bottom: 224px;
  overflow: hidden;
}

.bg-floating-content.blog-v3-bg-hero {
  background-color: var(--secondary--color-1);
}

.bg-floating-content.bottom {
  height: 50%;
  inset: auto 0% 0%;
}

.bg-floating-content.bottom._50 {
  background-color: var(--secondary--color-1);
  height: 50%;
}

.bg-floating-content.bottom.bg-content-v1 {
  background-color: var(--secondary--color-1);
  height: 37%;
}

.bg-floating-content.not-found-bg-content {
  background-color: var(--secondary--color-1);
}

.bg-floating-content.v3-bg-card {
  z-index: -2;
}

.bg-floating-content.team-member-bg-content {
  height: 700px;
}

.bg-floating-content.project-execution-bg-content {
  display: none;
}

.bg-floating-content.utility-main-bg-content {
  background-color: var(--secondary--color-1);
}

.line {
  background-color: var(--accent--primary-1);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.line.right {
  right: auto;
}

.line.left {
  left: auto;
}

.line-wrapper {
  width: 48px;
  height: 2px;
  position: relative;
  overflow: hidden;
}

.card-description.post-card-description.post-featured-v1---content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 38px 38px 46px;
  display: flex;
}

.card-description.post-card-description.post-featured-v2---content-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 98px 40px 77px;
  display: flex;
}

.card-description.post-card-description.post-v3---content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 38px 38px 46px;
  display: flex;
}

.card-description.post-card-description.post-v1---description {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px 26px 32px;
  display: flex;
}

.card-description.case-study-description {
  padding: 50px 54px;
}

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

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

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

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

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

.card-circle {
  border: 1px solid var(--neutral--500);
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 54px;
  max-width: 54px;
  min-height: 54px;
  max-height: 54px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.cta-section {
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v1 {
  padding-bottom: 160px;
}

.cta-inner-section {
  background-color: var(--system--blue-400);
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.cta-inner-section._02 {
  padding: 142px 40px 122px;
}

.cta-inner-section._03 {
  background-color: #0000;
  padding-top: 180px;
  padding-bottom: 200px;
  padding-left: 40px;
  overflow: visible;
}

.cta-inner-section.v1 {
  background-color: #0000;
  padding: 128px 40px 128px 0;
  overflow: visible;
}

.cta-inner-section.v2 {
  padding: 124px 40px 140px;
}

.cta-inner-section.v3 {
  padding: 2.5rem 1.5rem;
}

.show-in-tablet {
  display: none;
}

.inner-floating-circle {
  margin-left: -300px;
}

.inner-floating-circle._04 {
  margin-bottom: -78px;
  margin-left: 0;
  margin-right: -9%;
}

.inner-floating-circle._02 {
  margin-bottom: -90px;
  margin-left: 0;
  margin-right: -110px;
}

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

.hero-section {
  position: relative;
}

.hero-section.webinar {
  position: static;
}

.full-width-wrapper {
  width: 100%;
  position: relative;
}

.full-width-wrapper.service-single-image-full-width-wrapper {
  max-width: 652px;
  min-height: 626px;
  max-height: 626px;
}

.full-width-wrapper.pricing-single-full-width-wrapper {
  flex-direction: column;
  min-height: 802px;
  max-height: 802px;
  display: flex;
}

.full-width-wrapper.hero-v18-full-width-wrapper {
  flex-direction: column;
  min-height: 738px;
  display: flex;
}

.full-width-wrapper.about-full-width-wrapper {
  z-index: 1;
  max-width: 664px;
  min-height: 665px;
}

.full-width-wrapper.layout---image-right-full-width-wrapper {
  z-index: 1;
  min-height: 632px;
}

.full-width-wrapper.layout---image-left-full-width-wrapper {
  max-width: 700px;
  min-height: 632px;
}

.full-width-wrapper.v2-full-width-wrapper {
  z-index: 1;
  flex-direction: column;
  min-height: 536px;
  max-height: 536px;
  display: flex;
}

.full-width-wrapper.layout-v1 {
  max-width: 708px;
  min-height: 632px;
  max-height: 632px;
}

.full-width-wrapper.layout-bottom---image-wrapper {
  max-width: 587px;
}

.full-width-wrapper.v1-full-width-wrapper {
  max-width: 533px;
  min-height: 755px;
  max-height: 755px;
}

.full-width-wrapper.why-me-full-width-wrapper-v2 {
  min-height: 755px;
}

.full-width-wrapper.why-me-full-width-wrapper-v2.why {
  justify-content: center;
  align-items: center;
  display: flex;
}

.full-width-wrapper.layout-top---image-wrapper {
  max-width: 620px;
}

.full-width {
  border-radius: 16px;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.full-width.right {
  inset: 0% auto 0% 0%;
}

.full-width.right.service-single-image-full-width {
  width: 52dvw;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.full-width.right.page-single-full-width {
  flex: 1;
  width: 100dvw;
}

.full-width.right.hero-v4-full-width-right {
  width: 100dvw;
}

.full-width.right.layout---image-right-full-width, .full-width.right.layout-top---image-wrapper {
  width: 50dvw;
}

.full-width.right.cta-v2 {
  z-index: -1;
  background-color: var(--system--blue-400);
}

.full-width.right.v1-full-width {
  z-index: 1;
  width: 50vw;
  max-width: 662px;
  position: absolute;
}

.full-width.left {
  inset: 0% 0% 0% auto;
}

.full-width.left.hero-v18-full-width {
  flex: 1;
}

.full-width.left.case-studies-single-full-width {
  background-color: var(--system--blue-400);
  width: 100dvw;
  overflow: hidden;
}

.full-width.left.hero-v4-full-width {
  z-index: -1;
  background-color: var(--system--blue-400);
}

.full-width.left.about-full-width-v1 {
  width: 52dvw;
}

.full-width.left.layout---image-left-full-width {
  width: 58dvw;
}

.full-width.left.v2-full-width {
  flex-direction: column;
  flex: 1;
  width: 99dvw;
  display: flex;
}

.full-width.left.layout-v1-image---left {
  width: 56vw;
}

.full-width.left.layout-v2-image {
  width: 52vw;
  padding-right: 80px;
}

.full-width.left.v1-cta {
  z-index: -1;
  background-color: var(--system--blue-400);
}

.full-width.left.layout-bottom---image-wrapper {
  width: 50dvw;
}

.full-width.left.webinar {
  flex: 1;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-self-bottom.width-100-mbp.button-wrap {
  flex: none;
}

.align-self-bottom.width-100-mbl.button-wrap {
  flex: none;
  margin-left: 16px;
}

.figure {
  border-radius: 16px;
  overflow: hidden;
}

.figure.v3-figure {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  width: 100%;
  height: 100%;
}

.figure.layout-v1-image---right {
  z-index: 1;
  flex-direction: column;
  width: 100%;
  max-width: 498px;
  min-height: 503px;
  max-height: 503px;
  display: flex;
  position: relative;
}

.figure.video-player {
  flex-direction: column;
  max-height: 639px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.figure.team-portrait {
  flex-direction: column;
  min-height: 699px;
  display: flex;
}

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

.package-card-features {
  flex-direction: column;
  flex: 1;
  padding-top: 32px;
  display: flex;
  overflow: hidden;
}

.package-card-body {
  background-color: #0000;
  flex: 1;
  width: 100%;
  padding-top: 40px;
  position: static;
}

.check-circle {
  border: 1px solid var(--neutral--400);
  color: var(--neutral--800);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 22px;
  max-width: 22px;
  min-height: 22px;
  max-height: 22px;
  margin-top: -3px;
  font-size: 12px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
}

.check-circle.bg-accent-1 {
  border-color: var(--accent--primary-1);
  color: var(--neutral--100);
}

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

.arrow-large-right-wrapper {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 60px;
  min-width: 60px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header-container {
  position: relative;
}

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

.inner-section {
  position: relative;
  overflow: hidden;
}

.inner-section.v3 {
  padding-top: 48px;
  overflow: visible;
}

.half-bg-image {
  width: 50%;
  height: 100%;
  position: absolute;
}

.half-bg-image.left {
  inset: 0% auto 0% 0%;
}

.half-bg-image.left.v3-half-bg {
  z-index: -3;
  width: 56dvw;
  overflow: hidden;
}

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

.slider-mask {
  height: 100%;
}

.slider-mask.case-studios-slider-mask {
  max-width: 614px;
  overflow: visible;
}

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

.slider-nav {
  height: auto;
  min-height: auto;
  max-height: 14px;
  margin-top: 24px;
  padding-top: 0;
  font-size: 14px;
  line-height: 1em;
  position: static;
}

.arrow-floating {
  position: absolute;
}

.arrow-floating.arrow-diagonal-service {
  font-size: 24px;
  font-weight: 500;
  inset: 26px 22px auto auto;
}

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

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

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

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

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

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

.grid-5-columns.process-grid-2-col {
  grid-column-gap: 40px;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
}

.grid-5-columns.logo-strip {
  grid-template-columns: auto auto auto auto auto;
  place-content: center space-between;
  place-items: center;
  max-width: 1192px;
  margin-left: auto;
  margin-right: auto;
}

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

.marquee-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marquee-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center start;
  min-width: 1316px;
  display: grid;
}

.marquee-row.testimonial-marquee-row {
  grid-column-gap: 40px;
  align-items: start;
  min-width: 2220px;
  padding-right: 40px;
}

.popup-floating {
  border: 1px solid var(--neutral--200);
  border-radius: 16px;
  max-width: 410px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 4px 4px #2c85ed0f, 0 1px 1px #19213d0a;
}

.popup-floating._01 {
  inset: auto 38px 213px auto;
}

.popup-floating._02 {
  inset: auto 0 50px auto;
}

.cta-description._01 {
  padding-top: 162px;
}

.testimonial-card-marquee {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 60px;
}

.card-sales-wrapper {
  max-width: 66%;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap-anywhere {
  overflow-wrap: anywhere;
}

.cart-container {
  background-color: var(--neutral--100);
  border-radius: 16px;
}

.not-found-image {
  width: 100%;
  max-width: 637px;
}

.loading-main-page-wrapper {
  z-index: 9999999;
  background-color: var(--neutral--100);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.logo-rectangle {
  background-color: var(--accent--primary-1);
  min-width: 100px;
  max-width: 100px;
  min-height: 100px;
  max-height: 100px;
}

.logo-rectangle.opacity-0 {
  opacity: 0;
}

.logo-rectangle-wrapper {
  overflow: hidden;
}

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

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

.text-area-wrapper {
  min-width: 100%;
  max-width: 100%;
}

.style-guide-logo {
  transform-style: preserve-3d;
  width: 100%;
  max-width: 200px;
  transition-property: transform;
}

.style-guide-logo:hover {
  transform: scale3d(.96, .96, 1.01);
}

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

.figma-file-image {
  object-fit: cover;
  object-position: 0% 0%;
  width: 100%;
  min-height: 100%;
}

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

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

.cart-list {
  padding: 0;
}

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

.cart-item:last-child {
  border-bottom-style: none;
}

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

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

.cart-item-title {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
  text-decoration: none;
}

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

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

.layout-v1-content-right {
  width: 100%;
  max-width: 498px;
  padding-top: 43px;
}

.layout-v1-content-left {
  max-width: 638px;
}

.height-100 {
  height: 100%;
}

.social-gallery-card---wrapper {
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.case-study-card---content-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.marquee-row-logo {
  max-width: 80%;
}

.testimonial-card-v1---icon {
  width: 100%;
  max-width: 41px;
}

.post-featured-v2---content {
  width: 100%;
  max-width: 434px;
}

.grow {
  flex: 1;
}

.grow-none {
  flex: none;
}

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

.layout-top---main-content {
  max-width: 540px;
  padding-bottom: 190px;
}

.layout-top---main-content.podcast {
  padding-bottom: 0;
}

.layout-bottom---main-content {
  padding-top: 190px;
}

.layout-bottom---main-content.writing {
  padding-top: 48px;
}

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

.big-number-top---content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-v2-content {
  min-width: 440px;
  max-width: 541px;
}

.title-center---left-mbl {
  text-align: center;
  align-items: center;
}

.hero-v4-wrapper {
  padding-top: 115px;
  position: relative;
}

.resume-card---content {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.resume-card---content-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.pd-top-75px {
  padding-top: 75px;
}

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

.display-price-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

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

.feature-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.package-card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  max-width: 315px;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.package-card-body---item {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding-bottom: 2px;
  display: flex;
}

.package-card-features---dropdown {
  width: 100%;
}

.page-display-price-wrapper {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

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

.add-cart-top {
  margin-bottom: 32px;
}

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

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

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

.mg-bottom--32px._800px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

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

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

.shipping-method-wrap {
  margin-left: 0;
}

.order-item-title {
  color: var(--neutral--800);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
  text-decoration: none;
  display: inline-block;
}

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

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

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

.services_list.podcast {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.services_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.services_item.podcast {
  justify-content: flex-start;
  align-items: flex-start;
}

.services_icon {
  color: var(--accent--primary-1);
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
}

.services_item-label {
  line-height: 1em;
}

.services_item-label.podcast {
  line-height: 1.5em;
}

.disclaimer {
  margin-top: 1rem;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4em;
}

.consulting-logo-wrapper {
  min-height: 3rem;
  max-height: 3rem;
}

.consulting-logo {
  height: 100%;
  max-height: 3rem;
}

.code-embed {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.form-header {
  color: var(--neutral--800);
  margin-bottom: 1.25rem;
  font-size: 24px;
  font-weight: 700;
}

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

.hide {
  display: none;
}

.margin-bottom-1rem {
  margin-bottom: 1.5rem;
}

.form-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.podcast-cover._01 {
  width: 32px;
  max-width: 32px;
  height: 32px;
  max-height: 32px;
}

.podcast-cover._02 {
  width: 48px;
  max-width: 48px;
  height: 48px;
  max-height: 48px;
}

.podcast-cover._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.podcast-cover._06 {
  width: 160px;
  max-width: 160px;
  height: 160px;
  max-height: 160px;
}

.podcast-cover._07 {
  width: 240px;
  max-width: 240px;
  height: 240px;
  max-height: 240px;
}

.podcast-cover._08 {
  width: 360px;
  max-width: 360px;
  height: 360px;
  max-height: 360px;
}

.podcast-cover._03 {
  width: 64px;
  max-width: 64px;
  height: 64px;
  max-height: 64px;
}

.podcast-cover._04 {
  width: 80px;
  max-width: 80px;
  height: 80px;
  max-height: 80px;
}

.podcast-cover._208px {
  min-width: 208px;
  max-width: 208px;
  min-height: 208px;
  max-height: 208px;
}

.podcast-cover._64px {
  aspect-ratio: 16 / 9;
  border-radius: 0%;
  width: 240px;
  max-width: 240px;
}

.logo_cs {
  max-width: 300px;
}

.padding-2rem {
  margin-top: 4rem;
}

.js-clock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number {
  color: var(--neutral--800);
  font-size: 6rem;
  font-weight: 400;
  line-height: 70px;
}

.clock-label {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.mark {
  filter: saturate(70%) hue-rotate(193deg);
  flex: none;
  width: 40px;
  max-width: none;
}

.image {
  vertical-align: middle;
}

.image.hide-desktop {
  display: none;
}

.form-wrap {
  position: relative;
}

.form-wrap.social-gallery-card {
  height: 20rem;
}

.form-wrap.form {
  display: flex;
}

.bg-container {
  background-color: var(--neutral--800);
  width: 100%;
  height: 56%;
  min-height: 650px;
}

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

.container {
  position: static;
}

.hero-sub-text {
  color: var(--neutral--300);
  margin-bottom: 0;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

._800px {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: inline-grid;
}

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

.topbar {
  background-color: var(--accent--primary-1);
  padding: .5rem 1rem;
}

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

.topbar_content {
  color: var(--neutral--100);
  text-align: center;
  font-size: 16px;
}

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

.card---author-avatar-container {
  border-radius: 100%;
  align-self: center;
  min-width: 170px;
  max-width: 170px;
  min-height: 170px;
  max-height: 170px;
  margin-bottom: 12px;
  overflow: hidden;
  transform: translate(0);
}

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

.social-links-container {
  grid-column-gap: 16px;
  display: flex;
}

.social-links-container.gap-column-8px {
  grid-column-gap: 8px;
  justify-content: center;
}

.social-icon-circle {
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 36px;
  min-width: 36px;
  height: 36px;
  min-height: 36px;
  text-decoration: none;
  transition: transform .35s cubic-bezier(.322, 1.972, .778, 1.58);
  display: flex;
}

.social-icon-circle:hover {
  color: #fff;
  transform: scale3d(1.06, 1.06, 1.01);
}

.social-icon-circle._32px {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.sticky-top {
  border-radius: 1rem;
  padding: 24px;
  position: sticky;
  top: 24px;
}

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

.text-size-large {
  font-size: 30px;
  line-height: 1.8em;
}

.seats-remaining {
  margin-top: .75rem;
  font-size: 16px;
}

.display-none {
  display: none;
}

.testimonial_img {
  border-radius: 99%;
  width: 50px;
  margin-top: 0;
  margin-bottom: auto;
}

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

.wrap.vertical {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
}

.hidden {
  display: none;
}

@media screen and (min-width: 1440px) {
  .grid-2-columns.form {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.footer-grid-2-col.v1 {
    grid-column-gap: 114px;
    grid-template-columns: 1fr;
  }

  .card.contact-form-wrapper-v2 {
    padding-left: 80px;
    padding-right: 80px;
  }

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

  .display-2.display-price {
    font-size: 52px;
  }

  .grid-3-columns.style---buttons-grid {
    grid-column-gap: 70px;
  }

  .inner-container._448px._100-tablet {
    max-width: 70%;
  }

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

  .btn-primary.header-btn {
    padding-left: 24px;
    padding-right: 24px;
  }

  .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 {
    max-width: 46px;
    margin-right: 14px;
  }

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

  .section.hero.v15 {
    padding-top: 132px;
  }

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

  .contact-wrapper {
    padding-left: 98px;
    padding-right: 98px;
  }

  .bg-floating-content.top.consulting {
    max-height: 720px;
  }

  .bg-floating-content.top.webinar {
    height: 50vh;
    min-height: 700px;
  }

  .full-width-wrapper.layout-bottom---image-wrapper {
    min-height: 502px;
  }

  .full-width.right.v1-full-width {
    width: 46vw;
    max-width: none;
  }

  .hero-sub-text.mg-bottom-24px {
    margin-bottom: 24px;
  }

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

@media screen and (min-width: 1920px) {
  .style---heading {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .style---content-wrapper {
    padding-left: 8vw;
    padding-right: 8vw;
  }

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

  .image-home-link-wrapper {
    max-width: 560px;
  }

  .full-width.right.v1-full-width {
    width: 50vw;
  }

  .half-bg-image.left.v3-half-bg {
    max-width: 51dvw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 32px;
  }

  blockquote {
    padding: 90px 80px;
    font-size: 20px;
  }

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

  .grid-2-columns.gap-40px.case-studies-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-40px.alt---responsive {
    grid-column-gap: 28px;
  }

  .grid-2-columns.gap-40px.case-studies-page-grid {
    grid-row-gap: 54px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 40px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr .6fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-bottom: 100px;
  }

  .grid-2-columns.style---styleguide-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.team-member-grid-2-col {
    text-align: left;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: start;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
  }

  .grid-2-columns.footer-grid-2-col.v1 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.menu-grid-2-col-wrapper.footer-v1 {
    grid-template-columns: 1fr .5fr;
    max-width: 100%;
  }

  .grid-2-columns.menu-grid-2-col.v1, .grid-2-columns.menu-grid-2-col.headers {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.cta-grid-2-col.v2 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .grid-2-columns.blog-grid-2-col._01 {
    grid-template-columns: .5fr 1fr;
  }

  .grid-2-columns.blog-grid-2-col._40px {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-grid-2-col.author-grid {
    grid-column-gap: 40px;
  }

  .grid-2-columns.contact-grid-2-col.v1 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.faq-grid-2-col, .grid-2-columns.hero-grid-2-cols.service-single-hero, .grid-2-columns.hero-grid-2-cols.package-single-hero {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-grid-2-cols.not-found-grid-2-col {
    grid-template-columns: 1fr .75fr;
  }

  .grid-2-columns.hero-grid-2-cols.hero-v4, .grid-2-columns.hero-grid-2-cols.v3-hero {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-grid-2-cols.v1-hero {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-left-grid-2-col.title-left---card {
    grid-template-columns: 1fr 2fr;
    margin-right: 0;
  }

  .grid-2-columns.v3-grid-2-col.layout---image-right {
    grid-template-columns: 1fr .75fr;
  }

  .grid-2-columns.v3-grid-2-col._03 {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v3-grid-2-col._05 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v2-grid-2-col.layout-top {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v2-grid-2-col.layout-bottom {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .grid-2-columns.v2-grid-2-col.post-layout {
    grid-column-gap: 24px;
  }

  .grid-2-columns._1fr---auto.cta-v1-grid {
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v1-grid-2-col.layout-02 {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v1-grid-2-col.layout-v1 {
    grid-row-gap: 40px;
    grid-template-columns: 1.1fr 1fr;
  }

  .grid-2-columns.social-photo-user---grid {
    grid-template-columns: minmax(190px, .3fr) 1fr;
  }

  .grid-2-columns.blog-featured-grid-2-col-v1 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.layout-top-grid-2-col {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-full-grid, .grid-2-columns.blog-grid-v1, .grid-2-columns.blog-grid-v2 {
    grid-template-columns: 1fr;
  }

  .card.checkout-block {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.figma-file {
    flex-direction: column;
    overflow: hidden;
  }

  .card.sales-page.last {
    width: 48.5%;
  }

  .card.buy-now {
    border-radius: 32px;
  }

  .card.social-photo-user {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.faq-card {
    max-width: 100%;
  }

  .card.package-card {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card.add-cart {
    padding: 60px 50px;
    display: flex;
  }

  .card.page-not-found-card {
    padding: 58px 40px;
  }

  .card.password-protected-card {
    padding: 115px 60px;
  }

  .card.hero-v4-card {
    padding: 60px;
  }

  .card.v3-hero-card {
    padding: 80px 60px;
  }

  .card.testimonial-card._01 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.process-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: left;
    flex-direction: row;
    padding: 60px;
  }

  .card.process-card._01 {
    margin-top: 60px;
  }

  .card.dropdown-card {
    box-shadow: none;
    background-color: #0000;
    border: 0 #0000;
    border-radius: 0;
    padding: 0;
  }

  .card.post-featured-v2 {
    flex-direction: column;
  }

  .card.contact-form-v1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .card.post-v1._3-posts---item {
    flex-direction: row;
    align-items: center;
  }

  .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.card-post-divider {
    width: 40px;
  }

  .divider._100px {
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

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

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

  .mg-right-24px.mg-bt-16px {
    margin-bottom: 16px;
    margin-right: 0;
  }

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

  .display-1 {
    font-size: 52px;
  }

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

  .display-2, .display-2.display-price {
    font-size: 42px;
  }

  .display-3 {
    font-size: 32px;
  }

  .display-4 {
    font-size: 26px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 140px;
  }

  .paragraph-large {
    font-size: 20px;
  }

  .text-400 {
    font-size: 22px;
  }

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

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

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

  .grid-3-columns.card-logos {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .grid-3-columns.footer-grid-3-col {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-3-columns.gap-column-40px---row-32px.process-grid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.blog-grid-v1 {
    grid-template-columns: 1fr 1fr;
  }

  .style---heading {
    min-height: auto;
    margin-bottom: 60px;
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .inner-container._100-tablet {
    max-width: 100%;
  }

  .inner-container._664px.width-100._100-tablet.contact-side-bar {
    position: static;
  }

  .inner-container.big-number {
    max-width: 60px;
  }

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

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

  .inner-container.hero-v1-content {
    max-width: 100%;
    padding-top: 0;
  }

  .inner-container.cta-v1---title-content {
    min-width: auto;
    max-width: 696px;
  }

  .inner-container._550px---tablet {
    max-width: 550px;
  }

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

  .inner-container._184px---tablet {
    max-width: 184px;
  }

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

  .inner-container.post-featured-v2---inner {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

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

  .inner-container._750px---tablet {
    max-width: 750px;
  }

  .inner-container._650px---tablet {
    max-width: 650px;
  }

  .inner-container.images {
    flex-flow: row;
  }

  .style---content-heading {
    margin-bottom: 60px;
    padding: 32px;
  }

  .btn-primary.large {
    padding-left: 52px;
    padding-right: 52px;
  }

  .btn-secondary.large {
    padding: 26px 52px 22px;
  }

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

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

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

  .line-square-icon.top-bar-close-icon {
    padding: 18px 24px;
  }

  .style---dropdown-wrapper-sidebar {
    display: none;
  }

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

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

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

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

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

  .section.cta-home-pages {
    background-image: linear-gradient(to bottom, var(--secondary--color-1) 60%, white 60%);
  }

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

  .section.hero.v9 {
    padding-top: 70px;
  }

  .section.hero.v20 {
    padding-top: 40px;
  }

  .section.hero.v12, .section.hero.v13 {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section.hero.v14 {
    padding-top: 60px;
    padding-bottom: 130px;
  }

  .section.hero.v6, .section.hero.v5 {
    padding-top: 70px;
  }

  .section.hero.v7 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

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

  .section.hero.v10 {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.hero.v11 {
    padding-top: 70px;
    padding-bottom: 124px;
  }

  .section.hero.v15 {
    padding-top: 70px;
  }

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

  .section.hero.v18 {
    padding-top: 70px;
  }

  .section.hero.v19 {
    padding-top: 100px;
    padding-bottom: 168px;
  }

  .section.hero.v2, .section.hero.v1 {
    padding-top: 60px;
  }

  .section.hero.page-hero {
    padding-top: 70px;
    padding-bottom: 100px;
  }

  .section.hero.webinar {
    padding-top: 70px;
  }

  .section.top-bottom-160px, .section.top-bottom-140px {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .section.top-160px {
    padding-top: 120px;
  }

  .section.bottom-176px {
    padding-bottom: 124px;
  }

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

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

  .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-h5-size.display-price-text {
    margin-top: 4px;
    margin-left: 2px;
  }

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

  .header-wrapper.v3 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header-nav-menu-wrapper {
    background-color: var(--neutral--200);
    padding: 24px 24px 40px;
  }

  .header-nav-menu-list {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

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

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

  .header-nav-list-item.show-in-tablet.header-menu-btn {
    margin-top: 35px;
    margin-bottom: 0;
  }

  .header-nav-list-item.show-in-tablet.text-bold {
    margin-bottom: 18px;
  }

  .header-nav-list-item.text-medium.left {
    padding-right: 0;
  }

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

  .dropdown-toggle.dark-mode.light-mode---text-capitalize {
    color: var(--neutral--800);
  }

  .dropdown-toggle.light-mode-tablet {
    color: var(--neutral--800);
    transition: none;
  }

  .dropdown-column-wrapper {
    box-shadow: none;
    min-width: auto;
    padding: 0;
    transform: none;
  }

  .dropdown-column-wrapper.w--open {
    position: static;
  }

  .dropdown-column-wrapper.header-v2 {
    transform: none;
  }

  .header-logo-link {
    min-width: auto;
  }

  .header-logo-link.left {
    margin-right: 32px;
  }

  .hamburger-menu-wrapper {
    background-color: var(--accent--primary-1);
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    margin-left: 24px;
    transition: transform .3s;
    display: flex;
    overflow: hidden;
  }

  .hamburger-menu-wrapper:hover {
    transform: scale3d(1.05, 1.05, .01);
  }

  .hamburger-menu-wrapper.w--open {
    background-color: var(--accent--primary-1);
  }

  .hamburger-menu-bar {
    width: 21px;
    height: 3px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .hamburger-menu-bar.top.bg-neutral-100, .hamburger-menu-bar.bottom.bg-neutral-100 {
    background-color: var(--neutral--100);
  }

  .hamburger-menu-bar.white {
    background-color: var(--neutral--300);
  }

  .header-middle.v2 {
    margin-right: auto;
  }

  .header-left-side.flex-growth-tablet {
    flex: 1;
  }

  .utility-page-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .utility-page-wrap.not-found-utility-page {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 230px;
  }

  .utility-page-wrap.password-protected-utility-page {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .flex-horizontal.space-between.gap-16px---flex-wrap.center---tablet {
    flex-direction: column;
  }

  .flex-horizontal.gap-column-16px---flex-wrap-tablet {
    flex-wrap: wrap;
  }

  .flex-horizontal.gap-col-24px-row-8px---flex-wrap-tablet {
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

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

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

  .footer-top.v1 {
    padding-top: 130px;
    padding-bottom: 100px;
  }

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

  .footer-bottom.v1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-direction: column;
  }

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

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

  ._w-h-100.about-service---featured-image {
    max-height: 500px;
  }

  .fit-cover._w-h-100.hero-v1-image {
    object-position: 50% 0%;
    max-height: 600px;
  }

  .fit-cover._w-h-100.layout-v2-image {
    max-height: 600px;
  }

  .fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image, .fit-cover._w-h-100.v3-figure {
    max-height: 500px;
  }

  .fit-cover._w-h-100.layout-top---image.layout---image-left {
    object-position: 74% 20%;
  }

  .fit-cover._w-h-100.layout-top---image.layout---image-right {
    object-position: 0% 0%;
  }

  .fit-cover._w-h-100.hero-v4-image {
    object-position: 50% 50%;
    max-height: 500px;
  }

  .fit-cover._w-h-100.service-single-image-full-width, .fit-cover._w-h-100.hero-v18---image {
    max-height: 500px;
  }

  .lightbox-video-icon-wrapper {
    width: 16%;
    max-width: 120px;
  }

  .accordion-item-wrapper {
    padding-top: 54px;
    padding-bottom: 54px;
  }

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

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

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

  .cart-button-wrapper {
    margin-left: 0;
  }

  .home-pages-cointainer {
    margin-top: 80px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 24px;
  }

  .image-home-link-wrapper {
    max-width: 260px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .card-sales-home-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .figma-file-text-wrapper {
    padding: 60px;
  }

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

  .container-responsive {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-wrapper {
    padding-left: 64px;
    padding-right: 64px;
  }

  .rich-text-v2 h2 {
    font-size: 42px;
  }

  .position-sticky.position-static-tablet {
    position: static;
  }

  .style---navigation-sidebar {
    box-shadow: none;
    min-height: auto;
    max-height: 100%;
    position: static;
    overflow: hidden;
  }

  .divider-2 {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .image-size._88px {
    min-width: 78px;
    max-width: 78px;
    min-height: 78px;
    max-height: 78px;
  }

  .card-picture.post-featured-v2---image {
    width: 100%;
  }

  .card-picture.post-v1---image._3-posts---item {
    align-self: stretch;
    max-width: 50%;
  }

  .card-image.post-featured-v1---image {
    object-position: 50% 32%;
  }

  .card-image.post-featured-v2---image {
    object-position: 50% 32%;
    max-height: 377px;
  }

  .card-image.post-v3---image {
    object-position: 50% 32%;
  }

  .card-image.post-v1---image._3-posts---item {
    max-height: none;
  }

  .card-blue-hover.contact-wrapper {
    padding: 48px 40px;
  }

  .card-blue-hover.services-card._01.responsive-alt {
    flex-direction: row;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-blue-hover.consulting {
    padding: 48px 40px;
  }

  .card-blue-description.case-study-card---content-inside.v2 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .mg-top-0-tablet {
    margin-top: 0;
  }

  .mg-left-auto-tablet {
    margin-left: auto;
  }

  .circle-floating.footer-v1 {
    min-width: 38%;
    max-width: 38%;
    top: -2.5%;
    right: -17%;
  }

  .circle-floating._02 {
    top: -71px;
  }

  .circle-floating._04 {
    bottom: -206px;
    left: 7%;
  }

  .circle-floating._05 {
    bottom: -170px;
  }

  .circle-floating._07 {
    top: -51px;
    left: -156px;
  }

  .circle-floating._08 {
    justify-content: flex-start;
  }

  .circle-floating._09 {
    bottom: -100px;
    right: -86px;
  }

  .circle-floating._10 {
    left: -64%;
  }

  .circle-floating._11 {
    bottom: -64px;
    left: -132px;
  }

  .circle-floating._12 {
    left: -13%;
    right: auto;
  }

  .circle-floating._13 {
    top: -41px;
  }

  .circle-floating._14 {
    top: -50px;
    left: -99px;
  }

  .circle-floating._15 {
    z-index: 1;
  }

  .circle-floating._17 {
    top: -79px;
    left: -110px;
  }

  .circle-floating._18 {
    bottom: -86px;
    right: -105px;
  }

  .circle-floating._19 {
    min-width: 130px;
    max-width: 130px;
  }

  .circle-floating._22 {
    bottom: -26%;
    right: -19%;
  }

  .circle-floating._23 {
    left: 57px;
  }

  .circle-floating._24 {
    left: auto;
    right: -7%;
  }

  .circle-floating._26 {
    bottom: -154px;
    right: -90px;
  }

  .circle-floating._27 {
    bottom: -113px;
  }

  .circle-floating.layout-02---shape {
    right: -87px;
  }

  .circle-floating._30 {
    top: auto;
    bottom: -90px;
    right: -96px;
  }

  .circle-floating._31 {
    bottom: -148px;
  }

  .circle-floating._32 {
    bottom: -80px;
  }

  .circle-floating.layout-v1---shape {
    bottom: -84px;
  }

  .circle-floating.v1-full-width---shape {
    top: -21px;
    left: -15%;
  }

  .circle-floating.solid-shape-v1 {
    top: -115px;
    right: -6%;
  }

  .circle-floating.solid-shape-v2 {
    top: -91px;
    left: -56px;
    right: auto;
  }

  .circle-floating.solid-shape-v3 {
    top: -136px;
  }

  .circle-floating.cta-circle {
    max-width: 200px;
    bottom: -211px;
    left: -67px;
  }

  .circle-floating._0-2-1 {
    top: -86px;
  }

  .circle-floating.solid-shape-v4 {
    top: -127px;
    right: 8%;
  }

  .circle-floating.solid-shape-v5 {
    top: -90px;
    right: -66px;
  }

  .circle-floating._07-1 {
    top: -43px;
    left: -163px;
  }

  .bg-floating-content.top.blog-v1-bg-content {
    height: 50%;
  }

  .bg-floating-content.top.contact-v1-bg-hero {
    height: 76%;
  }

  .bg-floating-content.top.services-bg-hero {
    height: 36%;
  }

  .bg-floating-content.top.packages-bg-content {
    height: 680px;
  }

  .bg-floating-content.top.v11-bg-content {
    justify-content: flex-start;
  }

  .bg-floating-content.top.v15-bg-content {
    bottom: 140px;
  }

  .bg-floating-content.top.case-studies-bg-content {
    height: auto;
  }

  .bg-floating-content.top.case-studie-single-bg-content {
    bottom: 148px;
  }

  .bg-floating-content.top.bg-content-v1 {
    height: 53%;
  }

  .bg-floating-content.top.v2-bg-content-hero {
    bottom: 200px;
  }

  .bg-floating-content.top.engage {
    height: 36%;
  }

  .bg-floating-content.top.consulting {
    height: auto;
  }

  .bg-floating-content.top.webinar {
    bottom: 148px;
  }

  .bg-floating-content.bottom._50 {
    height: 82%;
  }

  .bg-floating-content.team-member-bg-content {
    height: auto;
  }

  .bg-floating-content.project-execution-bg-content {
    z-index: 0;
    display: block;
  }

  .card-description.post-card-description.post-featured-v2---content-right {
    padding: 38px 38px 46px;
  }

  .title-wrapper.center---tablet {
    justify-content: center;
  }

  .cta-section.cta-v1 {
    background-color: var(--system--blue-400);
  }

  .cta-inner-section._02 {
    padding-top: 118px;
    padding-bottom: 100px;
  }

  .cta-inner-section._03 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 0;
  }

  .cta-inner-section.v1 {
    padding-top: 120px;
    padding-bottom: 120px;
    padding-right: 0;
  }

  .cta-inner-section.v2 {
    padding-top: 100px;
    padding-bottom: 118px;
  }

  .cta-inner-section.v3 {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .show-in-tablet {
    display: block;
  }

  .inner-floating-circle {
    margin-left: 0;
  }

  .inner-floating-circle._04 {
    margin-bottom: -124px;
    margin-left: -100px;
    margin-right: 0%;
  }

  .full-width-wrapper.service-single-image-full-width-wrapper {
    width: auto;
    min-width: 100%;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-right: -24px;
  }

  .full-width-wrapper.pricing-single-full-width-wrapper {
    min-height: auto;
    max-height: 500px;
  }

  .full-width-wrapper.hero-v18-full-width-wrapper {
    width: auto;
    min-width: 100%;
    min-height: auto;
    margin-left: -24px;
  }

  .full-width-wrapper.about-full-width-wrapper {
    max-width: none;
    min-height: auto;
  }

  .full-width-wrapper.layout---image-right-full-width-wrapper {
    min-height: 555px;
  }

  .full-width-wrapper.layout---image-left-full-width-wrapper {
    min-height: auto;
  }

  .full-width-wrapper.v2-full-width-wrapper {
    min-height: 400px;
    max-height: 400px;
  }

  .full-width-wrapper.layout-v1 {
    min-height: auto;
    max-height: none;
  }

  .full-width-wrapper.layout-bottom---image-wrapper {
    max-width: 100%;
  }

  .full-width-wrapper.v1-full-width-wrapper {
    flex-direction: column;
    max-width: 100%;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .full-width-wrapper.why-me-full-width-wrapper-v2 {
    min-height: auto;
  }

  .full-width-wrapper.layout-top---image-wrapper {
    max-width: 100%;
  }

  .full-width {
    width: 100%;
    position: static;
  }

  .full-width.right.service-single-image-full-width {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    min-width: 100%;
    position: static;
  }

  .full-width.right.page-single-full-width {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    min-width: 100%;
    margin-right: -24px;
  }

  .full-width.right.hero-v4-full-width-right {
    width: 100%;
    margin-top: 40px;
  }

  .full-width.right.layout---image-right-full-width {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    position: absolute;
    right: -24px;
  }

  .full-width.right.layout-top---image-wrapper {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: auto;
    margin-right: -24px;
  }

  .full-width.right.cta-v2 {
    display: none;
  }

  .full-width.right.v1-full-width {
    flex: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
  }

  .full-width.left.hero-v18-full-width {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .full-width.left.case-studies-single-full-width {
    display: none;
  }

  .full-width.left.hero-v4-full-width {
    position: absolute;
  }

  .full-width.left.about-full-width-v1 {
    flex-direction: column;
    justify-content: center;
    width: auto;
    min-width: 100%;
    max-height: 500px;
    margin-left: -24px;
    display: flex;
  }

  .full-width.left.layout---image-left-full-width {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    display: flex;
    position: absolute;
    left: -24px;
  }

  .full-width.left.layout-v1-image---left {
    width: auto;
  }

  .full-width.left.layout-v2-image {
    width: 100%;
    max-width: 100%;
  }

  .full-width.left.v1-cta {
    display: none;
  }

  .full-width.left.layout-bottom---image-wrapper {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    margin-left: -24px;
  }

  .full-width.left.webinar {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

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

  .figure.layout-v1-image---right {
    min-height: 100%;
    max-height: none;
  }

  .figure.team-portrait {
    max-width: 300px;
    min-height: auto;
  }

  .mg-bottom-98px {
    margin-bottom: 82px;
  }

  .inner-section.v3 {
    z-index: 1;
    margin-bottom: 40px;
    padding-top: 0;
  }

  .half-bg-image.left.v3-half-bg {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    position: static;
  }

  .slider-mask {
    position: static;
  }

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

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

  .mg-bottom-112px {
    margin-bottom: 93px;
  }

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

  .mg-top--100px.mg-top-0-tablet {
    margin-top: 0;
  }

  .grid-5-columns.process-grid-2-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .marquee-row {
    min-width: 1339px;
  }

  .popup-floating {
    max-width: 323px;
  }

  .popup-floating._01 {
    bottom: 156px;
    right: 28px;
  }

  .popup-floating._02 {
    bottom: 30px;
  }

  .cta-description._01 {
    padding-top: 0;
  }

  .card-sales-wrapper {
    display: none;
  }

  .social-gallery-card---wrapper {
    width: auto;
    right: -24px;
  }

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

  .post-featured-v2---content {
    max-width: 550px;
  }

  .hamburger-menu-bars {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .layout-top---main-content {
    max-width: 750px;
    padding-bottom: 0;
  }

  .layout-bottom---main-content {
    max-width: 750px;
    padding-top: 0;
  }

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

  .mg-bottom-90px.alt---tablet {
    margin-bottom: 60px;
  }

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

  .hero-v2-content {
    min-width: auto;
  }

  .hero-v4-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    padding-top: 0;
    display: flex;
  }

  .resume-card---content-top {
    flex-direction: column-reverse;
    align-items: stretch;
  }

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

  .pd-top-75px.pd-top-0px---tablet {
    padding-top: 0;
  }

  .package-card-content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .add-cart-top {
    width: 43%;
    margin-bottom: 0;
    margin-right: 32px;
  }

  .add-cart-bottom {
    flex: 1;
  }

  .more-templates-badge-wrapper {
    right: 24px;
  }

  .podcast-cover._06 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .podcast-cover._07 {
    width: 160px;
    max-width: 160px;
    height: 160px;
    max-height: 160px;
  }

  .podcast-cover._08 {
    width: 280px;
    max-width: 280px;
    height: 280px;
    max-height: 280px;
  }

  .image.hide-desktop {
    display: inline;
  }

  .image.hide-tablet {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  h1 {
    margin-bottom: 10px;
    font-size: 38px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  label {
    font-size: 16px;
  }

  blockquote {
    background-size: 100%;
    padding: 60px 32px;
    font-size: 18px;
  }

  .grid-2-columns, .grid-2-columns.form {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.gap-40px.case-studies-page-grid {
    grid-row-gap: 40px;
  }

  .grid-2-columns.template-page-sidebar {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.changelog-item {
    grid-column-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-2-columns.checkout-page {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 50px;
  }

  .grid-2-columns.team-member-grid-2-col {
    grid-row-gap: 40px;
    max-width: 600px;
    padding-bottom: 100px;
  }

  .grid-2-columns.footer-grid-2-col.v1 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.menu-grid-2-col-wrapper.headers {
    grid-column-gap: 32px;
    grid-template-columns: 1fr .5fr;
  }

  .grid-2-columns.menu-grid-2-col.headers {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-2-columns.blog-grid-2-col._01, .grid-2-columns.blog-grid-2-col._40px {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.blog-grid-2-col.author-grid {
    grid-column-gap: 32px;
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-columns.contact-grid-2-col.v1 {
    grid-row-gap: 60px;
  }

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

  .grid-2-columns.hero-grid-2-cols.service-single-hero, .grid-2-columns.hero-grid-2-cols.package-single-hero {
    grid-row-gap: 50px;
  }

  .grid-2-columns.hero-grid-2-cols.not-found-grid-2-col {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-grid-2-cols.v1-hero {
    grid-row-gap: 60px;
  }

  .grid-2-columns.title-left-grid-2-col {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.title-left-grid-2-col.title-left---card {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v3-grid-2-col.layout---image-right, .grid-2-columns.v3-grid-2-col.layout---image-left {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v3-grid-2-col._03 {
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.v3-grid-2-col._02 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.v3-grid-2-col._05 {
    grid-template-columns: auto 1fr;
  }

  .grid-2-columns.v2-grid-2-col.layout-top {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .grid-2-columns.v2-grid-2-col.layout-bottom {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-top: 80px;
  }

  .grid-2-columns.v1-grid-2-col.layout-02 {
    grid-row-gap: 60px;
  }

  .grid-2-columns.v1-grid-2-col.layout-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.social-photo-user---grid {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.layout-top-grid-2-col {
    grid-row-gap: 60px;
  }

  .grid-2-columns.layout-top-grid-2-col.v2, .grid-2-columns.layout-top-grid-2-col.podcast {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.hero-v18-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-columns.webinar {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card.sales-page.show-in-tablet.last, .card.sales-page.last {
    width: 100%;
  }

  .card.buy-now {
    border-radius: 16px;
  }

  .card.social-photo-user {
    align-items: center;
    padding-top: 70px;
    padding-right: 0;
  }

  .card.social-photo-card {
    width: 100%;
  }

  .card.blog-featured.inner-card {
    max-width: 100%;
    padding: 40px 32px;
    bottom: 24px;
    left: 24px;
    right: 24px;
  }

  .card.blog-featured.post-featured-v2 {
    padding: 40px 32px;
  }

  .card.blog-featured.v2.hero {
    width: 100%;
  }

  .card.faq-card {
    padding: 42px 32px 60px;
  }

  .card.package-card {
    padding: 50px 32px;
  }

  .card.add-cart {
    flex-direction: column;
    padding: 50px 32px;
  }

  .card.page-not-found-card {
    max-width: 100%;
    padding: 48px 32px;
  }

  .card.password-protected-card {
    padding: 80px 32px;
  }

  .card.hero-v4-card {
    padding: 50px 32px;
  }

  .card.resume-card {
    padding: 40px 32px;
  }

  .card.v3-hero-card {
    padding: 70px 24px;
  }

  .card.testimonial-card._01 {
    padding: 45px 32px;
  }

  .card.testimonial-card.v1 {
    padding: 50px 32px;
  }

  .card.process-card {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 40px 32px;
  }

  .card.process-card._01 {
    margin-top: 50px;
  }

  .card.dropdown-card {
    margin-top: 20px;
  }

  .card.contact-form-v1 {
    padding: 42px 32px 63px;
  }

  .card.contact-full {
    padding: 53px 32px 56px;
  }

  .card.contact-form-wrapper-v2 {
    padding: 42px 32px 53px;
  }

  .card.post-v1._3-posts---item {
    flex-direction: column;
    align-items: stretch;
  }

  .grid-4-columns.stats-grid-4-col {
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-4-columns.stats-grid {
    grid-auto-columns: auto;
  }

  .style---block-sub-heading.border {
    margin-bottom: 48px;
    padding-bottom: 24px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

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

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

  .divider._100px {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .divider.top-80px---bottom-0 {
    margin-top: 60px;
  }

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

  .style---typography-block-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .mg-bottom-72px, .mg-bottom-80px {
    margin-bottom: 60px;
  }

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

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

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

  .text-200 {
    font-size: 16px;
  }

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

  .display-1 {
    font-size: 40px;
  }

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

  .display-2, .display-2.display-price {
    font-size: 32px;
  }

  .display-3 {
    font-size: 26px;
  }

  .display-4 {
    font-size: 22px;
  }

  .style---style-grid-wrapper {
    grid-row-gap: 120px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .text-400 {
    font-size: 20px;
  }

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

  .text-100 {
    font-size: 14px;
  }

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

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

  .grid-3-columns.card-logos {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.style---buttons-grid {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.style---buttons-grid.download-app-grid {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .grid-3-columns.blog-grid-v1 {
    grid-template-columns: 1fr;
  }

  .style---heading {
    padding: 104px 24px;
  }

  .inner-container._270px._100-mbl {
    max-width: 100%;
  }

  .inner-container.big-number {
    max-width: 50px;
  }

  .inner-container._100-mbl {
    max-width: 100%;
  }

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

  .inner-container._550px---mbl {
    max-width: 550px;
  }

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

  .inner-container._580px---mbl {
    max-width: 580px;
  }

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

  .inner-container._350px---mbl {
    max-width: 350px;
  }

  .inner-container._450px---mbl {
    max-width: 450px;
  }

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

  .inner-container._650px---mbl {
    max-width: 650px;
  }

  .inner-container._48px.responsive {
    max-width: 40px;
  }

  .inner-container._54px---mbl {
    max-width: 54px;
  }

  .inner-container.form-heading {
    max-width: 100%;
  }

  .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, .style-buttons-dark {
    padding: 34px 24px;
  }

  .btn-primary {
    padding: 16px 20px 12px;
    font-size: 16px;
  }

  .btn-primary.small {
    padding: 12px 18px 8px;
    font-size: 14px;
  }

  .btn-primary.small.btn-pagination {
    font-size: 14px;
  }

  .btn-primary.large {
    padding: 18px 42px 14px;
    font-size: 18px;
  }

  .btn-primary.large.text-200 {
    font-size: 16px;
  }

  .btn-primary.inside-input.default, .btn-primary.inside-input.large {
    top: 6px;
    bottom: 6px;
  }

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

  .btn-primary.btn-form {
    padding-right: 70px;
  }

  .btn-primary.btn-pagination {
    margin-top: 40px;
    font-size: 16px;
  }

  .btn-secondary {
    padding: 16px 20px 12px;
    font-size: 16px;
  }

  .btn-secondary.small {
    padding: 12px 18px 8px;
    font-size: 14px;
  }

  .btn-secondary.small.btn-pagination {
    font-size: 14px;
  }

  .btn-secondary.large {
    padding: 18px 42px 14px;
    font-size: 18px;
  }

  .btn-secondary.btn-pagination {
    margin-top: 40px;
    font-size: 16px;
  }

  .btn-secondary.uppercase-btn {
    padding: 24px 28px 20px;
    font-size: 14px;
  }

  .badge-primary {
    padding: 16px 24px 12px;
    font-size: 16px;
  }

  .badge-primary.small {
    padding: 12px 18px 10px;
    font-size: 14px;
  }

  .badge-primary.large {
    padding: 20px 32px 18px;
    font-size: 18px;
  }

  .badge-secondary {
    padding: 16px 24px 12px;
    font-size: 16px;
  }

  .badge-secondary.small {
    padding: 12px 18px 10px;
    font-size: 14px;
  }

  .badge-secondary.large {
    padding: 20px 32px 18px;
    font-size: 18px;
  }

  .badge-secondary.category-badge {
    margin-right: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .input {
    min-height: 60px;
    font-size: 16px;
  }

  .input.small {
    min-height: 40px;
    font-size: 14px;
  }

  .input.large {
    min-height: 70px;
    font-size: 18px;
  }

  .position-relative.social-gallery-card {
    height: auto;
  }

  .text-area {
    min-height: 120px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .text-area.small {
    min-height: 92px;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 14px;
  }

  .checkbox-field-wrapper {
    font-size: 16px;
  }

  .checkbox-field-wrapper.large {
    font-size: 18px;
  }

  .checkbox-field-wrapper.small {
    font-size: 14px;
  }

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

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

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

  .radio-button-field-wrapper {
    font-size: 16px;
  }

  .radio-button-field-wrapper.large {
    font-size: 18px;
  }

  .radio-button-field-wrapper.small {
    font-size: 14px;
  }

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

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

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

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

  .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._208px {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .style---icons-grid {
    grid-template-columns: repeat(auto-fit, 56px);
  }

  .square-icon {
    max-width: 56px;
  }

  .social-icon-font {
    font-size: 16px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 68px;
    line-height: 73px;
  }

  .style---line-icons-grid {
    grid-template-columns: repeat(auto-fit, 18px);
  }

  .line-square-icon.link-icon-right.uppercase {
    margin-top: -5px;
  }

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

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

  .rich-text-v1 ol {
    margin-top: 26px;
    margin-bottom: 26px;
    padding-left: 30px;
  }

  .rich-text-v1 h6 {
    margin-top: 32px;
    margin-bottom: 10px;
  }

  .rich-text-v1 h5, .rich-text-v1 h4 {
    margin-top: 32px;
    margin-bottom: 16px;
  }

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

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

  .style---dropdown-link-icon-sidebar {
    border-radius: 6px;
  }

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

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

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

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

  .section.hero.search-page {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.hero.v16 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v9 {
    padding-top: 60px;
  }

  .section.hero.v20 {
    padding-top: 30px;
  }

  .section.hero.v12, .section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 110px;
  }

  .section.hero.v6, .section.hero.v5 {
    padding-top: 60px;
  }

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

  .section.hero.v8 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v10 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.hero.v11 {
    padding-top: 60px;
    padding-bottom: 110px;
  }

  .section.hero.v15 {
    padding-top: 60px;
  }

  .section.hero.v17 {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.hero.v18 {
    padding-top: 60px;
  }

  .section.hero.v19 {
    padding-top: 80px;
    padding-bottom: 138px;
  }

  .section.hero.v2, .section.hero.v1 {
    padding-top: 50px;
  }

  .section.hero.page-hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.hero.webinar {
    padding-top: 60px;
  }

  .section.top-bottom-160px, .section.top-bottom-140px, .section.top-bottom-120px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.overflow-hidden-mbl {
    overflow: hidden;
  }

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

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

  .section.bottom-176px {
    padding-bottom: 110px;
  }

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

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

  .top-bar-wrapper {
    padding-left: 36px;
    padding-right: 36px;
  }

  .top-bar-padding {
    padding-top: 16px;
    padding-bottom: 16px;
  }

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

  .top-bar-flex {
    flex-direction: column;
  }

  .elements---element-title {
    margin-top: 48px;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-h1-size {
    font-size: 38px;
  }

  .heading-h2-size {
    font-size: 26px;
  }

  .heading-h3-size {
    font-size: 22px;
  }

  .heading-h4-size {
    font-size: 20px;
  }

  .heading-h5-size {
    font-size: 16px;
  }

  .heading-h6-size {
    font-size: 14px;
  }

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

  .header-nav-link.white-transparent.text-capitalize {
    font-size: 14px;
  }

  .header-nav-list-item {
    margin-bottom: 12px;
  }

  .header-nav-list-item.show-in-tablet.text-bold, .header-nav-list-item.text-bold.left {
    margin-bottom: 16px;
  }

  .dropdown-wrapper {
    font-size: 16px;
  }

  .dropdown-toggle.dark-mode.light-mode---text-capitalize {
    font-size: 14px;
  }

  .header-logo.header-v2 {
    max-width: 90%;
  }

  .header-logo-link {
    max-width: 158px;
  }

  .header-logo-link.left {
    margin-right: 24px;
  }

  .hamburger-menu-wrapper {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
    margin-left: 16px;
  }

  .hamburger-menu-bar {
    width: 19px;
  }

  .btn-circle-primary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

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

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

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 24px;
  }

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

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

  .utility-page-wrap {
    min-height: 60vh;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .utility-page-wrap.not-found-utility-page {
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .utility-page-wrap.password-protected-utility-page {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .flex-horizontal.space-between.gap-16px---flex-vertical-mbl {
    grid-row-gap: 8px;
    align-items: stretch;
  }

  .flex-horizontal.gap-16px---flex-vertical-mbl {
    flex-direction: column;
  }

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

  .footer-logo-wrapper {
    max-width: 165px;
  }

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

  .footer-top.v1 {
    padding-top: 100px;
    padding-bottom: 80px;
  }

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

  .footer-bottom.v3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  ._w-h-100.about-service---featured-image {
    max-height: 400px;
  }

  .fit-cover._w-h-100.hero-v1-image, .fit-cover._w-h-100.layout-v2-image {
    max-height: 500px;
  }

  .fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image {
    max-height: 400px;
  }

  .fit-cover._w-h-100.full-image-v1 {
    min-height: 220px;
  }

  .fit-cover._w-h-100.v3-figure, .fit-cover._w-h-100.layout-top---image.layout---image-left, .fit-cover._w-h-100.layout-top---image.layout---image-right, .fit-cover._w-h-100.hero-v4-image, .fit-cover._w-h-100.service-single-image-full-width, .fit-cover._w-h-100.hero-v18---image {
    max-height: 400px;
  }

  .lightbox-video-icon-wrapper {
    width: 20%;
    max-width: 102px;
  }

  .subtitle {
    font-size: 16px;
  }

  .logo-strip-image._03 {
    border-right: 1px solid var(--neutral--400);
    border-left-style: none;
  }

  .logo-strip-image._04 {
    border-bottom: 1px solid var(--neutral--400);
    border-right-style: none;
  }

  .logo-strip-image._05 {
    border-right: 1px solid var(--neutral--400);
  }

  .logo-strip-image._06 {
    border-left-style: none;
  }

  .logo-strip-image.logo-grid {
    max-width: 80%;
  }

  .logo-strip-image.logo-grid.last {
    margin-right: -100%;
  }

  .accordion-item-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .accordion-icon-wrapper {
    width: 20px;
    min-width: 20px;
    margin-top: 3px;
    margin-left: 16px;
    font-size: 18px;
  }

  .empty-state.small {
    font-size: 14px;
  }

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

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

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

  .pd---content-inside-card.large.template-pages {
    padding-left: 32px;
    padding-right: 32px;
  }

  .categories-badges-item-wrapper {
    grid-row-gap: 12px;
    flex-wrap: wrap;
  }

  .categories-badges-wrapper {
    grid-row-gap: 12px;
  }

  .categories-badges-wrapper.center {
    justify-content: center;
  }

  .cart-button.text-white.text-capitalize.bold {
    font-size: 14px;
  }

  .cart-quantity {
    font-size: 16px;
  }

  .cart-quantity.color-neutral-100.quantity-bold {
    font-size: 14px;
  }

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

  .shipping-method {
    font-size: 16px;
  }

  .home-pages-cointainer {
    margin-top: 60px;
  }

  .home-pages-top-wrapper {
    margin-bottom: 14px;
  }

  .image-home-link-wrapper {
    max-width: 190px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .card-sales-home-content {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .figma-file-text-wrapper {
    padding: 50px 32px;
  }

  .badge-home {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 14px;
    line-height: 1.1em;
  }

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

  .cta-square-logo {
    border-radius: 18px;
    max-width: 70px;
    margin-bottom: 20px;
  }

  .cta-image-card {
    width: 980px;
    max-width: 980px;
    margin-top: 50px;
    margin-bottom: -40px;
  }

  .contact-wrapper {
    padding: 40px 24px;
  }

  .blog-author-grid-2-col {
    grid-template-columns: 1fr;
  }

  .rich-text-v2 h2 {
    font-size: 32px;
  }

  .rich-text-v2 ul, .rich-text-v2 ol {
    margin-top: 26px;
    margin-bottom: 26px;
    padding-left: 30px;
  }

  .position-static-mbl {
    position: static;
  }

  .divider-2 {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .image-size._88px {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

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

  .card-picture.post-v1---image._3-posts---item {
    max-width: 100%;
  }

  .card-image.case-study-card---image {
    max-height: 276px;
  }

  .card-image.post-featured-v1---image, .card-image.post-featured-v2---image {
    max-height: 324px;
  }

  .card-image.case-study-image {
    max-height: 270px;
  }

  .card-image.post-v3---image {
    max-height: 324px;
  }

  .card-image.post-v1---image._3-posts---item {
    max-height: 247px;
  }

  .card-image.blog-featured-v2---image {
    min-height: 580px;
    max-height: 580px;
  }

  .card-icon-black-wrapper, .card-icon-white-wrapper {
    max-width: 40px;
  }

  .card-blue-hover.contact-wrapper {
    padding: 40px 32px;
  }

  .card-blue-hover.services-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-blue-hover.services-card._01 {
    flex-direction: row;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .card-blue-hover.services-card._01.responsive-alt {
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-blue-hover.services-card._02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-blue-hover.services-card._03 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .card-blue-hover.consulting {
    padding: 40px 32px;
  }

  .card-blue-description.case-study-card---content-inside {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .card-blue-description.case-study-card---content-inside.v2 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .arrow-large-right.link-icon-right {
    margin-left: 20px;
  }

  .circle-floating {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .circle-floating.footer-v1 {
    top: -5.5%;
    right: -19%;
  }

  .circle-floating._02 {
    top: -40px;
  }

  .circle-floating._04 {
    bottom: -132px;
    left: -5%;
  }

  .circle-floating._05 {
    bottom: -134px;
  }

  .circle-floating._07 {
    top: -32px;
    left: -126px;
  }

  .circle-floating._09 {
    bottom: -76px;
    right: -61px;
  }

  .circle-floating._10 {
    bottom: -51px;
    left: -81%;
  }

  .circle-floating._11 {
    bottom: -25px;
    left: -64px;
  }

  .circle-floating._12 {
    bottom: -33px;
  }

  .circle-floating._13 {
    max-width: 200px;
    top: -46px;
    right: -96px;
  }

  .circle-floating._14 {
    min-width: 28%;
    max-width: 28%;
    min-height: 50%;
    max-height: 50%;
    top: -32px;
  }

  .circle-floating._15 {
    max-width: 160px;
    bottom: -129px;
    left: -47px;
  }

  .circle-floating._16 {
    bottom: -80px;
  }

  .circle-floating._17 {
    top: -51px;
    left: -81px;
  }

  .circle-floating._18 {
    bottom: -70px;
    right: -70px;
  }

  .circle-floating._19 {
    min-width: 100px;
    max-width: 100px;
    top: -87px;
  }

  .circle-floating._22 {
    bottom: -30%;
  }

  .circle-floating._23 {
    top: auto;
    bottom: -70px;
    left: -61px;
  }

  .circle-floating._24 {
    top: -57px;
    right: -19%;
  }

  .circle-floating._26 {
    bottom: -105px;
  }

  .circle-floating._27 {
    bottom: -77px;
    left: -90px;
  }

  .circle-floating.layout-02---shape {
    right: -78px;
  }

  .circle-floating._30 {
    bottom: -60px;
  }

  .circle-floating._31 {
    bottom: -128px;
    left: -76px;
  }

  .circle-floating._32 {
    bottom: -30px;
  }

  .circle-floating.layout-v1---shape {
    top: -24%;
    bottom: auto;
    right: -74px;
  }

  .circle-floating.v1-full-width---shape {
    top: -12px;
  }

  .circle-floating.solid-shape-v1 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -122px;
    right: -11%;
  }

  .circle-floating.solid-shape-v2 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -119px;
    left: -101px;
  }

  .circle-floating.solid-shape-v3 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    right: -47px;
  }

  .circle-floating.cta-circle {
    bottom: -143px;
    left: -61px;
  }

  .circle-floating._0-2-1 {
    top: -66px;
    right: -85px;
  }

  .circle-floating.solid-shape-v4 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -139px;
    right: -4%;
  }

  .circle-floating.solid-shape-v5 {
    min-width: 200px;
    max-width: 200px;
    min-height: 200px;
    max-height: 200px;
    top: -131px;
    right: -85px;
  }

  .circle-floating._07-1 {
    top: -32px;
    left: -126px;
  }

  .bg-floating-content.top.contact-v2-bg-hero {
    height: 75%;
  }

  .bg-floating-content.top.contact-v2-bg-section {
    height: 80%;
  }

  .bg-floating-content.top.services-bg-hero {
    height: 26%;
  }

  .bg-floating-content.top.packages-bg-content {
    height: 616px;
  }

  .bg-floating-content.top.v15-bg-content {
    bottom: 120px;
  }

  .bg-floating-content.top.case-studies-bg-content {
    min-height: 800px;
  }

  .bg-floating-content.top.case-studie-single-bg-content {
    bottom: 110px;
  }

  .bg-floating-content.top.bg-content-v1 {
    height: 70%;
  }

  .bg-floating-content.top.v2-bg-content-hero {
    bottom: 150px;
  }

  .bg-floating-content.top.engage {
    height: 26%;
  }

  .bg-floating-content.top.cta {
    height: 80%;
  }

  .bg-floating-content.top.consulting {
    min-height: 800px;
  }

  .bg-floating-content.top.webinar {
    height: 50vh;
    min-height: 456px;
    bottom: 110px;
  }

  .bg-floating-content.bottom._50 {
    height: 88%;
  }

  .card-description.post-card-description.post-featured-v1---content, .card-description.post-card-description.post-featured-v2---content-right, .card-description.post-card-description.post-v3---content {
    padding: 32px 32px 40px;
  }

  .card-description.case-study-description {
    padding: 40px 32px;
  }

  .card-circle {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
    font-size: 20px;
  }

  .cta-inner-section._02 {
    padding: 100px 18px 80px;
  }

  .cta-inner-section._03, .cta-inner-section.v1 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-inner-section.v2 {
    padding: 80px 32px 84px;
  }

  .cta-inner-section.v3 {
    padding: 57px 32px;
  }

  .inner-floating-circle._02 {
    max-width: 32%;
    margin-right: -91px;
  }

  .full-width-wrapper.pricing-single-full-width-wrapper {
    max-height: 400px;
  }

  .full-width-wrapper.layout---image-right-full-width-wrapper {
    min-height: auto;
  }

  .full-width-wrapper.layout---image-left-full-width-wrapper {
    max-width: 100%;
    min-height: auto;
    display: flex;
  }

  .full-width-wrapper.v2-full-width-wrapper {
    min-height: 300px;
    max-height: 350px;
  }

  .full-width-wrapper.v1-full-width-wrapper {
    max-height: 500px;
  }

  .full-width.right.hero-v4-full-width-right {
    margin-top: 32px;
  }

  .full-width.right.layout---image-right-full-width {
    margin-right: -24px;
    position: static;
  }

  .full-width.left.about-full-width-v1 {
    max-height: 400px;
  }

  .full-width.left.layout---image-left-full-width {
    flex: 1;
    min-width: 100%;
    margin-left: -24px;
    position: static;
  }

  .full-width.left.layout-v2-image {
    padding-right: 0;
  }

  .align-self-bottom.width-100-mbl {
    width: 100%;
  }

  .align-self-bottom.width-100-mbl.button-wrap {
    margin-top: 24px;
    margin-left: 0;
  }

  .figure.video-player {
    min-height: 300px;
  }

  .figure.team-portrait {
    max-width: 200px;
  }

  .check-circle.bg-accent-1 {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
    margin-top: -2px;
    font-size: 10px;
  }

  .mg-bottom-98px {
    margin-bottom: 68px;
  }

  .arrow-floating.arrow-diagonal-service {
    top: 24px;
    right: 20px;
  }

  .mg-bottom-160px {
    margin-bottom: 120px;
  }

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

  .mg-top--100px {
    margin-top: -60px;
  }

  .grid-5-columns.process-grid-2-col {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-5-columns.logo-strip {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    max-width: 500px;
  }

  .divider-vertical---horizontal-mbl {
    width: 100%;
    height: 1px;
  }

  .marquee-row {
    min-width: 1000px;
  }

  .marquee-row.testimonial-marquee-row {
    grid-column-gap: 24px;
    min-width: 1756px;
    padding-right: 24px;
  }

  .popup-floating {
    border-radius: 12px;
    max-width: 45%;
  }

  .popup-floating._01 {
    display: none;
    bottom: 30%;
    right: 18px;
  }

  .popup-floating._02 {
    display: none;
  }

  .testimonial-card-marquee {
    padding-top: 50px;
  }

  .not-found-image {
    max-width: 500px;
  }

  .logo-rectangle {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .style-guide-logo {
    max-width: 177px;
  }

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

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

  .cart-item-title {
    font-size: 16px;
  }

  .layout-v1-content-right {
    max-width: 600px;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .layout-v1-content-left {
    max-width: 500px;
  }

  .social-gallery-card---wrapper {
    margin-left: -24px;
    margin-right: -24px;
    position: static;
  }

  .testimonial-card-v1---icon {
    max-width: 31px;
  }

  .layout-top---main-content, .layout-bottom---main-content {
    max-width: 600px;
  }

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

  .mg-bottom-90px.alt---tablet {
    margin-bottom: 50px;
  }

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

  .big-number-top---content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
    max-width: 600px;
  }

  .title-center---left-mbl {
    text-align: left;
    align-items: stretch;
  }

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

  .resume-card---content-top {
    margin-bottom: 24px;
  }

  .contact-form-block-v1 {
    min-height: 467px;
  }

  .contact-form-block-v2 {
    min-height: 733px;
  }

  .pd-top-75px {
    padding-top: 63px;
  }

  .feature-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .page-display-price-wrapper {
    margin-bottom: 26px;
  }

  .add-to-cart {
    min-height: 128px;
  }

  .add-cart-top {
    width: 100%;
    max-width: 450px;
    margin-bottom: 26px;
    margin-right: 0;
  }

  .form-input-block {
    min-height: 60px;
  }

  .mg-right--16px.categories-responsive {
    margin-right: -12px;
  }

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

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

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

  .order-item-title {
    font-size: 16px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .podcast-cover._02 {
    width: 40px;
    max-width: 40px;
    height: 40px;
    max-height: 40px;
  }

  .podcast-cover._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .podcast-cover._06 {
    width: 120px;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
  }

  .podcast-cover._07 {
    width: 140px;
    max-width: 140px;
    height: 140px;
    max-height: 140px;
  }

  .podcast-cover._08 {
    width: 220px;
    max-width: 220px;
    height: 220px;
    max-height: 220px;
  }

  .podcast-cover._03 {
    width: 56px;
    max-width: 56px;
    height: 56px;
    max-height: 56px;
  }

  .podcast-cover._04 {
    width: 64px;
    max-width: 64px;
    height: 64px;
    max-height: 64px;
  }

  .podcast-cover._208px {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .form-wrap.social-gallery-card {
    height: auto;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

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

  .card---author-avatar-container {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  blockquote {
    padding: 50px 24px;
    font-size: 18px;
  }

  .grid-2-columns.form.contact {
    padding-top: 1rem;
  }

  .grid-2-columns.changelog-item {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.suprises-pages-right, .grid-2-columns.suprises-pages-left {
    grid-row-gap: 40px;
  }

  .grid-2-columns.team-member-grid-2-col {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-bottom: 80px;
  }

  .grid-2-columns.menu-grid-2-col-wrapper.footer-v1, .grid-2-columns.menu-grid-2-col-wrapper.headers {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.contact-grid-2-col.v1 {
    grid-row-gap: 50px;
  }

  .grid-2-columns.hero-grid-2-cols.service-single-hero {
    grid-row-gap: 32px;
  }

  .grid-2-columns.hero-grid-2-cols.v1-hero {
    grid-row-gap: 50px;
  }

  .grid-2-columns.v3-grid-2-col._03, .grid-2-columns.v3-grid-2-col._05 {
    grid-template-columns: 1fr;
  }

  .grid-2-columns.auto---1fr.resume-card-title {
    grid-template-columns: auto;
  }

  .grid-2-columns.v2-grid-2-col.layout-top, .grid-2-columns.v2-grid-2-col.layout-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .grid-2-columns.v1-grid-2-col.layout-02, .grid-2-columns.layout-top-grid-2-col {
    grid-row-gap: 50px;
  }

  .grid-2-columns.layout-top-grid-2-col.podcast, .grid-2-columns._2-col-mbl {
    grid-template-columns: 1fr;
  }

  .card.social-photo-user {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .card.social-photo-card {
    flex: 0 50%;
  }

  .card.blog-featured.inner-card {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    max-height: none;
    padding: 24px 24px 32px;
    position: static;
  }

  .card.blog-featured.post-featured-v2 {
    grid-column-gap: 8px;
    flex-wrap: wrap;
    padding: 32px 24px;
  }

  .card.blog-featured.v2 {
    border-radius: 12px;
  }

  .card.faq-card {
    padding: 40px 24px 50px;
  }

  .card.package-card {
    padding: 43px 24px;
  }

  .card.add-cart, .card.page-not-found-card {
    padding: 40px 24px;
  }

  .card.password-protected-card {
    padding: 60px 24px;
  }

  .card.hero-v4-card {
    padding: 40px 24px;
  }

  .card.resume-card {
    padding: 1rem 0 0;
  }

  .card.v3-hero-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.testimonial-card._01 {
    padding: 40px 24px;
  }

  .card.testimonial-card._01.mg-top-40px {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card.testimonial-card.v1 {
    max-width: 300px;
    padding: 40px 24px;
  }

  .card.process-card {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-direction: column;
    align-items: stretch;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.process-card._01 {
    margin-top: 40px;
  }

  .card.contact-form-v1 {
    padding: 32px 24px 53px;
  }

  .card.contact-full {
    padding: 43px 24px 46px;
  }

  .card.contact-form-wrapper-v2 {
    padding: 40px 24px 50px;
  }

  .grid-4-columns {
    grid-template-columns: 1fr;
  }

  .grid-4-columns.stats-grid-4-col.logos {
    flex-flow: wrap;
  }

  .color-neutral-300.mg-bottom-0.copyrights {
    font-size: 14px;
  }

  .color-neutral-300.mg-bottom-0.copyrights.seperator {
    display: none;
  }

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

  .divider._0px.white-opacity-20 {
    display: none;
  }

  .divider.card-post-divider {
    width: 20px;
  }

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

  .mg-bottom-32px.mg-bottom-16px---mbl {
    margin-bottom: 13px;
  }

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

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

  .display-1 {
    font-size: 36px;
  }

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

  .display-2.display-price {
    font-size: 25px;
  }

  .display-3 {
    font-size: 22px;
  }

  .display-4 {
    font-size: 20px;
  }

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

  .grid-3-columns.style---buttons-grid {
    justify-items: stretch;
  }

  .style---heading {
    margin-bottom: 40px;
    padding-top: 66px;
    padding-bottom: 66px;
  }

  .inner-container.big-number {
    max-width: 44px;
  }

  .inner-container._350px---mbp {
    max-width: 350px;
  }

  .style---content-heading {
    padding-left: 24px;
    padding-right: 24px;
  }

  .style---heading-icon-wrapper {
    width: 58px;
    margin-right: 14px;
  }

  .style---bg-white, .style-buttons-dark {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary {
    width: 100%;
  }

  .btn-primary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-primary.inside-input {
    position: static;
  }

  .btn-primary.inside-input.default {
    padding: 16px 20px 12px;
  }

  .btn-primary.inside-input.large {
    padding: 18px 20px 14px;
  }

  .btn-primary.button-row {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .btn-primary.btn-form {
    padding-left: 10px;
    padding-right: 60px;
  }

  .btn-primary.btn-pagination {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary {
    width: 100%;
  }

  .btn-secondary.large {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-secondary.btn-pagination {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }

  .btn-secondary.uppercase-btn {
    padding: 20px 20px 16px;
  }

  .badge-primary {
    padding: 13px 20px 10px;
  }

  .badge-primary.small {
    padding: 10px 14px 8px;
  }

  .badge-primary.large {
    padding: 18px 26px 16px;
  }

  .badge-secondary {
    padding: 13px 20px 10px;
  }

  .badge-secondary.small {
    padding: 10px 14px 8px;
  }

  .badge-secondary.large {
    padding: 18px 26px 16px;
  }

  .badge-secondary.category-badge {
    margin-right: 0;
  }

  .input.button-inside {
    margin-bottom: 16px;
    padding-right: 0%;
  }

  .input.button-inside.cs.nsl {
    max-width: 100%;
  }

  .input.dark-mode {
    padding-left: 20px;
    padding-right: 20px;
  }

  .input.dark-mode.button-inside {
    padding-right: 20px;
  }

  .position-relative.social-gallery-card {
    height: auto;
  }

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

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

  .square-icon {
    max-width: 56px;
  }

  .social-icon-square {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    font-size: 16px;
  }

  .line-rounded-icon.success-message-check.large {
    font-size: 58px;
    line-height: 64px;
  }

  .line-rounded-icon.dropdown-arrow---header-2 {
    color: var(--neutral--800);
  }

  .line-square-icon.top-bar-close-icon {
    padding-left: 12px;
    padding-right: 12px;
  }

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

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

  .rich-text-v1 ol {
    padding-left: 20px;
  }

  .rich-text-v1 h6 {
    margin-top: 26px;
    margin-bottom: 8px;
  }

  .rich-text-v1 h5, .rich-text-v1 h4 {
    margin-top: 26px;
    margin-bottom: 12px;
  }

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

  .buttons-row {
    flex-direction: column;
  }

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

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

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

  .section.hero-page {
    background-image: linear-gradient(to bottom, white 60%, var(--accent--primary-1) 60%);
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .section.hero.search-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.hero.v16 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v9 {
    padding-top: 50px;
  }

  .section.hero.v20 {
    padding-top: 20px;
  }

  .section.hero.v12 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v13 {
    padding-top: 50px;
    padding-bottom: 64px;
  }

  .section.hero.v14 {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .section.hero.v6, .section.hero.v5 {
    padding-top: 50px;
  }

  .section.hero.v7, .section.hero.v8 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v10 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .section.hero.v11 {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .section.hero.v15 {
    padding-top: 50px;
  }

  .section.hero.v17 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.hero.v18 {
    padding-top: 50px;
  }

  .section.hero.v19 {
    padding-top: 60px;
    padding-bottom: 116px;
  }

  .section.hero.v2, .section.hero.v1 {
    padding-top: 40px;
  }

  .section.hero.page-hero {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .section.hero.webinar {
    padding-top: 50px;
  }

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

  .section.overflow-hidden.no-bottom-padding {
    padding-top: 48px;
  }

  .section.overflow-hidden.padding-botom-last, .section.overflow-hidden.padding-botom-last.padding-top-0px {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section.bg-secondary-1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section.overflow-hidden-mbl {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

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

  .section.top-160px.position-relative.cta-contact {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section.bottom-176px {
    padding-bottom: 90px;
  }

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

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

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

  .top-bar-wrapper {
    padding-left: 19px;
    padding-right: 19px;
  }

  .elements---element-title.large {
    margin-top: 53px;
  }

  .heading-h1-size {
    font-size: 32px;
  }

  .heading-h2-size {
    font-size: 24px;
  }

  .heading-h3-size {
    font-size: 20px;
  }

  .heading-h4-size {
    font-size: 18px;
  }

  .header-nav-menu-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-nav-menu-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .header-nav-list-item {
    text-align: left;
  }

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

  .header-nav-list-item.show-in-tablet.header-menu-btn {
    align-self: stretch;
    margin-top: 0;
  }

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

  .header-logo.header-v2 {
    max-width: 80%;
  }

  .header-logo-link {
    max-width: 133px;
  }

  .btn-circle-primary.btn-circle-slider {
    margin-top: auto;
    margin-bottom: auto;
    inset: auto 0% -70px auto;
  }

  .btn-circle-primary.btn-circle-slider.left {
    margin-left: auto;
    bottom: 0;
    left: 0;
    right: auto;
  }

  .btn-circle-primary.btn-circle-slider.right {
    margin-right: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .btn-circle-primary.btn-circle-slider.left-v2 {
    margin-left: auto;
    bottom: 0;
    left: 0;
    right: 70px;
  }

  .btn-circle-primary.btn-circle-slider.right-v2 {
    margin-right: auto;
    bottom: 0;
    left: 70px;
    right: 0;
  }

  .utility-page-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .utility-page-wrap.not-found-utility-page {
    padding-top: 60px;
    padding-bottom: 160px;
  }

  .utility-page-wrap.password-protected-utility-page {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .flex-vertical.cart-empty {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-horizontal.start.gap-16px {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .flex-horizontal.start.gap-16px.wrap---mbp {
    flex-wrap: wrap;
  }

  .flex-horizontal.start.case-study-card---stats {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .flex-horizontal.gap-16px---flex-wrap-mbp {
    flex-wrap: wrap;
  }

  .flex-horizontal.gap-16px---flex-vertical-mbp, .flex-horizontal.gap-16px---flex-vertical-mbl {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-logo-wrapper {
    max-width: 139px;
  }

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

  .footer-top.v1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-top.v2 {
    text-align: center;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .error-message.password {
    padding-left: 20px;
    padding-right: 20px;
  }

  .error-message.cart-error {
    margin-left: 20px;
    margin-right: 20px;
  }

  ._w-h-100.about-service---featured-image {
    max-height: 300px;
  }

  .fit-cover._w-h-100.hero-v1-image, .fit-cover._w-h-100.layout-v2-image {
    max-height: 400px;
  }

  .fit-cover._w-h-100.layout-top---image---500px-tablet, .fit-cover._w-h-100.layout-bottom---image {
    max-height: 300px;
  }

  .fit-cover._w-h-100.full-image-v1 {
    min-height: 200px;
  }

  .fit-cover._w-h-100.v3-figure {
    max-height: 350px;
  }

  .fit-cover._w-h-100.layout-top---image.layout---image-left, .fit-cover._w-h-100.layout-top---image.layout---image-right, .fit-cover._w-h-100.hero-v4-image, .fit-cover._w-h-100.service-single-image-full-width {
    max-height: 300px;
  }

  .fit-cover._w-h-100.hero-v18---image {
    max-height: 350px;
  }

  .lightbox-video-icon-wrapper {
    width: 35%;
    max-width: 88px;
  }

  .logo-strip-image.logo-grid {
    max-width: 80%;
  }

  .accordion-icon-wrapper {
    margin-left: 10px;
  }

  .pd---content-inside-card.team-member-page {
    padding: 32px 24px 46px;
  }

  .pd---content-inside-card.large {
    padding: 40px 24px;
  }

  .pd---content-inside-card.large.template-pages {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pd---content-inside-card.template-pages---sidebar {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .categories-badges-item-wrapper, .categories-badges-wrapper, .shipping-method {
    flex-direction: column;
  }

  .order-item {
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .order-list-price {
    margin-top: 8px;
  }

  .order-item-image {
    margin-bottom: 20px;
  }

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

  .checkout-column {
    margin-bottom: 24px;
  }

  .image-home-link-wrapper {
    max-width: 180px;
  }

  .figma-file-text-wrapper {
    padding: 43px 24px;
  }

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

  .cta-square-logo {
    border-radius: 14px;
    max-width: 60px;
    margin-bottom: 16px;
  }

  .cta-image-card {
    width: 800px;
    max-width: 800px;
    margin-top: 43px;
    margin-bottom: -32px;
  }

  .rich-text-v2 h2 {
    font-size: 28px;
  }

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

  .rich-text-v2 ul, .rich-text-v2 ol {
    padding-left: 20px;
  }

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

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

  .image-size._88px {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

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

  .width-100-mbp {
    width: 100%;
    max-width: 100%;
  }

  .card-image.social-photo---image {
    min-height: 120px;
  }

  .card-image.case-study-card---image {
    max-height: 230px;
  }

  .card-image.post-featured-v1---image, .card-image.post-featured-v2---image {
    max-height: 270px;
  }

  .card-image.case-study-image {
    max-height: 200px;
  }

  .card-image.post-v3---image {
    max-height: 270px;
  }

  .card-image.post-v1---image, .card-image.post-v1---image._3-posts---item {
    max-height: 220px;
  }

  .card-image.blog-featured-v2---image {
    min-height: auto;
    max-height: 350px;
  }

  .card-blue-hover.contact-wrapper {
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-blue-hover.services-card {
    padding: 60px 24px 40px;
  }

  .card-blue-hover.services-card._01 {
    flex-direction: column;
  }

  .card-blue-hover.services-card._01.responsive-alt {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-blue-hover.services-card._03 {
    padding-top: 60px;
    padding-bottom: 32px;
  }

  .card-blue-hover.consulting {
    padding: 32px 24px;
  }

  .card-paragraph {
    margin-bottom: 0;
  }

  .card-blue-description.case-study-card---content-inside, .card-blue-description.case-study-card---content-inside.v2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .circle-floating {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
  }

  .circle-floating.footer-v1 {
    min-width: 40%;
    max-width: 40%;
    top: auto;
    bottom: 23%;
    right: -17%;
  }

  .circle-floating._02 {
    top: -24px;
    right: -92px;
  }

  .circle-floating._04 {
    bottom: -117px;
  }

  .circle-floating._05 {
    bottom: -88px;
  }

  .circle-floating._07 {
    left: -92px;
  }

  .circle-floating._09 {
    bottom: -60px;
    right: -48px;
  }

  .circle-floating._13 {
    max-width: 160px;
  }

  .circle-floating._14 {
    max-width: 100px;
    top: -30px;
    left: -46px;
  }

  .circle-floating._15 {
    bottom: -108px;
    left: -28px;
  }

  .circle-floating._16 {
    bottom: -60px;
  }

  .circle-floating._17 {
    top: -39px;
    left: -54px;
  }

  .circle-floating._18 {
    bottom: -50px;
    right: -50px;
  }

  .circle-floating._19 {
    min-width: 60px;
    max-width: 60px;
    top: -76px;
  }

  .circle-floating._22 {
    bottom: -20%;
  }

  .circle-floating._23 {
    bottom: -60px;
  }

  .circle-floating._24 {
    top: -50px;
  }

  .circle-floating._26 {
    max-width: 160px;
    bottom: -90px;
    right: -58px;
  }

  .circle-floating._27 {
    bottom: -18px;
    left: -82px;
  }

  .circle-floating.layout-02---shape {
    top: -30px;
    right: -59px;
  }

  .circle-floating._30 {
    bottom: -48px;
    right: -69px;
  }

  .circle-floating._31 {
    bottom: -86px;
    left: -55px;
  }

  .circle-floating._32 {
    bottom: -24px;
    right: -88px;
  }

  .circle-floating.layout-v1---shape {
    top: 34%;
    right: -79px;
  }

  .circle-floating.v1-full-width---shape {
    top: -8px;
    left: -23%;
  }

  .circle-floating.solid-shape-v1 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -95px;
    right: -15%;
  }

  .circle-floating.solid-shape-v2 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -100px;
    left: -73px;
  }

  .circle-floating.solid-shape-v3 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -102px;
  }

  .circle-floating.cta-circle {
    bottom: -112px;
  }

  .circle-floating._0-2-1 {
    top: -40px;
    right: -81px;
  }

  .circle-floating.solid-shape-v4 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -116px;
    right: -11%;
  }

  .circle-floating.solid-shape-v5 {
    min-width: 160px;
    max-width: 160px;
    min-height: 160px;
    max-height: 160px;
    top: -125px;
    right: -66px;
  }

  .circle-floating._07-1 {
    left: -92px;
  }

  .bg-floating-content.top.blog-v1-bg-content {
    height: 48%;
  }

  .bg-floating-content.top.blog-v1-bg-content.podcast {
    min-height: 469px;
  }

  .bg-floating-content.top.blog-v1-bg-content.public-speaking {
    min-height: 540px;
  }

  .bg-floating-content.top.blog-category-bg-content {
    height: 790px;
  }

  .bg-floating-content.top.contact-v1-bg-hero {
    height: 82%;
  }

  .bg-floating-content.top.v15-bg-content {
    bottom: 50px;
  }

  .bg-floating-content.top.case-studie-single-bg-content {
    bottom: 8%;
  }

  .bg-floating-content.top.bg-content-v1 {
    height: 80%;
  }

  .bg-floating-content.top.v2-bg-content-hero {
    bottom: 100px;
  }

  .bg-floating-content.top.consulting {
    min-height: 110svh;
  }

  .bg-floating-content.top.webinar {
    bottom: 8%;
  }

  .bg-floating-content.bottom.bg-content-v1 {
    height: 26%;
  }

  .line-wrapper {
    width: 30px;
  }

  .card-description.post-card-description.post-featured-v1---content, .card-description.post-card-description.post-featured-v2---content-right, .card-description.post-card-description.post-v3---content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-description.post-card-description.post-v1---description {
    padding: 24px 24px 28px;
  }

  .card-description.case-study-description {
    padding: 32px 24px;
  }

  .cta-section.cta-v1 {
    padding-bottom: 0;
  }

  .cta-inner-section._02 {
    padding: 80px 24px 70px;
  }

  .cta-inner-section._03 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-inner-section.v2 {
    padding: 60px 24px 64px;
  }

  .cta-inner-section.v3 {
    padding: 47px 24px;
  }

  .inner-floating-circle._02 {
    margin-bottom: -8%;
    margin-right: -49px;
  }

  .full-width-wrapper.pricing-single-full-width-wrapper {
    max-height: 350px;
  }

  .full-width-wrapper.hero-v18-full-width-wrapper {
    margin-left: -20px;
  }

  .full-width-wrapper.v2-full-width-wrapper {
    min-height: 250px;
    max-height: 300px;
  }

  .full-width-wrapper.layout-v1, .full-width-wrapper.layout-top---image-wrapper {
    min-height: 154px;
  }

  .full-width.right.layout---image-right-full-width, .full-width.right.layout-top---image-wrapper {
    margin-right: -20px;
  }

  .full-width.left.about-full-width-v1 {
    max-height: 300px;
    margin-left: -20px;
  }

  .full-width.left.layout---image-left-full-width, .full-width.left.layout-bottom---image-wrapper {
    margin-left: -20px;
  }

  .align-self-bottom.width-100-mbl.button-wrap {
    margin-top: 20px;
  }

  .figure.video-player {
    min-height: 200px;
  }

  .slider-wrapper.bottom-80px---mbp {
    padding-bottom: 80px;
  }

  .mg-bottom-160px {
    margin-bottom: 100px;
  }

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

  .marquee-row {
    min-width: 800px;
  }

  .marquee-row.testimonial-marquee-row {
    min-width: 1590px;
  }

  .popup-floating._01 {
    border-radius: 10px;
    bottom: 37%;
  }

  .popup-floating._02 {
    border-radius: 10px;
    bottom: 20px;
  }

  .testimonial-card-marquee {
    padding-top: 40px;
  }

  .cart-container {
    border-radius: 0;
  }

  .logo-rectangle {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .text-no-wrap.normal---mbp {
    white-space: normal;
  }

  .style-guide-logo {
    max-width: 158px;
  }

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

  .cart-header, .cart-item, .cart-footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout-v1-content-right {
    padding-bottom: 30px;
  }

  .social-gallery-card---wrapper {
    flex-flow: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }

  .post-featured-v2---content {
    flex: 1;
    max-width: 315px;
  }

  .mg-bottom-90px {
    margin-bottom: 63px;
  }

  .big-number-top---content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .contact-form-block-v1 {
    min-height: 694.422px;
  }

  .pd-top-75px {
    padding-top: 60px;
  }

  .display-price-wrapper, .page-display-price-wrapper {
    margin-bottom: 8px;
  }

  .form-input-block {
    min-height: 124px;
  }

  .mg-right--16px.categories-responsive {
    width: 100%;
    margin-right: 0;
  }

  .shipping-method-wrap {
    margin-top: 12px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .more-templates-badge-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    max-width: 250px;
    padding: 8px 18px 8px 15px;
  }

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

  .more-templates-p {
    font-size: 12px;
  }

  .more-templates-lottie {
    width: 40px;
  }

  .services_list {
    grid-template-columns: 1fr;
  }

  .form-header {
    margin-bottom: 0;
  }

  .podcast-cover._208px {
    min-width: 120px;
    max-width: 120px;
    min-height: 120px;
    max-height: 120px;
  }

  .podcast-cover._64px {
    width: 100%;
    max-width: 100%;
  }

  .padding-2rem {
    margin-top: -2rem;
  }

  .js-clock {
    flex-wrap: wrap;
  }

  .box {
    margin-bottom: 10px;
  }

  .terms_bottom-m {
    display: block;
  }

  .image.hide-desktop {
    margin-top: 1.5rem;
    display: inline-flex;
  }

  .form-wrap.social-gallery-card {
    height: auto;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .social-links-container {
    grid-column-gap: 12px;
  }

  .social-icon-circle {
    border-radius: 6px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  .mg-top-220px.mg-bottom-64px {
    margin-top: 164px;
  }
}

#w-node-_186fbe43-5fbe-0034-e8b4-787e8adcfd3f-fbb4fb1c, #w-node-_50cacb8e-de58-161a-1f8f-5bbd2d28523d-fbb4fb1c, #w-node-f0fbf3a8-e14e-69fb-5226-d9d894e0718c-fbb4fb1c, #w-node-_168b8203-cf11-9a96-c4b9-fb1fe5614763-fbb4fb1c, #w-node-_3ea26dd2-0f36-b61e-9445-0febddd53177-fbb4fb1c, #w-node-bff4f525-b7d8-d052-04f5-bbe3ea78edf4-fbb4fb1c, #w-node-_34baf481-3a57-5b96-e959-eac51605577d-fbb4fb1c, #w-node-_545011fd-0866-104a-2c3a-64f7a09b59e9-fbb4fb1c, #w-node-_24b08397-7bfb-1f83-023e-330c371ab1a4-fbb4fb1c, #w-node-f3337bcc-111e-97a6-0ea9-cd57e25fa285-fbb4fb1c, #w-node-_6e5d9202-30b8-a090-89e1-fb538a8062a3-fbb4fb1c, #w-node-_4b77203b-e2a8-17d4-adcb-bf7e1da2b0ed-fbb4fb1c, #w-node-_76927df9-d0dd-4b90-f452-64098c8a9356-fbb4fb1c, #w-node-_7cc1d37b-580c-04b6-2b37-d4417e56fcc5-fbb4fb1c, #w-node-_33ef6f74-b651-7222-7fd5-0426742cf2ca-fbb4fb1c, #w-node-_55ca899c-a74a-b771-1d19-245668e6a11e-fbb4fb1c, #w-node-_1c14cf65-03bd-34d0-ae37-32cefc073a57-fbb4fb1c, #w-node-bd0129e4-90db-13c8-4df8-1a051d63dcea-fbb4fb1c, #w-node-_56e0ddde-c708-6c47-7da7-12d7cafecfd1-fbb4fb1c, #w-node-_4c397945-769f-03f5-3250-e3bfc38893a2-fbb4fb1c, #w-node-_992164a2-c64a-1d6d-875e-4ee49c8a7581-fbb4fb1c, #w-node-_77927a05-6ed5-e87b-503d-b04dd3fe6d79-fbb4fb1c, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ead-fbb4fb1c, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49eb5-fbb4fb1c, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-fbb4fb1c, #w-node-_39f1c957-e64f-03e8-7fd1-e917c40b1c60-fbb4fb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aee1fdbe-1387-4397-e993-d21c363dd8ba-fbb4fb1c, #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136e2-fbb4fb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-fbb4fb1c, #w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37a5-fbb4fb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc0973a7-e425-9f2a-6ca0-2cc0078e37ac-fbb4fb1c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe257-fbb4fb1c, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-fbb4fb1c, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2c6-fbb4fb1c, #w-node-_7d4afe16-534c-7da9-a1f1-701c68b3f2d3-fbb4fb1c, #w-node-_1a138b21-9f9e-af03-003f-43c092a71913-fbb4fb1c, #w-node-_0ea7b455-31b2-75ac-3c81-e240aea03e46-fbb4fb1c, #w-node-_9ab3e1de-006f-f1bc-4d60-9fcd232dce1a-91dd5701, #pass.w-node-_619f19bf53fba71664558e28000000000012-fbb4fb43, #w-node-_4607a8f2-8431-a203-5dae-05e0bcce9aa2-fbb4fb61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0072e5bf-93f6-b605-2ea3-d3d15557f3bf-fbb4fb61 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08b7d986-895c-339a-b064-fd12d6782c20-fbb4fb88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cc3cecd-be5a-fa20-9b49-0a0d6a37993d-fbb4fb88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0ee83eb3-2421-9f16-044f-364429b6c57f-fbb4fb88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_9c3aac9d-5888-721c-4a41-b4377b64649e-fbb4fb88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7537c828-9bb6-0e43-98e0-3416989a99b8-fbb4fb88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_69143733-313c-be23-916a-485997ebe48c-fbb4fb88, #w-node-a9c2ae83-9f1c-b563-ad9b-0f0152cd9695-fbb4fb88, #w-node-fab066fe-25e1-0745-b2ab-53bb6f35c6bb-fbb4fb88, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4da9c-fbb4fb88, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4daa0-fbb4fb88, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4daa2-fbb4fb88, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a740-fbb4fb88, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a744-fbb4fb88, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a746-fbb4fb88, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0cd-fbb4fb88, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0d1-fbb4fb88, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0d3-fbb4fb88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d058541-09f2-cbb5-958f-46015b579adb-5b579ac9 {
  place-self: stretch stretch;
}

#w-node-_2d058541-09f2-cbb5-958f-46015b579add-5b579ac9, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a5117428-a5117423, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a511742f-a5117423, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a5117436-a5117423, #w-node-_7b0804a2-0738-14e6-bcc7-cec5a511743d-a5117423, #w-node-e8633578-5eb3-7f88-8659-b96d1647e441-1647e43b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8633578-5eb3-7f88-8659-b96d1647e44c-1647e43b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_85d5b4d5-546e-c862-c140-8c4719ed2a6a-fbb4fbb3, #w-node-_85d5b4d5-546e-c862-c140-8c4719ed2a76-fbb4fbb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6653c139-6cbd-691e-3236-ee3ec18ff054-fbb4fbb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_59e8f47c-56a8-79a4-1ea3-c7a33c4080a3-fbb4fbb3, #w-node-a1fb8bbf-52b7-adce-1f87-fd3635139ba0-fbb4fbb4, #w-node-cc2279d3-4a45-1a31-3a8a-bb5218913f3b-18913f3a, #w-node-cc2279d3-4a45-1a31-3a8a-bb5218913f55-18913f3a, #w-node-cc2279d3-4a45-1a31-3a8a-bb5218913f57-18913f3a, #w-node-_46ef8c64-684e-0e1b-b34c-a8c2ebc30a4f-fbb4fbb6 {
  align-self: stretch;
}

#w-node-b12f6e16-d66c-2f4c-4934-04c3b5d83444-fbb4fbb9 {
  align-self: start;
}

#w-node-_526429be-68bb-9b42-dabd-932af3acb723-fbb4fbd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_425c0d2e-72cb-0b20-985a-cbdeedaeb4e4-fbb4fbd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d01d2139-1f95-7bde-209d-b84d20a68faf-fbb4fbd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d01d2139-1f95-7bde-209d-b84d20a68fb4-fbb4fbd1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_2f4d4f97-e70d-895e-1bc7-f26d61b007c6-fbb4fbd1, #w-node-_2f4d4f97-e70d-895e-1bc7-f26d61b007d7-fbb4fbd1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b50d-8149dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b58b-8149dfc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b5a1-8149dfc0, #w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b5a6-8149dfc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b5ab-8149dfc0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-bad5b827-2a19-57fb-13d8-745518e4a6b9-fbb4fbd4, #w-node-bad5b827-2a19-57fb-13d8-745518e4a6cf-fbb4fbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_02371b29-5669-7520-4959-d823c0f35e70-fbb4fbd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_02371b29-5669-7520-4959-d823c0f35e74-fbb4fbd4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7bff67aa-6cf5-9491-2a8e-d58ee9e7b52f-fbb4fbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-b16282a5-2aaa-1129-5ed9-8727e820d06d-fbb4fbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4fafb61-5711-f20f-e9a9-bcf5c16dc23f-fbb4fbd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c110268b-b1b6-de3b-879f-faf743e84b3e-fbb4fbd5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c110268b-b1b6-de3b-879f-faf743e84b42-fbb4fbd5 {
  justify-self: start;
}

#w-node-d5ce98b4-a146-f182-ac33-96738ae8277f-fbb4fbd5 {
  justify-self: end;
}

#w-node-_53bba1af-9380-9fb7-8780-006b306c7576-fbb4fbd5, #w-node-_27a07bfe-1bf0-0cff-9118-0367888c2e7d-fbb4fbd5, #w-node-e4ef278d-d1be-fb90-01d2-77cc1801cb2e-fbb4fbeb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_44101f3a-f13e-54f6-4df6-27598567d49c-fbb4fbeb {
  align-self: start;
}

#w-node-d9ac7d22-5c0d-8b79-b13b-23adf641a537-fbb4fbeb {
  align-self: center;
}

#w-node-_1ae9dacc-c2ac-0996-dc0b-881c18c0c3c2-fbb4fbeb {
  place-self: center end;
}

#w-node-_4fa575fe-dab8-2de4-e6f0-85c75285614b-fbb4fbec {
  align-self: stretch;
}

#w-node-_32cb38a9-f4ce-fe96-868d-ff8964703ca9-fbb4fbed, #w-node-_688c2090-e69b-7724-5934-1613f649830c-fbb4fbed, #w-node-_7e420839-3635-0893-9b5c-56d94530e649-fbb4fbed, #w-node-_9bfec758-f11e-e751-9683-3fe472fbe99a-fbb4fbed, #w-node-_3c461544-d97b-9127-88ae-32fb4982d072-fbb4fbed, #w-node-_72bb47b3-57ce-c293-ee57-165366e3fff4-fbb4fbed, #w-node-_0246697b-5569-48d4-e952-82d1883b7ac6-fbb4fbed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0246697b-5569-48d4-e952-82d1883b7ac9-fbb4fbed {
  justify-self: end;
}

#w-node-_866fddf5-5cca-dc99-b705-ef6d69e77035-fbb4fbed {
  align-self: stretch;
}

#w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db28-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db2f-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db34-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db39-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db61-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db9f-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9dbad-fbb4fbed {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9dbb0-fbb4fbed {
  justify-self: end;
}

#w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9dbfb-fbb4fbed, #w-node-_89bf60c4-dc12-4f3b-5308-6923c465e6ac-fbb4fbee {
  align-self: stretch;
}

#w-node-_5b1d6045-06d9-edbf-f85f-68b191220f9e-fbb4fbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e2b4d9b2-1326-9f0c-5d3e-27c4ede93876-fbb4fbef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6fcdf7f6-2c10-a75a-9d5c-7311d147f722-fbb4fbf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1f14d3a3-b6a9-2ee6-d8ab-d292f91cf16f-fbb4fbf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_0c93c20d-f145-e00e-d412-46c2535ed51b-fbb4fbf0 {
  place-self: end;
}

#w-node-f64433eb-c5a1-880e-c08d-f70d40c57fc3-fbb4fbf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f64433eb-c5a1-880e-c08d-f70d40c57fcf-fbb4fbf0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-f64433eb-c5a1-880e-c08d-f70d40c57fda-fbb4fbf0 {
  place-self: end;
}

#w-node-_928a606e-dc9f-c32a-0d61-3f5c636158e2-fbb4fbf2, #w-node-f42c846f-85e4-47ab-b1fd-53e1f3fb436a-fbb4fbf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c0c8364c-8053-18b7-7dda-d30de8a140d9-e8a140d5 {
  justify-self: start;
}

#w-node-c0c8364c-8053-18b7-7dda-d30de8a140e3-e8a140d5 {
  justify-self: end;
}

#w-node-_7c159e6d-be14-639d-1f44-29bb1cf5ffe6-1cf5ffcd, #w-node-_7c159e6d-be14-639d-1f44-29bb1cf60029-1cf5ffcd, #w-node-_37154be7-ade4-61be-9eca-1479e76e6078-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca80055b-4dff-1548-d0dc-763d8836a7c6-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6195f241-1060-68bb-9d93-c18dda40ca18-fbb4fbfe, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca19-fbb4fbfe, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca1a-fbb4fbfe, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca1b-fbb4fbfe, #w-node-_6195f241-1060-68bb-9d93-c18dda40ca1c-fbb4fbfe, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a35-fbb4fbfe, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a36-fbb4fbfe, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a37-fbb4fbfe, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a38-fbb4fbfe, #w-node-_30b2db11-a8f4-de95-338e-e2a754699a39-fbb4fbfe, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb9213577-fbb4fbfe, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb9213578-fbb4fbfe, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb9213579-fbb4fbfe, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb921357a-fbb4fbfe, #w-node-_2b74a2c4-f303-186b-bb52-7bdfb921357b-fbb4fbfe, #w-node-_21986263-e1a2-896a-7021-617353156aea-fbb4fbfe, #w-node-_21986263-e1a2-896a-7021-617353156aeb-fbb4fbfe, #w-node-_21986263-e1a2-896a-7021-617353156aec-fbb4fbfe, #w-node-_21986263-e1a2-896a-7021-617353156aed-fbb4fbfe, #w-node-_21986263-e1a2-896a-7021-617353156aee-fbb4fbfe, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f97-fbb4fbfe, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f98-fbb4fbfe, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f99-fbb4fbfe, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f9a-fbb4fbfe, #w-node-f2286ffb-b044-b00e-ca04-9b9776278f9b-fbb4fbfe, #w-node-f3122413-636a-b633-69c1-a704072d3ea3-fbb4fbfe, #w-node-f3122413-636a-b633-69c1-a704072d3ea4-fbb4fbfe, #w-node-f3122413-636a-b633-69c1-a704072d3ea5-fbb4fbfe, #w-node-f3122413-636a-b633-69c1-a704072d3ea6-fbb4fbfe, #w-node-f3122413-636a-b633-69c1-a704072d3ea7-fbb4fbfe, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d7097d-fbb4fbfe, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d7097e-fbb4fbfe, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d7097f-fbb4fbfe, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d70980-fbb4fbfe, #w-node-_279b7c12-bcd5-7843-783e-0dcf83d70981-fbb4fbfe, #w-node-_86879d44-643a-8d8d-096b-890508d57be6-fbb4fbfe, #w-node-_86879d44-643a-8d8d-096b-890508d57be7-fbb4fbfe, #w-node-_86879d44-643a-8d8d-096b-890508d57be8-fbb4fbfe, #w-node-_86879d44-643a-8d8d-096b-890508d57be9-fbb4fbfe, #w-node-_86879d44-643a-8d8d-096b-890508d57bea-fbb4fbfe, #w-node-f9fee8f0-1d81-8018-1f0d-6fec79c929ac-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_14a7f962-4cbf-5c5f-1f46-cd7e33825334-fbb4fbfe {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: end;
}

#w-node-_0dbc6ed4-d74d-b3e4-e2b7-38adb5defeba-fbb4fbfe {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1c909a0a-2870-ca69-ad1e-ced3072a1b00-fbb4fbfe {
  place-self: stretch end;
}

#w-node-_0dc7e70d-7e6d-9c2f-9b62-3f3c1a60710f-fbb4fbfe {
  align-self: stretch;
}

#w-node-_5ff71714-aa2b-abba-ad83-59d5c317a4f7-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3945eda1-5393-04c9-712e-48fb9e4c4b79-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_93782c34-7596-0b2e-bff1-558bc2613e76-fbb4fbfe, #w-node-_93782c34-7596-0b2e-bff1-558bc2613e7d-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abda7620-dffe-1bd3-6272-fbd9f8052aa2-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-ef35d972-f525-afeb-0eaf-cb776e3816ab-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_4e96786d-7778-572d-b770-17c72aafd0e6-fbb4fbfe {
  align-self: start;
}

#w-node-_03faf0bf-cb1b-5582-5b01-b6c60effac87-fbb4fbfe {
  align-self: stretch;
}

#w-node-_28d58fc7-d489-5433-0231-f47246719826-fbb4fbfe, #w-node-_28d58fc7-d489-5433-0231-f47246719832-fbb4fbfe, #w-node-_28d58fc7-d489-5433-0231-f47246719834-fbb4fbfe, #w-node-c8bd5bd8-4a6e-f7d5-74d7-0d312aaf4e2b-fbb4fbfe, #w-node-c8bd5bd8-4a6e-f7d5-74d7-0d312aaf4e34-fbb4fbfe, #w-node-c8bd5bd8-4a6e-f7d5-74d7-0d312aaf4e36-fbb4fbfe, #w-node-_2839f9df-4823-eab4-daef-a7cd3b8e9dc3-fbb4fbfe, #w-node-_2839f9df-4823-eab4-daef-a7cd3b8e9dcf-fbb4fbfe, #w-node-_2839f9df-4823-eab4-daef-a7cd3b8e9dd1-fbb4fbfe, #w-node-_4a2cd267-d9a2-df00-c252-43607090b46f-fbb4fbfe, #w-node-_4a2cd267-d9a2-df00-c252-43607090b47b-fbb4fbfe, #w-node-_4a2cd267-d9a2-df00-c252-43607090b47d-fbb4fbfe, #w-node-f7b5deff-9e7b-b389-4c68-b6a2f800fd5d-fbb4fbfe, #w-node-f7b5deff-9e7b-b389-4c68-b6a2f800fd5f-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92b9-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92c3-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92c5-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92cd-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92d7-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92d9-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92e1-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92eb-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92ed-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92f5-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd92ff-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd9301-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd9313-fbb4fbfe, #w-node-_580cbb55-beee-5f0b-5882-ae5278bd9315-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd91378b-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd913795-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd913797-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd91379f-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137a9-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137ab-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137b3-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137bd-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137bf-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137c7-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137d1-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137d3-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137e5-fbb4fbfe, #w-node-_1d7bc85e-e480-3d33-efac-97f6dd9137e7-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7926-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7930-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7932-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d793a-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7944-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7946-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d794e-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7958-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d795a-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7962-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d796c-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d796e-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7980-fbb4fbfe, #w-node-_4ee9b6f5-78b7-c1a7-877f-18efe69d7982-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c5a-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c64-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c66-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c6e-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c78-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c7a-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c82-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c8c-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c8e-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546c96-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546ca0-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546ca2-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546cb4-fbb4fbfe, #w-node-d6a8a4b3-45de-7472-ab9c-cec7f7546cb6-fbb4fbfe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea9013-2bea900a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea901f-2bea900a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-e6275218-114a-1337-0bc7-1f17a3348846-fbb4fc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_39ed5433-f199-308c-af4b-8e79aec0fbb2-fbb4fc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-b8c26454-36d1-fc9a-9948-be7f4cfe2327-fbb4fc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_56269763-e4e5-ca6f-666e-1d5edbc28d09-fbb4fc12 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_506ad046-aa6c-fe9c-e14d-961e66fbdcda-fbb4fc12, #w-node-_78dd7edd-b1b5-7a30-1f13-fdb0f8f66528-fbb4fc12, #w-node-_6676b59a-7625-769d-b02e-ce501ac68c17-fbb4fc12, #w-node-_1a7fa590-3482-ee2c-d81f-620df8eb8992-fbb4fc12, #w-node-b1ab477b-76ef-d9cb-a471-5bb405598d83-fbb4fc12, #w-node-_9b54ec3c-1f77-69f3-1c82-e8a2283895c4-fbb4fc12, #w-node-_5621dd40-b8c8-9b44-3d24-86c9c596b9ee-fbb4fc12, #w-node-d5c1cce6-35ac-26dd-e433-128a038a1d12-038a1d09, #w-node-d5c1cce6-35ac-26dd-e433-128a038a1d1f-038a1d09, #w-node-_00d9ebd7-9372-d931-c60c-8fc7a4024306-fbb4fc13, #w-node-_69b668d0-969e-49bf-61b1-db556d5227d0-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c36d489f-80eb-2d0a-20fe-56439a74f1e9-fbb4fc13 {
  align-self: stretch;
}

#w-node-_32ec3a1e-9963-7a24-1bfe-b0af6a3e2486-fbb4fc13 {
  justify-self: end;
}

#w-node-e38a866c-1bea-ce4b-4e33-96724e78dffa-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf7cde9f-789c-bb2e-e4b9-6f1d093136a0-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_7647149d-6c94-33dc-5fb0-f02aaeb1eee1-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-cee21123-a190-1ffa-50a5-c5884e4bb720-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e75b7323-e19e-ca48-cbbe-b6bc64f1d4a1-fbb4fc13, #w-node-_95f5e69a-294c-bb30-d136-c7a0629d9cbd-fbb4fc13, #w-node-c724998c-a249-8f9e-8bef-466411a883b7-fbb4fc13, #w-node-_7d6c7950-86bc-ec68-122e-5886f986ef5e-fbb4fc13, #w-node-_2a030c5b-990b-ddc1-fe26-e7677ed00266-fbb4fc13, #w-node-ac6b108d-d1c4-ec0e-f7ee-ca5499f22c1a-fbb4fc13, #w-node-_4054cff1-c931-01b9-6002-c78e9bea8381-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8715fa60-d6b5-bad8-9c99-c10d6db58e31-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_110b2387-d84e-57e1-bb7f-f55abab06ff5-fbb4fc13, #w-node-_8eb5bbe9-f783-fd31-788d-0314c6873502-fbb4fc13, #w-node-_91a80a4d-982f-83a7-6f10-67bdf8a75cab-fbb4fc13, #w-node-_3e6ba753-1bfd-5575-6eb2-4ff2cd2a9716-fbb4fc13, #w-node-_49cb4acd-bba5-bb80-9cff-b2297ac5ad59-fbb4fc13, #w-node-d1274c3f-7ecc-c2c1-13a5-8aa60027abce-fbb4fc13, #w-node-d1274c3f-7ecc-c2c1-13a5-8aa60027abd0-fbb4fc13, #w-node-d1274c3f-7ecc-c2c1-13a5-8aa60027abd2-fbb4fc13, #w-node-_2736c211-79a8-0d99-e8dc-67e75989676f-fbb4fc13, #w-node-_2736c211-79a8-0d99-e8dc-67e759896771-fbb4fc13, #w-node-c01defd4-8ccb-fb41-15ee-b12996285d6b-fbb4fc13, #w-node-c01defd4-8ccb-fb41-15ee-b12996285d6d-fbb4fc13, #w-node-c01defd4-8ccb-fb41-15ee-b12996285d6f-fbb4fc13, #w-node-_261e2b29-cfa9-4235-42d3-51f4005de966-fbb4fc13, #w-node-_261e2b29-cfa9-4235-42d3-51f4005de968-fbb4fc13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_850706f2-d2c3-5ac8-8b24-786fefb00cef-fbb4fc13 {
  align-self: stretch;
}

#w-node-ca2fdaf4-03e7-7ddf-8f07-b386ef33a9e5-fbb4fc2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_4597d1ca-ae46-8903-d4f5-22c81b826665-fbb4fc2b, #w-node-_111f8296-5d7e-b9c0-2baf-667176d9b20b-fbb4fc2b {
  align-self: start;
}

#w-node-ec58d1ba-3fe6-5984-c46f-f5fb5f774d31-fbb4fc2f {
  align-self: stretch;
}

#w-node-b866e1e6-7fd4-8946-7b5e-bab6b58d751c-fbb4fc45 {
  align-self: start;
}

#w-node-_8ddbff7a-9257-833e-d32e-8da441707aaa-fbb4fc5b, #w-node-d59ef6d6-c4a5-a761-f58f-681471b9ac8f-ae21b34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d59ef6d6-c4a5-a761-f58f-681471b9aca0-ae21b34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e74d-ae21b34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7cb-ae21b34e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7e1-ae21b34e, #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7e6-ae21b34e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7eb-ae21b34e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ee33619d-c053-1ec9-e41b-71c5e1074988-569ff10d {
  align-self: start;
}

#w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c5668-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c567c-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c5681-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c5684-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_67d6025f-837d-66e6-0878-3f8fdd547f3d-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_67d6025f-837d-66e6-0878-3f8fdd547f6b-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_67d6025f-837d-66e6-0878-3f8fdd547f70-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_67d6025f-837d-66e6-0878-3f8fdd547f73-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c0f3-36e2c0c9, #w-node-ad28536a-41e8-d2a6-5c5b-33148689ad0c-36e2c0c9, #w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c0f7-36e2c0c9, #w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c100-36e2c0c9, #w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c104-36e2c0c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_780e0f16-d94a-80ca-fdcd-ffbbce1b7860-36e2c0c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c10c-36e2c0c9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_674f2ec3-4a51-fb6f-a1a3-23ffe1abda8b-eab3671b, #w-node-_674f2ec3-4a51-fb6f-a1a3-23ffe1abdaa1-eab3671b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c23-eab3671b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c3c-eab3671b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c40-eab3671b, #w-node-_6e3f4431-26f5-7da2-e233-1e2164ca961e-eab3671b, #w-node-_4d189a01-04dc-5baf-750b-9ad263f8af81-eab3671b, #w-node-_5e361939-ed95-212d-d5c6-3899521a70c2-eab3671b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c59-eab3671b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_4fc96d6c-1273-0231-b8f2-3457351693c8-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fc96d6c-1273-0231-b8f2-3457351693d6-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-dc530546-366e-b9f6-fa06-c25478c39d03-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc530546-366e-b9f6-fa06-c25478c39d16-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_08c964bd-7afa-7ac0-d870-32166d3a1e2c-3742b836, #w-node-_08c964bd-7afa-7ac0-d870-32166d3a1e2e-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_101f05a4-676a-ba91-04d5-7a18cb1d9f2a-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_101f05a4-676a-ba91-04d5-7a18cb1d9f30-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7612d207-909e-53e0-9551-6434cd5bea0e-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea18-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea1a-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea22-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea2c-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea2e-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea36-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea40-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea42-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea4a-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea54-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea56-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea68-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea6a-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea73-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea7d-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea7f-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea87-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea91-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea93-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bea9b-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beaa5-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beaa7-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beaaf-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beab9-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beabb-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beacd-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beacf-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bead8-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beae2-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beae4-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beaec-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beaf6-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beaf8-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb00-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb0a-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb0c-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb14-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb1e-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb20-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb32-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb34-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb3d-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb47-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb49-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb51-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb5b-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb5d-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb65-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb6f-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb71-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb79-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb83-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb85-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb97-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beb99-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5beba2-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebac-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebae-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebb6-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebc0-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebc2-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebca-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebd4-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebd6-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebde-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebe8-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebea-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebfc-3742b836, #w-node-_7612d207-909e-53e0-9551-6434cd5bebfe-3742b836, #w-node-_5cd685eb-8653-197f-89f9-8983058db460-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_94cae2b4-1281-05df-6036-c7a7358850a9-3742b836 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5cd685eb-8653-197f-89f9-8983058db471-3742b836, #w-node-b3c79a34-9568-b47a-aa5b-8f27c5683670-3742b836, #w-node-_8eea8dab-6ac7-5bf2-1308-63c797fc24a2-3742b836, #w-node-_3f98edd4-b53e-cac0-f4e0-14af958ff7bd-3742b836, #w-node-ec0876c7-63a6-c333-9d4e-934295586cb6-3742b836, #w-node-c1b2253c-9886-2e46-9990-4442b5a25e05-3742b836 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5cd685eb-8653-197f-89f9-8983058db479-3742b836 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-e9873c2b-405d-409d-478a-b95bb7abc583-d54aa43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e9873c2b-405d-409d-478a-b95bb7abc5b1-d54aa43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-e9873c2b-405d-409d-478a-b95bb7abc5b6-d54aa43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e9873c2b-405d-409d-478a-b95bb7abc5b9-d54aa43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-e9873c2b-405d-409d-478a-b95bb7abc5e8-d54aa43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-e9873c2b-405d-409d-478a-b95bb7abc616-d54aa43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch end;
}

#w-node-_6f8253aa-ec2d-426e-f187-a1c646fef701-d54aa43d, #w-node-_6ad295e3-817f-1d98-d738-199778bf9d0a-d54aa43d, #w-node-b3afb14a-fcac-31eb-3dbc-09d0045e954d-d54aa43d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6f8253aa-ec2d-426e-f187-a1c646fef716-d54aa43d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f8253aa-ec2d-426e-f187-a1c646fef71a-d54aa43d {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-ec9a7cb3-327b-1645-87f9-0703755741c6-c60003c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9c9524d-273a-b1b5-0998-2f09b18fa193-c60003c7 {
  align-self: start;
}

#w-node-ec9a7cb3-327b-1645-87f9-0703755741d0-c60003c7, #w-node-ec9a7cb3-327b-1645-87f9-0703755741d5-c60003c7, #w-node-ec9a7cb3-327b-1645-87f9-0703755741da-c60003c7, #w-node-ec9a7cb3-327b-1645-87f9-0703755741df-c60003c7, #w-node-_002769ed-f4e7-39bf-c447-99c868f22414-c60003c7, #w-node-f3235995-fdd9-0843-8a53-c9ce30a95cb0-0a881b06, #w-node-f3235995-fdd9-0843-8a53-c9ce30a95cb1-0a881b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d532bc65-558c-f055-dcfc-1639300b1236-0a881b06 {
  place-self: center;
}

#w-node-d532bc65-558c-f055-dcfc-1639300b1240-0a881b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d532bc65-558c-f055-dcfc-1639300b1255-0a881b06, #w-node-_0d565a2d-4e5e-f719-8ae8-12a9a94e4e01-0a881b06, #w-node-_96cfdfc1-e284-8fb8-569a-956709d8ab8e-0a881b06, #w-node-_2942f3e6-8b29-c2df-3480-498b237e10e7-0a881b06, #w-node-_2e7f04ea-3662-a9b9-4e6e-d7679b0d0abf-0a881b06, #w-node-_2d116a0b-83f3-06c3-04e9-152f36c54bc6-0a881b06, #w-node-b8273e3e-388d-70fb-cc79-239d0c9554b8-0a881b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8273e3e-388d-70fb-cc79-239d0c9554cc-0a881b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_61daeafd-a4db-11de-bf1f-668a122a6696-0a881b06, #w-node-_35eeeb42-937e-cc02-85f6-cf2557a644ca-0a881b06, #w-node-e7002693-a8e2-018f-6d11-473096fa8924-0a881b06, #w-node-_61daeafd-a4db-11de-bf1f-668a122a669c-0a881b06 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05078527-5e94-1a3c-7a85-5e2840d8e132-0a881b06 {
  place-self: end;
}

#w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db086-34f02cc2, #w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db08d-34f02cc2, #w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db092-34f02cc2, #w-node-ac2ad2f1-90bc-f82d-72a7-9f2fa7c84f84-34f02cc2, #w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db097-34f02cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_173b83b9-eed0-5d19-a989-a9363fe0c8e5-34f02cc2 {
  align-self: start;
}

#w-node-_6fc3ef13-53ca-0628-6749-f7bbb334aeb3-34f02cc2, #w-node-_6fc3ef13-53ca-0628-6749-f7bbb334aeb5-34f02cc2, #w-node-_6fc3ef13-53ca-0628-6749-f7bbb334aebb-34f02cc2, #w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db0fd-34f02cc2, #w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db0bf-34f02cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db0c4-34f02cc2 {
  align-self: start;
}

#w-node-_94d2aed0-4154-ff61-3b7f-40474949212b-34f02cc2, #w-node-_94d2aed0-4154-ff61-3b7f-40474949212d-34f02cc2, #w-node-_94d2aed0-4154-ff61-3b7f-404749492133-34f02cc2, #w-node-_47e15a9a-92a0-6268-d34f-a7c3c73d7c3a-34f02cc2, #w-node-_234800ac-2219-11d5-8c81-a8fd880d43c7-34f02cc2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60486724-0200-b0b3-0e40-53ad628ef68b-34f02cc2 {
  align-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-cee21123-a190-1ffa-50a5-c5884e4bb720-fbb4fc13 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_9ab3e1de-006f-f1bc-4d60-9fcd232dce1a-91dd5701, #w-node-_3ae9adee-2d81-40d0-a4bb-019179c4da9c-fbb4fb88, #w-node-f9a33528-9e57-7801-a0cf-2f5217b4a740-fbb4fb88, #w-node-_8bfb70c7-78d2-4d3f-1c24-80093561e0cd-fbb4fb88, #w-node-_2f4d4f97-e70d-895e-1bc7-f26d61b007d7-fbb4fbd1, #w-node-bad5b827-2a19-57fb-13d8-745518e4a6cf-fbb4fbd4, #w-node-_69b668d0-969e-49bf-61b1-db556d5227d0-fbb4fc13, #w-node-ad28536a-41e8-d2a6-5c5b-33148689ad0c-36e2c0c9, #w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c0f7-36e2c0c9, #w-node-_674f2ec3-4a51-fb6f-a1a3-23ffe1abdaa1-eab3671b, #w-node-f3235995-fdd9-0843-8a53-c9ce30a95cb1-0a881b06 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4c397945-769f-03f5-3250-e3bfc38893a2-fbb4fb1c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-fbb4fb1c {
    grid-column: span 2 / span 2;
    justify-self: center;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-fbb4fb1c, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-fbb4fb1c {
    order: -9999;
  }

  #w-node-_5cc3cecd-be5a-fa20-9b49-0a0d6a37993d-fbb4fb88 {
    order: 9999;
  }

  #w-node-_0ee83eb3-2421-9f16-044f-364429b6c57f-fbb4fb88, #w-node-e8633578-5eb3-7f88-8659-b96d1647e44c-1647e43b, #w-node-_425c0d2e-72cb-0b20-985a-cbdeedaeb4e4-fbb4fbd1, #w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b58b-8149dfc0 {
    justify-self: auto;
  }

  #w-node-_7bff67aa-6cf5-9491-2a8e-d58ee9e7b52f-fbb4fbd4 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-c4fafb61-5711-f20f-e9a9-bcf5c16dc23f-fbb4fbd4, #w-node-e2b4d9b2-1326-9f0c-5d3e-27c4ede93876-fbb4fbef, #w-node-_1f14d3a3-b6a9-2ee6-d8ab-d292f91cf16f-fbb4fbf0, #w-node-f64433eb-c5a1-880e-c08d-f70d40c57fcf-fbb4fbf0 {
    justify-self: auto;
  }

  #w-node-c0c8364c-8053-18b7-7dda-d30de8a140d9-e8a140d5 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-c0c8364c-8053-18b7-7dda-d30de8a140e3-e8a140d5 {
    justify-self: center;
  }

  #w-node-ca80055b-4dff-1548-d0dc-763d8836a7c6-fbb4fbfe {
    justify-self: auto;
  }

  #w-node-_0dbc6ed4-d74d-b3e4-e2b7-38adb5defeba-fbb4fbfe {
    align-self: stretch;
  }

  #w-node-_07868831-d80f-e532-75d5-a01b2c9ed02e-fbb4fbfe {
    order: -9999;
  }

  #w-node-_0dc7e70d-7e6d-9c2f-9b62-3f3c1a60710f-fbb4fbfe {
    order: 9999;
  }

  #w-node-_3945eda1-5393-04c9-712e-48fb9e4c4b79-fbb4fbfe {
    justify-self: auto;
  }

  #w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea9013-2bea900a {
    justify-self: center;
  }

  #w-node-_2a1a1419-f8cd-3236-7ad2-3dd12bea901f-2bea900a, #w-node-_39ed5433-f199-308c-af4b-8e79aec0fbb2-fbb4fc12 {
    justify-self: auto;
  }

  #w-node-b8c26454-36d1-fc9a-9948-be7f4cfe2327-fbb4fc12 {
    justify-self: stretch;
  }

  #w-node-_56269763-e4e5-ca6f-666e-1d5edbc28d09-fbb4fc12 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-d59ef6d6-c4a5-a761-f58f-681471b9aca0-ae21b34e {
    justify-self: auto;
  }

  #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7cb-ae21b34e {
    order: -9999;
    justify-self: auto;
  }

  #w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c567c-36e2c0c9 {
    justify-self: auto;
  }

  #w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c5681-36e2c0c9 {
    justify-self: stretch;
  }

  #w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c5684-36e2c0c9 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_67d6025f-837d-66e6-0878-3f8fdd547f6b-36e2c0c9 {
    justify-self: auto;
  }

  #w-node-_67d6025f-837d-66e6-0878-3f8fdd547f70-36e2c0c9 {
    justify-self: stretch;
  }

  #w-node-_67d6025f-837d-66e6-0878-3f8fdd547f73-36e2c0c9 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_4fc96d6c-1273-0231-b8f2-3457351693d6-3742b836 {
    justify-self: auto;
  }

  #w-node-_101f05a4-676a-ba91-04d5-7a18cb1d9f2a-3742b836 {
    order: 9999;
  }

  #w-node-_101f05a4-676a-ba91-04d5-7a18cb1d9f30-3742b836, #w-node-e9873c2b-405d-409d-478a-b95bb7abc5b1-d54aa43d {
    justify-self: auto;
  }

  #w-node-e9873c2b-405d-409d-478a-b95bb7abc5b6-d54aa43d {
    justify-self: stretch;
  }

  #w-node-e9873c2b-405d-409d-478a-b95bb7abc5b9-d54aa43d {
    order: -9999;
    justify-self: auto;
  }

  #w-node-e9873c2b-405d-409d-478a-b95bb7abc616-d54aa43d {
    justify-self: auto;
  }

  #w-node-d532bc65-558c-f055-dcfc-1639300b1236-0a881b06 {
    order: 9999;
  }

  #w-node-d532bc65-558c-f055-dcfc-1639300b1240-0a881b06 {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4c397945-769f-03f5-3250-e3bfc38893a2-fbb4fb1c, #w-node-_4bf4fff5-bb35-40c9-34ae-79ad4ed49ebd-fbb4fb1c {
    grid-column: span 1 / span 1;
  }

  #w-node-a03e51d8-a0ed-40fd-367a-fbe9c62136db-fbb4fb1c, #w-node-_6a94e09d-dc86-bbd2-d2f3-c35b05bbe259-fbb4fb1c {
    order: -9999;
  }

  #w-node-_0072e5bf-93f6-b605-2ea3-d3d15557f3bf-fbb4fb61 {
    order: -9999;
    justify-self: auto;
  }

  #w-node-c110268b-b1b6-de3b-879f-faf743e84b3e-fbb4fbd5 {
    grid-column: span 1 / span 1;
  }

  #w-node-d5ce98b4-a146-f182-ac33-96738ae8277f-fbb4fbd5 {
    justify-self: auto;
  }

  #w-node-_1ae9dacc-c2ac-0996-dc0b-881c18c0c3c2-fbb4fbeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_4cb877d2-0ee4-5c27-d87b-499ae08808e0-fbb4fbed, #w-node-_688c2090-e69b-7724-5934-1613f649830c-fbb4fbed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0246697b-5569-48d4-e952-82d1883b7ac9-fbb4fbed {
    justify-self: auto;
  }

  #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db2e-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9db2f-fbb4fbed {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9dbb0-fbb4fbed {
    justify-self: auto;
  }

  #w-node-f9fee8f0-1d81-8018-1f0d-6fec79c929ac-fbb4fbfe {
    grid-column: span 2 / span 2;
  }

  #w-node-_14a7f962-4cbf-5c5f-1f46-cd7e33825334-fbb4fbfe {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_0dbc6ed4-d74d-b3e4-e2b7-38adb5defeba-fbb4fbfe {
    grid-row: span 1 / span 1;
  }

  #w-node-_52f61cd0-ebc2-19e9-1ff6-449d6fd24ede-fbb4fc12 {
    order: -9999;
  }

  #w-node-_32ec3a1e-9963-7a24-1bfe-b0af6a3e2486-fbb4fc13, #w-node-bf7cde9f-789c-bb2e-e4b9-6f1d093136a0-fbb4fc13 {
    justify-self: auto;
  }

  #w-node-_7647149d-6c94-33dc-5fb0-f02aaeb1eee1-fbb4fc13 {
    order: 9999;
  }

  #w-node-cee21123-a190-1ffa-50a5-c5884e4bb720-fbb4fc13, #w-node-_8715fa60-d6b5-bad8-9c99-c10d6db58e31-fbb4fc13 {
    justify-self: auto;
  }

  #w-node-_8ddbff7a-9257-833e-d32e-8da4417076f6-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707701-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da44170770c-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707717-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707727-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707734-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707741-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da44170774e-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da44170775b-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707768-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da44170777a-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707785-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707790-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077a4-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077b8-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077cc-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077e0-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077f3-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da4417077fe-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707809-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707819-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da44170782b-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707834-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707840-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da44170784a-fbb4fc5b, #w-node-_8ddbff7a-9257-833e-d32e-8da441707854-fbb4fc5b {
    order: -9999;
  }

  #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7e1-ae21b34e, #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7e6-ae21b34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7eb-ae21b34e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c100-36e2c0c9, #w-node-_780e0f16-d94a-80ca-fdcd-ffbbce1b7860-36e2c0c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c10c-36e2c0c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c40-eab3671b, #w-node-_94cae2b4-1281-05df-6036-c7a7358850a9-3742b836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5cd685eb-8653-197f-89f9-8983058db479-3742b836 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_6f8253aa-ec2d-426e-f187-a1c646fef716-d54aa43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f8253aa-ec2d-426e-f187-a1c646fef71a-d54aa43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8064a7aa-9f04-bfc4-7dd0-96f5c1e2a595-c60003c7, #w-node-ec9a7cb3-327b-1645-87f9-0703755741d0-c60003c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8273e3e-388d-70fb-cc79-239d0c9554cc-0a881b06 {
    justify-self: auto;
  }

  #w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db08c-34f02cc2, #w-node-_534ebcfb-a1e2-4c8a-784c-37e7896db08d-34f02cc2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_46ef8c64-684e-0e1b-b34c-a8c2ebc30a5e-fbb4fbb6, #w-node-_46ef8c64-684e-0e1b-b34c-a8c2ebc30a66-fbb4fbb6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ee656db5-0d27-f062-3870-55aa99aadfbe-fbb4fbb7 {
    order: 9999;
  }

  #w-node-d01d2139-1f95-7bde-209d-b84d20a68faf-fbb4fbd1, #w-node-d01d2139-1f95-7bde-209d-b84d20a68fb4-fbb4fbd1, #w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b5a6-8149dfc0, #w-node-_0cbb0c50-f936-b6ad-1dfd-92d69945b5ab-8149dfc0, #w-node-_02371b29-5669-7520-4959-d823c0f35e70-fbb4fbd4, #w-node-_02371b29-5669-7520-4959-d823c0f35e74-fbb4fbd4, #w-node-c110268b-b1b6-de3b-879f-faf743e84b3e-fbb4fbd5, #w-node-c110268b-b1b6-de3b-879f-faf743e84b42-fbb4fbd5 {
    grid-column: span 1 / span 1;
  }

  #w-node-d9ac7d22-5c0d-8b79-b13b-23adf641a537-fbb4fbeb {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_866fddf5-5cca-dc99-b705-ef6d69e77044-fbb4fbed, #w-node-_866fddf5-5cca-dc99-b705-ef6d69e7704c-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9dc0a-fbb4fbed, #w-node-_6a6b1384-90f0-4764-aafa-d31ab8c9dc12-fbb4fbed, #w-node-_03faf0bf-cb1b-5582-5b01-b6c60effac93-fbb4fbfe, #w-node-_03faf0bf-cb1b-5582-5b01-b6c60effac9b-fbb4fbfe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e74d-ae21b34e {
    order: -9999;
  }

  #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7e1-ae21b34e, #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7e6-ae21b34e, #w-node-_082c9162-409e-e1a8-b7b6-109c0ea7e7eb-ae21b34e {
    grid-column: span 1 / span 1;
  }

  #w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c567c-36e2c0c9, #w-node-d80b9b8e-a891-63b2-aa1f-6dc3b59c5681-36e2c0c9, #w-node-_67d6025f-837d-66e6-0878-3f8fdd547f6b-36e2c0c9, #w-node-_67d6025f-837d-66e6-0878-3f8fdd547f70-36e2c0c9 {
    order: -9999;
  }

  #w-node-_780e0f16-d94a-80ca-fdcd-ffbbce1b7860-36e2c0c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cddfb0e9-a2b9-a11d-1efb-29850d07c10c-36e2c0c9 {
    grid-column: span 1 / span 1;
  }

  #w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c23-eab3671b, #w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c40-eab3671b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95593768-9e57-d5b7-fe8c-3a741e7f5c59-eab3671b {
    grid-column: span 1 / span 1;
  }

  #w-node-_101f05a4-676a-ba91-04d5-7a18cb1d9f2a-3742b836 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-_5cd685eb-8653-197f-89f9-8983058db479-3742b836 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6f8253aa-ec2d-426e-f187-a1c646fef716-d54aa43d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6f8253aa-ec2d-426e-f187-a1c646fef71a-d54aa43d {
    grid-column: span 1 / span 1;
  }

  #w-node-d532bc65-558c-f055-dcfc-1639300b1236-0a881b06 {
    order: -9999;
  }
}


@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: 'Arrow Large Right';
  src: url('../fonts/arrow-large-right.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Objectivity';
  src: url('../fonts/Objectivity-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}