:root {
  --neutral-600: #6e7191;
  --neutral-800: #263238;
  --primary-1: #dc4405;
  --secondary-3: #3f80fd;
  --secondary-1: var(--neutral-100);
  --secondary-2: #6a35ff;
  --secondary-4: #ff8139;
  --neutral-700: #4e4b66;
  --neutral-500: #a0a3bd;
  --neutral-400: #d9dbe9;
  --neutral-300: #eff0f6;
  --neutral-200: #f5f7fc;
  --neutral-100: white;
  --shadow-form-2: rgba(20, 20, 43, .04);
  --shadow-form-1: rgba(19, 18, 66, .02);
  --primary-2: #263238;
  --shadow-button-secondary: rgba(20, 20, 43, .06);
  --shadow-input: rgba(19, 18, 66, .07);
  --shadow-card-default: rgba(20, 20, 43, .05);
  --shadow-form-3: rgba(232, 48, 81, .02);
  --secondary-5: #3fcffd;
  --shadow-2: rgba(20, 20, 43, .02);
  --shadow-1: rgba(20, 20, 43, .03);
  --shadow-button-primary: rgba(255, 57, 81, .28);
  --shadow-cta: rgba(255, 57, 81, .35);
  --black: #263238;
}
.text-dark{color:#263238 !important}
.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .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 {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.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 {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  height: 38px;
  width: 100%;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -webkit-sticky;
  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 {
  height: 38px;
  width: auto;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  min-width: 0;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

.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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  min-height: 30px;
  background-color: #263238;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  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;
  -ms-appearance: none;
  appearance: none;
  height: 38px;
  background-color: #263238;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  margin-bottom: 10px;
  display: flex;
}

.w-commerce-commerceaddtocartoptionpill {
  color: #263238;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #263238;
  margin-right: 10px;
  padding: 8px 15px;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #263238;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  height: 38px;
  width: 60px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.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;
  -ms-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;
  -ms-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  margin-top: 10px;
  padding: 9px 15px;
  text-decoration: none;
  display: inline-block;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceaddtocarterror {
  background-color: #ffdede;
  margin-top: 10px;
  padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@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;
  }
  .section.home-hero-v2 {
    height:90vh;
  }
}

body {
  color: var(--neutral-600);
  letter-spacing: .02em;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

h1 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.233em;
}

h2 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.35em;
}

h3 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.346em;
}

h4 {
  color: var(--neutral-800);
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

h5 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

h6 {
  color: var(--neutral-800);
  margin-top: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375em;
}

p {
  margin-bottom: 24px;
}

a {
  color: var(--primary-1);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--secondary-3);
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

blockquote {
  border-left: 12px solid var(--secondary-3);
  color: var(--secondary-3);
  background-color: #fff;
  border-radius: 12px 35px 35px 12px;
  margin-bottom: 10px;
  padding: 67px 71px 67px 67px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.583em;
  box-shadow: 0 6px 12px rgba(20, 20, 43, .05);
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.mg-top-8px {
  margin-top: 8px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.mg-top-24px {
  margin-top: 24px;
}

.mg-top-32px {
  margin-top: 32px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-40px {
  margin-top: 40px;
}

.flex {
  display: flex;
}

.bg-primary-1 {
  background-color: var(--primary-1);
}

.bg-secondary-1 {
  background-color: var(--secondary-1);
}

.bg-secondary-2 {
  background-color: var(--secondary-2);
}

.bg-secondary-3 {
  background-color: var(--secondary-3);
}

.bg-secondary-4 {
  background-color: var(--secondary-4);
}

.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-guide-sidebar {
  z-index: 2;
  height: 100%;
  min-height: 96vh;
  flex: 0 14em;
  margin-right: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.container-default {
  max-width: 1290px;
  direction: ltr;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.cta-v2 {
  perspective: 1000px;
}

.container-default.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default.newsletter {
  perspective: 1000px;
}

.style-guide-content {
  max-width: 100%;
  border: 1px solid var(--neutral-300);
  box-shadow: 0 34px 104px 0 var(--shadow-form-2), 0 13px 72px 0 var(--shadow-form-1);
  background-color: #fff;
  border-radius: 24px;
  flex: 1;
  margin-left: 18px;
}

.section-styleguide {
  padding-top: 86px;
  padding-bottom: 86px;
}

.style-guide-title {
  margin-top: 0;
}

.style-guide-header {
  background-color: var(--neutral-100);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding: 100px 68px;
}

.sidebar-navigation {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.style-guide-icon-link {
  width: 56px;
  height: 56px;
  background-color: var(--primary-1);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  transition: background-color .25s;
  display: flex;
}

.style-guide-sidebar-icon {
  width: 60%;
}

.style-guide-link {
  color: var(--neutral-600);
  border-radius: 20px;
  align-items: center;
  padding: 12px 20px;
  text-decoration: none;
  transition: background-color .35s, color .3s;
  display: flex;
}

.style-guide-link:hover {
  color: var(--primary-1);
  background-color: #ffefef;
}

.style-guide-link.w--current {
  color: var(--primary-1);
  background-color: #ffefef;
  font-weight: 700;
  transition: color .3s, background-color .3s;
}

.style-guide-link-wrapper {
  margin-bottom: 8px;
}

.style-guide-sidebar-title {
  border-bottom: 1px solid var(--neutral-300);
  color: var(--neutral-800);
  margin-bottom: 24px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 22px;
  line-height: 24px;
}

.style-guide-sidebar-title.middle {
  border-top: 1px solid var(--neutral-300);
  margin-top: 24px;
  padding-top: 24px;
}

.color-primary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 16px rgba(17, 10, 99, .04), 0 12px 22px rgba(128, 118, 247, .04);
}

.color-block {
  min-height: 120px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.color-content {
  padding: 22px 16px 24px;
}

.color-title {
  color: var(--neutral-800);
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.color-hex {
  color: var(--neutral-600);
  line-height: 20px;
}

.style-guide-subtitle {
  margin-top: 0;
}

.color-content-wrapper {
  padding-bottom: 56px;
}

.color-content-wrapper.last {
  padding-bottom: 0;
}

.color-secondary-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.color-neutral-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
}

.typography-container {
  border-bottom: 1px solid var(--neutral-300);
  padding-top: 54px;
  padding-bottom: 54px;
}

.typography-container.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.container-small-left {
  max-width: 750px;
}

.typography-details {
  color: var(--primary-1);
  margin-top: 15px;
  font-weight: 500;
}

.paragraph-large {
  font-size: 24px;
  line-height: 1.583em;
}

.paragraph-large.case-study-detail {
  margin-bottom: 0;
}

.paragraph-large.case-study-detail.link {
  color: var(--neutral-600);
  text-decoration: none;
}

.paragraph-large.case-study-detail.featured {
  color: var(--primary-1);
  font-weight: 700;
}

.style-guide-subheader {
  background-color: var(--neutral-200);
  padding: 56px 68px;
}

.style-guide-content-wrapper {
  padding: 110px 68px;
}

.icons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 80px);
}

.buttons-grid {
  grid-column-gap: 24px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-primary {
  background-color: var(--primary-1);
  box-shadow: 0 8px 2px -4px var(--primary-2);
  color: var(--neutral-100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 1000px;
  padding: 19px 35px;
  font-weight: 700;
  line-height: 1.111em;
  transition: transform .3s, box-shadow .3s;
}

.button-primary:hover {
  color: var(--neutral-100);
  transform: translate3d(0, -6px, .01px);
  box-shadow: 0 15px 32px rgba(255, 57, 81, .38);
}

.button-primary.small {
  padding: 23px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-primary.large {
  padding: 28px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-primary.full-width {
  align-self: stretch;
  display: block;
}

.button-primary.full-width.package-item-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary.full-width.add-to-cart {
  width: 100%;
}

.button-primary.button-white {
  color: var(--primary-1);
  background-color: #fff;
}

.button-primary.button-white.cta-v2 {
  z-index: 1;
  position: relative;
}

.button-primary.checkout {
  margin-top: 15px;
  margin-bottom: 0;
}

.button-primary.button-2-buttons {
  margin-bottom: 15px;
  margin-right: 26px;
}

.button-primary.contact-form-button {
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.button-primary.footer-newsletter {
  justify-content: center;
  align-items: center;
  padding: 13px 16px;
  display: flex;
  position: absolute;
  right: 22px;
}

.button-primary.header-button {
  padding: 16px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.blog-newsletter {
  justify-content: center;
  align-items: center;
  padding: 18px 26px;
  display: flex;
  position: absolute;
  right: 18px;
}

.button-primary.card-schedule-demo-button, .button-primary.card-free-consultation-button, .button-primary.card-video-form-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-primary.newsletter {
  justify-content: center;
  align-items: center;
  padding: 18px 26px;
  display: flex;
  position: absolute;
  right: 18px;
}

.button-primary.header-button-mobile {
  padding: 15px 16px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.cart-empty-state {
  margin-top: 40px;
}

.button-primary.cart {
  margin-top: 18px;
}

.button-secondary {
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 1000px;
  padding: 19px 35px;
  line-height: 20px;
  transition: transform .3s, box-shadow .3s;
}

.button-secondary:hover {
  color: var(--primary-1);
  transform: translate3d(0, -6px, .01px);
  box-shadow: 0 15px 30px rgba(20, 20, 43, .1);
}

.button-secondary.small {
  padding: 23px 32px;
  font-size: 16px;
  line-height: 18px;
}

.button-secondary.large {
  padding: 28px 68px;
  font-size: 22px;
  line-height: 24px;
}

.button-secondary.discounts {
  height: auto;
  border-width: 1px;
  flex: 0 auto;
  margin-left: 0;
  padding: 28px 16px;
}

.button-secondary.button-2-buttons {
  margin-bottom: 15px;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 16px;
}

.style-guide-button-container {
  margin-top: 39px;
}

.cards-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.header {
  direction: ltr;
  background-color: #fff;
  padding-top: 28px;
  padding-bottom: 28px;
}

.header-logo {
  width: 170px;
  margin-left: 0;
}

.header-navigation {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  left: -58px;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-right: 30px;
  line-height: 1em;
}

.nav-item-wrapper.last {
  margin-right: 0;
  position: relative;
  left: 0;
}

.nav-item-wrapper.mobile {
  display: none;
}

.nav-link {
  color: var(--neutral-800);
  font-size: 14px;
  line-height: 1.125em;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.nav-link:hover {
  color: var(--primary-1);
}

.nav-link.dropdown {
  padding: 0;
  bottom: -3px;
}

.menu-button {
  transform-style: preserve-3d;
}

.nav-menu {
  position: relative;
  left: 111px;
}

.footer {
  border-top: 1px solid var(--neutral-400);
  direction: ltr;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 36px;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 19px;
  transition-property: transform;
}

.footer-logo-container:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  list-style-type: none;
}

.footer-nav.last {
  margin-right: 0;
}

.footer-logo {
  width: 180px;
  margin-left: -3px;
}

.footer-nav-item {
  margin-bottom: 22px;
  line-height: 1.111em;
}

.footer-nav-item.last {
  margin-bottom: 0;
}

.page-wrapper, .page-wrapper .container-default, .page-wrapper .footer-nav-content {
  direction: rtl;
  text-align: right;
  font-family: "El Messiri", sans-serif !important;
}
.page-wrapper-copy {
  direction: ltr;
  text-align: left;
}

.page-wrapper.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.utility-pages-hero {
  background-color: var(--neutral-200);
  padding-top: 90px;
  padding-bottom: 90px;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.checkout-hero {
  background-color: var(--neutral-200);
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.home-hero {
  padding-top: 85px;
  overflow: hidden;
}

.section.home-hero.pages {
  padding-bottom: 270px;
}

.section.home-companies {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--neutral-100) 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.home-services {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.home-advantage {
  padding-bottom: 240px;
  overflow: hidden;
}

.section.home-about {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.home-process {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.home-case-studies {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.home-testimonials {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 240px;
}

.section.home-blog {
  padding-top: 240px;
  padding-bottom: 156px;
}

.section.home-contact {
  padding-top: 160px;
  padding-bottom: 148px;
  overflow: hidden;
}

.section.home-hero-v2 {
  padding-top: 96px;
  padding-bottom: 91px;
  position: relative;
  /* overflow: hidden; */
  /* height:72vh; */
}

.section.home-v2-services {
  padding-top: 240px;
  overflow: hidden;
}

/* ============== social media ============== */
.social-media-head{
  width: 100%;
  /* height: 50px; */
  background-color: var(--primary-2);
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center; 
}

.footer-social-media-link {
  width: 29px;
  min-height: 29px;
  min-width: 29px;
  border-radius: 1000px;
  transition-property: transform;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.social-media-head .footer-social-media-link {
  text-decoration-line: none;
  box-shadow: 0 0 0 0 !important;
  padding: 0 20px;
}

.card.home-v2-process {
  background-color: var(--neutral-200);
}

.section.home-v2-process {
  background-color: var(--neutral-200);
}

.page-wrapper .section.home-v2-process {
  font-family: "El Messiri", sans-serif !important;
}
.page-wrapper-copy .container{direction:ltr;}

.section.home-v2-about {
  background-color: var(--neutral-200);
  padding-bottom: 176px;
  overflow: hidden;
}

.section.home-v2-testimonials {
  background-color: var(--neutral-200);
  padding-bottom: 160px;
  overflow: hidden;
}

.section.home-v2-blog {
  background-color: var(--neutral-200);
}

.section.cta-v1 {
  padding-bottom: 125px;
}

.section.home-hero-v3 {
  background-image: linear-gradient(to bottom, white 65%, var(--neutral-200) 65%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-v3-about {
  background-color: var(--neutral-200);
  overflow: hidden;
}

.section.home-v3-services {
  background-color: var(--neutral-200);
}

.section.cta-v2 {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-v3-testimonials, .section.home-v3-blog {
  background-color: var(--neutral-200);
}

.section.home-v3-contact {
  position: relative;
  overflow: hidden;
}

.section.home-v3-advantage, .section.case-studies-v2 {
  overflow: hidden;
}

.section.about-hero {
  padding-top: 81px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section.about-mission {
  overflow: hidden;
}

.section.about-story {
  background-color: var(--neutral-200);
}

.section.about-offices {
  background-color: var(--neutral-200);
  padding-bottom: 107px;
}

.section.about-team {
  padding-bottom: 198px;
  overflow: hidden;
}

.section.about-values {
  overflow: hidden;
}

.section.blog-v1-hero {
  padding-top: 96px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section.blog-v1 {
  background-color: var(--neutral-200);
  padding-top: 150px;
  padding-bottom: 146px;
}

.section.blog-v1-newsletter {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  margin-bottom: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-v2-hero {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.blog-v2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.blog-v3-newsletter {
  background-image: linear-gradient(to bottom, white 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-v3 {
  background-color: var(--neutral-200);
  padding-top: 136px;
  padding-bottom: 154px;
}

.section.blog-hero-v3 {
  padding-top: 96px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.blog-post-newsletter {
  background-image: linear-gradient(to bottom, white 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.blog-post-latest-articles-section {
  background-color: var(--neutral-200);
  padding-top: 195px;
  padding-bottom: 190px;
}

.section.blog-post {
  padding-top: 37px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.services-v1 {
  direction: ltr;
  padding-top: 96px;
  padding-bottom: 128px;
  overflow: hidden;
}

.section.services-v1-cta {
  padding-top: 0;
  padding-bottom: 138px;
  position: relative;
  top: 50px;
}

.section.services-v2 {
  padding-top: 96px;
  overflow: hidden;
}

.section.services-v3 {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.services-v3-cta {
  background-image: linear-gradient(to bottom, white 30%, var(--neutral-200) 30%);
  padding-top: 0;
  padding-bottom: 136px;
}

.section.service-hero {
  padding-top: 130px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section.services-section {
  background-color: var(--neutral-200);
  overflow: hidden;
}

.section.service-case-study {
  background-color: var(--neutral-200);
}

.section.service-testimonials {
  overflow: hidden;
}

.section.service-contact {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  bottom: 100px;
  overflow: hidden;
}

.section.team-members {
  padding-top: 96px;
  overflow: hidden;
}

.section.team {
  padding-top: 66px;
  position: relative;
  overflow: hidden;
}

.section.case-studies-page {
  padding-top: 96px;
  padding-bottom: 160px;
}

.section.case-studies-cta {
  padding-top: 0;
  padding-bottom: 120px;
}

.section.case-study-hero {
  padding-top: 96px;
  padding-bottom: 0;
}

.section.case-study-cta {
  background-image: linear-gradient(to top, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section.more-case-studies {
  background-color: var(--neutral-200);
  padding-top: 156px;
  padding-bottom: 156px;
}

.section.current-openings {
  background-color: var(--neutral-200);
}

.section.careers-hero {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.perks {
  overflow: hidden;
}

.section.career {
  padding-top: 95px;
  position: relative;
  overflow: hidden;
}

.section.packages {
  padding-top: 95px;
  overflow: hidden;
}

.section.packages-faqs {
  background-color: var(--neutral-200);
}

.section.package {
  padding-top: 95px;
  padding-bottom: 154px;
  position: relative;
  overflow: hidden;
}

.section.contact {
  padding-top: 95px;
  padding-bottom: 239px;
  overflow: hidden;
}

.section.offices {
  background-color: var(--neutral-200);
}

.section.social-media {
  padding-top: 0;
  padding-bottom: 172px;
}

.section.faqs {
  padding-bottom: 196px;
  overflow: hidden;
}

.section.schedule-demo {
  flex: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section.free-consultation {
  padding-top: 96px;
  padding-bottom: 70px;
  position: relative;
}

.section.advantage {
  padding-bottom: 86px;
  overflow: hidden;
}

.section.about {
  padding-top: 86px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.services {
  background-color: var(--neutral-200);
}

.section.testimonials {
  overflow: hidden;
}

.section.form-video {
  background-color: var(--neutral-800);
  padding-top: 132px;
  padding-bottom: 122px;
}

.section.testimonials-v2 {
  overflow: hidden;
}

.section.advantage-v2 {
  padding-bottom: 86px;
  overflow: hidden;
}

.section.about-v2 {
  padding-top: 86px;
  position: relative;
  overflow: hidden;
}

.section.newsletter-hero {
  padding-top: 149px;
  padding-bottom: 121px;
  overflow: hidden;
}

.section.newsletter-testimonials {
  padding-top: 121px;
  padding-bottom: 114px;
}

.section.utility-pages {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.utility-pages.changelog {
  padding-top: 0;
  padding-bottom: 80px;
}

.section.packages-category {
  padding-top: 95px;
  overflow: hidden;
}

.section.blog-category {
  padding-top: 96px;
  padding-bottom: 160px;
}


.categories_selection .dropdown-toggle{
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border: 1px solid var(--primary-1);
  font-weight: 600;
  color: var(--primary-1);
  background-color: #fff;
}
.categories_selection .dropdown-toggle:hover{color: #fff;background-color: var(--primary-1);}
.categories_selection .dropdown-toggle:focus{box-shadow: none !important;}
.categories_selection .dropdown-toggle::after {display: none;}
.categories_selection .dropdown-menu{
  border: 1px solid var(--primary-1);
  padding: 0rem 0;
  transform: translate3d(0px, 50px, 0px) !important;
}
.categories_selection .dropdown-item:focus, .dropdown-item:hover {
  color: #ffffff;
  background-color: var(--primary-1);
  padding: 12px;
}
.categories_selection .dropdown-item {display: block;width: 100%;padding: 12px;}

.section.home-pages {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 160px;
}

.section.home-pages-container {
  background-color: var(--neutral-200);
  margin-bottom: -145px;
  padding-top: 160px;
  padding-bottom: 270px;
}

.section.case-study {
  padding-top: 120px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 162px;
  padding-bottom: 179px;
  display: flex;
  overflow: hidden;
}

.utility-page-wrap.password {
  padding: 60px 24px;
  position: relative;
}

.utility-page-content-password {
  width: 100%;
  max-width: 580px;
  border: 1px solid var(--neutral-300);
  text-align: center;
  background-color: #fff;
  border-radius: 40px;
  flex-direction: column;
  margin-bottom: 0;
  padding: 72px 50px;
  display: flex;
  box-shadow: 0 5px 12px rgba(20, 20, 43, .05);
}

.utility-page-form {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.input {
  min-height: 66px;
  border: 1px solid var(--neutral-300);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  /* color: var(--primary-1); */
  color: #717493;
  letter-spacing: .02em;
  border-radius: 1000px;
  margin-bottom: 0;
  padding-left: 21px;
  padding-right: 21px;
  font-size: 18px;
  line-height: 1.111em;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--primary-1);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
  box-shadow: 0 2px 11px rgba(244, 38, 62, .06), 0 4px 10px rgba(31, 37, 89, .07);
}

.input::-ms-input-placeholder {
  color: var(--neutral-600);
}

.input::placeholder {
  color: var(--neutral-600);
}

.input.password {
  margin-bottom: 20px;
}

.input.checkout {
  min-height: 55px;
  background-color: var(--neutral-100);
  margin-bottom: 16px;
}

.input.discounts {
  min-height: 55px;
  background-color: var(--neutral-100);
  border-width: 1px;
  flex: 0 auto;
  margin-bottom: 16px;
}

.input.name {
  background-image: url('../images/icon-1-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.name:focus {
  background-image: url('../images/icon-1-input-hover-marketing-template.svg');
}

.input.email {
  background-image: url('../images/icon-2-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.email:focus {
  background-image: url('../images/icon-2-input-hover-marketing-template.svg');
}

.input.phone {
  background-image: url('../images/icon-3-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.phone:focus {
  background-image: url('../images/icon-3-input-hover-marketing-template.svg');
}

.input.company {
  background-image: url('../images/icon-4-input-marketing-template.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 55px;
}

.input.company:focus {
  background-image: url('../images/icon-4-input-hover-marketing-template.svg');
}

.input.footer-newsletter {
  /*min-height: 79px;*/
  /*padding-left: 33px;*/
  /*padding-right: 180px;*/
  
    min-height: 68px;
    padding-left: 23px;
    padding-right: 150px;
}

.input.blog-newsletter, .input.newsletter {
  min-height: 79px;
  padding-left: 27px;
  padding-right: 180px;
}

.not-found-404 {
  color: var(--primary-1);
  letter-spacing: -.03em;
  margin-bottom: 17px;
  font-size: 190px;
  font-weight: 700;
  line-height: 1.053em;
}

.container-medium-761px {
  max-width: 761px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-761px.services-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.container-medium-761px.utility-pages {
  text-align: center;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--neutral-400);
}

.divider.utility-pages {
  margin-top: 60px;
  margin-bottom: 60px;
}

.divider.utility-pages.big {
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.footer-top {
  margin-top: 60px;
  margin-bottom: 80px;
}

.divider.footer-bottom {
  margin-top: 78px;
  margin-bottom: 27px;
}

.divider.home-hero-v3 {
  background-color: var(--neutral-100);
  opacity: .54;
  margin-top: 144px;
  margin-bottom: 38px;
}

.divider.card-blog-featured-v2-item {
  margin-top: 22px;
  margin-bottom: 22px;
}

.divider.card-blog-post-main-content {
  margin-top: 24px;
  margin-bottom: 24px;
}

.divider.case-study-hero {
  margin-top: 80px;
  margin-bottom: 74px;
}

.divider.card-case-study {
  max-width: 730px;
  margin: 57px auto 80px;
}

.divider.card-schedule-demo, .divider.card-free-consultation, .divider.card-form-video {
  margin-top: 35px;
  margin-bottom: 32px;
}

.icon-password {
  max-width: 140px;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}

.paragraph.password {
  max-width: 405px;
  margin-bottom: 40px;
}

.paragraph.not-found {
  margin-bottom: 30px;
}

.paragraph.home-hero {
  margin-bottom: 40px;
}

.paragraph.home-companies {
  z-index: 1;
  max-width: 287px;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
}

.paragraph.case-studies {
  max-width: 42%;
  margin-bottom: 0;
}

.paragraph.home-contact {
  margin-bottom: 32px;
}

.paragraph.card-testimonial {
  margin-bottom: 40px;
}

.paragraph.blog-post-item-v2, .paragraph.footer-main-paragraph {
  margin-bottom: 0;
}

.paragraph.home-hero-v2 {
  max-width: 515px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-service-v2 {
  margin-bottom: 16px;
}

.paragraph.home-v2-process-left-paragraph {
  margin-bottom: 40px;
}

.paragraph.card-home-v2-process {
  margin-bottom: 0;
}

.paragraph.home-v2-about {
  margin-bottom: 40px;
}

.paragraph.home-v2-score {
  margin-bottom: 23px;
  line-height: 1.556em;
}

.paragraph.blog-post-section-item-v1 {
  height: 65px;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraph.cta-v1-content-top {
  margin-bottom: 0;
}

.paragraph.card-cta-v1-accent {
  color: var(--neutral-100);
  margin-bottom: 36px;
}

.paragraph.card-cta-v1 {
  margin-bottom: 32px;
}

.paragraph.home-hero-v3 {
  max-width: 515px;
  color: var(--neutral-200);
  text-shadow: 0 4px 6px rgba(28, 12, 43, .2);
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.card-service-v1 {
  margin-bottom: 16px;
}

.paragraph.card-home-v3-process {
  margin-bottom: 0;
}

.paragraph.home-v3-contact {
  margin-bottom: 30px;
}

.paragraph.about-hero, .paragraph.about-mission, .paragraph.about-story, .paragraph.card-about-story, .paragraph.card-about-value, .paragraph.card-team-section-item, .paragraph.about-offices, .paragraph.blog-v1-hero {
  margin-bottom: 0;
}

.paragraph.blog-post-item-v1 {
  height: 65px;
  margin-bottom: 0;
  overflow: hidden;
}

.paragraph.blog-featured-v1-item, .paragraph.blog-v2-hero, .paragraph.card-blog-featured-v2-item, .paragraph.blog-v3-hero, .paragraph.blog-post, .paragraph.card-about-author, .paragraph.services-v1, .paragraph.card-service-v3 {
  margin-bottom: 0;
}

.paragraph.service-hero {
  margin-bottom: 40px;
}

.paragraph.card-services-section-slide {
  margin-bottom: 0;
}

.paragraph.service-process {
  margin-bottom: 40px;
}

.paragraph.card-service-process {
  margin-bottom: 0;
}

.paragraph.service-contact {
  max-width: 496px;
  margin-bottom: 40px;
}

.paragraph.card-service-case-study, .paragraph.team-members {
  margin-bottom: 0;
}

.paragraph.team-excerpt {
  margin-bottom: 28px;
}

.paragraph.case-studies-page {
  margin-bottom: 0;
}

.paragraph.case-study-excerpt {
  max-width: 585px;
  margin-bottom: 0;
}

.paragraph.current-openings {
  max-width: 471px;
  margin-bottom: 0;
}

.paragraph.card-perk {
  letter-spacing: 0;
  margin-bottom: 0;
}

.paragraph.card-career {
  margin-bottom: 22px;
}

.paragraph.card-career-apply {
  margin-bottom: 26px;
}

.paragraph.package-item-about-excerpt, .paragraph.faqs {
  margin-bottom: 0;
}

.paragraph.faq {
  max-width: 454px;
  margin-bottom: 0;
}

.paragraph.package-description, .paragraph.card-package-order {
  margin-bottom: 0;
}

.paragraph.contact {
  margin-bottom: 29px;
}

.paragraph.offices {
  margin-bottom: 0;
}

.paragraph.schedule-demo {
  margin-bottom: 21px;
}

.paragraph.card-schedule-demo, .paragraph.card-free-consultation {
  margin-bottom: 0;
}

.paragraph.form-video {
  color: var(--neutral-100);
  margin-bottom: 33px;
}

.paragraph.card-form-video {
  margin-bottom: 0;
}

.paragraph.newsletter-section {
  max-width: 90%;
}

.paragraph.card-newsletter-testimonial {
  margin-bottom: 19px;
}

.paragraph.utility-pages, .paragraph.card-default, .paragraph.checkout-hero {
  margin-bottom: 0;
}

.paragraph.checkout-hero.order-confirmation {
  max-width: 520px;
}

.paragraph-small {
  font-size: 15px;
  line-height: 1.6em;
}

.card {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 6px 12px 0 var(--shadow-card-default);
  border-radius: 40px;
  overflow: hidden;
}

.card.changelog {
  flex-direction: column;
  margin-bottom: 20px;
  padding: 60px 50px;
  display: flex;
}

.card.checkout {
  margin-bottom: 40px;
}

.card.checkout.last {
  margin-bottom: 0;
}

.card.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card.contact-form {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  padding: 72px 48px;
  display: flex;
  position: relative;
}

.card.service-slide {
  color: var(--neutral-600);
  border-radius: 50px;
  align-items: flex-start;
  padding: 42px 40px 62px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.service-slide:hover {
  box-shadow: 0 12px 18px .01px var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.home-process {
  max-width: 799px;
  margin-left: auto;
  padding: 92px 64px 92px 257px;
}

.card.testimonial {
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 76px 61px;
  display: flex;
}

.card.blog-post-item-v2 {
  min-height: 100%;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  padding: 24px 24px 44px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.blog-post-item-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.case-studies-item-card {
  /* min-height: 100%; */
  color: var(--neutral-600);
  transform-style: preserve-3d;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.case-studies-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, .01);
}

.card.service-v2 {
    border:1px solid #ddd;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  padding: 48px 32px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.service-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.home-v2-process {
  align-items: center;
  padding: 34px 32px;
  display: flex;
}

.card.testimonial-card {
  padding: 60px 40px 55px;
}

.card.blog-post-section-item-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card.blog-post-section-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.cta-v1-accent {
  max-width: 57%;
  background-color: var(--primary-1);
  align-items: flex-start;
  margin-right: 20px;
  padding: 87px 47px;
  display: flex;
  position: relative;
  left: 65px;
}

.card.cta-v1 {
  max-width: 41%;
  padding: 50px 32px 50px 40px;
}

.card.service-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.service-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.home-v3-process {
  padding: 36px 35px 57px 38px;
}

.card.home-v3-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card.home-v3-testimonial-card.last {
  margin-bottom: 0;
}

.card.home-v3-contact-form {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  padding: 72px 48px;
  display: flex;
}

.card.about-hero-result {
  width: 100%;
  max-width: 288px;
  border-radius: 28px;
  padding: 42px 20px 33px;
}

.card.about-story {
  max-width: 289px;
  border-radius: 28px;
  padding: 31px 76px 26px;
}

.card.about-value {
  color: var(--neutral-600);
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card.about-value:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.about-office {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 41px 33px 54px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.about-office:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.team-section-item-card {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 38px;
  padding-right: 38px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: visible;
}

.card.team-section-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.blog-post-item-v1 {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 32px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card.blog-post-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.blog-featured-v1-item-card {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 56px 24px 25px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.blog-featured-v1-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.blog-featured-v2-item-card {
  width: 100%;
  max-width: 50%;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: absolute;
  right: 0;
}

.card.blog-featured-v2-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.01);
}

.card.blog-post-main-content {
  z-index: 1;
  max-width: 968px;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 45px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 65px 64px 69px;
  display: flex;
  position: relative;
}

.card.about-author {
  max-width: 730px;
  border-radius: 42px;
  align-items: center;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 45px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.about-author:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.02);
}

.card.service-v3 {
  color: var(--neutral-600);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 31px 53px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.service-v3:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card.services-section-slide-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 25px 67px;
  display: flex;
}

.card.service-process {
  align-items: flex-start;
  padding: 43px 32px;
  display: flex;
}

.card.service-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card.service-testimonial-card.last {
  margin-bottom: 0;
}

.card.service-case-study-item {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card.service-case-study-item:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.team-about {
  padding: 82px 40px 58px;
}

.card.case-study {
  padding: 90px 40px 94px;
}

.card.perk {
  text-align: center;
  padding: 48px 32px 53px;
}

.card.career {
  color: var(--neutral-600);
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 48px 40px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card.career:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.career-apply {
  width: 100%;
  max-width: 439px;
  flex-direction: column;
  justify-content: center;
  padding: 66px 40px;
  display: flex;
}

.card.career-about {
  max-width: 957px;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 40px 76px;
}

.card.packages {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: space-between;
  margin-bottom: 59px;
  padding: 49px 40px 86px;
  display: flex;
}

.card.faq {
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 22px;
  margin-bottom: 26px;
  padding: 51px 46px;
  transition: box-shadow .3s, transform .3s;
}

.card.faq:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card.faq.last {
  margin-bottom: 0;
}

.card.package-about {
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  padding: 79px 40px 20px;
}

.card.package-order {
  width: 100%;
  min-height: 570px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  justify-content: center;
  padding: 54px 40px;
  display: flex;
}

.card.schedule-demo {
  max-width: 614px;
  min-height: 670px;
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card.schedule-demo-team {
  border-radius: 25px;
  align-items: center;
  padding: 26px 23px;
  display: flex;
}

.card.free-consultation {
  max-width: 614px;
  min-height: 670px;
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card.form-video {
  max-width: 614px;
  min-height: 670px;
  background-color: var(--neutral-200);
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card.newsletter-testimonial {
  border-radius: 34px;
  padding: 48px 32px;
}

.card.default {
  padding: 40px 32px;
}

.card.packages-category {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: center;
  padding: 49px 40px 86px;
  display: flex;
}

.card.numbers-home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 62px 15px;
  display: flex;
  overflow: visible;
}

.card.page-container {
  color: var(--neutral-800);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 28px 48px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.checkout-form {
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 0 150px;
}

.checkout-block-header {
  border-width: 0;
  flex-wrap: wrap;
  padding: 30px 40px 20px;
}

.checkout-block-content {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding: 10px 40px 40px;
}

.title.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.order-item {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title.order-item:hover {
  color: var(--primary-1);
}

.title.case-studies, .title.home-blog, .title.home-services {
  margin-bottom: 0;
}

.title.card-testimonial-slide {
  margin-bottom: 16px;
}

.title.home-process, .title.home-testimonials {
  margin-bottom: 0;
}

.title.h3-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.346em;
}

.title.h3-size.footer-newsletter {
  margin-bottom: 19px;font-size:22px !important;
}

.title.h3-size.blog-post-item-v2 {
  margin-bottom: 10px;
}

.title.h3-size.blog-featured-v1-item {
  margin-bottom: 14px;
}

.title.h3-size.card-blog-featured-v2-item {
  margin-bottom: 8px;
}

.title.h3-size.card-service-process {
  margin-bottom: 6px;
}

.title.h3-size.team-members-bottom, .title.h3-size.packages-contact, .title.h3-size.card-package-order {
  margin-bottom: 8px;
}

.title.h3-size.card-schedule-demo, .title.h3-size.card-free-consultation, .title.h3-size.card-form-video {
  margin-bottom: 6px;
}

.title.h4-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.273em;
}

.title.h4-size.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title.h4-size.card-testimonial {
  margin-bottom: 8px;
}

.title.h4-size.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title.h4-size.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title.h4-size.card-about-story, .title.h4-size.card-about-office {
  margin-bottom: 6px;
}

.title.h4-size.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title.h4-size.card-service-testimonial {
  margin-bottom: 8px;
}

.title.h4-size.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title.h4-size.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.h4-size.schedule-demo-team {
  margin-bottom: 15px;
}

.title.h4-size.footer-title-copy {
  direction: ltr;
  margin-bottom: 24px;
}

.title.card-service-v2 {
  margin-bottom: 10px;
}

.title.home-v2-testimonials, .title.home-v2-blog, .title.cta-v1 {
  margin-bottom: 0;
}

.title.card-cta-v1-accent {
  color: var(--neutral-100);
  margin-bottom: 6px;
}

.title.card-cta-v1 {
  margin-bottom: 6px;
}

.title.home-v2-services, .title.case-studies {
  margin-bottom: 0;
}

.title.home-hero-v3 {
  max-width: 818px;
  color: var(--neutral-100);
  /* text-shadow: 0 6px 20px rgba(0, 0, 0, .53); */
  margin-left: auto;
  margin-right: auto;
}

.title.home-v3-about {
  margin-bottom: 24px;
  margin-right: 10px;
}

.title.card-service-v1 {
  margin-bottom: 8px;
}

.title.cta-v2 {
  z-index: 1;
  max-width: 60%;
  color: var(--neutral-100);
  margin-bottom: 0;
  padding-right: 40px;
  position: relative;
}

.title.card-home-v3-process {
  margin-bottom: 6px;
}

.title.home-v3-process {
  margin-bottom: 0;
}

.title.home-v3-testimonials {
  margin-bottom: 32px;
}

.title.case-studies, .title.home-v3-blog {
  margin-bottom: 0;
}

.title.home-v3-advantage {
  max-width: 85%;
}

.title.case-studies-v2 {
  margin-bottom: 0;
}

.title.about-mission {
  margin-bottom: 24px;
}

.title.about-story {
  margin-bottom: 0;
}

.title.card-about-value {
  margin-bottom: 8px;
}

.title.about-offices {
  margin-bottom: 0;
}

.title.card-team-section-item-name {
  margin-bottom: 7px;
}

.title.blog-v1-hero, .title.blog-v1 {
  margin-bottom: 0;
}

.title.blog-newsletter {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title.blog-v2-hero, .title.blog-v2, .title.blog-v3, .title.blog-post-latest-articles {
  margin-bottom: 0;
}

.title.blog-post {
  margin-bottom: 24px;
}

.title.card-about-author-name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.083em;
}

.title.services-v1, .title.services-v2, .title.services-v3 {
  margin-bottom: 0;
}

.title.card-service-v3 {
  margin-bottom: 8px;
}

.title.services-section {
  margin-bottom: 0;
}

.title.service-hero {
  margin-bottom: 18px;
}

.title.service-testimonials {
  margin-bottom: 32px;
}

.title.card-service-case-study {
  margin-bottom: 16px;
}

.title.service-case-study, .title.team-members, .title.card-team-about {
  margin-bottom: 0;
}

.title.team-name {
  margin-bottom: 10px;
}

.title.case-studies-page {
  margin-bottom: 0;
}

.title.case-study {
  margin-bottom: 20px;
}

.title.card-case-study {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title.more-case-studies {
  margin-bottom: 0;
}

.title.h5-size {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.title.h5-size.case-study-detail {
  margin-bottom: 17px;
}

.title.current-openings, .title.careers-hero {
  margin-bottom: 0;
}

.title.card-perk {
  margin-bottom: 8px;
}

.title.card-career {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.career-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title.career {
  margin-bottom: 24px;
}

.title.faqs, .title.packages {
  margin-bottom: 0;
}

.title.card-package-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title.package {
  margin-bottom: 18px;
}

.title.social-media {
  margin-bottom: 32px;
}

.title.offices {
  margin-bottom: 0;
}

.title.schedule-demo {
  margin-bottom: 9px;
}

.title.h2-size {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
}

.title.h2-size.form-video {
  max-width: 442px;
  color: var(--neutral-100);
}

.title.services, .title.testimonials {
  margin-bottom: 0;
}

.title.testimonials-v2 {
  margin-bottom: 32px;
}

.title.about-v2 {
  direction: rtl;
}

.title.not-found {
  font-size: 29px;
  line-height: 1.207em;
}

.title.changelog-version {
  width: 100%;
  max-width: 79px;
  color: var(--primary-1);
  text-align: right;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 26px;
  line-height: 1em;
}

.title.h1-size {
  color: var(--neutral-800);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.233em;
}

.title.h1-size.category {
  margin-bottom: 0;
  margin-right: 10px;
}

.title.dropdown-nav-title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.273em;
}

.title.cart-item-title {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title.cart-item-title:hover {
  color: var(--primary-1);
}

.title.h4-size-copy {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title.h4-size-copy.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title.h4-size-copy.card-testimonial {
  margin-bottom: 8px;
}

.title.h4-size-copy.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title.h4-size-copy.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title.h4-size-copy.card-about-story, .title.h4-size-copy.card-about-office {
  margin-bottom: 6px;
}

.title.h4-size-copy.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title.h4-size-copy.card-service-testimonial {
  margin-bottom: 8px;
}

.title.h4-size-copy.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title.h4-size-copy.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title.h4-size-copy.schedule-demo-team {
  margin-bottom: 15px;
}

.title.h4-size-copy.footer-title-copy {
  direction: ltr;
  margin-bottom: 24px;
}

.split-content.checkout-left {
  flex-grow: 1;
  flex-basis: 740px;
  margin-right: 40px;
}

.split-content.checkout-right {
  flex-grow: 1;
}

.split-content.header-left {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.split-content.home-hero-content {
  max-width: 509px;
  min-width: 478px;
  margin-right: 20px;
}

.split-content.home-advantage-content {
  max-width: 527px;
}

.split-content.home-about-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content.case-studies-left {
  max-width: 47%;
  margin-right: 40px;
}

.split-content.home-blog-left {
  max-width: 511px;
}

.split-content.home-contact-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content.footer-content-top-left {
  max-width: 526px;
  margin-right: 20px;
}

.split-content.footer-content-top-right {
  width: 100%;
  max-width: 530px;
}

.split-content.home-v2-process-left {
  max-width: 41%;
  margin-right: 20px;
}

.split-content.home-v2-process-right {
  max-width: 659px;
}

.split-content.home-v2-about-content {
  max-width: 42%;
}

.split-content.home-v2-blog-left {
  max-width: 511px;
}

.split-content.cta-v1-left {
  max-width: 474px;
}

.split-content.cta-v1-right {
  max-width: 42%;
}

.split-content.home-v3-about-content {
  z-index: 1;
  max-width: 42%;
  position: relative;
}

.split-content.home-v3-advantage-content {
  max-width: 538px;
  margin-right: 30px;
}

.split-content.home-v3-process-left {
  max-width: 465px;
}

.split-content.home-v3-testimonials-left {
  max-width: 606px;
  margin-right: 28px;
}

.split-content.home-v3-testimonials-right {
  max-width: 606px;
}

.split-content.home-v3-blog-left {
  max-width: 511px;
}

.split-content.home-v3-advantage-image {
  max-width: 606px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.home-v3-contact-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content.about-hero-content {
  max-width: 580px;
  margin-top: 15px;
  margin-bottom: 49px;
}

.split-content.about-mission-content {
  z-index: 1;
  max-width: 45%;
  margin-right: 20px;
  position: relative;
}

.split-content.about-story-left {
  max-width: 450px;
}

.split-content.about-story-right {
  max-width: 45%;
}

.split-content.about-offices-left {
  max-width: 565px;
  margin-right: 40px;
}

.split-content.about-offices-right {
  max-width: 45%;
}

.split-content.blog-v1-hero-left {
  max-width: 654px;
  min-width: 556px;
  margin-right: 40px;
}

.split-content.blog-v1-hero-right {
  max-width: 42%;
}

.split-content.blog-newsletter-left {
  z-index: 1;
  max-width: 47%;
  flex: 1;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.split-content.blog-v2-hero-left {
  max-width: 654px;
  min-width: 556px;
  margin-right: 40px;
}

.split-content.blog-v2-hero-right {
  max-width: 42%;
}

.split-content.card-blog-featured-v2-item-about-left {
  align-items: center;
  display: flex;
}

.split-content.blog-post-latest-articles-left {
  max-width: 511px;
}

.split-content.card-about-author-top-content-left {
  margin-right: 10px;
  text-decoration: none;
}

.split-content.services-v1-left {
  max-width: 657px;
  margin-right: 40px;
}

.split-content.services-v1-right {
  max-width: 37%;
}

.split-content.service-hero-content {
  z-index: 1;
  max-width: 48%;
  margin-right: 20px;
  position: relative;
}

.split-content.service-process-left {
  z-index: 1;
  max-width: 44%;
  margin-right: 40px;
  position: relative;
}

.split-content.service-contact-content {
  max-width: 42%;
  margin-left: 20px;
}

.split-content.service-testimonials-left {
  max-width: 606px;
  align-self: stretch;
  margin-right: 28px;
}

.split-content.service-testimonials-right {
  max-width: 606px;
  align-self: stretch;
}

.split-content.service-process-right {
  max-width: 625px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.service-contact-card-wrapper {
  width: 100%;
  max-width: 660px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.team-members-left {
  max-width: 499px;
  margin-right: 40px;
}

.split-content.team-members-right {
  max-width: 42%;
}

.split-content.case-studies-page-left {
  max-width: 622px;
  margin-right: 40px;
}

.split-content.case-studies-page-right {
  max-width: 37%;
}

.split-content.case-study-hero-left {
  max-width: 68%;
  padding-bottom: 0;
}

.split-content.case-study-hero-right {
  color: var(--primary-1);
  align-items: center;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.split-content.case-study-hero-right:hover {
  transform: translate(0, 6px);
}

.split-content.more-case-studies-left {
  margin-right: 40px;
}

.split-content.career-left {
  max-width: 623px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.split-content.faqs-content-top-left {
  margin-right: 40px;
}

.split-content.faqs-content-top-right {
  max-width: 40%;
}

.split-content.package-left {
  z-index: 1;
  max-width: 500px;
  margin-right: 40px;
  position: relative;
}

.split-content.package-right {
  width: 100%;
  max-width: 539px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.contact-content {
  max-width: 45%;
  margin-right: 20px;
}

.split-content.offices-left {
  max-width: 565px;
  margin-right: 40px;
}

.split-content.offices-right {
  max-width: 45%;
}

.split-content.contact-card {
  width: 100%;
  max-width: 660px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content.schedule-demo-content {
  max-width: 451px;
  margin-right: 40px;
}

.split-content.free-consultation-left {
  max-width: 526px;
  margin-right: 40px;
}

.split-content.advantage-content {
  max-width: 527px;
  margin-right: 20px;
}

.split-content.about-content {
  max-width: 522px;
}

.split-content.form-video-left {
  max-width: 575px;
  margin-right: 40px;
}

.split-content.testimonials-v2-left {
  max-width: 606px;
  align-self: stretch;
  margin-right: 28px;
}

.split-content.testimonials-v2-right {
  max-width: 606px;
}

.split-content.about-v2-content {
  max-width: 522px;
}

.split-content.advantage-v2-content {
  max-width: 527px;
  margin-right: 20px;
}

.split-content.newsletter-section-left {
  z-index: 1;
  max-width: 56%;
  position: relative;
}

.split-content.newsletter-section-right {
  width: 100%;
  max-width: 562px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.split-content.not-found-content {
  z-index: 1;
  max-width: 535px;
  position: relative;
}

.split-content.home-holder-container {
  max-width: 400px;
  min-width: 580px;
}

.checkout-field-label {
  color: var(--neutral-800);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
}

.checkout-required-text {
  color: var(--primary-1);
  font-size: 20px;
  font-weight: 500;
}

.checkout-billing-address-toggle {
  align-items: center;
  margin-top: 10px;
}

.checkout-checkbox-label {
  margin-bottom: 0;
}

.checkout-checkbox {
  margin-top: 0;
}

.order-item-list {
  margin-bottom: -40px;
}

.order-item {
  justify-content: space-between;
  margin-bottom: 40px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.order-item-image {
  max-width: 80px;
  border-radius: 25px;
  margin-right: 20px;
}

.image-wrapper.card-service-slide {
  width: 100px;
  min-height: 100px;
  border-radius: 30px;
  margin-right: 25px;
  transform: translate(0);
}

.image-wrapper.home-process {
  z-index: 1;
  max-width: 384px;
  border-radius: 50px;
  position: absolute;
}

.image-wrapper.blog-post-item-v2 {
  border-radius: 32px;
  transform: translate(0);
}

.image-wrapper.case-studies-item-image {
  transform: translate(0);
}

.image-wrapper.card-service-v2 {
  width: 100px;
  min-height: 100px;
  border-radius: 30px;
  margin-bottom: 24px;
  transform: translate(0);
}

.image-wrapper.card-testimonial {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  border-radius: 20px;
  margin-right: 16px;
}

.image-wrapper.blog-post-section-item-v1 {
  border-radius: 32px;
  transform: translate(0);
}

.image-wrapper.card-cta-v1-accent {
  z-index: 1;
  width: 126px;
  min-height: 126px;
  min-width: 126px;
  border-radius: 34px;
  margin-right: 24px;
  position: relative;
  left: 15px;
}

.image-wrapper.card-cta-v1 {
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  border-radius: 22px;
  margin-bottom: 21px;
}

.image-wrapper.card-service-v1 {
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 30px;
  margin-right: 32px;
  position: relative;
  left: 28px;
  transform: translate(0);
}

.image-wrapper.card-home-v3-testimonial {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  border-radius: 20px;
  margin-right: 16px;
}

.image-wrapper.card-about-value {
  width: 80px;
  min-height: 80px;
  min-width: 80px;
  margin-bottom:8px;
  border-radius: 30px;
  margin-right: 32px;
  transform: translate(0);
}

.image-wrapper.card-team-section-item {
  width: 180px;
  height: 180px;
  border-radius: 1000px;
  margin-top: -83px;
  margin-bottom: 22px;
  transform: translate(0);
}

.image-wrapper.blog-post-item-v1 {
  border-radius: 32px;
  transform: translate(0);
}

.image-wrapper.blog-featured-v1-item {
  width: 100%;
  max-width: 60%;
  border-radius: 32px;
  margin-right: 30px;
  transform: translate(0);
}

.image-wrapper.blog-featured-v2-item-image {
  max-width: 71%;
  min-height: 480px;
  border-radius: 58px;
  align-items: center;
  display: flex;
  transform: translate(0);
}

.image-wrapper.blog-post-author-link-image {
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  border-radius: 15px;
  margin-right: 12px;
  transform: translate(0);
}

.image-wrapper.card-about-author {
  width: 191px;
  min-height: 191px;
  min-width: 191px;
  border-radius: 1000px;
  margin-right: 28px;
  transform: translate(0);
}

.image-wrapper.card-service-v3 {
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 30px;
  margin-bottom: 19px;
  transform: translate(0);
}

.image-wrapper.card-service-testimonial-image {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  border-radius: 20px;
  margin-right: 16px;
}

.image-wrapper.card-service-case-study-item {
  align-items: stretch;
  display: flex;
}

.image-wrapper.card-service-case-study-item.service-single {
  width: 100%;
  height: 100%;
  min-height: 420px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.image-wrapper.package-item-image {
  width: 88px;
  min-height: 88px;
  min-width: 88px;
  border-radius: 25px;
  margin-bottom: 32px;
  transform: translate(0);
}

.image-wrapper.card-schedule-demo-team {
  width: 72px;
  min-height: 72px;
  min-width: 72px;
  border-radius: 20px;
  margin-right: 16px;
}

.image-wrapper.cart-item-image {
  max-width: 80px;
  border-radius: 25px;
  margin-right: 20px;
}

.image.order-item-image {
  width: auto;
  height: auto;
}

.image.list-icon {
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 1000px;
  margin-right: 12px;
}

.image.list-icon.red-shadow {
  box-shadow: 0 3px 16px rgba(255, 57, 81, .1);
}

.image.list-icon.purple-shadow {
  box-shadow: 0 6px 24px rgba(106, 53, 255, .18);
}

.image.list-icon.yellow-shadow {
  box-shadow: 0 5px 18px rgba(255, 194, 38, .28);
}

.image.contact-link-icon {
  width: 56px;
  min-height: 56px;
  min-width: 56px;
  border-radius: 16px;
  margin-right: 12px;
}

.image.card-testimonial-logo {
  max-width: 193px;
  max-width: 323px;
  margin-bottom: 20px;
}

.image.blog-post-item-v2 {
  width: 100%;
}

.image.blog-post-item-v2-category-icon {
  margin-right: 8px;
}

.image.case-studies-item-image {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.image.home-hero-2 {
  z-index: 1;
  position: absolute;
  top: 0;
  right: -73px;
}

.image.home-advantage-1 {
  z-index: 1;
  position: relative;
}

.image.home-advantage-2 {
  position: absolute;
  top: -32px;
  left: -26px;
}

.image.home-about-1 {
  z-index: 1;
  position: relative;
}

.image.home-about-2 {
  position: absolute;
  top: -23px;
  right: -20px;
}

.image.home-hero-v2-image-1 {
  width: 75%;
  max-width: 1148px;
  border-radius: 20px;
  margin-top: -30px;
  position: relative;
  left: 149px;
  right: 0;
}

.image.home-hero-v2-image-2 {
  width: 31%;
  position: absolute;
  bottom: -76px;
  left: -36px;
}

.image.home-hero-v2-image-3 {
  width: 38%;
  position: absolute;
  bottom: -132px;
  right: -63px;
}

.image.card-service-v2 {
  width: 100%;
  min-height: 100%;
  color: var(--primary-1);
  object-fit: cover;
}

.image.card-home-v2-process {
  max-width: 30%;
  margin-bottom: 20px;
  border-radius: 33px;
  margin-right: 35px;
}

.image.home-v2-about-1 {
  max-width: 50%;
  border-radius: 60px;
}

.image.home-v2-about-2 {
  max-width: 60%;
  border-radius: 60px;
  align-self: flex-end;
  margin-top: -213px;
  box-shadow: 0 18px 84px rgba(20, 20, 43, .14);
}

.image.home-v2-score-logo {
  min-height: 44px;
  object-fit: scale-down;
  margin-bottom: 12px;
}

.image.blog-post-section-item-v1-category-icon {
  margin-right: 8px;
}

.image.card-cta-v1-accent {
  position: relative;
}

.image.card-cta-v1-accent-shape-1 {
  position: absolute;
  top: -110px;
  left: -129px;
}

.image.card-cta-v1-accent-shape-2 {
  position: absolute;
  bottom: -87px;
  left: 153px;
}

.image.card-cta-v1-accent-shape-3 {
  position: absolute;
  bottom: -95px;
  right: -125px;
}

.image.card-home-v3-testimonial-logo {
  max-width: 323px;
  margin-bottom: 20px;
}

.image.home-v3-about-1 {
  border-radius: 41px;
  box-shadow: 0 24px 34px rgba(20, 20, 43, .08), 0 6px 28px rgba(63, 128, 253, .14);
}

.image.home-v3-about-2 {
  border-radius: 41px;
  margin-bottom: 24px;
  box-shadow: 0 24px 34px rgba(20, 20, 43, .08), 0 6px 28px rgba(63, 128, 253, .14);
}

.image.home-v3-about-3 {
  border-radius: 41px;
  box-shadow: 0 24px 34px rgba(20, 20, 43, .08), 0 6px 28px rgba(63, 128, 253, .14);
}

.image.home-v3-advantage {
  border-radius: 50px;
  box-shadow: 0 16px 104px rgba(20, 20, 43, .06);
}

.image.about-hero-1 {
  border-radius: 40px;
  margin-bottom: 40px;
  box-shadow: 0 13px 29px rgba(20, 20, 43, .21);
}

.image.about-hero-2 {
  width: 50%;
  max-width: 76%;
  border-radius: 40px;
  box-shadow: 0 20px 47px rgba(20, 20, 43, .22);
}

.image.about-hero-3 {
  max-width: 126%;
  border-radius: 40px;
  align-self: flex-end;
  margin-top: auto;
  box-shadow: 0 33px 47px rgba(20, 20, 43, .14);
}

.image.about-mission-1 {
  width: auto;
  height: auto;
  max-width: 75%;
  border-radius: 60px;
  align-self: flex-start;
}

.image.about-mission-2 {
  max-width: 80%;
  border-radius: 60px;
  align-self: flex-end;
  margin-top: -220px;
  box-shadow: 0 14px 44px rgba(63, 128, 253, .08), 0 18px 84px rgba(20, 20, 43, .17);
}

.image.card-about-office-icon {
  border-radius: 6px;
  margin-bottom: 20px;
  margin-right: 12px;
}

.image.card-about-office-icon._1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .08), 0 2px 6px rgba(255, 57, 81, .15);
}

.image.card-about-office-icon._2 {
  box-shadow: 0 2px 7px rgba(255, 57, 81, .2);
}

.image.card-about-office-icon._3 {
  box-shadow: 0 5px 8px rgba(21, 96, 235, .19);
}

.image.about-offices-map {
  margin-top: -160px;
}

.image.blog-post-item-v1 {
  width: 100%;
}

.image.blog-post-item-v1-category-icon, .image.blog-category-item-icon {
  margin-right: 8px;
}

.image.blog-featured-v1-item {
  width: 100%;
}

.image.blog-featured-v1-item-category-icon {
  margin-right: 8px;
}

.image.blog-newsletter-icon {
  width: 114px;
  min-height: 114px;
  min-width: 114px;
  border-radius: 28px;
  margin-right: 35px;
}

.image.blog-featured-v2-item-image {
  object-fit: cover;
}

.image.blog-featured-v2-item-category-icon {
  margin-right: 8px;
}

.image.blog-featured-v2-item-author {
  width: 55px;
  min-height: 55px;
  min-width: 55px;
  border-radius: 13px;
  margin-right: 18px;
}

.image.blog-post {
  border-radius: 46px;
}

.image.blog-post-category-icon {
  margin-right: 8px;
}

.image.card-services-section-slide {
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 30px;
  margin-bottom: 24px;
}

.image.card-service-process {
  width: 100px;
  height: 50px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 30px;
  margin-right: 22px;
}

.image.card-service-testimonial {
  max-width: 323px;
  margin-bottom: 20px;
}

.image.service-hero-1 {
  z-index: 1;
  position: absolute;
  top: -48px;
  right: 0;
}

.image.service-hero-2 {
  z-index: 2;
  width: 500px;
  border-radius: 20px;
  position: relative;
  bottom: 5px;
  left: 11px;
}

.image.team {
  width: 390px;
  min-height: 390px;
  min-width: 390px;
  border-radius: 1000px;
  margin-right: 40px;
}

.image.case-study {
  border-radius: 60px;
}

.image.careers-hero-1 {
  align-self: flex-end;
}

.image.careers-hero-2 {
  width: 600px;
  max-width: 72%;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
}

.image.card-perk-icon {
  width: 100px;
  min-height: 100px;
  min-width: 100px;
  border-radius: 30px;
  margin-bottom: 19px;
}

.image.card-career-about-icon, .image.career-about-details-icon {
  margin-right: 8px;
}

.image.package-item-feature-icon {
  width: 30px;
  min-height: 30px;
  min-width: 30px;
  border-radius: 1000px;
  margin-right: 12px;
}

.image.free-consultation-list-icon {
  width: 27px;
  min-height: 27px;
  min-width: 27px;
  border-radius: 1000px;
  margin-right: 12px;
}

.image.free-consultation-list-icon.red-shadow {
  box-shadow: 0 4px 11px rgba(255, 57, 81, .18);
}

.image.advantage-1 {
  z-index: 1;
  position: relative;
}

.image.advantage-2 {
  position: absolute;
  top: -32px;
  right: -26px;
}

.image.about-1 {
  z-index: 1;
  position: relative;
}

.image.about-2 {
  max-width: 79%;
  position: absolute;
  top: -23px;
  right: -20px;
}

.image.about-v2-1 {
  z-index: 1;
  position: relative;
}

.image.about-v2-2 {
  position: absolute;
  top: -32px;
  right: -26px;
}

.image.advantage-v2-1 {
  z-index: 1;
  position: relative;
}

.image.advantage-v2-2 {
  max-width: 79%;
  position: absolute;
  top: -23px;
  right: -20px;
}

.image.form-video-badge-icon {
  width: 32px;
  min-height: 32px;
  min-width: 32px;
  border-radius: 3px;
  margin-right: 9px;
  box-shadow: 0 9px 17px rgba(4, 4, 22, .62);
}

.image.form-video-preview {
  width: 100%;
  object-fit: cover;
}

.image.newsletter-section {
  max-width: 720px;
  position: absolute;
  top: -46px;
  right: -165px;
}

.image.card-newsletter-testimonial {
  width: 62px;
  min-height: 62px;
  min-width: 62px;
  border-radius: 20px;
  margin-right: 16px;
}

.image.not-found-1 {
  max-width: 113%;
  margin-top: -14px;
}

.image.not-found-2 {
  position: absolute;
  bottom: 0;
}

.image.style-guide-icon {
  border-radius: 25px;
}

.image.cart-item-image {
  width: auto;
  height: auto;
}

.image.hero-home {
  max-width: 330px;
  border-radius: 24px;
  margin-bottom: 24px;
  box-shadow: 0 -1px 4px rgba(20, 20, 43, .04), 0 5px 18px rgba(20, 20, 43, .07);
}

.image.hero-home.last {
  margin-bottom: 0;
}

.order-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.order-item-content {
  margin-left: 0;
  margin-right: 0;
}

.order-item-price {
  color: var(--neutral-800);
  font-weight: 500;
}

.apple-pay {
  height: 56px;
  border-radius: 1000px;
}

.checkout-line-item {
  flex-wrap: wrap;
}

.order-summary-subtotal {
  color: var(--neutral-600);
  font-weight: 500;
}

.order-summary-total {
  color: var(--neutral-800);
  font-size: 20px;
}

.discounts {
  border-width: 0;
  flex-direction: column;
  padding: 0;
}

.paypal {
  margin-bottom: 15px;
}

.checkout-hero-wrapper {
  max-width: 650px;
}

.header-wrapper {
  direction: ltr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cart-button {
  background-color: var(--neutral-100);
  color: var(--primary-1);
  border-radius: 12px;
  justify-content: center;
  margin-right: 20px;
  padding: 10px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  line-height: 1em;
  transition: background-color .3s, color .3s;
  position: relative;
  box-shadow: 0 8px 18px rgba(8, 15, 52, .06);
}

.cart-button:hover {
  background-color: var(--primary-1);
  color: var(--neutral-100);
}

.cart-quantity {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: Plus Jakarta Display, sans-serif;
  font-size: 10px;
  line-height: 1em;
  display: flex;
  position: absolute;
  top: -8px;
  right: -8px;
}

.cart-container {
  max-width: 500px;
}

.grid-licenses-images {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 24px;
}

.licenses-link-image-container {
  height: 118px;
  border-radius: 16px;
  transition: box-shadow .35s, transform .35s;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(35, 32, 70, .17);
}

.licenses-link-image-container:hover {
  transform: translate(0, -4px);
  box-shadow: 0 8px 20px rgba(35, 32, 70, .26);
}

.bg-neutral-800 {
  background-color: var(--neutral-800);
}

.bg-secondary-5 {
  background-color: var(--secondary-5);
}

.home-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.subtitle-wrapper {
  color: var(--primary-1);
  letter-spacing: .02em;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
}

.subtitle-wrapper.home-hero {
  margin-bottom: 8px;
}

.subtitle-wrapper.center {
  justify-content: center;
}

.subtitle-wrapper.center.home-hero-v2 {
  margin-bottom: 8px;
}

.subtitle-wrapper.center.home-hero-v3 {
  color: var(--neutral-100);
  text-shadow: 0 4px 6px rgba(28, 12, 43, .2);
  margin-bottom: 8px;
}

.subtitle-wrapper.center.blog-v3-hero, .subtitle-wrapper.center.services-v2, .subtitle-wrapper.center.services-v3, .subtitle-wrapper.center.careers-hero, .subtitle-wrapper.center.packages {
  margin-bottom: 8px;
}

.subtitle-wrapper.center.social-media {
  margin-bottom: 4px;
}

.subtitle-wrapper.center.packages-category {
  margin-bottom: 8px;
}

.subtitle-wrapper.home-v3-blog {
  margin-bottom: 24px;
}

.subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.services-v1, .subtitle-wrapper.service-hero, .subtitle-wrapper.team-members, .subtitle-wrapper.case-studies-page, .subtitle-wrapper.case-study {
  margin-bottom: 8px;
}

.subtitle-shape {
  width: 22px;
  max-height: 2px;
  min-height: 2px;
  background-color: var(--primary-1);
  border-radius: 1000px;
  margin-right: 10px;
}

.subtitle-shape.hidden {
  display: none;
}

.subtitle-shape.hidden.home-hero-v3 {
  background-color: var(--neutral-100);
}

.home-companies-wrapper {
  background-color: var(--neutral-100);
  box-shadow: 0 34px 104px 0 var(--shadow-2), 0 13px 72px 0 var(--shadow-1);
  border-top-left-radius: 44px;
  border-bottom-left-radius: 44px;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 54px;
  display: flex;
}

.home-companies-grid {
  z-index: 1;
  width: 100%;
  max-width: 728px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: space-between;
  justify-items: center;
  position: relative;
}

.home-companies-shape {
  width: 50%;
  background-color: var(--neutral-100);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.home-services-title-wrapper {
  max-width: 603px;
}

.home-advantage-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.home-advantage-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.list-wrapper {
  align-items: center;
  display: flex;
}

.slide-nav {
  display: none;
}

.list-text {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-weight: 500;
  line-height: 1.111em;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.container-medium-664px {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-664px.home-process, .container-medium-664px.home-testimonials {
  text-align: center;
}

.container-medium-664px.home-v2-services, .container-medium-664px.case-studies-v2 {
  text-align: center;
  margin-bottom: 40px;
}

.container-medium-664px.home-v3-services {
  text-align: center;
  margin-bottom: 37px;
}

.container-medium-664px.about-values {
  text-align: center;
  margin-bottom: 32px;
}

.container-medium-664px.about-team, .container-medium-664px.perks, .container-medium-664px.services {
  text-align: center;
  margin-bottom: 40px;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-process-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-top {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top.case-studies, .content-top.home-blog {
  margin-bottom: 40px;
}

.content-top.footer-content-top {
  direction: rtl;
}

.content-top.home-v2-blog {
  margin-bottom: 40px;
}

.content-top.cta-v1 {
  margin-bottom: 38px;
}

.content-top.home-v3-process {
  margin-bottom: 40px;
}

.content-top.home-v3-blog {
  margin-bottom: 32px;
}

.content-top.about-story {
  margin-bottom: 47px;
}

.content-top.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top.blog-v2, .content-top.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top.services-v1 {
  margin-bottom: 40px;
}

.content-top.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top.case-studies-page {
  margin-bottom: 40px;
}

.content-top.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top.current-openings {
  margin-bottom: 40px;
}

.content-top.faqs {
  margin-bottom: 48px;
}

.content-top.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top.offices {
  margin-bottom: 48px;
}

.content-top.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.home-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.home-contact-links-grid {
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.contact-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.home-services-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.home-services-mask {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: visible;
}

.home-services-slide {
  max-width: 606px;
  margin-right: 30px;
}

.card-service-slide-content {
  max-width: 400px;
}

.text-link {
  color: var(--primary-1);
  letter-spacing: .02em;
  font-weight: 700;
  line-height: 1.111em;
  transition: color .3s;
  display: inline-block;
  position: relative;
}

.text-link:hover {
  color: var(--primary-1);
}

.text-link-arrow {
  font-family: Icons Marketing Template, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -2px;
}

.home-services-slider-right-arrow {
  width: 76px;
  min-height: 76px;
  min-width: 76px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 0;
}

.home-services-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-services-slider-left-arrow {
  width: 76px;
  min-height: 76px;
  min-width: 76px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, color .35s, background-color .35s;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 101px;
}

.home-services-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-process-slider-mask {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-process-wrapper {
  width: 100%;
  max-width: 990px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.card-process-step {
  color: var(--primary-1);
  letter-spacing: .02em;
  margin-bottom: 6px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-process-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-process-slider-left-arrow {
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.home-process-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-process-slider-right-arrow {
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.home-process-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.testimonials-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-slider-mask {
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.testimonials-slider-left-arrow {
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
}

.testimonials-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale(1.1);
}

.testimonials-slider-right-arrow {
  width: 64px;
  min-height: 64px;
  min-width: 64px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 25px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0;
}

.testimonials-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale(1.1);
}

.card-testimonial-content {
  max-width: 483px;
}

.card-testimonial-name {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1.333em;
}

.card-testimonial-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.contact-form-block {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.contact-form {
  grid-column-gap: 22px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.select-wrapper {
  min-height: 66px;
  border: 1px solid var(--neutral-300);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  border-radius: 1000px;
  margin-bottom: 0;
  padding-left: 21px;
  padding-right: 21px;
  transition: box-shadow .35s, border-color .35s;
  overflow: hidden;
}

.select-wrapper:hover {
  border-color: var(--primary-1);
}

.select-wrapper:focus {
  border-color: var(--primary-1);
  box-shadow: 0 2px 11px rgba(244, 38, 62, .06), 0 4px 10px rgba(31, 37, 89, .07);
}

.select-wrapper::-ms-input-placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.select-wrapper::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.select-wrapper.checkout {
  min-height: 55px;
  margin-bottom: 16px;
}

.select-wrapper.card-package-order {
  margin-bottom: 33px;
}

.select {
  min-height: 66px;
  color: var(--neutral-600);
  letter-spacing: .02em;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #263238;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 1.111em;
  transition: color .35s;
}

.select:hover {
  font-weight: 400;
}

.select:focus {
  color: var(--primary-1);
}

.select::-ms-input-placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.select::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.select.checkout {
  min-height: 55px;
}

.text-area {
  max-height: 250px;
  max-width: 100%;
  min-height: 169px;
  min-width: 100%;
  border: 1px solid var(--neutral-300);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  color: var(--primary-1);
  letter-spacing: .02em;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 28px 21px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  transition: box-shadow .35s, color .35s, border-color .35s;
}

.text-area:hover {
  border-color: var(--primary-1);
}

.text-area:focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
  font-weight: 500;
  box-shadow: 0 2px 11px rgba(244, 38, 62, .06), 0 4px 10px rgba(31, 37, 89, .07);
}

.text-area::-ms-input-placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.text-area::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.contact-form-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.blog-section-v2-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-item-v2-top-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.blog-post-item-v2-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-post-item-v2-category-wrapper {
  margin-top: -15px;
  margin-left: 28px;
  position: relative;
}

.blog-post-item-v2-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: -18%;
  left: 0%;
  right: 0%;
}

.case-studies-section-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.case-studies-item-bottom {
  padding: 33px 40px 40px;
}

.case-studies-item-client {
  color: var(--primary-1);
  letter-spacing: .02em;
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.case-studies-item-excerpt {
  margin-bottom: 0;
}

.bg {
  position: absolute;
}

.bg.home-hero {
  z-index: -1;
  max-width: 1000px;
  right: -274px;
}

.bg.home-advantage {
  z-index: -1;
  max-width: 832px;
  left: -200px;
}

.bg.home-about {
  z-index: -1;
  max-width: 1017px;
  top: -288px;
  right: -210px;
}

.bg.home-hero-v2 {
  z-index: -1;
  min-height: 43%;
  background-color: var(--neutral-200);
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.home-hero-v2-blur {
  z-index: -2;
  max-width: 1440px;
  bottom: -64px;
}

.bg.home-hero-image {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  object-fit: cover;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.home-hero-v3-filter {
  opacity: .6;
  background-color: #263238;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg.home-v3-contact {
  min-height: 429px;
  background-color: var(--primary-1);
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.home-v3-about {
  max-width: 138%;
}

.bg.home-v3-advantage {
  z-index: -1;
  max-width: 187%;
  bottom: -207px;
  left: -301px;
}

.bg.case-studies-v2 {
  z-index: -1;
  max-width: 86%;
  bottom: -61.531px;
}

.bg.home-v3-contact-blur {
  z-index: -1;
  max-width: 78%;
  top: -22px;
  right: -130px;
}

.bg.cta-v2-shape-1 {
  top: -170px;
  left: -98px;
}

.bg.cta-v2-shape-2 {
  bottom: -223px;
  left: 268px;
}

.bg.cta-v2-shape-3 {
  top: -82px;
  right: 493px;
}

.bg.cta-v2-shape-4 {
  bottom: -167px;
  right: 19px;
}

.bg.about-hero {
  z-index: -1;
  min-height: 56%;
  background-color: var(--neutral-200);
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.about-mission {
  z-index: -1;
  max-width: 187%;
}

.bg.about-section {
  z-index: -1;
  max-width: 785px;
}

.bg.about-hero-blur {
  z-index: -2;
  max-width: 82%;
  color: var(--secondary-2);
  top: 0%;
  bottom: 0%;
  right: -10%;
}

.bg.blog-v1-hero {
  z-index: -1;
  max-width: 910px;
}

.bg.blog-v2-hero {
  z-index: -1;
  max-width: 770px;
  bottom: -144px;
  right: -199px;
}

.bg.blog-v3-hero {
  z-index: -1;
  max-width: 910px;
  bottom: -251px;
  left: -200px;
}

.bg.blog-post {
  z-index: -1;
  max-width: 910px;
  bottom: -150px;
  right: -85px;
}

.bg.services-v1 {
  z-index: -1;
  max-width: 936px;
  left: -368px;
}

.bg.services-v2-blur-1 {
  z-index: -1;
  max-width: 936px;
  top: -265px;
  left: -551px;
}

.bg.services-v2-blur-2 {
  z-index: -1;
  max-width: 910px;
  bottom: -407px;
  right: -382px;
}

.bg.services-v3 {
  z-index: -1;
  max-width: 936px;
}

.bg.service-hero {
  max-width: 160%;
}

.bg.service-process {
  z-index: -1;
  max-width: 146%;
  right: 0;
}

.bg.service-testimonials {
  z-index: -1;
  max-width: 73%;
  left: 153px;
}

.bg.service-contact {
  z-index: -1;
  max-width: 153%;
  bottom: -110px;
}

.bg.team-1 {
  z-index: -1;
  max-width: 785px;
  top: -197px;
  left: -303px;
}

.bg.team-2 {
  z-index: -1;
  max-width: 785px;
  bottom: -245px;
  right: -277px;
}

.bg.team {
  z-index: -1;
  min-height: 49%;
  background-color: var(--neutral-200);
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.team-blur {
  z-index: -2;
  max-width: 785px;
  top: 232px;
  right: -165px;
}

.bg.careers-hero, .bg.perks {
  z-index: -1;
  max-width: 785px;
}

.bg.career {
  z-index: -1;
  min-height: 61%;
  background-color: var(--neutral-200);
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.career-blur {
  z-index: -1;
  max-width: 976px;
  top: -255px;
  right: -391px;
}

.bg.packages {
  z-index: -1;
  max-width: 1314px;
  bottom: -401px;
  right: -369px;
}

.bg.package-blur {
  z-index: -1;
  max-width: 976px;
}

.bg.package {
  z-index: -1;
  min-height: 55%;
  background-color: var(--neutral-200);
  bottom: 0;
  left: 0;
  right: 0;
}

.bg.contact {
  z-index: -1;
  max-width: 1136px;
}

.bg.faqs {
  z-index: -1;
  width: 784px;
  min-height: 784px;
  min-width: 784px;
}

.bg.schedule-demo {
  z-index: -1;
  width: 55%;
  background-color: var(--primary-1);
  top: 0;
  bottom: 0;
  right: 0;
}

.bg.free-consultation {
  z-index: -1;
  min-height: 60%;
  background-color: var(--neutral-200);
  top: 0;
  left: 0;
  right: 0;
}

.bg.advantage {
  z-index: -1;
  max-width: 692px;
  transform-style: preserve-3d;
  right: -200px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bg.about {
  z-index: -1;
  max-width: 754px;
  top: -136px;
  left: -210px;
}

.bg.testimonials-v2 {
  z-index: -1;
  max-width: 871px;
}

.bg.about-v2 {
  z-index: -1;
  max-width: 692px;
  transform-style: preserve-3d;
  left: -70px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.bg.advantage-v2 {
  z-index: -1;
  max-width: 754px;
  top: -187px;
  right: -21px;
}

.bg.newsletter-section {
  z-index: -1;
  max-width: 910px;
}

.bg.not-found {
  z-index: -1;
  max-width: 936px;
  top: -120px;
}

.bg.password {
  z-index: -1;
  max-width: 1162px;
}

.bg.packages-category {
  z-index: -1;
  max-width: 1314px;
  bottom: -401px;
  right: -369px;
}

.bg.home-v2-services {
  z-index: -1;
  max-width: 910px;
  bottom: -243px;
  left: -471px;
}

.bg.home-v2-about {
  z-index: -1;
}

.bg.home-v1-contact {
  z-index: -1;
  max-width: 1136px;
  bottom: -356px;
  right: -318px;
}

.home-hero-images-wrapper {
  max-width: 54%;
  min-height: 675px;
  perspective: 1000px;
  align-items: flex-end;
  margin-left: 46px;
  display: flex;
  position: relative;
}

.home-hero-images-wrapper.holder {
  min-height: auto;
}

.home-advantage-images-wrapper {
  max-width: 46%;
  min-height: 523px;
  perspective: 1000px;
  align-items: flex-end;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.home-about-images-wrapper {
  width: 100%;
  max-width: 52%;
  min-height: 544px;
  perspective: 1000px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-content {
  direction: ltr;
  justify-content: space-between;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-nav-wrapper {
  margin-right: 40px;
}

.page-wrapper-copy .footer-nav-wrapper {
  margin-left: 20px;
}

.page-wrapper-copy .footer-logo-data{padding:0 20px;}

.footer-nav-wrapper.last {
  margin-right: 0;
}

.footer-nav-wrapper.first {
  max-width: 527px;
  direction: ltr;
  flex: 1;
}

.footer-nav-content {
  direction: ltr;
  justify-content: space-between;
  display: flex;
}

.footer-nav-link {
    font-size:16px !important;
  color: var(--neutral-600);
  text-decoration: none;
  transition: color .3s;
}

.footer-nav-link:hover {
  color: var(--primary-1);
}

.footer-nav-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.footer-nav-link.special:hover {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.footer-small-print {
  line-height: 1.4em;
}

.footer-newsletter-form-block {
  margin-bottom: 0;
}

.footer-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.footer-newsletter-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.footer-social-media-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  direction: ltr;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.footer-social-media-link {
  width: 29px;
  min-height: 29px;
  min-width: 29px;
  border-radius: 1000px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.footer-social-media-link:hover {
  transform: translate(0, -6px);
}

.footer-social-media-link.facebook {
  /* background-image: url('../images/icon-1-footer-social-media-marketing-template.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px .01px rgba(21, 116, 239, .21);
}

.footer-social-media-link.twitter {
  /* background-image: url('../images/x.png'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(27, 186, 255, .27);
}

.footer-social-media-link.instagram {
  /* background-image: url('../images/icon-3-footer-social-media-marketing-template.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(251, 15, 90, .14);
}

.footer-social-media-link.linkedin {
  /* background-image: url('../images/icon-4-footer-social-media-marketing-template.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(21, 126, 231, .34);
}

.footer-social-media-link.youtube {
  /* background-image: url('../images/icon-5-footer-social-media-marketing-template.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(255, 0, 0, .21);
}

.footer-social-media-link.whatsapp {
  /* background-image: url('../images/icon-6-footer-social-media-marketing-template.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(84, 228, 71, .16);
}

.container-medium-778px {
  max-width: 778px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-778px.changelog {
  margin-top: -50px;
}

.container-medium-778px.home-hero-v2 {
  text-align: center;
  margin-bottom: 104px;
}

.home-hero-v2-images-wrapper {
  max-height: 703px;
  perspective: 1000px;
  margin-bottom: 64px;
  position: relative;
}

.home-v2-score-grid {
  z-index: 1;
  max-width: 1028px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-v2-services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
  position: relative;
  top: 44px;
}

.home-v2-process-wrapper {
  justify-content: space-between;
  display: flex;
}

.card-service-v2-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-service-v2-list-wrapper {
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.home-v2-process-left-content {
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.home-v2-process-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-v2-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-v2-about-images-wrapper {
  width: 100%;
  max-width: 657px;
  flex-direction: column;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.home-v2-score-wrapper {
  max-width: 288px;
  text-align: center;
}

.home-v2-testimonials-wrapper {
  max-width: 456px;
}

.home-v2-testimonials-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.home-v2-testimonials-mask {
  padding-top: 40px;
  padding-bottom: 40px;
}

.home-v2-testimonials-slider-left-arrow {
  width: 76px;
  min-height: 76px;
  min-width: 76px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, color .35s, background-color .35s;
  display: flex;
  position: relative;
  top: 0;
  bottom: auto;
  left: auto;
  right: 101px;
}

.home-v2-testimonials-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-v2-testimonials-slider-right-arrow {
  width: 76px;
  min-height: 76px;
  min-width: 76px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  position: relative;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 0;
}

.home-v2-testimonials-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.home-v2-testimonials-slide {
  max-width: 606px;
  margin-right: 30px;
}

.card-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-testimonial-about-name {
  color: var(--neutral-800);
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-testimonial-about-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.blog-section-v1-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-section-item-v1-top-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.blog-post-section-item-v1-category-wrapper {
  margin-top: -23px;
  margin-left: 32px;
  position: relative;
}

.blog-post-section-item-v1-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-post-section-item-v1-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: -18%;
  left: 0%;
  right: 0%;
}

.cta-v1-content {
  perspective: 1000px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.cta-v1-accent-content {
  z-index: 1;
  max-width: 466px;
  position: relative;
}

.home-hero-v2-blur-wrapper {
  width: 100%;
  justify-content: center;
  display: flex;
}

.home-hero-v3-wrapper {
  box-shadow: 0 17px 84px 0 var(--shadow-1);
  /* border-radius: 50px; */
  padding: 90px 105px 47px;
  position: relative;
  overflow: hidden;
  transform: translate(0);
  height:100%;
}

.home-v3-about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-hero-v3-content {
  z-index: 1;
  text-align: center;
  position: relative;
}

.home-hero-v3-companies-grid {
  max-width: 939px;
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.home-v3-about-images-wrapper {
  width: 100%;
  max-width: 663px;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.home-v3-advantage-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-v3-advantage-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.home-v3-services-grid {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  margin-bottom: 48px;
}

.cta-v2-wrapper {
  background-color: var(--primary-1);
  box-shadow: 0 14px 74px 0 var(--shadow-cta);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 99px 77px 99px 73px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-v3-process-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.card-home-v3-process-step {
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.056em;
}

.home-v3-testimonials-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-v3-testimonials-title-wrapper {
  max-width: 534px;
  margin-bottom: 56px;
}

.card-home-v3-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-home-v3-testimonial-about-name {
  color: var(--neutral-800);
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-home-v3-testimonial-about-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.home-v3-contact-wrapper {
  z-index: 1;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.home-v3-contact-links-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.home-v3-about-images-left {
  z-index: 1;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  align-self: stretch;
  margin-right: 24px;
  display: flex;
  position: relative;
}

.home-v3-about-images-right {
  z-index: 1;
  width: 100%;
  max-width: 320px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.case-studies-v2-wrapper {
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.about-hero-wrapper {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.about-hero-results-wrapper {
  text-align: center;
}

.about-hero-content-left {
  max-width: 602px;
  margin-right: 40px;
}

.about-hero-content-right {
  max-width: 47%;
  flex-direction: column;
  display: flex;
}

.about-hero-results-text {
  letter-spacing: 0;
  margin-bottom: 34px;
  font-size: 22px;
  line-height: 1.636em;
}

.about-hero-results-grid {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 288px) minmax(auto, 288px) minmax(auto, 288px) minmax(auto, 288px);
  justify-content: space-between;
}

.card-about-hero-result-number {
  color: var(--neutral-800);
  justify-content: center;
  margin-bottom: 13px;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.069em;
  display: flex;
}

.accent-red {
  color: var(--primary-1);
}

.accent-purple, .accent-yellow {
  color: var(--secondary-2);
}

.accent-blue {
  color: var(--secondary-3);
}

.about-mission-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-mission-images-wrapper {
  width: 100%;
  max-width: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-story-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-around;
}

.card-about-story-year {
  margin-bottom: 28px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.074em;
}

.about-values-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-values-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.about-offices-grid {
  z-index: 1;
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.about-team-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.team-section-item {
  padding-top: 83px;
}

.card-about-office-content {
  max-width: 253px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.card-about-office-address {
  margin-bottom: 14px;
}

.card-about-office-contact-link {
  letter-spacing: -.01em;
  margin-bottom: 14px;
  line-height: 1.111em;
  text-decoration: none;
}

.card-about-office-contact-link.last {
  margin-bottom: 0;
}

.card-team-section-item-rol {
  color: var(--primary-1);
  margin-bottom: 17px;
}

.card-team-section-item-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.social-media-link {
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  transform-style: preserve-3d;
  border-radius: 1000px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.social-media-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.social-media-link.facebook {
  /* background-image: url('../images/icon-1-footer-social-media-marketing-template.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(21, 116, 239, .21);
}

.social-media-link.twitter {
  /* background-image: url('../images/x.png'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(27, 186, 255, .27);
}

.social-media-link.linkedin {
  /* background-image: url('../images/icon-4-footer-social-media-marketing-template.svg'); */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(21, 126, 231, .34);
}

.about-team-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-section-collection-list-wrapper {
  flex: 1;
}

.blog-categories-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.blog-v1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-item-v1-top-content {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.blog-post-item-v1-category-wrapper {
  margin-top: -23px;
  margin-left: 32px;
  margin-right: 32px;
  position: relative;
}

.blog-post-item-v1-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-post-item-v1-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: -18%;
  left: 0%;
  right: 0%;
}

.blog-category-item-link {
  color: var(--neutral-100);
  transform-style: preserve-3d;
  border-radius: 1000px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 20px;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.blog-category-item-link:hover {
  color: var(--neutral-100);
  transform: translate3d(0, -6px, .01px);
}

.blog-category-item {
  display: flex;
}

.blog-featured-v1-list-wrapper {
  margin-bottom: 24px;
}

.blog-featured-v1-item-content {
  max-width: 408px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-featured-v1-item-category-wrapper {
  margin-bottom: 24px;
  position: relative;
}

.blog-featured-v1-item-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-featured-v1-item-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: -18%;
  left: 0%;
  right: 0%;
}

.button-category {
  border-color: var(--primary-1);
  color: var(--primary-1);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  padding: 28px 50px;
  font-size: 18px;
  line-height: 1.111em;
  text-decoration: none;
  transition: box-shadow .35s, background-color .35s;
  display: flex;
}

.button-category:hover {
  background-color: var(--primary-1);
  box-shadow: 6px 6px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
}

.button-category-arrow-right {
  margin-left: 8px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.button-category-arrow-left {
  transform-style: preserve-3d;
  margin-right: 8px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.blog-newsletter-wrapper {
  background-color: var(--primary-1);
  box-shadow: 0 14px 74px 0 var(--shadow-cta);
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  padding: 100px 61px 100px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-newsletter-form-block {
  z-index: 1;
  width: 100%;
  max-width: 512px;
  margin-bottom: 0;
  position: relative;
}

.blog-newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.blog-newsletter-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.blog-v2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-featured-v2-item-wrapper {
  max-width: 100%;
  color: var(--neutral-600);
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.blog-featured-v2-item-wrapper:hover {
  color: var(--neutral-600);
}

.blog-featured-v2-item-category-wrapper {
  margin-bottom: 16px;
  position: relative;
}

.blog-featured-v2-item-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
  position: relative;
}

.blog-featured-v2-item-category-shadow {
  opacity: .31;
  filter: blur(10px);
  border-radius: 1000px;
  position: absolute;
  top: 0%;
  bottom: -18%;
  left: 0%;
  right: 0%;
}

.card-blog-featured-v2-item-about-wrapper {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blog-featured-v2-item-author-name {
  color: var(--neutral-800);
  font-weight: 700;
  line-height: 1.111em;
}

.blog-v2-hero-wrapper {
  position: relative;
}

.blog-v1-hero-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-medium-643px {
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-643px.blog-v3-hero {
  text-align: center;
  margin-bottom: 48px;
}

.blog-v3-hero-wrapper {
  position: relative;
}

.blog-v3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-latest-articles-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-post-top-content {
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.blog-post-category {
  z-index: 1;
  color: var(--neutral-100);
  letter-spacing: .02em;
  border-radius: 1000px;
  align-items: center;
  margin-bottom: 14px;
  padding: 16px 24px;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
  position: relative;
}

.blog-post-category:hover {
  color: var(--neutral-100);
  transform: translate(0, -6px);
}

.card-blog-post-main-content-bottom {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.blog-post-author-link {
  color: var(--neutral-800);
  align-items: center;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  display: flex;
}

.rich-text h2, .rich-text p {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text ul {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text figure {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 64px;
}

.rich-text img {
  max-width: 858px;
  border-radius: 30px;
}

.rich-text figcaption {
  max-width: 361px;
  background-color: var(--neutral-100);
  box-shadow: 0 4px 34px 0 var(--shadow-1);
  border-radius: 20px;
  margin-top: 0;
  padding: 30px 36px 34px;
  position: absolute;
  bottom: 33px;
  left: 31px;
}

.rich-text h3 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.rich-text ol {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text blockquote {
  max-width: 730px;
  margin: 48px auto 56px;
}

.rich-text h4, .rich-text h5 {
  max-width: 730px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text h6 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.card-about-author-top-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.card-about-author-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.card-about-author-social-media-grid {
  grid-column-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: center;
}

.card-about-author-social-media-link {
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  border-radius: 1000px;
  transition-property: transform;
  display: flex;
  overflow: hidden;
}

.card-about-author-social-media-link:hover {
  transform: translate(0, -6px);
}

.card-about-author-social-media-link.facebook {
  background-image: url('../images/icon-1-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(21, 116, 239, .21);
}

.card-about-author-social-media-link.twitter {
  background-image: url('../images/x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(27, 186, 255, .27);
}

.card-about-author-social-media-link.linkedin {
  background-image: url('../images/icon-4-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(21, 126, 231, .34);
}

.container-medium-906px {
  max-width: 906px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.services-v1-grid {
  grid-column-gap: 32px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  position: relative;
  top: 68px;
}

.services-v1-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.services-v2-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.services-v2-wrapper {
  position: relative;
}

.container-medium-684px {
  max-width: 664px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-684px.services-v3 {
  text-align: center;
  margin-bottom: 42px;
}

.container-medium-684px.packages-category {
  margin-bottom: 48px;
}

.container-medium-684px.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.container-medium-684px.no-padding.home-pages {
  padding-top: 0;
}

.container-medium-684px.no-padding.mg-top-80px {
  margin-top: 80px;
}

.services-v3-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.services-v3-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.services-section-title-wrapper {
  max-width: 603px;
}

.services-section-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.services-section-slider-left-arrow {
  width: 76px;
  min-height: 76px;
  min-width: 76px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, color .35s, background-color .35s;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 101px;
}

.services-section-slider-left-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.services-section-slider-right-arrow {
  width: 76px;
  min-height: 76px;
  min-width: 76px;
  background-color: var(--neutral-100);
  box-shadow: 0 8px 20px 0 var(--shadow-button-secondary);
  color: var(--neutral-800);
  transform-style: preserve-3d;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 28px;
  transition: transform .35s, box-shadow .35s, background-color .35s, color .35s;
  display: flex;
  top: -75px;
  bottom: auto;
  left: auto;
  right: 0;
}

.services-section-slider-right-arrow:hover {
  background-color: var(--primary-1);
  box-shadow: 0 8px 22px 0 var(--shadow-button-primary);
  color: var(--neutral-100);
  transform: scale3d(1.1, 1.1, 1.01);
}

.services-section-mask {
  max-width: 394px;
  padding-top: 32px;
  padding-bottom: 48px;
  overflow: visible;
}

.services-section-slide {
  margin-right: 30px;
}

.service-process-wrapper {
  justify-content: space-between;
  display: flex;
}

.service-process-grid {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.service-process-content {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.container-small-586px {
  max-width: 586px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-586px.service-case-study {
  text-align: center;
  margin-bottom: 32px;
}

.service-contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-contact-links-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.service-testimonials-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.service-testimonials-title-wrapper {
  max-width: 534px;
  margin-bottom: 56px;
}

.card-service-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-service-testimonial-about-name {
  color: var(--neutral-800);
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-service-testimonial-about-rol {
  color: var(--primary-1);
  line-height: 1.333em;
}

.service-case-study-item {
  margin-bottom: 56px;
}

.card-service-case-study-item-content {
  max-width: 48%;
  padding: 89px 30px 89px 46px;
}

.card-service-case-study-client {
  color: var(--primary-1);
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.111em;
}

.service-hero-images-wrapper {
  width: 100%;
  max-width: 592px;
  min-height: 628px;
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.team-members-grid {
  grid-column-gap: 30px;
  grid-row-gap: 52px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 75px;
  display: grid;
}

.team-members-bottom-wrapper {
  max-width: 446px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-wrapper {
  position: relative;
  overflow: visible;
}

.container-medium-996px {
  max-width: 996px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.team-top-content {
  max-width: 923px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-team-about-title-wrapper {
  max-width: 730px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-main-content {
  max-width: 477px;
}

.team-rol {
  color: var(--primary-1);
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 1.1em;
}

.team-social-media-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  justify-content: start;
}

.case-studies-page-grid {
  grid-column-gap: 30px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scroll-down-icon {
  width: 29px;
  max-height: 45px;
  min-height: 45px;
  border: 3px solid var(--primary-1);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
  overflow: hidden;
}

.scroll-down-icon-slide {
  width: 3.3px;
  min-height: 13px;
  background-color: var(--primary-1);
  border-radius: 1000px;
}

.case-study-details-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  margin-bottom: 103px;
}

.container-medium-936px {
  max-width: 936px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.more-case-studies-section-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-case-study-button-wrapper {
  max-width: 730px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.case-study-detail-increment-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.container-medium-783px {
  max-width: 783px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-783px.careers-hero {
  z-index: 1;
  text-align: center;
  margin-bottom: 63px;
  position: relative;
}

.careers-hero-images-wrapper {
  min-height: 391px;
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.perks-grid {
  grid-column-gap: 30px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 48px;
}

.perks-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.current-openings-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.career-item {
  margin-bottom: 20px;
}

.career-item:last-child {
  margin-bottom: 0;
}

.card-career-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.space.card-career, .space.faq {
  min-height: 8px;
}

.card-career-icon {
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--neutral-300);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.card-career-about-wrapper {
  flex-wrap: wrap;
  margin-bottom: 22px;
  display: flex;
}

.card-career-about {
  color: var(--neutral-700);
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.card-career-icon-1 {
  width: 3px;
  min-height: 16px;
  background-color: var(--neutral-700);
  border-radius: 1000px;
  position: absolute;
}

.card-career-icon-2 {
  width: 16px;
  min-height: 3px;
  background-color: var(--neutral-700);
  border-radius: 1000px;
  position: absolute;
}

.career-content-top {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.card-career-about-button-wrapper {
  max-width: 730px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.career-tag {
  background-color: var(--primary-1);
  color: var(--neutral-100);
  border-radius: 1000px;
  margin-bottom: 16px;
  padding: 13px 16px;
  font-weight: 700;
  line-height: 1.111em;
}

.career-about-wrapper {
  width: 100%;
  max-width: 295px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.career-about-details {
  color: var(--neutral-700);
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.career-about-details.last {
  margin-right: 0;
}

.card-career-apply-wrapper {
  width: 100%;
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
}

.container-small-540px {
  max-width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-540px.packages {
  text-align: center;
  margin-bottom: 48px;
}

.packages-contact-wrapper {
  max-width: 446px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.package-item {
  max-width: 411px;
  border-right: 1px solid var(--neutral-400);
  flex-direction: column;
  align-items: flex-start;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.package-item:first-child {
  padding-left: 0;
}

.package-item:last-child {
  border-right-width: 0;
  padding-right: 0;
}

.package-item-price {
  color: var(--neutral-800);
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: .944em;
}

.package-item-content-top {
  margin-bottom: 40px;
}

.package-item-content-bottom {
  align-self: stretch;
}

.package-item-features-title {
  color: var(--neutral-800);
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1em;
}

.package-item-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 32px;
}

.package-item-feature-wrapper {
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.faqs-grid {
  grid-column-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-content-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  background-color: var(--neutral-300);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-icon-1 {
  width: 3px;
  min-height: 16px;
  background-color: var(--neutral-700);
  border-radius: 1000px;
  position: absolute;
}

.faq-icon-2 {
  width: 16px;
  min-height: 3px;
  background-color: var(--neutral-700);
  border-radius: 1000px;
  position: absolute;
}

.card-packages-wrapper {
  position: relative;
}

.package-icon {
  width: 88px;
  min-height: 88px;
  min-width: 88px;
  border-radius: 25px;
  margin-bottom: 24px;
}

.package-features-title {
  color: var(--neutral-800);
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.package-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.card-package-order-price {
  color: var(--neutral-800);
  margin-bottom: 33px;
  font-size: 36px;
  font-weight: 700;
  line-height: .944em;
}

.card-package-order-content-top {
  margin-bottom: 24px;
}

.card-package-order-wrapper {
  max-width: 425px;
  flex-direction: column;
  display: flex;
}

.card-package-order-default-state {
  margin-bottom: 0;
}

.card-package-order-add-to-cart {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.package-content-top {
  margin-bottom: 32px;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-links-grid {
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.container-medium-738px {
  max-width: 738px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-medium-738px.social-media {
  text-align: center;
}

.social-media-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto auto auto;
  justify-content: space-between;
}

.social-media-section-link {
  width: 60px;
  height: 60px;
  transform-style: preserve-3d;
  border-radius: 22px;
  transition: transform .3s;
  display: flex;
  overflow: hidden;
}

.social-media-section-link:hover {
  transform: translate3d(0, -6px, .01px);
}

.social-media-section-link.facebook {
  background-image: url('../images/icon-1-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(21, 116, 239, .21);
}

.social-media-section-link.twitter {
  background-image: url('../images/x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(27, 186, 255, .27);
}

.social-media-section-link.instagram {
  background-image: url('../images/icon-3-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(251, 15, 90, .14);
}

.social-media-section-link.linkedin {
  background-image: url('../images/icon-4-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(21, 126, 231, .34);
}

.social-media-section-link.youtube {
  background-image: url('../images/icon-5-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(255, 0, 0, .21);
}

.social-media-section-link.whatsapp {
  background-image: url('../images/icon-6-footer-social-media-marketing-template.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 6px 8px rgba(84, 228, 71, .16);
}

.offices-grid {
  z-index: 1;
  grid-column-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.faqs-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-small {
  border-bottom: 1px solid var(--neutral-400);
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 21px;
}

.header-small-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-small {
  border-top: 1px solid var(--neutral-400);
  background-color: #fff;
  margin-top: auto;
  padding-top: 35px;
  padding-bottom: 27px;
}

.footer-small-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-small-logo-container {
  transition-property: transform;
}

.footer-small-logo-container:hover {
  transform: scale(1.04);
}

.footer-small-logo {
  width: 216px;
}

.footer-small-print-small {
  line-height: 1.4em;
}

.brand-small {
  padding-left: 0;
  transition-property: transform;
}

.brand-small:hover {
  transform: scale(1.04);
}

.schedule-demo-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-schedule-demo-form-block {
  margin-bottom: 0;
}

.card-schedule-demo-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-schedule-demo-button-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.card-schedule-demo-team-name {
  color: var(--neutral-800);
  letter-spacing: 0;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.111em;
}

.card-schedule-demo-team-rol {
  color: var(--primary-1);
  letter-spacing: 0;
  line-height: 1.333em;
}

.free-consultation-wrapper {
  justify-content: space-between;
  margin-bottom: 90px;
  display: flex;
}

.card-free-consultation-form-block {
  margin-bottom: 0;
}

.card-free-consultation-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-free-consultation-button-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.free-consultation-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.free-consultation-list-wrapper {
  align-items: center;
  line-height: 1.111em;
  display: flex;
}

.companies-grid {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  justify-content: space-between;
  align-items: center;
}

.advantage-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.advantage-images-wrapper {
  max-width: 42%;
  min-height: 464px;
  perspective: 1000px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.advantage-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.about-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-images-wrapper {
  width: 100%;
  max-width: 546px;
  min-height: 459px;
  perspective: 1000px;
  align-items: flex-end;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.testimonials-wrapper {
  max-width: 456px;
}

.form-video-wrapper {
  justify-content: space-between;
  display: flex;
}

.testimonials-v2-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.testimonials-v2-title-wrapper {
  max-width: 534px;
  margin-bottom: 56px;
}

.about-v2-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.about-v2-images-wrapper {
  max-width: 42%;
  min-height: 464px;
  perspective: 1000px;
  align-items: flex-end;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.advantage-v2-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.advantage-v2-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-bottom: 40px;
}

.advantage-v2-images-wrapper {
  width: 100%;
  max-width: 542px;
  min-height: 459px;
  perspective: 1000px;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.form-video-badge-wrapper {
  color: var(--neutral-100);
  letter-spacing: -.02em;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1em;
  display: flex;
}

.form-video-preview-wrapper {
  border-radius: 39px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-video-preview-filter {
  background-color: var(--neutral-800);
  opacity: .4;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 23px 40px rgba(0, 0, 0, .25);
}

.form-video-preview-button {
  width: 117px;
  min-height: 117px;
  min-width: 117px;
  background-color: var(--neutral-100);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 11px 66px rgba(64, 8, 15, .53);
}

.form-video-preview-button:hover {
  transform: scale(.99);
  box-shadow: 0 4px 20px rgba(64, 8, 15, .53);
}

.card-video-form-block {
  margin-bottom: 0;
}

.card-video-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-video-form-button-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.newsletter-section-wrapper {
  min-height: 612px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-form-block {
  z-index: 1;
  width: 100%;
  max-width: 635px;
  margin-bottom: 0;
  position: relative;
}

.newsletter-form {
  align-items: center;
  display: flex;
  position: relative;
}

.newsletter-link {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.container-small-428px {
  max-width: 428px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-428px.newsletter-testimonials {
  text-align: center;
  margin-bottom: 40px;
}

.newsletter-testimonials-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.card-newsletter-testimonial-stars {
  width: 173px;
  object-fit: none;
  object-position: 50% 21%;
  margin-bottom: 5px;
  margin-left: -10px;
}

.card-newsletter-testimonial-about-wrapper {
  align-items: center;
  display: flex;
}

.card-newsletter-testimonial-name {
  color: var(--neutral-800);
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.333em;
}

.card-newsletter-testimonial-rol {
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.6em;
}

.not-found-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.not-found-images-wrapper {
  max-width: 51%;
  min-height: 637px;
  perspective: 1000px;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.brand {
  transform-style: preserve-3d;
  margin-right: 10px;
  padding-left: 0;
  transition-property: transform;
}

.brand:hover {
  transform: scale3d(1.04, 1.04, 1.01);
}

.rich-text-figure-and-figure-caption h2, .rich-text-figure-and-figure-caption p {
  max-width: 730px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-and-figure-caption ul {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text-figure-and-figure-caption figure {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rich-text-figure-and-figure-caption img {
  max-width: 858px;
  border-radius: 30px;
}

.rich-text-figure-and-figure-caption figcaption {
  max-width: 361px;
  background-color: var(--neutral-100);
  box-shadow: 0 4px 34px 0 var(--shadow-1);
  border-radius: 20px;
  margin-top: 0;
  padding: 30px 36px 34px;
  position: absolute;
  bottom: 33px;
  left: 31px;
}

.rich-text-figure-and-figure-caption h3 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.rich-text-figure-and-figure-caption ol {
  max-width: 730px;
  margin: 24px auto 48px;
}

.rich-text-figure-and-figure-caption blockquote {
  max-width: 730px;
  margin: 48px auto 56px;
}

.rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5 {
  max-width: 730px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-figure-and-figure-caption h6 {
  max-width: 730px;
  margin: 50px auto 16px;
}

.card-changelog-content {
  flex: 1;
  align-self: center;
}

.category-title-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.category-title-wrapper.packages-category {
  justify-content: center;
}

.category-title-wrapper.blog-category {
  max-width: 50%;
  flex: 1;
  margin-right: 20px;
}

.card-packages-category-wrapper {
  position: relative;
}

.blog-category-grid {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.order-item-option-result {
  color: var(--neutral-800);
  font-weight: 500;
}

.dropdown-list {
  width: 100%;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 30px;
  left: 0;
  right: 0;
}

.dropdown-list.w--open {
  width: 100%;
}

.dropdown-nav-link {
  color: var(--neutral-600);
  white-space: nowrap;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .3s;
}

.dropdown-nav-link:hover {
  color: #ff3f56;
}

.dropdown-nav-link.special {
  border-bottom: 3px solid var(--primary-1);
  color: var(--primary-1);
  padding-bottom: 6px;
  font-weight: 700;
  transition: border-color .3s, color .3s;
  display: inline-block;
}

.dropdown-nav-link.special:hover {
  border-bottom-color: var(--neutral-800);
  color: var(--neutral-800);
}

.nav-link-dropdown {
  position: static;
}

.dropdown-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0;
}

.dropdown-arrow {
  font-family: Icons Marketing Template, sans-serif;
  font-size: 7px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.dropdown-nav-main-wrapper {
  max-width: 810px;
  border: 1px solid var(--neutral-300);
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  background-color: #fff;
  border-radius: 35px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px;
  display: flex;
}

.dropdown-nav-content {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.dropdown-nav-pages-wrapper {
  margin-right: 40px;
}

.dropdown-nav-item {
  margin-bottom: 22px;
  line-height: 1em;
}

.button-primary-arrow {
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
  position: relative;
  top: -2px;
}

.link-arrow {
  margin-left: 8px;
  font-family: Icons Marketing Template, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1em;
}

.empty-state {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 6px 12px 0 var(--shadow-card-default);
  text-align: center;
  border-radius: 40px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 20px;
  font-size: 20px;
  overflow: hidden;
}

.empty-state.small {
  border-radius: 20px;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
}

.empty-state.cart {
  border-width: 0;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
}

.empty-state.shipping {
  border-radius: 24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.success-message {
  background-color: var(--secondary-3);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  color: var(--neutral-100);
  text-align: center;
  border-radius: 20px;
  align-self: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 20px;
}

.error-message {
  color: var(--primary-1);
  text-align: center;
  background-color: #ffeef0;
  border-radius: 20px;
  align-self: stretch;
  margin-top: 20px;
  padding: 20px;
}

.home-v2-services-wrapper {
  position: relative;
}

.cart-wrapper {
  z-index: 9999;
  background-color: rgba(20, 20, 43, .8);
}

.cart-close-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-header {
  border-bottom-color: var(--neutral-400);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-quantity {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 2px 6px 0 var(--shadow-input);
  letter-spacing: .02em;
  border-radius: 1000px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111em;
  transition: box-shadow .35s, color .35s, border-color .35s;
  display: none;
}

.cart-item-quantity:hover {
  border-color: var(--primary-1);
}

.cart-item-quantity:focus {
  border-color: var(--primary-1);
  color: var(--primary-1);
  font-weight: 500;
  box-shadow: 0 2px 11px rgba(244, 38, 62, .06), 0 4px 10px rgba(31, 37, 89, .07);
}

.cart-item-quantity::-ms-input-placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.cart-item-quantity::placeholder {
  color: var(--neutral-600);
  font-weight: 400;
}

.cart-footer {
  border-top-color: var(--neutral-400);
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-remove-button {
  font-size: 16px;
  text-decoration: none;
}

.cart-item {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cart-item-wrapper {
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 16px;
  display: flex;
}

.cart-item-content {
  margin-left: 0;
  margin-right: 0;
}

.cart-item-price, .cart-item-option-result {
  color: var(--neutral-800);
  font-weight: 500;
}

.cart-subtotal {
  color: var(--neutral-800);
  font-size: 20px;
}

.cart-subtotal-item {
  flex-wrap: wrap;
}

.team-section-item-card-content {
  color: var(--neutral-600);
  margin-bottom: 24px;
  text-decoration: none;
}

.team-section-item-card-content:hover {
  color: var(--neutral-600);
}

.package-item-link {
  color: var(--neutral-600);
  text-decoration: none;
}

.package-item-link:hover {
  color: var(--neutral-600);
}

.scroll-down-icon-slide-wrapper {
  align-self: stretch;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.grid-3-columns {
  grid-column-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3-columns.home-sections {
  max-width: 850px;
  grid-column-gap: 28px;
  margin-left: auto;
  margin-right: auto;
}

.home-hero-image-left {
  margin-right: 24px;
}

.home-hero-image-right {
  margin-bottom: -62px;
}

.home-page-numbers {
  color: var(--neutral-800);
  margin-bottom: 3px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.number-color-red {
  color: var(--primary-1);
}

.subtitle-page-numbers {
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.6em;
}

.number-color-yellow {
  color: var(--secondary-1);
}

.number-color-blue {
  color: var(--secondary-3);
}

.text-center {
  text-align: center;
}

.grid-2-columns {
  grid-column-gap: 46px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

.grid-2-columns.home-sections {
  max-width: 561px;
  grid-column-gap: 28px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
}

.image-pages {
  border-radius: 40px;
  margin-bottom: 32px;
  box-shadow: 0 -2px 6px rgba(20, 20, 43, .04), 0 5px 12px rgba(20, 20, 43, .04);
}

.changelog-item {
  margin-bottom: 26px;
  display: flex;
}

.home-sections-figma-logo {
  width: 100px;
  border: 1px solid var(--neutral-200);
  box-shadow: 0 3px 10px 0 var(--shadow-input);
  border-radius: 50%;
}

.heading-size-h3 {
  color: var(--neutral-800);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.345em;
}

.dropdown-toggle {
  /*width: 150px;*/
  width: 113px;
  height: 50px;
  background-color: var(--black);
  border-radius: 40px;
  left: 0;
  right: 73px;
}
.header-wrapper-copy .dropdown-toggle{right: 0 !important;}
.w-dropdown-list{background-color: transparent;min-width: auto;}
.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {content: "";}
.w-dropdown-link {
  padding: 5px 31px;
  display: block;
  /* color: #222222; */
  font-size: 14px;
  background: #263238;
  color: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 2px -4px #dc4405;
}
.w-dropdown-link:hover {color: #fff;}

.whatsapp-contact{
  /*bottom: 65px;*/
  bottom: 90px;
  width: 60px;
  border-radius: 50%;
  box-shadow: 1px 1px 8px #898989;
  cursor: pointer;
  z-index: 999;
  left: 34px; right:34px;
}

.text-block {
  color: var(--secondary-1);
  font-size: 16px;
  position: relative;
  bottom: 11px;
  left: 0;
  right: 0;
}

.icon {
  color: var(--secondary-1);
  left: 0;
}

.bold-text {
  color: var(--neutral-600);
  font-weight: 400;
}

.text-block-2, .bold-text-2 {
  font-weight: 400;
}

.bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9, .bold-text-10 {
  color: var(--neutral-600);
  font-weight: 400;
}

.text-block-3 {
  color: var(--neutral-600);
}

.bold-text-11 {
  color: var(--neutral-600);
  font-weight: 400;
}

.header-copy {
  background-color: #fff;
  /* padding-top: 28px;
  padding-bottom: 28px; */
  padding-top:20px;
  padding-bottom: 13px;
}

.header-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text-12 {
  color: var(--neutral-600);
  font-weight: 400;
}

.container-d {
  max-width: 1290px;
  direction: rtl;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-d.cta-v2 {
  perspective: 1000px;
}

.container-d.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-d.newsletter {
  perspective: 1000px;
}

.header-navigation-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
  position: relative;
  left: 0;
  right: 140px;
}

.nav-link-copy {
  color: var(--neutral-800);
  font-size: 16px;
  line-height: 1.125em;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.nav-link-copy:hover {
  color: var(--primary-1);
}

.nav-link-copy.dropdown {
  padding: 0;
  bottom: -3px;
}

.footer-copy {
  border-top: 1px solid var(--neutral-400);
  direction: ltr;
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 36px;
}

.container-default-copy {
  max-width: 1290px;
  direction: rtl;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.cta-v2 {
  perspective: 1000px;
}

.container-default-copy.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default-copy.newsletter {
  perspective: 1000px;
}

.container-default-copy {
  max-width: 1290px;
  direction: rtl;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.cta-v2 {
  perspective: 1000px;
}

.container-default-copy.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default-copy.newsletter {
  perspective: 1000px;
}

.container-default-copy-copy {
  max-width: 1290px;
  direction: rtl;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy-copy.cta-v2 {
  perspective: 1000px;
}

.container-default-copy-copy.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default-copy-copy.newsletter {
  perspective: 1000px;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.content-top-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-copy.case-studies, .content-top-copy.home-blog {
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top {
  direction: ltr;
}

.content-top-copy.home-v2-blog {
  margin-bottom: 40px;
}

.content-top-copy.cta-v1 {
  margin-bottom: 38px;
}

.content-top-copy.home-v3-process {
  margin-bottom: 40px;
}

.content-top-copy.home-v3-blog {
  margin-bottom: 32px;
}

.content-top-copy.about-story {
  margin-bottom: 47px;
}

.content-top-copy.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top-copy.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v2, .content-top-copy.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.services-v1 {
  margin-bottom: 40px;
}

.content-top-copy.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top-copy.case-studies-page {
  margin-bottom: 40px;
}

.content-top-copy.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top-copy.current-openings {
  margin-bottom: 40px;
}

.content-top-copy.faqs {
  margin-bottom: 48px;
}

.content-top-copy.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top-copy.offices {
  margin-bottom: 48px;
}

.content-top-copy.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top-copy {
  direction: ltr;
}

.container-default-copy {
  max-width: 1290px;
  direction: rtl;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.cta-v2 {
  perspective: 1000px;
}

.container-default-copy.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default-copy.newsletter {
  perspective: 1000px;
}

.footer-nav-wrapper-copy {
  margin-right: 40px;
}

.footer-nav-wrapper-copy.last {
  margin-right: 0;
}

.footer-nav-wrapper-copy.first, .footer-nav-wrapper-copy.first-copy {
  max-width: 527px;
  direction: ltr;
  flex: 1;
}

.footer-nav-wrapper-copy {
  margin-right: 40px;
}

.footer-nav-wrapper-copy.last {
  margin-right: 0;
}

.footer-nav-wrapper-copy.first, .footer-nav-wrapper-copy.first-copy {
  max-width: 527px;
  direction: ltr;
  flex: 1;
}

.footer-content-copy {
  direction: rtl;
  justify-content: space-between;
  display: flex;
}

.title-copy.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.order-item {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title-copy.order-item:hover {
  color: var(--primary-1);
}

.title-copy.case-studies, .title-copy.home-blog, .title-copy.home-services {
  margin-bottom: 0;
}

.title-copy.card-testimonial-slide {
  margin-bottom: 16px;
}

.title-copy.home-process, .title-copy.home-testimonials {
  margin-bottom: 0;
}

.title-copy.h3-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.346em;
}

.title-copy.h3-size.footer-newsletter {
  margin-bottom: 19px;
}

.title-copy.h3-size.blog-post-item-v2 {
  margin-bottom: 10px;
}

.title-copy.h3-size.blog-featured-v1-item {
  margin-bottom: 14px;
}

.title-copy.h3-size.card-blog-featured-v2-item {
  margin-bottom: 8px;
}

.title-copy.h3-size.card-service-process {
  margin-bottom: 6px;
}

.title-copy.h3-size.team-members-bottom, .title-copy.h3-size.packages-contact, .title-copy.h3-size.card-package-order {
  margin-bottom: 8px;
}

.title-copy.h3-size.card-schedule-demo, .title-copy.h3-size.card-free-consultation, .title-copy.h3-size.card-form-video {
  margin-bottom: 6px;
}

.title-copy.h4-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title-copy.h4-size.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.h4-size.card-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.card-about-story, .title-copy.h4-size.card-about-office {
  margin-bottom: 6px;
}

.title-copy.h4-size.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size.card-service-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title-copy.h4-size.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.h4-size.schedule-demo-team {
  margin-bottom: 15px;
}

.title-copy.h4-size.footer-title-copy {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.card-service-v2 {
  margin-bottom: 10px;
}

.title-copy.home-v2-testimonials, .title-copy.home-v2-blog, .title-copy.cta-v1 {
  margin-bottom: 0;
}

.title-copy.card-cta-v1-accent {
  color: var(--neutral-100);
  margin-bottom: 6px;
}

.title-copy.card-cta-v1 {
  margin-bottom: 6px;
}

.title-copy.home-v2-services, .title-copy.case-studies {
  margin-bottom: 0;
}

.title-copy.home-hero-v3 {
  max-width: 818px;
  color: var(--neutral-100);
  text-shadow: 0 6px 20px rgba(0, 0, 0, .53);
  margin-left: auto;
  margin-right: auto;
}

.title-copy.home-v3-about {
  margin-bottom: 24px;
  margin-right: 10px;
}

.title-copy.card-service-v1 {
  margin-bottom: 8px;
}

.title-copy.cta-v2 {
  z-index: 1;
  max-width: 60%;
  color: var(--neutral-100);
  margin-bottom: 0;
  padding-right: 40px;
  position: relative;
}

.title-copy.card-home-v3-process {
  margin-bottom: 6px;
}

.title-copy.home-v3-process {
  margin-bottom: 0;
}

.title-copy.home-v3-testimonials {
  margin-bottom: 32px;
}

.title-copy.case-studies, .title-copy.home-v3-blog {
  margin-bottom: 0;
}

.title-copy.home-v3-advantage {
  max-width: 85%;
}

.title-copy.case-studies-v2 {
  margin-bottom: 0;
}

.title-copy.about-mission {
  margin-bottom: 24px;
}

.title-copy.about-story {
  margin-bottom: 0;
}

.title-copy.card-about-value {
  margin-bottom: 8px;
}

.title-copy.about-offices {
  margin-bottom: 0;
}

.title-copy.card-team-section-item-name {
  margin-bottom: 7px;
}

.title-copy.blog-v1-hero, .title-copy.blog-v1 {
  margin-bottom: 0;
}

.title-copy.blog-newsletter {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title-copy.blog-v2-hero, .title-copy.blog-v2, .title-copy.blog-v3, .title-copy.blog-post-latest-articles {
  margin-bottom: 0;
}

.title-copy.blog-post {
  margin-bottom: 24px;
}

.title-copy.card-about-author-name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.083em;
}

.title-copy.services-v1, .title-copy.services-v2, .title-copy.services-v3 {
  margin-bottom: 0;
}

.title-copy.card-service-v3 {
  margin-bottom: 8px;
}

.title-copy.services-section {
  margin-bottom: 0;
}

.title-copy.service-hero {
  margin-bottom: 18px;
}

.title-copy.service-testimonials {
  margin-bottom: 32px;
}

.title-copy.card-service-case-study {
  margin-bottom: 16px;
}

.title-copy.service-case-study, .title-copy.team-members, .title-copy.card-team-about {
  margin-bottom: 0;
}

.title-copy.team-name {
  margin-bottom: 10px;
}

.title-copy.case-studies-page {
  margin-bottom: 0;
}

.title-copy.case-study {
  margin-bottom: 20px;
}

.title-copy.card-case-study {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.more-case-studies {
  margin-bottom: 0;
}

.title-copy.h5-size {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.title-copy.h5-size.case-study-detail {
  margin-bottom: 17px;
}

.title-copy.current-openings, .title-copy.careers-hero {
  margin-bottom: 0;
}

.title-copy.card-perk {
  margin-bottom: 8px;
}

.title-copy.card-career {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.career-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.career {
  margin-bottom: 24px;
}

.title-copy.faqs, .title-copy.packages {
  margin-bottom: 0;
}

.title-copy.card-package-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.package {
  margin-bottom: 18px;
}

.title-copy.social-media {
  margin-bottom: 32px;
}

.title-copy.offices {
  margin-bottom: 0;
}

.title-copy.schedule-demo {
  margin-bottom: 9px;
}

.title-copy.h2-size {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
}

.title-copy.h2-size.form-video {
  max-width: 442px;
  color: var(--neutral-100);
}

.title-copy.services, .title-copy.testimonials {
  margin-bottom: 0;
}

.title-copy.testimonials-v2 {
  margin-bottom: 32px;
}

.title-copy.not-found {
  font-size: 29px;
  line-height: 1.207em;
}

.title-copy.changelog-version {
  width: 100%;
  max-width: 79px;
  color: var(--primary-1);
  text-align: right;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 26px;
  line-height: 1em;
}

.title-copy.h1-size {
  color: var(--neutral-800);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.233em;
}

.title-copy.h1-size.category {
  margin-bottom: 0;
  margin-right: 10px;
}

.title-copy.dropdown-nav-title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.273em;
}

.title-copy.cart-item-title {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title-copy.cart-item-title:hover {
  color: var(--primary-1);
}

.title-copy.h4-size-copy {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title-copy.h4-size-copy.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.h4-size-copy.card-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size-copy.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.card-about-story, .title-copy.h4-size-copy.card-about-office {
  margin-bottom: 6px;
}

.title-copy.h4-size-copy.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size-copy.card-service-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title-copy.h4-size-copy.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.h4-size-copy.schedule-demo-team {
  margin-bottom: 15px;
}

.title-copy.h4-size-copy.footer-title-copy {
  direction: rtl;
  margin-bottom: 24px;
}

.cta-v1-content-copy {
  perspective: 1000px;
  direction: ltr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.body {
  direction: rtl;
}

.container-default-copy {
  max-width: 1290px;
  direction: rtl;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.cta-v2 {
  perspective: 1000px;
}

.container-default-copy.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default-copy.newsletter {
  perspective: 1000px;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.body-2 {
  direction: rtl;
}

.blog-v1-hero-wrapper-copy {
  direction: rtl;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.container-default-copy {
  max-width: 1290px;
  direction: rtl;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.cta-v2 {
  perspective: 1000px;
}

.container-default-copy.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default-copy.newsletter {
  perspective: 1000px;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.about-hero-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.about-mission-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content-top-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-copy.case-studies, .content-top-copy.home-blog {
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top {
  direction: rtl;
}

.content-top-copy.home-v2-blog {
  margin-bottom: 40px;
}

.content-top-copy.cta-v1 {
  margin-bottom: 38px;
}

.content-top-copy.home-v3-process {
  margin-bottom: 40px;
}

.content-top-copy.home-v3-blog {
  margin-bottom: 32px;
}

.content-top-copy.about-story {
  direction: rtl;
  margin-bottom: 47px;
}

.content-top-copy.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top-copy.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v2, .content-top-copy.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.services-v1 {
  margin-bottom: 40px;
}

.content-top-copy.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top-copy.case-studies-page {
  margin-bottom: 40px;
}

.content-top-copy.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top-copy.current-openings {
  margin-bottom: 40px;
}

.content-top-copy.faqs {
  margin-bottom: 48px;
}

.content-top-copy.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top-copy.offices {
  margin-bottom: 48px;
}

.content-top-copy.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.about-story-grid-copy {
  direction: rtl;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  justify-content: space-between;
}

.content-top-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-copy.case-studies, .content-top-copy.home-blog {
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top {
  direction: rtl;
}

.content-top-copy.home-v2-blog {
  margin-bottom: 40px;
}

.content-top-copy.cta-v1 {
  margin-bottom: 38px;
}

.content-top-copy.home-v3-process {
  margin-bottom: 40px;
}

.content-top-copy.home-v3-blog {
  margin-bottom: 32px;
}

.content-top-copy.about-story {
  margin-bottom: 47px;
}

.content-top-copy.about-offices {
  z-index: 1;
  direction: rtl;
  margin-bottom: 48px;
  position: relative;
}

.content-top-copy.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v2, .content-top-copy.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.services-v1 {
  margin-bottom: 40px;
}

.content-top-copy.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top-copy.case-studies-page {
  margin-bottom: 40px;
}

.content-top-copy.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top-copy.current-openings {
  margin-bottom: 40px;
}

.content-top-copy.faqs {
  margin-bottom: 48px;
}

.content-top-copy.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top-copy.offices {
  margin-bottom: 48px;
}

.content-top-copy.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.page-wrapper-copy {
  direction: ltr;
  text-align: left;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.service-hero-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 40px;
}

.service-process-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  display: flex;
  position: relative;
  bottom: 60px;
}

.service-testimonials-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.service-contact-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.content-top-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-copy.case-studies, .content-top-copy.home-blog {
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top {
  direction: rtl;
}

.content-top-copy.home-v2-blog {
  margin-bottom: 40px;
}

.content-top-copy.cta-v1 {
  margin-bottom: 38px;
}

.content-top-copy.home-v3-process {
  margin-bottom: 40px;
}

.content-top-copy.home-v3-blog {
  margin-bottom: 32px;
}

.content-top-copy.about-story {
  margin-bottom: 47px;
}

.content-top-copy.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top-copy.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v2, .content-top-copy.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.services-v1 {
  margin-bottom: 40px;
}

.content-top-copy.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top-copy.case-studies-page {
  margin-bottom: 40px;
}

.content-top-copy.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top-copy.current-openings {
  margin-bottom: 40px;
}

.content-top-copy.faqs {
  margin-bottom: 48px;
}

.content-top-copy.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top-copy.offices {
  margin-bottom: 48px;
}

.content-top-copy.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.team-members-copy {
  direction: rtl;
  align-items: center;
  margin-bottom: 56px;
}

.team-members-bottom-wrapper-copy {
  max-width: 446px;
  direction: rtl;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.content-top-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-copy.case-studies, .content-top-copy.home-blog {
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top {
  direction: rtl;
}

.content-top-copy.home-v2-blog {
  margin-bottom: 40px;
}

.content-top-copy.cta-v1 {
  margin-bottom: 38px;
}

.content-top-copy.home-v3-process {
  margin-bottom: 40px;
}

.content-top-copy.home-v3-blog {
  margin-bottom: 32px;
}

.content-top-copy.about-story {
  margin-bottom: 47px;
}

.content-top-copy.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top-copy.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v2, .content-top-copy.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.services-v1 {
  margin-bottom: 40px;
}

.content-top-copy.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top-copy.case-studies-page {
  direction: rtl;
  margin-bottom: 40px;
}

.content-top-copy.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top-copy.current-openings {
  margin-bottom: 40px;
}

.content-top-copy.faqs {
  margin-bottom: 48px;
}

.content-top-copy.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top-copy.offices {
  margin-bottom: 48px;
}

.content-top-copy.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.container-default-copy {
  max-width: 1290px;
  direction: ltr;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-copy.cta-v2 {
  perspective: 1000px;
  direction: rtl;
}

.container-default-copy.cta-v2.home-pages {
  margin-bottom: 140px;
}

.container-default-copy.newsletter {
  perspective: 1000px;
}

.page-wrapper .container-default-copy{direction: rtl;}


.content-top-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-copy.case-studies, .content-top-copy.home-blog {
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top {
  direction: rtl;
}

.content-top-copy.home-v2-blog {
  margin-bottom: 40px;
}

.content-top-copy.cta-v1 {
  margin-bottom: 38px;
}

.content-top-copy.home-v3-process {
  margin-bottom: 40px;
}

.content-top-copy.home-v3-blog {
  margin-bottom: 32px;
}

.content-top-copy.about-story {
  margin-bottom: 47px;
}

.content-top-copy.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top-copy.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v2, .content-top-copy.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.services-v1 {
  margin-bottom: 40px;
}

.content-top-copy.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top-copy.case-studies-page {
  margin-bottom: 40px;
}

.content-top-copy.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top-copy.current-openings {
  direction: rtl;
  margin-bottom: 40px;
}

.content-top-copy.faqs {
  margin-bottom: 48px;
}

.content-top-copy.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top-copy.offices {
  margin-bottom: 48px;
}

.content-top-copy.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.perks-wrapper-copy {
  direction: rtl;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-copy {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 6px 12px 0 var(--shadow-card-default);
  border-radius: 40px;
  overflow: hidden;
}

.card-copy.changelog {
  flex-direction: column;
  margin-bottom: 20px;
  padding: 60px 50px;
  display: flex;
}

.card-copy.checkout {
  margin-bottom: 40px;
}

.card-copy.checkout.last {
  margin-bottom: 0;
}

.card-copy.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card-copy.contact-form {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  padding: 72px 48px;
  display: flex;
  position: relative;
}

.card-copy.service-slide {
  color: var(--neutral-600);
  border-radius: 50px;
  align-items: flex-start;
  padding: 42px 40px 62px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card-copy.service-slide:hover {
  box-shadow: 0 12px 18px .01px var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.home-process {
  max-width: 799px;
  margin-left: auto;
  padding: 92px 64px 92px 257px;
}

.card-copy.testimonial {
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 76px 61px;
  display: flex;
}

.card-copy.blog-post-item-v2 {
  min-height: 100%;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  padding: 24px 24px 44px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.blog-post-item-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.case-studies-item-card {
  min-height: 100%;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.case-studies-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, .01);
}

.card-copy.service-v2 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  padding: 48px 32px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.service-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.home-v2-process {
  align-items: center;
  padding: 34px 32px;
  display: flex;
}

.card-copy.testimonial-card {
  padding: 60px 40px 55px;
}

.card-copy.blog-post-section-item-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.blog-post-section-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.cta-v1-accent {
  max-width: 57%;
  background-color: var(--primary-1);
  align-items: flex-start;
  margin-right: 20px;
  padding: 87px 47px;
  display: flex;
  position: relative;
  left: 65px;
}

.card-copy.cta-v1 {
  max-width: 41%;
  padding: 50px 32px 50px 40px;
}

.card-copy.service-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.service-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.home-v3-process {
  padding: 36px 35px 57px 38px;
}

.card-copy.home-v3-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card-copy.home-v3-testimonial-card.last {
  margin-bottom: 0;
}

.card-copy.home-v3-contact-form {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  padding: 72px 48px;
  display: flex;
}

.card-copy.about-hero-result {
  width: 100%;
  max-width: 288px;
  border-radius: 28px;
  padding: 42px 20px 33px;
}

.card-copy.about-story {
  max-width: 289px;
  border-radius: 28px;
  padding: 42px 24px 45px;
}

.card-copy.about-value {
  color: var(--neutral-600);
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card-copy.about-value:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.about-office {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 41px 33px 54px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.about-office:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.team-section-item-card {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 38px;
  padding-right: 38px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: visible;
}

.card-copy.team-section-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.blog-post-item-v1 {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 32px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card-copy.blog-post-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.blog-featured-v1-item-card {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 56px 24px 25px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.blog-featured-v1-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.blog-featured-v2-item-card {
  width: 100%;
  max-width: 50%;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: absolute;
  right: 0;
}

.card-copy.blog-featured-v2-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.01);
}

.card-copy.blog-post-main-content {
  z-index: 1;
  max-width: 968px;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 45px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 65px 64px 69px;
  display: flex;
  position: relative;
}

.card-copy.about-author {
  max-width: 730px;
  border-radius: 42px;
  align-items: center;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 45px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.about-author:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.02);
}

.card-copy.service-v3 {
  color: var(--neutral-600);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 31px 53px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.service-v3:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.services-section-slide-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 25px 67px;
  display: flex;
}

.card-copy.service-process {
  align-items: flex-start;
  padding: 43px 32px;
  display: flex;
}

.card-copy.service-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card-copy.service-testimonial-card.last {
  margin-bottom: 0;
}

.card-copy.service-case-study-item {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.service-case-study-item:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.team-about {
  padding: 82px 40px 58px;
}

.card-copy.case-study {
  padding: 90px 40px 94px;
}

.card-copy.perk {
  text-align: center;
  padding: 48px 32px 53px;
}

.card-copy.career {
  color: var(--neutral-600);
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 48px 40px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card-copy.career:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.career-apply {
  width: 100%;
  max-width: 439px;
  flex-direction: column;
  justify-content: center;
  padding: 66px 40px;
  display: flex;
}

.card-copy.career-about {
  max-width: 957px;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 40px 76px;
}

.card-copy.packages {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: space-between;
  margin-bottom: 59px;
  padding: 49px 40px 86px;
  display: flex;
}

.card-copy.faq {
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 22px;
  margin-bottom: 26px;
  padding: 51px 46px;
  transition: box-shadow .3s, transform .3s;
}

.card-copy.faq:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.faq.last {
  margin-bottom: 0;
}

.card-copy.package-about {
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  padding: 79px 40px 20px;
}

.card-copy.package-order {
  width: 100%;
  min-height: 570px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  justify-content: center;
  padding: 54px 40px;
  display: flex;
}

.card-copy.schedule-demo {
  max-width: 614px;
  min-height: 670px;
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card-copy.schedule-demo-team {
  border-radius: 25px;
  align-items: center;
  padding: 26px 23px;
  display: flex;
}

.card-copy.free-consultation, .card-copy.form-video {
  max-width: 614px;
  min-height: 670px;
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card-copy.newsletter-testimonial {
  border-radius: 34px;
  padding: 48px 32px;
}

.card-copy.default {
  padding: 40px 32px;
}

.card-copy.packages-category {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: center;
  padding: 49px 40px 86px;
  display: flex;
}

.card-copy.numbers-home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 62px 15px;
  display: flex;
  overflow: visible;
}

.card-copy.page-container {
  color: var(--neutral-800);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 28px 48px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.card-copy.contact-form-copy {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  padding: 72px 48px;
  display: flex;
  position: relative;
}

.section-copy {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-copy.checkout-hero {
  background-color: var(--neutral-200);
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-copy.home-hero {
  padding-top: 85px;
  overflow: hidden;
}

.section-copy.home-hero.pages {
  padding-bottom: 270px;
}

.section-copy.home-companies {
  z-index: 1;
  background-image: linear-gradient(to bottom, var(--neutral-100) 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-copy.home-services {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section-copy.home-advantage {
  padding-bottom: 240px;
  overflow: hidden;
}

.section-copy.home-about {
  padding-top: 240px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section-copy.home-process {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-copy.home-case-studies {
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-copy.home-testimonials {
  background-color: var(--neutral-200);
  padding-top: 240px;
  padding-bottom: 240px;
}

.section-copy.home-blog {
  padding-top: 240px;
  padding-bottom: 156px;
}

.section-copy.home-contact {
  padding-top: 160px;
  padding-bottom: 148px;
  overflow: hidden;
}

.section-copy.home-hero-v2 {
  padding-top: 96px;
  padding-bottom: 91px;
  position: relative;
  overflow: hidden;
}

.section-copy.home-v2-services {
  padding-top: 240px;
  overflow: hidden;
}

.section-copy.home-v2-process {
  background-color: var(--neutral-200);
}

.section-copy.home-v2-about {
  padding-bottom: 176px;
  overflow: hidden;
}

.section-copy.home-v2-testimonials {
  background-color: var(--neutral-200);
  padding-bottom: 160px;
  overflow: hidden;
}

.section-copy.home-v2-blog {
  background-color: var(--neutral-200);
}

.section-copy.cta-v1 {
  padding-bottom: 125px;
}

.section-copy.home-hero-v3 {
  background-image: linear-gradient(to bottom, white 65%, var(--neutral-200) 65%);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.home-v3-about {
  background-color: var(--neutral-200);
  overflow: hidden;
}

.section-copy.home-v3-services {
  background-color: var(--neutral-200);
}

.section-copy.cta-v2 {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.home-v3-testimonials, .section-copy.home-v3-blog {
  background-color: var(--neutral-200);
}

.section-copy.home-v3-contact {
  position: relative;
  overflow: hidden;
}

.section-copy.home-v3-advantage, .section-copy.case-studies-v2 {
  overflow: hidden;
}

.section-copy.about-hero {
  padding-top: 81px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.section-copy.about-mission {
  overflow: hidden;
}

.section-copy.about-story {
  background-color: var(--neutral-200);
}

.section-copy.about-offices {
  background-color: var(--neutral-200);
  padding-bottom: 107px;
}

.section-copy.about-team {
  padding-bottom: 198px;
  overflow: hidden;
}

.section-copy.about-values {
  overflow: hidden;
}

.section-copy.blog-v1-hero {
  padding-top: 96px;
  padding-bottom: 150px;
  overflow: hidden;
}

.section-copy.blog-v1 {
  background-color: var(--neutral-200);
  padding-top: 150px;
  padding-bottom: 146px;
}

.section-copy.blog-v1-newsletter {
  background-image: linear-gradient(to bottom, var(--neutral-200) 50%, white 50%);
  margin-bottom: 150px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.blog-v2-hero {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section-copy.blog-v2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-copy.blog-v3-newsletter {
  background-image: linear-gradient(to bottom, white 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.blog-v3 {
  background-color: var(--neutral-200);
  padding-top: 136px;
  padding-bottom: 154px;
}

.section-copy.blog-hero-v3 {
  padding-top: 96px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section-copy.blog-post-newsletter {
  background-image: linear-gradient(to bottom, white 50%, var(--neutral-200) 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.blog-post-latest-articles-section {
  background-color: var(--neutral-200);
  padding-top: 195px;
  padding-bottom: 190px;
}

.section-copy.blog-post {
  padding-top: 37px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section-copy.services-v1 {
  direction: ltr;
  padding-top: 96px;
  padding-bottom: 128px;
  overflow: hidden;
}

.section-copy.services-v1-cta {
  padding-top: 0;
  padding-bottom: 138px;
  position: relative;
  top: 50px;
}

.section-copy.services-v2 {
  padding-top: 96px;
  overflow: hidden;
}

.section-copy.services-v3 {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section-copy.services-v3-cta {
  background-image: linear-gradient(to bottom, white 30%, var(--neutral-200) 30%);
  padding-top: 0;
  padding-bottom: 136px;
}

.section-copy.service-hero {
  padding-top: 130px;
  padding-bottom: 240px;
  overflow: hidden;
}

.section-copy.services-section {
  background-color: var(--neutral-200);
  overflow: hidden;
}

.section-copy.service-case-study {
  background-color: var(--neutral-200);
}

.section-copy.service-testimonials {
  overflow: hidden;
}

.section-copy.service-contact {
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  bottom: 100px;
  overflow: hidden;
}

.section-copy.team-members {
  padding-top: 96px;
  overflow: hidden;
}

.section-copy.team {
  padding-top: 66px;
  position: relative;
  overflow: hidden;
}

.section-copy.case-studies-page {
  padding-top: 96px;
  padding-bottom: 160px;
}

.section-copy.case-studies-cta {
  padding-top: 0;
  padding-bottom: 120px;
}

.section-copy.case-study-hero {
  padding-top: 96px;
  padding-bottom: 0;
}

.section-copy.case-study-cta {
  background-image: linear-gradient(to top, var(--neutral-200) 50%, white 50%);
  padding-top: 0;
  padding-bottom: 0;
}

.section-copy.more-case-studies {
  background-color: var(--neutral-200);
  padding-top: 156px;
  padding-bottom: 156px;
}

.section-copy.current-openings {
  background-color: var(--neutral-200);
}

.section-copy.careers-hero {
  padding-top: 96px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section-copy.perks {
  overflow: hidden;
}

.section-copy.career {
  padding-top: 95px;
  position: relative;
  overflow: hidden;
}

.section-copy.packages {
  padding-top: 95px;
  overflow: hidden;
}

.section-copy.packages-faqs {
  background-color: var(--neutral-200);
}

.section-copy.package {
  padding-top: 95px;
  padding-bottom: 154px;
  position: relative;
  overflow: hidden;
}

.section-copy.contact {
  padding-top: 95px;
  padding-bottom: 239px;
  overflow: hidden;
}

.section-copy.offices {
  background-color: var(--neutral-200);
}

.section-copy.social-media {
  padding-top: 0;
  padding-bottom: 172px;
}

.section-copy.faqs {
  padding-bottom: 196px;
  overflow: hidden;
}

.section-copy.schedule-demo {
  flex: 1;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.section-copy.free-consultation {
  padding-top: 96px;
  padding-bottom: 70px;
  position: relative;
}

.section-copy.advantage {
  padding-bottom: 86px;
  overflow: hidden;
}

.section-copy.about {
  padding-top: 86px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section-copy.services {
  background-color: var(--neutral-200);
}

.section-copy.testimonials {
  overflow: hidden;
}

.section-copy.form-video {
  background-color: var(--neutral-800);
  padding-top: 132px;
  padding-bottom: 122px;
}

.section-copy.testimonials-v2 {
  overflow: hidden;
}

.section-copy.advantage-v2 {
  padding-bottom: 86px;
  overflow: hidden;
}

.section-copy.about-v2 {
  padding-top: 86px;
  position: relative;
  overflow: hidden;
}

.section-copy.newsletter-hero {
  padding-top: 149px;
  padding-bottom: 121px;
  overflow: hidden;
}

.section-copy.newsletter-testimonials {
  padding-top: 121px;
  padding-bottom: 114px;
}

.section-copy.utility-pages {
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-copy.utility-pages.changelog {
  padding-top: 0;
  padding-bottom: 80px;
}

.section-copy.packages-category {
  padding-top: 95px;
  overflow: hidden;
}

.section-copy.blog-category {
  padding-top: 96px;
  padding-bottom: 160px;
}

.section-copy.home-pages {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 160px;
}

.section-copy.home-pages-container {
  background-color: var(--neutral-200);
  margin-bottom: -145px;
  padding-top: 160px;
  padding-bottom: 270px;
}

.section-copy.case-study {
  padding-top: 120px;
}

.section-copy.offices-copy {
  background-color: var(--neutral-200);
}

.content-top-copy {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.content-top-copy.case-studies, .content-top-copy.home-blog {
  margin-bottom: 40px;
}

.content-top-copy.footer-content-top {
  direction: rtl;
}

.content-top-copy.home-v2-blog {
  margin-bottom: 40px;
}

.content-top-copy.cta-v1 {
  margin-bottom: 38px;
}

.content-top-copy.home-v3-process {
  margin-bottom: 40px;
}

.content-top-copy.home-v3-blog {
  margin-bottom: 32px;
}

.content-top-copy.about-story {
  margin-bottom: 47px;
}

.content-top-copy.about-offices {
  z-index: 1;
  margin-bottom: 48px;
  position: relative;
}

.content-top-copy.blog-v1-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v1 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-v2-hero {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.blog-v2, .content-top-copy.blog-v3 {
  align-items: center;
  margin-bottom: 40px;
}

.content-top-copy.blog-post-latest-articles {
  align-items: center;
  margin-bottom: 46px;
}

.content-top-copy.services-v1 {
  margin-bottom: 40px;
}

.content-top-copy.team-members {
  align-items: center;
  margin-bottom: 56px;
}

.content-top-copy.case-studies-page {
  margin-bottom: 40px;
}

.content-top-copy.more-case-studies {
  align-items: center;
  margin-bottom: 50px;
}

.content-top-copy.current-openings {
  margin-bottom: 40px;
}

.content-top-copy.faqs {
  margin-bottom: 48px;
}

.content-top-copy.package {
  align-items: flex-start;
  margin-bottom: 160px;
}

.content-top-copy.offices {
  direction: rtl;
  margin-bottom: 48px;
}

.content-top-copy.blog-category {
  align-items: center;
  margin-bottom: 40px;
}

.title-copy.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.order-item {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title-copy.order-item:hover {
  color: var(--primary-1);
}

.title-copy.case-studies, .title-copy.home-blog, .title-copy.home-services {
  margin-bottom: 0;
}

.title-copy.card-testimonial-slide {
  margin-bottom: 16px;
}

.title-copy.home-process, .title-copy.home-testimonials {
  margin-bottom: 0;
}

.title-copy.h3-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.346em;
}

.title-copy.h3-size.footer-newsletter {
  margin-bottom: 19px;
}

.title-copy.h3-size.blog-post-item-v2 {
  margin-bottom: 10px;
}

.title-copy.h3-size.blog-featured-v1-item {
  margin-bottom: 14px;
}

.title-copy.h3-size.card-blog-featured-v2-item {
  margin-bottom: 8px;
}

.title-copy.h3-size.card-service-process {
  margin-bottom: 6px;
}

.title-copy.h3-size.team-members-bottom, .title-copy.h3-size.packages-contact, .title-copy.h3-size.card-package-order {
  margin-bottom: 8px;
}

.title-copy.h3-size.card-schedule-demo, .title-copy.h3-size.card-free-consultation, .title-copy.h3-size.card-form-video {
  margin-bottom: 6px;
}

.title-copy.h4-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title-copy.h4-size.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.h4-size.card-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.card-about-story, .title-copy.h4-size.card-about-office {
  margin-bottom: 6px;
}

.title-copy.h4-size.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size.card-service-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title-copy.h4-size.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.h4-size.schedule-demo-team {
  margin-bottom: 15px;
}

.title-copy.h4-size.footer-title-copy {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.card-service-v2 {
  margin-bottom: 10px;
}

.title-copy.home-v2-testimonials, .title-copy.home-v2-blog, .title-copy.cta-v1 {
  margin-bottom: 0;
}

.title-copy.card-cta-v1-accent {
  color: var(--neutral-100);
  margin-bottom: 6px;
}

.title-copy.card-cta-v1 {
  margin-bottom: 6px;
}

.title-copy.home-v2-services, .title-copy.case-studies {
  margin-bottom: 0;
}

.title-copy.home-hero-v3 {
  max-width: 818px;
  color: var(--neutral-100);
  text-shadow: 0 6px 20px rgba(0, 0, 0, .53);
  margin-left: auto;
  margin-right: auto;
}

.title-copy.home-v3-about {
  margin-bottom: 24px;
  margin-right: 10px;
}

.title-copy.card-service-v1 {
  margin-bottom: 8px;
}

.title-copy.cta-v2 {
  z-index: 1;
  max-width: 60%;
  color: var(--neutral-100);
  margin-bottom: 0;
  padding-right: 40px;
  position: relative;
}

.title-copy.card-home-v3-process {
  margin-bottom: 6px;
}

.title-copy.home-v3-process {
  margin-bottom: 0;
}

.title-copy.home-v3-testimonials {
  margin-bottom: 32px;
}

.title-copy.case-studies, .title-copy.home-v3-blog {
  margin-bottom: 0;
}

.title-copy.home-v3-advantage {
  max-width: 85%;
}

.title-copy.case-studies-v2 {
  margin-bottom: 0;
}

.title-copy.about-mission {
  margin-bottom: 24px;
}

.title-copy.about-story {
  margin-bottom: 0;
}

.title-copy.card-about-value {
  margin-bottom: 8px;
}

.title-copy.about-offices {
  margin-bottom: 0;
}

.title-copy.card-team-section-item-name {
  margin-bottom: 7px;
}

.title-copy.blog-v1-hero, .title-copy.blog-v1 {
  margin-bottom: 0;
}

.title-copy.blog-newsletter {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title-copy.blog-v2-hero, .title-copy.blog-v2, .title-copy.blog-v3, .title-copy.blog-post-latest-articles {
  margin-bottom: 0;
}

.title-copy.blog-post {
  margin-bottom: 24px;
}

.title-copy.card-about-author-name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.083em;
}

.title-copy.services-v1, .title-copy.services-v2, .title-copy.services-v3 {
  margin-bottom: 0;
}

.title-copy.card-service-v3 {
  margin-bottom: 8px;
}

.title-copy.services-section {
  margin-bottom: 0;
}

.title-copy.service-hero {
  margin-bottom: 18px;
}

.title-copy.service-testimonials {
  margin-bottom: 32px;
}

.title-copy.card-service-case-study {
  margin-bottom: 16px;
}

.title-copy.service-case-study, .title-copy.team-members, .title-copy.card-team-about {
  margin-bottom: 0;
}

.title-copy.team-name {
  margin-bottom: 10px;
}

.title-copy.case-studies-page {
  margin-bottom: 0;
}

.title-copy.case-study {
  margin-bottom: 20px;
}

.title-copy.card-case-study {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.more-case-studies {
  margin-bottom: 0;
}

.title-copy.h5-size {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.title-copy.h5-size.case-study-detail {
  margin-bottom: 17px;
}

.title-copy.current-openings, .title-copy.careers-hero {
  margin-bottom: 0;
}

.title-copy.card-perk {
  margin-bottom: 8px;
}

.title-copy.card-career {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.career-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.career {
  margin-bottom: 24px;
}

.title-copy.faqs, .title-copy.packages {
  margin-bottom: 0;
}

.title-copy.card-package-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.package {
  margin-bottom: 18px;
}

.title-copy.social-media {
  margin-bottom: 32px;
}

.title-copy.offices {
  margin-bottom: 0;
}

.title-copy.schedule-demo {
  margin-bottom: 9px;
}

.title-copy.h2-size {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
}

.title-copy.h2-size.form-video {
  max-width: 442px;
  color: var(--neutral-100);
}

.title-copy.services, .title-copy.testimonials {
  margin-bottom: 0;
}

.title-copy.testimonials-v2 {
  margin-bottom: 32px;
}

.title-copy.not-found {
  font-size: 29px;
  line-height: 1.207em;
}

.title-copy.changelog-version {
  width: 100%;
  max-width: 79px;
  color: var(--primary-1);
  text-align: right;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 26px;
  line-height: 1em;
}

.title-copy.h1-size {
  color: var(--neutral-800);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.233em;
}

.title-copy.h1-size.category {
  margin-bottom: 0;
  margin-right: 10px;
}

.title-copy.dropdown-nav-title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.273em;
}

.title-copy.cart-item-title {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title-copy.cart-item-title:hover {
  color: var(--primary-1);
}

.title-copy.h4-size-copy {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title-copy.h4-size-copy.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.h4-size-copy.card-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size-copy.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.card-about-story, .title-copy.h4-size-copy.card-about-office {
  margin-bottom: 6px;
}

.title-copy.h4-size-copy.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size-copy.card-service-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title-copy.h4-size-copy.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.h4-size-copy.schedule-demo-team {
  margin-bottom: 15px;
}

.title-copy.h4-size-copy.footer-title-copy {
  direction: ltr;
  margin-bottom: 24px;
}

.faqs-grid-copy {
  grid-column-gap: 30px;
  direction: rtl;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.split-content-copy.checkout-left {
  flex-grow: 1;
  flex-basis: 740px;
  margin-right: 40px;
}

.split-content-copy.checkout-right {
  flex-grow: 1;
}

.split-content-copy.header-left {
  align-items: center;
  margin-left: 10px;
  display: flex;
}

.split-content-copy.home-hero-content {
  max-width: 509px;
  min-width: 478px;
  margin-right: 20px;
}

.split-content-copy.home-advantage-content {
  max-width: 527px;
}

.split-content-copy.home-about-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content-copy.case-studies-left {
  max-width: 47%;
  margin-right: 40px;
}

.split-content-copy.home-blog-left {
  max-width: 511px;
}

.split-content-copy.home-contact-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content-copy.footer-content-top-left {
  max-width: 526px;
  margin-right: 20px;
}

.split-content-copy.footer-content-top-right {
  width: 100%;
  max-width: 530px;
}

.split-content-copy.home-v2-process-left {
  max-width: 41%;
  margin-right: 20px;
}

.split-content-copy.home-v2-process-right {
  max-width: 659px;
}

.split-content-copy.home-v2-about-content {
  max-width: 42%;
}

.split-content-copy.home-v2-blog-left {
  max-width: 511px;
}

.split-content-copy.cta-v1-left {
  max-width: 474px;
}

.split-content-copy.cta-v1-right {
  max-width: 42%;
}

.split-content-copy.home-v3-about-content {
  z-index: 1;
  max-width: 42%;
  position: relative;
}

.split-content-copy.home-v3-advantage-content {
  max-width: 538px;
  margin-right: 30px;
}

.split-content-copy.home-v3-process-left {
  max-width: 465px;
}

.split-content-copy.home-v3-testimonials-left {
  max-width: 606px;
  margin-right: 28px;
}

.split-content-copy.home-v3-testimonials-right {
  max-width: 606px;
}

.split-content-copy.home-v3-blog-left {
  max-width: 511px;
}

.split-content-copy.home-v3-advantage-image {
  max-width: 606px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-copy.home-v3-contact-content {
  max-width: 42%;
  margin-right: 20px;
}

.split-content-copy.about-hero-content {
  max-width: 580px;
  margin-top: 15px;
  margin-bottom: 49px;
}

.split-content-copy.about-mission-content {
  z-index: 1;
  max-width: 45%;
  margin-right: 20px;
  position: relative;
}

.split-content-copy.about-story-left {
  max-width: 450px;
}

.split-content-copy.about-story-right {
  max-width: 45%;
}

.split-content-copy.about-offices-left {
  max-width: 565px;
  margin-right: 40px;
}

.split-content-copy.about-offices-right {
  max-width: 45%;
}

.split-content-copy.blog-v1-hero-left {
  max-width: 654px;
  min-width: 556px;
  margin-right: 40px;
}

.split-content-copy.blog-v1-hero-right {
  max-width: 42%;
}

.split-content-copy.blog-newsletter-left {
  z-index: 1;
  max-width: 47%;
  flex: 1;
  align-items: center;
  margin-right: 40px;
  display: flex;
  position: relative;
}

.split-content-copy.blog-v2-hero-left {
  max-width: 654px;
  min-width: 556px;
  margin-right: 40px;
}

.split-content-copy.blog-v2-hero-right {
  max-width: 42%;
}

.split-content-copy.card-blog-featured-v2-item-about-left {
  align-items: center;
  display: flex;
}

.split-content-copy.blog-post-latest-articles-left {
  max-width: 511px;
}

.split-content-copy.card-about-author-top-content-left {
  margin-right: 10px;
  text-decoration: none;
}

.split-content-copy.services-v1-left {
  max-width: 657px;
  margin-right: 40px;
}

.split-content-copy.services-v1-right {
  max-width: 37%;
}

.split-content-copy.service-hero-content {
  z-index: 1;
  max-width: 48%;
  margin-right: 20px;
  position: relative;
}

.split-content-copy.service-process-left {
  z-index: 1;
  max-width: 44%;
  margin-right: 40px;
  position: relative;
}

.split-content-copy.service-contact-content {
  max-width: 42%;
  margin-left: 20px;
}

.split-content-copy.service-testimonials-left {
  max-width: 606px;
  align-self: stretch;
  margin-right: 28px;
}

.split-content-copy.service-testimonials-right {
  max-width: 606px;
  align-self: stretch;
}

.split-content-copy.service-process-right {
  max-width: 625px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-copy.service-contact-card-wrapper {
  width: 100%;
  max-width: 660px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-copy.team-members-left {
  max-width: 499px;
  margin-right: 40px;
}

.split-content-copy.team-members-right {
  max-width: 42%;
}

.split-content-copy.case-studies-page-left {
  max-width: 622px;
  margin-right: 40px;
}

.split-content-copy.case-studies-page-right {
  max-width: 37%;
}

.split-content-copy.case-study-hero-left {
  max-width: 68%;
  padding-bottom: 0;
}

.split-content-copy.case-study-hero-right {
  color: var(--primary-1);
  align-items: center;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition-property: transform;
  display: flex;
}

.split-content-copy.case-study-hero-right:hover {
  transform: translate(0, 6px);
}

.split-content-copy.more-case-studies-left {
  margin-right: 40px;
}

.split-content-copy.career-left {
  max-width: 623px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.split-content-copy.faqs-content-top-left {
  margin-right: 40px;
}

.split-content-copy.faqs-content-top-right {
  max-width: 40%;
}

.split-content-copy.package-left {
  z-index: 1;
  max-width: 500px;
  margin-right: 40px;
  position: relative;
}

.split-content-copy.package-right {
  width: 100%;
  max-width: 539px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-copy.contact-content {
  max-width: 45%;
  margin-right: 20px;
}

.split-content-copy.offices-left {
  max-width: 565px;
  margin-right: 40px;
}

.split-content-copy.offices-right {
  max-width: 45%;
}

.split-content-copy.contact-card {
  width: 100%;
  max-width: 660px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.split-content-copy.schedule-demo-content {
  max-width: 451px;
  margin-right: 40px;
}

.split-content-copy.free-consultation-left {
  max-width: 526px;
  margin-right: 40px;
}

.split-content-copy.advantage-content {
  max-width: 527px;
  margin-right: 20px;
}

.split-content-copy.about-content {
  max-width: 522px;
}

.split-content-copy.form-video-left {
  max-width: 575px;
  margin-right: 40px;
}

.split-content-copy.testimonials-v2-left {
  max-width: 606px;
  align-self: stretch;
  margin-right: 28px;
}

.split-content-copy.testimonials-v2-right {
  max-width: 606px;
}

.split-content-copy.about-v2-content {
  max-width: 522px;
}

.split-content-copy.advantage-v2-content {
  max-width: 527px;
  margin-right: 20px;
}

.split-content-copy.newsletter-section-left {
  z-index: 1;
  max-width: 56%;
  position: relative;
}

.split-content-copy.newsletter-section-right {
  width: 100%;
  max-width: 562px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.split-content-copy.not-found-content {
  z-index: 1;
  max-width: 535px;
  position: relative;
}

.split-content-copy.home-holder-container {
  max-width: 400px;
  min-width: 580px;
}

.split-content-copy.form-video-left-copy {
  max-width: 575px;
  direction: rtl;
  margin-right: 40px;
}

.page-wrapper-copy.full-height {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}

.form-video-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  display: flex;
}

.card-copy {
  border: 1px solid var(--neutral-300);
  background-color: var(--neutral-100);
  box-shadow: 0 6px 12px 0 var(--shadow-card-default);
  border-radius: 40px;
  overflow: hidden;
}

.card-copy.changelog {
  flex-direction: column;
  margin-bottom: 20px;
  padding: 60px 50px;
  display: flex;
}

.card-copy.checkout {
  margin-bottom: 40px;
}

.card-copy.checkout.last {
  margin-bottom: 0;
}

.card-copy.checkout.order-summary {
  box-shadow: none;
  border-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.card-copy.contact-form {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  padding: 72px 48px;
  display: flex;
  position: relative;
}

.card-copy.service-slide {
  color: var(--neutral-600);
  border-radius: 50px;
  align-items: flex-start;
  padding: 42px 40px 62px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card-copy.service-slide:hover {
  box-shadow: 0 12px 18px .01px var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.home-process {
  max-width: 799px;
  margin-left: auto;
  padding: 92px 64px 92px 257px;
}

.card-copy.testimonial {
  max-width: 1000px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 76px 61px;
  display: flex;
}

.card-copy.blog-post-item-v2 {
  min-height: 100%;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  padding: 24px 24px 44px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.blog-post-item-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.case-studies-item-card {
  min-height: 100%;
  color: var(--neutral-600);
  transform-style: preserve-3d;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.case-studies-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, .01);
}

.card-copy.service-v2 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  padding: 48px 32px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.service-v2:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.home-v2-process {
  align-items: center;
  padding: 34px 32px;
  display: flex;
}

.card-copy.testimonial-card {
  padding: 60px 40px 55px;
}

.card-copy.blog-post-section-item-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  transform: translate(0);
}

.card-copy.blog-post-section-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.cta-v1-accent {
  max-width: 57%;
  background-color: var(--primary-1);
  align-items: flex-start;
  margin-right: 20px;
  padding: 87px 47px;
  display: flex;
  position: relative;
  left: 65px;
}

.card-copy.cta-v1 {
  max-width: 41%;
  padding: 50px 32px 50px 40px;
}

.card-copy.service-v1 {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.service-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.home-v3-process {
  padding: 36px 35px 57px 38px;
}

.card-copy.home-v3-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card-copy.home-v3-testimonial-card.last {
  margin-bottom: 0;
}

.card-copy.home-v3-contact-form {
  width: 100%;
  max-width: 660px;
  min-height: 694px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 1px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 34px;
  padding: 72px 48px;
  display: flex;
}

.card-copy.about-hero-result {
  width: 100%;
  max-width: 288px;
  border-radius: 28px;
  padding: 42px 20px 33px;
}

.card-copy.about-story {
  max-width: 289px;
  border-radius: 28px;
  padding: 42px 24px 45px;
}

.card-copy.about-value {
  color: var(--neutral-600);
  align-items: flex-start;
  padding: 44px 40px 48px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate(0);
}

.card-copy.about-value:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.about-office {
  transform-style: preserve-3d;
  border-radius: 28px;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 41px 33px 54px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.about-office:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.team-section-item-card {
  text-align: center;
  transform-style: preserve-3d;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 38px;
  padding-right: 38px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  overflow: visible;
}

.card-copy.team-section-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.blog-post-item-v1 {
  min-height: 100%;
  color: var(--neutral-600);
  border-radius: 32px;
  padding: 20px 20px 40px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card-copy.blog-post-item-v1:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.blog-featured-v1-item-card {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  padding: 24px 56px 24px 25px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.blog-featured-v1-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.blog-featured-v2-item-card {
  width: 100%;
  max-width: 50%;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: absolute;
  right: 0;
}

.card-copy.blog-featured-v2-item-card:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.01);
}

.card-copy.blog-post-main-content {
  z-index: 1;
  max-width: 968px;
  border-radius: 48px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 45px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 65px 64px 69px;
  display: flex;
  position: relative;
}

.card-copy.about-author {
  max-width: 730px;
  border-radius: 42px;
  align-items: center;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 45px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.about-author:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale(1.02);
}

/* ================ partners ================= */
.partners article {width: 184.429px;}
.partners img {width: 140px;height: 140px;}
.partners .partners_box{z-index: 1;background-color: var(--neutral-100);}
.partners .imgBox{width: 140px;height: 140px;}
.partners .imgBox img{width: 100px;height: 100px;}
.partners .imgBox::before{
  content: '';
  width: 7px;
  height: 8px;
  border-radius: 50%;
  background-color: #939393;
  position: absolute;
  left: -7px;
}
.partners .imgBox.box2::before{right: -7px;left:auto;}

.page-wrapper .imgBox::before{right: -7px;left:auto;}
.page-wrapper .imgBox.box2::before{left: -7px;right:auto;}

@media (max-width:600px) {
  .partners .imgBox{width: 70px;height: 70px;}
  .partners .imgBox img{width: 50px;height: 50px;}
  .partners .partners_box h5{font-size: 12px; margin: 0 4px !important;}

  .page-wrapper .partners .imgBox{width: 80px;height: 80px;}
  .page-wrapper .partners .partners_box h5{font-size: 16px; margin: 0 7px !important;}
}

/*================== swipper =============*/
.card__container {padding-bottom: 2rem;} 
.card__content {margin-inline: 2rem;border-radius: 1.25rem;overflow-x: hidden; padding: 70px 10px; margin: 0;}
.card__article {width: 300px;border-radius: 1.25rem;}
.card__image {position: relative;background-color: var(--first-color-light);padding-top: 1.5rem;margin-bottom: -.75rem;overflow: hidden;}
.card__data {background-color: var(--container-color);padding: 1.5rem 2rem;border-radius: 1rem;position: relative;z-index: 10;}
.card__img {width: 180px;margin: 0 auto;position: relative;z-index: 5; }
.card__shadow {
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt);
  border-radius: 50%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  right: 0;
  margin-inline: auto;
  filter: blur(45px);
}
.card__description {font-weight: 500;margin-bottom: 1.75rem;}
/* Swiper class */
.swiper-button-prev:after,.swiper-button-next:after {content: "";}
.swiper-button-prev,.swiper-button-next {width: initial;height: initial;font-size: 2rem;color: var(--second-color);/* display: none; */}
.swiper-button-prev {left: 50px;}
.swiper-button-next {right: 50px;}
.swiper-pagination-bullet {background-color: #CFD3D6;opacity: 1;}
.swiper-pagination-bullet-active {background-color: var(--primary-1);}
.swiper-button-next .fa-angle-right, .swiper-button-prev i{
    font-size: 18px;
    background-color: #fff;
    box-shadow: 0px 1px 2px #979797;
    border-radius: 50%;
    padding: 9px 12px;
}
.swiper-button-next i:hover, .swiper-button-prev i:hover {background-color: var(--secondary-1);color: #fff;}
.swiper-wrapper{height: auto;}
/* .swiper-pagination-bullet{width: 20px;height: 20px;} */
.learn-btn{
  color: var(--primary-1);
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
}
#Services-Section{background-color: var(--neutral-200);}
#Services-Section p{
  text-decoration: none !important;
overflow: hidden; 
text-overflow: ellipsis; 
/* display: -webkit-box;  */
display: -webkit-inline-box;
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical; 
}

.card-copy.service-v3 {
  color: var(--neutral-600);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 31px 53px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.service-v3:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale(1.01);
}

.card-copy.services-section-slide-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 48px 25px 67px;
  display: flex;
}

.card-copy.service-process {
  align-items: flex-start;
  padding: 43px 32px;
  display: flex;
}

.card-copy.service-testimonial-card {
  margin-bottom: 32px;
  padding: 60px 40px 50px;
}

.card-copy.service-testimonial-card.last {
  margin-bottom: 0;
}

.card-copy.service-case-study-item {
  color: var(--neutral-600);
  transform-style: preserve-3d;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.card-copy.service-case-study-item:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.team-about {
  padding: 82px 40px 58px;
}

.card-copy.case-study {
  padding: 90px 40px 94px;
}

.card-copy.perk {
  text-align: center;
  padding: 48px 32px 53px;
}

.card-copy.career {
  color: var(--neutral-600);
  cursor: pointer;
  transform-style: preserve-3d;
  padding: 48px 40px 56px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
}

.card-copy.career:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  color: var(--neutral-600);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.career-apply {
  width: 100%;
  max-width: 439px;
  flex-direction: column;
  justify-content: center;
  padding: 66px 40px;
  display: flex;
}

.card-copy.career-about {
  max-width: 957px;
  margin-left: auto;
  margin-right: auto;
  padding: 95px 40px 76px;
}

.card-copy.packages {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: space-between;
  margin-bottom: 59px;
  padding: 49px 40px 86px;
  display: flex;
}

.card-copy.faq {
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 22px;
  margin-bottom: 26px;
  padding: 51px 46px;
  transition: box-shadow .3s, transform .3s;
}

.card-copy.faq:hover {
  box-shadow: 0 12px 18px 0 var(--shadow-card-default);
  transform: scale3d(1.01, 1.01, 1.01);
}

.card-copy.faq.last {
  margin-bottom: 0;
}

.card-copy.package-about {
  max-width: 898px;
  margin-left: auto;
  margin-right: auto;
  padding: 79px 40px 20px;
}

.card-copy.package-order {
  width: 100%;
  min-height: 570px;
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  justify-content: center;
  padding: 54px 40px;
  display: flex;
}

.card-copy.schedule-demo {
  max-width: 614px;
  min-height: 670px;
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card-copy.schedule-demo-team {
  border-radius: 25px;
  align-items: center;
  padding: 26px 23px;
  display: flex;
}

.card-copy.free-consultation {
  max-width: 614px;
  min-height: 670px;
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card-copy.form-video {
  max-width: 614px;
  min-height: 670px;
  background-color: var(--neutral-300);
  border-radius: 36px;
  padding: 70px 46px 80px;
}

.card-copy.newsletter-testimonial {
  border-radius: 34px;
  padding: 48px 32px;
}

.card-copy.default {
  padding: 40px 32px;
}

.card-copy.packages-category {
  box-shadow: 0 54px 54px 0 var(--shadow-form-3), 0 4px 104px 0 var(--shadow-form-2), 0 98px 66px 0 var(--shadow-form-1);
  border-radius: 30px;
  justify-content: center;
  padding: 49px 40px 86px;
  display: flex;
}

.card-copy.numbers-home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 62px 15px;
  display: flex;
  overflow: visible;
}

.card-copy.page-container {
  color: var(--neutral-800);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 28px 28px 48px;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.advantage-v2-wrapper-copy, .about-v2-wrapper-copy {
  direction: rtl;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.title-copy.checkout {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.order-item {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title-copy.order-item:hover {
  color: var(--primary-1);
}

.title-copy.case-studies, .title-copy.home-blog, .title-copy.home-services {
  margin-bottom: 0;
}

.title-copy.card-testimonial-slide {
  margin-bottom: 16px;
}

.title-copy.home-process, .title-copy.home-testimonials {
  margin-bottom: 0;
}

.title-copy.h3-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.346em;
}

.title-copy.h3-size.footer-newsletter {
  margin-bottom: 19px;
}

.title-copy.h3-size.blog-post-item-v2 {
  margin-bottom: 10px;
}

.title-copy.h3-size.blog-featured-v1-item {
  margin-bottom: 14px;
}

.title-copy.h3-size.card-blog-featured-v2-item {
  margin-bottom: 8px;
}

.title-copy.h3-size.card-service-process {
  margin-bottom: 6px;
}

.title-copy.h3-size.team-members-bottom, .title-copy.h3-size.packages-contact, .title-copy.h3-size.card-package-order {
  margin-bottom: 8px;
}

.title-copy.h3-size.card-schedule-demo, .title-copy.h3-size.card-free-consultation, .title-copy.h3-size.card-form-video {
  margin-bottom: 6px;
}

.title-copy.h4-size {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title-copy.h4-size.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.h4-size.card-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.card-about-story, .title-copy.h4-size.card-about-office {
  margin-bottom: 6px;
}

.title-copy.h4-size.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size.card-service-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title-copy.h4-size.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.h4-size.schedule-demo-team {
  margin-bottom: 15px;
}

.title-copy.h4-size.footer-title-copy {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.card-service-v2 {
  margin-bottom: 10px;
}

.title-copy.home-v2-testimonials, .title-copy.home-v2-blog, .title-copy.cta-v1 {
  margin-bottom: 0;
}

.title-copy.card-cta-v1-accent {
  color: var(--neutral-100);
  margin-bottom: 6px;
}

.title-copy.card-cta-v1 {
  margin-bottom: 6px;
}

.title-copy.home-v2-services, .title-copy.case-studies {
  margin-bottom: 0;
}

.title-copy.home-hero-v3 {
  max-width: 818px;
  color: var(--neutral-100);
  text-shadow: 0 6px 20px rgba(0, 0, 0, .53);
  margin-left: auto;
  margin-right: auto;
}

.title-copy.home-v3-about {
  margin-bottom: 24px;
  margin-right: 10px;
}

.title-copy.card-service-v1 {
  margin-bottom: 8px;
}

.title-copy.cta-v2 {
  z-index: 1;
  max-width: 60%;
  color: var(--neutral-100);
  margin-bottom: 0;
  padding-right: 40px;
  position: relative;
}

.title-copy.card-home-v3-process {
  margin-bottom: 6px;
}

.title-copy.home-v3-process {
  margin-bottom: 0;
}

.title-copy.home-v3-testimonials {
  margin-bottom: 32px;
}

.title-copy.case-studies, .title-copy.home-v3-blog {
  margin-bottom: 0;
}

.title-copy.home-v3-advantage {
  max-width: 85%;
}

.title-copy.case-studies-v2 {
  margin-bottom: 0;
}

.title-copy.about-mission {
  margin-bottom: 24px;
}

.title-copy.about-story {
  margin-bottom: 0;
}

.title-copy.card-about-value {
  margin-bottom: 8px;
}

.title-copy.about-offices {
  margin-bottom: 0;
}

.title-copy.card-team-section-item-name {
  margin-bottom: 7px;
}

.title-copy.blog-v1-hero, .title-copy.blog-v1 {
  margin-bottom: 0;
}

.title-copy.blog-newsletter {
  color: var(--neutral-100);
  margin-bottom: 0;
}

.title-copy.blog-v2-hero, .title-copy.blog-v2, .title-copy.blog-v3, .title-copy.blog-post-latest-articles {
  margin-bottom: 0;
}

.title-copy.blog-post {
  margin-bottom: 24px;
}

.title-copy.card-about-author-name {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.083em;
}

.title-copy.services-v1, .title-copy.services-v2, .title-copy.services-v3 {
  margin-bottom: 0;
}

.title-copy.card-service-v3 {
  margin-bottom: 8px;
}

.title-copy.services-section {
  margin-bottom: 0;
}

.title-copy.service-hero {
  margin-bottom: 18px;
}

.title-copy.service-testimonials {
  margin-bottom: 32px;
}

.title-copy.card-service-case-study {
  margin-bottom: 16px;
}

.title-copy.service-case-study, .title-copy.team-members, .title-copy.card-team-about {
  margin-bottom: 0;
}

.title-copy.team-name {
  margin-bottom: 10px;
}

.title-copy.case-studies-page {
  margin-bottom: 0;
}

.title-copy.case-study {
  margin-bottom: 20px;
}

.title-copy.card-case-study {
  max-width: 730px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.more-case-studies {
  margin-bottom: 0;
}

.title-copy.h5-size {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333em;
}

.title-copy.h5-size.case-study-detail {
  margin-bottom: 17px;
}

.title-copy.current-openings, .title-copy.careers-hero {
  margin-bottom: 0;
}

.title-copy.card-perk {
  margin-bottom: 8px;
}

.title-copy.card-career {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.career-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.career {
  margin-bottom: 24px;
}

.title-copy.faqs, .title-copy.packages {
  margin-bottom: 0;
}

.title-copy.card-package-about {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.title-copy.package {
  margin-bottom: 18px;
}

.title-copy.social-media {
  margin-bottom: 32px;
}

.title-copy.offices {
  margin-bottom: 0;
}

.title-copy.schedule-demo {
  margin-bottom: 9px;
}

.title-copy.h2-size {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35em;
}

.title-copy.h2-size.form-video {
  max-width: 442px;
  color: var(--neutral-100);
}

.title-copy.services, .title-copy.testimonials {
  margin-bottom: 0;
}

.title-copy.testimonials-v2 {
  margin-bottom: 32px;
}

.title-copy.about-v2 {
  direction: rtl;
  text-align: left;
}

.title-copy.not-found {
  font-size: 29px;
  line-height: 1.207em;
}

.title-copy.changelog-version {
  width: 100%;
  max-width: 79px;
  color: var(--primary-1);
  text-align: right;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 26px;
  line-height: 1em;
}

.title-copy.h1-size {
  color: var(--neutral-800);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.233em;
}

.title-copy.h1-size.category {
  margin-bottom: 0;
  margin-right: 10px;
}

.title-copy.dropdown-nav-title {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.273em;
}

.title-copy.cart-item-title {
  color: var(--neutral-800);
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.title-copy.cart-item-title:hover {
  color: var(--primary-1);
}

.title-copy.h4-size-copy {
  color: var(--neutral-800);
  letter-spacing: .02em;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.273em;
}

.title-copy.h4-size-copy.footer-title {
  direction: ltr;
  margin-bottom: 24px;
}

.title-copy.h4-size-copy.card-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.blog-post-section-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size-copy.card-home-v3-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.card-about-story, .title-copy.h4-size-copy.card-about-office {
  margin-bottom: 6px;
}

.title-copy.h4-size-copy.blog-post-item-v1 {
  margin-bottom: 7px;
}

.title-copy.h4-size-copy.card-service-testimonial {
  margin-bottom: 8px;
}

.title-copy.h4-size-copy.package-item-name {
  color: var(--neutral-600);
  margin-bottom: 12px;
  font-weight: 500;
}

.title-copy.h4-size-copy.faq {
  margin-bottom: 0;
  margin-right: 20px;
}

.title-copy.h4-size-copy.schedule-demo-team {
  margin-bottom: 15px;
}

.title-copy.h4-size-copy.footer-title-copy {
  direction: ltr;
  margin-bottom: 24px;
}

.heading {
  text-align: right;
}

.subtitle-wrapper-copy {
  color: var(--primary-1);
  letter-spacing: .02em;
  align-items: center;
  margin-bottom: 16px;
  font-weight: 700;
  line-height: 1.111em;
  display: flex;
}

.subtitle-wrapper-copy.home-hero {
  margin-bottom: 8px;
}

.subtitle-wrapper-copy.center {
  justify-content: center;
}

.subtitle-wrapper-copy.center.home-hero-v2 {
  margin-bottom: 8px;
}

.subtitle-wrapper-copy.center.home-hero-v3 {
  color: var(--neutral-100);
  text-shadow: 0 4px 6px rgba(28, 12, 43, .2);
  margin-bottom: 8px;
}

.subtitle-wrapper-copy.center.blog-v3-hero, .subtitle-wrapper-copy.center.services-v2, .subtitle-wrapper-copy.center.services-v3, .subtitle-wrapper-copy.center.careers-hero, .subtitle-wrapper-copy.center.packages {
  margin-bottom: 8px;
}

.subtitle-wrapper-copy.center.social-media {
  margin-bottom: 4px;
}

.subtitle-wrapper-copy.center.packages-category {
  margin-bottom: 8px;
}

.subtitle-wrapper-copy.home-v3-blog {
  margin-bottom: 24px;
}

.subtitle-wrapper-copy.blog-v1-hero, .subtitle-wrapper-copy.blog-v2-hero, .subtitle-wrapper-copy.services-v1, .subtitle-wrapper-copy.service-hero, .subtitle-wrapper-copy.team-members, .subtitle-wrapper-copy.case-studies-page, .subtitle-wrapper-copy.case-study {
  margin-bottom: 8px;
}

div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {background-color: var(--primary-1) !important;}
.swal2-confirm.btn:is(.btn-success,.btn-primary) {background-color: var(--primary-1);}
div:where(.swal2-icon).swal2-success .swal2-success-ring { border: 0.25em solid var(--secondary-4) !important}

footer :is(input,.button-primary).footer-newsletter{font-size:14px;}
footer .button-primary.footer-newsletter input{letter-spacing: 1;}

.page-wrapper footer{direction: rtl;}
.card.about-story .card-about-story{font-size:18px;}
h1{font-size:35px}
p {font-size:16px}

.header_movement{position: relative;}
.header_movement .layer:nth-child(1) img{width: 50%;}
.header_movement .layer:nth-child(2){top:0%;left:15%;width: 10%;animation: scroll-down 5s linear infinite;}
.header_movement .layer:nth-child(3){top:37%;left:23%;width: 10%;animation: scroll-down2 3s linear infinite;}
.header_movement .layer:nth-child(4){top: 7%;left: 30%;width: 10%;animation: scroll-down2 3s linear infinite;}
.header_movement .layer:nth-child(5){top: 67%;left: 72%;width: 10%;animation: scroll-down 3s linear infinite;}
.header_movement .layer:nth-child(6){top: 78%;left: 18%;width: 10%;animation: scroll-down2 3s linear infinite;}
.header_movement .layer:nth-child(7){top: 27%;left: 80%;width: 10%;animation: scroll-down 3s linear infinite;}
.header_movement .layer:nth-child(8){top: 8%;left: 67%;width: 10%;animation: scroll-down2 3s linear infinite;} 


@keyframes scroll-down {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}


@keyframes scroll-down2 {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.home-v2-services-wrapper .card {
  border-radius: 18px;
  cursor: pointer;
  margin: 29px;
  padding: 20px 32px 21px;
  transform-style: preserve-3d;
  overflow: inherit;
}

.home-v2-services-wrapper .card {
  border-radius: 18px;
  cursor: pointer;
  margin: 29px;
  padding: 20px 32px 21px;
  transform-style: preserve-3d;
  overflow: inherit;
  transition: transform 0.3s ease; /* Smooth transform transition */
}

.home-v2-services-wrapper .rgb::after {
  content: "";
  background: linear-gradient(45deg,
    #dc460578 0%,
    #fff 10%,
    #fff 10%,
    #dc460578 20%,
    #fff 30%,
    #fff 40%,
    #dc460578 50%,
    #fff 60%,
    #fff 70%,
    #fff 80%,
    #dc460578 90%,
    #fff 100%)
  repeat 0% 0% / 300% 100%;
  position: absolute;
  inset: -3px;
  border-radius: 16px;
  filter: blur(8px);
  transform: translateZ(-1px);
  animation: rgb 6s linear infinite;
  z-index: -1; /* Ensure it's behind the content */
}

@keyframes rgb {
  0% {background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%;}
}

.js-tilt-glare {border-radius: 18px;}

.home-v2-services-wrapper .card-image img {
  position: absolute;
  border-radius: 2px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.home-v2-services-wrapper .card-text {
  transform: translateZ(30px);
}

/* Mobile Hover Effect Simulation */
@media (hover: none) {
  .home-v2-services-wrapper .card:active {
    transform: scale(1.05); /* Similar effect as hover on large screens */
  }
}



@media screen and (min-width:1700px){
    .whatsapp-contact{right: 100px;left: 100px;}
}

@media screen and (min-width: 1440px) {
  h1{font-size:40px}
  .card.numbers-home {
    font-size: 20px;
  }

  .image.newsletter-section {
    right: -95px;
  }

  .image.hero-home {
    max-width: 390px;
  }

  .home-hero-images-wrapper.holder {
    margin-left: 48px;
  }

  .home-page-numbers {
    font-size: 70px;
    line-height: 70px;
  }

  .subtitle-page-numbers, .card-copy.numbers-home, .card-copy.numbers-home {
    font-size: 20px;
  }
  /*.whatsapp-contact{bottom: 75px;left:40px;}*/
  .home-hero-v3-wrapper{padding: 260px 105px 47px;}
}

@media screen and (min-width: 1920px) {
  .image.hero-home {
    max-width: 420px;
  }
}

@media screen and (min-width: 991px) {
  .header-wrapper-copy .dropdown-toggle{padding: 20px 0 0 54px;}
  .header_movement .layer:nth-child(1) img{width:70% !important};
}

@media (max-width:1199px) and (min-width: 991px) {
  .header-navigation-copy{right: 70px;}
  .split-content.header-left .button-primary.header-button {margin: 0 5px;}
  .header-wrapper-copy .dropdown-toggle{padding-left: 55px;}
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
  }
  /* .subtitle-wrapper.home-hero-v3{margin-top: -390px;} */
  blockquote {
    padding: 56px 60px 56px 56px;
    font-size: 22px;
  }

  .style-guide-sidebar {
    display: none;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .style-guide-content {
    margin-left: 0;
  }

  .section-styleguide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .style-guide-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .typography-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-large.case-study-detail {
    font-size: 22px;
  }

  .style-guide-subheader {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .style-guide-content-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .buttons-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .button-primary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary.full-width.card-career-apply {
    display: inline-block;
  }

  .button-primary.full-width.add-to-cart {
    width: 50%;
  }

  .button-secondary {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-secondary.full-width.buy-now {
    width: 50%;
    margin-top: 0;
    margin-left: 16px;
  }

  .cards-grid {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    left: 0;
    padding: 0 22px;
    /* margin-left: 24px; */
    /* margin-right: 24px; */
  }

  .nav-item-wrapper {
    margin-right: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    display: flex;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-link.dropdown {
    line-height: .8em;
    display: inline-block;
  }

  .menu-button {
    width: 64px;
    min-height: 64px;
    min-width: 64px;
    background-color: var(--primary-1);
    color: #fff;
    border-radius: 1000px;
    margin-left: 20px;
    padding: 12px;
    font-size: 30px;
    transition: transform .35s, background-color .35s;
    box-shadow: 0 8px 22px rgba(255, 57, 81, .28);
  }

  .menu-button:hover {
    transform: scale3d(.96, .96, 1.01);
  }

  .menu-button.w--open {
    background-color: var(--primary-1);
  }

  .nav-menu {
    width: 100%;
    border: 1px solid var(--neutral-300);
    background-color: #fff;
    padding-top: 140px;
    padding-bottom: 36px;
    position: absolute;
    box-shadow: 0 4px 10px rgba(74, 58, 255, .18);
  }

  .footer {
    padding-top: 80px;
    padding-bottom: 29px;
  }

  .footer-logo-container {
    margin-bottom: 16px;
  }

  .footer-logo {
    width: 198px;
  }

  .footer-nav-item {
    margin-bottom: 20px;
  }

  .utility-pages-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section.checkout-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.home-hero {
    padding-top: 68px;
    padding-bottom: 128px;
  }

  .section.home-services {
    padding-top: 192px;
    padding-bottom: 128px;
  }

  .section.home-advantage {
    padding-top: 128px;
    padding-bottom: 192px;
  }

  .section.home-about, .section.home-process, .section.home-case-studies, .section.home-testimonials {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .section.home-blog {
    padding-top: 192px;
    padding-bottom: 125px;
  }

  .section.home-contact {
    padding-top: 128px;
    padding-bottom: 118px;
  }

  .section.home-hero-v2 {
    padding-top: 77px;
    padding-bottom: 73px;
  }

  .section.home-v2-services {
    padding-top: 192px;
  }

  .section.home-v2-about {
    padding-bottom: 141px;
  }

  .section.home-v2-testimonials {
    padding-bottom: 128px;
  }

  .section.cta-v1 {
    padding-bottom: 100px;
  }

  .section.about-hero {
    padding-top: 65px;
    padding-bottom: 96px;
  }

  .section.about-offices {
    padding-bottom: 86px;
  }

  .section.about-team {
    padding-bottom: 158px;
  }

  .section.blog-v1-hero {
    padding-top: 78px;
    padding-bottom: 120px;
  }

  .section.blog-v1 {
    padding-top: 120px;
    padding-bottom: 117px;
  }

  .section.blog-v1-newsletter {
    margin-bottom: 120px;
  }

  .section.blog-v2-hero {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.blog-v2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.blog-v3 {
    padding-top: 109px;
    padding-bottom: 123px;
  }

  .section.blog-hero-v3 {
    padding-top: 77px;
    padding-bottom: 112px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 156px;
    padding-bottom: 152px;
  }

  .section.blog-post {
    padding-bottom: 112px;
  }

  .section.services-v1 {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section.services-v1-cta {
    padding-bottom: 110px;
  }

  .section.services-v2 {
    padding-top: 77px;
  }

  .section.services-v3 {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.services-v3-cta {
    padding-bottom: 109px;
  }

  .section.service-hero {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section.service-process {
    overflow: hidden;
  }

  .section.service-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.team-members {
    padding-top: 77px;
  }

  .section.team {
    padding-top: 53px;
  }

  .section.case-studies-page {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.case-studies-cta {
    padding-bottom: 96px;
  }

  .section.case-study-hero {
    padding-top: 77px;
  }

  .section.more-case-studies {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section.careers-hero {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.career, .section.packages {
    padding-top: 76px;
  }

  .section.package {
    padding-top: 76px;
    padding-bottom: 123px;
  }

  .section.contact {
    padding-top: 76px;
    padding-bottom: 191px;
  }

  .section.social-media {
    padding-bottom: 138px;
  }

  .section.faqs {
    padding-bottom: 157px;
  }

  .section.schedule-demo {
    padding-top: 77px;
    padding-bottom: 117px;
  }

  .section.free-consultation {
    padding-top: 77px;
    padding-bottom: 56px;
  }

  .section.advantage {
    padding-bottom: 69px;
  }

  .section.about {
    padding-top: 69px;
    padding-bottom: 192px;
  }

  .section.form-video {
    padding-top: 106px;
    padding-bottom: 98px;
  }

  .section.advantage-v2 {
    padding-bottom: 69px;
  }

  .section.about-v2 {
    padding-top: 69px;
  }

  .section.newsletter-hero {
    padding-top: 119px;
    padding-bottom: 97px;
  }

  .section.newsletter-testimonials {
    padding-top: 97px;
    padding-bottom: 91px;
  }

  .section.utility-pages {
    padding-top: 112px;
  }

  .section.packages-category {
    padding-top: 76px;
  }

  .section.blog-category {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section.home-pages {
    padding-bottom: 140px;
  }

  .section.home-pages-container {
    padding-top: 140px;
  }

  .utility-page-wrap {
    padding-top: 130px;
    padding-bottom: 143px;
  }

  .input.name, .input.email, .input.phone, .input.company {
    padding-right: 70px;
  }

  .not-found-404 {
    font-size: 158px;
  }

  .divider.footer-top {
    margin-top: 50px;
    margin-bottom: 67px;
  }

  .divider.footer-bottom {
    margin-top: 25px;
    margin-bottom: 23px;
  }

  .divider.home-hero-v3 {
    margin-top: 120px;
  }

  .divider.case-study-hero {
    margin-top: 67px;
    margin-bottom: 62px;
  }

  .divider.card-case-study {
    margin-top: 48px;
    margin-bottom: 67px;
  }

  .icon-password {
    max-width: 130px;
  }

  .paragraph.home-hero {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.home-companies {
    text-align: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .paragraph.case-studies {
    max-width: 586px;
  }

  .paragraph.card-testimonial {
    margin-bottom: 35px;
  }

  .paragraph.home-hero-v2 {
    margin-bottom: 40px;
  }

  .paragraph.home-v3-about {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-team-section-item {
    max-width: 606px;
  }

  .paragraph.service-hero {
    max-width: 515px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.card-career-apply {
    max-width: 663px;
    margin-bottom: 24px;
  }

  .paragraph.faq {
    max-width: 85%;
  }

  .paragraph.contact {
    margin-bottom: 24px;
  }

  .paragraph.card-schedule-demo, .paragraph.card-free-consultation {
    max-width: 679px;
  }

  .paragraph.form-video {
    max-width: 566px;
  }

  .paragraph.card-form-video {
    max-width: 679px;
  }

  .paragraph.newsletter-section {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
  }

  .card.contact-form {
    max-width: 100%;
    flex: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.home-process {
    margin-right: auto;
    padding-top: 270px;
    padding-bottom: 64px;
    padding-left: 64px;
  }

  .card.testimonial {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 61px;
    padding-left: 63px;
    padding-right: 63px;
  }

  .card.blog-post-section-item-v1 {
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .card.cta-v1-accent {
    flex-direction: column;
    margin-right: 10px;
    padding: 73px 30px;
  }

  .card.cta-v1 {
    max-width: 41%;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .card.service-v1 {
    flex-direction: column;
  }

  .card.home-v3-process {
    justify-content: space-between;
    display: flex;
  }

  .card.home-v3-contact-form {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.about-story {
    max-width: none;
  }

  .card.about-value {
    flex-direction: column;
  }

  .card.about-office {
    justify-content: center;
  }

  .card.blog-featured-v1-item-card {
    padding-right: 25px;
  }

  .card.blog-featured-v2-item-card {
    z-index: 1;
    max-width: 650px;
    margin-top: -73px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .card.blog-post-main-content {
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 54px 54px 58px;
  }

  .card.about-author {
    margin-top: 20px;
  }

  .card.service-process {
    justify-content: center;
  }

  .card.service-case-study-item {
    flex-direction: column-reverse;
  }

  .card.team-about {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .card.case-study {
    padding-top: 75px;
    padding-bottom: 78px;
  }

  .card.career-apply {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card.career-about {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .card.packages {
    flex-direction: column;
    margin-bottom: 49px;
    padding-bottom: 72px;
  }

  .card.package-about {
    max-width: 100%;
    padding-top: 66px;
    padding-bottom: 15px;
  }

  .card.package-order {
    min-height: 474px;
  }

  .card.schedule-demo {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card.schedule-demo-team {
    max-width: 432px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .card.free-consultation, .card.form-video {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card.packages-category {
    flex-direction: column;
    padding-bottom: 72px;
  }

  .card.numbers-home {
    padding: 38px 16px;
  }

  .card.page-container {
    border-radius: 24px;
    padding: 20px 20px 32px;
    font-size: 20px;
    line-height: 29px;
  }

  .checkout-form {
    padding-bottom: 125px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 60px;
    padding-right: 60px;
  }

  .title.h3-size.blog-featured-v1-item {
    margin-bottom: 10px;
  }

  .title.h4-size.blog-post-section-item-v1, .title.h4-size.blog-post-item-v1 {
    font-size: 20px;
  }

  .title.home-hero {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.cta-v1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-v2 {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-v2-process {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-v3 {
    max-width: 614px;
  }

  .title.home-v3-about {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title.cta-v2 {
    padding-right: 30px;
  }

  .title.home-v3-advantage {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.about-mission {
    max-width: 594px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.about-hero {
    max-width: 491px;
  }

  .title.blog-v1, .title.blog-v2, .title.blog-v3 {
    margin-bottom: 35px;
  }

  .title.blog-post {
    margin-bottom: 20px;
  }

  .title.services-v3 {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.case-study {
    margin-bottom: 16px;
  }

  .title.h5-size.case-study-detail {
    margin-bottom: 14px;
  }

  .title.current-openings {
    margin-bottom: 16px;
  }

  .title.career {
    margin-bottom: 22px;
  }

  .title.schedule-demo {
    max-width: 403px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h2-size.free-consultation {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h1-size {
    font-size: 50px;
  }

  .title.h4-size-copy.blog-post-section-item-v1, .title.h4-size-copy.blog-post-item-v1 {
    font-size: 20px;
  }

  .split-content.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.checkout-right {
    flex-basis: 0;
  }

  .split-content.header-right, .split-content.header-left {
    z-index: 99;
    position: relative;
  }

  .split-content.home-hero-content {
    max-width: 750px;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.home-advantage-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content.home-about-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.case-studies-left {
    max-width: 586px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.home-blog-left {
    margin-right: 40px;
  }

  .split-content.home-blog-right {
    margin-top: 35px;
  }

  .split-content.home-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-v2-process-left {
    max-width: 616px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-v2-process-right {
    max-width: 100%;
  }

  .split-content.home-v2-about-content {
    max-width: 616px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content.home-v2-blog-left {
    margin-right: 40px;
  }

  .split-content.home-v2-blog-right {
    margin-top: 35px;
  }

  .split-content.cta-v1-left {
    max-width: 616px;
    margin-bottom: 16px;
  }

  .split-content.cta-v1-right {
    max-width: 616px;
  }

  .split-content.home-v3-about-content {
    max-width: 616px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content.home-v3-advantage-content {
    max-width: 616px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.home-v3-testimonials-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.home-v3-testimonials-right {
    max-width: 800px;
  }

  .split-content.home-v3-blog-left {
    margin-right: 40px;
  }

  .split-content.home-v3-blog-right {
    margin-top: 25px;
  }

  .split-content.home-v3-advantage-image {
    max-width: 663px;
  }

  .split-content.home-v3-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.about-hero-content {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .split-content.about-mission-content {
    max-width: 849px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.about-story-left {
    margin-bottom: 16px;
  }

  .split-content.about-story-right {
    max-width: 565px;
  }

  .split-content.about-offices-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.about-offices-right {
    max-width: 565px;
  }

  .split-content.blog-v1-hero-left {
    min-width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.blog-v1-hero-right {
    max-width: 522px;
  }

  .split-content.blog-newsletter-left {
    max-width: 385px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.blog-v2-hero-left {
    min-width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.blog-v2-hero-right {
    max-width: 522px;
  }

  .split-content.blog-post-latest-articles-left {
    margin-right: 40px;
  }

  .split-content.services-v1-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.services-v1-right {
    max-width: 550px;
  }

  .split-content.service-hero-content {
    max-width: 650px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.service-process-left {
    max-width: 552px;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content.service-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .split-content.service-testimonials-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.service-testimonials-right {
    max-width: 800px;
  }

  .split-content.service-process-right, .split-content.service-contact-card-wrapper {
    max-width: 100%;
  }

  .split-content.team-members-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content.team-members-right {
    max-width: 523px;
  }

  .split-content.case-studies-page-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.case-studies-page-right {
    max-width: 550px;
  }

  .split-content.case-study-hero-left {
    max-width: 75%;
    margin-right: 20px;
  }

  .split-content.career-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.faqs-content-top-right {
    max-width: 492px;
  }

  .split-content.package-left {
    max-width: 896px;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .split-content.package-right {
    max-width: 100%;
  }

  .split-content.contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.offices-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.offices-right {
    max-width: 565px;
  }

  .split-content.contact-card {
    max-width: 100%;
  }

  .split-content.schedule-demo-content {
    max-width: 576px;
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.free-consultation-left {
    max-width: 660px;
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.advantage-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.about-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content.form-video-left {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.testimonials-v2-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content.testimonials-v2-right {
    max-width: 800px;
  }

  .split-content.about-v2-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content.advantage-v2-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content.newsletter-section-left {
    max-width: 689px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content.newsletter-section-right {
    max-width: 100%;
    min-height: 612px;
    position: static;
  }

  .split-content.not-found-content {
    text-align: center;
    margin-bottom: 60px;
  }

  .split-content.home-holder-container.holder {
    text-align: center;
  }

  .image-wrapper.home-process {
    width: 100%;
    max-width: 440px;
    border-radius: 40px;
    align-self: stretch;
    margin-bottom: -220px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-wrapper.card-cta-v1-accent {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.card-cta-v1 {
    margin-bottom: 20px;
  }

  .image-wrapper.card-service-v1 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .image-wrapper.card-about-value, .image-wrapper.card-team-section-item {
    margin-bottom: 20px;
  }

  .image-wrapper.blog-featured-v1-item {
    max-width: 50%;
    align-self: stretch;
    margin-right: 30px;
  }

  .image-wrapper.blog-featured-v2-item-image {
    max-width: 100%;
    min-height: auto;
    border-radius: 48px;
  }

  .image-wrapper.card-service-case-study-item {
    min-height: auto;
  }

  .image-wrapper.card-service-case-study-item.service-single {
    min-height: 360px;
  }

  .image.home-process {
    width: 100%;
  }

  .image.home-hero-2 {
    right: -54px;
  }

  .image.home-hero-v2-image-1 {
    margin-top: -19px;
  }

  .image.home-hero-v2-image-2 {
    bottom: -45px;
  }

  .image.home-hero-v2-image-3 {
    bottom: -74px;
  }

  .image.home-v2-about-2 {
    margin-top: -277px;
  }

  .image.about-hero-1 {
    /* max-width: 45%; */
    max-width: 70%;
    border-radius: 24px;
    margin-bottom: 0;
  }

  .image.about-hero-2 {
    max-width: 40%;
    border-radius: 24px;
    align-self: flex-end;
  }

  .image.about-hero-3 {
    max-width: 50%;
    border-radius: 24px;
    align-self: auto;
    margin-top: 0;
  }

  .image.about-mission-1, .image.about-mission-2 {
    border-radius: 28px;
  }

  .image.card-about-office-icon {
    margin-right: 40px;
  }

  .image.about-offices-map {
    margin-top: 40px;
  }

  .image.blog-featured-v1-item {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
  }

  .image.blog-newsletter-icon {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .image.blog-post {
    border-radius: 38px;
  }

  .image.card-service-process {
    margin-right: 20px;
  }

  .image.service-hero-1 {
    position: relative;
  }

  .image.service-hero-2 {
    bottom: 66px;
  }

  .image.team {
    width: 312px;
    min-height: 312px;
    min-width: 312px;
    margin-right: 30px;
  }

  .image.case-study {
    border-radius: 50px;
  }

  .image.company {
    max-width: 90%;
  }

  .image.form-video-preview-button-icon {
    width: 28%;
  }

  .image.newsletter-section {
    top: auto;
    bottom: -114px;
    right: auto;
  }

  .image.hero-home {
    max-width: 100%;
  }

  .home-hero-wrapper {
    flex-direction: column;
  }

  .subtitle-wrapper {
    margin-bottom: 13px;
  }

  .subtitle-wrapper.home-hero, .subtitle-wrapper.home-about, .subtitle-wrapper.home-advantage, .subtitle-wrapper.home-v2-process, .subtitle-wrapper.home-v2-about, .subtitle-wrapper.cta-v1, .subtitle-wrapper.home-v3-about, .subtitle-wrapper.home-v3-advantage, .subtitle-wrapper.home-v3-testimonials, .subtitle-wrapper.about-mission, .subtitle-wrapper.about-story, .subtitle-wrapper.about-offices, .subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.service-hero, .subtitle-wrapper.service-testimonials, .subtitle-wrapper.service-process, .subtitle-wrapper.team-members, .subtitle-wrapper.case-studies-page, .subtitle-wrapper.faqs, .subtitle-wrapper.offices, .subtitle-wrapper.schedule-demo, .subtitle-wrapper.advantage, .subtitle-wrapper.about, .subtitle-wrapper.free-consultation, .subtitle-wrapper.testimonials-v2, .subtitle-wrapper.about-v2, .subtitle-wrapper.advantage-v2, .subtitle-wrapper.newsletter-hero {
    justify-content: center;
  }

  .subtitle-shape.home-about, .subtitle-shape.home-advantage, .subtitle-shape.home-hero, .subtitle-shape.home-v2-process, .subtitle-shape.home-v2-about, .subtitle-shape.cta-v1, .subtitle-shape.home-v3-about, .subtitle-shape.home-v3-advantage, .subtitle-shape.home-v3-testimonials, .subtitle-shape.about-mission, .subtitle-shape.about-story, .subtitle-shape.about-offices, .subtitle-shape.blog-v1-hero, .subtitle-shape.blog-v2-hero, .subtitle-shape.service-hero, .subtitle-shape.service-testimonials, .subtitle-shape.service-process, .subtitle-shape.team-members, .subtitle-shape.case-studies-page, .subtitle-shape.faqs, .subtitle-shape.offices, .subtitle-shape.schedule-demo, .subtitle-shape.advantage, .subtitle-shape.about, .subtitle-shape.free-consultation, .subtitle-shape.testimonials-v2, .subtitle-shape.about-v2, .subtitle-shape.advantage-v2, .subtitle-shape.newsletter-hero {
    display: none;
  }

  .home-companies-wrapper {
    flex-direction: column;
    padding: 80px 40px;
  }

  .home-companies-grid {
    grid-column-gap: 20px;
  }

  .home-services-title-wrapper {
    max-width: 64%;
  }

  .home-advantage-wrapper {
    flex-direction: column-reverse;
  }

  .home-advantage-features-grid {
    justify-items: center;
  }

  .home-about-wrapper {
    flex-direction: column;
  }

  .home-process-slider {
    margin-bottom: 0;
  }

  .content-top.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.home-blog {
    flex-wrap: wrap;
  }

  .content-top.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top.about-story, .content-top.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top.blog-v1 {
    flex-direction: column;
  }

  .content-top.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top.blog-v2, .content-top.blog-v3 {
    flex-direction: column;
  }

  .content-top.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top.case-studies-page, .content-top.current-openings, .content-top.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top.blog-category {
    flex-direction: column;
  }

  .home-contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .home-contact-links-grid {
    grid-row-gap: 22px;
  }

  .home-services-mask {
    overflow: visible;
  }

  .home-process-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .testimonials-slider {
    margin-bottom: 0;
  }

  .card-testimonial-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .contact-form-block, .contact-form {
    flex: 1;
  }

  .select-wrapper.card-package-order {
    max-width: 603px;
  }

  .blog-section-v2-grid {
    grid-column-gap: 20px;
  }

  .case-studies-section-grid {
    grid-column-gap: 20px;
    margin-bottom: 40px;
  }

  .case-studies-item-bottom {
    padding-left: 35px;
    padding-right: 35px;
  }

  .bg.home-hero {
    bottom: -311px;
    right: auto;
  }

  .bg.home-advantage {
    bottom: -175px;
    left: auto;
  }

  .bg.home-about {
    top: auto;
    bottom: -178px;
    right: -59px;
  }

  .bg.home-hero-v2-blur {
    max-width: 100%;
    bottom: 171px;
  }

  .bg.home-v3-advantage {
    max-width: 165%;
    bottom: -101px;
    left: auto;
  }

  .bg.home-v3-contact-blur {
    top: 324px;
  }

  .bg.cta-v2-shape-2 {
    left: 80px;
  }

  .bg.cta-v2-shape-3 {
    top: -113px;
    right: 226px;
  }

  .bg.about-mission {
    max-width: 150%;
  }

  .bg.about-hero-blur {
    max-width: 70%;
    top: auto;
    bottom: 34%;
    right: -17%;
  }

  .bg.blog-v3-hero {
    max-width: 600px;
    bottom: -118px;
  }

  .bg.service-contact {
    bottom: auto;
  }

  .bg.career {
    min-height: 53%;
  }

  .bg.career-blur {
    max-width: 103%;
    top: -61px;
  }

  .bg.package-blur {
    max-width: 100%;
    right: -173px;
  }

  .bg.package {
    min-height: 50%;
  }

  .bg.schedule-demo {
    width: 100%;
    min-height: 50%;
    top: auto;
    left: 0;
  }

  .bg.advantage {
    bottom: -75px;
    right: auto;
  }

  .bg.about {
    top: auto;
    bottom: -178px;
    left: auto;
  }

  .bg.about-v2 {
    bottom: -175px;
    left: auto;
  }

  .bg.advantage-v2 {
    top: auto;
    bottom: 0;
  }

  .home-hero-images-wrapper {
    max-width: 730px;
    margin-left: -3px;
  }

  .home-hero-images-wrapper.holder {
    margin-top: 48px;
    margin-left: 0;
  }

  .home-advantage-images-wrapper {
    max-width: 750px;
    margin-right: 0;
  }

  .home-about-images-wrapper {
    max-width: 640px;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .footer-nav-wrapper {
    margin-bottom: 40px;
    margin-right: 35px;
  }

  .footer-social-media-grid {
    margin-bottom: 20px;
  }

  .container-medium-778px.changelog {
    margin-top: -40px;
  }

  .container-medium-778px.home-hero-v2 {
    margin-bottom: 87px;
  }

  .home-hero-v2-images-wrapper {
    margin-bottom: 60px;
  }

  .home-v2-services-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .home-v2-process-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .home-v2-process-left-content {
    text-align: center;
    position: static;
  }

  .home-v2-about-wrapper {
    flex-direction: column-reverse;
  }

  .home-v2-about-images-wrapper {
    margin-right: 0;
  }

  .home-v2-testimonials-mask {
    overflow: visible;
  }

  .blog-section-v1-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-post-section-item-v1-top-content {
    margin-bottom: 0;
    margin-right: 30px;
    position: relative;
  }

  .blog-post-section-item-v1-category-wrapper {
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }

  .home-hero-v3-wrapper {
    padding-top: 127px;
    padding-left: 88px;
    padding-right: 88px;
  }

  .home-v3-about-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-v3-about-images-wrapper {
    margin-right: 0;
  }

  .home-v3-advantage-wrapper {
    flex-direction: column;
  }

  .home-v3-advantage-features-grid {
    justify-items: center;
  }

   .cta-v2-wrapper {
    /* padding: 83px 64px 83px 61px; */
        text-align: center;
        border-radius: 40px;
        flex-direction: column;
        padding: 69px 53px 69px 51px;
    }
    .image-wrapper.card-cta-v1-accent {
        width: 126px;
        min-height: 100px;
        min-width: 100px;
        border-radius: 34px;
        left: 0;
        margin-bottom: 50px;
    }

  .home-v3-process-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .card-home-v3-process-step {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .home-v3-testimonials-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .home-v3-testimonials-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .home-v3-contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .home-v3-contact-links-grid {
    grid-row-gap: 22px;
  }

  .card-home-v3-process-content {
    max-width: 80%;
  }

  .about-hero-wrapper {
    flex-direction: column;
    margin-bottom: 83px;
  }

  .about-hero-content-left {
    max-width: 100%;
    align-items: center;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .about-hero-content-right {
    max-width: 100%;
    /* flex-direction: row; */
    flex-direction: column;
    justify-content: space-between;
    /* align-items: flex-start; */
    align-items: normal;
  }
  .image.about-hero-3{display: none;}

  .about-hero-results-text {
    margin-bottom: 28px;
  }

  .about-hero-results-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: minmax(auto, 288px) minmax(auto, 288px);
    justify-content: center;
  }

  .card-about-hero-result-number {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .about-mission-wrapper {
    flex-direction: column;
  }

  .about-mission-images-wrapper {
    max-width: 657px;
  }

  .about-story-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .card-about-story-year {
    font-size: 45px;
  }

  .about-offices-grid {
    width: 100%;
    max-width: 660px;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .about-team-grid {
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .card-about-office-content {
    width: 100%;
    max-width: 406px;
  }

  .team-section-collection-list-wrapper {
    flex: 1;
  }

  .blog-v1-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-item-v1-top-content {
    margin-bottom: 20px;
  }

  .blog-post-item-v1-category-wrapper {
    margin-left: 27px;
  }

  .blog-category-item-link {
    justify-content: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .blog-featured-v1-item-content {
    max-width: 46%;
  }

  .blog-featured-v1-item-category-wrapper {
    margin-bottom: 20px;
  }

  .button-category {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-newsletter-wrapper {
    flex-direction: column;
    padding-top: 83px;
    padding-bottom: 83px;
    padding-right: 50px;
  }

  .blog-newsletter-form-block {
    max-width: 680px;
  }

  .blog-v2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-featured-v2-item-wrapper {
    display: block;
  }

  .blog-featured-v2-item-category-wrapper {
    margin-bottom: 20px;
  }

  .container-medium-643px.blog-v3-hero {
    margin-bottom: 40px;
  }

  .blog-v3-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .blog-post-latest-articles-grid {
    grid-column-gap: 20px;
  }

  .blog-post-top-content {
    margin-bottom: 67px;
  }

  .rich-text h2 {
    margin-bottom: 20px;
  }

  .rich-text figure {
    margin-bottom: 53px;
  }

  .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-top: 40px;
  }

  .services-v2-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .container-medium-684px.services-v3 {
    margin-bottom: 40px;
  }

  .services-v3-grid {
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .service-hero-wrapper {
    flex-direction: column;
  }

  .services-section-title-wrapper {
    max-width: 64%;
  }

  .services-section-mask {
    overflow: visible;
  }

  .service-process-wrapper {
    flex-direction: column;
  }

  .service-process-grid {
    flex: 1;
  }

  .service-process-content {
    position: static;
  }

  .card-service-process-content {
    max-width: 580px;
  }

  .service-contact-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .service-contact-links-grid {
    grid-row-gap: 22px;
  }

  .service-testimonials-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .service-testimonials-title-wrapper {
    text-align: center;
    margin-bottom: 47px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-case-study-item {
    margin-bottom: 47px;
  }

  .card-service-case-study-item-content {
    max-width: 100%;
    padding: 74px 80px;
  }

  .service-hero-images-wrapper {
    min-height: auto;
  }

  .team-members-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 63px;
  }

  .team-top-content {
    justify-content: center;
    margin-bottom: 46px;
  }

  .case-study-details-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto auto;
    justify-content: start;
    margin-bottom: 86px;
  }

  .more-case-studies-section-grid {
    grid-column-gap: 20px;
  }

  .container-medium-783px.careers-hero {
    margin-bottom: 53px;
  }

  .careers-hero-images-wrapper {
    min-height: 299px;
  }

  .perks-grid {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .current-openings-grid {
    grid-template-columns: 1fr;
  }

  .career-content-top {
    flex-direction: column;
    margin-bottom: 83px;
  }

  .card-career-apply-wrapper {
    max-width: 730px;
  }

  .package-item {
    max-width: none;
    border-bottom: 1px solid var(--neutral-400);
    border-right-width: 0;
    padding: 60px 0%;
  }

  .package-item:first-child {
    padding-top: 0;
  }

  .package-item:last-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .package-item-content-top {
    max-width: 344px;
    margin-bottom: 0;
    margin-right: 30px;
  }

  .package-item-content-bottom {
    flex: 1;
  }

  .faqs-grid {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .package-icon {
    margin-bottom: 20px;
  }

  .card-package-order-price {
    font-size: 30px;
  }

  .card-package-order-content-top {
    max-width: 431px;
  }

  .card-package-order-wrapper {
    max-width: 100%;
    flex: 1;
  }

  .package-content-top {
    max-width: 51%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .card-package-order-buttons-wrapper {
    display: flex;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .offices-grid {
    width: 100%;
    max-width: 660px;
    grid-column-gap: 16px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-small-wrapper {
    flex-direction: column;
  }

  .footer-small-logo-container {
    margin-bottom: 16px;
  }

  .schedule-demo-wrapper {
    flex-direction: column;
  }

  .card-schedule-demo-form-block, .card-schedule-demo-form-grid {
    flex: 1;
  }

  .free-consultation-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 75px;
  }

  .card-free-consultation-form-block, .card-free-consultation-form-grid {
    flex: 1;
  }

  .free-consultation-grid, .companies-grid {
    justify-items: center;
  }

  .advantage-wrapper {
    flex-direction: column;
  }

  .advantage-images-wrapper {
    max-width: 750px;
  }

  .advantage-features-grid {
    justify-items: center;
  }

  .about-wrapper {
    flex-direction: column-reverse;
  }

  .about-images-wrapper {
    max-width: 640px;
    margin-right: 0;
  }

  .services-grid {
    grid-template-columns: 1fr 1fr;
  }

  .form-video-wrapper {
    flex-direction: column;
  }

  .testimonials-v2-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .testimonials-v2-title-wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .about-v2-wrapper {
    flex-direction: column-reverse;
  }

  .about-v2-images-wrapper {
    max-width: 750px;
    margin-right: 0;
  }

  .advantage-v2-wrapper {
    flex-direction: column;
  }

  .advantage-v2-features-grid {
    justify-items: center;
  }

  .advantage-v2-images-wrapper {
    max-width: 570px;
  }

  .form-video-preview-button {
    width: 20%;
    min-height: 32%;
    min-width: 20%;
  }

  .card-video-form-block, .card-video-form-grid {
    flex: 1;
  }

  .newsletter-section-wrapper {
    flex-direction: column;
  }

  .newsletter-form-block {
    max-width: 100%;
  }

  .newsletter-testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .not-found-wrapper {
    flex-direction: column-reverse;
  }

  .not-found-images-wrapper {
    max-width: 100%;
    margin-right: 0;
  }

  .rich-text-figure-and-figure-caption h2 {
    margin-bottom: 20px;
  }

  .rich-text-figure-and-figure-caption h3, .rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5, .rich-text-figure-and-figure-caption h6 {
    margin-top: 40px;
  }

  .category-title-wrapper.blog-category {
    max-width: none;
    justify-content: center;
    margin-bottom: 35px;
    margin-right: 0;
  }

  .blog-category-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .dropdown-list {
    padding-top: 0;
    position: static;
  }

  .nav-link-dropdown {
    flex: 1;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-arrow {
    font-size: 10px;
    top: -6px;
  }

  .dropdown-nav-main-wrapper {
    width: 100%;
    box-shadow: none;
    border-width: 0;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 0 0;
  }

  .dropdown-nav-content {
    flex-wrap: wrap;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 40px;
  }

  .dropdown-nav-item {
    margin-bottom: 20px;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .icon-wrapper {
    width: 25px;
    min-height: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 2px;
    min-height: 2px;
    background-color: #fff;
    padding: 0;
  }

  .package-item-link {
    align-self: stretch;
    display: flex;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns.home-sections {
    max-width: 712px;
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-page-numbers {
    font-size: 50px;
    line-height: 50px;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-2-columns.home-sections {
    max-width: 468px;
    grid-column-gap: 20px;
    margin-top: 20px;
  }

  .image-pages {
    border-radius: 20px;
  }

  .home-sections-figma-logo {
    width: 78px;
  }

  .container-d {
    flex-direction: column;
    align-items: stretch;
  }

  .header-navigation-copy {
    flex-direction: column;
    align-items: stretch;
    right: 0;
    padding: 0 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-copy {
    font-size: 18px;
  }

  .nav-link-copy.dropdown {
    line-height: .8em;
    display: inline-block;
  }

  .footer-copy {
    padding-top: 80px;
    padding-bottom: 29px;
  }
  .footer-logo-data{order: 0;}
  .footer-pages-data, .footer-contact-data{order: 1;}

  .container-default-copy, .container-default-copy-copy, .content-top-copy.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1 {
    flex-direction: column;
  }

  .content-top-copy.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    flex-direction: column;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top-copy.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies-page, .content-top-copy.current-openings, .content-top-copy.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top-copy.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.blog-category {
    flex-direction: column;
  }

  .content-top-copy.footer-content-top-copy, .container-default-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-nav-wrapper-copy {
    margin-bottom: 40px;
    margin-right: 35px;
  }

  .footer-content-copy {
    flex-wrap: wrap;
  }

  .title-copy.h3-size.blog-featured-v1-item {
    margin-bottom: 10px;
  }

  .title-copy.h4-size.blog-post-section-item-v1, .title-copy.h4-size.blog-post-item-v1 {
    font-size: 20px;
  }

  .title-copy.home-hero {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.cta-v1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v2 {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-v2-process {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v3 {
    max-width: 614px;
  }

  .title-copy.home-v3-about {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title-copy.cta-v2 {
    padding-right: 30px;
  }

  .title-copy.home-v3-advantage {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.about-mission {
    max-width: 594px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.about-hero {
    max-width: 491px;
  }

  .title-copy.blog-v1, .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 35px;
  }

  .title-copy.blog-post {
    margin-bottom: 20px;
  }

  .title-copy.services-v3 {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.case-study {
    margin-bottom: 16px;
  }

  .title-copy.h5-size.case-study-detail {
    margin-bottom: 14px;
  }

  .title-copy.current-openings {
    margin-bottom: 16px;
  }

  .title-copy.career {
    margin-bottom: 22px;
  }

  .title-copy.schedule-demo {
    max-width: 403px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h2-size.free-consultation {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h1-size {
    font-size: 50px;
  }

  .title-copy.h4-size-copy.blog-post-section-item-v1, .title-copy.h4-size-copy.blog-post-item-v1 {
    font-size: 20px;
  }

  .container-default-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero-wrapper-copy {
    flex-direction: column;
    margin-bottom: 83px;
  }

  .about-mission-wrapper-copy {
    flex-direction: column;
  }

  .content-top-copy.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1 {
    flex-direction: column;
  }

  .content-top-copy.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    flex-direction: column;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top-copy.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies-page, .content-top-copy.current-openings, .content-top-copy.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top-copy.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.blog-category {
    flex-direction: column;
  }

  .about-story-grid-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .content-top-copy.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1 {
    flex-direction: column;
  }

  .content-top-copy.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    flex-direction: column;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top-copy.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies-page, .content-top-copy.current-openings, .content-top-copy.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top-copy.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.blog-category, .service-hero-wrapper-copy, .service-process-wrapper-copy {
    flex-direction: column;
  }

  .service-testimonials-wrapper-copy {
    flex-direction: column;
    align-items: center;
  }

  .service-contact-wrapper-copy {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .content-top-copy.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1 {
    flex-direction: column;
  }

  .content-top-copy.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    flex-direction: column;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top-copy.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies-page, .content-top-copy.current-openings, .content-top-copy.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top-copy.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.blog-category {
    flex-direction: column;
  }

  .content-top-copy.team-members-copy {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1 {
    flex-direction: column;
  }

  .content-top-copy.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    flex-direction: column;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top-copy.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies-page, .content-top-copy.current-openings, .content-top-copy.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top-copy.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.blog-category {
    flex-direction: column;
  }

  .container-default-copy, .content-top-copy.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1 {
    flex-direction: column;
  }

  .content-top-copy.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    flex-direction: column;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top-copy.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies-page, .content-top-copy.current-openings, .content-top-copy.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top-copy.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.blog-category {
    flex-direction: column;
  }

  .contact-wrapper-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .card-copy.contact-form {
    max-width: 100%;
    flex: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-copy.home-process {
    margin-right: auto;
    padding-top: 270px;
    padding-bottom: 64px;
    padding-left: 64px;
  }

  .card-copy.testimonial {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 61px;
    padding-left: 63px;
    padding-right: 63px;
  }

  .card-copy.blog-post-section-item-v1 {
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .card-copy.cta-v1-accent {
    flex-direction: column;
    margin-right: 10px;
    padding: 73px 30px;
  }

  .card-copy.cta-v1 {
    max-width: 41%;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .card-copy.service-v1 {
    flex-direction: column;
  }

  .card-copy.home-v3-process {
    justify-content: space-between;
    display: flex;
  }

  .card-copy.home-v3-contact-form {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-copy.about-story {
    max-width: none;
  }

  .card-copy.about-value {
    flex-direction: column;
  }

  .card-copy.about-office {
    justify-content: center;
  }

  .card-copy.blog-featured-v1-item-card {
    padding-right: 25px;
  }

  .card-copy.blog-featured-v2-item-card {
    z-index: 1;
    max-width: 650px;
    margin-top: -73px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .card-copy.blog-post-main-content {
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 54px 54px 58px;
  }

  .card-copy.about-author {
    margin-top: 20px;
  }

  .card-copy.service-process {
    justify-content: center;
  }

  .card-copy.service-case-study-item {
    flex-direction: column-reverse;
  }

  .card-copy.team-about {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .card-copy.case-study {
    padding-top: 75px;
    padding-bottom: 78px;
  }

  .card-copy.career-apply {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-copy.career-about {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .card-copy.packages {
    flex-direction: column;
    margin-bottom: 49px;
    padding-bottom: 72px;
  }

  .card-copy.package-about {
    max-width: 100%;
    padding-top: 66px;
    padding-bottom: 15px;
  }

  .card-copy.package-order {
    min-height: 474px;
  }

  .card-copy.schedule-demo {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card-copy.schedule-demo-team {
    max-width: 432px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .card-copy.free-consultation, .card-copy.form-video {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card-copy.packages-category {
    flex-direction: column;
    padding-bottom: 72px;
  }

  .card-copy.numbers-home {
    padding: 38px 16px;
  }

  .card-copy.page-container {
    border-radius: 24px;
    padding: 20px 20px 32px;
    font-size: 20px;
    line-height: 29px;
  }

  .card-copy.contact-form-copy {
    max-width: 100%;
    flex: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-copy {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-copy.checkout-hero {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section-copy.home-hero {
    padding-top: 68px;
    padding-bottom: 128px;
  }

  .section-copy.home-services {
    padding-top: 192px;
    padding-bottom: 128px;
  }

  .section-copy.home-advantage {
    padding-top: 128px;
    padding-bottom: 192px;
  }

  .section-copy.home-about, .section-copy.home-process, .section-copy.home-case-studies, .section-copy.home-testimonials {
    padding-top: 192px;
    padding-bottom: 192px;
  }

  .section-copy.home-blog {
    padding-top: 192px;
    padding-bottom: 125px;
  }

  .section-copy.home-contact {
    padding-top: 128px;
    padding-bottom: 118px;
  }

  .section-copy.home-hero-v2 {
    padding-top: 77px;
    padding-bottom: 73px;
  }

  .section-copy.home-v2-services {
    padding-top: 192px;
  }

  .section-copy.home-v2-about {
    padding-bottom: 141px;
  }

  .section-copy.home-v2-testimonials {
    padding-bottom: 128px;
  }

  .section-copy.cta-v1 {
    padding-bottom: 100px;
  }

  .section-copy.about-hero {
    padding-top: 65px;
    padding-bottom: 96px;
  }

  .section-copy.about-offices {
    padding-bottom: 86px;
  }

  .section-copy.about-team {
    padding-bottom: 158px;
  }

  .section-copy.blog-v1-hero {
    padding-top: 78px;
    padding-bottom: 120px;
  }

  .section-copy.blog-v1 {
    padding-top: 120px;
    padding-bottom: 117px;
  }

  .section-copy.blog-v1-newsletter {
    margin-bottom: 120px;
  }

  .section-copy.blog-v2-hero {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section-copy.blog-v2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-copy.blog-v3 {
    padding-top: 109px;
    padding-bottom: 123px;
  }

  .section-copy.blog-hero-v3 {
    padding-top: 77px;
    padding-bottom: 112px;
  }

  .section-copy.blog-post-latest-articles-section {
    padding-top: 156px;
    padding-bottom: 152px;
  }

  .section-copy.blog-post {
    padding-bottom: 112px;
  }

  .section-copy.services-v1 {
    padding-top: 77px;
    padding-bottom: 102px;
  }

  .section-copy.services-v1-cta {
    padding-bottom: 110px;
  }

  .section-copy.services-v2 {
    padding-top: 77px;
  }

  .section-copy.services-v3 {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section-copy.services-v3-cta {
    padding-bottom: 109px;
  }

  .section-copy.service-hero {
    padding-top: 104px;
    padding-bottom: 104px;
  }

  .section-copy.service-process {
    overflow: hidden;
  }

  .section-copy.service-contact {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-copy.team-members {
    padding-top: 77px;
  }

  .section-copy.team {
    padding-top: 53px;
  }

  .section-copy.case-studies-page {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section-copy.case-studies-cta {
    padding-bottom: 96px;
  }

  .section-copy.case-study-hero {
    padding-top: 77px;
  }

  .section-copy.more-case-studies {
    padding-top: 125px;
    padding-bottom: 125px;
  }

  .section-copy.careers-hero {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section-copy.career, .section-copy.packages {
    padding-top: 76px;
  }

  .section-copy.package {
    padding-top: 76px;
    padding-bottom: 123px;
  }

  .section-copy.contact {
    padding-top: 76px;
    padding-bottom: 191px;
  }

  .section-copy.social-media {
    padding-bottom: 138px;
  }

  .section-copy.faqs {
    padding-bottom: 157px;
  }

  .section-copy.schedule-demo {
    padding-top: 77px;
    padding-bottom: 117px;
  }

  .section-copy.free-consultation {
    padding-top: 77px;
    padding-bottom: 56px;
  }

  .section-copy.advantage {
    padding-bottom: 69px;
  }

  .section-copy.about {
    padding-top: 69px;
    padding-bottom: 192px;
  }

  .section-copy.form-video {
    padding-top: 106px;
    padding-bottom: 98px;
  }

  .section-copy.advantage-v2 {
    padding-bottom: 69px;
  }

  .section-copy.about-v2 {
    padding-top: 69px;
  }

  .section-copy.newsletter-hero {
    padding-top: 119px;
    padding-bottom: 97px;
  }

  .section-copy.newsletter-testimonials {
    padding-top: 97px;
    padding-bottom: 91px;
  }

  .section-copy.utility-pages {
    padding-top: 112px;
  }

  .section-copy.packages-category {
    padding-top: 76px;
  }

  .section-copy.blog-category {
    padding-top: 77px;
    padding-bottom: 128px;
  }

  .section-copy.home-pages {
    padding-bottom: 140px;
  }

  .section-copy.home-pages-container {
    padding-top: 140px;
  }

  .content-top-copy.case-studies {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.footer-content-top {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.home-v2-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.cta-v1 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.home-v3-blog {
    flex-wrap: wrap;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v1 {
    flex-direction: column;
  }

  .content-top-copy.blog-v2-hero {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    flex-direction: column;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .content-top-copy.services-v1 {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.team-members {
    text-align: center;
    flex-direction: column;
    margin-bottom: 47px;
  }

  .content-top-copy.case-studies-page, .content-top-copy.current-openings, .content-top-copy.faqs {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.package {
    flex-direction: column;
    margin-bottom: 133px;
  }

  .content-top-copy.offices {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-top-copy.blog-category {
    flex-direction: column;
  }

  .title-copy.h3-size.blog-featured-v1-item {
    margin-bottom: 10px;
  }

  .title-copy.h4-size.blog-post-section-item-v1, .title-copy.h4-size.blog-post-item-v1 {
    font-size: 20px;
  }

  .title-copy.home-hero {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.cta-v1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v2 {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-v2-process {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v3 {
    max-width: 614px;
  }

  .title-copy.home-v3-about {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title-copy.cta-v2 {
    padding-right: 30px;
  }

  .title-copy.home-v3-advantage {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.about-mission {
    max-width: 594px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.about-hero {
    max-width: 491px;
  }

  .title-copy.blog-v1, .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 35px;
  }

  .title-copy.blog-post {
    margin-bottom: 20px;
  }

  .title-copy.services-v3 {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.case-study {
    margin-bottom: 16px;
  }

  .title-copy.h5-size.case-study-detail {
    margin-bottom: 14px;
  }

  .title-copy.current-openings {
    margin-bottom: 16px;
  }

  .title-copy.career {
    margin-bottom: 22px;
  }

  .title-copy.schedule-demo {
    max-width: 403px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h2-size.free-consultation {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h1-size {
    font-size: 50px;
  }

  .title-copy.h4-size-copy.blog-post-section-item-v1, .title-copy.h4-size-copy.blog-post-item-v1 {
    font-size: 20px;
  }

  .faqs-grid-copy {
    grid-row-gap: 26px;
    grid-template-columns: 1fr;
  }

  .split-content-copy.checkout-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content-copy.checkout-right {
    flex-basis: 0;
  }

  .split-content-copy.header-right, .split-content-copy.header-left {
    z-index: 99;
    position: relative;
  }

  .split-content-copy.home-hero-content {
    max-width: 750px;
    min-width: auto;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content-copy.home-advantage-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content-copy.home-about-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content-copy.case-studies-left {
    max-width: 586px;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.home-blog-left {
    margin-right: 40px;
  }

  .split-content-copy.home-blog-right {
    margin-top: 35px;
  }

  .split-content-copy.home-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.footer-content-top-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content-copy.home-v2-process-left {
    max-width: 616px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content-copy.home-v2-process-right {
    max-width: 100%;
  }

  .split-content-copy.home-v2-about-content {
    max-width: 616px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content-copy.home-v2-blog-left {
    margin-right: 40px;
  }

  .split-content-copy.home-v2-blog-right {
    margin-top: 35px;
  }

  .split-content-copy.cta-v1-left {
    max-width: 616px;
    margin-bottom: 16px;
  }

  .split-content-copy.cta-v1-right {
    max-width: 616px;
  }

  .split-content-copy.home-v3-about-content {
    max-width: 616px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content-copy.home-v3-advantage-content {
    max-width: 616px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content-copy.home-v3-testimonials-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content-copy.home-v3-testimonials-right {
    max-width: 800px;
  }

  .split-content-copy.home-v3-blog-left {
    margin-right: 40px;
  }

  .split-content-copy.home-v3-blog-right {
    margin-top: 25px;
  }

  .split-content-copy.home-v3-advantage-image {
    max-width: 663px;
  }

  .split-content-copy.home-v3-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.about-hero-content {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .split-content-copy.about-mission-content {
    max-width: 849px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content-copy.about-story-left {
    margin-bottom: 16px;
  }

  .split-content-copy.about-story-right {
    max-width: 565px;
  }

  .split-content-copy.about-offices-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.about-offices-right {
    max-width: 565px;
  }

  .split-content-copy.blog-v1-hero-left {
    min-width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.blog-v1-hero-right {
    max-width: 522px;
  }

  .split-content-copy.blog-newsletter-left {
    max-width: 385px;
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content-copy.blog-v2-hero-left {
    min-width: auto;
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.blog-v2-hero-right {
    max-width: 522px;
  }

  .split-content-copy.blog-post-latest-articles-left {
    margin-right: 40px;
  }

  .split-content-copy.services-v1-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.services-v1-right {
    max-width: 550px;
  }

  .split-content-copy.service-hero-content {
    max-width: 650px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content-copy.service-process-left {
    max-width: 552px;
    text-align: center;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .split-content-copy.service-contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .split-content-copy.service-testimonials-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content-copy.service-testimonials-right {
    max-width: 800px;
  }

  .split-content-copy.service-process-right, .split-content-copy.service-contact-card-wrapper {
    max-width: 100%;
  }

  .split-content-copy.team-members-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content-copy.team-members-right {
    max-width: 523px;
  }

  .split-content-copy.case-studies-page-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.case-studies-page-right {
    max-width: 550px;
  }

  .split-content-copy.case-study-hero-left {
    max-width: 75%;
    margin-right: 20px;
  }

  .split-content-copy.career-left {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.faqs-content-top-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.faqs-content-top-right {
    max-width: 492px;
  }

  .split-content-copy.package-left {
    max-width: 896px;
    justify-content: space-between;
    margin-bottom: 80px;
    margin-right: 0;
    display: flex;
  }

  .split-content-copy.package-right {
    max-width: 100%;
  }

  .split-content-copy.contact-content {
    max-width: 660px;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.offices-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.offices-right {
    max-width: 565px;
  }

  .split-content-copy.contact-card {
    max-width: 100%;
  }

  .split-content-copy.schedule-demo-content {
    max-width: 576px;
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.free-consultation-left {
    max-width: 660px;
    text-align: center;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.advantage-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content-copy.about-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content-copy.form-video-left {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.testimonials-v2-left {
    max-width: 800px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .split-content-copy.testimonials-v2-right {
    max-width: 800px;
  }

  .split-content-copy.about-v2-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content-copy.advantage-v2-content {
    max-width: 750px;
    text-align: center;
    margin-bottom: 80px;
    margin-right: 0;
  }

  .split-content-copy.newsletter-section-left {
    max-width: 689px;
    text-align: center;
    margin-bottom: 80px;
  }

  .split-content-copy.newsletter-section-right {
    max-width: 100%;
    min-height: 612px;
    position: static;
  }

  .split-content-copy.not-found-content {
    text-align: center;
    margin-bottom: 60px;
  }

  .split-content-copy.home-holder-container.holder {
    text-align: center;
  }

  .split-content-copy.form-video-left-copy {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .form-video-wrapper-copy {
    flex-direction: column;
  }

  .card-copy.contact-form {
    max-width: 100%;
    flex: 0 auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-copy.home-process {
    margin-right: auto;
    padding-top: 270px;
    padding-bottom: 64px;
    padding-left: 64px;
  }

  .card-copy.testimonial {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 61px;
    padding-left: 63px;
    padding-right: 63px;
  }

  .card-copy.blog-post-section-item-v1 {
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .card-copy.cta-v1-accent {
    flex-direction: column;
    margin-right: 10px;
    padding: 73px 30px;
  }

  .card-copy.cta-v1 {
    max-width: 41%;
    flex-direction: column;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .card-copy.service-v1 {
    flex-direction: column;
  }

  .card-copy.home-v3-process {
    justify-content: space-between;
    display: flex;
  }

  .card-copy.home-v3-contact-form {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-copy.about-story {
    max-width: none;
  }

  .card-copy.about-value {
    flex-direction: column;
  }

  .card-copy.about-office {
    justify-content: center;
  }

  .card-copy.blog-featured-v1-item-card {
    padding-right: 25px;
  }

  .card-copy.blog-featured-v2-item-card {
    z-index: 1;
    max-width: 650px;
    margin-top: -73px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: auto;
  }

  .card-copy.blog-post-main-content {
    border-radius: 40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 54px 54px 58px;
  }

  .card-copy.about-author {
    margin-top: 20px;
  }

  .card-copy.service-process {
    justify-content: center;
  }

  .card-copy.service-case-study-item {
    flex-direction: column-reverse;
  }

  .card-copy.team-about {
    padding-top: 68px;
    padding-bottom: 48px;
  }

  .card-copy.case-study {
    padding-top: 75px;
    padding-bottom: 78px;
  }

  .card-copy.career-apply {
    max-width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-copy.career-about {
    padding-top: 66px;
    padding-bottom: 70px;
  }

  .card-copy.packages {
    flex-direction: column;
    margin-bottom: 49px;
    padding-bottom: 72px;
  }

  .card-copy.package-about {
    max-width: 100%;
    padding-top: 66px;
    padding-bottom: 15px;
  }

  .card-copy.package-order {
    min-height: 474px;
  }

  .card-copy.schedule-demo {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card-copy.schedule-demo-team {
    max-width: 432px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .card-copy.free-consultation, .card-copy.form-video {
    max-width: 100%;
    padding-top: 58px;
    padding-bottom: 67px;
  }

  .card-copy.packages-category {
    flex-direction: column;
    padding-bottom: 72px;
  }

  .card-copy.numbers-home {
    padding: 38px 16px;
  }

  .card-copy.page-container {
    border-radius: 24px;
    padding: 20px 20px 32px;
    font-size: 20px;
    line-height: 29px;
  }

  .advantage-v2-wrapper-copy {
    flex-direction: column;
  }

  .about-v2-wrapper-copy {
    flex-direction: column-reverse;
  }

  .title-copy.h3-size.blog-featured-v1-item {
    margin-bottom: 10px;
  }

  .title-copy.h4-size.blog-post-section-item-v1, .title-copy.h4-size.blog-post-item-v1 {
    font-size: 20px;
  }

  .title-copy.home-hero {
    max-width: 486px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.cta-v1 {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v2 {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-v2-process {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v3 {
    max-width: 614px;
  }

  .title-copy.home-v3-about {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title-copy.cta-v2 {
    padding-right: 30px;
  }

  .title-copy.home-v3-advantage {
    max-width: 524px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.about-mission {
    max-width: 594px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.about-hero {
    max-width: 491px;
  }

  .title-copy.blog-v1, .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 35px;
  }

  .title-copy.blog-post {
    margin-bottom: 20px;
  }

  .title-copy.services-v3 {
    max-width: 554px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.case-study {
    margin-bottom: 16px;
  }

  .title-copy.h5-size.case-study-detail {
    margin-bottom: 14px;
  }

  .title-copy.current-openings {
    margin-bottom: 16px;
  }

  .title-copy.career {
    margin-bottom: 22px;
  }

  .title-copy.schedule-demo {
    max-width: 403px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h2-size.free-consultation {
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h1-size {
    font-size: 50px;
  }

  .title-copy.h4-size-copy.blog-post-section-item-v1, .title-copy.h4-size-copy.blog-post-item-v1 {
    font-size: 20px;
  }

  .subtitle-wrapper-copy {
    margin-bottom: 13px;
  }

  .subtitle-wrapper-copy.home-hero, .subtitle-wrapper-copy.home-about, .subtitle-wrapper-copy.home-advantage, .subtitle-wrapper-copy.home-v2-process, .subtitle-wrapper-copy.home-v2-about, .subtitle-wrapper-copy.cta-v1, .subtitle-wrapper-copy.home-v3-about, .subtitle-wrapper-copy.home-v3-advantage, .subtitle-wrapper-copy.home-v3-testimonials, .subtitle-wrapper-copy.about-mission, .subtitle-wrapper-copy.about-story, .subtitle-wrapper-copy.about-offices, .subtitle-wrapper-copy.blog-v1-hero, .subtitle-wrapper-copy.blog-v2-hero, .subtitle-wrapper-copy.service-hero, .subtitle-wrapper-copy.service-testimonials, .subtitle-wrapper-copy.service-process, .subtitle-wrapper-copy.team-members, .subtitle-wrapper-copy.case-studies-page, .subtitle-wrapper-copy.faqs, .subtitle-wrapper-copy.offices, .subtitle-wrapper-copy.schedule-demo, .subtitle-wrapper-copy.advantage, .subtitle-wrapper-copy.about, .subtitle-wrapper-copy.free-consultation, .subtitle-wrapper-copy.testimonials-v2, .subtitle-wrapper-copy.about-v2, .subtitle-wrapper-copy.advantage-v2, .subtitle-wrapper-copy.newsletter-hero {
    justify-content: center;
  }

  .text-block {bottom: 3px;}
  .dropdown-toggle{width: 78px;height: 35px;padding: 5px 0 0 23px;}
  .page-wrapper-copy .dropdown-toggle {padding: 5px 0 0 10px;}
  .w-dropdown-link {padding: 3px 20px;}
  .button-primary.header-button {padding: 12px 16px;margin: 0 10px;}
  .menu-button {width: 54px;min-height: 54px;min-width: 54px;}
  .whatsapp-contact{width: 40px;}
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 13px;
    font-size: 35px;
  }

  h2 {
    margin-bottom: 13px;
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }
  .header_movement .layer:nth-child(1) img{width: 75%;}
  .header_movement .layer:nth-child(2){top:0%;left:15%;width: 5%;}
  .header_movement .layer:nth-child(3){top:37%;left:23%;width: 5%;}
  .header_movement .layer:nth-child(4){top: 7%;left: 30%;width: 5%;}
  .header_movement .layer:nth-child(5){top: 67%;left: 81%;width: 5%;}
  .header_movement .layer:nth-child(6){top: 78%;left: 18%;width: 10%;}
  .header_movement .layer:nth-child(7){top: 27%;left: 80%;width: 5%;}
  .header_movement .layer:nth-child(8){top: 8%;left: 67%;width: 5%;} 

  blockquote {
    border-left-width: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 47px 40px;
    font-size: 20px;
  }

  .style-guide-title {
    font-size: 46px;
    line-height: 52px;
  }

  .style-guide-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-large {
    font-size: 20px;
    line-height: 32px;
  }

  .paragraph-large.case-study-detail {
    font-size: 20px;
  }

  .style-guide-subheader, .style-guide-content-wrapper {
    padding-left: 32px;
    padding-right: 32px;
  }

  .button-primary.button-2-buttons {
    margin-right: 10px;
  }

  .button-primary.header-button {
    display: none;
  }

  .button-primary.header-button-mobile {
    margin-top: 20px;
    display: block;
  }

  .button-secondary.full-width.buy-now {
    margin-left: 10px;
  }

  .header {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-logo {
    width: 158px;
  }

  .nav-item-wrapper {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-item-wrapper.mobile {
    /* display: block; */
    display: flex;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-menu {
    padding-top: 130px;
  }

  .footer {
    padding-top: 64px;
    padding-bottom: 23px;
  }

  .footer-logo {
    width: 180px;
  }

  .utility-pages-hero {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .section {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section.checkout-hero {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .section.home-hero {
    padding-top: 54px;
    padding-bottom: 102px;
  }

  .section.home-hero.pages {
    padding-bottom: 180px;
  }

  .section.home-services {
    padding-top: 154px;
    padding-bottom: 102px;
  }

  .section.home-advantage {
    padding-top: 102px;
    padding-bottom: 154px;
  }

  .section.home-about, .section.home-process, .section.home-case-studies, .section.home-testimonials {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .section.home-blog {
    padding-top: 154px;
    padding-bottom: 100px;
  }

  .section.home-contact {
    padding-top: 102px;
    padding-bottom: 94px;
  }

  .section.home-hero-v2 {
    padding-top: 61px;
    padding-bottom: 58px;
  }

  .section.home-v2-services {
    padding-top: 154px;
  }

  .section.home-v2-about {
    padding-bottom: 113px;
  }

  .section.home-v2-testimonials {
    padding-bottom: 102px;
  }

  .section.cta-v1 {
    padding-bottom: 80px;
  }

  .section.about-hero {
    padding-top: 52px;
    padding-bottom: 77px;
  }

  .section.about-offices {
    padding-bottom: 68px;
  }

  .section.about-team {
    padding-bottom: 127px;
  }

  .section.blog-v1-hero {
    padding-top: 63px;
    padding-bottom: 96px;
  }

  .section.blog-v1 {
    padding-top: 96px;
    padding-bottom: 93px;
  }

  .section.blog-v1-newsletter {
    margin-bottom: 96px;
  }

  .section.blog-v2-hero {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.blog-v2 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.blog-v3 {
    padding-top: 87px;
    padding-bottom: 99px;
  }

  .section.blog-hero-v3 {
    padding-top: 61px;
    padding-bottom: 90px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 125px;
    padding-bottom: 122px;
  }

  .section.blog-post {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .section.services-v1 {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section.services-v1-cta {
    padding-bottom: 88px;
  }

  .section.services-v2 {
    padding-top: 61px;
  }

  .section.services-v3 {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.services-v3-cta {
    padding-bottom: 87px;
  }

  .section.service-hero {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section.service-contact {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.team-members {
    padding-top: 61px;
  }

  .section.team {
    padding-top: 42px;
  }

  .section.case-studies-page {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.case-studies-cta {
    padding-bottom: 77px;
  }

  .section.case-study-hero {
    padding-top: 61px;
  }

  .section.more-case-studies {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.careers-hero {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.career, .section.packages {
    padding-top: 61px;
  }

  .section.package {
    padding-top: 61px;
    padding-bottom: 99px;
  }

  .section.contact {
    padding-top: 61px;
    padding-bottom: 153px;
  }

  .section.social-media {
    padding-bottom: 110px;
  }

  .section.faqs {
    padding-bottom: 125px;
  }

  .section.schedule-demo {
    padding-top: 64px;
    padding-bottom: 98px;
  }

  .section.free-consultation {
    padding-top: 61px;
    padding-bottom: 45px;
  }

  .section.advantage {
    padding-bottom: 55px;
  }

  .section.about {
    padding-top: 55px;
    padding-bottom: 154px;
  }

  .section.form-video {
    padding-top: 84px;
    padding-bottom: 78px;
  }

  .section.advantage-v2 {
    padding-bottom: 55px;
  }

  .section.about-v2 {
    padding-top: 55px;
  }

  .section.newsletter-hero {
    padding-top: 95px;
    padding-bottom: 20px;
  }

  .section.newsletter-testimonials {
    padding-top: 77px;
    padding-bottom: 73px;
  }

  .section.utility-pages {
    padding-top: 90px;
  }

  .section.packages-category {
    padding-top: 61px;
  }

  .section.blog-category {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section.home-pages {
    padding-bottom: 100px;
  }

  .section.home-pages-container {
    padding-top: 100px;
  }

  .licenses-image {
    width: 100%;
  }

  .utility-page-wrap {
    padding-top: 104px;
    padding-bottom: 115px;
  }

  .utility-page-content-password {
    border-radius: 35px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .input.name, .input.email, .input.phone, .input.company {
    background-position: 95%;
    padding-right: 55px;
  }

  .not-found-404 {
    margin-bottom: 10px;
    font-size: 132px;
  }

  .divider.footer-top {
    margin-top: 42px;
    margin-bottom: 56px;
  }

  .divider.footer-bottom {
    margin-top: 21px;
  }

  .divider.home-hero-v3 {
    margin-top: 100px;
    margin-bottom: 32px;
  }

  .divider.card-blog-post-main-content {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.case-study-hero {
    margin-top: 56px;
    margin-bottom: 51px;
  }

  .divider.card-case-study {
    margin-top: 40px;
    margin-bottom: 56px;
  }

  .icon-password {
    max-width: 110px;
  }

  .paragraph.home-hero {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.home-companies {
    text-align: left;
    margin-bottom: 35px;
  }

  .paragraph.home-hero-v2 {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.home-v2-process-left-paragraph, .paragraph.home-v2-about {
    margin-bottom: 35px;
  }

  .paragraph.home-v2-score {
    margin-bottom: 10px;
  }

  .paragraph.card-cta-v1-accent {
    margin-bottom: 30px;
  }

  .paragraph.card-cta-v1 {
    max-width: none;
    margin-bottom: 27px;
  }

  .paragraph.home-v3-about {
    max-width: 647px;
    margin-left: 0;
  }

  .paragraph.card-about-story {
    max-width: 573px;
  }

  .paragraph.card-service-v3 {
    max-width: 391px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.service-hero {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.team-excerpt {
    margin-bottom: 23px;
  }

  .paragraph.card-perk {
    max-width: 499px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.faq {
    max-width: 540px;
  }

  .paragraph.schedule-demo {
    margin-bottom: 20px;
  }

  .paragraph.form-video {
    margin-bottom: 30px;
  }

  .card {
    border-radius: 35px;
  }

  .card.changelog {
    padding: 50px 40px;
  }

  .card.checkout {
    margin-bottom: 35px;
  }

  .card.contact-form {
    min-height: 922px;
    border-radius: 28px;
    padding: 50px 40px;
  }

  .card.service-slide {
    border-radius: 40px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 52px;
  }

  .card.home-process {
    border-radius: 30px;
    padding: 260px 53px 53px;
  }

  .card.testimonial {
    border-radius: 30px;
    padding: 51px 53px;
  }

  .card.blog-post-item-v2 {
    border-radius: 30px;
    padding-bottom: 40px;
  }

  .card.case-studies-item-card {
    border-radius: 30px;
  }

  .card.service-v2 {
    padding-bottom: 47px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.home-v2-process {
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .card.testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card.blog-post-section-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card.cta-v1-accent {
    max-width: 100%;
    border-radius: 30px;
    flex-flow: wrap;
    margin-bottom: 35px;
    margin-right: 0;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .card.cta-v1 {
    max-width: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card.service-v1 {
    flex-direction: row;
  }

  .card.home-v3-process {
    padding-bottom: 48px;
  }

  .card.home-v3-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card.home-v3-contact-form {
    min-height: 922px;
    border-radius: 28px;
    padding: 50px 40px;
  }

  .card.about-story {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card.about-value {
    border-radius: 28px;
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.about-office {
    flex-wrap: nowrap;
  }

  .card.blog-post-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card.blog-featured-v1-item-card {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card.blog-featured-v2-item-card {
    max-width: 90%;
    border-radius: 27px;
    margin-top: -63px;
    padding: 40px 35px;
  }

  .card.blog-post-main-content {
    border-radius: 33px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px 35px 48px;
  }

  .card.about-author {
    border-radius: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 47px 40px;
  }

  .card.service-v3 {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card.services-section-slide-card {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .card.service-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.service-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card.team-about {
    padding: 57px 35px 40px;
  }

  .card.case-study {
    padding: 63px 35px 65px;
  }

  .card.perk {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card.career {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card.career-apply {
    padding: 50px 35px;
  }

  .card.career-about {
    padding: 55px 35px 58px;
  }

  .card.packages {
    border-radius: 25px;
    margin-bottom: 40px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card.faq {
    border-radius: 20px;
    padding: 43px 40px;
  }

  .card.package-about {
    padding: 55px 35px 10px;
  }

  .card.package-order {
    padding: 45px 35px;
  }

  .card.schedule-demo {
    min-height: 924px;
    border-radius: 30px;
    padding: 48px 40px 56px;
  }

  .card.schedule-demo-team {
    margin-left: 0;
    padding: 22px 20px;
  }

  .card.free-consultation, .card.form-video {
    min-height: 924px;
    border-radius: 30px;
    padding: 48px 40px 56px;
  }

  .card.newsletter-testimonial {
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.packages-category {
    border-radius: 25px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card.page-container {
    font-size: 22px;
    line-height: 30px;
  }

  .checkout-form {
    padding-top: 67px;
    padding-bottom: 104px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.card-testimonial-slide {
    max-width: 489px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-process {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-testimonials {
    max-width: 499px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .title.h3-size.footer-newsletter {
    margin-bottom: 16px;
  }

  .title.h4-size {
    font-size: 20px;
  }

  .title.h4-size.footer-title {
    margin-bottom: 20px;
  }

  .title.h4-size.package-item-name {
    margin-bottom: 10px;
  }

  .title.h4-size.faq {
    margin-right: 15px;
  }

  .title.h4-size.footer-title-copy {
    margin-bottom: 20px;
  }

  .title.home-hero {
    max-width: 420px;
  }

  .title.home-about {
    max-width: 575px;
  }

  .title.home-hero-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.home-v2-process {
    max-width: 431px;
  }

  .title.home-v2-services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-hero-v3 {
    max-width: 524px;
  }

  .title.home-v3-about {
    max-width: 575px;
    margin-bottom: 18px;
  }

  .title.cta-v2 {
    max-width: 554px;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .title.home-v3-testimonials {
    margin-bottom: 25px;
  }

  .title.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.home-v3-advantage {
    margin-left: 0;
  }

  .title.case-studies-v2 {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title.about-mission {
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title.about-offices {
    max-width: 509px;
  }

  .title.about-hero {
    max-width: 406px;
  }

  .title.about-values, .title.about-team {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.blog-v1-hero {
    max-width: 534px;
  }

  .title.blog-v1 {
    margin-bottom: 30px;
  }

  .title.blog-v2-hero {
    max-width: 534px;
  }

  .title.blog-v2, .title.blog-v3 {
    margin-bottom: 30px;
  }

  .title.blog-post {
    margin-bottom: 16px;
  }

  .title.card-about-author-name {
    font-size: 22px;
  }

  .title.services-v2 {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.services-v3 {
    max-width: 416px;
  }

  .title.service-hero {
    max-width: 585px;
    margin-bottom: 16px;
  }

  .title.service-testimonials {
    margin-bottom: 25px;
  }

  .title.case-study {
    margin-bottom: 13px;
  }

  .title.h5-size.case-study-detail {
    margin-bottom: 12px;
  }

  .title.current-openings {
    margin-bottom: 13px;
  }

  .title.card-career {
    margin-right: 15px;
  }

  .title.career {
    margin-bottom: 20px;
  }

  .title.packages {
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.package {
    margin-bottom: 13px;
  }

  .title.schedule-demo {
    max-width: 312px;
    margin-left: 0;
  }

  .title.h2-size {
    font-size: 33px;
  }

  .title.h2-size.free-consultation {
    max-width: 396px;
    margin-left: 0;
  }

  .title.about {
    max-width: 575px;
  }

  .title.services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.testimonials-v2 {
    margin-bottom: 25px;
  }

  .title.about-v2 {
    max-width: 575px;
  }

  .title.newsletter-section {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.not-found {
    font-size: 24px;
  }

  .title.changelog-version {
    max-width: 100%;
    text-align: center;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .title.h1-size {
    font-size: 42px;
  }

  .title.dropdown-nav-title {
    margin-bottom: 20px;
  }

  .title.h4-size-copy {
    font-size: 20px;
  }

  .title.h4-size-copy.footer-title {
    margin-bottom: 20px;
  }

  .title.h4-size-copy.package-item-name {
    margin-bottom: 10px;
  }

  .title.h4-size-copy.faq {
    margin-right: 15px;
  }

  .title.h4-size-copy.footer-title-copy {
    margin-bottom: 20px;
  }

  .split-content.home-hero-content {
    margin-bottom: 60px;
  }

  .split-content.home-advantage-content, .split-content.home-about-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.case-studies-left {
    align-self: flex-start;
    margin-bottom: 13px;
  }

  .split-content.home-blog-right {
    margin-top: 25px;
  }

  .split-content.home-contact-content {
    margin-bottom: 50px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 35px;
  }

  .split-content.home-v2-about-content {
    margin-bottom: 60px;
  }

  .split-content.home-v2-blog-right {
    margin-top: 25px;
  }

  .split-content.home-v3-about-content {
    max-width: 100%;
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.home-v3-advantage-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.home-v3-process-left {
    margin-right: 40px;
  }

  .split-content.home-v3-process-right {
    margin-top: 25px;
  }

  .split-content.home-v3-advantage-image {
    max-width: 100%;
  }

  .split-content.home-v3-contact-content {
    margin-bottom: 50px;
  }

  .split-content.about-hero-content {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content.about-mission-content {
    max-width: 647px;
    margin-bottom: 60px;
  }

  .split-content.blog-v1-hero-left, .split-content.blog-v2-hero-left {
    margin-bottom: 13px;
  }

  .split-content.blog-post-latest-articles-left, .split-content.blog-post-latest-articles-right {
    margin-bottom: 25px;
  }

  .split-content.card-about-author-top-content-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content.services-v1-left {
    margin-bottom: 13px;
  }

  .split-content.service-hero-content {
    margin-bottom: 60px;
  }

  .split-content.service-process-left, .split-content.service-contact-content {
    margin-bottom: 50px;
  }

  .split-content.team-members-left {
    margin-bottom: 16px;
  }

  .split-content.case-studies-page-left {
    margin-bottom: 13px;
  }

  .split-content.case-study-hero-left {
    max-width: 647px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.more-case-studies-left, .split-content.more-case-studies-right {
    margin-bottom: 30px;
  }

  .split-content.career-left {
    margin-bottom: 50px;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 13px;
  }

  .split-content.package-left {
    flex-direction: column;
    margin-bottom: 67px;
  }

  .split-content.contact-content {
    margin-bottom: 50px;
  }

  .split-content.offices-left {
    margin-bottom: 13px;
  }

  .split-content.schedule-demo-content, .split-content.free-consultation-left {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content.advantage-content, .split-content.about-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.form-video-left {
    margin-bottom: 50px;
  }

  .split-content.about-v2-content, .split-content.advantage-v2-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content.newsletter-section-left {
    margin-bottom: 20px;
  }

  .split-content.newsletter-section-right {
    min-height: auto;
  }

  .split-content.not-found-content {
    margin-bottom: 50px;
  }

  .split-content.home-holder-container.holder {
    min-width: auto;
  }

  .checkout-row {
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    max-width: 67px;
    border-radius: 20px;
    margin-bottom: 15px;
  }

  .image-wrapper.card-service-slide {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-wrapper.home-process {
    border-radius: 30px;
  }

  .image-wrapper.blog-post-item-v2 {
    border-radius: 27px;
  }

  .image-wrapper.card-service-v2 {
    width: 83px;
    min-height: 83px;
    border-radius: 20px;
    flex: none;
  }

  .image-wrapper.card-testimonial {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.blog-post-section-item-v1 {
    border-radius: 27px;
  }

  .image-wrapper.card-cta-v1-accent, .image-wrapper.card-cta-v1 {
    margin-right: 20px;
  }

  .image-wrapper.card-service-v1 {
    margin-right: 30px;
  }

  .image-wrapper.card-home-v3-testimonial {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.blog-post-item-v1 {
    border-radius: 27px;
  }

  .image-wrapper.blog-featured-v1-item {
    max-width: 100%;
    border-radius: 27px;
    margin-right: 0;
  }

  .image-wrapper.blog-featured-v2-item-image {
    border-radius: 40px;
  }

  .image-wrapper.blog-post-author-link-image {
    width: 53px;
    min-height: 53px;
    min-width: 53px;
    margin-right: 10px;
  }

  .image-wrapper.card-about-author {
    width: 159px;
    min-height: 159px;
    min-width: 159px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .image-wrapper.card-service-v3 {
    margin-bottom: 15px;
  }

  .image-wrapper.card-service-testimonial-image {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .image-wrapper.card-service-case-study-item.service-single {
    min-height: 290px;
  }

  .image-wrapper.package-item-image {
    width: 73px;
    min-height: 73px;
    min-width: 73px;
    border-radius: 20px;
    margin-bottom: 27px;
  }

  .image-wrapper.cart-item-image {
    max-width: 67px;
    border-radius: 20px;
    margin-bottom: 15px;
  }

  .image.contact-link-icon {
    width: 47px;
    min-height: 47px;
    min-width: 47px;
    border-radius: 15px;
    margin-right: 10px;
  }

  .image.card-testimonial-logo {
    max-width: 260px;
    margin-bottom: 15px;
  }

  .image.home-hero-2 {
    width: 80%;
    margin-bottom: -50px;
    position: relative;
    right: -5px;
  }

  .image.home-advantage-1 {
    margin-top: -241px;
  }

  .image.home-advantage-2 {
    position: relative;
  }

  .image.home-about-1 {
    max-width: 40%;
    margin-left: -255px;
    position: absolute;
    bottom: -52px;
  }

  .image.home-about-2 {
    position: relative;
  }

  .image.home-hero-v2-image-2 {
    bottom: -26px;
  }

  .image.home-hero-v2-image-3 {
    bottom: -44px;
  }

  .image.card-home-v2-process {
    max-width: 50%;
    border-radius: 28px;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image.home-v2-about-1 {
    border-radius: 24px;
  }

  .image.home-v2-about-2 {
    border-radius: 24px;
    margin-top: -211px;
  }

  .image.hom-hero-v3-company {
    width: 85%;
  }

  .image.card-home-v3-testimonial-logo {
    max-width: 260px;
    margin-bottom: 15px;
  }

  .image.home-v3-about-1 {
    border-radius: 20px;
  }

  .image.home-v3-about-2 {
    border-radius: 30px;
    margin-bottom: 20px;
  }

  .image.home-v3-about-3 {
    border-radius: 30px;
  }

  .image.home-v3-advantage {
    border-radius: 40px;
  }

  .image.about-hero-1 {
    border-radius: 30px;
  }

  .image.about-hero-2 {
    max-width: 60%;
    border-radius: 30px;
    align-self: auto;
  }

  .image.about-hero-3 {
    border-radius: 30px;
  }

  .image.about-mission-1 {
    max-width: 60%;
  }

  .image.about-mission-2 {
    max-width: 70%;
    margin-top: -200px;
  }

  .image.card-about-office-icon._1 {
    margin-right: 30px;
  }

  .image.blog-newsletter-icon {
    margin-bottom: 20px;
  }

  .image.blog-featured-v2-item-author {
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 10px;
    margin-right: 10px;
  }

  .image.blog-post {
    border-radius: 32px;
  }

  .image.card-services-section-slide {
    margin-bottom: 20px;
  }

  .image.card-service-process {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    border-radius: 25px;
  }

  .image.card-service-testimonial {
    max-width: 260px;
    margin-bottom: 15px;
  }

  .image.team {
    width: 250px;
    min-height: 250px;
    min-width: 250px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.case-study {
    border-radius: 40px;
  }

  .image.card-perk-icon {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    border-radius: 25px;
    margin-bottom: 15px;
  }

  .image.advantage-1 {
    margin-top: -241px;
  }

  .image.advantage-2 {
    position: relative;
  }

  .image.about-1 {
    max-width: 40%;
    margin-left: -255px;
    position: absolute;
    bottom: -52px;
  }

  .image.about-2 {
    max-width: 100%;
    position: relative;
  }

  .image.about-v2-1 {
    margin-top: -241px;
  }

  .image.about-v2-2 {
    position: relative;
  }

  .image.advantage-v2-1 {
    max-width: 40%;
    margin-left: -255px;
    position: absolute;
    bottom: -52px;
  }

  .image.advantage-v2-2 {
    max-width: 100%;
    position: relative;
  }

  .image.newsletter-section {
    max-width: 100%;
    position: static;
    bottom: auto;
  }

  .image.not-found-2 {
    width: 52%;
  }

  .image.hero-home {
    border-radius: 12px;
    margin-bottom: 18px;
  }

  .cart-button {
    margin-right: 0;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  .licenses-link-image-container {
    height: auto;
  }

  ._2-buttons {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subtitle-wrapper {
    margin-bottom: 10px;
  }

  .subtitle-wrapper.home-hero {
    margin-bottom: 6px;
  }

  .subtitle-wrapper.home-about, .subtitle-wrapper.home-advantage, .subtitle-wrapper.home-v3-about, .subtitle-wrapper.home-v3-advantage {
    justify-content: flex-start;
  }

  .subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.service-hero {
    margin-bottom: 6px;
  }

  .subtitle-wrapper.schedule-demo, .subtitle-wrapper.advantage, .subtitle-wrapper.about, .subtitle-wrapper.free-consultation, .subtitle-wrapper.about-v2, .subtitle-wrapper.advantage-v2 {
    justify-content: flex-start;
  }

  .subtitle-shape.home-about, .subtitle-shape.home-advantage, .subtitle-shape.home-v3-about, .subtitle-shape.home-v3-advantage, .subtitle-shape.schedule-demo, .subtitle-shape.advantage, .subtitle-shape.about, .subtitle-shape.free-consultation, .subtitle-shape.about-v2, .subtitle-shape.advantage-v2 {
    display: block;
  }

  .home-companies-wrapper {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    align-items: stretch;
    padding: 64px 0 64px 35px;
  }

  .home-services-title-wrapper {
    max-width: 514px;
    margin-bottom: 100px;
  }

  .home-advantage-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .home-about-wrapper {
    align-items: stretch;
  }

  .content-top.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top.blog-v1, .content-top.blog-v2, .content-top.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top.team-members {
    margin-bottom: 40px;
  }

  .content-top.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top.faqs {
    margin-bottom: 40px;
  }

  .content-top.package {
    margin-bottom: 111px;
  }

  .content-top.offices {
    margin-bottom: 40px;
  }

  .content-top.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .home-contact-links-grid {
    grid-row-gap: 20px;
  }

  .home-services-slide {
    max-width: 100%;
  }

  .home-services-slider-right-arrow {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    top: -69px;
    left: 101px;
    right: auto;
  }

  .home-services-slider-left-arrow {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    top: -69px;
    left: 0;
    right: auto;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .select-wrapper.card-package-order {
    margin-bottom: 28px;
  }

  .blog-section-v2-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-post-item-v2-top-content {
    margin-bottom: 20px;
  }

  .blog-post-item-v2-category-wrapper {
    margin-left: 20px;
  }

  .case-studies-section-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .bg.home-hero {
    max-width: 100%;
    bottom: 130px;
    right: auto;
  }

  .bg.home-advantage {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.home-about {
    max-width: 100%;
    bottom: -34px;
    right: auto;
  }

  .bg.home-hero-v2 {
    min-height: 55%;
  }

  .bg.home-hero-v2-blur {
    bottom: 581px;
  }

  .bg.case-studies-v2 {
    max-width: 100%;
  }

  .bg.home-v3-contact-blur {
    max-width: 150%;
    top: 358px;
    right: -104px;
  }

  .bg.cta-v2-shape-2 {
    bottom: -240px;
    left: 44px;
  }

  .bg.cta-v2-shape-3 {
    top: -151px;
    right: 43px;
  }

  .bg.cta-v2-shape-4 {
    bottom: -198px;
    right: -58px;
  }

  .bg.about-hero {
    min-height: 60%;
  }

  .bg.about-mission {
    max-width: 100%;
  }

  .bg.about-hero-blur {
    bottom: 52%;
    right: -13%;
  }

  .bg.blog-v3-hero {
    bottom: -77px;
  }

  .bg.blog-post {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.services-v2-blur-1 {
    top: -115px;
    left: -273px;
  }

  .bg.services-v2-blur-2 {
    bottom: -53px;
    right: -244px;
  }

  .bg.service-testimonials {
    max-width: 100%;
    bottom: 95px;
    left: auto;
  }

  .bg.careers-hero {
    max-width: 100%;
  }

  .bg.career {
    min-height: 55%;
  }

  .bg.career-blur {
    top: 173px;
    right: -188px;
  }

  .bg.packages {
    max-width: 100%;
    bottom: -248px;
    right: auto;
  }

  .bg.package {
    min-height: 46%;
  }

  .bg.advantage {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.about {
    max-width: 100%;
    bottom: -34px;
    right: auto;
  }

  .bg.about-v2 {
    max-width: 100%;
    bottom: -92px;
  }

  .bg.advantage-v2 {
    max-width: 100%;
    bottom: -34px;
    right: auto;
  }

  .bg.packages-category {
    max-width: 100%;
    bottom: -248px;
    right: auto;
  }

  .home-hero-images-wrapper {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    flex-direction: column;
    margin-left: 0;
  }

  .home-hero-images-wrapper.holder {
    flex-direction: row;
  }

  .home-advantage-images-wrapper {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .home-about-images-wrapper {
    max-width: 100%;
    min-height: auto;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-content {
    max-width: 575px;
  }

  .footer-nav-wrapper.first {
    flex: 0 auto;
  }

  .footer-nav-link, .footer-small-print {
    font-size: 16px;
  }

  .container-medium-778px.changelog {
    margin-top: -30px;
  }

  .container-medium-778px.home-hero-v2 {
    margin-bottom: 73px;
  }

  .home-v2-score-grid {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .home-v2-services-grid {
    max-width: 616px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .home-v2-testimonials-wrapper {
    margin-bottom: 100px;
  }

  .home-v2-testimonials-slider-left-arrow {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    top: -69px;
    left: 0;
    right: auto;
  }

  .home-v2-testimonials-slider-right-arrow {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    top: -69px;
    left: 101px;
    right: auto;
  }

  .home-v2-testimonials-slide {
    max-width: 100%;
  }

  .card-testimonial-about-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-section-v1-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-section-item-v1-top-content {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .blog-post-section-item-v1-category-wrapper {
    position: relative;
  }

  .cta-v1-content {
    flex-direction: column;
  }

  .card-cta-v1-content {
    max-width: 475px;
  }

  .card-service-v2-content {
    max-width: 495px;
  }

  .home-hero-v3-wrapper {
    /* border-radius: 40px; */
    padding: 106px 40px 40px;
  }

  .home-v3-about-wrapper {
    align-items: stretch;
  }

  .home-hero-v3-companies-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
    justify-content: center;
    justify-items: center;
  }

  .home-v3-about-images-wrapper {
    max-width: 100%;
  }

  .home-v3-advantage-wrapper {
    align-items: stretch;
  }

  .home-v3-advantage-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .home-v3-services-grid {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .cta-v2-wrapper {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    padding: 69px 53px 69px 51px;
  }

  .card-home-v3-process-step {
    margin-right: 20px;
  }

  .home-v3-testimonials-title-wrapper {
    margin-bottom: 40px;
  }

  .card-home-v3-testimonial-about-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .home-v3-contact-links-grid {
    grid-row-gap: 20px;
  }

  .home-v3-about-images-left {
    max-width: 50%;
    margin-right: 20px;
  }

  .home-v3-about-images-right {
    max-width: 50%;
  }

  .about-hero-wrapper {
    margin-bottom: 69px;
  }

  .about-hero-content-left {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 50px;
  }

  .about-hero-results-text {
    margin-bottom: 23px;
  }

  .about-hero-results-grid {
    grid-column-gap: 20px;
  }

  .card-about-hero-result-number {
    font-size: 33px;
  }

  .card-about-hero-result-text {
    font-size: 16px;
  }

  .about-story-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .card-about-story-year {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .about-values-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .about-offices-grid {
    max-width: 100%;
  }

  .blog-categories-grid {
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .blog-v1-grid {
    grid-template-columns: 1fr;
  }

  .blog-post-item-v1-category-wrapper {
    margin-left: 20px;
  }

  .blog-category-item-link {
    flex-wrap: wrap;
    margin: 5px 18px 5px 0;
    font-size: 16px;
  }

  .blog-featured-v1-item-content {
    max-width: 100%;
    margin-top: -26px;
  }

  .blog-featured-v1-item-category-wrapper {
    margin-left: 20px;
  }

  .blog-newsletter-wrapper {
    text-align: center;
    border-radius: 40px;
    flex-direction: column;
    padding: 69px 30px;
  }

  .blog-v2-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .blog-featured-v2-item-author-name, .card-blog-featured-v2-item-date {
    font-size: 16px;
  }

  .blog-v3-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .blog-post-latest-articles-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-post-top-content {
    margin-bottom: 56px;
  }

  .blog-post-author-link {
    font-size: 16px;
  }

  .rich-text h2 {
    margin-bottom: 16px;
  }

  .rich-text p {
    margin-bottom: 20px;
  }

  .rich-text ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text figure {
    margin-top: 40px;
    margin-bottom: 44px;
  }

  .rich-text img {
    border-radius: 25px;
  }

  .rich-text figcaption {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 25px 0;
    font-size: 16px;
    position: static;
  }

  .rich-text h3 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .rich-text ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 47px;
  }

  .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .card-about-author-content {
    max-width: 420px;
  }

  .card-about-author-top-content {
    flex-direction: column;
    align-items: stretch;
  }

  .card-about-author-social-media-grid {
    justify-content: start;
  }

  .card-blog-post-main-content-date {
    font-size: 16px;
  }

  .services-v1-grid {
    grid-template-columns: 1fr;
  }

  .services-v2-grid {
    max-width: 616px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .container-medium-684px.packages-category {
    margin-bottom: 40px;
  }

  .services-v3-grid {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .services-section-title-wrapper {
    max-width: 514px;
    margin-bottom: 100px;
  }

  .services-section-slider-left-arrow {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    top: -69px;
    left: 0;
    right: auto;
  }

  .services-section-slider-right-arrow {
    width: 70px;
    min-height: 70px;
    min-width: 70px;
    top: -69px;
    left: 101px;
    right: auto;
  }

  .services-section-mask {
    max-width: 100%;
    padding-bottom: 40px;
  }

  .service-contact-links-grid {
    grid-row-gap: 20px;
  }

  .service-testimonials-title-wrapper {
    margin-bottom: 40px;
  }

  .card-service-testimonial-about-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .service-case-study-item {
    margin-bottom: 40px;
  }

  .card-service-case-study-item-content {
    padding: 62px 40px;
  }

  .team-members-grid {
    grid-template-columns: 1fr;
    margin-bottom: 52px;
  }

  .team-top-content {
    text-align: center;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .card-team-about-title-wrapper {
    margin-bottom: 13px;
  }

  .team-rol {
    margin-bottom: 15px;
  }

  .team-social-media-grid {
    justify-content: center;
  }

  .case-studies-page-grid {
    grid-template-columns: 1fr;
  }

  .case-study-details-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
    margin-bottom: 70px;
  }

  .more-case-studies-section-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .container-medium-783px.careers-hero {
    margin-bottom: 40px;
  }

  .careers-hero-images-wrapper {
    min-height: 228px;
  }

  .perks-grid {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .card-career-about-wrapper {
    margin-bottom: 20px;
  }

  .career-content-top {
    margin-bottom: 69px;
  }

  .card-career-about-button-wrapper {
    margin-top: 10px;
  }

  .career-about-wrapper {
    max-width: 280px;
  }

  .container-small-540px.packages {
    margin-bottom: 40px;
  }

  .package-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .package-item-price {
    margin-bottom: 15px;
    font-size: 27px;
  }

  .package-item-content-top {
    margin-bottom: 35px;
    margin-right: 0;
  }

  .package-item-features-title {
    margin-bottom: 20px;
  }

  .package-icon {
    margin-bottom: 15px;
  }

  .package-features-title {
    margin-bottom: 22px;
  }

  .card-package-order-price {
    margin-bottom: 28px;
    font-size: 25px;
  }

  .card-package-order-content-top {
    margin-bottom: 20px;
  }

  .package-content-top {
    max-width: 540px;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .contact-links-grid {
    grid-row-gap: 20px;
  }

  .social-media-grid {
    max-width: 621px;
    grid-template-columns: repeat(auto-fit, 69px);
    margin-left: auto;
    margin-right: auto;
  }

  .social-media-section-link {
    width: 60px;
  }

  .offices-grid {
    max-width: 100%;
  }

  .header-small {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .footer-small {
    padding-top: 30px;
    padding-bottom: 23px;
  }

  .footer-small-logo {
    width: 190px;
  }

  .footer-small-print-small {
    font-size: 16px;
  }

  .header-small-logo {
    width: 182px;
  }

  .schedule-demo-wrapper {
    align-items: stretch;
  }

  .card-schedule-demo-form-grid {
    grid-template-columns: 1fr;
  }

  .free-consultation-wrapper {
    align-items: stretch;
    margin-bottom: 63px;
  }

  .card-free-consultation-form-grid {
    grid-template-columns: 1fr;
  }

  .free-consultation-grid {
    justify-items: stretch;
  }

  .companies-grid {
    grid-template-columns: auto auto auto;
    justify-items: start;
  }

  .advantage-images-wrapper {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .advantage-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .about-wrapper {
    align-items: stretch;
  }

  .about-images-wrapper {
    max-width: 100%;
    min-height: auto;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .services-grid {
    max-width: 616px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonials-wrapper {
    margin-bottom: 100px;
  }

  .testimonials-v2-title-wrapper {
    margin-bottom: 40px;
  }

  .about-v2-wrapper {
    align-items: stretch;
  }

  .about-v2-images-wrapper {
    min-height: auto;
    flex-direction: column-reverse;
  }

  .advantage-v2-features-grid {
    justify-items: stretch;
    margin-bottom: 35px;
  }

  .advantage-v2-images-wrapper {
    max-width: 100%;
    min-height: auto;
    flex-direction: column-reverse;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .form-video-preview-wrapper {
    border-radius: 30px;
  }

  .form-video-preview-button {
    width: 26%;
    min-height: 42%;
    min-width: 26%;
  }

  .card-video-form-grid, .newsletter-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .not-found-images-wrapper {
    min-height: auto;
  }

  .rich-text-figure-and-figure-caption h2 {
    margin-bottom: 16px;
  }

  .rich-text-figure-and-figure-caption p {
    margin-bottom: 20px;
  }

  .rich-text-figure-and-figure-caption ul {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-figure-and-figure-caption img {
    border-radius: 25px;
  }

  .rich-text-figure-and-figure-caption figcaption {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    padding: 25px 0;
    font-size: 16px;
    position: static;
  }

  .rich-text-figure-and-figure-caption h3 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .rich-text-figure-and-figure-caption ol {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
  }

  .rich-text-figure-and-figure-caption blockquote {
    margin-top: 40px;
    margin-bottom: 47px;
  }

  .rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5, .rich-text-figure-and-figure-caption h6 {
    margin-top: 33px;
    margin-bottom: 13px;
  }

  .category-title-wrapper.blog-category {
    justify-content: flex-start;
    margin-bottom: 30px;
  }

  .blog-category-grid {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .dropdown-arrow {
    font-size: 9px;
  }

  .dropdown-nav-main-wrapper {
    justify-content: space-between;
  }

  .empty-state {
    border-radius: 35px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 18px;
  }

  .package-item-link {
    flex-direction: column;
  }

  .grid-3-columns.home-sections {
    max-width: 400px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .home-hero-image-left {
    margin-right: 18px;
  }

  .home-page-numbers {
    font-size: 52px;
    line-height: 58px;
  }

  .subtitle-page-numbers {
    font-size: 18px;
  }

  .grid-2-columns {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .grid-2-columns.home-sections {
    max-width: 400px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .changelog-item {
    text-align: center;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 31px;
  }

  .heading-size-h3 {
    font-size: 22px;
  }

  .header-copy {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-copy {
    font-size: 18px;
  }

  .footer-copy {
    padding-top: 64px;
    padding-bottom: 23px;
  }

  .content-top-copy.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top-copy.blog-v1, .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top-copy.team-members {
    margin-bottom: 40px;
  }

  .content-top-copy.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top-copy.faqs {
    margin-bottom: 40px;
  }

  .content-top-copy.package {
    margin-bottom: 111px;
  }

  .content-top-copy.offices {
    margin-bottom: 40px;
  }

  .content-top-copy.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .footer-nav-wrapper-copy.first, .footer-nav-wrapper-copy.first-copy, .footer-nav-wrapper-copy.first, .footer-nav-wrapper-copy.first-copy {
    flex: 0 auto;
  }

  .footer-content-copy {
    max-width: 575px;
  }

  .title-copy.card-testimonial-slide {
    max-width: 489px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-process {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-testimonials {
    max-width: 499px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h3-size {
    font-size: 22px;
  }

  .title-copy.h3-size.footer-newsletter {
    margin-bottom: 16px;
  }

  .title-copy.h4-size {
    font-size: 20px;
  }

  .title-copy.h4-size.footer-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size.package-item-name {
    margin-bottom: 10px;
  }

  .title-copy.h4-size.faq {
    margin-right: 15px;
  }

  .title-copy.h4-size.footer-title-copy {
    margin-bottom: 20px;
  }

  .title-copy.home-hero {
    max-width: 420px;
  }

  .title-copy.home-about {
    max-width: 575px;
  }

  .title-copy.home-hero-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-copy.home-v2-process {
    max-width: 431px;
  }

  .title-copy.home-v2-services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v3 {
    max-width: 524px;
  }

  .title-copy.home-v3-about {
    max-width: 575px;
    margin-bottom: 18px;
  }

  .title-copy.cta-v2 {
    max-width: 554px;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .title-copy.home-v3-testimonials {
    margin-bottom: 25px;
  }

  .title-copy.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-v3-advantage {
    margin-left: 0;
  }

  .title-copy.case-studies-v2 {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-copy.about-mission {
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-copy.about-offices {
    max-width: 509px;
  }

  .title-copy.about-hero {
    max-width: 406px;
  }

  .title-copy.about-values, .title-copy.about-team {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.blog-v1-hero {
    max-width: 534px;
  }

  .title-copy.blog-v1 {
    margin-bottom: 30px;
  }

  .title-copy.blog-v2-hero {
    max-width: 534px;
  }

  .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 30px;
  }

  .title-copy.blog-post {
    margin-bottom: 16px;
  }

  .title-copy.card-about-author-name {
    font-size: 22px;
  }

  .title-copy.services-v2 {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.services-v3 {
    max-width: 416px;
  }

  .title-copy.service-hero {
    max-width: 585px;
    margin-bottom: 16px;
  }

  .title-copy.service-testimonials {
    margin-bottom: 25px;
  }

  .title-copy.case-study {
    margin-bottom: 13px;
  }

  .title-copy.h5-size.case-study-detail {
    margin-bottom: 12px;
  }

  .title-copy.current-openings {
    margin-bottom: 13px;
  }

  .title-copy.card-career {
    margin-right: 15px;
  }

  .title-copy.career {
    margin-bottom: 20px;
  }

  .title-copy.packages {
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.package {
    margin-bottom: 13px;
  }

  .title-copy.schedule-demo {
    max-width: 312px;
    margin-left: 0;
  }

  .title-copy.h2-size {
    font-size: 33px;
  }

  .title-copy.h2-size.free-consultation {
    max-width: 396px;
    margin-left: 0;
  }

  .title-copy.about {
    max-width: 575px;
  }

  .title-copy.services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.testimonials-v2 {
    margin-bottom: 25px;
  }

  .title-copy.about-v2 {
    max-width: 575px;
  }

  .title-copy.newsletter-section {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.not-found {
    font-size: 24px;
  }

  .title-copy.changelog-version {
    max-width: 100%;
    text-align: center;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .title-copy.h1-size {
    font-size: 42px;
  }

  .title-copy.dropdown-nav-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size-copy {
    font-size: 20px;
  }

  .title-copy.h4-size-copy.footer-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size-copy.package-item-name {
    margin-bottom: 10px;
  }

  .title-copy.h4-size-copy.faq {
    margin-right: 15px;
  }

  .title-copy.h4-size-copy.footer-title-copy {
    margin-bottom: 20px;
  }

  .cta-v1-content-copy {
    flex-direction: column;
  }

  .about-hero-wrapper-copy {
    margin-bottom: 69px;
  }

  .content-top-copy.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top-copy.blog-v1, .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top-copy.team-members {
    margin-bottom: 40px;
  }

  .content-top-copy.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top-copy.faqs {
    margin-bottom: 40px;
  }

  .content-top-copy.package {
    margin-bottom: 111px;
  }

  .content-top-copy.offices {
    margin-bottom: 40px;
  }

  .content-top-copy.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .about-story-grid-copy {
    grid-column-gap: 20px;
    grid-template-columns: 1fr;
  }

  .content-top-copy.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top-copy.blog-v1, .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top-copy.team-members {
    margin-bottom: 40px;
  }

  .content-top-copy.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top-copy.faqs {
    margin-bottom: 40px;
  }

  .content-top-copy.package {
    margin-bottom: 111px;
  }

  .content-top-copy.offices {
    margin-bottom: 40px;
  }

  .content-top-copy.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top-copy.blog-v1, .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top-copy.team-members {
    margin-bottom: 40px;
  }

  .content-top-copy.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top-copy.faqs {
    margin-bottom: 40px;
  }

  .content-top-copy.package {
    margin-bottom: 111px;
  }

  .content-top-copy.offices {
    margin-bottom: 40px;
  }

  .content-top-copy.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.team-members-copy {
    margin-bottom: 40px;
  }

  .content-top-copy.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top-copy.blog-v1, .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top-copy.team-members {
    margin-bottom: 40px;
  }

  .content-top-copy.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top-copy.faqs {
    margin-bottom: 40px;
  }

  .content-top-copy.package {
    margin-bottom: 111px;
  }

  .content-top-copy.offices {
    margin-bottom: 40px;
  }

  .content-top-copy.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top-copy.blog-v1, .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top-copy.team-members {
    margin-bottom: 40px;
  }

  .content-top-copy.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top-copy.faqs {
    margin-bottom: 40px;
  }

  .content-top-copy.package {
    margin-bottom: 111px;
  }

  .content-top-copy.offices {
    margin-bottom: 40px;
  }

  .content-top-copy.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .card-copy {
    border-radius: 35px;
  }

  .card-copy.changelog {
    padding: 50px 40px;
  }

  .card-copy.checkout {
    margin-bottom: 35px;
  }

  .card-copy.contact-form {
    min-height: 922px;
    border-radius: 28px;
    padding: 50px 40px;
  }

  .card-copy.service-slide {
    border-radius: 40px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 52px;
  }

  .card-copy.home-process {
    border-radius: 30px;
    padding: 260px 53px 53px;
  }

  .card-copy.testimonial {
    border-radius: 30px;
    padding: 51px 53px;
  }

  .card-copy.blog-post-item-v2 {
    border-radius: 30px;
    padding-bottom: 40px;
  }

  .card-copy.case-studies-item-card {
    border-radius: 30px;
  }

  .card-copy.service-v2 {
    padding-bottom: 47px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-copy.home-v2-process {
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .card-copy.testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card-copy.blog-post-section-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card-copy.cta-v1-accent {
    max-width: 100%;
    border-radius: 30px;
    flex-flow: wrap;
    margin-bottom: 35px;
    margin-right: 0;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .card-copy.cta-v1 {
    max-width: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card-copy.service-v1 {
    flex-direction: row;
  }

  .card-copy.home-v3-process {
    padding-bottom: 48px;
  }

  .card-copy.home-v3-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card-copy.home-v3-contact-form {
    min-height: 922px;
    border-radius: 28px;
    padding: 50px 40px;
  }

  .card-copy.about-story {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-copy.about-value {
    border-radius: 28px;
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.about-office {
    flex-wrap: nowrap;
  }

  .card-copy.blog-post-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card-copy.blog-featured-v1-item-card {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-copy.blog-featured-v2-item-card {
    max-width: 90%;
    border-radius: 27px;
    margin-top: -63px;
    padding: 40px 35px;
  }

  .card-copy.blog-post-main-content {
    border-radius: 33px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px 35px 48px;
  }

  .card-copy.about-author {
    border-radius: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 47px 40px;
  }

  .card-copy.service-v3 {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card-copy.services-section-slide-card {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .card-copy.service-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-copy.service-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card-copy.team-about {
    padding: 57px 35px 40px;
  }

  .card-copy.case-study {
    padding: 63px 35px 65px;
  }

  .card-copy.perk {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card-copy.career {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card-copy.career-apply {
    padding: 50px 35px;
  }

  .card-copy.career-about {
    padding: 55px 35px 58px;
  }

  .card-copy.packages {
    border-radius: 25px;
    margin-bottom: 40px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card-copy.faq {
    border-radius: 20px;
    padding: 43px 40px;
  }

  .card-copy.package-about {
    padding: 55px 35px 10px;
  }

  .card-copy.package-order {
    padding: 45px 35px;
  }

  .card-copy.schedule-demo {
    min-height: 924px;
    border-radius: 30px;
    padding: 48px 40px 56px;
  }

  .card-copy.schedule-demo-team {
    margin-left: 0;
    padding: 22px 20px;
  }

  .card-copy.free-consultation, .card-copy.form-video {
    min-height: 924px;
    border-radius: 30px;
    padding: 48px 40px 56px;
  }

  .card-copy.newsletter-testimonial {
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-copy.packages-category {
    border-radius: 25px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card-copy.page-container {
    font-size: 22px;
    line-height: 30px;
  }

  .card-copy.contact-form-copy {
    min-height: 922px;
    border-radius: 28px;
    padding: 50px 40px;
  }

  .section-copy {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-copy.checkout-hero {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .section-copy.home-hero {
    padding-top: 54px;
    padding-bottom: 102px;
  }

  .section-copy.home-hero.pages {
    padding-bottom: 180px;
  }

  .section-copy.home-services {
    padding-top: 154px;
    padding-bottom: 102px;
  }

  .section-copy.home-advantage {
    padding-top: 102px;
    padding-bottom: 154px;
  }

  .section-copy.home-about, .section-copy.home-process, .section-copy.home-case-studies, .section-copy.home-testimonials {
    padding-top: 154px;
    padding-bottom: 154px;
  }

  .section-copy.home-blog {
    padding-top: 154px;
    padding-bottom: 100px;
  }

  .section-copy.home-contact {
    padding-top: 102px;
    padding-bottom: 94px;
  }

  .section-copy.home-hero-v2 {
    padding-top: 61px;
    padding-bottom: 58px;
  }

  .section-copy.home-v2-services {
    padding-top: 154px;
  }

  .section-copy.home-v2-about {
    padding-bottom: 113px;
  }

  .section-copy.home-v2-testimonials {
    padding-bottom: 102px;
  }

  .section-copy.cta-v1 {
    padding-bottom: 80px;
  }

  .section-copy.about-hero {
    padding-top: 52px;
    padding-bottom: 77px;
  }

  .section-copy.about-offices {
    padding-bottom: 68px;
  }

  .section-copy.about-team {
    padding-bottom: 127px;
  }

  .section-copy.blog-v1-hero {
    padding-top: 63px;
    padding-bottom: 96px;
  }

  .section-copy.blog-v1 {
    padding-top: 96px;
    padding-bottom: 93px;
  }

  .section-copy.blog-v1-newsletter {
    margin-bottom: 96px;
  }

  .section-copy.blog-v2-hero {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section-copy.blog-v2 {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section-copy.blog-v3 {
    padding-top: 87px;
    padding-bottom: 99px;
  }

  .section-copy.blog-hero-v3 {
    padding-top: 61px;
    padding-bottom: 90px;
  }

  .section-copy.blog-post-latest-articles-section {
    padding-top: 125px;
    padding-bottom: 122px;
  }

  .section-copy.blog-post {
    padding-top: 30px;
    padding-bottom: 90px;
  }

  .section-copy.services-v1 {
    padding-top: 61px;
    padding-bottom: 82px;
  }

  .section-copy.services-v1-cta {
    padding-bottom: 88px;
  }

  .section-copy.services-v2 {
    padding-top: 61px;
  }

  .section-copy.services-v3 {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section-copy.services-v3-cta {
    padding-bottom: 87px;
  }

  .section-copy.service-hero {
    padding-top: 83px;
    padding-bottom: 83px;
  }

  .section-copy.service-contact {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-copy.team-members {
    padding-top: 61px;
  }

  .section-copy.team {
    padding-top: 42px;
  }

  .section-copy.case-studies-page {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section-copy.case-studies-cta {
    padding-bottom: 77px;
  }

  .section-copy.case-study-hero {
    padding-top: 61px;
  }

  .section-copy.more-case-studies {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.careers-hero {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section-copy.career, .section-copy.packages {
    padding-top: 61px;
  }

  .section-copy.package {
    padding-top: 61px;
    padding-bottom: 99px;
  }

  .section-copy.contact {
    padding-top: 61px;
    padding-bottom: 153px;
  }

  .section-copy.social-media {
    padding-bottom: 110px;
  }

  .section-copy.faqs {
    padding-bottom: 125px;
  }

  .section-copy.schedule-demo {
    padding-top: 64px;
    padding-bottom: 98px;
  }

  .section-copy.free-consultation {
    padding-top: 61px;
    padding-bottom: 45px;
  }

  .section-copy.advantage {
    padding-bottom: 55px;
  }

  .section-copy.about {
    padding-top: 55px;
    padding-bottom: 154px;
  }

  .section-copy.form-video {
    padding-top: 84px;
    padding-bottom: 78px;
  }

  .section-copy.advantage-v2 {
    padding-bottom: 55px;
  }

  .section-copy.about-v2 {
    padding-top: 55px;
  }

  .section-copy.newsletter-hero {
    padding-top: 95px;
    padding-bottom: 20px;
  }

  .section-copy.newsletter-testimonials {
    padding-top: 77px;
    padding-bottom: 73px;
  }

  .section-copy.utility-pages {
    padding-top: 90px;
  }

  .section-copy.packages-category {
    padding-top: 61px;
  }

  .section-copy.blog-category {
    padding-top: 61px;
    padding-bottom: 102px;
  }

  .section-copy.home-pages {
    padding-bottom: 100px;
  }

  .section-copy.home-pages-container {
    padding-top: 100px;
  }

  .content-top-copy.home-v3-process {
    flex-wrap: wrap;
  }

  .content-top-copy.blog-v1, .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .content-top-copy.blog-post-latest-articles {
    margin-bottom: 15px;
  }

  .content-top-copy.team-members {
    margin-bottom: 40px;
  }

  .content-top-copy.case-study-hero {
    flex-direction: column;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .content-top-copy.faqs {
    margin-bottom: 40px;
  }

  .content-top-copy.package {
    margin-bottom: 111px;
  }

  .content-top-copy.offices {
    margin-bottom: 40px;
  }

  .content-top-copy.blog-category {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .title-copy.card-testimonial-slide {
    max-width: 489px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-process {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-testimonials {
    max-width: 499px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h3-size {
    font-size: 22px;
  }

  .title-copy.h3-size.footer-newsletter {
    margin-bottom: 16px;
  }

  .title-copy.h4-size {
    font-size: 20px;
  }

  .title-copy.h4-size.footer-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size.package-item-name {
    margin-bottom: 10px;
  }

  .title-copy.h4-size.faq {
    margin-right: 15px;
  }

  .title-copy.h4-size.footer-title-copy {
    margin-bottom: 20px;
  }

  .title-copy.home-hero {
    max-width: 420px;
  }

  .title-copy.home-about {
    max-width: 575px;
  }

  .title-copy.home-hero-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-copy.home-v2-process {
    max-width: 431px;
  }

  .title-copy.home-v2-services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v3 {
    max-width: 524px;
  }

  .title-copy.home-v3-about {
    max-width: 575px;
    margin-bottom: 18px;
  }

  .title-copy.cta-v2 {
    max-width: 554px;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .title-copy.home-v3-testimonials {
    margin-bottom: 25px;
  }

  .title-copy.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-v3-advantage {
    margin-left: 0;
  }

  .title-copy.case-studies-v2 {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-copy.about-mission {
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-copy.about-offices {
    max-width: 509px;
  }

  .title-copy.about-hero {
    max-width: 406px;
  }

  .title-copy.about-values, .title-copy.about-team {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.blog-v1-hero {
    max-width: 534px;
  }

  .title-copy.blog-v1 {
    margin-bottom: 30px;
  }

  .title-copy.blog-v2-hero {
    max-width: 534px;
  }

  .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 30px;
  }

  .title-copy.blog-post {
    margin-bottom: 16px;
  }

  .title-copy.card-about-author-name {
    font-size: 22px;
  }

  .title-copy.services-v2 {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.services-v3 {
    max-width: 416px;
  }

  .title-copy.service-hero {
    max-width: 585px;
    margin-bottom: 16px;
  }

  .title-copy.service-testimonials {
    margin-bottom: 25px;
  }

  .title-copy.case-study {
    margin-bottom: 13px;
  }

  .title-copy.h5-size.case-study-detail {
    margin-bottom: 12px;
  }

  .title-copy.current-openings {
    margin-bottom: 13px;
  }

  .title-copy.card-career {
    margin-right: 15px;
  }

  .title-copy.career {
    margin-bottom: 20px;
  }

  .title-copy.packages {
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.package {
    margin-bottom: 13px;
  }

  .title-copy.schedule-demo {
    max-width: 312px;
    margin-left: 0;
  }

  .title-copy.h2-size {
    font-size: 33px;
  }

  .title-copy.h2-size.free-consultation {
    max-width: 396px;
    margin-left: 0;
  }

  .title-copy.about {
    max-width: 575px;
  }

  .title-copy.services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.testimonials-v2 {
    margin-bottom: 25px;
  }

  .title-copy.about-v2 {
    max-width: 575px;
  }

  .title-copy.newsletter-section {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.not-found {
    font-size: 24px;
  }

  .title-copy.changelog-version {
    max-width: 100%;
    text-align: center;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .title-copy.h1-size {
    font-size: 42px;
  }

  .title-copy.dropdown-nav-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size-copy {
    font-size: 20px;
  }

  .title-copy.h4-size-copy.footer-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size-copy.package-item-name {
    margin-bottom: 10px;
  }

  .title-copy.h4-size-copy.faq {
    margin-right: 15px;
  }

  .title-copy.h4-size-copy.footer-title-copy {
    margin-bottom: 20px;
  }

  .split-content-copy.home-hero-content {
    margin-bottom: 60px;
  }

  .split-content-copy.home-advantage-content, .split-content-copy.home-about-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content-copy.case-studies-left {
    align-self: flex-start;
    margin-bottom: 13px;
  }

  .split-content-copy.home-blog-right {
    margin-top: 25px;
  }

  .split-content-copy.home-contact-content {
    margin-bottom: 50px;
  }

  .split-content-copy.footer-content-top-left {
    margin-bottom: 35px;
  }

  .split-content-copy.home-v2-about-content {
    margin-bottom: 60px;
  }

  .split-content-copy.home-v2-blog-right {
    margin-top: 25px;
  }

  .split-content-copy.home-v3-about-content {
    max-width: 100%;
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content-copy.home-v3-advantage-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content-copy.home-v3-process-left {
    margin-right: 40px;
  }

  .split-content-copy.home-v3-process-right {
    margin-top: 25px;
  }

  .split-content-copy.home-v3-advantage-image {
    max-width: 100%;
  }

  .split-content-copy.home-v3-contact-content {
    margin-bottom: 50px;
  }

  .split-content-copy.about-hero-content {
    margin-bottom: 60px;
    margin-right: 0;
  }

  .split-content-copy.about-mission-content {
    max-width: 647px;
    margin-bottom: 60px;
  }

  .split-content-copy.blog-v1-hero-left, .split-content-copy.blog-v2-hero-left {
    margin-bottom: 13px;
  }

  .split-content-copy.blog-post-latest-articles-left, .split-content-copy.blog-post-latest-articles-right {
    margin-bottom: 25px;
  }

  .split-content-copy.card-about-author-top-content-left {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .split-content-copy.services-v1-left {
    margin-bottom: 13px;
  }

  .split-content-copy.service-hero-content {
    margin-bottom: 60px;
  }

  .split-content-copy.service-process-left, .split-content-copy.service-contact-content {
    margin-bottom: 50px;
  }

  .split-content-copy.team-members-left {
    margin-bottom: 16px;
  }

  .split-content-copy.case-studies-page-left {
    margin-bottom: 13px;
  }

  .split-content-copy.case-study-hero-left {
    max-width: 647px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content-copy.more-case-studies-left, .split-content-copy.more-case-studies-right {
    margin-bottom: 30px;
  }

  .split-content-copy.career-left {
    margin-bottom: 50px;
  }

  .split-content-copy.faqs-content-top-left {
    margin-bottom: 13px;
  }

  .split-content-copy.package-left {
    flex-direction: column;
    margin-bottom: 67px;
  }

  .split-content-copy.contact-content {
    margin-bottom: 50px;
  }

  .split-content-copy.offices-left {
    margin-bottom: 13px;
  }

  .split-content-copy.schedule-demo-content, .split-content-copy.free-consultation-left {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content-copy.advantage-content, .split-content-copy.about-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content-copy.form-video-left {
    margin-bottom: 50px;
  }

  .split-content-copy.about-v2-content, .split-content-copy.advantage-v2-content {
    text-align: left;
    margin-bottom: 60px;
  }

  .split-content-copy.newsletter-section-left {
    margin-bottom: 20px;
  }

  .split-content-copy.newsletter-section-right {
    min-height: auto;
  }

  .split-content-copy.not-found-content {
    margin-bottom: 50px;
  }

  .split-content-copy.home-holder-container.holder {
    min-width: auto;
  }

  .split-content-copy.form-video-left-copy {
    margin-bottom: 50px;
  }

  .card-copy {
    border-radius: 35px;
  }

  .card-copy.changelog {
    padding: 50px 40px;
  }

  .card-copy.checkout {
    margin-bottom: 35px;
  }

  .card-copy.contact-form {
    min-height: 922px;
    border-radius: 28px;
    padding: 50px 40px;
  }

  .card-copy.service-slide {
    border-radius: 40px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 52px;
  }

  .card-copy.home-process {
    border-radius: 30px;
    padding: 260px 53px 53px;
  }

  .card-copy.testimonial {
    border-radius: 30px;
    padding: 51px 53px;
  }

  .card-copy.blog-post-item-v2 {
    border-radius: 30px;
    padding-bottom: 40px;
  }

  .card-copy.case-studies-item-card {
    border-radius: 30px;
  }

  .card-copy.service-v2 {
    padding-bottom: 47px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-copy.home-v2-process {
    border-radius: 30px;
    flex-direction: column;
    align-items: stretch;
  }

  .card-copy.testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card-copy.blog-post-section-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card-copy.cta-v1-accent {
    max-width: 100%;
    border-radius: 30px;
    flex-flow: wrap;
    margin-bottom: 35px;
    margin-right: 0;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .card-copy.cta-v1 {
    max-width: 100%;
    flex-flow: wrap;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .card-copy.service-v1 {
    flex-direction: row;
  }

  .card-copy.home-v3-process {
    padding-bottom: 48px;
  }

  .card-copy.home-v3-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card-copy.home-v3-contact-form {
    min-height: 922px;
    border-radius: 28px;
    padding: 50px 40px;
  }

  .card-copy.about-story {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card-copy.about-value {
    border-radius: 28px;
    flex-direction: row;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.about-office {
    flex-wrap: nowrap;
  }

  .card-copy.blog-post-item-v1 {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 35px;
  }

  .card-copy.blog-featured-v1-item-card {
    border-radius: 30px;
    flex-direction: column;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .card-copy.blog-featured-v2-item-card {
    max-width: 90%;
    border-radius: 27px;
    margin-top: -63px;
    padding: 40px 35px;
  }

  .card-copy.blog-post-main-content {
    border-radius: 33px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 45px 35px 48px;
  }

  .card-copy.about-author {
    border-radius: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 47px 40px;
  }

  .card-copy.service-v3 {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card-copy.services-section-slide-card {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .card-copy.service-process {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-copy.service-testimonial-card {
    border-radius: 30px;
    flex-direction: column;
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .card-copy.team-about {
    padding: 57px 35px 40px;
  }

  .card-copy.case-study {
    padding: 63px 35px 65px;
  }

  .card-copy.perk {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .card-copy.career {
    padding-top: 40px;
    padding-bottom: 47px;
  }

  .card-copy.career-apply {
    padding: 50px 35px;
  }

  .card-copy.career-about {
    padding: 55px 35px 58px;
  }

  .card-copy.packages {
    border-radius: 25px;
    margin-bottom: 40px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card-copy.faq {
    border-radius: 20px;
    padding: 43px 40px;
  }

  .card-copy.package-about {
    padding: 55px 35px 10px;
  }

  .card-copy.package-order {
    padding: 45px 35px;
  }

  .card-copy.schedule-demo {
    min-height: 924px;
    border-radius: 30px;
    padding: 48px 40px 56px;
  }

  .card-copy.schedule-demo-team {
    margin-left: 0;
    padding: 22px 20px;
  }

  .card-copy.free-consultation, .card-copy.form-video {
    min-height: 924px;
    border-radius: 30px;
    padding: 48px 40px 56px;
  }

  .card-copy.newsletter-testimonial {
    border-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card-copy.packages-category {
    border-radius: 25px;
    padding-top: 41px;
    padding-bottom: 60px;
  }

  .card-copy.page-container {
    font-size: 22px;
    line-height: 30px;
  }

  .about-v2-wrapper-copy {
    align-items: stretch;
  }

  .title-copy.card-testimonial-slide {
    max-width: 489px;
    margin-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-process {
    max-width: 525px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-testimonials {
    max-width: 499px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.h3-size {
    font-size: 22px;
  }

  .title-copy.h3-size.footer-newsletter {
    margin-bottom: 16px;
  }

  .title-copy.h4-size {
    font-size: 20px;
  }

  .title-copy.h4-size.footer-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size.package-item-name {
    margin-bottom: 10px;
  }

  .title-copy.h4-size.faq {
    margin-right: 15px;
  }

  .title-copy.h4-size.footer-title-copy {
    margin-bottom: 20px;
  }

  .title-copy.home-hero {
    max-width: 420px;
  }

  .title-copy.home-about {
    max-width: 575px;
  }

  .title-copy.home-hero-v2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-copy.home-v2-process {
    max-width: 431px;
  }

  .title-copy.home-v2-services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-hero-v3 {
    max-width: 524px;
  }

  .title-copy.home-v3-about {
    max-width: 575px;
    margin-bottom: 18px;
  }

  .title-copy.cta-v2 {
    max-width: 554px;
    margin-bottom: 35px;
    padding-right: 0;
  }

  .title-copy.home-v3-testimonials {
    margin-bottom: 25px;
  }

  .title-copy.case-studies {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.home-v3-advantage {
    margin-left: 0;
  }

  .title-copy.case-studies-v2 {
    max-width: 564px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .title-copy.about-mission {
    margin-bottom: 16px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .title-copy.about-offices {
    max-width: 509px;
  }

  .title-copy.about-hero {
    max-width: 406px;
  }

  .title-copy.about-values, .title-copy.about-team {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.blog-v1-hero {
    max-width: 534px;
  }

  .title-copy.blog-v1 {
    margin-bottom: 30px;
  }

  .title-copy.blog-v2-hero {
    max-width: 534px;
  }

  .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 30px;
  }

  .title-copy.blog-post {
    margin-bottom: 16px;
  }

  .title-copy.card-about-author-name {
    font-size: 22px;
  }

  .title-copy.services-v2 {
    max-width: 536px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.services-v3 {
    max-width: 416px;
  }

  .title-copy.service-hero {
    max-width: 585px;
    margin-bottom: 16px;
  }

  .title-copy.service-testimonials {
    margin-bottom: 25px;
  }

  .title-copy.case-study {
    margin-bottom: 13px;
  }

  .title-copy.h5-size.case-study-detail {
    margin-bottom: 12px;
  }

  .title-copy.current-openings {
    margin-bottom: 13px;
  }

  .title-copy.card-career {
    margin-right: 15px;
  }

  .title-copy.career {
    margin-bottom: 20px;
  }

  .title-copy.packages {
    max-width: 394px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.package {
    margin-bottom: 13px;
  }

  .title-copy.schedule-demo {
    max-width: 312px;
    margin-left: 0;
  }

  .title-copy.h2-size {
    font-size: 33px;
  }

  .title-copy.h2-size.free-consultation {
    max-width: 396px;
    margin-left: 0;
  }

  .title-copy.about {
    max-width: 575px;
  }

  .title-copy.services {
    max-width: 493px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.testimonials-v2 {
    margin-bottom: 25px;
  }

  .title-copy.about-v2 {
    max-width: 575px;
  }

  .title-copy.newsletter-section {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.not-found {
    font-size: 24px;
  }

  .title-copy.changelog-version {
    max-width: 100%;
    text-align: center;
    margin-bottom: 12px;
    margin-right: 0;
  }

  .title-copy.h1-size {
    font-size: 42px;
  }

  .title-copy.dropdown-nav-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size-copy {
    font-size: 20px;
  }

  .title-copy.h4-size-copy.footer-title {
    margin-bottom: 20px;
  }

  .title-copy.h4-size-copy.package-item-name {
    margin-bottom: 10px;
  }

  .title-copy.h4-size-copy.faq {
    margin-right: 15px;
  }

  .title-copy.h4-size-copy.footer-title-copy {
    margin-bottom: 20px;
  }

  .subtitle-wrapper-copy {
    margin-bottom: 10px;
  }

  .subtitle-wrapper-copy.home-hero {
    margin-bottom: 6px;
  }

  .subtitle-wrapper-copy.home-about, .subtitle-wrapper-copy.home-advantage, .subtitle-wrapper-copy.home-v3-about, .subtitle-wrapper-copy.home-v3-advantage {
    justify-content: flex-start;
  }

  .subtitle-wrapper-copy.blog-v1-hero, .subtitle-wrapper-copy.blog-v2-hero, .subtitle-wrapper-copy.service-hero {
    margin-bottom: 6px;
  }

  .subtitle-wrapper-copy.schedule-demo, .subtitle-wrapper-copy.advantage, .subtitle-wrapper-copy.about, .subtitle-wrapper-copy.free-consultation, .subtitle-wrapper-copy.about-v2, .subtitle-wrapper-copy.advantage-v2 {
    justify-content: flex-start;
  }

  /* .cta-v2-wrapper .info{flex-direction:column;align-items: center;} */
  .image-wrapper.card-cta-v1-accent {
        width: 100px;
        min-height: 30px;
        min-width: 30px;
        border-radius: 50px;
        left: 0;
        margin-bottom: 120px;
    }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 10px;
    font-size: 30px;
  }

  h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  h6 {
    font-size: 14px;
  }

  p{font-size: 14px;}
  
  .header_movement .layer:nth-child(1) img{width: 75%;}
  .header_movement .layer:nth-child(2){top:0%;left:15%;width: 7%;}
  .header_movement .layer:nth-child(3){top:37%;left:23%;width: 5%;}
  .header_movement .layer:nth-child(4){top: 7%;left: 30%;width: 5%;}
  .header_movement .layer:nth-child(5){top: 67%;left: 80%;width: 5%;}
  .header_movement .layer:nth-child(6){top: 78%;left: 18%;width: 10%;}
  .header_movement .layer:nth-child(7){top: 27%;left: 85%;width: 7%;}
  .header_movement .layer:nth-child(8){top: 8%;left: 67%;width: 7%;} 

  blockquote {
    border-left-width: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 40px 25px;
    font-size: 18px;
  }

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default.home-companies {
    padding-left: 0;
  }

  .section-styleguide {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .style-guide-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .color-primary-grid, .color-secondary-grid, .color-neutral-grid {
    grid-template-columns: 1fr;
  }

  .paragraph-large.case-study-detail {
    font-size: 18px;
  }

  .style-guide-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-content-wrapper {
    padding: 60px 20px;
  }

  .icons-grid {
    grid-template-columns: repeat(auto-fit, 60px);
  }

  .button-primary {
    padding: 17px 27px;
    font-size: 16px;
    display: block;
  }

  .button-primary.small {
    padding: 16px 24px;
  }

  .button-primary.large {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-primary.full-width.card-career-apply {
    display: block;
  }

  .button-primary.full-width.add-to-cart {
    width: 100%;
  }

  .button-primary.button-2-buttons {
    flex-direction: row;
    margin-right: 0;
  }

  .button-primary.footer-newsletter {
    margin-top: 20px;
    padding: 24px 16px;
    position: static;
  }

  .button-primary.blog-newsletter {
    background-color: var(--neutral-100);
    color: var(--primary-1);
    margin-top: 20px;
    padding: 24px 16px;
    position: static;
  }

  .button-primary.newsletter {
    margin-top: 20px;
    padding: 28px 16px;
    position: static;
  }

  .button-primary.header-button-mobile {
    margin-top: 60px;
  }

  .button-secondary {
    padding: 17px 27px;
    font-size: 16px;
    display: block;
    border: 1px solid #ddd;
  }

  .button-secondary.small {
    padding: 16px 18px;
  }

  .button-secondary.large {
    padding: 24px 16px;
  }

  .button-secondary.button-2-buttons {
    margin-bottom: 0;
  }

  .button-secondary.full-width.buy-now {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-logo {
    width: 130px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-item-wrapper {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    font-size: 14px;
  }

  .menu-button {
    width: 48px;
    min-height: 48px;
    min-width: 48px;
    margin-left: 15px;
    padding: 10px;
    font-size: 26px;
  }

  .nav-menu {
    padding-top: 120px;
  }

  .footer {
    padding-top: 51px;
    padding-bottom: 20px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 18px;
  }

  .footer-nav-item {
    margin-bottom: 18px;
  }

  footer .button-primary.footer-newsletter{font-size:16px;}

  .utility-pages-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.checkout-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section.home-hero {
    padding-top: 44px;
    padding-bottom: 82px;
  }

  .section.home-services {
    padding-top: 123px;
    padding-bottom: 82px;
  }

  .section.home-advantage {
    padding-top: 82px;
    padding-bottom: 123px;
  }

  .section.home-about, .section.home-process, .section.home-case-studies, .section.home-testimonials {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section.home-blog {
    padding-top: 123px;
    padding-bottom: 80px;
  }

  .section.home-contact {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .section.home-hero-v2 {
    padding-top: 49px;
    padding-bottom: 47px;
  }

  .section.home-v2-services {
    padding-top: 123px;
  }

  .section.home-v2-about {
    padding-bottom: 90px;
  }

  .section.home-v2-testimonials {
    padding-bottom: 82px;
  }

  .section.cta-v1 {
    padding-bottom: 64px;
  }

  .section.about-hero {
    padding-top: 41px;
    padding-bottom: 61px;
  }

  .section.about-offices {
    padding-bottom: 55px;
  }

  .section.about-team {
    padding-bottom: 101px;
  }

  .section.blog-v1-hero {
    padding-top: 50px;
    padding-bottom: 77px;
  }

  .section.blog-v1 {
    padding-top: 77px;
    padding-bottom: 75px;
  }

  .section.blog-v1-newsletter {
    margin-bottom: 77px;
  }

  .section.blog-v2-hero {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.blog-v2 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.blog-v3 {
    padding-top: 70px;
    padding-bottom: 79px;
  }

  .section.blog-hero-v3 {
    padding-top: 49px;
    padding-bottom: 72px;
  }

  .section.blog-post-latest-articles-section {
    padding-top: 100px;
    padding-bottom: 97px;
  }

  .section.blog-post {
    padding-bottom: 72px;
  }

  .section.services-v1 {
    padding-top: 49px;
    padding-bottom: 66px;
  }

  .section.services-v1-cta {
    padding-bottom: 71px;
  }

  .section.services-v2 {
    padding-top: 49px;
  }

  .section.services-v3 {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.services-v3-cta {
    padding-bottom: 70px;
  }

  .section.service-hero {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .section.service-contact {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section.team-members {
    padding-top: 49px;
  }

  .section.team {
    padding-top: 40px;
  }

  .section.case-studies-page {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.case-studies-cta {
    padding-bottom: 61px;
  }

  .section.case-study-hero {
    padding-top: 49px;
  }

  .section.more-case-studies {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.careers-hero {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section.career, .section.packages {
    padding-top: 49px;
  }

  .section.package {
    padding-top: 49px;
    padding-bottom: 79px;
  }

  .section.contact {
    padding-top: 49px;
    padding-bottom: 122px;
  }

  .section.social-media {
    padding-bottom: 88px;
  }

  .section.faqs {
    padding-bottom: 100px;
  }

  .section.schedule-demo {
    padding-top: 53px;
    padding-bottom: 81px;
  }

  .section.free-consultation {
    padding-top: 49px;
    padding-bottom: 36px;
  }

  .section.advantage {
    padding-bottom: 44px;
  }

  .section.about {
    padding-top: 44px;
    padding-bottom: 123px;
  }

  .section.form-video {
    padding-top: 68px;
    padding-bottom: 62px;
  }

  .section.advantage-v2 {
    padding-bottom: 44px;
  }

  .section.about-v2 {
    padding-top: 44px;
  }

  .section.newsletter-hero {
    padding-top: 76px;
    padding-bottom: 10px;
  }

  .section.newsletter-testimonials {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .section.utility-pages {
    padding-top: 72px;
  }

  .section.packages-category {
    padding-top: 49px;
  }

  .section.blog-category {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .licenses-image {
    border-radius: 12px;
  }

  .utility-page-wrap {
    padding-top: 83px;
    padding-bottom: 92px;
  }

  .utility-page-wrap.password {
    padding-left: 16px;
    padding-right: 16px;
  }

  .utility-page-content-password {
    border-radius: 30px;
    padding: 56px 20px;
  }

  .input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input.name, .input.email, .input.phone, .input.company {
    padding-right: 48px;
  }

  .input.footer-newsletter, .input.blog-newsletter, .input.newsletter {
    min-height: 66px;
    padding-left: 23px;
    padding-right: 23px;
  }
  .page-wrapper .input.footer-newsletter{padding-right: 23px !important;}

  .not-found-404 {
    font-size: 110px;
  }

  .container-medium-761px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-761px.services-v2, .container-medium-761px.utility-pages {
    text-align: left;
  }

  .divider.footer-top {
    margin-top: 35px;
    margin-bottom: 47px;
  }

  .divider.footer-bottom {
    margin-top: 18px;
    margin-bottom: 20px;
  }

  .divider.home-hero-v3 {
    margin-top: 83px;
    margin-bottom: 28px;
  }

  .divider.card-blog-featured-v2-item {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.card-blog-post-main-content {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .divider.case-study-hero {
    margin-top: 46px;
    margin-bottom: 43px;
  }

  .divider.card-case-study {
    margin-top: 33px;
    margin-bottom: 46px;
  }

  .divider.card-schedule-demo, .divider.card-free-consultation, .divider.card-form-video {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .icon-password {
    width: 130px;
    height: 130px;
    margin-bottom: 15px;
  }

  .paragraph.password {
    margin-bottom: 35px;
  }

  .paragraph.not-found {
    max-width: 425px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.home-hero {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.home-companies, .paragraph.home-contact, .paragraph.card-testimonial {
    margin-bottom: 30px;
  }

  .paragraph.home-hero-v2 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.home-v2-score {
    font-size: 16px;
  }

  .paragraph.card-cta-v1-accent, .paragraph.card-cta-v1 {
    margin-bottom: 25px;
  }

  .paragraph.home-hero-v3 {
    margin-bottom: 35px;
    margin-left: 0;
  }

  .paragraph.home-v3-contact {
    margin-bottom: 30px;
  }

  .paragraph.service-hero {
    margin-bottom: 35px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.service-process {
    max-width: 427px;
    margin-bottom: 35px;
  }

  .paragraph.service-contact {
    margin-bottom: 35px;
  }

  .paragraph.team-excerpt {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph.current-openings {
    max-width: 425px;
  }

  .paragraph.card-career, .paragraph.card-career-apply {
    margin-bottom: 20px;
  }

  .paragraph.contact {
    margin-bottom: 30px;
  }

  .card {
    border-radius: 30px;
  }

  .card.changelog {
    flex-direction: column;
    padding: 40px 25px;
  }

  .card.contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card.service-slide {
    border-radius: 30px;
    padding: 33px 30px 43px 25px;
  }

  .card.home-process {
    padding: 245px 25px 44px;
  }

  .card.testimonial {
    padding: 43px 25px;
  }

  .card.blog-post-item-v2 {
    padding-bottom: 35px;
  }

  .card.service-v2 {
    padding: 40px 25px;
  }

  .card.home-v2-process {
    padding-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.testimonial-card {
    padding: 42px 25px 30px;
  }

  .card.blog-post-section-item-v1 {
    padding-bottom: 30px;
  }

  .card.cta-v1-accent {
    border-radius: 25px;
    flex-flow: column;
    margin-bottom: 25px;
    padding: 51px 25px;
  }

  .card.cta-v1 {
    border-radius: 25px;
    flex-flow: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .card.service-v1 {
    flex-direction: column;
    padding: 37px 25px 40px;
  }

  .card.home-v3-process {
    flex-direction: column;
    padding: 30px 25px 40px;
  }

  .card.home-v3-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card.home-v3-contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card.about-hero-result {
    max-width: 100%;
    border-radius: 23px;
  }

  .card.about-story {
    border-radius: 23px;
    padding: 35px 25px 38px;
  }

  .card.about-value {
    border-radius: 23px;
    flex-direction: column;
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .card.about-office {
    border-radius: 23px;
    flex-direction: column;
    padding: 34px 25px 45px;
  }

  .card.team-section-item-card {
    border-radius: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.blog-post-item-v1 {
    padding-bottom: 30px;
  }

  .card.blog-featured-v1-item-card {
    padding-bottom: 35px;
  }

  .card.blog-featured-v2-item-card {
    max-width: 95%;
    border-radius: 23px;
    margin-top: -20px;
    padding: 33px 20px 18px;
  }

  .card.blog-post-main-content {
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 32px 25px 17px;
  }

  .card.about-author {
    border-radius: 30px;
    flex-flow: column;
    margin-top: 15px;
    padding: 40px 25px;
  }

  .card.service-v3 {
    padding: 33px 25px 37px;
  }

  .card.services-section-slide-card {
    padding-top: 33px;
    padding-bottom: 47px;
  }

  .card.service-process {
    flex-direction: column;
    padding: 33px 25px;
  }

  .card.service-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card.team-about {
    padding: 47px 25px 34px;
  }

  .card.case-study {
    padding: 52px 25px 54px;
  }

  .card.perk {
    padding: 33px 25px 31px;
  }

  .card.career {
    padding: 33px 25px 39px;
  }

  .card.career-apply {
    padding: 42px 25px;
  }

  .card.career-about {
    padding: 46px 25px 49px;
  }

  .card.packages {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card.faq {
    padding: 36px 25px;
  }

  .card.package-about {
    padding-top: 46px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card.package-order {
    min-height: 530px;
    padding: 38px 25px;
  }

  .card.schedule-demo {
    padding: 40px 25px 47px;
  }

  .card.schedule-demo-team {
    border-radius: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .card.free-consultation, .card.form-video {
    padding: 40px 25px 47px;
  }

  .card.newsletter-testimonial, .card.default {
    padding: 33px 25px;
  }

  .card.packages-category {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card.page-container {
    border-radius: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .checkout-form {
    padding-top: 56px;
    padding-bottom: 87px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .title.card-testimonial-slide {
    margin-bottom: 10px;
  }

  .title.home-testimonials {
    padding-right: 20px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.footer-newsletter {
    margin-bottom: 13px;
  }

  .title.h3-size.packages-contact {
    max-width: 401px;
  }

  .title.h4-size {
    font-size: 18px;
  }

  .title.h4-size.faq {
    margin-right: 10px;
  }

  .title.h4-size.schedule-demo-team {
    margin-bottom: 10px;
  }

  .title.home-hero {
    max-width: 313px;
  }

  .title.cta-v1 {
    margin-left: 0;
  }

  .title.home-hero-v2 {
    max-width: 402px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title.home-v2-process {
    margin-left: 0;
  }

  .title.home-v2-services {
    max-width: 425px;
    margin-left: 0;
  }

  .title.case-studies, .title.home-hero-v3 {
    margin-left: 0;
  }

  .title.home-v3-about {
    margin-bottom: 14px;
  }

  .title.cta-v2 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .title.home-v3-testimonials {
    padding-right: 20px;
  }

  .title.case-studies {
    margin-left: 0;
  }

  .title.case-studies-v2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title.about-mission {
    margin-bottom: 13px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title.about-story {
    max-width: 402px;
  }

  .title.about-hero {
    max-width: 335px;
  }

  .title.about-values {
    padding-right: 20px;
  }

  .title.about-team {
    margin-left: 0;
  }

  .title.blog-v1, .title.blog-v2, .title.blog-v3 {
    margin-bottom: 25px;
  }

  .title.blog-post {
    margin-bottom: 13px;
  }

  .title.card-about-author-name {
    font-size: 20px;
  }

  .title.services-v2 {
    margin-left: 0;
  }

  .title.services-v3 {
    max-width: 358px;
    margin-left: 0;
  }

  .title.service-hero {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .title.service-process {
    max-width: 402px;
  }

  .title.service-case-study {
    max-width: 388px;
  }

  .title.case-study {
    margin-bottom: 10px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.h5-size.case-study-detail, .title.current-openings {
    margin-bottom: 10px;
  }

  .title.card-career {
    margin-right: 10px;
  }

  .title.career {
    margin-bottom: 16px;
  }

  .title.packages {
    max-width: 358px;
    margin-left: 0;
  }

  .title.package {
    margin-bottom: 10px;
  }

  .title.schedule-demo {
    max-width: 268px;
    margin-bottom: 6px;
  }

  .title.h2-size {
    font-size: 28px;
  }

  .title.services {
    max-width: 425px;
    margin-left: 0;
  }

  .title.testimonials-v2 {
    padding-right: 20px;
  }

  .title.not-found {
    font-size: 20px;
  }

  .title.changelog-version {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .title.h1-size {
    font-size: 35px;
  }

  .title.h4-size-copy {
    font-size: 18px;
  }

  .title.h4-size-copy.faq {
    margin-right: 10px;
  }

  .title.h4-size-copy.schedule-demo-team {
    margin-bottom: 10px;
  }

  .split-content.header-left {
    margin-left: 0;
  }

  .split-content.home-hero-content, .split-content.home-advantage-content, .split-content.home-about-content {
    margin-bottom: 50px;
  }

  .split-content.case-studies-left {
    margin-bottom: 10px;
  }

  .split-content.home-blog-left {
    margin-right: 0;
  }

  .split-content.home-blog-right {
    margin-top: 20px;
  }

  .split-content.home-contact-content {
    margin-bottom: 40px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 30px;
  }

  .split-content.home-v2-about-content {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content.home-v2-blog-left {
    margin-right: 0;
  }

  .split-content.home-v2-blog-right {
    margin-top: 20px;
  }

  .split-content.home-v3-about-content, .split-content.home-v3-advantage-content {
    margin-bottom: 50px;
  }

  .split-content.home-v3-process-left, .split-content.home-v3-blog-left {
    margin-right: 0;
  }

  .split-content.home-v3-blog-right {
    margin-top: 20px;
  }

  .split-content.home-v3-contact-content {
    margin-bottom: 40px;
  }

  .split-content.about-hero-content {
    margin-bottom: 50px;
  }

  .split-content.about-mission-content {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content.blog-v1-hero-left {
    margin-bottom: 10px;
  }

  .split-content.blog-newsletter-left {
    margin-bottom: 35px;
  }

  .split-content.blog-v2-hero-left {
    margin-bottom: 10px;
  }

  .split-content.card-blog-featured-v2-item-about-left {
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .split-content.blog-post-latest-articles-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content.blog-post-latest-articles-right {
    margin-bottom: 0;
  }

  .split-content.services-v1-left {
    margin-bottom: 10px;
  }

  .split-content.service-hero-content {
    margin-bottom: 50px;
  }

  .split-content.service-process-left {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .split-content.service-contact-content {
    margin-bottom: 40px;
  }

  .split-content.team-members-left {
    margin-bottom: 10px;
  }

  .split-content.case-study-hero-left {
    margin-bottom: 35px;
  }

  .split-content.more-case-studies-left {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .split-content.more-case-studies-right {
    margin-bottom: 0;
  }

  .split-content.career-left {
    margin-bottom: 40px;
  }

  .split-content.faqs-content-top-left {
    margin-bottom: 10px;
  }

  .split-content.package-left {
    margin-bottom: 56px;
  }

  .split-content.contact-content {
    margin-bottom: 40px;
  }

  .split-content.offices-left {
    margin-bottom: 10px;
  }

  .split-content.schedule-demo-content, .split-content.free-consultation-left {
    margin-bottom: 40px;
  }

  .split-content.advantage-content, .split-content.about-content {
    margin-bottom: 50px;
  }

  .split-content.form-video-left {
    margin-bottom: 40px;
  }

  .split-content.about-v2-content, .split-content.advantage-v2-content {
    margin-bottom: 50px;
  }

  .split-content.newsletter-section-left {
    margin-bottom: 10px;
  }

  .split-content.not-found-content {
    align-self: stretch;
    margin-bottom: 40px;
  }

  .checkout-required-text {
    font-size: 18px;
  }

  .order-item {
    flex-direction: column;
  }

  .image-wrapper.order-item-image {
    margin-right: 0;
  }

  .image-wrapper.card-service-slide {
    width: 83px;
    min-height: 83px;
    border-radius: 25px;
  }

  .image-wrapper.home-process {
    max-width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .image-wrapper.blog-post-item-v2 {
    border-radius: 23px;
  }

  .image-wrapper.card-service-v2 {
    width: 70px;
    min-height: 83px;
    border-radius: 25px;
    margin-bottom: 20px;
  }

  .image-wrapper.blog-post-section-item-v1 {
    border-radius: 23px;
  }

  .image-wrapper.card-cta-v1-accent {
    width: 105px;
    min-height: 105px;
    min-width: 105px;
    border-radius: 28px;
    margin-right: 0;
  }

  .image-wrapper.card-cta-v1 {
    margin-right: 0;
  }

  .image-wrapper.card-service-v1 {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    border-radius: 20px;
    margin-right: 0;
  }

  .image-wrapper.card-about-value {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    border-radius: 20px;
  }

  .image-wrapper.card-team-section-item {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .image-wrapper.blog-post-item-v1, .image-wrapper.blog-featured-v1-item {
    border-radius: 23px;
  }

  .image-wrapper.blog-featured-v2-item-image {
    border-radius: 30px;
  }

  .image-wrapper.blog-post-author-link-image {
    margin-right: 8px;
  }

  .image-wrapper.card-about-author {
    width: 133px;
    min-height: 133px;
    min-width: 133px;
    margin-right: 0;
  }

  .image-wrapper.card-service-v3 {
    width: 83px;
    min-height: 83px;
    min-width: 83px;
    border-radius: 20px;
  }

  .image-wrapper.card-service-case-study-item.service-single {
    min-height: 160px;
  }

  .image-wrapper.package-item-image {
    width: 61px;
    min-height: 61px;
    min-width: 61px;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .image-wrapper.card-schedule-demo-team {
    margin-bottom: 20px;
    margin-right: 10px;
  }

  .image-wrapper.cart-item-image {
    margin-right: 0;
  }

  .image.home-company {
    max-width: 85%;
  }

  .image.list-icon {
    margin-right: 10px;
  }

  .image.contact-link-icon {
    margin-right: 8px;
  }

  .image.card-testimonial-logo {
    margin-bottom: 15px;
  }

  .image.home-hero-1 {
    align-self: center;
  }

  .image.home-hero-2 {
    width: 70%;
    top: -8px;
    right: -33px;
  }

  .image.home-advantage-1 {
    margin-top: 0;
    position: absolute;
  }

  .image.home-advantage-2 {
    margin-bottom: 100px;
    position: static;
  }

  .image.home-about-1 {
    margin-left: 0;
    position: absolute;
    bottom: -29px;
  }

  .image.home-about-2 {
    position: static;
  }

  .image.home-hero-v2-image-1 {
    margin-top: -11px;
  }

  .image.home-hero-v2-image-2 {
    bottom: -14px;
    left: -19px;
  }

  .image.home-hero-v2-image-3 {
    bottom: -30px;
    right: -21px;
  }

  .image.card-home-v2-process {
    border-radius: 23px;
    margin-bottom: 25px;
  }

  .image.home-v2-about-1 {
    border-radius: 40px;
  }

  .image.home-v2-about-2 {
    border-radius: 40px;
    margin-top: -95px;
  }

  .image.hom-hero-v3-company {
    width: 90%;
    max-width: 130px;
  }

  .image.card-home-v3-testimonial-logo {
    max-width: 65%;
    margin-bottom: 15px;
  }

  .image.home-v3-about-1, .image.home-v3-about-2, .image.home-v3-about-3 {
    border-radius: 20px;
  }

  .image.home-v3-advantage {
    border-radius: 30px;
  }

  .image.about-hero-1 {
    border-radius: 20px;
  }

  .image.about-hero-2 {
    max-width: 100%;
    border-radius: 20px;
  }

  .image.about-hero-3 {
    border-radius: 20px;
  }

  .image.about-mission-1 {
    border-radius: 40px;
  }

  .image.about-mission-2 {
    border-radius: 40px;
    margin-top: -96px;
  }

  .image.blog-newsletter-icon {
    width: 95px;
    min-height: 95px;
    min-width: 95px;
    border-radius: 20px;
  }

  .image.blog-post {
    border-radius: 30px;
  }

  .image.card-service-process {
    width: 69px;
    min-height: 69px;
    min-width: 69px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image.card-service-testimonial {
    max-width: 65%;
    margin-bottom: 15px;
  }

  .image.service-hero-2 {
    left: -37px;
  }

  .image.team {
    width: 200px;
    min-height: 200px;
    min-width: 200px;
    margin-bottom: 10px;
  }

  .image.case-study {
    border-radius: 30px;
  }

  .image.card-perk-icon {
    width: 69px;
    min-height: 69px;
    min-width: 69px;
    margin-bottom: 10px;
  }

  .image.card-career-about-icon, .image.career-about-details-icon {
    margin-right: 6px;
  }

  .image.package-item-feature-icon, .image.free-consultation-list-icon {
    margin-right: 10px;
  }

  .image.advantage-1 {
    margin-top: 0;
    position: absolute;
  }

  .image.advantage-2 {
    margin-bottom: 100px;
    position: static;
  }

  .image.about-1 {
    margin-left: 0;
    position: absolute;
    bottom: -29px;
  }

  .image.about-2 {
    position: static;
  }

  .image.about-v2-1 {
    margin-top: 0;
    position: absolute;
  }

  .image.about-v2-2 {
    margin-bottom: 100px;
    position: static;
  }

  .image.advantage-v2-1 {
    margin-left: 0;
    position: absolute;
    bottom: 0;
  }

  .image.advantage-v2-2 {
    position: static;
  }

  .image.card-newsletter-testimonial {
    width: 52px;
    min-height: 52px;
    min-width: 52px;
    border-radius: 15px;
    margin-right: 10px;
  }

  .image.style-guide-icon {
    border-radius: 20px;
  }

  .order-item-wrapper {
    flex-direction: column;
  }

  .order-item-price, .order-summary-subtotal {
    font-size: 16px;
  }

  .order-summary-total {
    font-size: 18px;
  }

  .cart-button {
    font-size: 23px;
  }

  .grid-licenses-images {
    grid-template-columns: 1fr;
  }

  ._2-buttons {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  :is(.home-hero-v3-content) ._2-buttons{
    align-items: center;
  }

  .subtitle-wrapper, .subtitle-wrapper.center {
    justify-content: flex-start;
  }

  .subtitle-wrapper.center.home-hero-v3 {
    justify-content: center;
    font-size: 16px;
  }

  .subtitle-wrapper.center.careers-hero {
    justify-content: center;
  }

  .subtitle-wrapper.home-v2-process, .subtitle-wrapper.home-v2-about, .subtitle-wrapper.cta-v1, .subtitle-wrapper.home-v3-testimonials, .subtitle-wrapper.about-mission, .subtitle-wrapper.about-story, .subtitle-wrapper.about-offices, .subtitle-wrapper.blog-v1-hero, .subtitle-wrapper.blog-v2-hero, .subtitle-wrapper.service-testimonials, .subtitle-wrapper.service-process, .subtitle-wrapper.case-studies-page, .subtitle-wrapper.case-study, .subtitle-wrapper.faqs, .subtitle-wrapper.offices, .subtitle-wrapper.testimonials-v2 {
    justify-content: flex-start;
  }

  .subtitle-shape, .subtitle-shape.hidden {
    display: block;
  }

  .subtitle-shape.hidden.home-hero-v3, .subtitle-shape.hidden.services-section, .subtitle-shape.hidden.careers-hero, .subtitle-shape.hidden.home-v3-contact {
    display: none;
  }

  .subtitle-shape.home-v2-process, .subtitle-shape.home-v2-about, .subtitle-shape.cta-v1, .subtitle-shape.home-v3-testimonials, .subtitle-shape.about-mission, .subtitle-shape.about-story, .subtitle-shape.about-offices, .subtitle-shape.blog-v1-hero, .subtitle-shape.blog-v2-hero, .subtitle-shape.service-testimonials, .subtitle-shape.service-process, .subtitle-shape.case-studies-page, .subtitle-shape.case-study, .subtitle-shape.faqs, .subtitle-shape.offices, .subtitle-shape.testimonials-v2 {
    display: block;
  }

  .home-companies-wrapper {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 51px;
    padding-bottom: 51px;
    padding-left: 25px;
  }

  .home-companies-grid {
    grid-column-gap: 16px;
    grid-template-columns: auto auto;
    justify-items: stretch;
  }

  .list-wrapper {
    font-size: 16px;
  }

  .container-medium-664px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-664px.home-process, .container-medium-664px.home-testimonials, .container-medium-664px.home-v2-services, .container-medium-664px.case-studies-v2 {
    text-align: left;
  }

  .page-wrapper :is(.home-v2-services,.home-v2-about-content,.case-studies-v2,.about-mission-content,.content-top.about-story,.about-values,.about-team,.social-media, .content-top.blog-v1-hero) {
    text-align: right !important;
  }

  .container-medium-664px.home-v3-services {
    text-align: left;
    margin-left: 0;
  }

  .container-medium-664px.about-values, .container-medium-664px.about-team, .container-medium-664px.perks, .container-medium-664px.services {
    text-align: left;
  }

  .flex-vc {
    align-items: stretch;
  }

  .content-top.home-blog, .content-top.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top.cta-v1 {
    text-align: left;
  }

  .content-top.home-v3-process, .content-top.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top.about-story, .content-top.about-offices, .content-top.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top.blog-v2, .content-top.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top.package {
    margin-bottom: 93px;
  }

  .content-top.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .contact-link {
    font-size: 16px;
  }

  .home-services-mask {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .text-link {
    font-size: 16px;
  }

  .home-services-slider-right-arrow, .home-services-slider-left-arrow {
    width: 68px;
    min-height: 68px;
    min-width: 68px;
    font-size: 26px;
  }

  .home-process-slider-left-arrow {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    top: 270px;
    left: -14px;
  }

  .home-process-slider-right-arrow {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    top: 270px;
    right: -14px;
  }

  .testimonials-slider-left-arrow {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    left: -14px;
  }

  .testimonials-slider-right-arrow {
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    right: -14px;
  }

  .card-testimonial-content {
    margin-bottom: 10px;
  }

  .select-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-area {
    padding: 23px 16px;
  }

  .blog-post-item-v2-category {
    font-size: 14px;
  }

  .blog-post-item-v2-category-wrapper {
    margin-left: 10px;
  }

  .case-studies-item-bottom {
    padding: 28px 25px 33px;
  }

  .bg.home-hero-v2 {
    min-height: 50%;
  }

  .bg.home-hero-v2-blur {
    bottom: 588px;
  }

  .bg.case-studies-v2 {
    bottom: 62.469px;
  }

  .bg.home-v3-contact-blur {
    top: 490px;
  }

  .bg.cta-v2-shape-1 {
    top: -252px;
    left: -231px;
  }

  .bg.cta-v2-shape-2 {
    left: -73px;
  }

  .bg.cta-v2-shape-3 {
    top: -160px;
    right: -15px;
  }

  .bg.cta-v2-shape-4 {
    bottom: -251px;
    right: -125px;
  }

  .bg.blog-post {
    max-width: 150%;
    bottom: -72px;
    right: -73px;
  }

  .bg.career {
    min-height: 61%;
  }

  .bg.career-blur {
    top: 456px;
    right: -113px;
  }

  .bg.packages {
    bottom: -139px;
  }

  .bg.package {
    min-height: 47%;
  }

  .bg.packages-category {
    bottom: -139px;
  }

  .home-hero-images-wrapper {
    width: 100%;
    max-width: 100%;
    align-items: center;
    margin-left: 0;
  }

  .home-about-images-wrapper {
    align-items: stretch;
  }

  .footer-nav-wrapper {
    margin-bottom: 25px;
  }

  .footer-nav-wrapper.first {
    flex: 0 auto;
  }

  .footer-nav-content {
    flex-wrap: wrap;
  }

  .footer-small-print {
    font-size: 14px;
  }

  .footer-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .container-medium-778px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-778px.changelog {
    margin-top: -20px;
  }

  .container-medium-778px.home-hero-v2 {
    text-align: left;
    margin-bottom: 60px;
  }

  .home-v2-score-grid, .home-v2-services-grid {
    grid-row-gap: 25px;
  }

  .home-v2-process-left-content {
    text-align: left;
  }

  .home-v2-score-wrapper {
    max-width: 260px;
  }

  .home-v2-testimonials-mask {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .home-v2-testimonials-slider-left-arrow, .home-v2-testimonials-slider-right-arrow {
    width: 68px;
    min-height: 68px;
    min-width: 68px;
    font-size: 26px;
  }

  .card-testimonial-about-content {
    margin-bottom: 10px;
  }

  .card-testimonial-about-rol {
    font-size: 16px;
  }

  .blog-post-section-item-v1-top-content {
    margin-bottom: 0;
  }

  .blog-post-section-item-v1-category-wrapper {
    left: 10px;
  }

  .blog-post-section-item-v1-category {
    font-size: 14px;
  }

  .home-hero-v3-wrapper {
    /* border-radius: 30px; */
    padding: 88px 25px 33px;
  }

  .home-hero-v3-companies-grid {
    grid-column-gap: 20px;
  }

  .cta-v2-wrapper {
    border-radius: 30px;
    align-items: stretch;
    padding: 58px 25px;
  }

  .card-home-v3-process-step {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .home-v3-testimonials-title-wrapper {
    text-align: left;
  }

  .card-home-v3-testimonial-about-wrapper {
    flex-wrap: wrap;
  }

  .card-home-v3-testimonial-about-content {
    margin-bottom: 10px;
  }

  .case-studies-v2-wrapper {
    align-items: stretch;
  }

  .about-hero-wrapper {
    margin-bottom: 58px;
  }

  .about-hero-content-left {
    margin-bottom: 40px;
  }

  .about-hero-results-text {
    margin-bottom: 20px;
  }

  .about-hero-results-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .card-about-hero-result-number {
    margin-bottom: 6px;
  }

  .card-about-story-year {
    font-size: 36px;
  }

  .about-team-grid {
    grid-row-gap: 50px;
  }

  .card-about-office-address, .card-about-office-contact-link {
    font-size: 16px;
  }

  .card-team-section-item-rol {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .card-team-section-item-social-media-grid {
    grid-column-gap: 20px;
  }

  .blog-post-item-v1-category-wrapper {
    margin-left: 10px;
  }

  .blog-post-item-v1-category {
    font-size: 14px;
  }

  .blog-category-item-link {
    margin-right: 10px;
    font-size: 14px;
  }

  .blog-category-item {
    margin-right: 10px;
  }

  .blog-featured-v1-item-category-wrapper {
    margin-left: 10px;
  }

  .blog-featured-v1-item-category {
    font-size: 14px;
  }

  .button-category {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .blog-newsletter-wrapper {
    border-radius: 30px;
    align-items: stretch;
    padding: 58px 25px;
  }

  .blog-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-newsletter-link {
    color: var(--primary-1);
  }

  .blog-featured-v2-item-category {
    font-size: 14px;
  }

  .card-blog-featured-v2-item-about-wrapper {
    flex-wrap: wrap;
  }

  .card-blog-featured-v2-item-date {
    margin-bottom: 15px;
  }

  .container-medium-643px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-643px.blog-v3-hero {
    text-align: left;
  }

  .blog-post-top-content {
    margin-bottom: 46px;
  }

  .blog-post-category {
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
  }

  .card-blog-post-main-content-bottom {
    flex-wrap: wrap;
  }

  .blog-post-author-link {
    margin-bottom: 15px;
    margin-right: 30px;
  }

  .rich-text h2 {
    margin-bottom: 13px;
  }

  .rich-text ul {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text figure {
    margin-top: 33px;
    margin-bottom: 38px;
  }

  .rich-text img {
    border-radius: 20px;
  }

  .rich-text figcaption {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .rich-text h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .rich-text ol {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text blockquote {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .rich-text h4, .rich-text h5, .rich-text h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .card-about-author-rol {
    font-size: 16px;
  }

  .container-medium-906px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-blog-post-main-content-date {
    margin-bottom: 15px;
  }

  .services-v2-grid {
    grid-row-gap: 25px;
  }

  .container-medium-684px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-684px.services-v3 {
    text-align: left;
    margin-left: 0;
  }

  .services-section-slider-left-arrow, .services-section-slider-right-arrow {
    width: 68px;
    min-height: 68px;
    min-width: 68px;
    font-size: 26px;
  }

  .service-process-content, .container-small-586px.service-case-study, .service-testimonials-title-wrapper {
    text-align: left;
  }

  .card-service-testimonial-about-wrapper {
    flex-wrap: wrap;
  }

  .card-service-testimonial-about-content {
    margin-bottom: 10px;
  }

  .card-service-case-study-item-content {
    padding: 40px 25px;
  }

  .team-members-grid {
    grid-row-gap: 50px;
    margin-bottom: 43px;
  }

  .container-medium-996px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-team-about-title-wrapper {
    margin-bottom: 10px;
  }

  .team-rol {
    margin-bottom: 13px;
    font-size: 16px;
  }

  .team-social-media-grid {
    grid-column-gap: 20px;
  }

  .case-study-details-grid {
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
  }

  .container-medium-936px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .case-study-detail-wrapper {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .container-medium-783px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .careers-hero-images-wrapper {
    min-height: 142px;
  }

  .card-career-about-wrapper {
    margin-bottom: 15px;
  }

  .card-career-about {
    margin-right: 20px;
    font-size: 16px;
  }

  .career-content-top {
    margin-bottom: 58px;
  }

  .career-about-wrapper {
    max-width: 260px;
  }

  .career-about-details {
    margin-right: 15px;
    font-size: 16px;
  }

  .container-small-540px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-540px.packages, .packages-contact-wrapper {
    text-align: left;
  }

  .package-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .package-item-price {
    font-size: 23px;
  }

  .package-item-content-top {
    margin-bottom: 30px;
  }

  .package-item-features-grid {
    margin-bottom: 27px;
  }

  .package-item-feature-wrapper {
    font-size: 16px;
  }

  .package-icon {
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    border-radius: 20px;
    margin-bottom: 10px;
  }

  .package-features-title {
    margin-bottom: 18px;
  }

  .card-package-order-price {
    font-size: 20px;
  }

  .package-content-top {
    margin-bottom: 27px;
  }

  .card-package-order-buttons-wrapper {
    flex-direction: column;
  }

  .container-medium-738px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-medium-738px.social-media {
    text-align: left;
  }

  .social-media-grid {
    grid-template-columns: repeat(auto-fit, 58px);
  }

  .social-media-section-link {width: 50px;height:50px;}
  
  .header-small {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-small {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .footer-small-logo {
    width: 158px;
  }

  .footer-small-print-small {
    font-size: 14px;
  }

  .header-small-logo {
    width: 151px;
  }

  .card-schedule-demo-team-content {
    max-width: 272.484px;
    margin-bottom: 20px;
  }

  .card-schedule-demo-team-rol {
    font-size: 16px;
  }

  .free-consultation-wrapper {
    margin-bottom: 52px;
  }

  .free-consultation-list-wrapper {
    font-size: 16px;
  }

  .companies-grid {
    max-width: 384px;
    grid-template-columns: auto auto;
  }

  .about-images-wrapper {
    align-items: stretch;
  }

  .services-grid {
    grid-row-gap: 25px;
  }

  .testimonials-v2-title-wrapper {
    text-align: left;
  }

  .advantage-v2-images-wrapper {
    align-items: stretch;
  }

  .form-video-preview-wrapper {
    border-radius: 25px;
  }

  .newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }

  .container-small-428px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-small-428px.newsletter-testimonials {
    text-align: left;
    margin-left: 0;
  }

  .card-newsletter-testimonial-name {
    margin-bottom: 4px;
    font-size: 14px;
  }

  .card-newsletter-testimonial-rol {
    font-size: 14px;
  }

  .rich-text-figure-and-figure-caption h2 {
    margin-bottom: 13px;
  }

  .rich-text-figure-and-figure-caption ul {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text-figure-and-figure-caption img {
    border-radius: 20px;
  }

  .rich-text-figure-and-figure-caption figcaption {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .rich-text-figure-and-figure-caption h3 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .rich-text-figure-and-figure-caption ol {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .rich-text-figure-and-figure-caption blockquote {
    margin-top: 35px;
    margin-bottom: 40px;
  }

  .rich-text-figure-and-figure-caption h4, .rich-text-figure-and-figure-caption h5, .rich-text-figure-and-figure-caption h6 {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  .card-changelog-content {
    max-width: 370px;
    font-size: 16px;
  }

  .category-title-wrapper.packages-category {
    justify-content: flex-start;
  }

  .category-title-wrapper.blog-category {
    margin-bottom: 25px;
  }

  .dropdown-nav-link {
    white-space: normal;
    font-size: 16px;
  }

  .dropdown-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .dropdown-arrow {
    font-size: 8px;
  }

  .dropdown-nav-pages-wrapper {
    margin-bottom: 30px;
    margin-right: 20px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .empty-state {
    border-radius: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .empty-state.cart {
    align-items: stretch;
  }

  .success-message, .error-message {
    font-size: 16px;
  }

  .cart-header, .cart-item-quantity, .cart-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cart-item, .cart-item-wrapper {
    flex-direction: column;
  }

  .cart-item-price {
    font-size: 16px;
  }

  .cart-list {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-pages {
    border-radius: 12px;
  }

  .heading-size-h3 {
    font-size: 20px;
  }

  .header-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-d {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-d.home-companies {
    padding-left: 0;
  }

  .header-navigation-copy {
    right: 0;
    padding: 0 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-copy {
    font-size: 18px;
  }

  .footer-copy {
    padding-top: 51px;
    padding-bottom: 20px;
  }

  .container-default-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-copy.home-companies {
    padding-left: 0;
  }

  .container-default-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-copy.home-companies {
    padding-left: 0;
  }

  .container-default-copy-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-copy-copy.home-companies {
    padding-left: 0;
  }

  .content-top-copy.home-blog, .content-top-copy.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.cta-v1 {
    text-align: left;
  }

  .content-top-copy.home-v3-process, .content-top-copy.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices, .content-top-copy.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top-copy.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top-copy.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.package {
    margin-bottom: 93px;
  }

  .content-top-copy.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .container-default-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-copy.home-companies {
    padding-left: 0;
  }

  .footer-nav-wrapper-copy {
    margin-bottom: 25px;
  }

  .footer-nav-wrapper-copy.first, .footer-nav-wrapper-copy.first-copy {
    flex: 0 auto;
  }

  .footer-nav-wrapper-copy {
    margin-bottom: 25px;
  }

  .footer-nav-wrapper-copy.first, .footer-nav-wrapper-copy.first-copy {
    flex: 0 auto;
  }

  .title-copy.card-testimonial-slide {
    margin-bottom: 10px;
  }

  .title-copy.home-testimonials {
    padding-right: 20px;
  }

  .title-copy.h3-size {
    font-size: 20px;
  }

  .title-copy.h3-size.footer-newsletter {
    margin-bottom: 13px;
  }

  .title-copy.h3-size.packages-contact {
    max-width: 401px;
  }

  .title-copy.h4-size {
    font-size: 18px;
  }

  .title-copy.h4-size.faq {
    margin-right: 10px;
  }

  .title-copy.h4-size.schedule-demo-team {
    margin-bottom: 10px;
  }

  .title-copy.home-hero {
    max-width: 313px;
  }

  .title-copy.cta-v1 {
    margin-left: 0;
  }

  .title-copy.home-hero-v2 {
    max-width: 402px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.home-v2-process {
    margin-left: 0;
  }

  .title-copy.home-v2-services {
    max-width: 425px;
    margin-left: 0;
  }

  .title-copy.case-studies, .title-copy.home-hero-v3 {
    margin-left: 0;
  }

  .title-copy.home-v3-about {
    margin-bottom: 14px;
  }

  .title-copy.cta-v2 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .title-copy.home-v3-testimonials {
    padding-right: 20px;
  }

  .title-copy.case-studies {
    margin-left: 0;
  }

  .title-copy.case-studies-v2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.about-mission {
    margin-bottom: 13px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.about-story {
    max-width: 402px;
  }

  .title-copy.about-hero {
    max-width: 335px;
  }

  .title-copy.about-values {
    padding-right: 20px;
  }

  .title-copy.about-team {
    margin-left: 0;
  }

  .title-copy.blog-v1, .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 25px;
  }

  .title-copy.blog-post {
    margin-bottom: 13px;
  }

  .title-copy.card-about-author-name {
    font-size: 20px;
  }

  .title-copy.services-v2 {
    margin-left: 0;
  }

  .title-copy.services-v3 {
    max-width: 358px;
    margin-left: 0;
  }

  .title-copy.service-hero {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.service-process {
    max-width: 402px;
  }

  .title-copy.service-case-study {
    max-width: 388px;
  }

  .title-copy.case-study {
    margin-bottom: 10px;
  }

  .title-copy.h5-size {
    font-size: 16px;
  }

  .title-copy.h5-size.case-study-detail, .title-copy.current-openings {
    margin-bottom: 10px;
  }

  .title-copy.card-career {
    margin-right: 10px;
  }

  .title-copy.career {
    margin-bottom: 16px;
  }

  .title-copy.packages {
    max-width: 358px;
    margin-left: 0;
  }

  .title-copy.package {
    margin-bottom: 10px;
  }

  .title-copy.schedule-demo {
    max-width: 268px;
    margin-bottom: 6px;
  }

  .title-copy.h2-size {
    font-size: 28px;
  }

  .title-copy.services {
    max-width: 425px;
    margin-left: 0;
  }

  .title-copy.testimonials-v2 {
    padding-right: 20px;
  }

  .title-copy.not-found {
    font-size: 20px;
  }

  .title-copy.changelog-version {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .title-copy.h1-size {
    font-size: 35px;
  }

  .title-copy.h4-size-copy {
    font-size: 18px;
  }

  .title-copy.h4-size-copy.faq {
    margin-right: 10px;
  }

  .title-copy.h4-size-copy.schedule-demo-team {
    margin-bottom: 10px;
  }

  .container-default-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-copy.home-companies {
    padding-left: 0;
  }

  .container-default-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-copy.home-companies {
    padding-left: 0;
  }

  .about-hero-wrapper-copy {
    margin-bottom: 58px;
  }

  .content-top-copy.home-blog, .content-top-copy.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.cta-v1 {
    text-align: left;
  }

  .content-top-copy.home-v3-process, .content-top-copy.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices, .content-top-copy.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top-copy.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top-copy.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.package {
    margin-bottom: 93px;
  }

  .content-top-copy.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.home-blog, .content-top-copy.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.cta-v1 {
    text-align: left;
  }

  .content-top-copy.home-v3-process, .content-top-copy.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices, .content-top-copy.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top-copy.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top-copy.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.package {
    margin-bottom: 93px;
  }

  .content-top-copy.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.home-blog, .content-top-copy.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.cta-v1 {
    text-align: left;
  }

  .content-top-copy.home-v3-process, .content-top-copy.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices, .content-top-copy.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top-copy.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top-copy.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.package {
    margin-bottom: 93px;
  }

  .content-top-copy.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.home-blog, .content-top-copy.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.cta-v1 {
    text-align: left;
  }

  .content-top-copy.home-v3-process, .content-top-copy.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices, .content-top-copy.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top-copy.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top-copy.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.package {
    margin-bottom: 93px;
  }

  .content-top-copy.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .container-default-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-default-copy.home-companies {
    padding-left: 0;
  }

  .content-top-copy.home-blog, .content-top-copy.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.cta-v1 {
    text-align: left;
  }

  .content-top-copy.home-v3-process, .content-top-copy.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices, .content-top-copy.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top-copy.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top-copy.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.package {
    margin-bottom: 93px;
  }

  .content-top-copy.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .card-copy {
    border-radius: 30px;
  }

  .card-copy.changelog {
    flex-direction: column;
    padding: 40px 25px;
  }

  .card-copy.contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card-copy.service-slide {
    border-radius: 30px;
    padding: 33px 30px 43px 25px;
  }

  .card-copy.home-process {
    padding: 245px 25px 44px;
  }

  .card-copy.testimonial {
    padding: 43px 25px;
  }

  .card-copy.blog-post-item-v2 {
    padding-bottom: 35px;
  }

  .card-copy.service-v2 {
    padding: 40px 25px;
  }

  .card-copy.home-v2-process {
    padding-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.testimonial-card {
    padding: 42px 25px 30px;
  }

  .card-copy.blog-post-section-item-v1 {
    padding-bottom: 30px;
  }

  .card-copy.cta-v1-accent {
    border-radius: 25px;
    flex-flow: column;
    margin-bottom: 25px;
    padding: 51px 25px;
  }

  .card-copy.cta-v1 {
    border-radius: 25px;
    flex-flow: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .card-copy.service-v1 {
    flex-direction: column;
    padding: 37px 25px 40px;
  }

  .card-copy.home-v3-process {
    flex-direction: column;
    padding: 30px 25px 40px;
  }

  .card-copy.home-v3-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card-copy.home-v3-contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card-copy.about-hero-result {
    max-width: 100%;
    border-radius: 23px;
  }

  .card-copy.about-story {
    border-radius: 23px;
    padding: 35px 25px 38px;
  }

  .card-copy.about-value {
    border-radius: 23px;
    flex-direction: column;
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .card-copy.about-office {
    border-radius: 23px;
    flex-direction: column;
    padding: 34px 25px 45px;
  }

  .card-copy.team-section-item-card {
    border-radius: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.blog-post-item-v1 {
    padding-bottom: 30px;
  }

  .card-copy.blog-featured-v1-item-card {
    padding-bottom: 35px;
  }

  .card-copy.blog-featured-v2-item-card {
    max-width: 95%;
    border-radius: 23px;
    margin-top: -20px;
    padding: 33px 20px 18px;
  }

  .card-copy.blog-post-main-content {
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 32px 25px 17px;
  }

  .card-copy.about-author {
    border-radius: 30px;
    flex-flow: column;
    margin-top: 15px;
    padding: 40px 25px;
  }

  .card-copy.service-v3 {
    padding: 33px 25px 37px;
  }

  .card-copy.services-section-slide-card {
    padding-top: 33px;
    padding-bottom: 47px;
  }

  .card-copy.service-process {
    flex-direction: column;
    padding: 33px 25px;
  }

  .card-copy.service-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card-copy.team-about {
    padding: 47px 25px 34px;
  }

  .card-copy.case-study {
    padding: 52px 25px 54px;
  }

  .card-copy.perk {
    padding: 33px 25px 31px;
  }

  .card-copy.career {
    padding: 33px 25px 39px;
  }

  .card-copy.career-apply {
    padding: 42px 25px;
  }

  .card-copy.career-about {
    padding: 46px 25px 49px;
  }

  .card-copy.packages {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card-copy.faq {
    padding: 36px 25px;
  }

  .card-copy.package-about {
    padding-top: 46px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.package-order {
    min-height: 530px;
    padding: 38px 25px;
  }

  .card-copy.schedule-demo {
    padding: 40px 25px 47px;
  }

  .card-copy.schedule-demo-team {
    border-radius: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .card-copy.free-consultation, .card-copy.form-video {
    padding: 40px 25px 47px;
  }

  .card-copy.newsletter-testimonial, .card-copy.default {
    padding: 33px 25px;
  }

  .card-copy.packages-category {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card-copy.page-container {
    border-radius: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .card-copy.contact-form-copy {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-copy.checkout-hero {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .section-copy.home-hero {
    padding-top: 44px;
    padding-bottom: 82px;
  }

  .section-copy.home-services {
    padding-top: 123px;
    padding-bottom: 82px;
  }

  .section-copy.home-advantage {
    padding-top: 82px;
    padding-bottom: 123px;
  }

  .section-copy.home-about, .section-copy.home-process, .section-copy.home-case-studies, .section-copy.home-testimonials {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .section-copy.home-blog {
    padding-top: 123px;
    padding-bottom: 80px;
  }

  .section-copy.home-contact {
    padding-top: 82px;
    padding-bottom: 76px;
  }

  .section-copy.home-hero-v2 {
    padding-top: 49px;
    padding-bottom: 47px;
  }

  .section-copy.home-v2-services {
    padding-top: 123px;
  }

  .section-copy.home-v2-about {
    padding-bottom: 90px;
  }

  .section-copy.home-v2-testimonials {
    padding-bottom: 82px;
  }

  .section-copy.cta-v1 {
    padding-bottom: 64px;
  }

  .section-copy.about-hero {
    padding-top: 41px;
    padding-bottom: 61px;
  }

  .section-copy.about-offices {
    padding-bottom: 55px;
  }

  .section-copy.about-team {
    padding-bottom: 101px;
  }

  .section-copy.blog-v1-hero {
    padding-top: 50px;
    padding-bottom: 77px;
  }

  .section-copy.blog-v1 {
    padding-top: 77px;
    padding-bottom: 75px;
  }

  .section-copy.blog-v1-newsletter {
    margin-bottom: 77px;
  }

  .section-copy.blog-v2-hero {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section-copy.blog-v2 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-copy.blog-v3 {
    padding-top: 70px;
    padding-bottom: 79px;
  }

  .section-copy.blog-hero-v3 {
    padding-top: 49px;
    padding-bottom: 72px;
  }

  .section-copy.blog-post-latest-articles-section {
    padding-top: 100px;
    padding-bottom: 97px;
  }

  .section-copy.blog-post {
    padding-bottom: 72px;
  }

  .section-copy.services-v1 {
    padding-top: 49px;
    padding-bottom: 66px;
  }

  .section-copy.services-v1-cta {
    padding-bottom: 71px;
  }

  .section-copy.services-v2 {
    padding-top: 49px;
  }

  .section-copy.services-v3 {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section-copy.services-v3-cta {
    padding-bottom: 70px;
  }

  .section-copy.service-hero {
    padding-top: 67px;
    padding-bottom: 67px;
  }

  .section-copy.service-contact {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-copy.team-members {
    padding-top: 49px;
  }

  .section-copy.team {
    padding-top: 40px;
  }

  .section-copy.case-studies-page {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section-copy.case-studies-cta {
    padding-bottom: 61px;
  }

  .section-copy.case-study-hero {
    padding-top: 49px;
  }

  .section-copy.more-case-studies {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-copy.careers-hero {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .section-copy.career, .section-copy.packages {
    padding-top: 49px;
  }

  .section-copy.package {
    padding-top: 49px;
    padding-bottom: 79px;
  }

  .section-copy.contact {
    padding-top: 49px;
    padding-bottom: 122px;
  }

  .section-copy.social-media {
    padding-bottom: 88px;
  }

  .section-copy.faqs {
    padding-bottom: 100px;
  }

  .section-copy.schedule-demo {
    padding-top: 53px;
    padding-bottom: 81px;
  }

  .section-copy.free-consultation {
    padding-top: 49px;
    padding-bottom: 36px;
  }

  .section-copy.advantage {
    padding-bottom: 44px;
  }

  .section-copy.about {
    padding-top: 44px;
    padding-bottom: 123px;
  }

  .section-copy.form-video {
    padding-top: 68px;
    padding-bottom: 62px;
  }

  .section-copy.advantage-v2 {
    padding-bottom: 44px;
  }

  .section-copy.about-v2 {
    padding-top: 44px;
  }

  .section-copy.newsletter-hero {
    padding-top: 76px;
    padding-bottom: 10px;
  }

  .section-copy.newsletter-testimonials {
    padding-top: 62px;
    padding-bottom: 58px;
  }

  .section-copy.utility-pages {
    padding-top: 72px;
  }

  .section-copy.packages-category {
    padding-top: 49px;
  }

  .section-copy.blog-category {
    padding-top: 49px;
    padding-bottom: 82px;
  }

  .content-top-copy.home-blog, .content-top-copy.home-v2-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.cta-v1 {
    text-align: left;
  }

  .content-top-copy.home-v3-process, .content-top-copy.home-v3-blog {
    flex-flow: column;
    align-items: stretch;
  }

  .content-top-copy.about-story, .content-top-copy.about-offices, .content-top-copy.blog-v1-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v1 {
    margin-bottom: 20px;
  }

  .content-top-copy.blog-v2-hero {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-v2, .content-top-copy.blog-v3 {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .content-top-copy.blog-post-latest-articles {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.case-studies-page {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.more-case-studies {
    flex-flow: column;
    align-items: stretch;
    margin-bottom: 40px;
  }

  .content-top-copy.current-openings {
    text-align: left;
    align-items: flex-start;
  }

  .content-top-copy.faqs {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.package {
    margin-bottom: 93px;
  }

  .content-top-copy.offices {
    text-align: left;
    align-items: stretch;
  }

  .content-top-copy.blog-category {
    align-items: stretch;
    margin-bottom: 20px;
  }

  .title-copy.card-testimonial-slide {
    margin-bottom: 10px;
  }

  .title-copy.home-testimonials {
    padding-right: 20px;
  }

  .title-copy.h3-size {
    font-size: 20px;
  }

  .title-copy.h3-size.footer-newsletter {
    margin-bottom: 13px;
  }

  .title-copy.h3-size.packages-contact {
    max-width: 401px;
  }

  .title-copy.h4-size {
    font-size: 18px;
  }

  .title-copy.h4-size.faq {
    margin-right: 10px;
  }

  .title-copy.h4-size.schedule-demo-team {
    margin-bottom: 10px;
  }

  .title-copy.home-hero {
    max-width: 313px;
  }

  .title-copy.cta-v1 {
    margin-left: 0;
  }

  .title-copy.home-hero-v2 {
    max-width: 402px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.home-v2-process {
    margin-left: 0;
  }

  .title-copy.home-v2-services {
    max-width: 425px;
    margin-left: 0;
  }

  .title-copy.case-studies, .title-copy.home-hero-v3 {
    margin-left: 0;
  }

  .title-copy.home-v3-about {
    margin-bottom: 14px;
  }

  .title-copy.cta-v2 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .title-copy.home-v3-testimonials {
    padding-right: 20px;
  }

  .title-copy.case-studies {
    margin-left: 0;
  }

  .title-copy.case-studies-v2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.about-mission {
    margin-bottom: 13px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.about-story {
    max-width: 402px;
  }

  .title-copy.about-hero {
    max-width: 335px;
  }

  .title-copy.about-values {
    padding-right: 20px;
  }

  .title-copy.about-team {
    margin-left: 0;
  }

  .title-copy.blog-v1, .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 25px;
  }

  .title-copy.blog-post {
    margin-bottom: 13px;
  }

  .title-copy.card-about-author-name {
    font-size: 20px;
  }

  .title-copy.services-v2 {
    margin-left: 0;
  }

  .title-copy.services-v3 {
    max-width: 358px;
    margin-left: 0;
  }

  .title-copy.service-hero {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.service-process {
    max-width: 402px;
  }

  .title-copy.service-case-study {
    max-width: 388px;
  }

  .title-copy.case-study {
    margin-bottom: 10px;
  }

  .title-copy.h5-size {
    font-size: 16px;
  }

  .title-copy.h5-size.case-study-detail, .title-copy.current-openings {
    margin-bottom: 10px;
  }

  .title-copy.card-career {
    margin-right: 10px;
  }

  .title-copy.career {
    margin-bottom: 16px;
  }

  .title-copy.packages {
    max-width: 358px;
    margin-left: 0;
  }

  .title-copy.package {
    margin-bottom: 10px;
  }

  .title-copy.schedule-demo {
    max-width: 268px;
    margin-bottom: 6px;
  }

  .title-copy.h2-size {
    font-size: 28px;
  }

  .title-copy.services {
    max-width: 425px;
    margin-left: 0;
  }

  .title-copy.testimonials-v2 {
    padding-right: 20px;
  }

  .title-copy.not-found {
    font-size: 20px;
  }

  .title-copy.changelog-version {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .title-copy.h1-size {
    font-size: 35px;
  }

  .title-copy.h4-size-copy {
    font-size: 18px;
  }

  .title-copy.h4-size-copy.faq {
    margin-right: 10px;
  }

  .title-copy.h4-size-copy.schedule-demo-team {
    margin-bottom: 10px;
  }

  .split-content-copy.header-left {
    margin-left: 0;
  }

  .split-content-copy.home-hero-content, .split-content-copy.home-advantage-content, .split-content-copy.home-about-content {
    margin-bottom: 50px;
  }

  .split-content-copy.case-studies-left {
    margin-bottom: 10px;
  }

  .split-content-copy.home-blog-left {
    margin-right: 0;
  }

  .split-content-copy.home-blog-right {
    margin-top: 20px;
  }

  .split-content-copy.home-contact-content {
    margin-bottom: 40px;
  }

  .split-content-copy.footer-content-top-left {
    margin-bottom: 30px;
  }

  .split-content-copy.home-v2-about-content {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content-copy.home-v2-blog-left {
    margin-right: 0;
  }

  .split-content-copy.home-v2-blog-right {
    margin-top: 20px;
  }

  .split-content-copy.home-v3-about-content, .split-content-copy.home-v3-advantage-content {
    margin-bottom: 50px;
  }

  .split-content-copy.home-v3-process-left, .split-content-copy.home-v3-blog-left {
    margin-right: 0;
  }

  .split-content-copy.home-v3-blog-right {
    margin-top: 20px;
  }

  .split-content-copy.home-v3-contact-content {
    margin-bottom: 40px;
  }

  .split-content-copy.about-hero-content {
    margin-bottom: 50px;
  }

  .split-content-copy.about-mission-content {
    text-align: left;
    margin-bottom: 50px;
  }

  .split-content-copy.blog-v1-hero-left {
    margin-bottom: 10px;
  }

  .split-content-copy.blog-newsletter-left {
    margin-bottom: 35px;
  }

  .split-content-copy.blog-v2-hero-left {
    margin-bottom: 10px;
  }

  .split-content-copy.card-blog-featured-v2-item-about-left {
    margin-bottom: 15px;
    margin-right: 20px;
  }

  .split-content-copy.blog-post-latest-articles-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content-copy.blog-post-latest-articles-right {
    margin-bottom: 0;
  }

  .split-content-copy.services-v1-left {
    margin-bottom: 10px;
  }

  .split-content-copy.service-hero-content {
    margin-bottom: 50px;
  }

  .split-content-copy.service-process-left {
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .split-content-copy.service-contact-content {
    margin-bottom: 40px;
  }

  .split-content-copy.team-members-left {
    margin-bottom: 10px;
  }

  .split-content-copy.case-study-hero-left {
    margin-bottom: 35px;
  }

  .split-content-copy.more-case-studies-left {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .split-content-copy.more-case-studies-right {
    margin-bottom: 0;
  }

  .split-content-copy.career-left {
    margin-bottom: 40px;
  }

  .split-content-copy.faqs-content-top-left {
    margin-bottom: 10px;
  }

  .split-content-copy.package-left {
    margin-bottom: 56px;
  }

  .split-content-copy.contact-content {
    margin-bottom: 40px;
  }

  .split-content-copy.offices-left {
    margin-bottom: 10px;
  }

  .split-content-copy.schedule-demo-content, .split-content-copy.free-consultation-left {
    margin-bottom: 40px;
  }

  .split-content-copy.advantage-content, .split-content-copy.about-content {
    margin-bottom: 50px;
  }

  .split-content-copy.form-video-left {
    margin-bottom: 40px;
  }

  .split-content-copy.about-v2-content, .split-content-copy.advantage-v2-content {
    margin-bottom: 50px;
  }

  .split-content-copy.newsletter-section-left {
    margin-bottom: 10px;
  }

  .split-content-copy.not-found-content {
    align-self: stretch;
    margin-bottom: 40px;
  }

  .split-content-copy.form-video-left-copy {
    margin-bottom: 40px;
  }

  .card-copy {
    border-radius: 30px;
  }

  .card-copy.changelog {
    flex-direction: column;
    padding: 40px 25px;
  }

  .card-copy.contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card-copy.service-slide {
    border-radius: 30px;
    padding: 33px 30px 43px 25px;
  }

  .card-copy.home-process {
    padding: 245px 25px 44px;
  }

  .card-copy.testimonial {
    padding: 43px 25px;
  }

  .card-copy.blog-post-item-v2 {
    padding-bottom: 35px;
  }

  .card-copy.service-v2 {
    padding: 40px 25px;
  }

  .card-copy.home-v2-process {
    padding-top: 28px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.testimonial-card {
    padding: 42px 25px 30px;
  }

  .card-copy.blog-post-section-item-v1 {
    padding-bottom: 30px;
  }

  .card-copy.cta-v1-accent {
    border-radius: 25px;
    flex-flow: column;
    margin-bottom: 25px;
    padding: 51px 25px;
  }

  .card-copy.cta-v1 {
    border-radius: 25px;
    flex-flow: column;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .card-copy.service-v1 {
    flex-direction: column;
    padding: 37px 25px 40px;
  }

  .card-copy.home-v3-process {
    flex-direction: column;
    padding: 30px 25px 40px;
  }

  .card-copy.home-v3-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card-copy.home-v3-contact-form {
    border-radius: 23px;
    padding: 40px 25px;
  }

  .card-copy.about-hero-result {
    max-width: 100%;
    border-radius: 23px;
  }

  .card-copy.about-story {
    border-radius: 23px;
    padding: 35px 25px 38px;
  }

  .card-copy.about-value {
    border-radius: 23px;
    flex-direction: column;
    padding-top: 38px;
    padding-bottom: 40px;
  }

  .card-copy.about-office {
    border-radius: 23px;
    flex-direction: column;
    padding: 34px 25px 45px;
  }

  .card-copy.team-section-item-card {
    border-radius: 25px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.blog-post-item-v1 {
    padding-bottom: 30px;
  }

  .card-copy.blog-featured-v1-item-card {
    padding-bottom: 35px;
  }

  .card-copy.blog-featured-v2-item-card {
    max-width: 95%;
    border-radius: 23px;
    margin-top: -20px;
    padding: 33px 20px 18px;
  }

  .card-copy.blog-post-main-content {
    border-radius: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 32px 25px 17px;
  }

  .card-copy.about-author {
    border-radius: 30px;
    flex-flow: column;
    margin-top: 15px;
    padding: 40px 25px;
  }

  .card-copy.service-v3 {
    padding: 33px 25px 37px;
  }

  .card-copy.services-section-slide-card {
    padding-top: 33px;
    padding-bottom: 47px;
  }

  .card-copy.service-process {
    flex-direction: column;
    padding: 33px 25px;
  }

  .card-copy.service-testimonial-card {
    padding: 42px 25px 30px;
  }

  .card-copy.team-about {
    padding: 47px 25px 34px;
  }

  .card-copy.case-study {
    padding: 52px 25px 54px;
  }

  .card-copy.perk {
    padding: 33px 25px 31px;
  }

  .card-copy.career {
    padding: 33px 25px 39px;
  }

  .card-copy.career-apply {
    padding: 42px 25px;
  }

  .card-copy.career-about {
    padding: 46px 25px 49px;
  }

  .card-copy.packages {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card-copy.faq {
    padding: 36px 25px;
  }

  .card-copy.package-about {
    padding-top: 46px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-copy.package-order {
    min-height: 530px;
    padding: 38px 25px;
  }

  .card-copy.schedule-demo {
    padding: 40px 25px 47px;
  }

  .card-copy.schedule-demo-team {
    border-radius: 20px;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .card-copy.free-consultation, .card-copy.form-video {
    padding: 40px 25px 47px;
  }

  .card-copy.newsletter-testimonial, .card-copy.default {
    padding: 33px 25px;
  }

  .card-copy.packages-category {
    border-radius: 20px;
    padding: 34px 25px 50px;
  }

  .card-copy.page-container {
    border-radius: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .title-copy.card-testimonial-slide {
    margin-bottom: 10px;
  }

  .title-copy.home-testimonials {
    padding-right: 20px;
  }

  .title-copy.h3-size {
    font-size: 20px;
  }

  .title-copy.h3-size.footer-newsletter {
    margin-bottom: 13px;
  }

  .title-copy.h3-size.packages-contact {
    max-width: 401px;
  }

  .title-copy.h4-size {
    font-size: 18px;
  }

  .title-copy.h4-size.faq {
    margin-right: 10px;
  }

  .title-copy.h4-size.schedule-demo-team {
    margin-bottom: 10px;
  }

  .title-copy.home-hero {
    max-width: 313px;
  }

  .title-copy.cta-v1 {
    margin-left: 0;
  }

  .title-copy.home-hero-v2 {
    max-width: 402px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.home-v2-process {
    margin-left: 0;
  }

  .title-copy.home-v2-services {
    max-width: 425px;
    margin-left: 0;
  }

  .title-copy.case-studies, .title-copy.home-hero-v3 {
    margin-left: 0;
  }

  .title-copy.home-v3-about {
    margin-bottom: 14px;
  }

  .title-copy.cta-v2 {
    margin-bottom: 25px;
    font-size: 26px;
  }

  .title-copy.home-v3-testimonials {
    padding-right: 20px;
  }

  .title-copy.case-studies {
    margin-left: 0;
  }

  .title-copy.case-studies-v2 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.about-mission {
    margin-bottom: 13px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .title-copy.about-story {
    max-width: 402px;
  }

  .title-copy.about-hero {
    max-width: 335px;
  }

  .title-copy.about-values {
    padding-right: 20px;
  }

  .title-copy.about-team {
    margin-left: 0;
  }

  .title-copy.blog-v1, .title-copy.blog-v2, .title-copy.blog-v3 {
    margin-bottom: 25px;
  }

  .title-copy.blog-post {
    margin-bottom: 13px;
  }

  .title-copy.card-about-author-name {
    font-size: 20px;
  }

  .title-copy.services-v2 {
    margin-left: 0;
  }

  .title-copy.services-v3 {
    max-width: 358px;
    margin-left: 0;
  }

  .title-copy.service-hero {
    max-width: 358px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-copy.service-process {
    max-width: 402px;
  }

  .title-copy.service-case-study {
    max-width: 388px;
  }

  .title-copy.case-study {
    margin-bottom: 10px;
  }

  .title-copy.h5-size {
    font-size: 16px;
  }

  .title-copy.h5-size.case-study-detail, .title-copy.current-openings {
    margin-bottom: 10px;
  }

  .title-copy.card-career {
    margin-right: 10px;
  }

  .title-copy.career {
    margin-bottom: 16px;
  }

  .title-copy.packages {
    max-width: 358px;
    margin-left: 0;
  }

  .title-copy.package {
    margin-bottom: 10px;
  }

  .title-copy.schedule-demo {
    max-width: 268px;
    margin-bottom: 6px;
  }

  .title-copy.h2-size {
    font-size: 28px;
  }

  .title-copy.services {
    max-width: 425px;
    margin-left: 0;
  }

  .title-copy.testimonials-v2 {
    padding-right: 20px;
  }

  .title-copy.not-found {
    font-size: 20px;
  }

  .title-copy.changelog-version {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .title-copy.h1-size {
    font-size: 35px;
  }

  .title-copy.h4-size-copy {
    font-size: 18px;
  }

  .title-copy.h4-size-copy.faq {
    margin-right: 10px;
  }

  .title-copy.h4-size-copy.schedule-demo-team {
    margin-bottom: 10px;
  }

  .subtitle-wrapper-copy, .subtitle-wrapper-copy.center {
    justify-content: flex-start;
  }

  .subtitle-wrapper-copy.center.home-hero-v3 {
    justify-content: center;
    font-size: 16px;
  }

  .subtitle-wrapper-copy.center.careers-hero {
    justify-content: center;
  }

  .subtitle-wrapper-copy.home-v2-process, .subtitle-wrapper-copy.home-v2-about, .subtitle-wrapper-copy.cta-v1, .subtitle-wrapper-copy.home-v3-testimonials, .subtitle-wrapper-copy.about-mission, .subtitle-wrapper-copy.about-story, .subtitle-wrapper-copy.about-offices, .subtitle-wrapper-copy.blog-v1-hero, .subtitle-wrapper-copy.blog-v2-hero, .subtitle-wrapper-copy.service-testimonials, .subtitle-wrapper-copy.service-process, .subtitle-wrapper-copy.case-studies-page, .subtitle-wrapper-copy.case-study, .subtitle-wrapper-copy.faqs, .subtitle-wrapper-copy.offices, .subtitle-wrapper-copy.testimonials-v2 {
    justify-content: flex-start;
  }

}

@media (max-width:500px){
    .section.home-hero-v2 {height:80vh;}
}
#w-node-_80e2b193-52e0-7219-df38-4713c4db9063-7e947998, #w-node-_80e2b193-52e0-7219-df38-4713c4db9067-7e947998 {
  justify-self: start;
}

#Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-7e947998 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80e2b193-52e0-7219-df38-4713c4db9077-7e947998 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#Message.w-node-afb3f851-0e97-028c-0eac-7e936da0a76d-7e9479d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-7e9479d6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-afb3f851-0e97-028c-0eac-7e936da0a75a-7e9479d6, #w-node-afb3f851-0e97-028c-0eac-7e936da0a75e-7e9479d6 {
  justify-self: start;
}

#w-node-b12acbf1-4401-ffa1-233f-a292ddc46c10-7e9479f0, #w-node-f883a31a-5f18-7a34-43a1-6d578a17f715-7e9479f0, #w-node-_736a4f51-80ee-b602-655b-93ac609e0d7c-7e9479f0, #w-node-bc5a2fcc-d37b-420b-a5bc-89854bb46816-7e9479f0, #w-node-_2f9cb310-c807-7746-c7c3-56f0f0bd8dd5-7e9479f0, #w-node-f4055a69-9b88-c1f3-7375-8bedfd5278bc-7e9479f0 {
  align-self: end;
}

#w-node-cd237e3d-fac8-54c3-e3ba-4ebca08af522-7e9479f3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#Message.w-node-afb3f851-0e97-028c-0eac-7e936da0a76d-42e0bf0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-42e0bf0c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-afb3f851-0e97-028c-0eac-7e936da0a75a-42e0bf0c, #w-node-afb3f851-0e97-028c-0eac-7e936da0a75e-42e0bf0c, #w-node-_80e2b193-52e0-7219-df38-4713c4db9063-3ebfc714, #w-node-_80e2b193-52e0-7219-df38-4713c4db9067-3ebfc714 {
  justify-self: start;
}

#Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-3ebfc714 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80e2b193-52e0-7219-df38-4713c4db9077-3ebfc714 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-cd237e3d-fac8-54c3-e3ba-4ebca08af522-7cab9f87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-7e947998, #w-node-_80e2b193-52e0-7219-df38-4713c4db9077-7e947998, #Message.w-node-afb3f851-0e97-028c-0eac-7e936da0a76d-7e9479d6, #w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-7e9479d6, #w-node-cd237e3d-fac8-54c3-e3ba-4ebca08af522-7e9479f3, #Message.w-node-afb3f851-0e97-028c-0eac-7e936da0a76d-42e0bf0c, #w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-42e0bf0c, #Message.w-node-_80e2b193-52e0-7219-df38-4713c4db9076-3ebfc714, #w-node-_80e2b193-52e0-7219-df38-4713c4db9077-3ebfc714, #w-node-cd237e3d-fac8-54c3-e3ba-4ebca08af522-7cab9f87 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_80e2b193-52e0-7219-df38-4713c4db9077-7e947998, #w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-7e9479d6, #w-node-afb3f851-0e97-028c-0eac-7e936da0a76e-42e0bf0c, #w-node-_80e2b193-52e0-7219-df38-4713c4db9077-3ebfc714 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Icons Marketing Template';
  src: url('../fonts/icons-marketing-template.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plus Jakarta Display';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
