:root {
  --body: #333;
  --title: black;
  --bg: #fafaf9;
  --primary: #121212;
  --desktop-spacing: 150px;
  --tablet-spacing: 100px;
  --landscape-mobile-spacing: 80px;
  --tag: 12px;
  --color-text: #5c5c5c;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commerceaddtocartform {
  margin: 0 0 15px;
}

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

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -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-commerceaddtocartoutofstock {
  background-color: #ddd;
  margin-top: 10px;
  padding: 10px;
}

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: -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-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-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

.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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-userformheader {
  text-align: center;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

.w-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

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

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

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

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

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

body {
  color: var(--body);
  font-family: Onest, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 140%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  background-color: var(--bg);
  color: #000;
  text-align: center;
  border-left: 0 solid #000;
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  line-height: 170%;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navbar {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-top: 15px;
  padding-bottom: 15px;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  display: flex;
}

.nav-link {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

.nav-menu-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.cart-btn {
  grid-column-gap: 5px;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 14px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.cart-item {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  min-width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

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

.nav-btn-wrap {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-btn-wrap.mobile {
  display: none;
}

.bav-btn {
  color: #000;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.bav-btn:hover {
  background-color: var(--primary);
  color: #fff;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

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

.page-data {
  margin-bottom: var(--desktop-spacing);
  padding-bottom: 0;
}

.sg-fonts {
  margin-bottom: var(--desktop-spacing);
}

.font-inner {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 18px;
}

.text-heading {
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.body-font {
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.sg-titles {
  margin-bottom: var(--desktop-spacing);
}

.title-top {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.font-title {
  color: #000;
  text-align: right;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.table-left {
  flex-direction: column;
  display: flex;
}

.table-row {
  grid-column-gap: 180px;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 100px;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.body-large {
  font-size: 18px;
  font-weight: 400;
}

.table-text {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.font-info {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.sg-sections {
  margin-bottom: var(--desktop-spacing);
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 30px;
  display: flex;
}

.color-box {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.color-main {
  background-color: var(--title);
  border-radius: 6px;
  width: 120px;
  height: 120px;
}

.color-main.primary {
  background-color: var(--primary);
}

.color-main.body {
  background-color: var(--body);
}

.color-main.bg {
  background-color: var(--bg);
  border: 1px solid rgba(0, 0, 0, .1);
}

.button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.center {
  justify-content: center;
  align-items: stretch;
}

.primary-btn {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.primary-btn.hover {
  transition: background-color .3s;
}

.primary-btn.hover:hover {
  background-color: #000;
}

.btn-text-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.btn-text.hover {
  position: absolute;
  left: 0;
  right: 0;
}

.secondary-btn {
  grid-column-gap: 8px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.footer {
  background-color: var(--bg);
  padding-top: 60px;
}

.footer-wrap {
  border-top: 1px dashed rgba(0, 0, 0, .1);
  grid-template: ". . Area"
  / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  justify-items: stretch;
  margin-bottom: 70px;
  display: grid;
}

.footer-block {
  border-right: 1px dashed rgba(0, 0, 0, .1);
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-block.last {
  border-right-width: 0;
}

.menu-title {
  color: #000;
  padding-bottom: 12px;
}

.menu-wrap {
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--primary);
}

.ftr-link-wrap {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.newsletter {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.newsletter-text {
  color: #000;
  width: 100%;
  max-width: 35%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.newsletter-input {
  color: var(--body);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 42px 10px 20px;
  transition: border-color .3s;
}

.newsletter-input:focus {
  border-color: rgba(0, 0, 0, .3);
}

.newsletter-input::placeholder {
  color: #666;
  font-size: 14px;
  line-height: 150%;
}

.newsletter-btn {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ic-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  min-width: 18px;
  max-width: 18px;
  min-height: 18px;
  max-height: 18px;
  padding: 0;
  transition: border-color .3s;
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  transform: translate(0, -50%);
}

.newsletter-btn:hover {
  border-color: rgba(0, 0, 0, .3);
}

.newsletter-field {
  position: relative;
}

.newsletter-form {
  width: 100%;
  max-width: 350px;
  margin-bottom: 0;
}

.success-message {
  background-color: var(--primary);
  color: #fff;
  border-radius: 6px;
}

.error-message {
  text-align: center;
  border-radius: 6px;
  padding: 20px;
}

.ftr-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.footer-text {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: rgba(0, 0, 0, .15);
  border-radius: 50%;
  min-width: 5px;
  max-width: 5px;
  min-height: 5px;
  max-height: 5px;
}

.social-icon {
  justify-content: center;
  align-items: center;
  transition: transform .3s;
  display: flex;
}

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

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

.link-wrap {
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.link-title {
  color: #000;
  padding-bottom: 12px;
}

.info-content {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.info-block {
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.license-field {
  color: #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.single-text {
  margin-bottom: 0;
}

.licensing-title {
  margin-bottom: 0;
  font-size: 20px;
}

.license-wrap {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.disclaimer {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 60px;
}

.info-inner {
  padding-bottom: 30px;
}

.changelog-wrap {
  margin-bottom: 350px;
}

.version-info {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 90px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.version-block {
  border: 1px solid #333;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.version-name {
  color: #333;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 150%;
}

.heading-block {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.version-title, .changelog-text {
  margin-bottom: 0;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 60px 50px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pass-body {
  background-color: var(--bg);
}

.pass-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.pass-field {
  margin-top: 50px;
  margin-bottom: 25px;
}

.field-label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.pass-input {
  color: var(--body);
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom-width: 1px;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 8px;
}

.pass-input:focus {
  border-bottom-color: rgba(0, 0, 0, .5);
}

.pass-input::placeholder {
  color: var(--body);
  font-size: 14px;
  line-height: 150%;
}

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.error-text {
  margin-top: 50px;
  font-size: 14px;
  line-height: 150%;
}

.cs-wrap {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.cs-inside {
  text-align: center;
  width: 100%;
  max-width: 480px;
}

.coming-soon-title {
  margin-bottom: 15px;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.cs-text {
  margin-bottom: 50px;
}

.cs-text-title {
  margin-bottom: 4px;
}

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

.plain-link:hover {
  text-decoration: underline;
}

.contact {
  margin-bottom: 60px;
}

.contact-wrap {
  grid-column-gap: 70px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.contact-image {
  width: 100%;
}

.field-wrap {
  grid-column-gap: 36px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.textarea {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ic-message.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 120px;
  margin-bottom: 0;
  padding: 0 0 12px 28px;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: #333;
  font-size: 14px;
  line-height: 150%;
}

.input {
  color: #333;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ic-name.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px 28px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #333;
  font-size: 14px;
  line-height: 150%;
}

.input.phone {
  background-image: url('../images/ic-phone.svg');
}

.input.email {
  background-image: url('../images/ic-email.svg');
}

.contact-form {
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
}

.form-btn {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.contact-info {
  margin-bottom: var(--desktop-spacing);
}

.contact-wrapper {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-block {
  grid-column-gap: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.contact-icon {
  background-color: rgba(251, 125, 13, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.contact-title {
  margin-bottom: 0;
}

.contact-inner {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-links {
  grid-row-gap: 2px;
  flex-flow: column;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.address {
  width: 100%;
  max-width: 140px;
}

.faq-section {
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-title {
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 1px;
  position: absolute;
}

.que {
  grid-column-gap: 12px;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.faq-info {
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  width: 100%;
  padding: 20px;
  transition: background-color .3s;
}

.ans-text {
  margin-bottom: 0;
}

.que-text {
  text-transform: none;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.ans {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.que-icon {
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.faq-data {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.ans-box {
  padding-top: 10px;
  padding-left: 36px;
}

.verticle-line {
  background-color: #000;
  width: 1px;
  height: 15px;
}

.faq-title {
  margin-bottom: 0;
  font-weight: 500;
}

.cta {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cta-title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}

.cta-data {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-text {
  width: 100%;
  max-width: 40%;
  margin-bottom: 0;
}

.outline-btn {
  grid-column-gap: 8px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.review-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-block {
  grid-row-gap: 80px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  padding: 40px;
  transition: border-color .3s;
  display: flex;
}

.review-block:hover {
  border-color: rgba(0, 0, 0, .3);
}

.quote {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

.review-text {
  margin-bottom: 0;
}

.review-info {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
}

.client-name {
  color: #000;
}

.review-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pagination {
  margin-top: 40px;
}

.faq-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 35%;
  overflow: hidden;
}

.faq-image {
  width: 100%;
}

.faq-list {
  width: 100%;
  max-width: 65%;
  margin-left: auto;
  margin-right: auto;
}

.faq, .blogs {
  margin-bottom: var(--desktop-spacing);
}

.blogs.list {
  margin-bottom: 0;
}

.post-list {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-link {
  width: 100%;
  text-decoration: none;
}

.post-img {
  background-color: var(--bg);
  border-radius: 6px;
  overflow: hidden;
}

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

.post-data {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.post-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.post-category {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 150%;
}

.divider {
  background-color: rgba(0, 0, 0, .1);
  width: 25px;
  height: 1px;
}

.divider.small {
  width: 10px;
}

.post-title {
  margin-bottom: 0;
  font-weight: 400;
}

.sub-text {
  width: 100%;
  max-width: 40%;
  margin-bottom: 0;
}

.featured-post {
  margin-bottom: 60px;
}

.fp-link {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fp-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.fp-data {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.fp-title {
  font-size: 26px;
}

.fp-text {
  margin-bottom: 0;
}

.fp-info {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fp-image {
  object-fit: cover;
  width: 100%;
  min-height: 410px;
  max-height: 410px;
}

.post-title-wrap {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.blog-title-wrap {
  width: 100%;
  max-width: 70%;
}

.post-main-title {
  font-size: 42px;
}

.blog-text {
  margin-bottom: 0;
}

.author-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 48px;
  max-width: 48px;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
}

.author-image {
  width: 100%;
  min-height: 48px;
  max-height: 48px;
}

.author-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.author-name {
  color: #000;
}

.blog-info {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.page-main {
  margin-bottom: var(--desktop-spacing);
}

.post-main-img {
  background-color: var(--bg);
  border-radius: 6px;
  margin-bottom: 60px;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}

.case-studies {
  margin-bottom: var(--desktop-spacing);
}

.case-studies.list {
  margin-bottom: 0;
}

.cs-list {
  grid-column-gap: 24px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-item {
  display: flex;
}

.cs-link {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  width: 100%;
  text-decoration: none;
  transition: border-color .3s;
  overflow: hidden;
}

.cs-link:hover {
  border-color: rgba(0, 0, 0, .5);
}

.cs-img {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

.cs-image {
  object-fit: cover;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
}

.cs-data {
  grid-row-gap: 30px;
  flex-flow: column;
  padding: 20px;
  display: flex;
}

.cs-title {
  margin-top: 8px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 170%;
}

.cs-date {
  font-size: 14px;
  line-height: 150%;
}

.cs-main-title {
  text-align: center;
  width: 100%;
  max-width: 80%;
  margin-bottom: 15px;
}

.cs-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs-info {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.cs-main {
  margin-bottom: var(--tablet-spacing);
}

.cs-main-img {
  background-color: var(--bg);
  border-radius: 6px;
  margin-bottom: 60px;
  overflow: hidden;
}

.cs-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.cs-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cs-details {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 75%;
  display: flex;
}

.cs-data-title {
  margin-bottom: 15px;
}

.cs-sidebar {
  grid-row-gap: 60px;
  background-color: var(--bg);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 25%;
  padding: 40px;
  display: flex;
}

.cs-block {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs-icon {
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
}

.cs-info-title {
  margin-bottom: 2px;
}

.cs-block-wrap {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.result-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.result-block {
  grid-row-gap: 80px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.result-tag {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  padding: 8px;
  font-size: 12px;
  line-height: 100%;
}

.result-text {
  color: #000;
  margin-bottom: 2px;
  font-size: 62px;
  line-height: 120%;
}

.testimonials {
  margin-bottom: var(--desktop-spacing);
  padding-bottom: 60px;
  overflow: hidden;
}

.title-icon {
  border: 1px solid var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 6px 14px;
  display: flex;
}

.review-left-arrow {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: -3%;
  right: 0%;
}

.review-left-arrow:hover {
  border-color: rgba(0, 0, 0, .5);
}

.review-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: relative;
}

.review-mask {
  width: 100%;
  max-width: 668px;
  overflow: visible;
}

.testimonial-image {
  object-fit: cover;
  width: 100%;
  min-height: 370px;
  max-height: 370px;
}

.review-slide {
  width: 100%;
  max-width: 668px;
  margin-right: 40px;
}

.review-left {
  background-color: #f6f1e9;
  border-radius: 8px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.client-location {
  font-size: 14px;
  line-height: 150%;
}

.d-none {
  display: none;
}

.review-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.review-client {
  color: #000;
}

.review-quote {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

.testimonial-text {
  margin-bottom: 40px;
}

.review-right-arrow {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  transition: border-color .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 0%;
  right: -3%;
}

.review-right-arrow:hover {
  border-color: rgba(0, 0, 0, .5);
}

.testimonial-data {
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  padding: 20px;
  display: flex;
}

.career {
  margin-bottom: var(--desktop-spacing);
}

.career-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.career-left {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.career-right {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.career-images {
  grid-column-gap: 30px;
  height: 100%;
  display: flex;
}

.career-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

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

.career-title {
  margin-bottom: 14px;
}

.about-career {
  margin-bottom: var(--desktop-spacing);
}

.career-slider {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.ac-wrap {
  border-radius: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ac-right {
  background-color: var(--bg);
  width: 100%;
  max-width: 45%;
}

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

.ac-data {
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.ac-title {
  margin-bottom: 0;
  font-size: 22px;
}

.ac-block {
  flex-flow: column;
  display: flex;
}

.ac-title-wrap {
  grid-column-gap: 14px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.ac-text {
  margin-bottom: 0;
  padding-left: 34px;
}

.ac-left {
  background-color: var(--bg);
  background-image: url('../images/blur-bg.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  max-width: 55%;
  padding: 65px 60px;
}

.right-arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  top: auto;
  bottom: -80px;
}

.left-arrow {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  top: auto;
  bottom: -80px;
  left: auto;
  right: 40px;
}

.innovation {
  margin-bottom: var(--desktop-spacing);
}

.innovation-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.section-data {
  width: 100%;
  max-width: 50%;
}

.innovation-title {
  margin-bottom: 14px;
}

.innovation-data {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 26px;
}

.innovation-text {
  padding-bottom: 40px;
}

.innovation-list {
  grid-column-gap: 60px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 25px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.inv-list-item {
  background-image: url('../images/ic-check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 26px;
  list-style-type: none;
}

.jobs-openings {
  margin-bottom: var(--desktop-spacing);
}

.jobs-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.job-link {
  grid-column-gap: 40px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 25px;
  text-decoration: none;
  display: flex;
}

.job-link:hover {
  border: 1px solid var(--bg);
  background-color: var(--bg);
}

.job-list, .job-item {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.job-title {
  margin-bottom: 8px;
}

.job-info {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 159%;
  display: flex;
}

.benefit-wrap {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: rgba(0, 0, 0, .08);
  border: 1px solid rgba(0, 0, 0, .02);
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.benefit-block {
  grid-row-gap: 25px;
  text-align: center;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 54px;
  transition: background-color .3s;
  display: flex;
}

.benefit-block:hover {
  background-color: var(--bg);
}

.benefits-icon {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
}

.benefit-data {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.benefit-title {
  font-size: 22px;
}

.jobmain-title {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.job-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.job-details {
  width: 100%;
  max-width: 75%;
}

.job-sidebar {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 25%;
  padding: 40px;
  display: flex;
}

.job-inner {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 40px;
  padding-top: 15px;
  display: flex;
}

.job-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.job-info-title {
  margin-bottom: 2px;
}

.job-inner-title {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 0;
  padding-bottom: 10px;
}

.job-link-wrap {
  grid-row-gap: 14px;
  flex-flow: column;
  padding-top: 15px;
  display: flex;
}

.job-contact-link {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing {
  margin-bottom: var(--desktop-spacing);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.price-list {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.price-item {
  display: flex;
}

.price-block {
  grid-row-gap: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.price-block.premium {
  background-color: rgba(0, 0, 0, 0);
}

.package-name {
  color: #000;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.price-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.price {
  color: #000;
  font-size: 36px;
  font-weight: 500;
  line-height: 150%;
}

.price-info, .price-data {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.price-features li {
  background-image: url('../images/ic-check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 28px;
}

.price-features ul {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.premium-features li {
  background-image: url('../images/ic-checked.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 28px;
}

.premium-features ul {
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.price-text {
  color: #666;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 150%;
}

.price-plan {
  margin-bottom: var(--desktop-spacing);
  position: relative;
}

.plan-data {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.plan-block {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.plan-block.overview {
  margin-bottom: 20px;
}

.plan-block.monthly {
  padding-top: 30px;
  padding-bottom: 30px;
}

.plan-block.price-divider {
  margin-top: 8px;
}

.plan-title {
  margin-bottom: 5px;
  font-size: 20px;
}

.table-wrap {
  padding-top: 20px;
}

.plan-subtitle {
  margin-bottom: 0;
}

.plan-head {
  font-size: 14px;
  line-height: 150%;
}

.plan-left {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 20%;
  display: flex;
}

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

.plan-price {
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.plan-right {
  grid-column-gap: 12px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80%;
  display: grid;
}

.table-line {
  background-color: rgba(0, 0, 0, .1);
  width: 100%;
  height: 1px;
}

.gradient.mobile {
  display: none;
}

.price-data-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.price-details {
  width: 100%;
  max-width: 900px;
}

.cart-data {
  width: 100%;
  max-width: 25%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.cart-price {
  color: #000;
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 100%;
}

.default-state {
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.integrations {
  margin-bottom: var(--desktop-spacing);
}

.ig-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ig-item {
  display: flex;
}

.ig-link {
  grid-row-gap: 35px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.ig-link:hover {
  border-color: rgba(0, 0, 0, .5);
}

.ig-icon {
  min-width: 50px;
  max-width: 50px;
  min-height: 50px;
  max-height: 50px;
}

.ig-title {
  margin-bottom: 4px;
}

.ig-data {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ig-text {
  margin-bottom: 0;
}

.ig-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ig-details {
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.ig-sidebar {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 30%;
  padding: 40px;
  display: flex;
}

.ig-data-title {
  margin-bottom: 20px;
}

.ig-rich-text ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 15px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.ig-rich-text li {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 30px;
}

.ig-icon-wrap {
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  display: flex;
}

.ig-connection {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.ig-info-wrap {
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.ig-web-link {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.ig-web-link:hover {
  text-decoration: underline;
}

.ig-btn-text {
  grid-column-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ig-btn-text.hover {
  position: absolute;
  left: 0;
  right: 0;
}

.ig-main, .about {
  margin-bottom: var(--desktop-spacing);
}

.about-left {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 74%;
  display: flex;
}

.about-right {
  grid-row-gap: 42px;
  flex-flow: column;
  width: 100%;
  max-width: 26%;
  display: flex;
}

.about-wrap {
  grid-column-gap: 30px;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  border-radius: 6px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.about-data {
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.about-fact-text {
  color: #000;
  margin-bottom: 4px;
  font-size: 46px;
  font-weight: 500;
  line-height: 100%;
}

.our-mission {
  margin-bottom: var(--desktop-spacing);
}

.mission-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mission-title {
  margin-bottom: 14px;
}

.mission-info-title {
  margin-bottom: 0;
}

.mission-info {
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.facts {
  margin-bottom: var(--desktop-spacing);
}

.fact-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.fact-left {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.fact-right {
  grid-column-gap: 20px;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.fact-inner-data {
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  text-align: center;
  background-color: rgba(251, 125, 13, .1);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px;
  display: flex;
  position: absolute;
  top: 70px;
  bottom: 70px;
  left: 120px;
  right: 120px;
}

.fact-title-wrap {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.fact-title {
  color: #fff;
  margin-bottom: 0;
  font-size: 22px;
}

.fact-inner-text {
  margin-bottom: 0;
}

.fact-img {
  background-color: var(--bg);
  border-radius: 6px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.fact-image {
  object-fit: cover;
  width: 100%;
  min-height: 320px;
  max-height: 320px;
}

.fact-block {
  background-color: var(--bg);
  color: #000;
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.fact-text {
  margin-bottom: 16px;
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
}

.fact {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.team {
  margin-bottom: var(--desktop-spacing);
}

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

.team-img {
  background-color: var(--bg);
  border-radius: 6px;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 356px;
  max-height: 356px;
}

.team-data {
  text-align: center;
  margin-top: 10px;
}

.member-name {
  color: #000;
  margin-bottom: 2px;
  font-size: 18px;
}

.features {
  margin-top: -80px;
  margin-bottom: var(--desktop-spacing);
}

.feature-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-block {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.feature-number {
  background-color: #fff;
  border-radius: 50px;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 150%;
}

.feature-title {
  margin-bottom: 6px;
  font-weight: 500;
}

.feature-text {
  margin-bottom: 0;
}

.feature-data {
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.feature-data.small {
  width: 100%;
  max-width: 50%;
}

.feature-image {
  width: 100%;
  min-width: 100%;
}

.feature-img {
  background-color: var(--bg);
  border: 1px solid rgba(0, 0, 0, .1);
  border-bottom-width: 0;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.powerful-features {
  margin-bottom: var(--desktop-spacing);
}

.feature-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-box {
  grid-row-gap: 30px;
  background-color: var(--bg);
  text-align: center;
  border-radius: 6px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.feature-icon {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.pf-text {
  margin-bottom: 0;
}

.workflow {
  margin-bottom: var(--desktop-spacing);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 40px;
}

.workflow-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.workflow-tab {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 150%;
}

.workflow-tab.w--current {
  background-color: var(--primary);
  color: #fff;
}

.tabs-menu {
  grid-column-gap: 10px;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 5px;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.workflow-wrap {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-title {
  color: var(--primary);
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
}

._wf-block-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

._wf-icon {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 52px;
  max-width: 52px;
  min-height: 52px;
  max-height: 52px;
  display: flex;
}

._wf-block {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.qt-text {
  margin-bottom: 0;
}

.quick-task {
  grid-row-gap: 12px;
  flex-flow: column;
  padding-top: 30px;
  display: flex;
}

.saas-checklist {
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sc-item {
  background-image: url('../images/ic-check_1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 26px;
  list-style-type: none;
}

.ig-section {
  margin-bottom: var(--desktop-spacing);
}

.ig-wrapper {
  grid-column-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.ig-cente-block {
  background-color: var(--bg);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ig-block-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ig-block-wrap.right {
  justify-content: space-between;
  align-items: flex-end;
}

.ig-box {
  background-color: var(--bg);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 135px;
  max-width: 135px;
  min-height: 135px;
  max-height: 135px;
  display: flex;
}

.ig-app-icon {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
}

.cs-category {
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 150%;
  position: absolute;
  top: 20px;
  right: 20px;
}

.pricing-section {
  background-color: var(--bg);
  margin-top: -120px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.states {
  margin-top: -64px;
  margin-bottom: var(--desktop-spacing);
}

.states-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.states-text {
  color: #000;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.hero {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.hero-wrap {
  grid-row-gap: 70px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 90px;
  display: flex;
}

.hero-data {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-sub-title {
  grid-column-gap: 6px;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 100%;
  display: flex;
}

.hero-title {
  margin-bottom: 16px;
  font-size: 64px;
  font-weight: 600;
  line-height: 120%;
}

.hero-text {
  width: 100%;
  max-width: 54%;
  margin-bottom: 0;
  font-size: 22px;
}

.hero-btns {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.hero-bg {
  z-index: -1;
  filter: blur(120px);
  background-color: #f0d2b7;
  border-radius: 200px;
  width: 990px;
  height: 380px;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.hero-img {
  position: relative;
}

.hero-linear {
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 40%, #fff);
  width: 100%;
  height: 170px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.dashboard-wrap {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 6px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.dashboard {
  width: 100%;
}

.management {
  margin-bottom: var(--desktop-spacing);
  overflow: hidden;
}

.trusted-data {
  max-width: none;
  margin-top: 40px;
  position: relative;
}

.linear {
  z-index: 1;
  background-image: linear-gradient(90deg, #fff, #fff 25%, rgba(255, 255, 255, 0));
  width: 222px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.linear.right {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 75%, #fff);
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.trust-wrap {
  grid-column-gap: 80px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.trusted-logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  width: 72px;
  min-width: auto;
  max-width: 140px;
  height: auto;
  display: inline-flex;
}

.login-fields {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form-field {
  overflow: visible;
}

.login-form {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form {
  grid-column-gap: 0px;
  text-align: center;
}

.error-state {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
}

.login-btn {
  text-align: center;
  margin-top: 30px;
}

.checkbox-label {
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.sign-up-verification {
  text-align: center;
}

.agreement {
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  margin-top: 30px;
  display: flex;
}

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

.checkbox {
  border-color: #000;
  border-radius: 0;
  min-width: 12px;
  min-height: 12px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.access-denied-wrap {
  text-align: center;
  padding-top: 100px;
  padding-left: 25px;
  padding-right: 25px;
}

.user-account {
  background-color: rgba(0, 0, 0, 0);
  min-height: auto;
  padding: 0;
}

.cart-title {
  margin-bottom: 0;
}

.user-btns {
  margin-top: 20px;
  display: flex;
}

.default-input:focus, .default-input.-wfp-focus {
  border: 1px solid #ddd;
}

.checkout-form, .order-confirmation {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.on-scroll {
  background-color: var(--bg);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.purchase-badge {
  z-index: 999;
  grid-column-gap: 6px;
  color: #000;
  background-color: #fff;
  border-radius: 2px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .1), 0 0 0 1px rgba(0, 0, 0, .1);
}

.cookie-banner {
  z-index: 999;
  grid-column-gap: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  display: flex;
  position: fixed;
  bottom: 24px;
  left: 24px;
}

.cookie-data {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 250px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.cookie-link {
  color: var(--primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.cookie-link:hover {
  text-decoration: underline;
}

.cookie-btn {
  color: #000;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

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

.app-name-image {
  width: 50px;
  max-width: 0%;
  height: 50px;
  display: block;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
}

.image {
  vertical-align: baseline;
  border-radius: 16px;
  width: 72px;
  position: static;
}

.container-3 {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  font-size: 18px;
  font-weight: 600;
}

.div-block {
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-block-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
}

.image-2 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 18px;
  width: 72px;
  min-width: 72px;
  position: static;
}

.app-logo-container {
  flex-flow: column;
  align-items: center;
  margin: 20px auto;
  display: flex;
}

.div-block-2 {
  height: 8px;
}

.slider {
  clear: none;
  flex-flow: row;
  align-items: stretch;
  margin-top: -160px;
  display: block;
  position: static;
  overflow: hidden;
}

.div-block-3 {
  z-index: 1;
  background-image: linear-gradient(#fff, #fff 0%);
  width: 200px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.trusted-wrap-new {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-left: auto;
  margin-right: auto;
}

.liner-new {
  z-index: 1;
  width: 222px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.section {
  height: 80px;
}

.container-4 {
  display: block;
}

.logo-container-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: static;
}

.container-5 {
  justify-content: space-around;
  min-width: 100%;
  max-width: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.courusel-countiner {
  width: auto;
  min-width: 0;
  max-width: 100%;
  display: flex;
  overflow: visible;
}

.compare-pricing-text {
  color: var(--color-text);
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 24px;
  font-weight: 500;
  text-decoration: line-through;
}

.tag-sale {
  border-top-left-radius: var(--tag);
  border-top-right-radius: var(--tag);
  border-bottom-left-radius: var(--tag);
  border-bottom-right-radius: var(--tag);
  color: #d183ad;
  -webkit-text-fill-color: inherit;
  background-color: rgba(209, 131, 173, .15);
  background-clip: border-box;
  width: 52px;
  height: 34px;
  padding: 4px 16px 6px 12px;
  font-size: 16px;
  font-weight: 500;
}

.div-block-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 44px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 26px;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
  }

  .nav-menu-wrap {
    position: static;
    transform: none;
  }

  .nav-btn-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .nav-btn-wrap.mobile {
    flex-flow: column;
    margin-top: 12px;
    display: flex;
  }

  .bav-btn.desktop {
    display: none;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    margin-left: 0;
    padding: 0;
  }

  .top-line, .middle-line, .bottom-line {
    width: 26px;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--tablet-spacing);
  }

  .font-inner {
    grid-column-gap: 80px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .sg-titles {
    margin-bottom: var(--tablet-spacing);
  }

  .title-top, .table-row {
    grid-column-gap: 20px;
  }

  .sg-sections {
    margin-bottom: var(--tablet-spacing);
  }

  .rich-text {
    max-width: 100%;
  }

  .footer-wrap {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin-bottom: 50px;
  }

  .footer-block {
    padding-left: 12px;
    padding-right: 6px;
  }

  .footer-block.last {
    grid-column-gap: 40px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .newsletter-text {
    max-width: 50%;
  }

  .newsletter-form {
    max-width: 310px;
  }

  .ftr-bottom {
    grid-column-gap: 40px;
    flex-flow: wrap;
  }

  .link-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .link-title {
    padding-bottom: 0;
  }

  .info-block {
    flex-flow: column wrap;
  }

  .disclaimer {
    margin-bottom: 40px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .contact-img, .contact-form {
    max-width: 100%;
  }

  .contact-info {
    margin-bottom: var(--tablet-spacing);
  }

  .contact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

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

  .faq-data {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta-text {
    max-width: 70%;
  }

  .review-list {
    grid-template-columns: 1fr 1fr;
  }

  .review-block {
    grid-row-gap: 40px;
    padding: 30px;
  }

  .review-data {
    grid-row-gap: 30px;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-img {
    max-width: 100%;
  }

  .faq-list {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faq, .blogs {
    margin-bottom: var(--tablet-spacing);
  }

  .post-list {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .post-image {
    min-height: 250px;
    max-height: 250px;
  }

  .divider {
    width: 20px;
  }

  .post-title {
    font-size: 16px;
  }

  .sub-text {
    max-width: 80%;
  }

  .fp-link {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fp-img {
    max-width: 100%;
  }

  .fp-data {
    grid-row-gap: 20px;
    max-width: 100%;
  }

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

  .fp-image {
    min-height: 480px;
    max-height: 480px;
  }

  .blog-title-wrap {
    max-width: 100%;
  }

  .post-main-title {
    font-size: 38px;
  }

  .page-main {
    margin-bottom: var(--tablet-spacing);
  }

  .post-main-img {
    margin-bottom: 50px;
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-details {
    max-width: 100%;
  }

  .case-studies {
    margin-bottom: var(--tablet-spacing);
  }

  .cs-list {
    grid-template-columns: 1fr 1fr;
  }

  .cs-image {
    min-height: 250px;
    max-height: 250px;
  }

  .cs-main-title {
    max-width: 100%;
    font-size: 40px;
  }

  .cs-main {
    margin-bottom: var(--tablet-spacing);
  }

  .cs-main-img {
    margin-bottom: 50px;
  }

  .cs-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .cs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .cs-details {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .cs-sidebar {
    max-width: 50%;
  }

  .result-wrap {
    grid-column-gap: 20px;
  }

  .result-text {
    font-size: 44px;
  }

  .testimonials {
    margin-bottom: var(--tablet-spacing);
  }

  .review-left-arrow {
    left: -6%;
  }

  .review-mask {
    max-width: 600px;
  }

  .testimonial-image {
    min-height: 350px;
    max-height: 360px;
  }

  .review-slide {
    max-width: 600px;
    margin-right: 30px;
  }

  .review-wrap {
    grid-column-gap: 15px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 150%;
  }

  .review-right-arrow {
    right: -6%;
  }

  .career {
    margin-bottom: var(--tablet-spacing);
  }

  .career-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .career-left {
    max-width: 100%;
    display: none;
  }

  .career-right {
    flex-flow: column-reverse wrap;
    max-width: 100%;
  }

  .about-career {
    margin-bottom: var(--tablet-spacing);
  }

  .ac-wrap {
    flex-flow: column-reverse wrap;
  }

  .ac-right {
    max-width: 100%;
  }

  .ac-left {
    max-width: 100%;
    padding: 40px;
  }

  .innovation {
    margin-bottom: var(--tablet-spacing);
  }

  .innovation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-img, .section-data {
    max-width: 100%;
  }

  .innovation-list {
    width: 100%;
    max-width: 80%;
  }

  .jobs-openings {
    margin-bottom: var(--tablet-spacing);
  }

  .jobs-wrap {
    max-width: 100%;
  }

  .benefit-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .benefit-block {
    padding-left: 38px;
    padding-right: 38px;
  }

  .job-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .job-details {
    max-width: 100%;
  }

  .job-sidebar {
    max-width: 60%;
  }

  .pricing {
    margin-bottom: var(--tablet-spacing);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .price-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .price-block {
    padding: 30px;
  }

  .price {
    font-size: 30px;
  }

  .price-features ul {
    grid-row-gap: 15px;
  }

  .premium-features {
    font-size: 14px;
    line-height: 150%;
  }

  .premium-features ul {
    grid-row-gap: 15px;
  }

  .price-plan {
    margin-bottom: var(--tablet-spacing);
  }

  .plan-data, .plan-block {
    grid-column-gap: 40px;
  }

  .plan-title {
    font-size: 18px;
  }

  .plan-left {
    max-width: 30%;
  }

  .plan-price {
    font-size: 14px;
    line-height: 150%;
  }

  .plan-right {
    grid-column-gap: 10px;
    max-width: 70%;
  }

  .plan-check-icon {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .price-data-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .price-details {
    max-width: 100%;
  }

  .cart-data {
    max-width: 40%;
    position: static;
  }

  .integrations {
    margin-bottom: var(--tablet-spacing);
  }

  .ig-list {
    grid-template-columns: 1fr 1fr;
  }

  .ig-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .ig-details {
    max-width: 100%;
  }

  .ig-sidebar {
    max-width: 60%;
  }

  .ig-main, .about {
    margin-bottom: var(--tablet-spacing);
  }

  .about-left {
    max-width: 65%;
  }

  .about-right {
    max-width: 35%;
  }

  .about-fact-text {
    font-size: 40px;
  }

  .our-mission {
    margin-bottom: var(--tablet-spacing);
  }

  .mission-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .facts {
    margin-bottom: var(--tablet-spacing);
  }

  .fact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .fact-left, .fact-right {
    max-width: 100%;
  }

  .team {
    margin-bottom: var(--tablet-spacing);
  }

  .team-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .team-image {
    min-height: 270px;
    max-height: 270px;
  }

  .features {
    margin-bottom: var(--tablet-spacing);
  }

  .feature-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .feature-block {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .feature-title {
    font-size: 20px;
  }

  .feature-text {
    font-size: 14px;
    line-height: 150%;
  }

  .feature-data.small {
    max-width: 100%;
  }

  .powerful-features {
    margin-bottom: var(--tablet-spacing);
  }

  .feature-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .feature-box {
    padding: 40px 30px;
  }

  .feature-icon {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .workflow {
    margin-bottom: var(--tablet-spacing);
  }

  .workflow-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
  }

  .ig-section {
    margin-bottom: var(--tablet-spacing);
  }

  .ig-wrapper {
    grid-column-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .ig-cente-block {
    display: none;
  }

  .ig-block-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    justify-items: center;
    display: grid;
  }

  .ig-box {
    width: 100%;
    min-width: auto;
    max-width: none;
    min-height: 120px;
    max-height: 120px;
  }

  .ig-app-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

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

  .states {
    margin-bottom: var(--tablet-spacing);
  }

  .states-wrap {
    grid-column-gap: 25px;
  }

  .states-block {
    font-size: 14px;
    line-height: 150%;
  }

  .states-text {
    font-size: 40px;
  }

  .hero-wrap {
    grid-row-gap: 40px;
    padding-top: 70px;
  }

  .hero-text {
    max-width: 90%;
  }

  .hero-btns {
    margin-top: 30px;
  }

  .hero-image {
    width: 100%;
    min-width: 860px;
  }

  .hero-linear {
    height: 100px;
  }

  .dashboard-wrap {
    max-width: 85%;
  }

  .management {
    margin-bottom: var(--tablet-spacing);
  }

  .trusted-data {
    max-width: none;
  }

  .linear {
    width: 100px;
  }

  .cookie-data {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 30px;
  }

  h4 {
    font-size: 22px;
  }

  ul, ol {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 25px;
  }

  blockquote {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .page-title {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .font-inner {
    flex-wrap: wrap;
  }

  .font-block {
    font-size: 16px;
  }

  .text-heading, .body-font {
    font-size: 60px;
  }

  .sg-titles {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .font-title {
    font-size: 16px;
  }

  .table-text {
    font-size: 14px;
  }

  .sg-sections {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .color-main {
    width: 80px;
    height: 80px;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 25px;
    border-top-width: 0;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-block {
    border-right-width: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .newsletter {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .newsletter-text {
    text-align: center;
    max-width: 100%;
  }

  .info-block {
    grid-row-gap: 50px;
  }

  .license-field {
    font-size: 16px;
  }

  .info-inner {
    padding-bottom: 40px;
  }

  .version-info {
    grid-column-gap: 15px;
    grid-template-columns: 60px 1fr;
  }

  .version-block {
    width: 60px;
    height: 60px;
  }

  .version-name {
    font-size: 14px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .coming-soon-title {
    font-size: 56px;
  }

  .field-wrap {
    grid-row-gap: 50px;
  }

  .contact-info {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

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

  .faq-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .que {
    grid-column-gap: 10px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .que-text {
    font-size: 16px;
    line-height: 170%;
  }

  .ans-box {
    padding-left: 34px;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-title {
    margin-bottom: 5px;
  }

  .cta-text {
    max-width: 100%;
  }

  .review-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .review-block {
    grid-row-gap: 30px;
  }

  .review-data {
    grid-row-gap: 22px;
  }

  .faq-wrap {
    grid-row-gap: 30px;
  }

  .faq, .blogs {
    margin-bottom: var(--landscape-mobile-spacing);
  }

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

  .post-image {
    min-height: 180px;
    max-height: 180px;
  }

  .post-title {
    max-height: 3em;
    overflow: hidden;
  }

  .sub-text {
    max-width: 100%;
    display: none;
  }

  .fp-data {
    grid-row-gap: 20px;
  }

  .fp-title {
    font-size: 24px;
  }

  .fp-image {
    min-height: 380px;
    max-height: 380px;
  }

  .post-title-wrap {
    grid-row-gap: 20px;
  }

  .post-main-title {
    margin-bottom: 0;
    font-size: 30px;
  }

  .blog-text {
    display: none;
  }

  .page-main {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .post-main-img {
    margin-bottom: 40px;
  }

  .post-main-image {
    min-height: 320px;
    max-height: 320px;
  }

  .case-studies {
    margin-bottom: var(--landscape-mobile-spacing);
  }

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

  .cs-image {
    min-height: 190px;
    max-height: 190px;
  }

  .cs-title {
    font-size: 16px;
  }

  .cs-date {
    font-size: 12px;
  }

  .cs-main-title {
    font-size: 32px;
  }

  .cs-main {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .cs-main-img {
    margin-bottom: 40px;
  }

  .cs-main-image {
    min-height: 320px;
    max-height: 320px;
  }

  .cs-details {
    grid-row-gap: 30px;
  }

  .cs-sidebar {
    max-width: 100%;
    padding: 30px;
  }

  .result-block {
    grid-row-gap: 60px;
  }

  .result-text {
    font-size: 36px;
  }

  .testimonials {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .review-left-arrow {
    left: -8%;
  }

  .review-mask, .review-slide {
    max-width: 100%;
  }

  .review-right-arrow {
    right: -8%;
  }

  .career {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .career-wrap {
    grid-row-gap: 30px;
  }

  .career-images {
    grid-column-gap: 20px;
  }

  .about-career {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .ac-title {
    font-size: 18px;
  }

  .ac-title-wrap {
    margin-bottom: 5px;
  }

  .ac-left {
    padding-left: 30px;
    padding-right: 30px;
  }

  .innovation {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .innovation-list {
    grid-column-gap: 40px;
    max-width: 100%;
  }

  .jobs-openings {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .job-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .benefit-block {
    padding: 25px;
    font-size: 14px;
    line-height: 150%;
  }

  .benefit-title {
    font-size: 18px;
  }

  .job-sidebar {
    max-width: 100%;
  }

  .pricing {
    margin-bottom: var(--landscape-mobile-spacing);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .price-list {
    grid-template-columns: 1fr;
  }

  .price-plan {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .plan-block.monthly {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-wrap {
    padding-top: 10px;
    overflow: scroll;
  }

  .plan-left {
    min-width: 45%;
    max-width: 50%;
    font-size: 14px;
  }

  .plan-right {
    min-width: 420px;
    max-width: 420px;
  }

  .gradient {
    background-image: linear-gradient(270deg, #fff, rgba(255, 255, 255, 0));
    width: 100%;
    max-width: 22%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .gradient.mobile {
    display: block;
  }

  .cart-data {
    max-width: 50%;
  }

  .cart-price {
    font-size: 34px;
  }

  .integrations {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .ig-list {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .ig-title {
    margin-bottom: 2px;
  }

  .ig-sidebar {
    max-width: 100%;
  }

  .ig-main, .about {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .about-left {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .about-right {
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
    max-width: 100%;
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .our-mission {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .mission-wrap {
    grid-row-gap: 30px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .fact-left.none {
    display: none;
  }

  .fact-inner-data {
    top: 40px;
    bottom: 40px;
    left: 80px;
    right: 80px;
  }

  .fact-img {
    display: none;
  }

  .fact-image {
    min-height: 260px;
    max-height: 260px;
  }

  .fact-block {
    max-width: 100%;
    padding: 40px;
  }

  .fact-text {
    margin-bottom: 10px;
    font-size: 40px;
  }

  .team {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .team-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 300px;
    max-height: 300px;
  }

  .features {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .feature-wrap {
    grid-template-columns: 1fr;
  }

  .feature-block {
    grid-row-gap: 30px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .powerful-features {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .feature-wrapper {
    grid-template-columns: 1fr;
  }

  .workflow {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .workflow-title {
    font-size: 22px;
  }

  ._wf-block-wrap {
    grid-column-gap: 30px;
  }

  ._wf-icon {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .quick-task {
    padding-top: 20px;
  }

  .saas-checklist {
    margin-top: 20px;
  }

  .ig-section {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .ig-wrapper {
    grid-template-columns: 1fr;
  }

  .ig-block-wrap.right {
    display: none;
  }

  .ig-box {
    min-height: 130px;
    max-height: 130px;
  }

  .pricing-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .states {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .states-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .states-text {
    margin-bottom: 10px;
    font-size: 36px;
  }

  .hero-wrap {
    padding-top: 60px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-text {
    max-width: 100%;
  }

  .hero-image {
    min-width: 700px;
  }

  .hero-linear {
    height: 70px;
  }

  .management {
    margin-bottom: var(--landscape-mobile-spacing);
  }

  .linear {
    width: 80px;
  }

  .login-form {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-banner {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    margin-bottom: 64px;
  }

  .header {
    padding-top: 0;
  }

  .navbar {
    height: 72px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .page-data, .sg-fonts {
    margin-bottom: var(--tag);
  }

  .font-inner {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .font-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-heading, .body-font {
    font-size: 70px;
  }

  .sg-titles {
    margin-bottom: var(--tag);
  }

  .title-top {
    display: none;
  }

  .table-row {
    grid-column-gap: 0px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .sg-sections {
    margin-bottom: var(--tag);
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .color-box {
    grid-row-gap: 5px;
  }

  .button-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .button-wrap.center {
    grid-column-gap: 15px;
  }

  .button-wrap.mobile {
    margin-top: 25px;
  }

  .primary-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-wrap {
    grid-column-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-block.last {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ftr-bottom {
    grid-row-gap: 12px;
    text-align: center;
    flex-flow: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-text {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    flex-flow: column;
  }

  .dot {
    display: none;
  }

  .link-wrap {
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .link-title {
    padding-bottom: 12px;
  }

  .info-block {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .license-field {
    margin-bottom: 0;
  }

  .disclaimer {
    font-size: 14px;
  }

  .version-info {
    align-items: start;
  }

  .changelog-text {
    font-size: 14px;
  }

  .utility-page-content {
    padding: 25px;
  }

  .pass-field {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  .coming-soon-title {
    margin-bottom: 10px;
    font-size: 42px;
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .field-wrap {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .form-btn {
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-info {
    margin-bottom: var(--tag);
  }

  .contact-block {
    grid-column-gap: 14px;
    flex-flow: row;
    padding: 15px;
  }

  .contact-icon {
    width: 40px;
    height: 40px;
  }

  .contact-inner {
    grid-column-gap: 8px;
  }

  .contact-links {
    grid-row-gap: 6px;
    font-size: 12px;
  }

  .que {
    grid-column-gap: 15px;
  }

  .faq-info {
    padding: 15px 10px;
  }

  .faq-title {
    font-size: 24px;
  }

  .cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cta-title {
    font-size: 22px;
  }

  .cta-text {
    font-size: 14px;
    line-height: 150%;
  }

  .outline-btn {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-block {
    padding: 25px;
  }

  .faq-wrap {
    grid-row-gap: 25px;
  }

  .faq, .blogs {
    margin-bottom: var(--tag);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-image {
    min-height: 240px;
    max-height: 240px;
  }

  .featured-post {
    margin-bottom: 40px;
  }

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

  .fp-data {
    grid-row-gap: 10px;
  }

  .fp-title {
    font-size: 16px;
  }

  .fp-text {
    display: none;
  }

  .fp-image {
    min-height: 240px;
    max-height: 240px;
  }

  .post-link-wrap {
    display: none;
  }

  .post-title-wrap {
    grid-row-gap: 10px;
  }

  .blog-title-wrap {
    text-align: center;
  }

  .post-main-title {
    font-size: 26px;
  }

  .blog-info {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .page-main {
    margin-bottom: var(--tag);
  }

  .post-main-img {
    margin-bottom: 30px;
  }

  .post-main-image {
    min-height: 220px;
    max-height: 220px;
  }

  .case-studies {
    margin-bottom: var(--tag);
  }

  .cs-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .cs-image {
    min-height: 240px;
    max-height: 240px;
  }

  .cs-main-title {
    font-size: 26px;
  }

  .cs-main {
    margin-bottom: var(--tag);
  }

  .cs-main-image {
    min-height: 220px;
    max-height: 220px;
  }

  .cs-sidebar {
    padding: 25px;
  }

  .result-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

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

  .testimonials {
    margin-bottom: var(--tag);
  }

  .title-icon {
    padding: 4px 12px;
  }

  .review-left-arrow {
    width: 30px;
    height: 30px;
    bottom: -50px;
    left: -12%;
  }

  .review-left {
    max-width: 100%;
  }

  .review-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .review-right-arrow {
    width: 30px;
    height: 30px;
    bottom: -50px;
    right: -12%;
  }

  .testimonial-data {
    max-width: 100%;
  }

  .career {
    margin-bottom: var(--tag);
  }

  .career-wrap {
    grid-row-gap: 25px;
  }

  .career-title {
    font-size: 22px;
  }

  .about-career {
    margin-bottom: var(--tag);
  }

  .ac-data {
    grid-row-gap: 30px;
  }

  .ac-title {
    font-size: 16px;
  }

  .ac-text {
    padding-left: 0;
    font-size: 14px;
    line-height: 150%;
  }

  .ac-left {
    padding: 20px;
  }

  .innovation {
    margin-bottom: var(--tag);
  }

  .innovation-data {
    padding-top: 20px;
  }

  .innovation-text {
    padding-bottom: 20px;
  }

  .innovation-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .jobs-openings {
    margin-bottom: var(--tag);
  }

  .job-link {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .job-title {
    margin-bottom: 6px;
  }

  .benefit-wrap {
    grid-template-columns: 1fr;
  }

  .benefit-block {
    grid-row-gap: 15px;
  }

  .benefit-title {
    margin-bottom: 5px;
  }

  .job-sidebar {
    padding: 30px;
  }

  .job-inner {
    margin-bottom: 30px;
  }

  .pricing {
    margin-bottom: var(--tag);
  }

  .price-block {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .price-info, .price-features {
    font-size: 14px;
    line-height: 150%;
  }

  .price-features ul, .premium-features ul {
    grid-row-gap: 12px;
  }

  .price-plan {
    margin-bottom: var(--tag);
  }

  .plan-data, .plan-block, .plan-block.monthly {
    grid-column-gap: 20px;
  }

  .plan-title {
    font-size: 16px;
  }

  .plan-head {
    text-align: center;
    font-size: 12px;
  }

  .plan-left {
    min-width: 40%;
    max-width: 40%;
  }

  .gradient {
    background-image: linear-gradient(270deg, #fff 38%, rgba(255, 255, 255, 0));
  }

  .cart-data {
    max-width: 100%;
  }

  .cart-price {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .integrations {
    margin-bottom: var(--tag);
  }

  .ig-link {
    grid-row-gap: 25px;
    padding: 25px;
  }

  .ig-icon {
    min-width: 45px;
    max-width: 45px;
    min-height: 45px;
    max-height: 45px;
  }

  .ig-sidebar {
    padding: 30px;
  }

  .ig-data-title {
    margin-bottom: 16px;
  }

  .ig-main, .about {
    margin-bottom: var(--tag);
  }

  .about-wrap {
    grid-row-gap: 30px;
  }

  .about-fact-text {
    font-size: 34px;
  }

  .our-mission {
    margin-bottom: var(--tag);
  }

  .mission-wrap {
    grid-row-gap: 25px;
  }

  .mission-title {
    margin-bottom: 10px;
  }

  .mission-info {
    padding-top: 20px;
  }

  .facts {
    margin-bottom: var(--tag);
  }

  .fact-wrap {
    grid-row-gap: 15px;
  }

  .fact-right {
    flex-flow: column;
  }

  .fact-inner-data {
    grid-row-gap: 10px;
    top: 40px;
    bottom: 40px;
    left: 25px;
    right: 25px;
  }

  .fact-title {
    font-size: 16px;
  }

  .fact-inner-text {
    font-size: 14px;
    line-height: 150%;
  }

  .fact-img {
    max-width: 100%;
    display: none;
  }

  .fact-block {
    max-width: 100%;
    padding: 35px;
  }

  .fact-text {
    font-size: 34px;
  }

  .fact {
    grid-row-gap: 15px;
  }

  .team {
    margin-bottom: var(--tag);
  }

  .team-wrap {
    grid-row-gap: 30px;
  }

  .team-image {
    min-height: 180px;
    max-height: 220px;
  }

  .team-data {
    margin-top: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .member-name {
    font-size: 16px;
  }

  .features {
    margin-top: 0;
    margin-bottom: var(--tag);
  }

  .feature-block {
    grid-row-gap: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .feature-data {
    grid-row-gap: 8px;
  }

  .powerful-features {
    margin-bottom: var(--tag);
  }

  .feature-box {
    grid-row-gap: 20px;
  }

  .feature-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .pf-title {
    margin-bottom: 6px;
  }

  .pf-text {
    font-size: 14px;
    line-height: 150%;
  }

  .workflow {
    margin-bottom: var(--tag);
  }

  .workflow-tab {
    padding: 8px 18px;
    font-size: 12px;
  }

  .workflow-title {
    font-size: 20px;
  }

  ._wf-block-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    padding-top: 20px;
  }

  .ig-section {
    margin-bottom: var(--tag);
  }

  .ig-block-wrap.right {
    align-items: start;
    justify-items: center;
  }

  .ig-box {
    min-height: 110px;
    max-height: 110px;
  }

  .pricing-section {
    margin-top: 64px;
  }

  .states {
    margin-top: 0;
    margin-bottom: var(--tag);
  }

  .states-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: start;
    justify-items: stretch;
  }

  .states-text {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .hero-wrap {
    grid-row-gap: 30px;
  }

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

  .hero-btns {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .hero-image {
    min-width: 520px;
  }

  .dashboard-wrap {
    max-width: 100%;
  }

  .management {
    margin-bottom: var(--tag);
  }

  .linear {
    width: 60px;
  }

  .trust-wrap {
    grid-column-gap: 50px;
  }

  .trusted-logo {
    min-width: 120px;
    max-width: 120px;
  }

  .form-field {
    width: 100%;
  }

  .checkbox-label {
    padding-left: 10px;
    font-size: 12px;
  }

  .purchase-badge {
    bottom: 16px;
    right: 16px;
  }

  .cookie-banner {
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .cookie-data {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    font-size: 12px;
  }

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

  .image-2 {
    border-radius: 12px;
    width: 56px;
    min-width: 56px;
  }

  .logo-container-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .courusel-countiner {
    max-width: 100%;
  }
}

#w-node-_82303d20-20cd-a9bd-9555-14fb9f52a719-9cf3d2c2, #w-node-_82303d20-20cd-a9bd-9555-14fb9f52a72e-9cf3d2c2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2e6cb7cd-ded4-514b-84ef-143cef96ab57-9cf3d2c6, #w-node-_2e6cb7cd-ded4-514b-84ef-143cef96ab5c-9cf3d2c6, #w-node-a052f591-763f-3d1d-d344-c95e28c4d2c1-9cf3d2c6, #w-node-a052f591-763f-3d1d-d344-c95e28c4d2c3-9cf3d2c6, #w-node-a052f591-763f-3d1d-d344-c95e28c4d2c6-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe90f-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe914-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe917-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe91b-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe920-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe923-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe927-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe92c-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe92f-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe933-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe938-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe93b-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe93f-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe944-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe947-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe94b-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe950-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe953-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe957-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe95c-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe95f-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe963-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe968-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe96b-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe96f-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe974-9cf3d2c6, #w-node-_8d7faa8d-1187-618e-7700-728ff0efe977-9cf3d2c6, #w-node-c4744730-32d8-ca29-c033-414e8eeed2ac-9cf3d2c7, #w-node-c4744730-32d8-ca29-c033-414e8eeed2b5-9cf3d2c7, #w-node-_0f0fc446-3c96-2d07-86d9-88e874897021-9cf3d2c8, #w-node-_0f0fc446-3c96-2d07-86d9-88e874897024-9cf3d2c8, #w-node-_0f0fc446-3c96-2d07-86d9-88e874897025-9cf3d2c8, #w-node-_0f0fc446-3c96-2d07-86d9-88e874897027-9cf3d2c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#name.w-node-_9a3790d8-7ff4-08a5-145f-e694ae19d42f-9cf3d2f1, #message.w-node-_9a3790d8-7ff4-08a5-145f-e694ae19d432-9cf3d2f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_56d55b32-05cd-f902-765f-f84ec091aab0-9cf3d2fc, #w-node-_56d55b32-05cd-f902-765f-f84ec091aac5-9cf3d2fc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_74849924-8fd7-5fd7-d0c5-21feff9297b5-9cf3d300 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_2d7dcf6a-a62b-bd29-8d56-f28b8a83b780-8a83b748 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2d7dcf6a-a62b-bd29-8d56-f28b8a83b74b-8a83b748 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2d7dcf6a-a62b-bd29-8d56-f28b8a83b780-8a83b748 {
    grid-column: span 4 / span 4;
  }

  #w-node-e2e78f90-7882-4eb4-9a0c-ce1cbe0c8b1f-9cf3d2f8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_74849924-8fd7-5fd7-d0c5-21feff9297b5-9cf3d300 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2d7dcf6a-a62b-bd29-8d56-f28b8a83b74b-8a83b748 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2d7dcf6a-a62b-bd29-8d56-f28b8a83b780-8a83b748 {
    grid-column: span 2 / span 2;
  }

  #name.w-node-_9a3790d8-7ff4-08a5-145f-e694ae19d42f-9cf3d2f1, #message.w-node-_9a3790d8-7ff4-08a5-145f-e694ae19d432-9cf3d2f1 {
    grid-column: span 1 / span 1;
  }
}


