:root {
  --black: #0b141f;
  --midnight-blue-3: #131564;
  --royal-blue: #2563eb;
  --dark-slate-grey-2: #002e24;
  --blue: #1a1d97;
  --white: white;
  --mint-cream: #f0f9f5;
  --gainsboro: #e5e5e5;
  --dark-slate-grey: #1d4a35;
  --medium-aquamarine: #9addb2;
  --medium-aquamarine-2: #34d399;
  --light-sea-green: #2cab8d;
  --slate-grey: #26252b;
  --midnight-blue: #0b0d51;
  --midnight-blue-2: #180a37;
  --light-steel-blue: #c5d2ee;
  --ivory: #fffae7;
  --gainsboro-2: #e1e1e1;
  --gainsboro-3: #e1e1e1;
  --light-grey: #ced9d8;
  --mint-cream-3: #f0f9f5;
  --dark-slate-grey-3: rgba(0, 46, 36, .2);
  --dark-slate-grey-4: #4f615f;
  --light-blue: #f8f7fa;
  --body-text: #707680;
  --dark-slate-grey-5: #283338;
  --mint-cream-2: #f0f9f5;
  --indian-red: #f1416c;
  --gold: #ffc542;
  --header-text: #203656;
  --brown: #faf9f7;
}

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

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

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

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

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

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

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

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

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

.w-commerce-commercecartopenlink {
  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-commercecartopenlinkicon {
  margin-right: 8px;
}

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

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

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

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

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

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0;
  right: auto;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  -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-commercecartquantity::placeholder {
  color: #999;
}

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

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

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

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

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

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-commerce-commerceorderconfirmationcontainer {
  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-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 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-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

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

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

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

body {
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 101%;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 112%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 137%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 136%;
}

h6 {
  color: var(--midnight-blue-3);
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

p {
  color: var(--black);
  letter-spacing: .3px;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

a {
  color: var(--royal-blue);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

blockquote {
  border-left: 8px solid var(--royal-blue);
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

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

.flex-horizontal {
  display: flex;
}

.flex-horizontal.center-apart {
  justify-content: space-between;
  align-items: center;
}

.flex-horizontal.center-apart.style-guide-colour {
  margin-bottom: 20px;
}

.style-guide-content-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-titles {
  color: var(--dark-slate-grey-2);
  margin-bottom: 20px;
}

.text-block-16px {
  letter-spacing: normal;
  margin-bottom: 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  line-height: 162%;
}

.paragraph-18px-white {
  color: #fff;
  font-size: 18px;
}

.h6-heading-white {
  color: #fff;
}

.style-guide-main {
  background-color: #f2f6ff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.h5-heading-white {
  color: #fff;
}

.style-guide-links {
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: -1px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 15px 30px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.style-guide-link {
  justify-content: center;
  width: 100%;
  margin-right: 20px;
  display: flex;
}

.h3-heading-white {
  color: #fff;
}

.style-guide-sub-containers {
  margin-bottom: 50px;
  position: relative;
}

.paragraph-18px {
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.style-guide-content {
  border: 2px solid #000;
  border-radius: 5px;
  width: 100%;
  margin-top: 50px;
  padding: 40px 40px 100px;
}

.style-guide-note {
  color: #ff0707;
  letter-spacing: .5px;
  background-color: #ffe8e8;
  border-radius: 10px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-link {
  color: var(--blue);
  font-family: Manrope, sans-serif;
  line-height: 162%;
  text-decoration: none;
}

.h2-heading-white, .h4-heading-white, .h1-heading-white {
  color: #fff;
}

.colour-box {
  background-color: #000;
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.colour-box.body-bg {
  background-color: var(--white);
}

.colour-box.body-text-color, .colour-box.heading-color {
  background-color: var(--black);
}

.colour-box.brand-color {
  background-color: #007e60;
}

.colour-box.bg-1 {
  background-color: var(--mint-cream);
}

.colour-box.bg-2 {
  background-color: var(--gainsboro);
}

.colour-box.bg-3 {
  background-color: var(--dark-slate-grey);
}

.colour-box.bg-4 {
  background-color: var(--medium-aquamarine);
}

.page-wrapper {
  background-color: #0b0d51;
  background-image: none;
  background-size: auto;
  font-family: Thicccboi, sans-serif;
  overflow: hidden;
}

.page-wrapper.overflow-hidden {
  overflow: hidden;
}

.page-wrapper.overflow-visible {
  overflow: visible;
}

.page-wrapper.light {
  background-color: var(--white);
}

.main-wrapper {
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
}

.main-wrapper.profiles {
  padding-bottom: 98px;
}

.navigation-link {
  color: rgba(255, 255, 255, .77);
  text-align: left;
  letter-spacing: .2px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 600;
  transition: color .26s;
  display: flex;
  overflow: visible;
}

.navigation-link:hover {
  outline-offset: 0px;
  color: #fff;
  outline: 3px #007e60;
}

.navigation-link.w--current {
  color: var(--white);
  cursor: pointer;
}

.navigation-link.dark {
  color: var(--midnight-blue-3);
  font-size: 15px;
}

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

.navigation-left.mobile-brand {
  display: none;
}

.navigation {
  z-index: 9;
  background-color: rgba(221, 221, 221, 0);
  border-bottom: 1px rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding: 6px 0% 7px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation.navigation-mint-bg {
  background-color: var(--mint-cream);
}

.navigation.white {
  background-color: var(--midnight-blue-3);
  box-shadow: 0 2px 5px rgba(19, 21, 100, .2);
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 170px;
  margin-left: 1px;
  padding-left: 0;
  display: flex;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.navigation-right.mobile {
  display: none;
}

.navigation-right.desktop.right {
  clear: left;
  display: flex;
  position: relative;
  right: 0;
}

.navigation-wrap {
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrap.navigation-mint-bg {
  background-color: var(--mint-cream);
}

.nav-menu {
  clear: none;
  color: #283338;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.primary-button {
  color: #1f3b35;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #00dba8;
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 47px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.primary-button.footer-form-button {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
}

.primary-button.about-2-form-button {
  margin-top: 20px;
}

.primary-button.pricing-button {
  background-color: var(--medium-aquamarine-2);
  width: 100%;
  padding: 20px;
  font-size: 17px;
  font-weight: 500;
}

.primary-button.green {
  transition-duration: .3s;
}

.primary-button.green:hover {
  background-color: var(--black);
}

.primary-button.blue {
  background-color: var(--blue);
  color: #fff;
  font-size: 18px;
}

.primary-button.blue:hover {
  background-color: #0e1080;
}

.primary-button.blue.darkbg:hover {
  background-color: var(--light-sea-green);
}

.secoundary-button {
  background-color: var(--white);
  color: var(--midnight-blue-3);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 64px;
  padding: 20px 40px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .23s;
}

.secoundary-button:hover {
  background-color: var(--white);
  color: var(--midnight-blue-3);
}

.secoundary-button.pricing-button {
  background-color: rgba(255, 255, 255, .96);
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Manrope, sans-serif;
}

.secoundary-button.pricing-button.free-account {
  border: 1px solid var(--medium-aquamarine-2);
  color: var(--medium-aquamarine-2);
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
}

.secoundary-button.pricing-button.pricing-button-secondary {
  border: 1px solid var(--medium-aquamarine-2);
  color: var(--light-sea-green);
  margin-top: 0;
  font-size: 17px;
}

.secoundary-button.sign-button {
  width: 100%;
}

.secoundary-button.middle-price-button {
  background-color: var(--white);
  color: #007e60;
}

.secoundary-button.middle-price-button:hover {
  background-color: var(--gainsboro);
}

.secoundary-button.password-button {
  padding-top: 14px;
  padding-bottom: 14px;
}

.secoundary-button.pricing-button-secondary.pricing-button {
  width: 100%;
}

.nav-button {
  background-color: var(--royal-blue);
  color: var(--mint-cream);
  letter-spacing: .4px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 80px;
  padding: 16px 36px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  transition: background-color .23s;
}

.nav-button:hover {
  background-color: #1f54ca;
}

.wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-1200px.home-hero-wrapper {
  justify-content: space-between;
  width: 98%;
  max-width: 1200px;
  display: flex;
}

.wrapper-1200px.home-hero-wrapper.home-hero-wrapper-vertical {
  flex-direction: column;
  justify-content: space-between;
}

.wrapper-1200px.customer-story-full-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.wrapper-1200px.home-3-hero-wrapper {
  width: 100%;
  max-width: 1440px;
  display: block;
}

.wrapper-1200px.wrapper-full {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}

.wrapper-1200px.contact-map-wrapper {
  width: 100%;
  max-width: 1440px;
}

.wrapper-1200px.plan-wrapper {
  width: 100%;
  max-width: 1270px;
  display: flex;
}

.wrapper-1200px.about-2-side-wrapper {
  margin-left: 0;
}

.wrapper-1200px.cta-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1200px.overview-two {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.home-hero-section {
  -webkit-text-fill-color: inherit;
  background-color: rgba(11, 13, 84, .4);
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  margin-bottom: 0;
  padding-top: 220px;
  padding-bottom: 0;
}

.text-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 90%;
  max-width: 900px;
  padding-bottom: 39px;
  display: block;
  position: static;
}

.text-container.about {
  max-width: 490px;
}

.heading-wrapper {
  width: 100%;
}

.paragraph-wrapper {
  margin-top: 51px;
  margin-bottom: 60px;
  display: block;
}

.image-container {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 47%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container.hero-wrapper-images {
  width: 100%;
  max-width: 100%;
  display: none;
}

.image-container.hero-image-container {
  width: 90%;
  max-width: none;
  height: 460px;
  margin-left: 0;
  padding-left: 0;
  position: relative;
}

.image-cover {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-hero-paragraph {
  color: #c5d2ee;
  max-width: 680px;
  margin: 20px auto 55px;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  font-weight: 300;
}

.home-hero-button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
  position: relative;
}

.home-hero-button-arrow-image {
  position: absolute;
  top: -37%;
  bottom: auto;
  left: auto;
  right: -90%;
  transform: rotate(-40deg);
}

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

.logos-text-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.brand-logo-text {
  color: var(--black);
  letter-spacing: .4px;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
}

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

.brands-logo-grid.pricing-logo-grid {
  margin-bottom: 60px;
}

.brand-logo-container._50 {
  opacity: .5;
}

.brands-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-features-header-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.underlined-span {
  background-image: url('../images/Fill-90.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 3px;
  padding-bottom: 0;
  line-height: 135%;
  display: inline-block;
}

.home-hero-heading {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 57px;
  font-weight: 800;
  line-height: 110%;
}

.about-hero-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
}

.headings-wrapper-about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 725px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-subhead {
  margin-top: 0;
  margin-bottom: 32px;
}

.about-h1 {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 32px;
}

.about-hero-paragraph {
  color: rgba(11, 20, 31, .7);
  text-align: center;
  max-width: 556px;
  line-height: 160%;
}

.main-image-wrapper {
  position: relative;
}

.contain {
  object-fit: contain;
}

.floating-image-1 {
  max-width: 480px;
  position: absolute;
  top: 24px;
  bottom: auto;
  left: 24px;
  right: auto;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .06);
}

.floating-image-2 {
  max-width: 480px;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: auto;
  right: 24px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .06);
}

.about-section-2 {
  background-color: var(--mint-cream);
  margin-top: -260px;
  padding-top: 410px;
}

.stats-bold-text {
  color: var(--black);
  border-left: 2px solid rgba(0, 126, 96, .2);
  margin-top: 0;
  margin-bottom: 16px;
  padding-left: 18px;
  font-weight: 600;
}

.stats-text {
  color: rgba(11, 20, 31, .8);
  letter-spacing: .4px;
  font-size: 18px;
  line-height: 144%;
}

.statisics-grid {
  grid-column-gap: 90px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 90%;
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.who-are-we-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.about-h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
}

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

.about-paragraph {
  color: rgba(11, 20, 31, .8);
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.divider-line {
  background-color: var(--black);
  opacity: .1;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.about-heading-22px {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 127%;
}

.about-text-16px {
  color: rgba(11, 20, 31, .8);
  letter-spacing: .3px;
  font-size: 16px;
  line-height: 140%;
}

.about-image-container {
  width: 45%;
  max-width: 560px;
  position: relative;
}

.about-floating-image {
  max-width: 520px;
  position: absolute;
  top: auto;
  bottom: 60px;
  left: -60px;
  right: auto;
  box-shadow: 0 20px 80px rgba(0, 0, 0, .06);
}

.background-colour-div {
  background-color: var(--mint-cream);
  padding-top: 100px;
  position: relative;
}

.about-us-wrapper {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.about-us-paragraph {
  color: rgba(11, 20, 31, .7);
  text-align: center;
  max-width: 624px;
  line-height: 160%;
}

.about-us-image-wrapper {
  border-radius: 40px;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .16);
}

.image {
  width: 100%;
  height: 100%;
}

.about-floating-1 {
  max-width: 280px;
  position: absolute;
  top: auto;
  bottom: -10%;
  left: -10%;
  right: auto;
  overflow: hidden;
  box-shadow: 0 1px 100px rgba(0, 0, 0, .06);
}

.about-floating-2 {
  max-width: 400px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -10%;
  overflow: hidden;
  box-shadow: 0 20px 100px rgba(0, 0, 0, .06);
}

.green-top-heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  font-weight: 700;
}

.green-top-heading.blog-top-head {
  color: rgba(0, 126, 96, .8);
}

.green-top-heading._90-opacity {
  color: rgba(0, 126, 96, .9);
}

.home-features-tab-wrapper {
  width: 90%;
  max-width: 1200px;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
}

.home-feature-split-section {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 200px;
  display: flex;
}

.home-feature-split-section.home-feature-split-middle {
  justify-content: space-between;
}

.feature-image-wrapper {
  flex: none;
  width: auto;
  max-width: 420px;
  position: relative;
}

.features-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.feature-side-image1-wrapper {
  border-radius: 20px;
  max-width: 230px;
  position: absolute;
  top: -20%;
  bottom: auto;
  left: 20%;
  right: 0%;
  overflow: hidden;
  box-shadow: -14px 14px 40px rgba(0, 0, 0, .1);
}

.feature-side-image1-wrapper.about-tab-image {
  top: -17%;
}

.feature-imagewrapper-2 {
  border-radius: 20px;
  max-width: 200px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: -16%;
  overflow: hidden;
  box-shadow: 7px 7px 50px rgba(0, 0, 0, .1);
}

.feature-image-wrapper-3 {
  border-radius: 20px;
  max-width: 300px;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -10%;
  right: auto;
  overflow: hidden;
  box-shadow: -14px 14px 100px rgba(0, 0, 0, .1);
}

.feature-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.feature-content-wrapper {
  width: 48%;
  max-width: 530px;
  margin-left: 100px;
}

.feature-content-wrapper.feature-content-wrapper-2 {
  margin-left: 0;
  margin-right: 100px;
}

.feature-content-wrapper._100-width {
  width: 100%;
  margin-left: 0;
}

.feature-content-header-wrapper {
  width: 426px;
  margin-bottom: 32px;
}

.feature-content-header-wrapper.feature-content-header-2 {
  width: auto;
}

.button-container-60px-top {
  margin-top: 40px;
  position: relative;
}

.button-container-60px-top.customer-story-button-wrapper {
  align-items: center;
  display: flex;
}

.features-pointer-wrapper {
  width: 100%;
  max-width: 450px;
}

.features-pointer-content-block {
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.features-pointer-block {
  flex-direction: column;
  align-items: center;
  margin-right: 32px;
  display: flex;
}

.features-pointer-icon-container {
  width: 42px;
  height: 42px;
}

.features-pointer-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.features-pointer-divider-line {
  border: 1px dashed rgba(0, 126, 96, .3);
  width: 1px;
  height: 70px;
  margin-top: 10px;
}

.features-pointer-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.features-pointer-header {
  color: var(--white);
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.features-pointer-description {
  color: var(--white);
  font-size: 18px;
  line-height: 120%;
}

.feature-image-wrapper-4 {
  border-radius: 10px;
  max-width: 320px;
  position: absolute;
  top: auto;
  bottom: 4%;
  left: auto;
  right: -11%;
  overflow: hidden;
  box-shadow: 20px 0 80px rgba(0, 0, 0, .1);
}

.feature-image-wrapper-5 {
  border-radius: 20px;
  width: 90%;
  max-width: 460px;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: 20%;
  overflow: hidden;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.feature-image-wrapper-6 {
  border-radius: 20px;
  max-width: 240px;
  position: absolute;
  top: auto;
  bottom: 25%;
  left: -28%;
  right: auto;
  overflow: hidden;
  box-shadow: -14px 14px 100px rgba(0, 0, 0, .1);
}

.feature-arrow-image {
  position: absolute;
  top: auto;
  bottom: 6%;
  left: -24%;
  right: auto;
  transform: rotate(35deg);
}

.feature-image-wrapper-7 {
  border-radius: 20px;
  max-width: 410px;
  position: absolute;
  top: -4%;
  bottom: auto;
  left: -13%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.features-image-wrapper-8 {
  border-radius: 20px;
  max-width: 410px;
  position: absolute;
  top: 20%;
  bottom: auto;
  left: 10%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.feature-image-icon {
  position: absolute;
  top: -34%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.feature-image-wrapper-9 {
  border-radius: 20px;
  max-width: 410px;
  position: absolute;
  top: 47%;
  bottom: auto;
  left: -13%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.feature-image-wrapper-10 {
  border-radius: 20px;
  width: 90%;
  max-width: 410px;
  position: absolute;
  top: 74%;
  bottom: auto;
  left: 19%;
  right: auto;
  box-shadow: -14px 14px 100px rgba(0, 0, 0, .1);
}

.feature-image-icon-2 {
  position: absolute;
  top: auto;
  bottom: -40%;
  left: -10%;
  right: auto;
}

.feature-image-icon-3 {
  position: absolute;
  top: -36%;
  bottom: 0%;
  left: auto;
  right: -35%;
}

.home-customer-story-section {
  background-image: url('../images/Customer-story.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.customer-story-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 540px;
  margin-right: 2%;
  display: flex;
}

.customer-story-description {
  color: var(--black);
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.home-feature-video-wrapper {
  width: 45%;
  max-width: 520px;
  position: relative;
}

.customer-story-lightbox, .lightbox-thumbnail {
  width: 100%;
  height: 100%;
}

.customer-story-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cusomer-story-icon-wrapper {
  border-radius: 30px;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: -10%;
  right: auto;
  box-shadow: 7px 7px 100px rgba(0, 0, 0, .1);
}

.customer-story-title-container {
  background-color: var(--white);
  border-radius: 8px;
  align-items: center;
  padding: 16px;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.customer-story-title-container:hover {
  background-color: var(--mint-cream);
}

.lightbox-play-icon {
  margin-right: 15px;
}

.customer-story-title {
  color: #007e60;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-product-tab {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.home-product-tab-menu {
  flex-direction: column;
  align-items: flex-start;
  width: 58%;
  margin-left: 0;
  padding-top: 79px;
  padding-bottom: 79px;
  display: flex;
}

.product-tab {
  color: rgba(11, 20, 31, .4);
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  font-size: 48px;
  line-height: 120%;
  display: flex;
}

.product-tab.w--current {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #000;
}

.product-tab-text {
  font-size: 40px;
}

.tab-arrow-icon {
  margin-left: 16px;
}

.product-tab-pane {
  width: auto;
  max-width: 800px;
  height: 100%;
  min-height: auto;
}

.product-tab-image {
  z-index: 10;
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.product-tab-content {
  width: 70%;
  margin-left: 2%;
  margin-right: 0%;
  left: 0;
  overflow: visible;
}

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

.review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-header-wrapper {
  max-width: 420px;
  margin-bottom: 60px;
}

.reviwer-container {
  width: 100%;
  position: relative;
}

.review-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.rveiew-no-mask {
  width: 400px;
  overflow: visible;
}

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

.review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.review-star {
  margin-right: 10px;
}

.review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-head-text {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 130%;
}

.review-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.review-author-name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.review-author-job-title {
  letter-spacing: .6px;
  font-size: 18px;
}

.slide-nav {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  top: -35%;
  bottom: auto;
  left: 59%;
  right: 0%;
  transform: scale3d(1.6, .3, 1);
}

.left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.left-arrow.about-1-arrow {
  flex-direction: row;
  align-items: center;
  width: 10%;
  display: flex;
}

.right-arrow {
  width: 50%;
  right: -8px;
}

.right-arrow.about-1-arrow {
  justify-content: center;
  align-items: center;
  width: 10%;
  display: flex;
}

.home-pricing-section {
  margin-bottom: 200px;
}

.home-pricing-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.home-pricing-header-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  display: flex;
}

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

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

.toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.toggle-text {
  color: rgba(255, 255, 255, .64);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
}

.toggle-text.white-toggle-text {
  color: var(--white);
  font-family: Poppins, sans-serif;
}

.toggle-contain {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.toggle-contain.white-toggle {
  background-color: var(--mint-cream);
}

.toggle-dot {
  background-color: #f1416c;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.toggle-dot.green-toggle-dot {
  background-color: #007e60;
}

.toggle-save-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -55px;
  bottom: auto;
  left: 40%;
  right: 40%;
}

.toggle-save-text {
  color: var(--mint-cream);
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.toggle-save-text.white-toggle-text {
  color: var(--white);
}

.toggle-arrow-icon {
  position: relative;
  top: 13px;
  left: -14px;
  transform: rotate(180deg);
}

.pricing-box-wrapper {
  margin-top: 50px;
}

.pricing-box-wrapper.pricing-1-box {
  margin-top: 0;
  position: relative;
  top: -120px;
}

.pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.pricing-box-row.pricing-box-2 {
  align-items: stretch;
}

.pricing-box {
  z-index: 1;
  border: 1px none var(--gainsboro);
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: 0%;
  margin-right: 1%;
  padding: 40px 35px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 100px -13px rgba(37, 99, 235, .3);
}

.pricing-box.pricing-recommended {
  z-index: 10;
  background-color: var(--white);
  border-color: #007e60;
  position: relative;
  transform: none;
  box-shadow: 1px 1px 50px 7px rgba(37, 99, 235, .39);
}

.pricing-box.pricing-highlighted {
  color: var(--white);
  background-color: #007e60;
  padding: 23px 20px;
}

.pricing-box.pricing-box-alternative {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-direction: row;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 91px;
  padding-top: 24px;
  padding-bottom: 10px;
  padding-left: 51px;
  display: grid;
}

.pricing-box.pricing-box-alternative:hover {
  background-color: var(--white);
}

.pricing-box.white-pricing-box {
  background-color: var(--white);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-box.green-pricing-box {
  background-color: var(--light-sea-green);
  color: var(--white);
  border-style: none;
}

.pricing-box.pricing-1-box {
  background-color: var(--white);
}

.pricing-box-plan-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.pricing-box-plan-wrapper.white-border {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.pricing-plan {
  border: 2px solid var(--midnight-blue-3);
  color: var(--midnight-blue-3);
  letter-spacing: 3px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 5px 6px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.pricing-plan.pricing-1-plan-text {
  color: var(--midnight-blue-3);
}

.pricing-plan-note-text {
  color: var(--slate-grey);
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.pricing-plan-price {
  letter-spacing: 0;
  background-image: url('../images/Shape.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.pricing-plan-price.pricing-alternative {
  color: var(--midnight-blue);
  margin-bottom: -1px;
  font-size: 40px;
}

.pricing-plan-price.pricing-3-price {
  margin-bottom: 0;
}

.pricing-plan-price.pricing-1-price {
  font-family: Poppins, sans-serif;
}

.pricing-plan-price.price-ecom {
  margin-bottom: 0;
  margin-right: 2px;
  font-size: 32px;
}

.pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
}

.pricing-plan-content-wrapper {
  flex-flow: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  margin-top: 36px;
  margin-bottom: 4px;
  padding-left: 7px;
  display: block;
}

.pricing-plan-content-wrapper.pricing-3-content {
  max-width: 228px;
  margin-bottom: 0;
}

.pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 8px;
}

.pricing-plan-content-text {
  color: var(--midnight-blue-3);
  letter-spacing: .5px;
  background-image: url('../images/tick_1tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 35px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.pricing-plan-content-text.comment {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: -14px;
  margin-bottom: 14px;
  font-size: 14px;
}

.home-about-section {
  margin-bottom: 200px;
}

.home-about-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 140px;
  display: flex;
}

.home-about-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  display: flex;
}

.home-about-content-container {
  margin-top: 36px;
}

.home-about-paragraph {
  color: rgba(11, 20, 31, .8);
  letter-spacing: .4px;
  margin-bottom: 48px;
  line-height: 130%;
}

.home-about-underline {
  background-color: rgba(11, 20, 31, .1);
  height: 1px;
  margin-bottom: 48px;
}

.home-about-author-wrapper {
  align-items: flex-start;
  display: flex;
}

.home-about-author-container {
  border-radius: 50%;
  flex: none;
  width: 70px;
  height: 70px;
  margin-right: 32px;
  overflow: hidden;
}

.home-about-author-image {
  width: 100%;
  height: 100%;
}

.home-about-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-about-author-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.home-about-author-job-title {
  font-size: 18px;
  font-weight: 600;
}

.hoem-about-image-wrapper {
  width: 45%;
  max-width: 520px;
  height: 100%;
  max-height: 680px;
  position: relative;
}

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

.home-about-image-container-2 {
  border-radius: 24px;
  width: 230px;
  height: 190px;
  position: absolute;
  top: auto;
  bottom: 23%;
  left: -10%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

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

.home-about-image-container-3 {
  border-radius: 20px;
  width: 154px;
  height: 178px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: -8%;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.about-stats-wrapper {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-stats-wrapper.overview {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.home-about-stats-item {
  text-align: center;
  letter-spacing: .2px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-about-stat-number {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.green-text {
  color: #007e60;
}

.home-about-stat-cause {
  color: rgba(11, 20, 31, .8);
  font-size: 24px;
  line-height: 120%;
}

.blogs-section {
  margin-bottom: 200px;
}

.page-blog-header-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.page-blog-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.page-blog-item {
  max-width: 560px;
}

.blog-image-wrapper {
  width: 100%;
  max-width: 560px;
  height: 380px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.blog-thumbnail-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.blog-thumbnail-image.vertical {
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
}

.blog-thumbnail-image.vertical.top {
  box-shadow: none;
  border-radius: 16px;
}

.home-blog-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-item-header {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.blog-item-info-text {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 140%;
}

.blog-tag {
  background-color: var(--white);
  border-radius: 12px;
  padding: 8px 14px;
  position: absolute;
  top: 7%;
  bottom: auto;
  left: 7%;
  right: auto;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, .1);
}

.blog-tag.blogs {
  box-shadow: none;
  color: var(--midnight-blue-2);
  background-color: #f1f8ff;
  border-radius: 4px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 600;
  position: static;
}

.blog-tag.blogs.white {
  background-color: rgba(255, 255, 255, .83);
}

.cta-section {
  background-image: url('../images/CTA.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.cta-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta-header-wrapper {
  text-align: center;
  max-width: 630px;
}

.cta-header-wrapper.overview {
  max-width: 860px;
}

.cta-arrow-icon {
  position: absolute;
  top: -60%;
  bottom: auto;
  left: auto;
  right: -100%;
  transform: rotate(-60deg);
}

.footer-section {
  background-color: var(--midnight-blue);
  color: var(--white);
  border-top: 1px solid rgba(240, 249, 245, .08);
  padding-top: 38px;
  padding-bottom: 23px;
}

.footer-section.blog {
  background-color: var(--white);
}

.footer-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.footer-left-container {
  width: 40%;
  margin-right: 2%;
}

.footer-right-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer-para {
  color: var(--slate-grey);
  letter-spacing: .5px;
  max-width: 270px;
  margin-top: 75px;
  margin-bottom: 40px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer-social-link-block {
  background-color: var(--white);
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.footer-social-link-block:hover {
  background-color: var(--medium-aquamarine);
}

.footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.footer-links-wrapper {
  flex-direction: row;
  align-items: center;
  max-width: 150px;
  margin-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  display: flex;
}

.footer-links-header {
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.footer-links {
  color: var(--mint-cream);
  letter-spacing: .5px;
  flex: 0 auto;
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.footer-links.w--open {
  padding-right: 55px;
}

.footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .2);
  width: 100%;
  padding-top: 7px;
}

.copyright-text {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
  line-height: 120%;
}

.home-hero-image-2-wrapper {
  z-index: 20;
  border-radius: 20px;
  max-width: 230px;
  max-height: 260px;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 20%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .2);
}

.home-hero-image-2 {
  border-radius: 22px;
  width: 100%;
  height: 100%;
}

.home2-hero-section {
  background-image: url('../images/Mask-Group.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 250px;
  padding-bottom: 140px;
}

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

.about-header-wrapper {
  text-align: center;
  max-width: 510px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

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

.about-team-item {
  flex-direction: column;
  align-items: flex-start;
  max-width: 360px;
  display: flex;
}

.about-team-image-wrapper {
  width: 100%;
  height: 460px;
  margin-bottom: 32px;
}

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

.about-team-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-team-member-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.about-team-member-title {
  letter-spacing: .5px;
  font-size: 20px;
  line-height: 120%;
}

.review-slider-section {
  padding-bottom: 200px;
}

.review-slider-wrapper {
  height: 100%;
}

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

.review-slide-item {
  margin-left: auto;
  margin-right: auto;
}

.review-item-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.review-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
  margin-bottom: 48px;
}

.review-icon-wrapper {
  width: 80px;
  height: 80px;
  margin-bottom: 48px;
}

.review-item-text {
  color: var(--dark-slate-grey);
  max-width: 830px;
  font-size: 42px;
  line-height: 100%;
}

.review-mask {
  height: 100%;
  overflow: visible;
}

.review-author-block {
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.review-image-container {
  border-radius: 100%;
  flex: none;
  width: 80px;
  height: 80px;
  margin-right: 32px;
  overflow: hidden;
}

.review-author-profile {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hide {
  display: none;
}

.about-blog-section {
  padding-bottom: 200px;
}

.about-blog-container {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-section-2 {
  background-color: rgba(11, 13, 81, 0);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  margin-top: -180px;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  top: -113px;
  overflow: hidden;
}

.cta-section-content-wrapper {
  background-color: var(--midnight-blue-3);
  background-image: none;
  background-size: auto;
  border-radius: 70px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 68px 100px 69px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 60px rgba(11, 20, 31, .23);
}

.cta-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 530px;
  display: flex;
}

.white-top-heading {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cta-heading {
  color: var(--white);
}

.cta-image-1 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 74%;
  height: 100%;
  margin-top: 0;
  margin-right: -21%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.about-2-hero-section {
  background-color: rgba(11, 13, 81, .77);
  padding-top: 200px;
  padding-bottom: 145px;
}

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

.about-2-hero-text-wrapper {
  flex-direction: column;
  align-items: stretch;
  max-width: 547px;
  margin-right: -1px;
  display: flex;
}

.about-2-hero-heading-wrapper {
  margin-bottom: 40px;
}

.about-2-hero-heading {
  color: var(--white);
  letter-spacing: -1px;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 59px;
}

.about-2-hero-para {
  color: var(--light-steel-blue);
  max-width: 470px;
  font-family: Manrope, sans-serif;
}

.terms-text-field {
  letter-spacing: .5px;
  margin-top: 20px;
  font-size: 17px;
  line-height: 120%;
}

.terms-text-field.white-color {
  color: var(--white);
}

.privacy-policy-form-link {
  text-decoration: underline;
}

.privacy-policy-form-link.white-color {
  color: var(--white);
}

.about-2-hero-right-wrapper {
  width: 50%;
  max-width: 700px;
}

.about-2-hero-image-wrapper {
  width: 100%;
  max-height: 498px;
  margin-bottom: 48px;
  overflow: hidden;
}

.about-2-hero-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.about-2-hero-stats-wrapper {
  align-items: flex-start;
  display: flex;
}

.about-2-hero-stat-item {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.about-2-hero-stat {
  border-left: 2px solid rgba(0, 126, 96, .2);
  margin-bottom: 16px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.about-2-hero-stat-info {
  color: rgba(11, 20, 31, .8);
  letter-spacing: .4px;
  font-size: 18px;
  line-height: 120%;
}

.about-2-who-wrapper {
  padding-top: 200px;
  padding-bottom: 200px;
}

.about-2-who-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-2-who-header {
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
}

.about-2-who-para {
  max-width: 670px;
}

.about-2-who-image-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.about-2-who-image-container {
  max-width: 560px;
  max-height: 700px;
  position: relative;
}

.about-2-who-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.about-2-who-image-container-2 {
  border-radius: 30px;
  max-width: 700px;
  position: absolute;
  top: 12%;
  bottom: auto;
  left: -88%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.about-2-about-us-section {
  padding-bottom: 200px;
}

.about-2-about-us-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-us-content-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 460px;
  display: flex;
}

.about-us-heading {
  margin-bottom: 20px;
  font-size: 37px;
}

.about-us-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 60px;
}

.about-us-author-wrapper {
  border-top: 1px solid rgba(0, 0, 0, .1);
  align-items: flex-start;
  padding-top: 40px;
  display: flex;
}

.about-us-author-image-wrapper {
  border-radius: 100%;
  flex: none;
  width: 70px;
  height: 70px;
  margin-right: 32px;
}

.about-us-author-image {
  width: 100%;
  height: 100%;
}

.about-us-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-us-author-talk-text {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.about-us-author-job-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.about-us-image-container {
  width: 50%;
  max-width: 640px;
  margin-left: 0;
  position: relative;
}

.about-us-image {
  object-fit: cover;
  object-position: 100% 50%;
  width: 90%;
  height: 100%;
}

.insights-section {
  background-image: url('../images/Watch-Insights.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

.insigts-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 610px;
  margin-bottom: 56px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.insights-heading {
  color: var(--white);
}

.insights-video-wrapper {
  max-width: 1040px;
  height: 650px;
  max-height: 650px;
  margin-left: auto;
  margin-right: auto;
}

.insights-lightbox {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.insights-para-wrapper {
  color: var(--white);
  text-align: center;
  max-width: 690px;
  margin: 80px auto 120px;
}

.about-2-insights-para {
  color: rgba(255, 255, 255, .8);
  font-size: 28px;
  line-height: 130%;
}

.insights-stats-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insights-stats-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.insights-stats-head {
  color: var(--white);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.medium-color-span {
  color: var(--medium-aquamarine);
}

.insights-stat-para {
  color: rgba(255, 255, 255, .8);
  margin-top: 10px;
  font-size: 24px;
  line-height: 120%;
}

.insights-stat-para.home-3 {
  margin-top: 10px;
}

.about-2-people-section {
  background-color: rgba(11, 20, 31, .81);
  padding-top: 9px;
  padding-bottom: 205px;
}

.about-2-people-wrapper {
  margin-top: 200px;
}

.about-2-people-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-2-people-content-wrapper {
  width: 45%;
  max-width: 500px;
}

.about-2-people-name {
  color: var(--white);
  margin-bottom: 36px;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 120%;
}

.about-people-job-title {
  color: var(--white);
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-size: 28px;
  line-height: 120%;
}

.about-2-people-info-para {
  color: var(--light-steel-blue);
  margin-bottom: 48px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.about-2-people-quote-wrapper {
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-bottom: 80px;
  padding-top: 48px;
}

.about-2-people-quote-text {
  color: #007e60;
  font-size: 26px;
  line-height: 120%;
}

.about-2-people-social-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-2-people-social-link {
  width: 30px;
  height: 30px;
  margin-right: 24px;
}

.about-2-people-social-image {
  width: 100%;
  height: 100%;
}

.about-2-people-image-wrapper {
  background-image: url('../images/pinkred.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  width: 48%;
  max-height: 330px;
  padding: 38px 38px 12px;
  position: relative;
  overflow: hidden;
}

.about-2-people-image {
  filter: none;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  width: 100%;
  height: 100%;
  position: relative;
  top: 50%;
  box-shadow: 1px 1px 0 11px rgba(11, 13, 81, .15);
}

.multi-logo-section {
  padding-top: 0;
  padding-bottom: 150px;
}

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

.multi-logo-container {
  opacity: .6;
}

.multi-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.contact-section {
  background-image: url('../images/Bg-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 150px;
}

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

.about-2-contact-image-wrapper {
  width: 48%;
  max-width: 550px;
  position: relative;
}

.about-2-contact-image {
  width: 100%;
  height: 100%;
}

.about-contact-image-2-wrapper {
  border-radius: 30px;
  max-width: 203px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: auto;
  right: -3%;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .2);
}

.about-2-contact-image3 {
  max-width: 224px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -10%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.about-2-contact-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 540px;
  margin-left: 2%;
  display: flex;
}

.about-2-contact-heading {
  color: var(--white);
  margin-bottom: 24px;
}

.about-2-contact-para {
  color: var(--white);
  margin-bottom: 40px;
}

.about-contact-form-wrapper {
  width: 100%;
}

.about-2-contact-form-field {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 30px 22px 29px;
  font-size: 20px;
  font-weight: 500;
}

.about-2-contact-form-field:focus {
  border-color: var(--white);
}

.about-2-contact-form-field::placeholder {
  color: var(--white);
}

.about-3-hero-section {
  padding-top: 224px;
  padding-bottom: 220px;
}

.about-3-hero-header-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-3-hero-heading {
  margin-bottom: 32px;
  font-size: 60px;
}

.about-3-hero-paragraph {
  max-width: 814px;
}

.horizontal-track-wrapper {
  z-index: 2;
  width: 400vw;
  padding-top: 60px;
  position: relative;
}

.horizontal-track-wrapper-inner {
  align-items: center;
  display: flex;
}

.horizintal-tack-item-1 {
  max-width: 300px;
  max-height: 360px;
}

.horizontal-track-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.horizintal-tack-item-2 {
  border-radius: 20px;
  max-width: 310px;
  position: relative;
  bottom: 100px;
  left: 40px;
  overflow: hidden;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.horizintal-tack-item-3 {
  max-width: 300px;
  margin-left: 80px;
  overflow: hidden;
}

.horizintal-tack-item-4 {
  border-radius: 20px;
  max-width: 300px;
  margin-left: 40px;
  position: relative;
  box-shadow: 14px 14px 70px rgba(0, 0, 0, .1);
}

.horizintal-tack-item-5 {
  border-radius: 20px;
  max-width: 420px;
  position: absolute;
  top: -50%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 20px 100px rgba(0, 0, 0, .1);
}

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

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

.logo-main-text {
  margin-right: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}

.logo-grid {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  opacity: .6;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  max-width: 940px;
  display: grid;
}

.logo-grid._100 {
  opacity: 1;
}

.about-3-statistics-section {
  padding-bottom: 200px;
}

.about-3-statistics-header {
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.about-3-head-content-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 100px;
  display: flex;
}

.about-3-statistics-heading {
  max-width: 430px;
}

.about-3-statistics-para-container {
  max-width: 550px;
}

.about-3-stats-wrapper {
  grid-column-gap: 86px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.about-3-statistics-image-wrap {
  max-width: 1200px;
  max-height: 700px;
  overflow: hidden;
}

.about-3-stats-image {
  width: 100%;
  height: 100%;
}

.about-3-feature-section {
  padding-bottom: 200px;
}

.product-feature-header-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-feature-tab-menu {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 130px;
  display: flex;
}

.tabs {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 600px;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.tabs.w--current {
  color: var(--medium-aquamarine-2);
  background-color: rgba(37, 99, 235, .02);
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs.about, .tabs.about.w--current, .tabs._50 {
  width: 50%;
}

.tab-icon-container {
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  position: relative;
}

.tab-icon {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.tab-icon.tab-icon-secoundary {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-feature-tab-content {
  overflow: visible;
}

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

.product-tab-content-block {
  width: 45%;
  max-width: 460px;
}

.product-feature-author-wrapper {
  border-top: 1px solid rgba(0, 0, 0, .2);
  align-items: flex-start;
  margin-top: 48px;
  padding-top: 48px;
  display: flex;
}

.feature-author-image-wrapper {
  border-radius: 100%;
  flex: none;
  width: 70px;
  height: 70px;
  margin-right: 32px;
}

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

.product-tab-para {
  color: rgba(11, 20, 31, .8);
}

.product-tab-image-wrapper {
  width: 45%;
  max-width: 640px;
}

.people-review-section {
  background-color: var(--ivory);
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.review-container {
  width: 45%;
  max-width: 650px;
}

.reviewer-review-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  display: flex;
}

.review-text {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.reviewer-job-title-text {
  letter-spacing: .2px;
  font-size: 18px;
}

.reviwer {
  font-weight: 500;
}

.review-stats-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 350px;
  display: flex;
}

.reviwer-stat-item {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 256px;
  padding-bottom: 48px;
  display: flex;
}

.reviwer-stat-item.middle {
  border-top: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  margin-top: 48px;
  margin-bottom: 48px;
  padding-top: 48px;
}

.review-stat-number {
  border-left: 2px solid rgba(0, 126, 96, .2);
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
}

.stat-number-para {
  letter-spacing: .3px;
  font-size: 20px;
  line-height: 120%;
}

.more-review-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.more-review-link {
  border-bottom: 1px solid #007e60;
  flex-direction: row;
  padding: 8px;
  display: flex;
}

.more-review-text {
  color: #007e60;
  margin-right: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.about-3-about-us-section {
  background-image: url('../images/Bg-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 160px;
  padding-bottom: 220px;
}

.about-3-about-us-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-3-about-header {
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  margin-bottom: 80px;
  display: flex;
}

.about-2-about-heading {
  color: var(--white);
  margin-bottom: 32px;
}

.about-2-about-para {
  color: var(--white);
  max-width: 624px;
}

.about-3-about-image-wrapper {
  max-width: 944px;
  position: relative;
}

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

.about-3-image-2 {
  border-radius: 20px;
  max-width: 380px;
  position: absolute;
  top: 14%;
  bottom: auto;
  left: auto;
  right: -9%;
  box-shadow: -15px 13px 100px rgba(0, 0, 0, .1);
}

.about-3-image-3 {
  border-radius: 20px;
  max-width: 260px;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: -7%;
  right: auto;
  overflow: hidden;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.about-3-product-section {
  margin-top: 200px;
  margin-bottom: 200px;
}

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

.about-3-product-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 540px;
  position: relative;
}

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

.product-image-top-text {
  background-color: var(--medium-aquamarine);
  text-align: center;
  border-radius: 24px;
  max-width: 440px;
  max-height: 420px;
  padding: 45px;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: 10%;
  right: 10%;
}

.product-image-text {
  margin-bottom: 35px;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.product-author-text {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.product-author-job-title {
  font-size: 22px;
  line-height: 120%;
}

.about-3-product-content-holder {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 560px;
  margin-left: 2%;
  display: flex;
}

.about-3-product-heading {
  margin-bottom: 48px;
}

.about-3-product-feature-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.about-3-product-feature-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-3-product-feature-head {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}

.about-3-product-feature-para {
  color: rgba(11, 20, 31, .8);
  font-size: 18px;
  line-height: 120%;
}

.about-3-team-section {
  margin-bottom: 200px;
}

.about-3-team-header {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 510px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-3-team-slider {
  max-width: 1440px;
}

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

.no-mask {
  max-width: 360px;
  overflow: visible;
}

.about-3-team-slide {
  max-width: 360px;
  margin-right: 60px;
}

.about-3-slide-wrapper {
  width: 100%;
}

.about-3-team-image-wrapper {
  width: 100%;
  height: 460px;
  max-height: 460px;
  margin-bottom: 32px;
  overflow: hidden;
}

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

.about-3-team-slide-author-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-3-team-job-title {
  color: rgba(11, 20, 31, .8);
  font-size: 20px;
  line-height: 120%;
}

.question-section {
  background-color: var(--midnight-blue);
  margin-bottom: 0;
  padding-top: 344px;
  padding-bottom: 155px;
}

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

.question-header-wrapper {
  text-align: center;
  max-width: 630px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.question-heading {
  color: var(--white);
  font-family: Manrope, sans-serif;
}

.question-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: block;
}

.question-item {
  border: 0px solid var(--gainsboro-2);
  background-color: var(--midnight-blue-3);
  color: #090a32;
  cursor: pointer;
  border-radius: 16px;
  max-width: 700px;
  padding: 25px;
}

.question-item.help-centre-question {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.question-text {
  color: var(--white);
  width: 90%;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.question-icon-container {
  width: 24px;
  height: 24px;
}

.question-icon {
  color: var(--ivory);
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.answer-wrapper {
  overflow: hidden;
}

.answer {
  color: var(--white);
  padding-top: 30px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 137%;
}

.home-2-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-2-hero-heading {
  max-width: 720px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-hero-para-wrapper {
  max-width: 556px;
  margin-bottom: 54px;
  position: relative;
}

.home-2-hero-arrow-icon {
  position: absolute;
  top: -70%;
  bottom: auto;
  left: auto;
  right: -15%;
}

.home-2-form-wrapper {
  width: 100%;
  max-width: 580px;
}

.email-form {
  background-color: #f0f9f5;
  border: 1px solid #ced9d8;
  border-radius: 18px;
  height: 75px;
  padding: 8px;
  display: flex;
}

.email-form-text-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  height: 100%;
  padding-left: 26px;
  font-size: 18px;
  line-height: 120%;
}

.home-2-hero-image-wrapper {
  border-radius: 30px;
  max-width: 940px;
  margin-top: 54px;
  position: relative;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .2);
}

.home-2-hero-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-2-hero-image-wrapper-2 {
  border-radius: 30px;
  max-width: 400px;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: auto;
  right: -10%;
  overflow: hidden;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.home-2-image-wrapper-3 {
  border-radius: 30px;
  max-width: 280px;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -10%;
  right: auto;
  overflow: hidden;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.home-2-product-section {
  background-color: rgba(0, 0, 0, .08);
  background-image: none;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 0;
}

.home-2-product-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-2-product-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.home-2-product-content-grid {
  grid-column-gap: 105px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-2-product-grid-item {
  flex-direction: column;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.home-2-product-icon-container {
  background-color: var(--medium-aquamarine-2);
  color: #00dba8;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
}

.home-2-product-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.home-2-product-item-head {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.home-2-product-item-para {
  color: var(--gainsboro-3);
  letter-spacing: .4px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.home-2-about-image-wrapper-2 {
  border-radius: 30px;
  max-width: 450px;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: -15%;
  right: auto;
  overflow: hidden;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.home-2-about-stats-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.home-2-about-stat-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.home-2-about-stat-number {
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.home-2-about-stat-para {
  color: rgba(11, 20, 31, .8);
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 120%;
}

.home---hiw {
  background-color: #131564;
  padding-top: 200px;
  padding-bottom: 200px;
  display: none;
}

.home-2-work-wrapper {
  text-align: center;
}

.home-2-work-header {
  max-width: 780px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-work-content-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: -1px;
  padding-top: 66px;
  display: flex;
}

.home-2-work-item {
  background-color: rgba(52, 211, 153, 0);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  max-width: 340px;
  padding: 16px 0 17px;
  display: flex;
  position: relative;
}

.home-2-work-image-wrapper {
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border-radius: 43px;
  width: 100%;
  max-width: 281px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  box-shadow: 0 0 100px 10px rgba(37, 99, 235, .31);
}

.home-2-work-image {
  object-fit: cover;
  border-radius: 13px;
  width: 100%;
  height: 100%;
}

.home-2-work-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  margin-top: 15px;
  display: flex;
}

.home-2-work-text-header {
  color: var(--white);
  letter-spacing: .2px;
  margin-bottom: 3px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
}

.home-2-work-para {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: .3px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.work-block-divider {
  border: 1px dashed rgba(240, 249, 245, .4);
  width: 70px;
  height: 1px;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 163px;
}

.customer-stories-section {
  background-image: url('../images/Customer-Story-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 200px;
  position: relative;
}

.customer-stories-section.overview {
  background-color: var(--dark-slate-grey);
  background-image: linear-gradient(95deg, #007e60 46%, var(--dark-slate-grey) 59%);
}

.customer-story-image-wrapper {
  width: 42%;
  max-width: 580px;
  height: 100%;
}

.customer-story-image-wrapper.overview {
  background-color: #007e60;
  justify-content: center;
  align-items: stretch;
  width: 45%;
  height: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.customer-story-text-wrapper {
  color: var(--white);
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 45%;
  margin: 0 8% 0 0;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.customer-story-text-wrapper.overview {
  background-color: var(--dark-slate-grey);
  background-image: url('../images/Group-19877.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 100px 5% 100px 2%;
}

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

.customer-story-name {
  color: var(--white);
  text-align: center;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 500;
  line-height: 110%;
}

.customer-stoty-para {
  color: rgba(255, 255, 255, .8);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

.customer-stoty-para.overview {
  font-size: 18px;
}

.lightbox-button {
  color: var(--white);
  align-items: center;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

.lightbox-button.product-lightbox-button {
  margin-left: 20px;
}

.lightbox-text {
  letter-spacing: .5px;
  font-size: 18px;
}

.lightbox-text.is-dark {
  color: var(--dark-slate-grey-2);
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-2-blog-section {
  margin-bottom: 200px;
}

.home-3-hero-section {
  margin-bottom: 150px;
  padding-top: 80px;
}

.home-3-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.home-3-hero-image-wrapper {
  width: 48%;
  max-width: 650px;
  height: 100%;
  max-height: 820px;
  position: relative;
  overflow: hidden;
}

.home-3-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3-hero-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: 2%;
  padding-top: 2%;
  display: flex;
}

.home-3-hero-head-wrapper {
  max-width: 510px;
  margin-bottom: 48px;
}

.home-3-hero-heading {
  margin-bottom: 32px;
}

.home-3-hero-para {
  color: rgba(11, 20, 31, .8);
  font-size: 20px;
}

.extra-hero-image-wrapper-2 {
  background-color: var(--white);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  padding: 25px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 15%;
  right: 0%;
}

.hero-review-text {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.hero-reviwer-name {
  font-size: 18px;
  font-weight: 500;
}

.home-3-hero-content-main {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-block-dark {
  width: 100%;
  max-width: 540px;
}

.form-field-dark {
  border: 1px solid var(--light-grey);
  border-radius: 16px;
  min-height: 70px;
  margin-bottom: 24px;
  padding: 22px 22px 22px 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.form-field-dark:focus {
  border-color: #007e60;
  box-shadow: 1px 1px 10px rgba(0, 126, 96, .1);
}

.home-3-product-section {
  margin-bottom: 200px;
}

.home-3-product-section.section-bg {
  background-color: var(--midnight-blue);
  background-image: none;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 232px;
  padding-bottom: 230px;
}

.home-3-product-section.section-bg-abstract {
  background-image: url('../images/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-3-product-wrapper {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 49px;
  display: flex;
  position: relative;
}

.home-3-product-content-wrapper {
  flex-direction: column;
  width: 46%;
  max-width: 510px;
  display: flex;
}

.home-3-product-heading {
  color: var(--midnight-blue-2);
  letter-spacing: -2px;
  text-transform: none;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 45px;
}

.home-3-product-heading.white-text {
  color: var(--white);
  text-align: left;
  font-size: 57px;
}

.home-3-product-para {
  color: var(--slate-grey);
  max-width: 426px;
  font-family: Manrope, sans-serif;
}

.home-3-product-para.white-text, .home-3-product-para.white-text-copy {
  color: #c5d2ee;
  text-align: justify;
  margin-bottom: 22px;
  font-weight: 500;
}

.underline {
  background-color: rgba(11, 20, 31, .2);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.home-3-product-split-content-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 48px;
  display: grid;
}

.home-3-split-text-head {
  color: var(--midnight-blue-2);
  text-transform: uppercase;
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 120%;
  position: relative;
}

.home-3-split-text-head.white-text {
  color: var(--medium-aquamarine-2);
}

.home-3-product-split-para {
  color: var(--slate-grey);
  letter-spacing: .3px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.home-3-product-split-para.white-text {
  color: var(--mint-cream);
  display: block;
}

.home-3-product-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-3-product-image-wrapper {
  z-index: 3;
  justify-content: flex-end;
  width: 47%;
  max-width: 530px;
  margin-left: 2%;
  margin-right: 91px;
  padding-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: visible;
}

.home-3-product-image {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-3-product-image.home-3-product-image-vertical {
  z-index: 3;
  position: relative;
}

.home-3-product-image.home-3-product-image-horizontal {
  width: 97%;
}

.home-3-product-image.home-3-product-image-big {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: auto;
  max-height: 510px;
  box-shadow: 0 0 100px rgba(37, 99, 235, .22);
}

.home-3-product-image.home-3-product-image-big.darg-bg {
  box-shadow: 20px 0 100px rgba(37, 99, 235, .17);
}

.home-3-product-image-wrapper-2 {
  border-radius: 20px;
  position: absolute;
  top: -3%;
  bottom: auto;
  right: 39px;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .2);
}

.home-3-product-image-wrapper-2.feature-2-top {
  top: 84%;
  left: 10%;
}

.extra-icon-1 {
  position: absolute;
  top: auto;
  bottom: -27%;
  left: -8%;
  right: auto;
}

.home-3-product-image-wrapper-3 {
  z-index: 2;
  border-radius: 20px;
  max-width: 290px;
  display: block;
  position: absolute;
  top: auto;
  bottom: -2%;
  left: auto;
  right: 35%;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .2);
}

.home-3-product-image-wrapper-3.feature-2-bottom {
  bottom: 6%;
  right: 0%;
}

.extra-icon-2 {
  position: absolute;
  top: -27%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.extra-icon-3 {
  position: absolute;
  top: auto;
  bottom: -3%;
  left: -3%;
  right: auto;
}

.home-3-feature-section {
  margin-bottom: 200px;
}

.home-3-feature-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 115px;
  display: flex;
}

.home-3-feature-image {
  border-radius: 20px;
  max-width: 370px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.home-3-feature-image.up {
  z-index: 2;
  bottom: -7%;
  left: -10%;
}

.home-3-feature-image.down {
  top: -11%;
  bottom: auto;
  left: auto;
  right: -16%;
}

.home-3-product-feature-section {
  margin-bottom: 200px;
}

.home-3-product-feature-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.product-feature-content-wrapper {
  width: 46%;
  max-width: 560px;
}

.product-feature-heading {
  margin-bottom: 48px;
}

.product-feature-text-grid {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-feature-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.product-feature-text-head {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
}

.product-feature-text-para {
  color: rgba(11, 20, 31, .8);
}

.product-feature-image-wrapper {
  width: 45%;
  max-width: 540px;
  max-height: 700px;
  margin-left: 2%;
  position: relative;
  overflow: hidden;
}

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

.home-3-full-slider-section {
  margin-top: 200px;
  margin-bottom: 200px;
}

.home-3-full-slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.full-slide {
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 30%;
}

.home-3-slider-image-wrapper {
  width: 100%;
  max-height: 440px;
  margin-bottom: 40px;
  overflow: hidden;
}

.home-3-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3-slider-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-3-slider-author-name {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.home-slider-3-author-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 20px;
  font-size: 24px;
}

.home-3-slider-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  display: flex;
}

.home-3-slider-arrow.right {
  background-color: rgba(255, 255, 255, .7);
  width: 25%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-3-slider-arrow.left {
  background-color: rgba(255, 255, 255, .7);
  justify-content: flex-end;
  width: 25%;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-3-slider-icon-wrapper {
  width: 80px;
  height: 80px;
  position: relative;
}

.arrow-icon {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.arrow-icon.opacity-0 {
  opacity: 0;
}

.home-3-blog-feature-section {
  margin-bottom: 200px;
  display: none;
}

.home-3-blog-feature-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.home-3-blog-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-3-blog-item {
  flex-direction: row;
  align-items: stretch;
  max-width: 560px;
  display: flex;
}

.home-3-blog-image-wrapper {
  flex: 1;
  max-width: 240px;
  max-height: 260px;
  margin-right: 40px;
  overflow: hidden;
}

.home-3-blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3-blog-item-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 280px;
  display: flex;
}

.home-3-blog-heading {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.home-3-blog-para {
  color: rgba(11, 20, 31, .8);
}

.home-3-blog-link-block {
  border-bottom: 1px solid #007e60;
  align-items: center;
  margin-top: 38px;
  padding-bottom: 10px;
  display: flex;
}

.home-3-blog-link-text {
  color: #007e60;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.home-3-blog-arrow-icon {
  width: 20px;
  height: 20px;
}

.careers-hero-section {
  margin-top: 224px;
  margin-bottom: 200px;
}

.careers-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 670px;
  margin-bottom: 82px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.careers-hero-heading {
  max-width: 510px;
  margin-bottom: 32px;
}

.careers-hero-image-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.careers-hero-image-container {
  max-width: 460px;
  max-height: 620px;
  overflow: hidden;
}

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

.careers-metrics-section {
  margin-bottom: 200px;
}

.carees-metrics-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.careers-metrics-image-wrapper {
  flex: none;
  width: 45%;
  max-width: 540px;
  height: 100%;
  position: relative;
}

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

.carees-metrics-text-wrapper {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  margin-left: 2%;
  display: flex;
}

.careers-metrics-heading {
  margin-bottom: 32px;
}

.careers-metrics-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 48px;
}

.green-underline {
  background-color: rgba(0, 126, 96, .2);
  width: 100%;
  height: 1px;
}

.careers-metrics-grid {
  grid-column-gap: 90px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 48px;
  display: grid;
}

.careers-metrics-grid-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.careers-metics-number {
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.career-metrics-number-para {
  color: rgba(11, 20, 31, .8);
}

.careers-job-section {
  margin-bottom: 200px;
}

.careers-job-heading-wrapper {
  max-width: 644px;
  margin-bottom: 100px;
}

.careers-job-heading {
  margin-bottom: 32px;
}

.careers-job-para {
  font-size: 24px;
}

.email-text {
  color: #007e60;
  font-size: 20px;
  text-decoration: underline;
}

.email-text:hover {
  color: var(--dark-slate-grey);
}

.careers-job-opening-wrapper {
  max-width: 1020px;
  margin-left: auto;
}

.job-collection-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.careers-job-item {
  border-bottom: 1px solid var(--dark-slate-grey-3);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.careers-job-title-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
  display: flex;
}

.job-title {
  font-size: 60px;
  line-height: 120%;
}

.job-type-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.job-location {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.job-type-divider {
  margin-left: 8px;
  margin-right: 8px;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.job-type-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
}

.link-block {
  border-bottom: 1px solid #007e60;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.link-block-text {
  color: #007e60;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.link-arrow-icon {
  width: 20px;
  height: 20px;
}

.careers-template-hero-section {
  margin-top: 0;
  margin-bottom: 120px;
  padding-top: 220px;
}

.careers-template-hero-wrapper {
  border-bottom: 1px solid var(--dark-slate-grey-3);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.careers-template-content-section {
  margin-bottom: 200px;
}

.careers-rich-text-wrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.template-rich-text {
  margin-bottom: 20px;
  padding-top: 11px;
  font-family: Manrope, sans-serif;
  line-height: 20px;
}

.template-rich-text h2 {
  margin-bottom: 23px;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.template-rich-text p {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-size: 15px;
}

.template-rich-text img {
  margin-top: 40px;
  margin-bottom: 0;
}

.template-rich-text figcaption {
  color: rgba(0, 126, 96, .6);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.template-rich-text blockquote {
  color: var(--royal-blue);
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 137%;
}

.template-rich-text li {
  margin-bottom: 20px;
  font-size: 15px;
}

.template-rich-text ul {
  font-size: 16px;
  line-height: 100%;
}

.careers-template-link-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.careers-template-link {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 24px;
  line-height: 120%;
}

.integration-hero-section {
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 220px;
}

.integration-hero-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-hero-para {
  color: rgba(11, 20, 31, .8);
  max-width: 670px;
  margin-top: 32px;
}

.integration-main-section {
  background-image: url('../images/Bg-7.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 220px;
}

.integration-main-grid {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-collection-item {
  max-width: 375px;
}

.integration-item {
  background-color: var(--white);
  text-align: center;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 375px;
  height: 100%;
  padding: 45px;
  display: flex;
  box-shadow: 7px 7px 100px rgba(0, 0, 0, .06);
}

.integration-icon-container {
  border-radius: 24px;
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 7px 7px 100px rgba(0, 0, 0, .1);
}

.integration-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.integration-item-name {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}

.integration-item-para {
  max-width: 295px;
  margin-bottom: 32px;
}

.learn-more-link-block {
  border-bottom: 1px solid rgba(0, 126, 96, .9);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.learn-more-text {
  color: #007e60;
  margin-right: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.learn-more-icon {
  width: 20px;
  height: 20px;
}

.integration-template-hero-section {
  margin-bottom: 100px;
  padding-top: 220px;
}

.integration-template-head {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-image-wrapper {
  background-color: var(--white);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  max-width: 358px;
  padding: 20px;
  display: flex;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .1);
}

.integration-main-image-wrapper {
  border-radius: 24px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.integration-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.interation-head-divider {
  border: 1px dashed #007e60;
  width: 70px;
  margin-left: 24px;
  margin-right: 24px;
}

.integration-head-wrapper {
  text-align: center;
  max-width: 676px;
  margin: 32px auto;
}

.integration-heading {
  margin-bottom: 32px;
}

.integration-head-divider {
  background-color: rgba(0, 126, 96, .2);
  width: 100%;
  height: 1px;
}

.integration-content-section {
  margin-bottom: 200px;
}

.integration-content-wrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.integration-extra-section {
  margin-bottom: 200px;
}

.integration-extra-head {
  text-align: center;
  margin-bottom: 80px;
}

.contact-hero-section {
  padding-top: 224px;
  padding-bottom: 99px;
}

.contact-hero-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-hero-heading {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 50px;
}

.contact-hero-para-wrapper {
  max-width: 676px;
  margin-top: 32px;
}

.contact-hero-para {
  color: var(--white);
}

.contact-hero-para._90-opactity {
  color: rgba(255, 255, 255, .9);
}

.contact-main-form-section {
  margin-top: 0;
  margin-bottom: 145px;
}

.contact-main-form-wrapper {
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  font-family: Manrope, sans-serif;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 100px 10px rgba(37, 99, 235, .31);
}

.contact-form-block {
  background-color: var(--white);
  border-radius: 0;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 60px;
}

.contact-text-field {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: var(--gainsboro-2) var(--gainsboro-2) rgba(197, 210, 238, .31);
  background-color: var(--white);
  color: var(--midnight-blue-3);
  border-radius: 0;
  margin-bottom: 0;
  padding: 30px 30px 30px 0;
  font-family: Manrope, sans-serif;
  font-size: 19px;
}

.contact-text-field:focus-visible {
  border-bottom-color: var(--midnight-blue-3);
}

.contact-text-field[data-wf-focus-visible] {
  border-bottom-color: var(--midnight-blue-3);
}

.contact-text-field::placeholder {
  color: var(--slate-grey);
  font-size: 16px;
}

.contact-text-field._30px-right-margin {
  margin-right: 30px;
}

.contact-text-field._30px-right-margin::placeholder {
  color: var(--black);
}

.contact-text-field.bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 22px;
  font-weight: 700;
}

.contact-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-field-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}

.contact-field-wrapper.cena-input {
  display: none;
}

.select-field {
  border: 1px solid var(--gainsboro-2);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 16px;
  height: 60px;
  margin-bottom: 0;
  padding: 0 30px;
  font-size: 20px;
}

.contact-text-area {
  border-style: none;
  border-width: 1px 1px 2px;
  border-color: var(--gainsboro-2) var(--gainsboro-2) #edf1fa;
  color: var(--midnight-blue-3);
  background-color: rgba(19, 21, 100, .02);
  border-radius: 16px;
  min-height: 240px;
  padding: 29px 30px;
  font-size: 15px;
}

.contact-text-area::placeholder {
  color: var(--black);
  font-size: 20px;
}

.contact-card-section {
  margin-top: 200px;
  margin-bottom: 140px;
}

.contact-card-head-wrapper {
  text-align: center;
  margin-bottom: 80px;
}

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

.contact-card {
  text-align: center;
  border: 1px solid rgba(11, 20, 31, .2);
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 48px 32px;
  transition: border-color .28s;
  display: flex;
}

.contact-card:hover {
  border-color: #0b141f;
}

.contact-card-icon-container {
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.contact-card-icon {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.contact-card-head {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.contact-card-para {
  color: rgba(11, 20, 31, .8);
}

.contact-card-line {
  background-color: rgba(11, 20, 31, .2);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.contact-info-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.contact-number {
  color: rgba(11, 20, 31, .8);
  margin-top: 16px;
  font-size: 18px;
  display: inline-block;
}

.contact-map {
  width: 100%;
  max-height: 700px;
}

.contact-map-image {
  object-fit: contain;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
}

.sign-hero-section {
  margin-top: 174px;
  margin-bottom: 100px;
}

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

.sign-hero-image-wrapper {
  width: 45%;
  max-width: 540px;
  position: relative;
  overflow: hidden;
}

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

.sign-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 540px;
  margin-left: 2%;
  display: flex;
}

.sign-head-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.sign-heading {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
}

.sign-head-para {
  font-size: 20px;
  line-height: 120%;
}

.sign-form-wrapper {
  width: 100%;
}

.sign-form {
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.sign-text-field {
  border: 1px #000;
  border-bottom: 1px solid rgba(11, 20, 31, .2);
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 24px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 28px;
}

.sign-text-field:focus {
  border-bottom-color: var(--black);
  color: var(--black);
}

.sign-text-field::placeholder {
  font-size: 22px;
  line-height: 120%;
}

.sign-checkbox {
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.sign-checkbox-label {
  margin-left: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.terms {
  color: #007e60;
}

.sign-checkbox-button {
  opacity: .3;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.sign-checkbox-button.w--redirected-checked {
  background-color: #007e60;
}

.have-an-account-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 120%;
}

.signin-link {
  color: #007e60;
}

.sign-logo-section {
  margin-bottom: 140px;
}

.forgot-password {
  color: #007e60;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.case-study-hero-section {
  margin-top: 0;
  margin-bottom: 150px;
  padding-top: 220px;
}

.case-study-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.case-study-item-section {
  margin-bottom: 220px;
}

.case-study-split-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.case-study-split-left {
  width: 45%;
  max-width: 520px;
  margin-right: 1%;
}

.case-study-split-right {
  width: 45%;
  max-width: 520px;
  margin-left: 1%;
  padding-top: 170px;
}

.case-study-split-item-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.case-study-collection {
  width: 100%;
}

.case-study-collection-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-study-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.case-study-thumbnail-wrapper {
  width: 100%;
  max-height: 540px;
  margin-bottom: 48px;
  position: relative;
  overflow: hidden;
}

.case-study-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.case-study-company-wrapper {
  background-color: var(--white);
  border-radius: 16px;
  max-width: 200px;
  padding: 20px;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
}

.case-study-company {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.case-study-title {
  margin-bottom: 32px;
}

.case-study-short-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 48px;
  font-size: 24px;
}

.cs-template-hero-section {
  background-image: url('../images/Customer-Story-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

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

.cs-hero-image-wrapper {
  width: 41%;
  max-width: 580px;
  height: 100%;
  overflow: hidden;
}

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

.cs-hero-text-section {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.customer-name {
  margin-bottom: 32px;
}

.cs-hero-para {
  max-width: 560px;
}

.cs-customer-brief-section {
  background-color: var(--dark-slate-grey);
  margin-bottom: 150px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cs-client-brief-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-client-brief-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.client-brief-head {
  color: rgba(255, 255, 255, .8);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.client-brief-info-text {
  color: var(--white);
  font-size: 25px;
  line-height: 120%;
}

.cs-content-section {
  padding-bottom: 60px;
}

.wrapper-1000px {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cs-split-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cs-social-wrapper {
  clear: none;
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  max-width: 80px;
  margin-right: 10%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.share-text {
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.social-link {
  border: 1px solid var(--dark-slate-grey-4);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  padding: 16px;
  transition: background-color .34s;
  display: flex;
}

.social-link:hover {
  border-color: var(--midnight-blue-3);
  background-color: rgba(37, 99, 235, .15);
}

.social-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cs-rich-text-wrapper {
  max-width: 810px;
}

.template-author-wrapper {
  border-top: 1px solid rgba(11, 20, 31, .1);
  border-bottom: 1px solid rgba(11, 20, 31, .1);
  justify-content: space-between;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: none;
}

.cs-template-author-block {
  align-items: center;
  display: flex;
}

.author-image-wrapper {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

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

.cs-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cs-author-name {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.author-verification-block {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.verified-badge {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.verified-text {
  color: rgba(11, 20, 31, .6);
}

.date-text {
  color: rgba(11, 20, 31, .8);
  font-weight: 600;
  line-height: 120%;
}

.more-cs-section {
  margin-bottom: 200px;
}

.more-cs-head-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 512px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.more-cs-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-hero-section {
  padding-top: 224px;
  padding-bottom: 220px;
  position: relative;
}

.pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-hero-heading {
  color: var(--white);
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 58px;
}

.pricing-hero-para {
  color: var(--white);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-family: Manrope, sans-serif;
}

.pricing-review-secton {
  margin-top: 150px;
  margin-bottom: 140px;
}

.pricing-review-secton.no-bottom-padding {
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-2-hero-section {
  margin-top: 192px;
}

.pricing-2-hero-wrapper {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 14px;
  padding-top: 110px;
  display: block;
}

.pricing-hero-image-wrapper {
  width: 45%;
  max-width: 650px;
  height: 100%;
  position: relative;
}

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

.pricing-hero-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 590px;
  margin-top: 3px;
  margin-left: 6%;
  font-family: Manrope, sans-serif;
  display: flex;
}

.pricing-2-heading {
  color: var(--white);
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 47px;
}

.pricing-2-hero-paragraph {
  color: var(--light-steel-blue);
  max-width: 566px;
}

.pricing-2-main-hero-content-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--mint-cream);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  margin-top: 60px;
  display: grid;
}

.pricing-2-main-content-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-hero-content-head {
  border-left: 2px solid rgba(0, 126, 96, .2);
  margin-bottom: 16px;
  padding-left: 18px;
  font-size: 25px;
  font-weight: 600;
  line-height: 120%;
}

.pricing-hero-content-item-para {
  color: var(--white);
}

.pricing-2-price-card-section {
  margin-bottom: 1px;
}

.pricing-question-section {
  margin-bottom: 200px;
}

.pricing-question-main-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-question-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 520px;
  display: flex;
}

.pricing-question-heading {
  margin-bottom: 32px;
}

.pricing-question-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 60px;
}

.pricing-q-a-container {
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}

.pricing-question-container {
  border-bottom: 1px solid var(--gainsboro-3);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.pricing-question-text {
  width: 90%;
  max-width: none;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.dropdown-icon-container {
  width: 24px;
  height: 24px;
}

.dropdown-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.pricing-answer-container {
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}

.pricing-question-image-wrapper {
  width: 50%;
  max-width: 580px;
  height: 100%;
  margin-left: 4%;
  position: relative;
}

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

.extra-image-wrapper {
  border-radius: 24px;
  max-width: 480px;
  position: absolute;
  top: 4%;
  bottom: auto;
  left: -20%;
  right: auto;
  box-shadow: 7px 7px 100px rgba(0, 0, 0, .2);
}

.extra-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.extra-image-2 {
  border-radius: 24px;
  max-width: 270px;
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: 5%;
  box-shadow: 7px 7px 100px rgba(0, 0, 0, .1);
}

.pricing-3-hero-secton {
  padding-top: 220px;
}

.pricing-3-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-3-heading {
  max-width: 880px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-3-hero-para {
  color: rgba(11, 20, 31, .9);
  max-width: 676px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.pricing-3-toggle-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.pricing-3-blocks-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 20px;
  display: grid;
}

.pricing-hero-block-section {
  background-image: url('../images/Plans.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 200px;
}

.pricing-hero-block-section.home-3 {
  padding-top: 0;
}

.pricing-3-box {
  grid-column-gap: 60px;
  background-color: var(--white);
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 80px;
  padding-right: 80px;
  display: grid;
  box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
}

.pricing-3-box.middle-block {
  color: var(--white);
  background-color: #007e60;
}

.pricing-3-box-plan-block {
  border-right: 1px solid rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-right: 80px;
  display: flex;
}

.pricing-plan-name {
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.pricing-plan-description {
  color: rgba(11, 20, 31, .7);
  text-align: center;
  max-width: 270px;
}

.pricing-plan-description.middle-para {
  color: rgba(255, 255, 255, .7);
}

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

.pricing-price-block {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-price-container {
  border-top: 1px solid rgba(0, 46, 36, .2);
  border-bottom: 1px solid rgba(0, 46, 36, .2);
  flex: none;
  margin-bottom: 42px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.help-hero-section {
  padding-top: 9px;
  padding-bottom: 19px;
}

.help-hero-wrapper {
  text-align: left;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.help-hero-heading {
  color: var(--white);
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
}

.help-hero-para {
  color: rgba(255, 255, 255, .9);
  margin-bottom: 48px;
  font-size: 20px;
}

.help-category-section {
  background-color: var(--mint-cream-3);
  padding-top: 150px;
  padding-bottom: 150px;
}

.help-category-head {
  text-align: center;
  margin-bottom: 80px;
}

.categories-collection-grid {
  grid-column-gap: 100px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.category-icon {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.category-icon-container {
  border-radius: 20px;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  overflow: hidden;
}

.category-block-head {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.category-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 140%;
}

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

.help-question-wrapper-head {
  text-align: center;
  margin-bottom: 80px;
}

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

.green-top-head {
  color: #007e60;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.question-head {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.question-para-text {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 32px;
}

.question-alter-block {
  text-align: center;
  max-width: 516px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

.question-alter-head {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
}

.question-alter-para {
  color: rgba(11, 20, 31, .8);
  margin-bottom: 40px;
}

.blog-two-section {
  padding-top: 57px;
  padding-bottom: 91px;
}

.blog-two-section.gray {
  background-color: var(--light-blue);
}

.blog-hero-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 730px;
  margin-bottom: 11px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-hero-heading {
  color: var(--midnight-blue-3);
  margin-bottom: 32px;
  font-family: Merriweather, serif;
}

.blog-hero-para {
  color: var(--midnight-blue-2);
  text-align: left;
  margin-bottom: 44px;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.blog-top-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.blog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid rgba(230, 226, 219, .54);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  font-family: Poppins, sans-serif;
  display: grid;
  overflow: hidden;
}

.blog-item.margin-bot {
  margin-bottom: 30px;
}

.blog-thumbnail-image-container {
  border-radius: 0;
  width: 100%;
  height: 100%;
  max-height: 240px;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-item-text-wrapper {
  color: var(--body-text);
  flex-direction: column;
  align-items: flex-start;
  padding: 27px 20px 29px;
  display: flex;
  position: relative;
}

.blog-item-text-wrapper.vertical {
  padding-top: 30px;
  padding-left: 27px;
  padding-right: 31px;
}

.blog-item-text-wrapper.vertical.top {
  justify-content: center;
  padding-right: 53px;
}

.blog-item-head {
  color: var(--midnight-blue-3);
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.blog-item-para {
  color: var(--midnight-blue);
  max-height: 70px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
  overflow: hidden;
}

.news-section {
  background-image: url('../images/topography.svg');
  background-position: 0 0;
  padding-top: 7px;
  padding-bottom: 27px;
  position: relative;
}

.latest-news-head {
  text-align: center;
  max-width: 480px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.latest-news-heading {
  color: var(--midnight-blue-3);
  font-family: Merriweather, serif;
}

.latest-news-wrapper {
  margin-top: 64px;
}

.latest-news-collection-grid {
  grid-column-gap: 37px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  display: grid;
}

.latest-news-collection-grid._2-cols {
  grid-template-columns: 1fr;
}

.blog-card-head {
  color: var(--midnight-blue-3);
  text-align: left;
  margin-top: 15px;
  margin-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 800;
  line-height: 130%;
}

.pagination {
  margin-bottom: 20px;
}

.pagination-switch-block {
  background-color: var(--white);
  color: var(--black);
  border-color: #e6e2db;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  font-family: Manrope, sans-serif;
  font-size: 24px;
  font-weight: 600;
  transition: background-color .35s, border-color .35s, color .35s;
  display: flex;
}

.pagination-switch-block:hover {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--mint-cream);
}

.pagination-arrow-icon {
  width: 23px;
  height: 23px;
  margin-left: 10px;
  display: inline;
}

.pagination-arrow-icon:hover {
  color: var(--midnight-blue-3);
}

.pagination-arrow-icon.previous-arrow {
  margin-left: 0;
  margin-right: 10px;
}

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

.subscription-section.blog-template {
  padding-top: 0;
}

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

.subscription-image-wrapper {
  width: 46%;
  max-width: 559px;
  margin-right: 5%;
  overflow: hidden;
}

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

.subscription-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 46%;
  max-width: 550px;
  display: flex;
}

.subscription-heading {
  margin-bottom: 32px;
  line-height: 120%;
}

.subsccription-para {
  color: rgba(11, 20, 31, .9);
  margin-bottom: 40px;
}

.subscribe-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.subscribe-note {
  margin-top: 16px;
  font-size: 18px;
}

.success-message {
  background-color: var(--midnight-blue-3);
  color: var(--mint-cream);
  border-radius: 10px;
  margin-top: 36%;
  margin-bottom: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 44px;
}

.success-message.pricing-2 {
  background-color: var(--mint-cream);
  color: #007e60;
}

.error-message {
  color: var(--mint-cream);
  text-align: center;
  background-color: #c2274d;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 44px;
}

.blog-template-hero-section {
  padding-top: 38px;
  padding-bottom: 40px;
}

.blog-template-hero-head {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1110px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blog-top-tag-wrapper {
  color: #007e60;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 44px;
  display: flex;
}

.tag-text {
  color: var(--slate-grey);
  font-family: Manrope, sans-serif;
  font-size: 15px;
}

.tag-text.middle {
  padding-left: 10px;
  padding-right: 10px;
}

.blog-heading {
  border: 1px none var(--midnight-blue-3);
  color: var(--midnight-blue-3);
  text-align: center;
  max-width: 840px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather, serif;
  font-size: 49px;
  font-weight: 900;
  line-height: 130%;
}

.blog-hero-image-wrapper {
  box-shadow: 0 2px 10px 0 var(--light-steel-blue);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  max-height: 450px;
  margin: 24px auto 48px;
  display: flex;
  overflow: hidden;
}

.blog-hero-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.help-template-hero-section {
  padding-top: 224px;
  padding-bottom: 100px;
}

.help-hero-content-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.help-template-hero-heading {
  color: var(--midnight-blue-2);
  -webkit-text-stroke-color: var(--midnight-blue-3);
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.help-template-hero-para {
  color: var(--dark-slate-grey-5);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22px;
  font-size: 16px;
  font-style: normal;
}

.help-hero-divider {
  background-color: rgba(0, 46, 36, .2);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 26px;
}

.help-content-section {
  padding-bottom: 200px;
}

.help-rich-text-wrapper {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.home-2-product-heading {
  color: var(--white);
  font-family: Manrope, sans-serif;
}

.home-3-product-feature-head {
  color: var(--mint-cream);
  font-family: Manrope, sans-serif;
}

.price-divide {
  align-items: center;
  display: flex;
}

.price-month {
  font-size: 20px;
}

.plan-rich-text h5 {
  background-image: url('../images/Vector-15.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 24px;
  font-size: 18px;
  font-weight: 400;
}

.add-to-cart {
  width: 100%;
  margin-top: 30px;
}

.plans-section {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.plans-section.plans-wrapper {
  padding-top: 140px;
}

.product-details-2 {
  margin-top: 20px;
  font-size: 18px;
}

.plan-detail-title {
  color: #04121f;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.select-field-2 {
  background-color: #f6f6fa;
  border: 1px #836ae4;
  border-radius: 100px;
  height: 55px;
  padding: 10px;
}

.product-box-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(129, 129, 172, .16);
}

.field-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.about-product-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.product-name-wrap-2 {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.quantity-2 {
  background-color: #f1f2f6;
  border-style: none;
  width: 100px;
  height: 40px;
  margin-bottom: 20px;
  display: none;
}

.buy-now-button {
  text-align: center;
  background-color: #007e60;
  border-radius: 12px;
  justify-content: center;
  width: auto;
  margin-top: 20px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--black);
}

.image-container-2 {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container-2.product-hero {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 600px;
}

.product-name-2 {
  margin-bottom: 8px;
  margin-right: 10px;
}

.cart-button-wrap {
  align-items: flex-end;
  width: 90%;
  display: flex;
}

.text-container-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-container-2.product-hero {
  width: 45%;
  max-width: 500px;
}

.add-to-cart-button {
  background-color: var(--black);
  text-align: center;
  border-radius: 12px;
  justify-content: center;
  width: auto;
  margin-top: 15px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.add-to-cart-button:hover {
  color: #fff;
  background-color: #007e60;
}

.plan-price {
  color: #04121f;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.faq-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.block-content {
  border-bottom-color: #007e60;
  border-left-color: #007e60;
  border-right-color: #007e60;
  font-size: 18px;
  line-height: 40px;
}

.block-header {
  border-color: #007e60;
}

.pricing-field {
  border-radius: 8px;
}

.div-shadow {
  opacity: .15;
  filter: blur(100px);
  background-color: rgba(11, 20, 31, .05);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  background-color: var(--midnight-blue-3);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 120%;
  display: flex;
}

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

.cart {
  background-color: rgba(0, 0, 0, 0);
}

.cart-button {
  color: #007e60;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 600;
}

.cart-quantity {
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
  min-width: auto;
  margin-left: 0;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 15px;
}

.cart-container {
  border-radius: 10px;
}

.apple-pay {
  border-radius: 10px;
  height: 60px;
}

.web-payments {
  border-radius: 10px;
}

.cart-quantity-2 {
  background-color: var(--mint-cream);
  color: var(--black);
}

.cart-text {
  margin-right: 3px;
}

.home-tab-div {
  width: 100%;
  height: 100%;
}

.home-tab-div.right-padding {
  margin-right: 0%;
  padding-right: 0%;
}

.home-3-slider-mask {
  width: 50%;
  max-width: 520px;
  overflow: visible;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.wrapper.overview-page {
  flex-direction: column;
  padding-top: 180px;
}

.wrapper.overview-section {
  flex-direction: column;
  max-width: 1040px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.overview-page {
  flex-direction: column;
}

.wrapper.licensing-wrapper {
  align-items: flex-start;
}

.wrapper.licensing-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 140px;
  padding-bottom: 100px;
}

.wrapper.instructions-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 140px;
}

.wrapper.instructions-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 980px;
}

.wrapper.changelog-hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 620px;
  padding-top: 220px;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 130px;
  padding-bottom: 130px;
}

.overview-image-contain {
  background-color: var(--ivory);
  justify-content: center;
  width: 100%;
  max-height: 800px;
  display: flex;
  overflow: hidden;
}

.overview-hero-image {
  object-fit: contain;
  width: 100%;
  max-width: none;
  margin-right: 0%;
}

.display-heading {
  letter-spacing: -1.6px;
  font-size: 72px;
  line-height: 105%;
}

.display-heading.overview {
  text-align: center;
  max-width: 990px;
  margin-bottom: 16px;
  font-size: 64px;
}

.home-stats-grid-item {
  padding-top: 48px;
}

.subheading {
  color: var(--medium-aquamarine);
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
}

.subheading.dark {
  color: #007e60;
}

.hero-bg-circle-reviews {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 0 0, #f1f3f6, rgba(241, 243, 246, .2));
  border-radius: 100%;
  width: 920px;
  height: 920px;
  position: absolute;
  top: auto;
  bottom: -224%;
  left: auto;
  right: -27%;
}

.hero-bg-circle-reviews.overview {
  background-image: radial-gradient(circle closest-corner at 100% 100%, #f1f3f6, rgba(241, 243, 246, .2));
  top: 34%;
  bottom: auto;
  left: auto;
  right: -34%;
}

.overview-image {
  border-radius: 10px;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 126, 96, .1);
}

.image-scroll {
  border-radius: 10px;
  width: 400px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.overview-image-wrapper {
  background-color: var(--mint-cream-2);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  height: 600px;
  margin-bottom: 0;
  padding-top: 96px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.testimonial-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-heading.overview {
  width: 80%;
  max-width: 800px;
}

.overview-sections {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.overview-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: grid;
}

.overview-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.overflow-hidden {
  overflow: hidden;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.nav-visual-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.dropdown-arrow {
  margin-right: 5px;
  font-size: 14px;
}

.visual-features-item-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.visual-features-item-image {
  width: 100%;
  height: 150px;
  margin-bottom: 28px;
  overflow: hidden;
}

.dropdown-toggle-div {
  color: #04121f;
  padding-left: 12px;
  padding-right: 15px;
  transition: color .2s;
}

.dropdown-toggle-div:hover {
  color: #007e60;
  font-weight: 500;
}

.dropdown-list-nav {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.dropdown-list-nav.w--open {
  box-shadow: none;
  width: 100%;
  padding-top: 25px;
  top: 55px;
  overflow: visible;
}

.navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
}

.visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.visual-features-items-container.price-nav {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.dropdown-nav {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.footer-links-row {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.licensing-hero-section {
  background-color: #f1f3f6;
}

.source-link {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.progress-bar-grey-line {
  background-color: #e1e4eb;
  width: 2px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.progress-bar {
  flex-direction: column;
  width: 25%;
  max-width: 290px;
  margin-top: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.licensing-main {
  width: 70%;
  max-width: 840px;
}

.source-line {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licensing-item {
  margin-bottom: 100px;
}

.image-3 {
  flex: none;
  margin-left: 12px;
}

.licensing-hero-heading {
  margin-bottom: 16px;
}

.progress-bar-blue-line {
  background-color: var(--dark-slate-grey);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licensing-icons-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.font-text {
  text-align: center;
  background-color: rgba(0, 126, 96, .3);
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 80px;
}

.licensing-images-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.licensing-small-image {
  border-radius: 8px;
  height: 240px;
  overflow: hidden;
}

.progress-bar-item {
  color: #40454f;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 20px;
  font-weight: 500;
  display: flex;
}

._22-px {
  font-size: 22px;
  line-height: 150%;
}

.licensing-item-heading-and-source {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.licensing-large-image {
  border-radius: 8px;
  height: 510px;
  overflow: hidden;
}

.youtube {
  margin-top: 40px;
}

.instructions-hero-section {
  background-color: var(--mint-cream);
}

.instructions-hero-heading, .conditional-visibility-heading {
  margin-bottom: 16px;
}

.home-3-slide-1.left-end-ghost-slide {
  max-width: 520px;
  margin-left: -130%;
  position: absolute;
}

.home-3-slide-1.right-end-ghost-slide {
  width: 520px;
  max-width: 520px;
  margin-left: 130%;
  position: absolute;
}

._404-heading {
  color: var(--white);
  margin-top: 15px;
  margin-bottom: 20px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 21px;
}

._404-main-heading {
  color: var(--indian-red);
  font-size: 40px;
}

.page-para {
  margin-bottom: 20px;
}

.changelog-hero-section {
  background-color: var(--mint-cream);
}

.changelog-date, .changelog-hero-heading {
  margin-bottom: 16px;
}

.password-heading {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 50px;
}

.password-page-logo {
  width: 100%;
  margin-bottom: 40px;
}

.password-label {
  color: var(--white);
  margin-bottom: 40px;
}

.empty-state {
  color: var(--midnight-blue-3);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 12px;
  margin-bottom: 58px;
  padding: 18px;
  font-size: 18px;
  font-weight: 500;
}

.empty-state.white-state {
  background-color: var(--mint-cream);
  color: #007e60;
}

.page-count {
  color: var(--midnight-blue-3);
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.horizontal-track-item-5 {
  max-width: 300px;
  margin-left: 40px;
  margin-right: 40px;
}

.white-div {
  background-color: var(--white);
  width: 100%;
  height: 20%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.help-center-heading {
  display: inline;
}

.about-image-2 {
  border-radius: 10px;
  width: 50%;
  max-width: 400px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: -24%;
  left: auto;
  right: 0%;
  box-shadow: 0 10px 60px rgba(0, 0, 0, .05);
}

.overview-image-text {
  z-index: 20;
  background-color: var(--mint-cream-2);
  align-items: center;
  height: 96px;
  padding-left: 40px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.overview-image-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.nav-dropdown-top {
  border-bottom: 1px solid rgba(11, 20, 31, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 45px;
  display: flex;
}

.nav-dropdown-title {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.nav-dropdown-title-para {
  color: var(--black);
  font-size: 18px;
  line-height: 28px;
}

.nav-visual-text-block {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.nav-arrow-icon {
  width: 24px;
  height: 24px;
}

.nav-underline {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.resources-visual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resource-visual-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resource-visual-block {
  max-width: 80px;
  margin-bottom: 32px;
}

.resource-visual {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resource-visual-block-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.footer-link-inner-wrapper {
  flex-direction: row;
  flex: none;
  align-items: flex-start;
  display: block;
}

.footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.footer-link {
  color: var(--medium-aquamarine);
}

.help-question-item {
  border: 1px solid var(--gainsboro-2);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 25px;
  transition: border-color .34s;
  display: flex;
}

.help-question-item:hover {
  border-color: #007e60;
}

.checkout-form {
  padding-top: 140px;
  padding-bottom: 60px;
}

.overview-wrapper-no-move {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overview-image-two {
  object-fit: contain;
}

.body {
  font-family: Poppins, sans-serif;
}

.body.bg {
  background-color: var(--midnight-blue);
  background-image: url('../images/topography.svg');
  background-position: 0 0;
  background-size: auto;
}

.logo-text {
  float: none;
  clear: none;
  color: #fff;
  font-size: 22px;
  font-weight: 200;
  position: static;
}

.logo-text.dark {
  color: var(--midnight-blue-3);
}

.logo-text.light {
  color: #0b0d58;
}

.green-top-heading-2 {
  color: #34d399;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
}

.features-pointer-description-2 {
  color: #0b141f;
  font-size: 18px;
  line-height: 120%;
}

.secoundary-button-2 {
  color: #f0f9f5;
  text-align: center;
  letter-spacing: .5px;
  background-color: #007e60;
  border-radius: 12px;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .23s;
}

.secoundary-button-2:hover {
  background-color: #1d4a35;
}

.features-pointer-header-2 {
  color: #0b141f;
  margin-bottom: 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.navigation-link-block {
  margin-left: 17px;
  padding-left: 0;
  overflow: hidden;
}

.navigation-link-underline {
  background-color: var(--royal-blue);
  height: 3px;
  position: relative;
  left: auto;
  transform: translate(-100%);
}

.hero-wrapper-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: fill;
  flex-direction: row;
  grid-template: ". Area"
                 ". ."
                 / .75fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.hero-left-block {
  display: block;
}

.text-block {
  color: #170c4c;
}

.primary-button-2 {
  color: #34d399;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.primary-button-2:hover {
  color: #f0f9f5;
  background-color: #34d399;
}

.cta-heading-2 {
  color: #fff;
  font-family: Manrope, sans-serif;
}

.white-top-heading-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.home---benefits {
  background-color: var(--light-sea-green);
  margin-bottom: 129px;
  padding-top: 0;
  padding-bottom: 0;
}

.benefits-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 76px;
  display: none;
}

.benefit {
  color: #f1416c;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  max-width: 260px;
  margin-top: 18px;
  margin-left: 19px;
  margin-right: 17px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  display: flex;
}

.subfeature-icon {
  width: auto;
  height: 35px;
  margin-bottom: 7px;
}

.image-cover-side {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  max-height: 750px;
  display: block;
}

.home-hero-image-1-wrapper---side {
  z-index: 20;
  object-fit: fill;
  border-radius: 20px;
  height: 580px;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 41%;
  right: 4%;
  box-shadow: 0 0 100px 10px rgba(37, 99, 235, .31);
}

.video-link {
  opacity: .93;
  color: #fff;
  margin-left: 9px;
  padding-left: 0;
  font-family: Manrope, sans-serif;
  font-size: 17px;
}

.text-between-btn {
  opacity: .72;
  color: #fff;
  margin-left: 20px;
  padding-right: 20px;
}

.video-icon {
  opacity: 1;
}

.text-block-2 {
  color: #f1416c;
}

.text-block-3 {
  color: #ffc542;
}

.text-block-4 {
  color: #3dd598;
}

.bold-text {
  color: var(--mint-cream);
}

.tag-in-text {
  background-color: var(--mint-cream);
  color: var(--medium-aquamarine-2);
  border-radius: 22px;
  padding: 2px 13px 2px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 160%;
  position: relative;
  top: 0;
}

.tag-in-text.green {
  background-color: var(--royal-blue);
}

.heading-91 {
  color: var(--mint-cream);
  font-family: Manrope, sans-serif;
  font-size: 31px;
}

.home---functions {
  background-color: rgba(11, 13, 81, .69);
  padding-top: 209px;
  padding-bottom: 150px;
}

.image-to-side {
  background-image: url('../images/pinkred.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 30px;
  max-width: none;
  height: 633px;
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.image-to-side-box {
  color: rgba(0, 0, 0, 0);
  border-radius: 53px;
  flex-direction: row;
  flex: none;
  align-items: stretch;
  width: 889px;
  height: 630px;
  display: block;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 70px 20px rgba(37, 99, 235, .3);
}

.image-to-side-bg {
  border-radius: 50px;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.text-span {
  color: #fff;
}

.text-span-2 {
  color: #ffc542;
}

.text-span-3 {
  color: #3dd599;
}

.text-span-4 {
  color: #f1416c;
}

.text-span-5 {
  color: var(--mint-cream);
}

.home-3-product-feature-para {
  color: var(--mint-cream);
  margin-top: 21px;
  display: none;
}

.home-functions-step {
  z-index: 3;
  background-color: var(--medium-aquamarine-2);
  color: var(--ivory);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 4%;
}

.home-3-product-feature-head-up {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 700;
  display: none;
}

.play-video-box {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: none;
}

.primary-button-3 {
  color: #fff;
  letter-spacing: .3px;
  background-color: #2cab8d;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.primary-button-3:hover {
  color: #f0f9f5;
  background-color: #34d399;
}

.green-top-heading-3 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  font-weight: 700;
}

.status-tag {
  color: var(--white);
  background-color: #ffc542;
  border-radius: 20px;
  padding: 1px 11px 2px;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  top: 4061.12px;
  left: 721.594px;
}

.footer-download-header {
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.chrome-store {
  color: #f0f9f5;
  background-color: rgba(255, 255, 255, .84);
  border: 1px rgba(255, 255, 255, .4);
  border-radius: 10px;
  padding: 8px 15px;
  display: flex;
}

.chrome-store:hover {
  background-color: #fff;
}

.small-text-chrome {
  font-size: 12px;
  font-weight: 400;
}

.text-block-5 {
  color: var(--midnight-blue);
  text-align: center;
  margin-left: 10px;
  padding-bottom: 6px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 18px;
}

.chrome-store-icon {
  width: 42px;
  height: 42px;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(240, 249, 245, .13);
  max-width: 1060px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Manrope, sans-serif;
}

.footer-bottom-link {
  color: var(--mint-cream);
  margin-right: 45px;
}

.function-icon {
  border-radius: 0;
  width: 40px;
}

.text-block-6 {
  color: var(--white);
  text-align: center;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 800;
}

.home-3-product-image-wrapper-sidebar {
  z-index: 6;
  border-radius: 20px;
  max-width: 353px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 12%;
  right: -3%;
  box-shadow: 14px 14px 100px rgba(0, 0, 0, .2);
}

.home-3-product-image-wrapper-sidebar.feature-2-bottom {
  bottom: 6%;
  right: 0%;
}

.home-3-product-image-wrapper-5 {
  z-index: 3;
  justify-content: flex-end;
  width: auto;
  max-width: 50px;
  padding-right: 0;
  display: none;
  position: relative;
  top: -4%;
  bottom: auto;
  left: 455px;
  overflow: visible;
}

.home-3-product-image-wrapper-6 {
  z-index: 3;
  justify-content: flex-end;
  width: 210px;
  height: auto;
  display: block;
  position: absolute;
  top: -5%;
  bottom: auto;
  right: 356px;
  overflow: visible;
}

.text-span-6 {
  color: var(--medium-aquamarine-2);
}

.text-span-7 {
  color: #ffc542;
}

.text-span-8 {
  color: #f1416c;
}

.home-3-product-checks {
  color: var(--light-steel-blue);
  background-image: url('../images/check_1check.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 26px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
}

.home-3-product-check-box {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 37px;
  display: grid;
}

.button-wraper-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 47px;
  display: flex;
}

.text-span-9 {
  color: #f1416c;
}

.map-pin {
  background-color: var(--medium-aquamarine-2);
  border: 4px solid #fff;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  box-shadow: 1px 1px 15px 13px rgba(52, 211, 153, .86);
}

.map-pin.pin-in-tooltip {
  z-index: 2;
  transition: box-shadow .125s;
  position: absolute;
  top: 82px;
  left: 87px;
}

.map-pin.pin-in-space {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 22%;
  left: auto;
  right: 49%;
}

.map-pin.pin-in-space.red {
  background-color: var(--indian-red);
  box-shadow: 1px 1px 15px 13px rgba(241, 65, 108, .47);
}

.tooltip-image {
  z-index: 3;
  width: 248px;
  position: relative;
}

.contact-form-side {
  background-color: var(--midnight-blue-3);
  background-image: url('../images/topography.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
  min-width: 380px;
  margin: 10px;
  padding-top: 50px;
  padding-left: 37px;
  padding-right: 37px;
}

.contact-box-header {
  color: var(--white);
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 700;
}

.contact-box-text {
  color: var(--light-steel-blue);
  margin-bottom: 27px;
  font-size: 16px;
  font-weight: 500;
}

.contact-box-item {
  color: var(--white);
  background-image: url('../images/at_1at.png');
  background-position: 0 9%;
  background-repeat: no-repeat;
  background-size: 27px;
  margin-bottom: 15px;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.contact-box-item.contact-box-phone {
  background-image: url('../images/telephone_1telephone.png');
}

.contact-box-company-register {
  color: rgba(197, 210, 238, .56);
  margin-top: 15px;
  font-size: 13px;
  display: block;
}

.contact-form-label {
  color: var(--midnight-blue-3);
  font-size: 16px;
}

.contact-form-label.bg {
  color: #fff;
}

.contact-form-label.bg.big {
  text-transform: uppercase;
  font-size: 16px;
}

.contact-from-inputs-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-from-inputs-box.request-form-value-box {
  background-color: var(--midnight-blue-3);
  border-radius: 20px;
  margin-bottom: 50px;
  margin-right: 0;
  padding: 35px 45px 9px 46px;
  display: block;
}

.contact-from-inputs-box.request-form-contact-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.green-top-heading-4 {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
  font-size: 21px;
  font-weight: 700;
}

.empty-state-2 {
  color: #f0f9f5;
  text-align: center;
  background-color: #007e60;
  border-radius: 12px;
  padding: 18px;
  font-size: 18px;
  font-weight: 500;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.blog-box-item {
  font-family: Manrope, sans-serif;
}

.blog-box-header {
  color: var(--white);
  text-align: center;
  margin-top: 13px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
}

.blog-box-image {
  border: 3px solid var(--white);
  border-radius: 20px;
  height: 200px;
}

.blog-section-header {
  color: var(--white);
  font-family: Manrope, sans-serif;
}

.pricing-table-header {
  color: var(--white);
  text-align: center;
  margin-bottom: 69px;
  font-family: Manrope, sans-serif;
}

.pricing-box-plan-wrap {
  justify-content: space-between;
  display: block;
}

.pricing-box-left {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing-box-right {
  flex-direction: column;
  width: 100%;
  margin-top: 63px;
  display: flex;
  position: static;
}

.pricing-box-right.no-margin {
  margin-top: 1px;
}

.pricing-plan-price-text {
  color: var(--midnight-blue-3);
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.text-span-10 {
  color: #f1416c;
}

.pricing-comment {
  color: var(--light-steel-blue);
  text-align: center;
  margin-top: 10px;
  font-family: Manrope, sans-serif;
}

.text-block-7 {
  font-family: Manrope, sans-serif;
}

.cta-between-section {
  position: relative;
  top: 181px;
}

.text-block-8 {
  line-height: 27px;
}

.text-block-9 {
  line-height: 130%;
}

.text-span-11, .text-span-12 {
  color: var(--indian-red);
}

.body-2 {
  background-color: var(--midnight-blue);
  color: var(--midnight-blue-3);
}

.text-span-13 {
  color: var(--indian-red);
}

.question-section-casestudy {
  background-color: var(--midnight-blue);
  padding-top: 149px;
  padding-bottom: 113px;
}

.question-section-pricing {
  padding-top: 149px;
  padding-bottom: 113px;
}

.link, .link-2 {
  color: var(--mint-cream);
  text-decoration: underline;
}

.header-button {
  background-color: var(--royal-blue);
  cursor: pointer;
  border-radius: 20px;
  margin-left: 17px;
  padding: 11px 32px;
  font-family: Manrope, sans-serif;
}

.header-button:hover {
  background-color: #1d59db;
}

.header-button.open-map {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--mint-cream-3);
  background-color: #22259f;
  border-radius: 50px;
  align-items: center;
  width: auto;
  padding: 9px 30px 9px 25px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.header-button.open-map:hover {
  color: var(--white);
}

.request-form {
  background-color: var(--white);
  border-radius: 20px;
  padding: 54px 57px 35px;
  font-family: Manrope, sans-serif;
  display: block;
  box-shadow: 0 0 100px 10px rgba(37, 99, 235, .31);
}

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

.success-message-2 {
  background-color: var(--white);
  color: var(--midnight-blue);
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 42px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.error-message-2 {
  color: var(--midnight-blue);
  border-radius: 10px;
  font-family: Manrope, sans-serif;
}

.link-3, .link-4, .link-5 {
  color: var(--white);
}

.topbar {
  background-color: var(--gainsboro-2);
  width: 100%;
  height: 30px;
  font-family: Manrope, sans-serif;
}

.order-hero-section {
  flex-direction: column;
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.order-section {
  padding-top: 45px;
  padding-bottom: 181px;
}

.order-choose-type {
  justify-content: space-around;
  margin-bottom: 39px;
  display: flex;
}

.order-type {
  background-color: var(--royal-blue);
}

.order-type-box {
  z-index: 1;
  border: 1px none var(--gainsboro);
  background-color: var(--white);
  text-align: center;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  min-height: 360px;
  margin-left: 0%;
  margin-right: 1%;
  padding: 40px 35px;
  display: flex;
  position: static;
  box-shadow: 1px 1px 100px -13px rgba(37, 99, 235, .3);
}

.order-type-box.pricing-recommended {
  border-color: #007e60;
}

.order-type-box.pricing-highlighted {
  color: var(--white);
  background-color: #007e60;
  padding: 23px 20px;
}

.order-type-box.pricing-box-alternative {
  background-color: #f0f9f5;
  width: 100%;
  min-height: 0;
  margin-top: 37px;
  padding-top: 24px;
  padding-bottom: 10px;
  padding-left: 51px;
}

.order-type-box.pricing-box-alternative:hover {
  background-color: #f0f9f5;
}

.order-type-box.white-pricing-box {
  background-color: var(--white);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.order-type-box.green-pricing-box {
  background-color: var(--light-sea-green);
  color: var(--white);
  border-style: none;
}

.order-type-box.pricing-1-box {
  background-color: var(--white);
}

.order-tarif-name {
  color: var(--midnight-blue);
  letter-spacing: 0;
  background-image: url('../images/Shape.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.order-tarif-name.pricing-alternative {
  color: var(--midnight-blue);
  margin-bottom: -1px;
  font-size: 40px;
}

.order-tarif-name.pricing-3-price {
  margin-bottom: 0;
}

.order-tarif-name.pricing-1-price {
  font-family: Poppins, sans-serif;
}

.order-tarif-name.price-ecom {
  margin-bottom: 0;
  margin-right: 2px;
  font-size: 32px;
}

.order-type-text {
  color: var(--midnight-blue-3);
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.order-type-tag {
  clear: left;
  border: 2px solid var(--midnight-blue-3);
  color: var(--midnight-blue-3);
  text-transform: uppercase;
  border-radius: 4px;
  max-width: 200px;
  margin-bottom: 16px;
  padding: 5px 6px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.order-type-tag.pricing-1-plan-text {
  color: var(--midnight-blue-3);
}

.order-capacity, .order-letters {
  display: block;
}

.order-letters-item {
  z-index: 1;
  border: 2px solid var(--mint-cream);
  box-shadow: none;
  text-align: center;
  cursor: pointer;
  background-color: rgba(252, 252, 252, .54);
  border-radius: 16px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-height: 210px;
  margin-left: 0%;
  margin-right: 1%;
  padding: 24px 29px;
  display: flex;
  position: relative;
}

.order-letters-item.pricing-recommended {
  border-color: #007e60;
}

.order-letters-item.pricing-highlighted {
  color: var(--white);
  background-color: #007e60;
  padding: 23px 20px;
}

.order-letters-item.pricing-box-alternative {
  background-color: #f0f9f5;
  width: 100%;
  min-height: 0;
  margin-top: 37px;
  padding-top: 24px;
  padding-bottom: 10px;
  padding-left: 51px;
}

.order-letters-item.pricing-box-alternative:hover {
  background-color: #f0f9f5;
}

.order-letters-item.white-pricing-box {
  background-color: var(--white);
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

.order-letters-item.green-pricing-box {
  background-color: var(--light-sea-green);
  color: var(--white);
  border-style: none;
}

.order-letters-item.pricing-1-box {
  background-color: var(--white);
}

.order-letters-item.selected {
  background-color: #fff;
  border-color: #00daa8;
}

.letter-radio-btn {
  border-width: 2px;
  border-color: var(--mint-cream);
  background-color: var(--white);
  background-image: url('../images/tick_none_1tick_none.png');
  background-position: 0 0;
  background-size: auto;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -4%;
}

.letter-radio-btn.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/tick_1tick.png');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-color: #00daa8;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0);
}

.order-letters-box {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 57px;
  display: grid;
}

.order-form-header {
  color: var(--midnight-blue);
  text-align: center;
  margin-top: 24px;
  margin-bottom: 13px;
  font-family: Manrope, sans-serif;
  font-size: 40px;
}

.order-letters-sub-price {
  color: var(--midnight-blue-3);
  text-align: left;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.order-letters-price {
  color: var(--midnight-blue);
  letter-spacing: 0;
  background-image: url('../images/Shape.svg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3px;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
}

.order-letters-price.pricing-alternative {
  color: var(--midnight-blue);
  margin-bottom: -1px;
  font-size: 40px;
}

.order-letters-price.pricing-3-price {
  margin-bottom: 0;
}

.order-letters-price.pricing-1-price {
  font-family: Poppins, sans-serif;
}

.order-letters-price.price-ecom {
  margin-bottom: 0;
  margin-right: 2px;
  font-size: 32px;
}

.radio-button-label {
  display: none;
}

.order-back-button {
  color: rgba(255, 255, 255, .61);
  text-transform: uppercase;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  display: none;
}

.order-back-button:hover {
  color: rgba(255, 255, 255, .99);
}

.order-note {
  color: var(--midnight-blue);
  margin-top: 43px;
  font-size: 13px;
}

.order-page {
  background-color: var(--midnight-blue);
  background-image: url('../images/topography.svg');
  background-position: 0 0;
  background-size: auto;
}

.order-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 850px;
  margin: 50px auto 40px;
  display: flex;
}

.body-3, .body-4 {
  background-color: var(--midnight-blue);
}

.changelog-box {
  border-bottom: 1px solid rgba(240, 249, 245, .16);
  justify-content: flex-start;
  padding: 87px 23px 62px 20px;
  display: flex;
}

.changebox-date {
  color: var(--slate-grey);
  min-width: 25%;
  font-family: Manrope, sans-serif;
  position: relative;
}

.changebox-content {
  min-width: 75%;
}

.changebox-image-wrapper {
  background-image: url('../images/pinkred.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 36px;
  width: 100%;
  margin-bottom: 36px;
  padding: 38px 37px 0;
}

.changebox-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 23px;
  font-family: Manrope, sans-serif;
  font-size: 25px;
}

.changebox-text {
  color: var(--light-steel-blue);
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.changebox-image {
  border-radius: 20px 20px 0 0;
  width: 100%;
  box-shadow: 0 0 0 11px rgba(11, 13, 81, .13);
}

.changebox-float-date {
  object-fit: fill;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 6px;
}

.changelog-hero-wapper {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.changelog-hero-head {
  color: var(--white);
  font-family: Manrope, sans-serif;
  font-size: 54px;
}

.changelog-hero-para {
  border-left: 2px solid var(--light-steel-blue);
  color: var(--white);
  max-width: 550px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 27px;
  font-family: Manrope, sans-serif;
}

.changelog-list {
  color: var(--light-steel-blue);
  padding-left: 1px;
  font-family: Manrope, sans-serif;
  list-style-type: none;
}

.list-item {
  list-style-type: none;
}

.list-item.list-checked {
  background-image: url('../images/tick_1tick.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-top: 16px;
  padding-left: 34px;
  font-size: 15px;
}

.list-item-2 {
  list-style-type: none;
}

.image-overflow {
  z-index: 15;
  background-color: rgba(11, 13, 81, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-span-14 {
  font-weight: 200;
}

.plus {
  border: 2px solid var(--light-steel-blue);
  color: var(--light-steel-blue);
  text-align: center;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  font-weight: 800;
  line-height: 117%;
  display: inline-block;
}

.text-block-10 {
  color: var(--light-steel-blue);
  margin-bottom: 20px;
  font-size: 20px;
}

.list {
  color: var(--light-steel-blue);
  text-align: left;
  font-size: 16px;
}

.text-span-15 {
  color: var(--indian-red);
}

.list-item-3 {
  color: var(--mint-cream);
  text-align: left;
  list-style-type: disc;
}

.list-2 {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 24px;
  padding-bottom: 24px;
}

.text-span-16 {
  color: var(--indian-red);
}

.usecase-wrapper {
  width: 100%;
}

.usecase-section {
  width: 100%;
  margin-bottom: 200px;
}

.usecase-section.section-bg {
  background-color: var(--midnight-blue);
  background-image: none;
  background-size: auto;
  margin-bottom: 0;
  padding-top: 232px;
  padding-bottom: 230px;
}

.usecase-section.section-bg-abstract {
  background-image: url('../images/section-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.case-of-use {
  background-color: rgba(22, 23, 56, .69);
  padding-top: 209px;
  padding-bottom: 150px;
}

.case-of-use-wrapper {
  text-align: center;
}

.case-of-use-header {
  max-width: 780px;
  margin-bottom: 27px;
  margin-left: auto;
  margin-right: auto;
}

.header-para-text {
  color: var(--slate-grey);
  max-width: 426px;
  font-family: Manrope, sans-serif;
}

.header-para-text.white-text {
  color: #c5d2ee;
  text-align: justify;
  margin-bottom: 22px;
  font-weight: 500;
}

.header-para-text.white-text-copy {
  color: #c5d2ee;
  text-align: justify;
  max-width: 810px;
  margin-top: 30px;
  margin-bottom: 22px;
  font-weight: 500;
}

.case-of-use-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: -1px;
  padding-top: 66px;
  display: inline-block;
}

.case-of-use-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 870px;
  margin-bottom: 59px;
  padding: 0 62px 0 0;
  display: flex;
  position: relative;
  box-shadow: 0 0 100px rgba(0, 0, 0, .2);
}

.case-of-use-image-wrapper {
  background-color: #fff;
  background-image: url('../images/pinkred.webp');
  background-size: cover;
  border-radius: 20px 0 0 20px;
  width: 100%;
  max-width: 330px;
  height: 280px;
  margin-bottom: 0;
  margin-right: 36px;
  padding: 12px 0 12px 12px;
  display: block;
}

.case-of-use-image {
  object-fit: cover;
  border-radius: 13px 0 0 13px;
  width: 100%;
  height: 100%;
}

.case-of-use-step {
  z-index: 3;
  background-color: var(--medium-aquamarine-2);
  color: var(--ivory);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  padding-top: 9px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.case-of-use-text-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 610px;
  margin-top: 36px;
  display: block;
}

.case-of-use-para {
  color: var(--slate-grey);
  text-align: justify;
  letter-spacing: .3px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 140%;
}

.case-of-use-text-header {
  color: var(--midnight-blue-3);
  letter-spacing: .2px;
  text-transform: none;
  margin-bottom: 18px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 120%;
}

.help-body-section {
  background-color: #fff;
  min-height: 100vh;
  display: block;
}

.help-sidebar-menu {
  float: none;
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: var(--light-steel-blue);
  background-color: rgba(0, 0, 0, 0);
  width: 36%;
  height: 100%;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 42px;
  padding-right: 11px;
  position: relative;
}

.help-center-content {
  clear: right;
  color: var(--midnight-blue-2);
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 99px;
  padding-left: 56px;
  padding-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 13px;
}

.help-center-content.homepage {
  text-align: left;
}

.help-center-content.homepage.temporary {
  text-align: center;
}

.help-center-navbar {
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu-2 {
  flex-direction: column;
  min-width: 260px;
  display: flex;
}

.help-center-nav-item {
  border-left: 1px solid var(--light-steel-blue);
  color: var(--midnight-blue-3);
  width: 100%;
  padding: 7px 5px 1px 11px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.help-center-nav-item:hover {
  font-weight: 500;
  text-decoration: underline;
}

.help-center-nav-item:active {
  font-weight: 400;
}

.help-center-nav-item.w--current {
  border-right: 3px none var(--medium-aquamarine-2);
  border-left-width: 3px;
  border-left-color: var(--royal-blue);
  color: var(--royal-blue);
  background-color: rgba(255, 255, 255, .34);
  width: 101%;
  font-weight: 700;
}

.help-center-right-body {
  width: 100%;
}

.help-body-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-header {
  clear: left;
  color: var(--mint-cream);
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-top: -5px;
  font-family: Manrope, sans-serif;
  font-size: 27px;
  display: flex;
  position: static;
}

.text-block-11 {
  color: #fff;
  text-align: left;
  padding-left: 13px;
  padding-right: 7px;
  font-family: Manrope, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.navigation-container-help-center {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  height: 100%;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.navigation-container-help-center.right {
  justify-content: space-between;
}

.navigation-right-help-center {
  clear: right;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: none;
}

.help-centre-menu-header {
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-span-17 {
  font-weight: 300;
}

.help-center-image {
  object-fit: fill;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-5 {
  font-family: Manrope, sans-serif;
}

.collection-list-wrapper-2 {
  padding-left: 32px;
  font-family: Montserrat, sans-serif;
}

.help-centre-menu-tag {
  background-color: var(--white);
  color: var(--midnight-blue-3);
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 9px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.help-centre-menu-tag-text {
  color: var(--midnight-blue-3);
  text-transform: uppercase;
  align-items: center;
  margin-left: 13px;
  font-family: Exo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  display: block;
}

.help-centre-menu-tag-copy {
  color: var(--midnight-blue-3);
  text-transform: uppercase;
  margin-bottom: 28px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.help-centre-menu-tag-img {
  background-color: var(--white);
  color: var(--medium-aquamarine-2);
  -webkit-text-stroke-color: var(--royal-blue);
  width: 19px;
  font-size: 16px;
}

.help-centre-other-contacts {
  border-radius: 9px;
  width: 100%;
  max-width: 280px;
  margin-top: 58px;
  margin-right: 0;
  padding: 15px 0 15px 15px;
  font-family: Manrope, sans-serif;
  position: static;
}

.help-center-calendly {
  color: #fff;
  background-color: #2563eb;
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-right: 20px;
  padding: 10px 13px 10px 11px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.help-center-calendly-img {
  width: 27px;
  margin-right: 11px;
}

.help-center-contact-text {
  color: var(--midnight-blue-3);
  text-align: left;
  font-size: 17px;
  font-weight: 400;
}

.text-block-12 {
  padding-top: 0;
}

.text-block-12:hover {
  text-decoration: underline;
}

.help-center-mail {
  color: var(--royal-blue);
  background-color: rgba(37, 99, 235, .07);
  border-radius: 8px;
  flex-direction: row;
  align-items: center;
  margin-right: 20px;
  padding: 10px 13px 10px 11px;
  font-family: Exo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.blog-categories-bar {
  margin-bottom: 23px;
}

.blog-categories-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  display: flex;
}

.breadcrumbs-section {
  padding-top: 10px;
  padding-bottom: 6px;
  font-size: 13px;
}

.blog-first-newest {
  margin-bottom: 57px;
}

.newest-collection-grid {
  grid-column-gap: 37px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 18px;
  display: block;
}

.page-wrapper-blog {
  background-image: none;
  background-size: auto;
  font-family: Manrope, sans-serif;
  overflow: hidden;
}

.page-wrapper-blog.overflow-hidden {
  overflow: hidden;
}

.page-wrapper-blog.overflow-visible {
  overflow: visible;
}

.page-wrapper-blog.light {
  background-color: var(--white);
}

.blog-top-submenu-section {
  background-color: #fff;
  border: 1px solid rgba(0, 46, 36, .2);
  border-left: 1px #000;
  border-right: 1px #000;
}

.blog-submenu-link {
  color: var(--midnight-blue-3);
  letter-spacing: -.2px;
  text-transform: uppercase;
  flex: none;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.blog-submenu-link:hover {
  color: var(--light-sea-green);
}

.blog-submenu-link.w--current {
  color: var(--light-sea-green);
  text-decoration: underline;
}

.blog-submenu-link.people {
  display: block;
}

.blog-submenu-list {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: baseline;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: static;
}

.blog-submenu-list.custom-links {
  flex: 0 auto;
  display: inline-block;
}

.home-top-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-bottom: 8px;
  display: grid;
}

.home-top-wrapper._2-cols {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1.5fr;
  display: block;
}

.blog-top-rigth-box {
  background-color: var(--gold);
  color: var(--midnight-blue);
  background-image: url('../images/topography.svg');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #e6e2db;
  border-radius: 20px;
  margin-bottom: 18px;
  padding-top: 25px;
  padding-left: 36px;
  padding-right: 24px;
  display: none;
}

.blog-cta {
  background-color: var(--midnight-blue-3);
  background-image: none;
  border: 1px #000;
  padding-top: 4px;
  padding-bottom: 6px;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-item-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e6e2db;
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.blog-thumbnail-image-container-vertical {
  border-radius: 0;
  width: 100%;
  height: 290px;
  max-height: 380px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-cta-h {
  color: var(--midnight-blue-3);
  font-family: Merriweather, serif;
  font-size: 29px;
  display: block;
}

.cta-blog-content-grid {
  grid-column-gap: 105px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 68px;
  display: block;
}

.cta-blog-grid-item {
  flex-direction: column;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.cta-blog-icon-container {
  background-color: var(--midnight-blue-3);
  color: var(--medium-aquamarine-2);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
}

.cta-blog-item-head {
  color: var(--midnight-blue-3);
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.cta-blog-item-para {
  color: var(--slate-grey);
  letter-spacing: .4px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.cta-blog-bar {
  border: 1px solid #e6e2db;
  border-radius: 20px;
}

.cta-blog-section-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-image: url('../images/line.svg');
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding: 41px 22px 43px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-blog-text-wrapper {
  z-index: 1;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 770px;
  display: flex;
  position: relative;
}

.cta-blog-white-top-heading {
  color: var(--medium-aquamarine-2);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cta-blog-heading {
  color: var(--mint-cream-3);
  font-family: Poppins, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 130%;
  display: block;
}

.cta-blog-image {
  z-index: 0;
  background-color: var(--midnight-blue-3);
  object-fit: cover;
  object-position: 50% 50%;
  width: 74%;
  height: 100%;
  margin-top: 0;
  margin-right: -29%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cta-blog-image-box {
  background-color: var(--midnight-blue-3);
  display: none;
}

.cta-blog-button-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.cta-blog-button-container.customer-story-button-wrapper {
  align-items: center;
  display: flex;
}

.button-link-style {
  color: var(--midnight-blue-3);
  background-color: rgba(255, 255, 255, 0);
  font-family: Manrope, sans-serif;
  font-size: 17px;
}

.cta-blog-item-text {
  opacity: .88;
  color: var(--light-blue);
  letter-spacing: .4px;
  margin-top: 5px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 130%;
}

.footer-section-blog {
  color: var(--midnight-blue-3);
  border: 1px #000;
  border-top: 1px solid #e6e2db;
  padding-top: 61px;
  padding-bottom: 12px;
}

.footer-section-blog.blog {
  background-color: var(--white);
}

.footer-left-container-blog {
  text-align: left;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-para-blog {
  color: var(--slate-grey);
  text-align: center;
  letter-spacing: .5px;
  max-width: 230px;
  margin-top: 15px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  line-height: 19px;
}

.footer-links-wrapper-blog {
  color: var(--midnight-blue-3);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 5px;
  margin-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  display: flex;
}

.footer-link-inner-wrapper-blog {
  flex-direction: row;
  flex: none;
  align-items: flex-start;
  margin-right: 53px;
  display: block;
}

.footer-link-inner-wrapper-blog.bottom-padding {
  margin-bottom: 20px;
}

.footer-link-inner-wrapper-blog.people {
  display: block;
}

.footer-links-blog {
  color: var(--body-text);
  letter-spacing: .5px;
  flex: 0 auto;
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-size: 13px;
  line-height: 24px;
}

.footer-links-blog:hover {
  text-decoration: underline;
}

.footer-links-blog.w--current {
  color: var(--body-text);
}

.footer-links-blog.w--open {
  padding-right: 55px;
}

.footer-bottom-link-blog {
  color: #a7b1c5;
  text-decoration: underline;
}

.footer-bottom-blog {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  color: #a7b1c5;
  text-align: center;
  border-top: 1px solid rgba(240, 249, 245, .13);
  justify-content: center;
  max-width: 1060px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 23px;
  padding-left: 26px;
  padding-right: 26px;
  font-family: Manrope, sans-serif;
  display: flex;
}

.collection-item {
  flex: 1;
  justify-content: center;
  display: flex;
}

.page-wrapper-copy {
  background-color: #0b0d51;
  background-image: none;
  background-size: auto;
  font-family: Thicccboi, sans-serif;
  overflow: hidden;
}

.page-wrapper-copy.overflow-hidden {
  overflow: hidden;
}

.page-wrapper-copy.overflow-visible {
  overflow: visible;
}

.page-wrapper-copy.light {
  background-color: var(--white);
}

.blog-next-articles-heading {
  color: var(--midnight-blue-3);
  margin-bottom: 32px;
  font-family: Merriweather, serif;
  font-size: 34px;
}

.breadcrumbs-link {
  color: var(--slate-grey);
  font-family: Manrope, sans-serif;
}

.breadcrumbs-link.w--current {
  font-weight: 400;
}

.text-block-13 {
  font-family: Manrope, sans-serif;
}

.text-block-14 {
  color: var(--midnight-blue-3);
  font-size: 21px;
}

.breadcrumbs-divider {
  color: #757095;
  padding: 0 10px;
  font-family: Manrope, sans-serif;
  display: inline;
}

.rich-text-blog {
  margin-bottom: 20px;
  padding-top: 11px;
  font-family: PT Serif, serif;
  font-size: 19px;
  line-height: 20px;
}

.rich-text-blog h2 {
  color: var(--midnight-blue);
  margin-top: 56px;
  margin-bottom: 30px;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 600;
}

.rich-text-blog p {
  color: var(--black);
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-family: Merriweather, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 170%;
}

.rich-text-blog ul {
  font-size: 20px;
  line-height: 160%;
}

.rich-text-blog img {
  margin-top: 40px;
  margin-bottom: 0;
}

.rich-text-blog figcaption {
  color: rgba(0, 126, 96, .6);
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.rich-text-blog blockquote {
  border-left-color: var(--blue);
  color: var(--midnight-blue-2);
  margin-top: 60px;
  margin-bottom: 60px;
  font-family: Merriweather, serif;
  font-size: 30px;
  line-height: 137%;
}

.rich-text-blog li {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 28px;
}

.rich-text-blog ul {
  line-height: 100%;
}

.rich-text-blog h3 {
  color: var(--midnight-blue);
  margin-top: 45px;
  margin-bottom: 18px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 600;
}

.rich-text-blog h1 {
  color: var(--midnight-blue);
  margin-top: 50px;
  margin-bottom: 26px;
  font-family: Poppins, sans-serif;
  font-size: 3.2em;
  font-weight: 600;
}

.rich-text-blog h4 {
  color: var(--midnight-blue);
  margin-top: 45px;
  margin-bottom: 9px;
  font-family: Merriweather, serif;
  font-size: 29px;
  font-weight: 600;
}

.rich-text-blog h5 {
  color: var(--midnight-blue);
  margin-top: 45px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 23px;
  font-weight: 600;
}

.rich-text-blog h6 {
  color: var(--midnight-blue-2);
  margin-top: 40px;
  margin-bottom: 7px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.blog-newest-articles {
  background-color: rgba(0, 0, 0, .39);
  background-image: none;
  background-size: auto;
  padding-top: 140px;
  padding-bottom: 113px;
}

.blog-newst-articles-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.blog-newst-articles-header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.blog-newst-articles-content-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-newest-articles-grid {
  grid-column-gap: 37px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  margin-bottom: 0;
  display: grid;
}

.blog-link-card {
  color: var(--midnight-blue-3);
  background-color: rgba(255, 255, 255, .92);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.blog-link-card-link {
  color: var(--midnight-blue-3);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.blog-stats-block-header {
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 700;
}

.blog-stats-block-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  display: grid;
}

.blog-stats-block-name {
  text-transform: none;
}

.blog-stats-block-number {
  font-family: Merriweather, serif;
  font-size: 30px;
}

.html-embed {
  width: 100%;
  max-width: 1200px;
}

.html-embed.arcadebg {
  box-shadow: 0 0 100px 10px rgba(37, 99, 235, .25);
}

.tabs-menu {
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}

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

.tab_button {
  z-index: 1;
  color: var(--mint-cream-3);
  background-color: #43445c;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.tab_button.w--current {
  z-index: 2;
  background-color: var(--medium-aquamarine-2);
  color: var(--black);
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
  transform: scale(1.1);
}

.text-block-16 {
  color: var(--light-grey);
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.text-block-17 {
  font-family: Inconsolata, monospace;
}

.form-details {
  display: none;
}

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

.articles-list {
  flex: 1;
  display: block;
}

.blog-sidebar {
  border-radius: 17px;
  padding-bottom: 10px;
  padding-left: 9px;
  padding-right: 4px;
  display: block;
}

.logo-img {
  max-height: 19px;
}

.menu-header {
  color: var(--midnight-blue-3);
  font-size: 40px;
  font-weight: 700;
}

.blog-body-wrapper {
  grid-column-gap: 44px;
  grid-row-gap: 49px;
  grid-template-rows: repeat(auto-fit, 453px);
  grid-template-columns: 5.25fr .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 80px;
  display: flex;
}

.blog-sidebar-top-articles {
  display: block;
}

.blog-sidebar-top-collection-grid-copy {
  grid-column-gap: 37px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 27px;
  display: block;
}

.blog-item-sidebar {
  border-radius: 20px;
  flex-direction: row;
  align-items: flex-start;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.blog-sidebar-thumbnail-image-container-copy {
  border-radius: 15px;
  width: 60px;
  height: 60px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-sidebar-item-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  padding: 19px 20px 20px;
  display: block;
}

.blog-sidebar-item-text-wrapper.vertical {
  padding-top: 30px;
  padding-left: 27px;
  padding-right: 31px;
}

.blog-siderbar-card-head {
  color: var(--midnight-blue-3);
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
}

.blog-category-header {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 32px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
}

.blog-category-header.white {
  color: var(--gainsboro-3);
}

.blog-top-card-head {
  color: var(--midnight-blue-3);
  margin-bottom: 16px;
  padding-right: 33px;
  font-family: Merriweather, serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 130%;
}

.blog-top-item-vertical {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-width: 1px;
  border-color: var(--light-blue);
  border-radius: 20px;
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100%;
  padding-right: 19px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.blog-top-thumbnail-image-container-vertical {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 0;
  width: 100%;
  height: 290px;
  display: block;
  position: relative;
  overflow: hidden;
}

.form {
  border-radius: 15px;
  padding: 20px 3px;
}

.newsletter-heading {
  color: var(--midnight-blue);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.newsletter-input {
  background-color: #fff;
  border: 2px solid #e4e9f3;
  border-radius: 36px;
  justify-content: space-between;
  align-items: center;
  width: 266px;
  height: 47px;
  display: flex;
}

.newsletter-button {
  cursor: pointer;
  background-color: #1a1d97;
  border-radius: 20px;
  padding: 11px 16px 11px 18px;
  font-family: Manrope, sans-serif;
}

.newsletter-button:hover {
  background-color: #1d59db;
}

.newsletter-input-field {
  border: 1px #000;
  border-radius: 20px;
  width: 172px;
  height: 44px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.blog-tags-count {
  color: var(--slate-grey);
  background-color: #eceae5;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  font-size: 13px;
  font-weight: 700;
  display: none;
}

.blog-category-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.maplo-logo {
  height: 39px;
}

.blog_o {
  color: rgba(229, 229, 229, 0);
  background-image: url('../images/symbol_maplo.svg');
  background-position: 50% 66%;
  background-repeat: no-repeat;
  background-size: auto;
  line-height: 19px;
}

.blog-name {
  color: var(--midnight-blue-3);
  text-transform: none;
  border: 2px #0b0d50;
  padding: 9px 7px 10px;
  font-family: Merriweather, serif;
  font-size: 29px;
  font-weight: 700;
}

.blog-category-custom-list {
  width: 30%;
  display: block;
}

.people-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 120px;
  width: 70px;
  height: 70px;
  margin-right: 30px;
}

.people-image.homepage {
  border-width: 2px;
  border-color: var(--light-steel-blue);
  border-radius: 80px;
  width: 70px;
  max-width: none;
  height: 70px;
  margin-right: 0;
}

.people-list-item {
  background-color: #fff;
  border: 1px #f0f0f5;
  border-bottom-style: solid;
  border-radius: 0;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0 15px 18px;
  display: flex;
  position: relative;
}

.people-card-head {
  color: var(--header-text);
  min-width: 210px;
  margin-bottom: 2px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: block;
}

.people-list-collection {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.people-card-desc {
  color: #8182a8;
}

.people-card-category {
  color: var(--slate-grey);
  background-color: rgba(182, 182, 205, .2);
  border-radius: 14px;
  margin-top: 0;
  margin-right: 1px;
  padding: 4px 11px 4px 10px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  position: static;
  top: 13%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.people-card-body {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 530px;
  display: block;
}

.people-card-link {
  display: none;
}

.collection-list-wrapper-3 {
  display: block;
}

.people-list-wrapper {
  background-color: #fff;
  border-radius: 20px;
  padding: 13px 48px 48px 49px;
  display: block;
  position: static;
  top: -23%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.people-section {
  background-color: #f8f8f8;
  margin-top: -20px;
  padding-top: 0;
  padding-bottom: 82px;
}

.people-section-header {
  background-color: var(--midnight-blue);
  background-image: url('../images/634141a3c5c730e14957f25f_alena-darmel.jpg'), url('../images/topography.svg');
  background-position: 0 0, 0 0;
  background-size: auto, 320px;
}

.blog-top-card-head-white {
  color: var(--midnight-blue);
  text-align: center;
  margin-bottom: 22px;
  padding-right: 33px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 128%;
}

.people-section-body-list {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1020px;
  margin: -100px auto 97px;
  padding-top: 44px;
  padding-bottom: 17px;
  position: relative;
  box-shadow: 0 -10px 20px rgba(34, 37, 159, .03);
}

.people-header-description {
  color: var(--mint-cream);
}

.profile-list-header {
  clear: both;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 1020px;
  padding-bottom: 12px;
  display: block;
}

.link-to-people-detail {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.link-to-people-detail:hover {
  background-image: radial-gradient(circle closest-side at 0%, #12ca96, rgba(11, 13, 81, 0));
}

.people-section-body-header {
  justify-content: space-between;
  padding: 35px 22px 12px 66px;
  display: flex;
}

.people-body-section-header-h {
  color: var(--midnight-blue-3);
  font-size: 28px;
}

.people-body-section-header-h-2 {
  color: #131564;
  font-size: 28px;
}

.blog-cta-h-2 {
  color: #131564;
  font-family: Merriweather, serif;
  font-size: 29px;
}

.header-button-2 {
  cursor: pointer;
  background-color: #2563eb;
  border-radius: 20px;
  margin-left: 17px;
  padding: 11px 32px;
  font-family: Manrope, sans-serif;
}

.header-button-2:hover {
  background-color: #1d59db;
}

.header-button-2.open-map {
  background-color: #22259f;
  width: 170px;
  font-size: 15px;
  font-weight: 300;
}

.cta-blog-icon-container-2 {
  color: #34d399;
  background-color: #131564;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
}

.cta-blog-white-top-heading-2 {
  color: #131564;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.footer-section-blog-2 {
  color: #131564;
  background-color: #fff;
  border: 1px #000;
  border-top: 1px solid #e6e2db;
  padding-top: 61px;
  padding-bottom: 12px;
}

.cta-blog-item-text-2 {
  color: #757095;
  letter-spacing: .4px;
  margin-top: 33px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.people-header-description-2 {
  color: #f0f9f5;
}

.blog-top-card-head-white-2 {
  color: #fff;
  margin-bottom: 16px;
  padding-right: 33px;
  font-family: Manrope, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 128%;
}

.navigation-link-underline-2 {
  background-color: #2563eb;
  height: 3px;
  position: relative;
  left: auto;
  transform: translate(-100%);
}

.cta-blog-section-content-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #e6e2db;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 83px 51px 52px;
  padding: 41px 74px 43px 43px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-blog-item-head-2 {
  color: #131564;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.footer-links-blog-2 {
  color: #131564;
  letter-spacing: .5px;
  flex: 0 auto;
  margin-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
}

.footer-links-blog-2.w--open {
  padding-right: 55px;
}

.primary-button-4 {
  color: #1f3b35;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #00dba8;
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 47px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.primary-button-4.blue {
  color: #fff;
  background-color: #1a1d97;
  font-size: 18px;
}

.primary-button-4.blue:hover {
  background-color: #0e1080;
}

.blog-submenu-link-2 {
  color: #131564;
  flex: none;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.blog-submenu-link-2:hover {
  color: #2563eb;
}

.blog-submenu-link-2.w--current {
  text-decoration: underline;
}

.footer-links-wrapper-blog-2 {
  color: #131564;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
  margin-right: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  display: flex;
}

.blog-name-2 {
  color: #131564;
  text-transform: none;
  border: 2px #0b0d50;
  padding: 9px 7px 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
}

.cta-blog-item-para-2 {
  color: #757095;
  letter-spacing: .4px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.cta-blog-heading-2 {
  color: #131564;
  font-family: Merriweather, serif;
  font-size: 37px;
}

.people-section-header-2 {
  background-color: #f6f6f4;
  padding-top: 61px;
  padding-bottom: 104px;
}

.people-name {
  color: #131564;
  text-align: center;
  margin-bottom: 8px;
  font-size: 28px;
}

.people-name.small {
  text-align: left;
  font-size: 21px;
}

.people-profile-body {
  justify-content: space-between;
  padding: 113px 26px 12px 42px;
  display: block;
}

.profile-image {
  object-fit: cover;
  border: 5px solid rgba(19, 21, 100, .14);
  border-radius: 100%;
  width: 130px;
  max-width: 130px;
  height: 130px;
  margin-top: 1px;
  margin-bottom: 13px;
}

.profile-image.small {
  width: 110px;
  height: 110px;
}

.people-profile-topbar {
  background-color: #fff;
  border-bottom: 1px #eaeaf6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 35px;
  padding: 31px 22px 24px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .19);
}

.profile-social-links {
  justify-content: flex-start;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.profile-long-text {
  padding-top: 52px;
}

.people-section-header-bg {
  background-color: var(--midnight-blue-2);
}

.ikonik-p4mh {
  color: #d31616;
}

.ikonik-a12wk {
  color: #fff;
}

.profile-topbar-info {
  text-align: center;
  flex: 1;
  margin-bottom: 19px;
}

.profile-last-update {
  padding-left: 6px;
}

.profile-desc {
  color: var(--slate-grey);
}

.profile-go-to-web {
  background-color: var(--royal-blue);
  color: var(--mint-cream-3);
  border-radius: 30px;
  flex: 0 auto;
  padding: 10px 20px 12px;
  position: static;
  top: 28%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.profile-social-link {
  width: 42px;
  padding: 0 7px 0 6px;
}

.facebook {
  width: 100%;
  height: auto;
}

.twitter {
  color: #1da1f2;
  width: 100%;
  height: auto;
}

.youtube-icon {
  color: red;
  width: 100%;
  height: auto;
}

.instagram-icon {
  color: #c32aa3;
  width: 100%;
  height: auto;
}

.ikonik-4uecb {
  color: #fff;
}

.path {
  width: 40px;
}

.profile-count-of-visitors {
  border-left: 1px solid #eaeaf6;
  margin-left: 21px;
  padding-left: 16px;
}

.count-of-visitors-text {
  color: var(--slate-grey);
  font-size: 11px;
}

.count-of-visitors-number {
  color: var(--midnight-blue-3);
  font-size: 20px;
  font-weight: 600;
}

.profile-bio-header {
  color: var(--midnight-blue-3);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
}

.text-block-18 {
  color: var(--midnight-blue-2);
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.profile-rec-block-list {
  color: var(--slate-grey);
  font-size: 15px;
  list-style-type: disc;
}

.profile-card-footer-block {
  justify-content: flex-end;
  margin-top: 41px;
  padding: 14px 44px 13px 46px;
  display: flex;
}

.profile-card-last-update {
  color: #afb2bb;
  font-size: 13px;
  display: flex;
}

.profile-card-statement {
  color: var(--body-text);
  text-align: center;
  margin-top: 58px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.paragraph {
  font-size: 14px;
}

.list-3 {
  list-style-type: none;
}

.profile-go-to-list {
  clear: none;
  color: rgba(240, 249, 245, .84);
  background-color: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 30px;
  flex: 0 auto;
  padding: 10px 20px 12px;
  position: relative;
  top: 4%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrapper-1200px-copy {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-1200px-copy.home-hero-wrapper {
  justify-content: space-between;
  width: 98%;
  max-width: 1200px;
  display: flex;
}

.wrapper-1200px-copy.home-hero-wrapper.home-hero-wrapper-vertical {
  flex-direction: column;
  justify-content: space-between;
}

.wrapper-1200px-copy.customer-story-full-wrapper {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.wrapper-1200px-copy.home-3-hero-wrapper {
  width: 100%;
  max-width: 1440px;
  display: block;
}

.wrapper-1200px-copy.wrapper-full {
  width: 100%;
  max-width: 1440px;
  overflow: hidden;
}

.wrapper-1200px-copy.contact-map-wrapper {
  width: 100%;
  max-width: 1440px;
}

.wrapper-1200px-copy.plan-wrapper {
  width: 100%;
  max-width: 1270px;
  display: flex;
}

.wrapper-1200px-copy.about-2-side-wrapper {
  margin-left: 0;
}

.wrapper-1200px-copy.cta-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1200px-copy.overview-two {
  z-index: 2;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1400px;
  display: flex;
  position: relative;
}

.people-homepage-list {
  border: 1px #000;
  width: 100%;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

.people-homepage-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(255, 255, 255, .4);
  border: 1px solid rgba(223, 223, 236, .54);
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 12px 19px 20px 13px;
  font-size: 14px;
  display: flex;
}

.people-homepage-link:hover {
  box-shadow: 0 2px 9px #eeeef4;
}

.profile-card-tags {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  display: flex;
}

.profile-card-tags-link {
  color: #4f5361;
  white-space: nowrap;
  background-color: #eaeaf6;
  border-radius: 6px;
  flex-wrap: nowrap;
  width: 100%;
  padding: 3px 9px;
  font-size: 13px;
  display: block;
}

.profile-card-tags-list {
  justify-content: flex-start;
  display: inline-block;
}

.profile-card-tags-item {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  position: relative;
}

.profile-card-images-collection {
  margin-top: 33px;
}

.profile-card-images-image {
  max-height: 107px;
}

.people-list-tag-wrapper {
  max-width: 310px;
  display: block;
}

.people-list-tag-collection {
  grid-column-gap: 0px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.people-list-tag-item {
  flex: none;
  width: auto;
  padding-left: 12px;
  padding-right: 0;
}

.bredcrumbs-profile-section {
  opacity: .7;
  color: var(--dark-slate-grey-4);
  margin-bottom: 2px;
  font-size: 13px;
  display: flex;
}

.bredcrumbs-profile-link {
  color: var(--midnight-blue-2);
}

.bredcrumbs-profile-link:hover {
  text-decoration: underline;
}

.bredcrumbs-profile-divider {
  color: #757095;
  padding: 0 10px;
  font-family: Manrope, sans-serif;
  display: inline;
}

.profile-card-info-section {
  padding-right: 70px;
}

.people-home-text {
  color: var(--midnight-blue-2);
  text-align: center;
  letter-spacing: -.5px;
  flex: 1;
  max-height: 42px;
  margin-top: 14px;
  margin-bottom: 12px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  font-weight: 700;
  overflow: hidden;
}

.people-home-text:hover {
  color: var(--light-sea-green);
}

.blog-item-date {
  color: var(--body-text);
  font-size: 13px;
  font-weight: 400;
}

.people-body-section-header-h-3 {
  color: #131564;
  font-size: 28px;
}

.blog-top-card-head-white-3 {
  color: #f0f9f5;
  text-align: center;
  margin-bottom: 45px;
  padding-right: 33px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 128%;
}

.cta-blog-section-content-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  border: 1px solid #e6e2db;
  border-radius: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  margin: 83px 51px 52px;
  padding: 41px 74px 43px 43px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-blog-item-head-3 {
  color: #131564;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
}

.primary-button-5 {
  color: #1f3b35;
  letter-spacing: .3px;
  cursor: pointer;
  background-color: #00dba8;
  border-radius: 64px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 18px 47px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.primary-button-5.blue {
  color: #fff;
  background-color: #1a1d97;
  font-size: 18px;
}

.primary-button-5.blue:hover {
  background-color: #0e1080;
}

.blog-submenu-link-3 {
  color: #131564;
  flex: none;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: block;
}

.blog-submenu-link-3:hover {
  color: #2563eb;
}

.blog-submenu-link-3.w--current {
  text-decoration: underline;
}

.blog-name-3 {
  color: #131564;
  text-transform: none;
  border: 2px #0b0d50;
  padding: 9px 7px 10px;
  font-family: Merriweather, serif;
  font-size: 30px;
  font-weight: 700;
}

.cta-blog-item-para-3 {
  color: #757095;
  letter-spacing: .4px;
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 130%;
}

.people-section-header-3 {
  background-color: #0b0d51;
  padding-top: 61px;
  padding-bottom: 99px;
}

.show-more-link {
  margin-top: 10px;
  font-weight: 700;
  display: block;
}

.blog-profiles-trends-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  border-style: none;
  border-width: 1px;
  border-radius: 14px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 10px;
  padding-bottom: 29px;
  display: grid;
}

.blog-profiles-trends-list {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.people-home-trends {
  opacity: .59;
  color: var(--slate-grey);
  text-align: center;
  object-fit: scale-down;
  max-height: 34px;
  font-size: 13px;
  line-height: 16px;
  display: block;
  overflow: hidden;
}

.ikonik-7rbiv {
  color: var(--midnight-blue-2);
  width: 25px;
  height: 25px;
}

.social-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  color: var(--midnight-blue-2);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9px;
  padding: 8px 25px 8px 15px;
  font-weight: 700;
  display: flex;
}

.social-link-block:hover {
  background-color: #f1f8ff;
}

.social-link-block.rss {
  display: none;
}

.ikonik-k7pfg {
  color: #fff;
  width: 25px;
  height: 25px;
}

.ikonik-yvbp {
  color: #0b0d51;
  width: 26px;
  height: 29px;
}

.ikonik-jc1yp {
  color: #0b0d51;
}

.news-section-top {
  background-image: linear-gradient(135deg, rgba(225, 238, 255, .65), rgba(26, 29, 151, .06));
  background-position: 0 0;
  border: 1px #000;
  padding-top: 90px;
  padding-bottom: 24px;
}

.news-section-top.white-bg {
  background-image: none;
  background-position: 0 0;
}

.blog-tag-header {
  border: 1px solid var(--midnight-blue-3);
  box-shadow: none;
  color: var(--indian-red);
  border-radius: 12px;
  padding: 8px 14px;
  position: static;
  top: 7%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.blog-tag-header.blogs {
  padding: 12px 24px;
}

.blog-tag-text-header {
  color: var(--midnight-blue-3);
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.blog-item-para-header {
  color: var(--body-text);
  max-height: 70px;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-weight: 400;
  overflow: hidden;
}

.brand-blog {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 170px;
  margin-top: -15px;
  margin-left: 1px;
  padding-left: 0;
  font-size: 11px;
  display: flex;
}

.brand-blog.w--current {
  opacity: 1;
  width: 60px;
  top: 4px;
}

.ikonik-po4wai {
  color: #fff;
}

.blog-item-info-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-item-date-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--slate-grey);
  align-items: center;
  display: flex;
}

.ikonik-51rdc {
  width: 24px;
  height: 24px;
}

.ikonik-gugmo {
  width: 20px;
  height: 24px;
}

.ikonik-8zhy7 {
  color: var(--body-text);
  width: 16px;
  height: 16px;
}

.navigation-blog-map-bg {
  background-image: url('../images/inapp.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ikonik-eshm4 {
  color: #fff;
}

.ikonik-t7n18 {
  width: 22px;
  height: 25px;
}

.news-stream-section {
  border-top: 1px solid var(--gainsboro-2);
  border-bottom: 1px solid var(--gainsboro);
  padding-top: 11px;
  padding-bottom: 14px;
  display: none;
}

.news-stream-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.news-stream-item-name {
  color: var(--body-text);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 600;
}

.news-stream-item-value {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--midnight-blue-3);
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.news-stream-item-value-change {
  font-size: 11px;
  font-weight: 800;
}

.news-stream-item-value-change.green {
  color: var(--light-sea-green);
}

.news-stream-item-value-change.red {
  color: var(--indian-red);
}

.latest-news-collection-block {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-item-oneline {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 320px;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 12px;
  display: flex;
  overflow: hidden;
}

.blog-thumbnail-image-container-oneline {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  width: 320px;
  height: 169px;
  margin-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.blog-item-text-wrapper-oneline {
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 4px 23px 0;
  display: flex;
  position: relative;
}

.blog-item-text-wrapper-oneline.vertical {
  padding-top: 30px;
  padding-left: 27px;
  padding-right: 31px;
}

.blog-item-text-wrapper-oneline.vertical.top {
  justify-content: center;
  padding-right: 53px;
}

.blog-thumbnail-image-oneline {
  object-fit: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.blog-thumbnail-image-oneline.vertical {
  border-top-left-radius: 0;
  border-bottom-right-radius: 20px;
}

.blog-thumbnail-image-oneline.vertical.top {
  box-shadow: none;
  border-radius: 16px;
}

.blog-card-head-oneline {
  color: var(--midnight-blue);
  margin-top: 6px;
  margin-bottom: 7px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 130%;
}

.blog-tag-text-oneline {
  color: var(--header-text);
}

.blog-item-info-header-oneline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-top-card-head-oneline {
  color: var(--midnight-blue);
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 8px;
  font-family: Merriweather, serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 130%;
}

.blog-item-text-wrapper-overimage {
  background-color: rgba(255, 255, 255, 0);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 27px;
  padding-top: 10px;
  padding-bottom: 23px;
  padding-left: 42px;
  display: flex;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-item-text-wrapper-overimage.vertical {
  padding-top: 30px;
  padding-left: 27px;
  padding-right: 31px;
}

.blog-item-text-wrapper-overimage.vertical.top {
  justify-content: center;
  padding-right: 53px;
}

.blog-image-overflow {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  -webkit-text-fill-color: inherit;
  background-color: rgba(11, 13, 81, .22);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  border-radius: 24px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-item-para-header-oneline {
  color: var(--body-text);
  max-height: 70px;
  padding-right: 28px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.newest-collection-grid-oneline {
  grid-column-gap: 37px;
  grid-row-gap: 50px;
  box-shadow: none;
  border-radius: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  overflow: hidden;
}

.blog-profiles-trends-wrapper-section {
  background-color: var(--white);
  box-shadow: none;
  background-image: none;
  border: 1px #000;
  border-bottom: 1px solid #f1efeb;
  padding: 50px 17px 3px 18px;
  display: block;
  position: relative;
}

.blog-item-category {
  color: var(--light-sea-green);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 23px;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-weight: 700;
}

.blog-cover-bg {
  z-index: -1;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  height: 150%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.line-web {
  opacity: .05;
  color: var(--black);
  width: 140%;
  max-width: 140%;
  position: absolute;
}

.image-4 {
  width: 140%;
  position: absolute;
}

.flair-one {
  opacity: .02;
  width: 150vw;
  max-width: 190%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.flair-two {
  opacity: .2;
  width: 100vw;
  position: absolute;
  top: 209px;
  right: -40vw;
}

.blog-body {
  background-image: none;
  font-family: Poppins, sans-serif;
}

.header-right {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.flair-three {
  opacity: .2;
  width: 100vw;
  position: absolute;
  top: -281px;
}

.blog-category-header-profiles {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 7px;
  font-family: Merriweather, serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 130%;
  text-decoration: none;
}

.blog-category-header-profiles.white {
  color: var(--gainsboro-3);
}

.text-block-19 {
  color: var(--midnight-blue-2);
}

.blog-profiles-description {
  color: var(--body-text);
}

.people-section-body-profile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1010px;
  margin: -100px auto 22px;
  padding-top: 6px;
  padding-bottom: 17px;
  display: grid;
  position: relative;
}

.profiles-related-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.profile-related-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #f3f3f7;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 12px 18px;
  display: grid;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .11);
}

.profile-related-wrapper {
  margin-top: 27px;
  margin-bottom: 93px;
}

.profiles-header {
  color: var(--midnight-blue-3);
  text-align: center;
  text-transform: uppercase;
  margin-top: 68px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  text-decoration: none;
}

.blog-menu {
  text-align: center;
  width: 100%;
}

.blog-menu-categories {
  display: inline-block;
}

.navbar-2 {
  background-color: #fff;
}

.blog-top-menu {
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px rgba(0, 46, 36, .2);
  flex-direction: column;
  align-items: center;
  padding: 6px 0% 7px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blog-top-menu.navigation-mint-bg {
  background-color: var(--mint-cream);
}

.blog-top-menu.white {
  background-color: var(--midnight-blue-3);
  box-shadow: 0 2px 5px rgba(19, 21, 100, .2);
}

.blog-item-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--body-text);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  display: flex;
}

.link-6 {
  border-bottom: 1px solid var(--light-sea-green);
  color: var(--black);
}

.cta-image-blog {
  opacity: .97;
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 220%;
  margin-top: -73px;
  margin-right: -26%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.footer-blog-header {
  text-transform: uppercase;
  margin-bottom: 17px;
  font-size: 13px;
  font-weight: 800;
  display: flex;
}

.icon-external-link {
  width: 20px;
  height: 20px;
}

.blog-name-decs {
  color: var(--body-text);
  text-transform: none;
  border: 2px #0b0d50;
  padding: 9px 7px 10px;
  font-size: 13px;
}

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

.ikonik-3ma6kl, .ikonik-u91sc, .ikonik-if606, .ikonik-bfobvk {
  color: #fff;
}

.cta-beauthor {
  border: 1px solid var(--light-steel-blue);
  background-color: var(--light-blue);
  border-radius: 16px;
  padding: 10px 20px 18px 16px;
  font-size: 13px;
  display: none;
}

.profile-categories {
  margin-top: 27px;
}

.profile-categories-list {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-categories-card-tags-link {
  color: #4f5361;
  white-space: nowrap;
  background-color: #eaeaf6;
  border-radius: 6px;
  flex-wrap: nowrap;
  width: 100%;
  padding: 3px 9px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.profile-categories-card-tags-link:hover {
  color: var(--light-sea-green);
}

.footer-social-media-links {
  display: flex;
}

.footer-social-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  color: var(--midnight-blue-2);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 9px;
  padding: 8px 15px;
  font-weight: 700;
  display: flex;
}

.footer-social-link:hover {
  background-color: #f1f8ff;
}

.footer-social-link.rss {
  display: none;
}

.success-message-3 {
  background-color: var(--mint-cream-2);
  color: var(--slate-grey);
}

.error-message-3 {
  border-radius: 8px;
}

.text-block-20 {
  color: var(--midnight-blue-3);
  text-align: center;
}

.brand-link {
  display: flex;
}

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

.rich-text-profiles h2 {
  color: var(--midnight-blue-2);
  text-transform: none;
  margin-top: 12px;
  margin-bottom: 23px;
  font-family: Merriweather, serif;
  font-size: 31px;
}

.rich-text-profiles h3 {
  color: var(--midnight-blue-2);
  margin-top: 37px;
  margin-bottom: 24px;
  font-family: Merriweather, serif;
  font-size: 30px;
}

.rich-text-profiles li {
  font-size: 16px;
}

.rich-text-profiles h4 {
  color: var(--midnight-blue-2);
  font-size: 29px;
}

.rich-text-profiles p {
  color: var(--midnight-blue-2);
}

@media screen and (min-width: 1280px) {
  .about-paragraph {
    max-width: 414px;
  }

  .feature-content-wrapper {
    width: 50%;
  }

  .footer-right-container {
    justify-content: center;
  }

  .footer-links {
    color: rgba(255, 255, 255, .7);
    transition: opacity .2s;
  }

  .footer-links:hover {
    color: var(--white);
  }

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

  .cta-section-content-wrapper {
    background-color: var(--midnight-blue-3);
    box-shadow: 0 0 100px 10px rgba(37, 99, 235, .31);
  }

  .home-3-product-section.section-bg {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .template-rich-text {
    font-size: 13px;
  }

  .contact-map-image {
    object-fit: contain;
    object-position: 50% 100%;
  }

  .footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .home---functions {
    background-color: rgba(0, 0, 0, 0);
  }

  .usecase-section.section-bg {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .case-of-use {
    background-color: rgba(0, 0, 0, 0);
  }

  .help-body-section {
    display: flex;
  }

  .help-sidebar-menu {
    float: none;
  }

  .help-center-nav-item.w--current {
    border-left-color: var(--medium-aquamarine-2);
  }

  .help-center-right-body {
    clear: none;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
  }

  .text-block-11 {
    font-size: 22px;
  }

  .help-centre-other-contacts {
    padding-left: 1px;
    padding-right: 1px;
  }

  .help-center-calendly, .help-center-mail {
    margin-right: 0;
  }

  .footer-links-wrapper-blog {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-inner-wrapper-blog {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .footer-link-inner-wrapper-blog.people {
    display: flex;
  }

  .footer-links-blog {
    transition: opacity .2s;
  }

  .rich-text-blog {
    font-size: 13px;
  }

  .cta-blog-section-content-wrapper-2 {
    background-color: #131564;
    box-shadow: 0 0 100px 10px rgba(37, 99, 235, .31);
  }

  .footer-links-blog-2 {
    color: rgba(255, 255, 255, .7);
    transition: opacity .2s;
  }

  .footer-links-blog-2:hover {
    color: #fff;
  }

  .cta-blog-section-content-wrapper-3 {
    background-color: #131564;
    box-shadow: 0 0 100px 10px rgba(37, 99, 235, .31);
  }

  .blog-profiles-trends-wrapper-section {
    display: block;
  }

  .footer-collection-list {
    grid-template-rows: auto auto auto auto auto auto;
  }
}

@media screen and (min-width: 1440px) {
  .rveiew-no-mask {
    overflow: visible;
  }

  .slide-nav {
    display: block;
  }

  .page-blog-header-wrapper {
    align-items: center;
  }

  .footer-right-container {
    margin-left: 5%;
  }

  .about-us-image-container {
    width: 60%;
  }

  .product-tab-content-block {
    margin-left: 100px;
  }

  .home-3-hero-wrapper {
    justify-content: flex-start;
  }

  .home-3-hero-image-wrapper {
    left: -5%;
  }

  .home-3-hero-content-wrapper {
    justify-content: flex-start;
    padding-top: 5%;
  }

  .extra-hero-image-wrapper-2 {
    bottom: 30%;
    left: 20%;
  }

  .heading-90 {
    width: 90%;
  }
}

@media screen and (min-width: 1920px) {
  .wrapper-1200px.contact-map-wrapper {
    max-width: none;
  }

  .wrapper-1200px.about-2-side-wrapper, .home-features-tab-wrapper, .about-2-about-us-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-image {
    object-fit: contain;
  }

  .customer-stories-section {
    background-color: var(--dark-slate-grey);
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .customer-stories-section.overview {
    background-color: rgba(0, 0, 0, 0);
  }

  .home-3-slider-arrow.right {
    background-image: linear-gradient(to right, rgba(233, 233, 233, 0), #fff 83%);
    margin-right: -20px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .home-3-slider-arrow.left {
    background-image: linear-gradient(to right, #fff 12%, rgba(245, 245, 245, 0));
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .integration-main-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .contact-map {
    max-height: none;
  }

  .contact-map-image {
    object-position: 50% 50%;
  }

  .home-tab-div.right-padding {
    padding-right: 0%;
  }

  .overview-image-contain {
    justify-content: space-between;
  }

  .home---functions, .case-of-use {
    background-color: rgba(0, 0, 0, 0);
  }

  .wrapper-1200px-copy.contact-map-wrapper {
    max-width: none;
  }

  .wrapper-1200px-copy.about-2-side-wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-link.normal-link {
    text-align: center;
    object-fit: fill;
    justify-content: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .navigation-left {
    display: flex;
  }

  .navigation {
    display: none;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .navigation-mob {
    border-bottom: 1px solid rgba(68, 85, 103, .11);
    flex-direction: row;
    justify-content: center;
    width: 90%;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
    position: static;
  }

  .navigation-wrap.navigation-mint-bg {
    background-color: var(--mint-cream);
  }

  .nav-menu {
    background-color: var(--midnight-blue-3);
    text-align: center;
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  .menu-mob {
    background-color: var(--royal-blue);
    color: #fff;
    border-radius: 100px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #006b52;
  }

  .primary-button.pricing-button, .secoundary-button.pricing-button {
    margin-top: 60px;
  }

  .wrapper-1200px.home-hero-wrapper {
    flex-direction: column;
  }

  .wrapper-1200px.customer-story-full-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px.wrapper-full {
    width: 100%;
  }

  .wrapper-1200px.plan-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .wrapper-1200px.about-2-side-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-1200px.overview-two {
    background-color: var(--dark-slate-grey);
    flex-direction: column;
    align-items: center;
  }

  .home-hero-section {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .text-container {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .text-container.about {
    max-width: none;
    margin-bottom: 40px;
  }

  .image-container {
    width: 90%;
    margin-top: 40px;
  }

  .image-container.hero-image-container {
    margin-top: 104px;
  }

  .home-hero-button-arrow-image {
    right: -78%;
  }

  .brands-logo-grid {
    grid-column-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-features-header-wrapper {
    margin-bottom: 60px;
  }

  .home-hero-heading {
    font-size: 56px;
  }

  .floating-image-1 {
    width: 60%;
  }

  .statisics-grid {
    grid-column-gap: 20px;
  }

  .who-are-we-wrapper {
    flex-direction: column;
  }

  .about-h3 {
    font-size: 38px;
  }

  .about-image-container {
    width: 100%;
  }

  .about-floating-image {
    width: 40%;
  }

  .about-floating-1 {
    width: 30%;
    left: 4%;
  }

  .about-floating-2 {
    width: 45%;
    right: -3%;
  }

  .home-features-tab-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .home-feature-split-section {
    flex-direction: column;
    margin-bottom: 140px;
  }

  .home-feature-split-section.home-feature-split-middle {
    flex-direction: column-reverse;
  }

  .feature-image-wrapper.home-3-feature-image-main {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-wrapper {
    width: 100%;
    max-width: 560px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-wrapper.feature-content-wrapper-2, .feature-content-wrapper._100-width {
    margin-left: auto;
    margin-right: auto;
  }

  .feature-content-header-wrapper {
    width: auto;
    margin-bottom: 20px;
  }

  .button-container-60px-top.customer-story-button-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }

  .feature-image-wrapper-4 {
    bottom: 8%;
    right: -24%;
  }

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

  .customer-story-description {
    font-size: 26px;
    line-height: 135%;
  }

  .cusomer-story-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .home-product-tab {
    flex-direction: column;
    align-items: center;
  }

  .home-product-tab-menu {
    width: 60%;
    margin-bottom: 60px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .product-tab {
    padding-left: 0;
    font-size: 38px;
  }

  .product-tab.w--current {
    padding-left: 0;
  }

  .product-tab-text {
    font-size: 38px;
    line-height: 110%;
  }

  .product-tab-content {
    margin-top: 0%;
    margin-left: 0%;
    position: relative;
    left: 0;
  }

  .home-pricing-section {
    margin-bottom: 100px;
  }

  .toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .toggle-save-text {
    font-size: 18px;
  }

  .pricing-box-row {
    flex-direction: column;
  }

  .pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    display: flex;
  }

  .pricing-box-row.pricing-box-1 {
    flex-direction: column;
  }

  .pricing-box {
    min-height: auto;
  }

  .pricing-box.pricing-recommended {
    width: 100%;
    margin: 27px auto 40px;
  }

  .pricing-box.pricing-highlighted, .pricing-box.pricing-box-alternative {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.white-pricing-box, .pricing-box.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.home-pricing-box {
    width: 80%;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box.pricing-1-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .pricing-plan.pricing-1-plan-text {
    font-size: 40px;
  }

  .pricing-plan-price {
    margin-bottom: 25px;
    font-size: 32px;
  }

  .pricing-plan-price.pricing-1-price {
    font-size: 48px;
  }

  .pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .pricing-plan-content-item.pricing-3-content-item {
    margin-bottom: 10px;
  }

  .home-about-section {
    margin-bottom: 100px;
  }

  .home-about-wrapper {
    flex-direction: column;
  }

  .home-about-content-wrapper {
    width: 80%;
    max-width: none;
    margin-top: 60px;
  }

  .home-about-content-container {
    margin-bottom: 36px;
  }

  .hoem-about-image-wrapper {
    width: 80%;
  }

  .about-stats-wrapper {
    grid-column-gap: 16px;
  }

  .home-about-stat-cause {
    font-size: 20px;
  }

  .page-blog-container {
    grid-column-gap: 50px;
  }

  .blog-image-wrapper {
    height: 350px;
  }

  .blog-item-header {
    font-size: 30px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .footer-right-container {
    text-align: center;
    flex-flow: wrap;
    width: 100%;
    max-width: 470px;
  }

  .footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .home-hero-image-2-wrapper {
    max-width: 130px;
    left: 23%;
  }

  .about-team-block-wrapper {
    grid-column-gap: 20px;
  }

  .about-team-image-wrapper {
    height: auto;
    max-height: 460px;
  }

  .about-team-member-title {
    font-size: 18px;
  }

  .review-slider-section {
    padding-bottom: 100px;
  }

  .review-item-text {
    max-width: 480px;
    font-size: 24px;
    line-height: 140%;
  }

  .review-image-container {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

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

  .about-blog-container {
    grid-template-columns: 1fr 1fr;
  }

  .cta-section-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .cta-text-wrapper {
    flex-direction: column;
    align-items: flex-start;
    max-width: 470px;
    display: flex;
  }

  .cta-heading {
    font-size: 40px;
  }

  .cta-image-1 {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .about-2-hero-section {
    padding-bottom: 100px;
  }

  .about-2-hero-wrapper {
    flex-direction: column;
  }

  .about-2-hero-text-wrapper {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }

  .about-2-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .about-2-hero-right-wrapper {
    width: 100%;
  }

  .about-2-who-wrapper {
    padding-top: 100px;
  }

  .about-2-who-head-wrapper {
    margin-bottom: 60px;
  }

  .about-2-who-header {
    font-size: 38px;
  }

  .about-2-who-image-wrapper {
    justify-content: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-2-who-image-container {
    width: 70%;
  }

  .about-2-who-image-container-2 {
    width: 80%;
    left: -7%;
  }

  .about-2-about-us-section {
    padding-bottom: 100px;
  }

  .about-2-about-us-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-us-content-wrapper {
    width: 100%;
    margin-top: 60px;
  }

  .about-us-author-info-wrapper {
    max-width: 400px;
  }

  .about-us-image-container {
    width: 100%;
    max-width: 500px;
  }

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

  .insigts-head-wrapper {
    margin-bottom: 40px;
  }

  .insights-heading {
    font-size: 46px;
  }

  .insights-video-wrapper {
    max-width: 500px;
    height: 400px;
    max-height: none;
  }

  .insights-para-wrapper {
    margin-bottom: 60px;
  }

  .about-2-insights-para {
    font-size: 24px;
  }

  .insights-stats-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-2-people-wrapper {
    margin-top: 100px;
  }

  .about-2-people-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .about-2-people-container.people-middle {
    flex-direction: column;
  }

  .about-2-people-content-wrapper {
    width: 100%;
    margin-top: 40px;
  }

  .about-2-people-name {
    font-size: 40px;
  }

  .about-people-job-title {
    font-size: 22px;
  }

  .about-2-people-info-para {
    font-size: 18px;
  }

  .about-2-people-quote-wrapper {
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .about-2-people-quote-text {
    font-size: 20px;
  }

  .about-2-people-social-link {
    width: 24px;
    height: 24px;
  }

  .about-2-people-image-wrapper {
    width: 60%;
  }

  .multi-logo-section {
    padding-bottom: 100px;
  }

  .about-2-contact-wrapper {
    flex-direction: column;
  }

  .about-2-contact-image-wrapper {
    width: 100%;
    margin-bottom: 8%;
  }

  .about-contact-image-2-wrapper {
    top: -4%;
  }

  .about-2-contact-text-wrapper {
    width: 100%;
    margin-left: 0%;
  }

  .about-3-hero-heading {
    font-size: 39px;
    line-height: 134%;
  }

  .horizintal-tack-item-1 {
    width: 10%;
  }

  .horizintal-tack-item-2 {
    width: 8%;
  }

  .horizintal-tack-item-3 {
    width: 8%;
    margin-left: 60px;
  }

  .logo-wrapper {
    flex-direction: column;
  }

  .logo-main-text {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .logo-grid._100 {
    width: 100%;
  }

  .about-3-head-content-wrapper {
    flex-direction: column;
    max-width: 550px;
  }

  .about-3-feature-section {
    padding-bottom: 100px;
  }

  .product-feature-tab-menu {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .tab-icon-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .product-tab-content-wrapper {
    flex-direction: column;
  }

  .product-tab-content-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .product-tab-content-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .product-feature-author-wrapper {
    flex-direction: column;
    padding-top: 20px;
  }

  .feature-author-image-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .product-tab-para {
    font-size: 16px;
  }

  .product-tab-image-wrapper {
    justify-content: center;
    width: 100%;
    max-width: none;
    margin-top: 100px;
    display: flex;
  }

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

  .reviewer-review-item {
    margin-bottom: 60px;
  }

  .review-text {
    font-size: 20px;
  }

  .stat-number-para {
    font-size: 18px;
  }

  .about-3-about-us-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-3-about-image-wrapper {
    max-width: 900px;
  }

  .about-3-image-2 {
    width: 40%;
    max-height: none;
    top: 36%;
    right: -5%;
  }

  .about-3-image-3 {
    width: 30%;
    max-height: none;
    bottom: -1%;
    left: -4%;
  }

  .about-3-product-section {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .about-3-product-wrapper {
    flex-direction: column;
  }

  .about-3-product-image-wrapper {
    width: 100%;
  }

  .product-image-top-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
    left: 12%;
  }

  .product-image-text {
    font-size: 36px;
  }

  .product-image-text.home-3-product-image-text {
    font-size: 32px;
  }

  .product-author-job-title {
    font-size: 16px;
  }

  .about-3-product-content-holder {
    width: 100%;
    margin-top: 10%;
    margin-left: 0%;
  }

  .about-3-team-slide {
    margin-right: 20px;
  }

  .about-3-team-image-wrapper {
    overflow: hidden;
  }

  .question-section {
    margin-bottom: 100px;
  }

  .question-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-2-hero-heading {
    max-width: none;
  }

  .home-2-hero-arrow-icon {
    max-width: 10%;
    top: -51%;
  }

  .home-2-hero-image-wrapper-2 {
    width: 45%;
    right: -4%;
  }

  .home-2-image-wrapper-3 {
    width: 30%;
    left: 4%;
  }

  .home-2-product-section {
    padding-bottom: 140px;
  }

  .home-2-product-content-grid {
    grid-column-gap: 30px;
  }

  .home-2-about-image-wrapper-2 {
    top: 8%;
  }

  .home---hiw {
    padding-bottom: 60px;
  }

  .home-2-work-header {
    margin-bottom: 60px;
  }

  .home-2-work-content-container {
    flex-direction: column;
    align-items: center;
  }

  .home-2-work-item {
    max-width: 400px;
    margin-bottom: 80px;
  }

  .home-2-work-image-wrapper {
    margin-bottom: 20px;
  }

  .home-2-work-text-wrapper {
    max-width: none;
  }

  .work-block-divider {
    display: none;
    transform: rotate(0);
  }

  .customer-story-image-wrapper {
    width: 60%;
  }

  .customer-story-image-wrapper.overview {
    width: 100%;
    max-width: none;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .customer-story-text-wrapper {
    flex: 0 auto;
    width: 60%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-story-text-wrapper.overview {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    max-width: 630px;
    margin-top: 0;
  }

  .customer-story-name {
    font-size: 38px;
  }

  .customer-stoty-para {
    font-size: 18px;
  }

  .lightbox-button {
    margin-top: 20px;
    margin-left: 0;
  }

  .lightbox-text {
    font-size: 20px;
  }

  .home-3-hero-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .home-3-hero-image-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-hero-content-wrapper {
    width: 100%;
    margin-bottom: 15%;
    margin-left: 0%;
    padding-top: 10%;
  }

  .extra-hero-image-wrapper-2 {
    width: 90%;
    left: 20%;
  }

  .home-3-product-section.section-bg {
    padding-top: 9px;
  }

  .home-3-product-wrapper {
    flex-direction: column-reverse;
  }

  .home-3-product-content-wrapper {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 60px auto 0;
  }

  .home-3-product-heading.white-text {
    text-align: center;
  }

  .home-3-product-para.white-text, .home-3-product-para.white-text-copy {
    text-align: center;
    max-width: 100%;
  }

  .home-3-product-image-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-product-image-wrapper-2 {
    left: -11%;
  }

  .home-3-product-image-wrapper-3 {
    bottom: 29%;
    right: -7%;
  }

  .extra-icon-3 {
    display: none;
  }

  .home-3-feature-section {
    margin-bottom: 140px;
  }

  .home-3-feature-image.up {
    width: 85%;
    left: -28%;
  }

  .home-3-feature-image.down {
    width: 85%;
  }

  .home-3-product-feature-wrapper {
    flex-direction: column-reverse;
  }

  .product-feature-content-wrapper {
    width: 100%;
  }

  .product-feature-heading {
    font-size: 44px;
  }

  .product-feature-text-grid {
    grid-column-gap: 40px;
  }

  .product-feature-image-wrapper {
    width: 70%;
    margin-bottom: 10%;
    margin-left: 0%;
  }

  .home-3-slider-arrow.right, .home-3-slider-arrow.left {
    width: 15%;
  }

  .home-3-blog-item-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-blog-item {
    margin-left: auto;
    margin-right: auto;
  }

  .home-3-blog-image-wrapper {
    width: auto;
  }

  .home-3-blog-item-content {
    max-width: none;
  }

  .carees-metrics-wrapper {
    flex-direction: column;
  }

  .careers-metrics-image-wrapper {
    width: 100%;
  }

  .carees-metrics-text-wrapper {
    width: 100%;
    max-width: 550px;
    margin-top: 5%;
    margin-left: 0%;
  }

  .careers-job-title-wrapper {
    max-width: 500px;
  }

  .job-title {
    font-size: 54px;
  }

  .job-location, .job-type-divider, .job-type-text {
    font-size: 24px;
  }

  .link-block {
    flex: none;
  }

  .careers-template-hero-heading {
    font-size: 48px;
  }

  .template-rich-text figcaption {
    font-size: 20px;
  }

  .template-rich-text blockquote {
    font-size: 30px;
  }

  .careers-template-link {
    margin-top: 20px;
    font-size: 18px;
  }

  .integration-hero-para {
    max-width: 500px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .integration-main-section {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 100px;
  }

  .integration-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .integration-template-hero-section {
    margin-bottom: 60px;
  }

  .integration-main-image-wrapper {
    width: 70px;
    height: 70px;
  }

  .integration-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .contact-hero-heading {
    font-size: 56px;
  }

  .contact-hero-para-wrapper {
    margin-top: 20px;
  }

  .contact-main-form-wrapper {
    flex-direction: column;
  }

  .contact-text-field._30px-right-margin {
    margin-right: 10px;
  }

  .contact-card-section {
    margin-top: 100px;
  }

  .contact-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-card-head {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .contact-map {
    height: auto;
  }

  .sign-hero-wrapper {
    flex-direction: column;
  }

  .sign-hero-image-wrapper {
    width: 100%;
  }

  .sign-full-image {
    object-fit: cover;
  }

  .sign-content-wrapper {
    width: 100%;
    margin-top: 5%;
    margin-left: 0%;
  }

  .case-study-thumbnail-wrapper {
    margin-bottom: 40px;
  }

  .case-study-company-wrapper {
    max-width: 160px;
  }

  .case-study-title {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .case-study-short-para {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .cs-template-hero-wrapper {
    flex-direction: column;
    padding-bottom: 100px;
  }

  .cs-hero-image-wrapper {
    width: 70%;
  }

  .cs-hero-text-section {
    margin-top: 60px;
  }

  .cs-client-brief-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .client-brief-info-text {
    font-size: 22px;
  }

  .more-cs-wrapper {
    grid-column-gap: 40px;
  }

  .pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .pricing-2-hero-wrapper {
    flex-direction: column-reverse;
  }

  .pricing-hero-image-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-hero-content-wrapper {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-2-heading {
    font-size: 50px;
  }

  .pricing-2-main-hero-content-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pricing-2-main-content-item {
    text-align: left;
  }

  .pricing-2-price-card-section {
    margin-bottom: 100px;
  }

  .pricing-question-main-wrapper {
    flex-direction: column;
  }

  .pricing-question-wrapper {
    align-items: center;
    width: 100%;
    max-width: none;
  }

  .pricing-question-heading {
    font-size: 38px;
  }

  .pricing-question-para {
    text-align: center;
  }

  .pricing-question-image-wrapper {
    width: 90%;
    margin-top: 4%;
    margin-left: auto;
    margin-right: auto;
  }

  .extra-image-wrapper {
    width: 80%;
    left: -8%;
  }

  .extra-image-2 {
    width: 80%;
  }

  .pricing-3-heading {
    font-size: 50px;
  }

  .pricing-3-blocks-wrapper {
    grid-row-gap: 20px;
  }

  .pricing-hero-block-section.home-3 {
    padding-top: 100px;
  }

  .pricing-3-box {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-3-box-plan-block {
    padding-right: 9px;
  }

  .pricing-plan-amount-block {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .help-hero-section {
    padding-top: 200px;
  }

  .help-hero-para {
    margin-bottom: 0;
  }

  .categories-collection-grid {
    grid-column-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog-two-section {
    padding-top: 200px;
  }

  .blog-hero-heading {
    font-size: 60px;
  }

  .blog-hero-para {
    font-size: 18px;
  }

  .blog-top-grid {
    grid-column-gap: 36px;
  }

  .blog-item-text-wrapper.vertical.top {
    padding-right: 4px;
  }

  .news-section {
    padding-bottom: 0;
  }

  .latest-news-collection-grid {
    grid-template-columns: 1fr;
  }

  .subscription-main-wrapper {
    flex-direction: column;
  }

  .subscription-image-wrapper {
    width: 80%;
    margin-bottom: 5%;
    margin-right: 0%;
  }

  .subscription-text-wrapper {
    width: 90%;
  }

  .subscription-heading {
    font-size: 40px;
  }

  .blog-template-hero-head {
    max-width: 600px;
  }

  .blog-heading {
    margin-bottom: 20px;
    font-size: 48px;
  }

  .blog-hero-image-wrapper {
    max-height: 560px;
  }

  .home-2-feature-heading {
    font-size: 36px;
  }

  .plans-section {
    flex-direction: column;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .plans-section.plans-wrapper {
    padding-top: 190px;
  }

  .image-container-2 {
    width: 100%;
  }

  .image-container-2.product-hero {
    width: 100%;
    margin-top: 50px;
  }

  .text-container-2, .text-container-2.product-hero {
    width: 100%;
  }

  .cart-button {
    font-size: 16px;
  }

  .nav-mobile-button-wrap {
    align-items: center;
    display: flex;
  }

  .home-tab-div.right-padding {
    padding-right: 0%;
  }

  .wrapper {
    flex-direction: column;
  }

  .display-heading {
    font-size: 65px;
  }

  .display-heading.overview {
    font-size: 52px;
  }

  .hero-bg-circle-reviews {
    display: none;
  }

  .testimonial-heading.overview {
    width: 80%;
  }

  .overview-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .overview-wrapper {
    margin-bottom: 20px;
  }

  .dropdown-list-full-wrapper {
    box-shadow: none;
    padding: 0;
  }

  .dropdown-arrow {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .dropdown-toggle-div {
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .dropdown-list-nav.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .navigation-drop-container {
    flex-direction: column;
  }

  .visual-features-item.navbar {
    padding: 25px;
  }

  .visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .visual-features-items-container.nav {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 310px;
    margin-left: 0;
    display: block;
  }

  .dropdown-nav {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .progress-bar {
    display: none;
  }

  .licensing-main {
    width: 100%;
  }

  ._22-px {
    font-size: 20px;
  }

  .home-3-slide-1.left-end-ghost-slide, .home-3-slide-1.right-end-ghost-slide {
    display: none;
  }

  .nav-dropdown-title-container {
    max-width: 280px;
  }

  .nav-dropdown-title {
    font-size: 40px;
  }

  .nav-dropdown-title-para {
    font-size: 15px;
  }

  .resources-visual-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .resource-visual-block {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .cta-heading-2 {
    font-size: 40px;
  }

  .home---benefits {
    padding-bottom: 60px;
  }

  .home-hero-image-1-wrapper---side {
    height: 403px;
    left: -15%;
  }

  .home---functions {
    padding-top: 100px;
    padding-bottom: 35px;
  }

  .image-to-side-box {
    margin-top: 49px;
    position: relative;
  }

  .home-functions-step {
    right: 12%;
  }

  .home-3-product-image-wrapper-sidebar {
    bottom: 29%;
    right: -7%;
  }

  .home-3-product-image-wrapper-5, .home-3-product-image-wrapper-6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-side {
    min-width: 97%;
  }

  .order-type-box {
    min-height: auto;
  }

  .order-type-box.pricing-recommended {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-type-box.pricing-highlighted, .order-type-box.pricing-box-alternative {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-type-box.white-pricing-box, .order-type-box.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-type-box.home-pricing-box {
    width: 80%;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-type-box.pricing-1-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-tarif-name {
    margin-bottom: 25px;
    font-size: 32px;
  }

  .order-tarif-name.pricing-1-price {
    font-size: 48px;
  }

  .order-type-tag.pricing-1-plan-text {
    font-size: 40px;
  }

  .order-letters-item {
    min-height: auto;
  }

  .order-letters-item.pricing-recommended {
    width: 80%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-letters-item.pricing-highlighted, .order-letters-item.pricing-box-alternative {
    width: 80%;
    max-width: 400px;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-letters-item.white-pricing-box, .order-letters-item.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-letters-item.home-pricing-box {
    width: 80%;
    min-height: auto;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-letters-item.pricing-1-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .order-letters-price {
    margin-bottom: 25px;
    font-size: 32px;
  }

  .order-letters-price.pricing-1-price {
    font-size: 48px;
  }

  .changelog-hero-head {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .usecase-section.section-bg {
    padding-top: 9px;
  }

  .case-of-use {
    padding-top: 100px;
    padding-bottom: 35px;
  }

  .case-of-use-header {
    margin-bottom: 60px;
  }

  .header-para-text.white-text, .header-para-text.white-text-copy {
    text-align: center;
    max-width: 100%;
  }

  .case-of-use-content-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .case-of-use-item {
    max-width: 400px;
    margin-bottom: 80px;
  }

  .case-of-use-image-wrapper {
    margin-bottom: 20px;
  }

  .case-of-use-step {
    right: 12%;
  }

  .case-of-use-text-wrapper {
    max-width: none;
  }

  .help-sidebar-menu {
    border-right-style: none;
    width: 100%;
  }

  .help-center-content.homepage {
    padding-left: 0;
  }

  .help-body-wrapper {
    flex-direction: column;
  }

  .nav-header {
    background-color: var(--midnight-blue-3);
    text-align: center;
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  .newest-collection-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-top-submenu-section {
    width: 100%;
  }

  .blog-submenu-list {
    margin-top: 6px;
  }

  .cta-blog-content-grid {
    grid-column-gap: 30px;
  }

  .cta-blog-section-content-wrapper {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-blog-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 640px;
    display: flex;
  }

  .cta-blog-heading {
    font-size: 40px;
  }

  .cta-blog-image {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }

  .cta-blog-button-container.customer-story-button-wrapper {
    flex-direction: column;
    margin-top: 40px;
  }

  .footer-left-container-blog {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .footer-links-wrapper-blog {
    width: auto;
    margin-right: 0;
  }

  .blog-next-articles-heading {
    font-size: 60px;
  }

  .rich-text-blog figcaption {
    font-size: 20px;
  }

  .rich-text-blog blockquote {
    font-size: 30px;
  }

  .blog-newest-articles {
    padding-bottom: 140px;
  }

  .blog-newst-articles-content-grid {
    grid-column-gap: 30px;
  }

  .blog-newest-articles-grid {
    grid-template-columns: 1fr 1fr;
  }

  .blog-body-wrapper {
    display: block;
  }

  .blog-sidebar-top-collection-grid-copy {
    grid-template-columns: 1fr 1fr;
  }

  .blog-top-item-vertical {
    grid-template-columns: 1fr;
  }

  .blog-top-thumbnail-image-container-vertical {
    height: 300px;
  }

  .blog-category-container {
    display: block;
  }

  .cta-blog-section-content-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-links-wrapper-blog-2 {
    width: auto;
    margin-right: 0;
  }

  .cta-blog-heading-2 {
    font-size: 40px;
  }

  .wrapper-1200px-copy.home-hero-wrapper {
    flex-direction: column;
  }

  .wrapper-1200px-copy.customer-story-full-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1200px-copy.wrapper-full {
    width: 100%;
  }

  .wrapper-1200px-copy.plan-wrapper {
    flex-direction: column;
    width: 100%;
  }

  .wrapper-1200px-copy.about-2-side-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-1200px-copy.overview-two {
    background-color: var(--dark-slate-grey);
    flex-direction: column;
    align-items: center;
  }

  .cta-blog-section-content-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

  .blog-profiles-trends-wrapper {
    grid-template-columns: .25fr;
  }

  .latest-news-collection-block {
    grid-template-columns: 1fr 1fr;
  }

  .blog-item-text-wrapper-oneline.vertical.top {
    padding-right: 4px;
  }

  .blog-item-text-wrapper-overimage {
    padding-bottom: 0;
  }

  .blog-item-text-wrapper-overimage.vertical.top {
    padding-right: 4px;
  }

  .newest-collection-grid-oneline {
    grid-template-columns: 1fr 1fr;
  }

  .people-section-body-profile {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .blog-menu {
    padding-bottom: 15px;
  }

  .blog-top-menu {
    display: block;
  }

  .cta-image-blog {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: none;
    position: relative;
  }
}

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

  h2 {
    font-size: 38px;
  }

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

  .style-guide-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-left.mobile-brand {
    margin-top: 10px;
    display: flex;
  }

  .secoundary-button {
    line-height: 20%;
  }

  .wrapper-1200px.customer-story-full-wrapper {
    flex-direction: column;
  }

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

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

  .paragraph-wrapper {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .home-hero-button-wrapper {
    justify-content: center;
  }

  .home-hero-button-arrow-image {
    max-height: 50px;
    top: -13%;
    right: -54%;
  }

  .brand-logo-text {
    text-align: center;
    max-width: 300px;
  }

  .brands-logo-grid.pricing-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .brand-logo-container {
    max-width: 130px;
  }

  .underlined-span {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-bottom: 0;
  }

  .home-hero-heading {
    font-size: 42px;
  }

  .floating-image-2 {
    width: 40%;
  }

  .about-section-2 {
    padding-top: 320px;
  }

  .statisics-grid {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-image-wrapper {
    width: 71%;
    max-width: 420px;
  }

  .feature-image-wrapper.home-3-feature-image-main {
    width: 50%;
  }

  .feature-side-image1-wrapper {
    width: 50%;
    top: -10%;
  }

  .feature-side-image1-wrapper.about-tab-image {
    top: -18%;
  }

  .feature-imagewrapper-2 {
    width: 50%;
    right: -6%;
  }

  .feature-image-wrapper-3 {
    width: 60%;
    bottom: -5%;
    left: -7%;
  }

  .feature-content-wrapper {
    margin-top: 60px;
  }

  .feature-content-header-wrapper, .feature-content-header-wrapper.feature-content-header-2 {
    width: auto;
  }

  .button-container-60px-top {
    margin-top: 40px;
  }

  .feature-image-wrapper-4 {
    width: 65%;
    right: -10%;
  }

  .feature-image-wrapper-5 {
    width: 70%;
    top: 5%;
    right: 40%;
  }

  .feature-image-wrapper-6 {
    width: 48%;
    bottom: 30%;
    left: -8%;
  }

  .feature-arrow-image {
    max-width: 40%;
    left: 0%;
  }

  .feature-image-wrapper-7 {
    width: 90%;
    top: -6%;
    left: -10%;
  }

  .features-image-wrapper-8 {
    width: 90%;
  }

  .feature-image-icon {
    max-width: 16%;
    top: -43%;
    right: -11%;
  }

  .feature-image-wrapper-9 {
    width: 90%;
    left: -10%;
  }

  .feature-image-wrapper-10 {
    width: 90%;
    top: 76%;
  }

  .feature-image-icon-2 {
    max-width: 10%;
  }

  .feature-image-icon-3 {
    max-width: 20%;
    top: -48%;
    right: -15%;
  }

  .home-customer-story-wrapper {
    flex-direction: column-reverse;
  }

  .customer-story-content-wrapper {
    width: 90%;
    margin-top: 10%;
    margin-right: 0%;
  }

  .customer-story-description {
    font-size: 24px;
  }

  .home-feature-video-wrapper {
    width: 90%;
  }

  .customer-story-title-container {
    left: 20%;
  }

  .customer-story-title-container.home-3-watch-button {
    left: 30%;
  }

  .lightbox-play-icon {
    margin-right: 10px;
  }

  .home-product-tab-menu {
    width: 100%;
    max-width: 370px;
  }

  .product-tab {
    padding-right: 0;
  }

  .product-tab-content {
    width: 100%;
  }

  .review-header-wrapper {
    max-width: 320px;
  }

  .review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .review-star-wrapper {
    margin-bottom: 20px;
  }

  .review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .home-pricing-section {
    margin-bottom: 60px;
  }

  .home-pricing-header-wrapper {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 60px;
  }

  .pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .toggle-contain.white-toggle {
    height: 30px;
  }

  .toggle-dot.green-toggle-dot {
    width: 20px;
    height: 20px;
  }

  .pricing-box-wrapper {
    margin-top: 100px;
  }

  .pricing-box-row {
    flex-direction: column;
  }

  .pricing-box.pricing-highlighted, .pricing-box.pricing-box-alternative {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-box.white-pricing-box {
    width: 100%;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan {
    font-size: 32px;
  }

  .pricing-plan-note-text {
    text-align: center;
  }

  .pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan-content-wrapper.pricing-3-content {
    max-width: 300px;
  }

  .pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .pricing-plan-content-text {
    font-size: 16px;
  }

  .home-about-heading {
    font-size: 34px;
  }

  .home-about-author-wrapper {
    flex-direction: column;
  }

  .home-about-author-container {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .home-about-image-container-2 {
    width: 190px;
    height: 100px;
    left: -12%;
  }

  .home-about-image-container-3 {
    width: 120px;
    height: 120px;
  }

  .about-stats-wrapper {
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-about-stat-number {
    font-size: 32px;
  }

  .home-about-stat-cause {
    font-size: 18px;
  }

  .page-blog-container {
    grid-template-columns: 1fr;
  }

  .blog-image-wrapper {
    margin-bottom: 30px;
  }

  .cta-section {
    overflow: hidden;
  }

  .cta-arrow-icon {
    right: -80%;
  }

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

  .footer-right-container {
    text-align: left;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-bottom: 30px;
    display: grid;
  }

  .footer-links {
    font-size: 16px;
  }

  .home-hero-image-2-wrapper {
    width: 40%;
    bottom: 21%;
    left: 18%;
  }

  .home2-hero-section {
    padding-top: 180px;
  }

  .about-team-section {
    padding-bottom: 100px;
  }

  .about-team-block-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-team-item {
    max-width: none;
  }

  .about-team-image-wrapper {
    height: 70%;
    max-height: 460px;
  }

  .about-team-image {
    object-position: 50% 0%;
  }

  .about-team-member-name {
    font-size: 22px;
  }

  .about-team-member-title {
    font-size: 18px;
  }

  .review-icon-wrapper {
    margin-bottom: 40px;
  }

  .review-item-text {
    max-width: 320px;
    font-size: 18px;
  }

  .review-author-block {
    margin-top: 40px;
  }

  .about-blog-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cta-section-content-wrapper {
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 22px;
  }

  .cta-text-wrapper {
    max-width: 440px;
  }

  .cta-heading {
    font-size: 32px;
  }

  .cta-image-1 {
    right: 0%;
  }

  .terms-text-field, .terms-text-field.white-color {
    font-size: 18px;
  }

  .about-2-who-wrapper {
    padding-bottom: 140px;
  }

  .about-2-who-image-container-2 {
    width: 70%;
    left: -5%;
  }

  .insights-section {
    padding-bottom: 100px;
  }

  .insights-heading {
    font-size: 40px;
  }

  .insights-video-wrapper {
    height: auto;
  }

  .insights-para-wrapper {
    margin-top: 60px;
  }

  .about-2-insights-para {
    font-size: 18px;
  }

  .insights-stats-head {
    font-size: 28px;
  }

  .insights-stat-para {
    font-size: 20px;
  }

  .about-2-people-container, .about-2-people-container.people-middle {
    align-items: center;
  }

  .about-2-people-name {
    font-size: 34px;
  }

  .about-people-job-title {
    font-size: 19px;
  }

  .about-2-people-info-para {
    margin-bottom: 40px;
  }

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

  .multi-logo-container {
    width: 110%;
    height: 70px;
  }

  .about-2-contact-image-wrapper {
    width: 70%;
  }

  .about-contact-image-2-wrapper {
    width: 50%;
    top: 17%;
  }

  .about-2-contact-image3 {
    width: 60%;
  }

  .about-2-contact-heading {
    font-size: 32px;
  }

  .about-2-contact-form-field {
    margin-bottom: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-3-hero-section {
    padding-bottom: 140px;
  }

  .about-3-hero-header-wrapper {
    margin-bottom: 80px;
  }

  .about-3-hero-heading {
    font-size: 28px;
  }

  .horizintal-tack-item-2 {
    left: 19px;
  }

  .horizintal-tack-item-3 {
    margin-left: 40px;
  }

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

  .logo-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .product-feature-tab-menu {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .tabs {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tabs.about, .tabs.about.w--current {
    width: 80%;
  }

  .tab-icon-container {
    width: 24px;
    height: 24px;
  }

  .product-tab-content-wrapper {
    flex-direction: column;
    margin-top: 60px;
  }

  .product-tab-content-block {
    width: 100%;
  }

  .product-tab-image-wrapper {
    margin-top: 40px;
  }

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

  .reviews-wrapper {
    flex-direction: column;
  }

  .review-container {
    width: 100%;
  }

  .review-text {
    font-size: 20px;
  }

  .review-stats-wrapper {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

  .reviwer-stat-item {
    max-width: none;
    padding-bottom: 0;
  }

  .reviwer-stat-item.middle {
    max-width: none;
    padding-bottom: 40px;
  }

  .review-stat-number {
    font-size: 30px;
  }

  .stat-number-para {
    font-size: 18px;
  }

  .about-3-image-3 {
    width: 27%;
    bottom: -12%;
  }

  .product-image-top-text {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 340px;
    padding: 20px;
    display: flex;
  }

  .product-image-text {
    font-size: 32px;
  }

  .product-image-text.home-3-product-image-text {
    font-size: 24px;
  }

  .about-3-product-heading {
    font-size: 36px;
  }

  .about-3-product-feature-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .about-3-product-feature-head {
    font-size: 20px;
  }

  .about-3-product-feature-para {
    font-size: 16px;
  }

  .about-3-team-header {
    margin-bottom: 40px;
  }

  .about-3-team-heading {
    font-size: 30px;
  }

  .about-3-slide-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-3-team-image-wrapper {
    margin-bottom: 20px;
  }

  .question-section {
    padding-top: 154px;
  }

  .question-container {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .home-2-hero-heading {
    margin-bottom: 20px;
    font-size: 46px;
  }

  .email-form {
    height: 70px;
  }

  .home-2-product-content-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-2-product-icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .home-2-about-section {
    margin-top: 100px;
  }

  .home-2-about-image-wrapper-2 {
    width: 90%;
  }

  .home-2-work-item {
    margin-bottom: 60px;
  }

  .home-2-work-text-wrapper {
    max-width: 320px;
  }

  .customer-story-image-wrapper {
    width: 80%;
  }

  .customer-story-text-wrapper {
    width: 90%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-story-text-wrapper.overview {
    width: 90%;
  }

  .lightbox-button {
    margin-top: 20px;
    margin-left: 0;
    padding: 12px;
  }

  .lightbox-text {
    font-size: 18px;
  }

  .home-2-blog-section {
    margin-bottom: 100px;
  }

  .home-3-hero-image-wrapper {
    width: 90%;
  }

  .home-3-hero-content-wrapper {
    width: 90%;
    padding-top: 100px;
  }

  .home-3-hero-heading {
    font-size: 46px;
  }

  .home-3-hero-para {
    font-size: 18px;
  }

  .extra-hero-image-wrapper-2 {
    width: 55%;
    left: 25%;
  }

  .hero-review-text {
    font-size: 20px;
  }

  .hero-reviwer-name {
    font-size: 16px;
  }

  .form-field-dark {
    min-height: 60px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .home-3-product-image-wrapper {
    width: 80%;
  }

  .home-3-product-image-wrapper-2 {
    width: 100%;
  }

  .extra-icon-1 {
    width: 10%;
  }

  .home-3-product-image-wrapper-3 {
    width: 100%;
  }

  .extra-icon-2 {
    width: 10%;
  }

  .product-feature-heading {
    font-size: 40px;
  }

  .product-feature-text-grid {
    grid-column-gap: 20px;
  }

  .product-feature-image-wrapper {
    width: 90%;
  }

  .home-3-full-slider-wrapper {
    width: 100%;
  }

  .full-slide {
    margin-left: 0;
    margin-right: 0;
  }

  .home-3-slider-image-wrapper {
    height: 500px;
    max-height: none;
  }

  .home-3-slider-image {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .home-3-slider-author-name {
    margin-bottom: 20px;
  }

  .home-slider-3-author-para {
    max-width: 300px;
    font-size: 18px;
  }

  .home-3-slider-arrow.right {
    background-color: var(--mint-cream-3);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    top: 240px;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .home-3-slider-arrow.left {
    background-color: var(--mint-cream-3);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    top: 240px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .home-3-blog-item-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .home-3-blog-item {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .home-3-blog-image-wrapper {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .home-3-blog-item-content {
    max-width: none;
  }

  .careers-metrics-image-wrapper {
    width: 80%;
  }

  .carees-metrics-text-wrapper {
    width: 90%;
  }

  .careers-metrics-heading {
    font-size: 38px;
  }

  .careers-metrics-grid {
    grid-column-gap: 32px;
  }

  .careers-job-heading {
    font-size: 40px;
  }

  .careers-job-para {
    font-size: 20px;
  }

  .careers-job-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .careers-job-title-wrapper {
    max-width: none;
    margin-bottom: 40px;
  }

  .job-title {
    font-size: 48px;
  }

  .job-location {
    font-size: 20px;
  }

  .job-type-divider {
    margin-left: 6px;
    margin-right: 6px;
    font-size: 20px;
  }

  .job-type-text {
    font-size: 20px;
  }

  .careers-template-hero-section {
    margin-bottom: 60px;
  }

  .careers-template-hero-wrapper {
    flex-direction: column;
    padding-bottom: 40px;
  }

  .careers-template-hero-heading {
    font-size: 36px;
  }

  .careers-template-head-wrapper {
    margin-bottom: 20px;
  }

  .template-rich-text h2 {
    font-size: 28px;
  }

  .template-rich-text p {
    font-size: 16px;
  }

  .template-rich-text ul {
    font-size: 18px;
  }

  .template-rich-text figcaption {
    font-size: 16px;
  }

  .template-rich-text blockquote {
    font-size: 24px;
  }

  .careers-template-link {
    font-size: 16px;
  }

  .integration-hero-section {
    padding-top: 200px;
  }

  .integration-hero-para {
    margin-top: 20px;
  }

  .integration-main-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .integration-item {
    padding: 30px;
  }

  .integration-icon-container {
    width: 70px;
    height: 70px;
  }

  .integration-image-wrapper {
    padding: 14px;
  }

  .integration-content-section {
    margin-bottom: 100px;
  }

  .contact-hero-section {
    padding-top: 190px;
  }

  .contact-hero-heading {
    font-size: 40px;
  }

  .contact-hero-para._90-opactity {
    font-size: 16px;
  }

  .contact-form-block {
    padding: 40px 24px;
  }

  .contact-text-field._30px-right-margin {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .contact-field-wrapper {
    flex-wrap: wrap;
  }

  .contact-card-wrapper {
    grid-template-columns: 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-card {
    padding: 30px;
  }

  .contact-card-icon-container, .contact-card-head {
    margin-bottom: 20px;
  }

  .contact-card-para {
    max-width: 300px;
  }

  .sign-heading {
    font-size: 40px;
  }

  .sign-head-para {
    font-size: 16px;
  }

  .sign-text-field {
    font-size: 20px;
  }

  .sign-text-field::placeholder {
    font-size: 20px;
  }

  .sign-logo-section {
    text-align: center;
  }

  .case-study-hero-section {
    margin-bottom: 100px;
    padding-top: 200px;
  }

  .case-study-split-left, .case-study-split-right {
    width: 48%;
  }

  .case-study-thumbnail-wrapper {
    max-height: 400px;
  }

  .cs-template-hero-wrapper {
    padding-top: 60px;
  }

  .cs-hero-text-section {
    width: 90%;
  }

  .cs-customer-brief-section {
    margin-bottom: 100px;
  }

  .client-brief-head {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .client-brief-info-text {
    font-size: 18px;
  }

  .cs-split-wrapper {
    flex-direction: column-reverse;
  }

  .cs-social-wrapper {
    flex-direction: row;
    width: 100%;
    max-width: none;
    margin-top: 30px;
    margin-right: 0%;
    position: relative;
    top: 0;
  }

  .share-text {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .social-link {
    width: 35px;
    height: 35px;
    margin-bottom: 0;
    margin-right: 10px;
    padding: 8px;
  }

  .social-icon {
    object-fit: contain;
    display: block;
  }

  .author-image-wrapper {
    width: 35px;
    height: 35px;
    margin-right: 10px;
  }

  .more-cs-section {
    margin-bottom: 100px;
  }

  .more-cs-wrapper {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .pricing-hero-heading {
    font-size: 42px;
  }

  .pricing-hero-content-wrapper {
    width: 90%;
  }

  .pricing-2-heading {
    font-size: 42px;
  }

  .pricing-2-main-hero-content-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-2-price-card-section {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .pricing-question-heading {
    text-align: center;
    font-size: 32px;
  }

  .pricing-answer {
    font-size: 16px;
  }

  .pricing-3-hero-secton {
    padding-top: 180px;
  }

  .pricing-3-heading {
    font-size: 40px;
  }

  .pricing-3-hero-para {
    font-size: 18px;
  }

  .pricing-3-box {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pricing-3-box-plan-block {
    border-bottom: 1px solid rgba(0, 46, 36, .2);
    border-right-style: none;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .pricing-plan-amount-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .pricing-price-container.pricing-3-price-container {
    border-top-style: none;
    border-bottom-style: none;
  }

  .help-hero-section {
    padding-top: 180px;
  }

  .help-hero-para {
    font-size: 18px;
  }

  .categories-collection-grid, .questions-grid {
    grid-template-columns: 1fr;
  }

  .blog-two-section {
    padding-bottom: 100px;
  }

  .blog-hero-heading {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .blog-hero-para {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-top-grid {
    grid-column-gap: 16px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .blog-item {
    grid-template-columns: 1fr;
  }

  .blog-thumbnail-image-container {
    margin-bottom: 20px;
  }

  .blog-item-head {
    margin-bottom: 14px;
    font-size: 28px;
  }

  .blog-item-para {
    font-size: 16px;
  }

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

  .latest-news-heading {
    font-size: 36px;
  }

  .latest-news-collection-grid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

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

  .subscription-image-wrapper, .subscription-text-wrapper {
    width: 90%;
  }

  .subscription-heading {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .blog-template-hero-section {
    padding-top: 40px;
  }

  .blog-template-hero-head {
    max-width: 430px;
  }

  .blog-top-tag-wrapper {
    margin-bottom: 10px;
  }

  .tag-text {
    font-size: 16px;
  }

  .blog-heading {
    font-size: 40px;
  }

  .blog-hero-image-wrapper {
    max-height: 400px;
  }

  .help-template-hero-section {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .help-template-hero-heading {
    margin-bottom: 20px;
    font-size: 38px;
  }

  .help-hero-divider {
    margin-top: 60px;
  }

  .home-product-feature-heading {
    font-size: 38px;
  }

  .home-2-product-heading, .home-3-product-feature-head {
    font-size: 32px;
  }

  .plans-section {
    width: 90%;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .faq-wrapper {
    flex-direction: column;
    display: flex;
  }

  .utility-page-content {
    width: 400px;
    font-size: 22px;
  }

  .cart-quantity {
    font-size: 14px;
  }

  .home-3-slider-mask {
    width: 90%;
    overflow: hidden;
  }

  .wrapper {
    width: 90%;
  }

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

  .home-hero-section-2 {
    overflow: hidden;
  }

  .display-heading {
    font-size: 55px;
  }

  .display-heading.overview {
    font-size: 44px;
  }

  .visual-features-item-heading {
    font-size: 23px;
  }

  .visual-features-item-image {
    margin-bottom: 20px;
  }

  .dropdown-list-nav.w--open {
    width: 90%;
  }

  .visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .font-text {
    font-size: 50px;
  }

  .licensing-images-grid {
    grid-template-columns: 1fr;
  }

  ._22-px {
    font-size: 20px;
  }

  .conditional-visibility-heading {
    font-size: 40px;
  }

  .about-3-product-feature-heading {
    font-size: 35px;
  }

  ._404-main-heading {
    font-size: 200px;
  }

  .page-para {
    font-size: 17px;
  }

  .password-heading {
    font-size: 34px;
  }

  .password-page-logo {
    width: 80%;
  }

  .nav-dropdown-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .nav-dropdown-title-container {
    margin-bottom: 20px;
  }

  .resources-visual-grid {
    grid-column-gap: 30px;
  }

  .resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .resource-visual-block {
    width: 30%;
  }

  .resource-visual-block-text {
    font-size: 20px;
  }

  .secoundary-button-2 {
    line-height: 20%;
  }

  .cta-heading-2 {
    font-size: 32px;
  }

  .home-hero-image-1-wrapper---side {
    height: 300px;
    position: static;
    left: -8%;
  }

  .home-functions-step {
    right: 3%;
  }

  .footer-download-header {
    display: none;
  }

  .home-3-product-image-wrapper-sidebar {
    width: 100%;
  }

  .home-3-product-image-wrapper-5, .home-3-product-image-wrapper-6 {
    width: 80%;
  }

  .contact-from-inputs-box, .contact-from-inputs-box.request-form-contact-box {
    display: block;
  }

  .order-type-box.pricing-highlighted, .order-type-box.pricing-box-alternative {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .order-type-box.white-pricing-box {
    width: 100%;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .order-type-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .order-type-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .order-type-tag {
    font-size: 32px;
  }

  .order-letters-item.pricing-highlighted, .order-letters-item.pricing-box-alternative {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .order-letters-item.white-pricing-box {
    width: 100%;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .order-letters-item.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .order-letters-item.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .changelog-hero-head {
    font-size: 42px;
  }

  .case-of-use-item {
    margin-bottom: 60px;
  }

  .case-of-use-step {
    right: 3%;
  }

  .case-of-use-text-wrapper {
    max-width: 320px;
  }

  .blog-first-newest {
    margin-bottom: 13px;
  }

  .newest-collection-grid {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .blog-submenu-link {
    color: var(--mint-cream-3);
    padding-top: 14px;
    padding-bottom: 13px;
  }

  .blog-submenu-list {
    margin-top: 0;
    display: block;
  }

  .blog-submenu-list.custom-links {
    display: block;
  }

  .blog-thumbnail-image-container-vertical {
    margin-bottom: 20px;
  }

  .cta-blog-content-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .cta-blog-icon-container {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .cta-blog-section-content-wrapper {
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 22px;
  }

  .cta-blog-text-wrapper {
    max-width: 440px;
  }

  .cta-blog-heading {
    font-size: 32px;
  }

  .cta-blog-image {
    right: 0%;
  }

  .cta-blog-button-container {
    margin-top: 40px;
  }

  .footer-left-container-blog {
    justify-content: center;
    align-items: center;
  }

  .footer-links-wrapper-blog {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: start;
    justify-items: stretch;
    max-width: none;
    margin-bottom: 30px;
    display: grid;
  }

  .footer-links-blog {
    font-size: 16px;
  }

  .blog-next-articles-heading {
    margin-bottom: 20px;
    font-size: 42px;
  }

  .rich-text-blog h2 {
    font-size: 28px;
  }

  .rich-text-blog p {
    font-size: 16px;
  }

  .rich-text-blog ul {
    font-size: 18px;
  }

  .rich-text-blog figcaption {
    font-size: 16px;
  }

  .rich-text-blog blockquote {
    font-size: 24px;
  }

  .blog-newst-articles-content-grid {
    grid-row-gap: 60px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .blog-newest-articles-grid, .blog-sidebar-top-collection-grid-copy {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .blog-sidebar-thumbnail-image-container-copy {
    margin-bottom: 20px;
  }

  .blog-top-item-vertical {
    display: block;
  }

  .blog-top-thumbnail-image-container-vertical {
    margin-bottom: 20px;
  }

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

  .cta-blog-icon-container-2 {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .cta-blog-section-content-wrapper-2 {
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 22px;
  }

  .footer-links-blog-2 {
    font-size: 16px;
  }

  .footer-links-wrapper-blog-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    margin-bottom: 30px;
    display: grid;
  }

  .cta-blog-heading-2 {
    font-size: 32px;
  }

  .wrapper-1200px-copy.customer-story-full-wrapper {
    flex-direction: column;
  }

  .profile-card-info-section {
    padding-right: 0;
  }

  .cta-blog-section-content-wrapper-3 {
    border-radius: 30px;
    padding-left: 25px;
    padding-right: 22px;
  }

  .blog-profiles-trends-wrapper {
    display: block;
  }

  .blog-profiles-trends-list {
    margin-top: 34px;
    display: block;
  }

  .blog-item-para-header {
    font-size: 16px;
  }

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

  .latest-news-collection-block {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .blog-thumbnail-image-container-oneline {
    margin-bottom: 20px;
  }

  .blog-item-para-header-oneline {
    font-size: 16px;
  }

  .newest-collection-grid-oneline {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .blog-menu, .blog-menu-button.w--open {
    background-color: var(--midnight-blue-3);
  }

  .cta-image-blog {
    right: 0%;
  }
}

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

  h2 {
    font-size: 34px;
  }

  p {
    font-size: 16px;
  }

  .style-guide-main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-link {
    grid-template-columns: 1fr;
  }

  .style-guide-note {
    line-height: 20px;
  }

  .h1-heading-white {
    font-size: 50px;
  }

  .navigation-left.mobile-brand {
    display: block;
  }

  .brand {
    width: 40%;
    max-width: 140px;
  }

  .navigation-mob {
    height: 80px;
  }

  .navigation-wrap {
    padding-left: 20px;
    padding-right: 0;
  }

  .menu-mob {
    padding: 15px;
  }

  .primary-button {
    padding: 16px 20px;
  }

  .secoundary-button {
    font-size: 16px;
  }

  .home-hero-section {
    margin-bottom: -2px;
    padding-top: 138px;
  }

  .text-container {
    padding-bottom: 6px;
  }

  .home-hero-button-arrow-image {
    display: none;
  }

  .brand-logo-text {
    text-align: center;
    font-size: 23px;
  }

  .brands-logo-grid {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .brand-logo-container {
    width: 40%;
    max-width: none;
  }

  .underlined-span {
    padding-bottom: 0;
  }

  .home-hero-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .about-section-2 {
    margin-top: -210px;
    padding-top: 260px;
  }

  .stats-bold-text {
    font-size: 28px;
  }

  .stats-text {
    font-size: 16px;
  }

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

  .about-h3 {
    font-size: 30px;
  }

  .green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .feature-image-wrapper {
    flex: 0 auto;
    width: 90%;
  }

  .feature-side-image1-wrapper, .feature-imagewrapper-2, .feature-image-wrapper-3 {
    border-radius: 12px;
  }

  .feature-content-wrapper {
    max-width: none;
  }

  .button-container-60px-top {
    margin-top: 20px;
  }

  .features-pointer-block {
    margin-right: 14px;
  }

  .features-pointer-icon-container {
    width: 32px;
    height: 32px;
  }

  .features-pointer-header {
    font-size: 20px;
  }

  .features-pointer-description {
    font-size: 16px;
  }

  .feature-image-wrapper-5 {
    top: 7%;
  }

  .home-customer-story-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .customer-story-content-wrapper {
    width: 100%;
    margin-top: 15%;
  }

  .customer-story-description {
    font-size: 20px;
  }

  .home-feature-video-wrapper {
    width: 100%;
  }

  .cusomer-story-icon-wrapper {
    width: 60px;
    height: 60px;
    left: -3%;
  }

  .customer-story-title-container {
    padding: 14px;
    left: 12%;
  }

  .customer-story-title-container.home-3-watch-button {
    left: 8%;
  }

  .lightbox-play-icon {
    margin-right: 6px;
  }

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

  .home-product-tab-menu {
    margin-bottom: 40px;
  }

  .product-tab-text {
    font-size: 26px;
    line-height: 100%;
  }

  .tab-arrow-icon {
    width: 30px;
  }

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

  .review-header-wrapper {
    margin-bottom: 40px;
  }

  .review-slide {
    max-width: 240px;
  }

  .review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .review-head-text {
    font-size: 18px;
  }

  .review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .slide-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    top: auto;
    bottom: -20%;
    left: 0%;
    right: 0%;
  }

  .left-arrow.about-1-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -20%;
    left: -60px;
    right: 0%;
  }

  .right-arrow.about-1-arrow {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: -20%;
    left: 0%;
    right: -60px;
  }

  .home-pricing-section {
    margin-bottom: 60px;
  }

  .pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .pricing-box.pricing-recommended {
    width: 100%;
  }

  .pricing-box.pricing-highlighted, .pricing-box.pricing-box-alternative {
    width: 90%;
  }

  .pricing-box.green-pricing-box {
    padding: 30px 15px;
  }

  .pricing-box.home-pricing-box {
    width: 100%;
  }

  .pricing-box.pricing-1-box {
    padding: 30px 15px;
  }

  .pricing-box-plan-wrapper {
    width: 100%;
  }

  .home-about-wrapper {
    margin-bottom: 100px;
  }

  .home-about-content-wrapper {
    width: 90%;
  }

  .home-about-heading {
    font-size: 27px;
  }

  .home-about-content-container {
    margin-bottom: 40px;
  }

  .home-about-paragraph, .home-about-author-para {
    font-size: 16px;
  }

  .home-about-author-job-title {
    font-size: 15px;
  }

  .home-about-image-container-2 {
    width: 100px;
    bottom: 5%;
  }

  .home-about-image-container-3 {
    width: 110px;
    height: 110px;
  }

  .about-stats-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-about-stat-number {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .blogs-section {
    margin-bottom: 100px;
  }

  .blog-image-wrapper {
    margin-bottom: 20px;
  }

  .blog-item-header {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .blog-item-info-text {
    font-size: 16px;
  }

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

  .cta-arrow-icon {
    display: none;
  }

  .footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .footer-links-wrapper {
    margin-bottom: 40px;
  }

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

  .about-team-image-wrapper {
    height: 80%;
    margin-bottom: 20px;
  }

  .about-team-member-name {
    margin-bottom: 5px;
  }

  .about-team-member-title {
    font-size: 16px;
  }

  .review-icon-wrapper {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .review-author-block {
    text-align: center;
    flex-direction: column;
    width: 100%;
    margin-top: 40px;
  }

  .review-image-container {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .author-info-wrapper.center {
    align-items: center;
  }

  .white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .terms-text-field {
    font-size: 12px;
  }

  .terms-text-field.white-color, .about-us-author-talk-text {
    font-size: 16px;
  }

  .about-us-author-job-title {
    margin-bottom: 10px;
  }

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

  .insights-heading {
    font-size: 30px;
  }

  .insights-video-wrapper {
    height: 200px;
  }

  .about-2-insights-para {
    font-size: 17px;
  }

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

  .insights-stats-head {
    font-size: 28px;
  }

  .insights-stat-para {
    font-size: 16px;
  }

  .about-2-people-content-wrapper {
    margin-top: 40px;
  }

  .about-2-people-name {
    font-size: 30px;
  }

  .about-people-job-title {
    font-size: 17px;
  }

  .about-2-people-info-para {
    font-size: 16px;
  }

  .about-2-people-quote-wrapper {
    margin-bottom: 40px;
    padding-top: 20px;
  }

  .about-2-people-quote-text {
    font-size: 17px;
  }

  .multi-logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto;
  }

  .multi-logo-container {
    width: 100%;
  }

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

  .about-contact-image-2-wrapper {
    top: 4%;
    right: -19%;
  }

  .about-2-contact-image3 {
    left: -20%;
  }

  .about-2-contact-heading {
    font-size: 24px;
  }

  .about-2-contact-para, .about-2-contact-form-field {
    font-size: 16px;
  }

  .about-3-hero-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .about-3-hero-header-wrapper {
    margin-bottom: 60px;
  }

  .about-3-hero-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .logo-section {
    padding-bottom: 100px;
  }

  .logo-grid {
    flex-direction: column;
    align-items: center;
  }

  .about-3-statistics-section {
    padding-bottom: 140px;
  }

  .about-3-statistics-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .about-3-statistics-header {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .about-3-head-content-wrapper {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .about-3-statistics-heading {
    margin-bottom: 40px;
  }

  .tabs {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs.about, .tabs.about.w--current {
    width: 100%;
  }

  .feature-author-image-wrapper {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
  }

  .product-tab-para {
    font-size: 15px;
  }

  .review-text {
    font-size: 16px;
    line-height: 145%;
  }

  .reviwer-stat-item.middle {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
  }

  .review-stat-number {
    font-size: 28px;
  }

  .stat-number-para {
    font-size: 16px;
  }

  .about-2-about-heading {
    margin-bottom: 10px;
  }

  .product-image-top-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    bottom: 10%;
    left: 0%;
    right: 0%;
  }

  .product-image-text {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .product-author-text {
    margin-bottom: 4px;
    font-size: 16px;
  }

  .product-author-job-title {
    font-size: 15px;
  }

  .about-3-product-heading {
    font-size: 27px;
  }

  .about-3-product-feature-wrapper {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-3-team-section {
    margin-bottom: 140px;
  }

  .about-3-team-header {
    margin-bottom: 40px;
  }

  .about-3-team-heading {
    font-size: 24px;
  }

  .about-3-team-image-wrapper {
    max-height: 300px;
  }

  .about-3-team-job-title {
    font-size: 16px;
  }

  .question-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-text {
    font-size: 18px;
  }

  .answer {
    font-size: 16px;
  }

  .home-2-hero-heading {
    font-size: 32px;
  }

  .email-form {
    border-style: none;
    flex-direction: column;
    height: 120px;
  }

  .email-form-text-field {
    text-align: center;
    border-style: solid;
    border-color: #ced9d8;
    border-radius: 12px;
    width: 100%;
    height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-2-hero-image-wrapper-2, .home-2-image-wrapper-3 {
    border-radius: 12px;
  }

  .home-2-product-item-head {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .home-2-about-stats-wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .home-2-work-content-container {
    padding-top: 0;
  }

  .home-2-work-image-wrapper {
    width: 90%;
    height: auto;
  }

  .home-2-work-text-header {
    font-size: 20px;
  }

  .home-2-work-para {
    font-size: 16px;
  }

  .customer-stories-section {
    margin-bottom: 100px;
  }

  .customer-story-image-wrapper {
    width: 90%;
  }

  .customer-story-image-wrapper.overview {
    padding: 40px 20px;
  }

  .customer-story-text-wrapper.overview {
    padding-top: 40px;
  }

  .lightbox-button.product-lightbox-button {
    margin-left: 0;
  }

  .home-3-hero-heading {
    font-size: 34px;
  }

  .home-3-hero-para {
    font-size: 16px;
  }

  .extra-hero-image-wrapper-2 {
    width: 70%;
    left: 16%;
  }

  .hero-review-text {
    font-size: 16px;
  }

  .form-field-dark {
    min-height: 50px;
    font-size: 16px;
  }

  .home-3-product-section {
    margin-bottom: 140px;
  }

  .home-3-product-heading.white-text {
    font-size: 39px;
  }

  .home-3-product-split-content-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-3-product-button-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-3-product-image-wrapper {
    width: 100%;
  }

  .home-3-product-image.home-3-product-image-vertical, .home-3-product-image.home-3-product-image-horizontal {
    display: none;
  }

  .home-3-product-feature-section {
    margin-bottom: 140px;
  }

  .product-feature-heading {
    font-size: 30px;
  }

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

  .product-feature-image-wrapper {
    width: 100%;
  }

  .home-3-full-slider-section {
    margin-top: 100px;
    margin-bottom: 140px;
  }

  .home-3-slider-author-name {
    font-size: 30px;
  }

  .home-slider-3-author-para {
    max-width: 200px;
    font-size: 16px;
  }

  .home-3-blog-heading {
    font-size: 22px;
  }

  .careers-hero-section {
    margin-top: 200px;
    margin-bottom: 140px;
  }

  .careers-hero-heading {
    font-size: 35px;
  }

  .careers-hero-paragraph {
    font-size: 16px;
  }

  .careers-hero-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .careers-metrics-section {
    margin-bottom: 100px;
  }

  .careers-metrics-image-wrapper {
    width: 90%;
  }

  .careers-metrics-heading {
    font-size: 32px;
  }

  .careers-metrics-para {
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .careers-job-heading-wrapper {
    margin-bottom: 40px;
  }

  .job-title {
    font-size: 34px;
  }

  .job-location, .job-type-text {
    font-size: 18px;
  }

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

  .careers-template-hero-wrapper {
    align-items: flex-start;
  }

  .template-rich-text ul {
    font-size: 16px;
  }

  .template-rich-text figcaption {
    font-size: 14px;
  }

  .template-rich-text blockquote {
    font-size: 20px;
  }

  .integration-hero-section {
    margin-bottom: 100px;
    padding-top: 160px;
  }

  .integration-hero-para {
    font-size: 16px;
  }

  .integration-item-name {
    font-size: 28px;
  }

  .integration-item-para {
    font-size: 16px;
  }

  .learn-more-link-block {
    padding-bottom: 5px;
  }

  .learn-more-text {
    font-size: 16px;
  }

  .integration-template-hero-section {
    padding-top: 180px;
  }

  .integration-main-image-wrapper {
    width: 50px;
    height: 50px;
  }

  .integration-heading {
    font-size: 32px;
  }

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

  .contact-hero-heading {
    font-size: 30px;
    line-height: 130%;
  }

  .contact-form-block {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-text-field {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-text-field::placeholder {
    font-size: 16px;
  }

  .contact-text-field._30px-right-margin {
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-text-field._30px-right-margin::placeholder {
    font-size: 16px;
  }

  .contact-form {
    text-align: left;
    align-items: center;
  }

  .contact-field-wrapper {
    margin-bottom: 15px;
  }

  .select-field {
    padding-left: 20px;
    font-size: 16px;
  }

  .contact-text-area {
    min-height: 170px;
    padding-left: 20px;
  }

  .contact-text-area::placeholder {
    font-size: 16px;
  }

  .contact-card-wrapper {
    width: auto;
  }

  .sign-hero-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .sign-content-wrapper {
    margin-top: 15%;
  }

  .sign-heading {
    font-size: 32px;
  }

  .sign-form {
    margin-bottom: 20px;
  }

  .sign-text-field {
    font-size: 16px;
  }

  .sign-text-field::placeholder {
    font-size: 18px;
  }

  .sign-checkbox-label {
    font-size: 12px;
  }

  .sign-checkbox-button {
    width: 20px;
    height: 20px;
  }

  .case-study-hero-section {
    margin-bottom: 60px;
    padding-top: 180px;
  }

  .case-study-item-section {
    margin-bottom: 100px;
  }

  .case-study-split-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .case-study-split-left {
    width: 100%;
    margin-bottom: 1%;
    margin-right: 0%;
  }

  .case-study-split-right {
    width: 100%;
    margin-left: 0%;
    padding-top: 100px;
  }

  .case-study-collection-grid {
    grid-row-gap: 80px;
  }

  .case-study-thumbnail-wrapper {
    width: 100%;
    max-height: 300px;
  }

  .case-study-company-wrapper {
    border-radius: 10px;
    max-width: 130px;
    padding: 10px;
  }

  .case-study-title {
    margin-bottom: 10px;
    font-size: 32px;
  }

  .case-study-short-para {
    font-size: 16px;
  }

  .cs-template-hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cs-hero-text-section {
    width: 90%;
    margin-top: 20px;
  }

  .cs-customer-brief-section {
    margin-bottom: 100px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cs-client-brief-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper-1000px {
    width: 95%;
  }

  .cs-social-wrapper {
    margin-top: 30px;
    margin-right: 0%;
    top: 0;
  }

  .share-text {
    margin-right: 20px;
    font-size: 14px;
  }

  .social-link {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }

  .template-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cs-template-author-block {
    margin-bottom: 20px;
  }

  .cs-author-name {
    margin-bottom: 4px;
  }

  .verified-badge {
    width: 12px;
    height: 12px;
  }

  .verified-text {
    font-size: 13px;
  }

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

  .pricing-hero-para {
    font-size: 16px;
  }

  .pricing-question-heading {
    font-size: 30px;
  }

  .pricing-question-para {
    font-size: 16px;
  }

  .pricing-question-text {
    max-width: none;
    font-size: 18px;
  }

  .extra-image-wrapper {
    max-width: 230px;
  }

  .extra-image-2 {
    max-width: 140px;
  }

  .pricing-3-heading {
    font-size: 30px;
  }

  .pricing-3-hero-para {
    margin-bottom: 40px;
    font-size: 16px;
  }

  .pricing-3-blocks-wrapper {
    display: flex;
  }

  .pricing-3-box {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .pricing-3-box-plan-block {
    width: 90%;
  }

  .pricing-plan-name {
    font-size: 38px;
  }

  .pricing-plan-description, .pricing-plan-description.middle-para {
    font-size: 16px;
  }

  .pricing-plan-amount-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }

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

  .help-hero-para {
    font-size: 16px;
  }

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

  .category-icon-container {
    width: 60px;
    height: 60px;
  }

  .category-block-head {
    font-size: 23px;
  }

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

  .help-question-wrapper-head {
    margin-bottom: 50px;
  }

  .question-head, .question-alter-head {
    font-size: 22px;
  }

  .blog-two-section {
    padding-top: 140px;
  }

  .blog-hero-para {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-thumbnail-image-container {
    height: 180px;
    max-height: none;
  }

  .blog-card-head {
    line-height: 120%;
  }

  .subscription-image-wrapper {
    width: 100%;
    max-height: 300px;
    margin-bottom: 40px;
  }

  .subscription-text-wrapper {
    width: 100%;
  }

  .subscribe-note {
    font-size: 16px;
  }

  .blog-template-hero-section {
    padding-top: 30px;
  }

  .blog-heading {
    font-size: 32px;
  }

  .help-template-hero-heading {
    font-size: 30px;
  }

  .help-template-hero-para {
    font-size: 16px;
  }

  .product-feature-split-heading, .home-2-feature-heading {
    font-size: 32px;
  }

  .plans-section.plans-wrapper {
    padding-top: 140px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-now-button {
    margin-right: 0;
  }

  .cart-button-wrap {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
  }

  .plan-price {
    font-size: 30px;
  }

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

  .utility-page-content {
    width: 90%;
  }

  .cart-button {
    padding-left: 0;
    padding-right: 10px;
  }

  .wrapper.overview-page {
    padding-top: 140px;
  }

  .display-heading {
    font-size: 50px;
  }

  .display-heading.overview {
    letter-spacing: -1px;
    font-size: 32px;
  }

  .subheading, .subheading.dark {
    color: #007e60;
  }

  .overview-image-wrapper {
    height: 440px;
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonial-heading.overview {
    width: 100%;
  }

  .visual-features-item-heading {
    font-size: 20px;
  }

  .visual-features-item-image {
    margin-bottom: 10px;
  }

  .dropdown-toggle-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .visual-features-item.navbar {
    padding: 20px;
    font-size: 14px;
  }

  .visual-features-items-container.nav {
    max-width: 230px;
  }

  .licensing-icons-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .font-text {
    padding: 26px;
    font-size: 30px;
  }

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

  .conditional-visibility-heading {
    font-size: 32px;
  }

  .about-3-product-feature-heading {
    font-size: 30px;
  }

  ._404-heading {
    font-size: 23px;
  }

  ._404-main-heading {
    font-size: 120px;
  }

  .page-para {
    font-size: 16px;
  }

  .overview-image-text {
    height: 80px;
    padding-left: 20px;
  }

  .overview-image-title {
    font-size: 20px;
  }

  .nav-dropdown-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .nav-dropdown-title-para {
    line-height: 22px;
  }

  .nav-arrow-icon {
    width: 20px;
    height: 20px;
  }

  .resources-visual-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .resource-visual-block {
    width: 20%;
    margin-bottom: 10px;
  }

  .resource-visual-block-text {
    font-size: 18px;
  }

  .help-question-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .green-top-heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .features-pointer-description-2, .secoundary-button-2 {
    font-size: 16px;
  }

  .features-pointer-header-2 {
    font-size: 20px;
  }

  .primary-button-2 {
    padding: 16px 20px;
  }

  .cta-heading-2 {
    font-size: 28px;
  }

  .white-top-heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .home-hero-image-1-wrapper---side {
    width: 100%;
    height: auto;
  }

  .primary-button-3 {
    padding: 16px 20px;
  }

  .green-top-heading-3 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .home-3-product-image-wrapper-5, .home-3-product-image-wrapper-6 {
    width: 100%;
  }

  .contact-form-side {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 32px;
    padding-left: 9px;
    padding-right: 0;
  }

  .contact-box-item {
    padding-left: 39px;
  }

  .green-top-heading-4 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .header-button.open-map {
    display: none;
  }

  .order-type-box.pricing-recommended {
    width: 100%;
  }

  .order-type-box.pricing-highlighted, .order-type-box.pricing-box-alternative {
    width: 90%;
  }

  .order-type-box.green-pricing-box {
    padding: 30px 15px;
  }

  .order-type-box.home-pricing-box {
    width: 100%;
  }

  .order-type-box.pricing-1-box {
    padding: 30px 15px;
  }

  .order-letters-item.pricing-recommended {
    width: 100%;
  }

  .order-letters-item.pricing-highlighted, .order-letters-item.pricing-box-alternative {
    width: 90%;
  }

  .order-letters-item.green-pricing-box {
    padding: 30px 15px;
  }

  .order-letters-item.home-pricing-box {
    width: 100%;
  }

  .order-letters-item.pricing-1-box {
    padding: 30px 15px;
  }

  .changelog-hero-para {
    font-size: 16px;
  }

  .usecase-section {
    margin-bottom: 140px;
  }

  .case-of-use-content-wrapper {
    padding-top: 0;
  }

  .case-of-use-image-wrapper {
    width: 90%;
    height: auto;
  }

  .case-of-use-para {
    font-size: 16px;
  }

  .case-of-use-text-header {
    font-size: 20px;
  }

  .breadcrumbs-section {
    padding-left: 14px;
    padding-right: 14px;
  }

  .blog-submenu-list {
    display: block;
  }

  .blog-thumbnail-image-container-vertical {
    height: 300px;
    max-height: none;
  }

  .cta-blog-item-head {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .cta-blog-section-content-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-blog-text-wrapper {
    align-items: center;
  }

  .cta-blog-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cta-blog-heading {
    font-size: 38px;
  }

  .cta-blog-button-container {
    margin-top: 20px;
  }

  .cta-blog-item-text {
    font-size: 17px;
  }

  .footer-links-wrapper-blog {
    margin-bottom: 40px;
  }

  .collection-item {
    flex: 0 auto;
    margin-bottom: 10px;
  }

  .rich-text-blog ul {
    font-size: 16px;
  }

  .rich-text-blog figcaption {
    font-size: 14px;
  }

  .rich-text-blog blockquote {
    font-size: 20px;
  }

  .blog-link-card, .blog-link-card-link {
    line-height: 120%;
  }

  .blog-sidebar-thumbnail-image-container-copy {
    height: 180px;
    max-height: none;
  }

  .blog-siderbar-card-head {
    line-height: 120%;
  }

  .blog-top-card-head {
    padding-right: 0;
    line-height: 120%;
  }

  .blog-top-item-vertical {
    padding-right: 0;
  }

  .blog-top-thumbnail-image-container-vertical {
    height: 300px;
    max-height: none;
  }

  .blog-name {
    font-size: 26px;
  }

  .people-card-head, .blog-top-card-head-white {
    line-height: 120%;
  }

  .cta-blog-white-top-heading-2 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .blog-top-card-head-white-2 {
    line-height: 120%;
  }

  .cta-blog-section-content-wrapper-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-blog-item-head-2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .primary-button-4 {
    padding: 16px 20px;
  }

  .footer-links-wrapper-blog-2 {
    margin-bottom: 40px;
  }

  .cta-blog-heading-2 {
    font-size: 28px;
  }

  .people-profile-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .people-homepage-link {
    margin-bottom: 12px;
    display: block;
  }

  .blog-top-card-head-white-3 {
    line-height: 120%;
  }

  .cta-blog-section-content-wrapper-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-blog-item-head-3 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .primary-button-5 {
    padding: 16px 20px;
  }

  .news-section-top {
    padding-top: 46px;
    padding-bottom: 37px;
  }

  .brand-blog {
    width: 40%;
    max-width: 140px;
  }

  .news-stream-box {
    grid-template-columns: 1fr;
  }

  .blog-item-oneline {
    grid-template-columns: 1.25fr;
    justify-content: stretch;
  }

  .blog-thumbnail-image-container-oneline {
    width: 100%;
    height: 180px;
    max-height: none;
  }

  .blog-item-text-wrapper-oneline {
    display: block;
  }

  .blog-card-head-oneline {
    line-height: 120%;
  }

  .blog-top-card-head-oneline {
    margin-bottom: 1px;
    padding-right: 0;
    font-size: 40px;
    line-height: 120%;
  }

  .blog-item-text-wrapper-overimage {
    padding-left: 0;
  }

  .header-right {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .blog-name-decs {
    font-size: 13px;
  }

  .footer-collection-list {
    display: block;
  }
}

#w-node-a4606bb2-d34b-dfb7-fe3d-311184efef6c-8d155e9a, #w-node-f0808994-5c6f-2b63-fadc-4749f96aea9d-f96aea92, #w-node-_35561121-0590-ef2b-f37c-440afc8e114b-8d155ef6, #w-node-bcfda73e-a02b-5bb5-4e23-37ba430d8c75-8d155ef8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcfda73e-a02b-5bb5-4e23-37ba430d8c7b-8d155ef8 {
  justify-self: start;
}

#w-node-_70b4e147-4cda-556e-10b0-dc038e71379d-8d155ef8 {
  align-self: center;
}

#w-node-_70b4e147-4cda-556e-10b0-dc038e7137a1-8d155ef8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_50d63cb9-19ec-5466-b7b4-d1095b0a7830-8d155ef8 {
  align-self: center;
}

#w-node-_7c53c451-efbd-9826-e61c-33aaa96ee5ad-8d155ef8, #w-node-_7c53c451-efbd-9826-e61c-33aaa96ee5b0-8d155ef8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53dc78bb-d575-e09c-f31d-a651a04ed0ef-8d155ef8 {
  align-self: center;
}

#w-node-_969f98be-1a47-c8db-8c7c-86ad62441f92-8d155ef9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bafb3207-2a3e-c815-8466-1c0f99692601-8d155ef9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aff4bb6-8e22-0447-588a-819633a5e335-8d155ef9 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_183078ea-f609-cb6c-7cdc-557d76d84ea5-8d155ef9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e32f-8d155efe {
  justify-self: start;
}

#w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e346-8d155efe, #w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e348-8d155efe, #w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e34b-8d155efe, #w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e34d-8d155efe, #w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e350-8d155efe, #w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e352-8d155efe, #w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e355-8d155efe, #w-node-_8a09e1dd-5b7f-d938-e9d7-d762a838e357-8d155efe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b00e9641-45c0-404d-fdc0-64221312aba3-8d155eff {
  align-self: center;
}

#w-node-f33c9638-5598-0b8b-496c-b3857c88fd88-8d155f06, #w-node-f33c9638-5598-0b8b-496c-b3857c88fda4-8d155f06, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed316-8d155f0b, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed332-8d155f0b, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed352-8d155f0b, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed377-8d155f0b, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed393-8d155f0b, #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed3b3-8d155f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8ba1224e-eb0b-dde1-9e0b-d514f5f25521-8d155f22 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_40e3ef27-2bfa-9992-415a-1ee4120b5523-8d155f26, #w-node-_2d623da7-c45a-6229-5a72-29991cdca694-8d155f27, #w-node-_91b5dfe4-0115-8204-fc35-b6a19a747e4b-8d155f27, #w-node-e79b2159-7ce2-3777-384e-93a159905b5e-8d155f27, #w-node-_72ae4fdd-2aac-5622-2177-ee36f1639b87-8d155f27, #w-node-_72ae4fdd-2aac-5622-2177-ee36f1639ba3-8d155f27, #w-node-_72ae4fdd-2aac-5622-2177-ee36f1639bc3-8d155f27, #w-node-_1bb10b68-2b15-1734-123b-1944164f70a6-8d155f60, #w-node-b141ef8a-2a97-cce8-9945-948b16421727-8d155f60, #w-node-a4606bb2-d34b-dfb7-fe3d-311184efef6c-8d155f67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_78ebed15-9da9-cfbf-6e45-db2cb57ed34c-8d155f0b, #w-node-e79b2159-7ce2-3777-384e-93a159905b58-8d155f27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a8a713e3-b9f4-3a65-a2ca-eee8d1a8fa07-a55f5a76 {
    align-self: center;
    justify-self: start;
  }

  #w-node-a8b97371-d969-8a7b-411c-ecde800707e2-a55f5a76 {
    justify-self: start;
  }

  #w-node-_8ba1224e-eb0b-dde1-9e0b-d514f5f25521-8d155f22 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_70b4e147-4cda-556e-10b0-dc038e7137a1-8d155ef8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
