:root {
  --dark: #050038;
  --primary-blue: #4262ff;
  --red: #f24e1e;
  --white: white;
  --theme-blue: #4d87ff;
  --sweet-purple: #a259ff;
  --playful-yellow: #ffd02f;
  --white-smoke: #e9e9e9;
  --grey: #757575;
  --gainsboro: #e5e5e5;
  --white-f7f7f7: #f7f7f7;
  --gainsboro-d8d8d8: #d8d8d8;
  --light-grey: #cacaca;
  --lemon-green: #a6c03d;
  --black: black;
  --gainsboro-light: #dedede;
  --white-smoke-quote: #f2f2f2;
  --white-smoke-search: #f4f4f4;
  --dim-grey: #727272;
  --text-light: rgba(0, 0, 0, .6);
}

.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;
}
.mt-20{
    margin-top: 20px;
}
.display-none{
    display: none !important;
}

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

.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-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-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-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-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-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-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-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-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-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

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

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

body {
  color: var(--dark);
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

h1 {
  letter-spacing: -.01em;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 70px;
    font-weight: 700;
    line-height: 130%;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 125%;
}

h3 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 140%;
}

a {
  text-decoration: underline;
}

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

li {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 145%;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.style-guide-content {
  grid-row-gap: 20px;
  border-radius: 5px;
  flex-direction: column;
  width: 90%;
  max-width: 1160px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.style-guide-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 60px;
  position: relative;
}

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

.style-guide-links {
  border: 2px solid var(--dark);
  color: var(--dark);
  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-content-wrap {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

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

.body-18px {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.body-18px.banner-text {
  color: #fff;
  text-align: center;
}

.body-22px {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  line-height: 145%;
}

.body-22px.max-width-650px {
  max-width: 650px;
}
.body-22px.max-width-850px{
    max-width: 950px;
}

.body-22px.max-width-560px {
  max-width: 560px;
}

.body-22px.max-width-560px.display-none {
  display: none;
}
section.video-section.display-none {
    display: none;
}

.body-22px.max-width-716px {
  max-width: 716px;
}

.body-22px.max-width-500px {
  max-width: 500px;
}

.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-titles {
  color: var(--primary-blue);
  margin-bottom: 20px;
}

.wrapper-1160px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.wrapper-1160px.home-hero-flex {
  flex-direction: column;
  max-width: 1290px;
  padding-top: 80px;
  padding-bottom: 60px;
}

.wrapper-1160px.navbar-wrapper {
  max-width: 1328px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.wrapper-1160px.home-logo-flex {
  grid-row-gap: 32px;
  flex-direction: column;
  padding-top: 60px;
}

.wrapper-1160px.home-feature-spotlight-flex {
  grid-column-gap: 100px;
  grid-row-gap: 60px;
  flex-direction: column;
  max-width: 1180px;
  padding-top: 180px;
  padding-bottom: 130px;
}

.wrapper-1160px.home-discover-flex {
  padding-top: 130px;
  padding-bottom: 130px;
}

.wrapper-1160px.industry-expert-flex {
  padding-bottom: 180px;
}

.wrapper-1160px.app-integration-flex {
  padding-bottom: 80px;
}

.wrapper-1160px.business-growth-flex {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  flex-direction: column;
  padding-top: 180px;
}

.wrapper-1160px.customer-flex {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  flex-direction: column;
}

.wrapper-1160px.home-integration-flex {
  grid-column-gap: 148px;
  grid-row-gap: 148px;
  flex-direction: column;
}

.wrapper-1160px.footer-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-bottom: 20px;
}

.wrapper-1160px.about-team-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 180px;
  padding-bottom: 180px;
}

.wrapper-1160px.about-hero-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  max-width: 1218px;
  padding-top: 64px;
}

.wrapper-1160px.about-numbers-flex {
  max-width: 1036px;
  padding-top: 70px;
  padding-bottom: 70px;
}

.wrapper-1160px.best-people-flex {
  padding-top: 172px;
  padding-bottom: 80px;
}
.about-ventures-section.founder {
    background-color: #f6f6f6;
    color: var(--dark);
}

.about-ventures-section.founder .wrapper-1160px.about-venture-flex{
    max-width: 68%;
}
.about-ventures-section.founder .about-venture-text-container{
    max-width: 100%;
    text-align:left;
}
.about-ventures-section.founder p.about-hero-desc{
    font-size: 30px;
    padding-bottom: 30px;
    padding-top: 18px;
}
h4.IG-tag {
    font-size: 26px;
}
span.quotation-mark {
    font-size: 40px;
}

.wrapper-1160px.about-venture-flex {
  flex-direction: column;
  max-width: 920px;
  padding-top: 120px;
}

.wrapper-1160px.faq-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 180px;
}

.wrapper-1160px.comparision-table-flex {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 0;
}

.wrapper-1160px.pricing-hero-flex {
  flex-direction: column;
  padding-bottom: 40px;
}

.wrapper-1160px.pricing-testimonial-flex {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 180px;
}

.wrapper-1160px.latest-blogs-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 180px;
}

.wrapper-1160px.newsletter-flex {
  justify-content: center;
}

.wrapper-1160px.blog-hero-flex {
  flex-direction: column;
  padding-bottom: 120px;
}

.wrapper-1160px.blog-details-summary-flex {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1000px;
  margin-bottom: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.wrapper-1160px.related-blog-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 180px;
}

.wrapper-1160px.integration-hero-flex {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  padding-top: 120px;
}

.wrapper-1160px.contact-hero-flex {
  align-items: flex-start;
  max-width: 1210px;
  padding-top: 72px;
  padding-bottom: 106px;
}

.wrapper-1160px.contact-answer-flex {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
}

.wrapper-1160px._404-hero-flex {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  max-width: 1048px;
  padding-top: 90px;
}

.wrapper-1160px.feature-roi-flex {
  flex-direction: column;
  padding-bottom: 63px;
}

.wrapper-1160px.feature-hero-flex {
  padding-top: 40px;
  padding-bottom: 58px;
}

.wrapper-1160px.feature-best-places-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 80px;
}

.wrapper-1160px.customer-first-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
}

.wrapper-1160px.feature-spotlight-flex {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 60px;
}

.wrapper-1160px.seach-result-flex {
  flex-direction: column;
}

.wrapper-1160px.banner-wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.wrapper-1160px.banner-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.margin-bottom-100px {
  margin-bottom: 100px;
}

.image-container {
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.image-container.product-hero {
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  max-width: 600px;
}

.wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.wrapper.licensing-2 {
  align-items: flex-start;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 90%;
}

.wrapper.instruction-wrapper {
  flex-direction: column;
  align-items: center;
  width: 90%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper.licensing-2 {
  flex-direction: column;
  align-items: stretch;
}

.update-text {
  margin-bottom: 10px;
}

.update-text.heading-bold-text {
  margin-bottom: 24px;
}

.update-text.heading-bold-text.privacyh2 {
  text-align: left;
  width: 100%;
  font-size: 35px;
  font-weight: 700;
}

.reference-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.reference-wrapper.updates {
  text-align: center;
  border: 0 solid #000;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 620px;
  margin-top: 0;
  padding: 0;
}

.reference-wrapper.updates.privacy-sec-1-content {
  max-width: 100%;
}

.heading-animation-div {
  width: auto;
}

.heading-animation-div.display-none {
  display: none;
}

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

.body-22px-medium {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.body-22px-bold {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.body-18px-medium {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.body-18px-medium.italic {
  font-style: italic;
}

.body-18px-bold {
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.blue-button {
  background-color: var(--primary-blue);
  text-align: center;
  border-radius: 100px;
  padding: 18px 36px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
}

.blue-button:hover {
  background-color: var(--red);
}

.blue-button.pricing-button {
  width: 100%;
}

.blue-button.pricing-white-button {
  background-color: var(--white);
  color: var(--primary-blue);
  width: 100%;
}

.blue-button.pricing-white-button:hover {
  background-color: var(--red);
  color: var(--white);
}

.blue-button.newsletter-button {
  padding: 14px 32px;
  font-size: 18px;
  line-height: 156%;
}

.blue-button.search-button {
  background-color: var(--dark);
  padding: 14px 32px;
}

.blue-button.integration-button {
  flex: none;
  padding: 14px 32px;
  font-size: 18px;
  line-height: 156%;
}

.blue-button.contact-form {
  margin-top: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.blue-button.forgot-password, .blue-button.log-in-button {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.blue-button.large {
  padding-left: 40px;
  padding-right: 40px;
}

.blue-button.cta-color {
  background-color: var(--sweet-purple);
}

.white-button {
  background-color: var(--white);
  color: var(--primary-blue);
  text-align: center;
  border-radius: 100px;
  padding: 18px 36px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  transition: all .2s;
}

.white-button:hover {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.blue-button-small {
  background-color: var(--primary-blue);
  text-align: center;
  border-radius: 100px;
  padding: 14px 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  transition: all .2s;
}

.blue-button-small:hover {
  background-color: var(--red);
}

.nav-button {
  background-color: var(--dark);
  text-align: center;
  border-radius: 100px;
  padding: 12px 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: all .2s;
}

.nav-button:hover {
  background-color: var(--playful-yellow);
  color: var(--dark);
}

.nav-button.white {
  background-color: var(--white);
  color: var(--dark);
}

.nav-button.cta-color {
  background-color: var(--theme-blue);
}

.primary-blue-button {
  grid-column-gap: 16px;
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 100px;
  align-items: center;
  padding: 6px 28px 6px 6px;
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.primary-blue-button:hover {
  background-color: var(--sweet-purple);
}

.primary-blue-button.phone {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white-smoke);
  color: var(--dark);
  text-align: center;
  width: 100%;
}

.primary-blue-button.cta-color {
  background-color: var(--theme-blue);
}

.primary-button-icon-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
}

.primary-button-blue-icon {
  width: 26px;
  height: 26px;
}

.home-hero-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 116px;
  display: flex;
  position: relative;
}

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

.purple-text-span {
  background-color: var(--theme-blue);
  color: var(--white);
  border-radius: 10px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.hero-button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.no-credit-card-text {
  color: var(--grey);
  letter-spacing: -.01em;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.no-credit-card-text.display-none {
  display: none;
}

.home-hero-visual-wrapper.bit-hero-wrapper, .home-hero-visual-image {
  width: 100%;
  height: 100%;
}

.navbar {
  background-color: var(--white);
}

.navbar.black {
  background-color: var(--dark);
  color: var(--white);
}

.navbar-button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.round-hero-logo {
  width: 100%;
  height: 100%;
}

.round-hero-brand {
  width: 30%;
  max-width: 133px;
  padding-left: 0;
}

.round-hero-brand.max-width-increase {
  max-width: 200px;
}

.nav-link {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--red);
}

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

.nav-link.disply-none {
  display: none;
}

.home-hero-item.right-with-arrow {
  z-index: 11;
  width: 50%;
  max-width: 90px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 15%;
}

.home-hero-item.chart {
  width: 50%;
  max-width: 65px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 5%;
  right: auto;
}

.home-hero-item.chart.max-width-increase {
  max-width: 80px;
}

.home-hero-item.pencil {
  z-index: 11;
  width: 50%;
  max-width: 72px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.home-hero-item.purple-profile {
  z-index: 11;
  width: 50%;
  max-width: 53px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.home-hero-item.bulb {
  z-index: 11;
  width: 50%;
  max-width: 69px;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: 5%;
}

.home-hero-item.red-profile {
  z-index: 11;
  width: 50%;
  max-width: 48px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.home-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1068px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-logo-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  width: 100%;
}

.home-logo-hero-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  display: flex;
}

.home-hero-item-image {
  width: 100%;
}

.home-logo-text-wrapper {
  color: var(--grey);
}

.home-feature-spotlight-container {
  text-align: center;
  width: 100%;
  max-width: 804px;
}

.red-text-span {
  background-color: var(--red);
  color: var(--white);
  border-radius: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.theme-text-span {
  background-color: var(--theme-blue);
  color: var(--white);
  border-radius: 10px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
}

.home-feature-spotlight-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.home-how-it-work-spotlight-grid{
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.home-hero-spotlight-container {
  width: 100%;
  max-width: 100%;
  position: relative;
}
.home-hero-spotlight-wrapper {
  z-index: 11;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  transition: all .3s;
  position: relative;
}
.home-solution-spotlight-wrapper{
  z-index: 11;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 50px 40px;
  transition: all .3s;
  position: relative;
}

.home-hero-spotlight-wrapper:hover {
  transform: translate(-20px, -20px);
}

.home-hero-absolute-bg {
  background-color: var(--playful-yellow);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-hero-spotlight-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.home-hero-spotlight-heading {
  margin-bottom: 35px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}
.home-solution-spotlight-wrapper ul li{
    margin-bottom: 12px !important;
}

.solution-right-column-main{
    display: flex;
    align-items: center;
}
.solution-right-column-main img{
    height: 40px;
    width: 50px;
    margin-right: 15px;
}
.solution-right-column-main{
    margin-bottom: 15px;
}

.home-hero-spotlight-para {
  font-size: 18px;
  line-height: 156%;
}

.home-discover-blue-section {
  background-color: var(--dark);
  color: var(--white);
}

.home-discover-image-container {
  width: 45%;
  max-width: 524px;
  position: relative;
}

.home-discover-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  max-width: 560px;
  display: flex;
}

.discover-blue-hero-image {
  width: 100%;
  height: 100%;
}

.discover-hero-item {
  box-shadow: 0 6px 20px rgba(98, 98, 98, .25);
}

.discover-hero-item._1 {
  z-index: 11;
  width: 70%;
  max-width: 349px;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: -10%;
  right: auto;
}

.discover-hero-item._2 {
  z-index: 11;
  width: 50%;
  max-width: 190px;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.discover-hero-item-image {
  width: 100%;
  height: 100%;
}

.discover-pointer-heading {
  background-image: url('../images/Checks.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 14px;
  padding-left: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.discover-pointer-sub-para {
  font-size: 18px;
  line-height: 156%;
}

.discover-pointer-container {
  width: 100%;
  max-width: 440px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.faq-section {
  max-width: 60%;
  margin: 50px auto;
  padding: 20px;
}

.faq-section .home-feature-spotlight-container{
    max-width: 100% !important;
    margin-bottom: 50px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  width: 98% !important;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-answer p {
  margin: 10px 0;
}

.faq-item.active .faq-answer {
  max-height: 200px; /* enough for content */
  padding: 10px 0;
}

.faq-item.active .faq-question .icon {
  transform: rotate(180deg);
  content: "–";
}

.video-section{
  padding: 0 0 50px 0;
  background-color: var(--dark);
  color: var(--white);
}
.video-section h2{
  max-width: 100% !important;
  padding-bottom: 50px;
  text-align: center;
}
.video-section video{
    border-radius: 20px;
    border: 2px solid #7c7c7c;
}

.discover-pointer-spacer-line {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.land-more-white-link-block {
  grid-column-gap: 12px;
  color: var(--white);
  align-items: center;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  text-decoration: none;
  display: flex;
}

.land-more-white-link-block.display-none {
  display: none;
}

.load-more-white-icon-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.load-more-dark-blue-icon {
  width: 12px;
  height: 12px;
}

.home-cta-section {
  background-color: var(--dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.home-cta-hero-wrapper {
  z-index: 11;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1068px;
  display: flex;
  position: relative;
}

.home-cta-hero-heading {
  margin-bottom: 24px;
  font-size: 70px;
  line-height: 120%;
}

.button-wrapper {
  flex: none;
}

.button-wrapper.margin-top-36px {
  margin-top: 36px;
}

.home-cta-hero-image {
  object-fit: cover;
  width: 100%;
  max-width: 396px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.home-hero-item-image-1 {
  object-fit: cover;
  width: 90%;
  max-width: 410px;
  height: auto;
  margin-bottom: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.industry-expert-section.display-none {
  display: none;
}

.industry-expert-text-container {
  width: 44%;
  max-width: 450px;
}

.industry-expert-image-container {
  width: 55%;
  max-width: 665px;
}

.industry-expert-hero-img {
  width: 100%;
  height: 100%;
}

.h2-heading-58px.margin-bottom-18px {
  margin-bottom: 18px;
}

.h2-heading-58px.margin-bottom-24px {
  margin-bottom: 24px;
}

.h2-heading-58px.margin-bottom-15px {
  margin-bottom: 15px;
}

.industry-expert-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 295px;
  margin-top: 36px;
  display: flex;
}

.app-integration-section.display-none {
  display: none;
}

.app-integration-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  display: flex;
}

.app-integration-image-container {
  width: 49%;
  max-width: 580px;
}

.app-integration-hero-image {
  width: 100%;
  height: 100%;
}

.land-more-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--dark);
  align-items: center;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
  text-decoration: none;
  display: flex;
}

.land-more-link-block.margin-top-32px {
  margin-top: 32px;
}

.land-more-link-block.display-none {
  display: none;
}

.load-more-icon-wrapper {
  background-color: var(--dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.customer-section.display-none {
  display: none;
}

.business-growth-container-1, .business-growth-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.business-growth-1-img-container {
  width: 46%;
  max-width: 500px;
}

.business-growth-1-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  display: flex;
}

.business-growth-hero-image {
  width: 100%;
  height: 100%;
}

.business-growth-line-spacer {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.business-growth-line-spacer.display-none {
  display: none;
}

.business-growth-numbers-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 491px;
  display: flex;
}

.business-growth-number-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 100%;
  max-width: 220px;
  display: flex;
}

.business-growth-large-text {
  letter-spacing: -.01em;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.business-growth-normal-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 156%;
}

.customer-upper-text-container {
  text-align: center;
  width: 100%;
  max-width: 810px;
}

.customer-slider-container {
  width: 100%;
}

.customer-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
}

.customer-slider-mask {
  width: 100%;
  max-width: 560px;
  overflow: visible;
}

.customer-slide {
  border: 1px solid #000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-right: 40px;
  padding: 40px 40px 36px;
}

.customer-slide-nav {
  display: none;
}

.customer-slide-wrapper {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.customer-slide-para {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.customer-slide-sign-up-rate {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 100%;
}

.customer-slider-left-arrow {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 50%;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .1s;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -24px;
  right: auto;
}

.customer-slider-left-arrow:hover {
  filter: invert();
}

.customer-slider-bold-text {
  font-size: 32px;
  font-weight: 700;
}

.customer-slide-organic-traffic {
  font-size: 22px;
  line-height: 100%;
}

.customer-slide-spacer-line {
  background-color: var(--dark);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.customer-slide-spacer-line.white {
  background-color: var(--white);
}

.customer-slide-logo-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.customer-slide-star-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.customer-slide-star {
  width: 22px;
  height: 22px;
}

.customer-slide-logo {
  width: 100%;
  height: 38px;
}

.customer-slider-arrow {
  margin-left: auto;
  margin-right: auto;
}

.customer-slider-right-arrow {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .1s;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: 535px;
  right: auto;
}

.customer-slider-right-arrow:hover {
  filter: invert();
}

.home-integration-upper-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-integration-text-wrap {
  width: 55%;
  max-width: 556px;
}

.home-integration-bottom-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-integration-item-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  max-width: 556px;
  display: flex;
}

.hm-container-blue-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  border-radius: 12px;
  align-items: flex-start;
  width: 90%;
  max-width: 434px;
  padding: 20px;
  display: flex;
}

.hm-container-blue-item.right {
  align-items: center;
  margin-left: auto;
}

.home-integration-blue-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--primary-blue);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  display: flex;
}

.h-m-blue-container-icon {
  width: 48px;
  height: 48px;
}

.h-m-blue-item-heading-22px {
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.h-m-blue-para-16px {
  margin-top: 8px;
  font-size: 16px;
  line-height: 150%;
}

.hm-dark-blue-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark);
  color: var(--white);
  border-radius: 12px;
  align-items: center;
  width: 100%;
  padding: 42px 36px;
  display: flex;
}

.hm-dark-blue-hero-icon {
  width: 58px;
  height: 58px;
}

.hm-dark-blue-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.hm-yellow-hero-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--playful-yellow);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  padding: 156px 48px 36px;
  display: flex;
  position: relative;
}

.hm-yellow-hero-item-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.hm-yellow-hero-item-heading {
  font-family: Satoshi variable, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.hm-yellow-item-hero-image {
  width: 90%;
  max-width: 280px;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: 48px;
  right: auto;
}

.hm-grey-hero-item {
  background-color: var(--white-f7f7f7);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 56px 36px 36px 48px;
  display: flex;
}

.hm-grey-hero-item-pointer {
  background-image: url('../images/Blue-Check-Icon.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-size: 18px;
  line-height: 160%;
}

.hm-grey-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 50px;
  display: flex;
}

.footer-banner {
  color: rgba(18, 23, 34, .5);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 145%;
  display: flex;
}

.copyright-text {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
}

.cf-links {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.cf-links:hover {
  color: #3f53d8;
}

.footer-upper-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-left-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  max-width: 337px;
  display: flex;
}

.footer-right-container {
  width: 65%;
  max-width: 653px;
}

.footer-right-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr 1fr;
  width: 100%;
  height: 100%;
}

.footer-right-grid.reduce-gap {
  grid-template-columns: 1fr 1fr;
}

.footer-right-grid-wrapper {
  width: 100%;
  height: 100%;
}

.footer-right-grid-wrapper.display-none {
  display: none;
}

.footer-right-sub-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  height: auto;
  margin-top: 26px;
}

.footer-text-link-18px {
  color: var(--dark);
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
  text-decoration: none;
  transition: color .2s;
}

.footer-text-link-18px:hover {
  color: var(--red);
}

.footer-text-link-18px.display-none {
  display: none;
}

.footer-caption-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.footer-form-block {
  width: 100%;
  max-width: 230px;
  margin-top: 26px;
}

.footer-form-wrapper {
  border: 1px solid var(--gainsboro-d8d8d8);
  border-radius: 100px;
  align-items: center;
  height: 50px;
  padding: 5px;
  display: flex;
}

.footer-form-submit-button {
  background-color: var(--primary-blue);
  background-image: url('../images/White-Arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 34px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.footer-form-text-field {
  color: var(--dark);
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 17px;
  font-size: 16px;
  line-height: 150%;
}

.footer-form-text-field::placeholder {
  color: var(--light-grey);
}

.footer-brand-wrapper {
  width: 90%;
  max-width: 135px;
}

.footer-address-text, .footer-phone-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.footer-phone-text.display-none {
  display: none;
}

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

.footer-social-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: all .2s;
  display: flex;
}

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

.footer-social-icon-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.footer-social-icon-container.display-none {
  display: none;
}

.menu-button {
  padding: 15px;
}

.nav-link-button-wrapper {
  padding: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 156%;
}

.nav-link-button-wrapper:hover {
  color: var(--red);
}

.nav-link-button-wrapper.white {
  color: #fff;
}

.nav-link-button-wrapper.display-none {
  display: none;
}

.creative-talent-section {
  padding-bottom: 180px;
}

.creative-talent-section.display-none {
  display: none;
}

.crative-talent-map-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 230px;
  position: relative;
}

.world-map-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.creative-talent-office-wrapper {
  z-index: 11;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.creative-talent-office-item {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #000;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 380px;
  padding: 33px 50px;
  display: flex;
}

.creative-talent-office-heading {
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.creative-talent-office-para {
  color: rgba(5, 0, 56, .68);
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.creative-talent-office-image {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.creative-talent-text-wrapper {
  text-align: center;
  width: 90%;
  max-width: 800px;
  margin-bottom: 58px;
  margin-left: auto;
  margin-right: auto;
}

.green-text-span {
  background-color: var(--lemon-green);
  color: var(--white);
  border-radius: 12px;
  padding-bottom: 4px;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.about-team-section.display-none {
  display: none;
}

.about-team-text-container {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.about-team-para {
  max-width: 520px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.about-team-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  height: auto;
}

.about-team-hero-item {
  border: 1px solid #000;
  border-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 360px;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.about-team-hero-item:hover {
  transform: translate(0, -5px);
}

.about-team-hero-item-text-wrap {
  background-color: var(--white);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 100%;
  padding: 24px 22px;
}

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

.about-team-hero-item-heading {
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.about-team-hero-item-position {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.about-hero-upper-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-hero-upper-img-wrap {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: space-between;
  align-items: center;
  width: 52%;
  max-width: 602px;
  display: flex;
}

.about-hero-upper-text-wrap {
  width: 50%;
}

.about-hero-heading {
  margin-bottom: 0;
  font-size:40px;
}
p.about-hero-desc {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 300;
    line-height: 150%;
}
.about-hero-section {
    padding: 70px 0 0 0;
}

.wrapper-1160px.about-hero-flex {
    padding-bottom: 50px;
}

.about-right-col-image {
    width: 50%;
}

.about-right-col-image img{
    width: 100%;
    /* max-width: inherit; */
    border-radius: 20px;
    height: 450px;
    object-fit: cover;
}
.about-hero-image {
  width: 100%;
  height: 100%;
}

.about-hero-bottom-container {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-hero-item-bottom-item {
  width: 100%;
}

.about-numbers-section {
  background-color: var(--white-f7f7f7);
}

.about-numbers-section.display-none {
  display: none;
}

.about-numbers-grid {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-content: center;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-numbers-hero-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-numbers-item-heading {
  letter-spacing: -.01em;
  margin-bottom: 20px;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

.about-numbers-item-tag-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
  display: inline-block;
}

.about-numbers-item-tag-text.purple {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.about-numbers-item-tag-text.green {
  background-color: var(--lemon-green);
  color: var(--white);
}

.about-numbers-item-tag-text.blue {
  background-color: var(--primary-blue);
  color: var(--white);
}

.about-numbers-item-tag-text.red {
  background-color: var(--red);
  color: var(--white);
}

.best-people-left-container {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  flex-direction: column;
  width: 49%;
  max-width: 530px;
  display: flex;
}

.best-people-right-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 52%;
  max-width: 600px;
  display: flex;
}

.best-people-hero-image {
  width: 100%;
  max-width: 480px;
}

.best-people-traits-item {
  z-index: 11;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 35px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.best-people-traits-item:hover {
  transform: translate(-10px, -10px);
}

.best-people-traits-icon-wrap {
  border-right: 1px solid var(--dark);
  border-radius: 15px;
  flex: none;
  width: 160px;
  height: 100%;
  padding: 40px;
}

.best-people-traits-para-text {
  max-width: 330px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.best-people-traits-bold-text {
  font-weight: 700;
}

.best-people-traits-hero-icon {
  width: 80px;
  height: 80px;
}

.best-people-traits-item-bg {
  z-index: 0;
  background-color: var(--playful-yellow);
  border-radius: 15px;
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.best-people-traits-hero-wrapper {
  width: 95%;
  max-width: 560px;
  position: relative;
}

.best-people-traits-hero-wrapper.left {
  margin-right: auto;
}

.best-people-traits-hero-wrapper.right {
  margin-left: auto;
}

.about-team-profile-wrapper {
  background-color: var(--black);
  border-bottom: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: relative;
}

.about-team-profile-linkedin-item {
  z-index: 111;
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  top: 12px;
  bottom: auto;
  left: auto;
  right: 14px;
}

.about-team-profile-linkedin-icon {
  width: 20px;
  height: 20px;
}

.about-ventures-section {
  background-color: var(--dark);
  color: var(--white);
}

.about-ventures-section.display-none {
  display: none;
}

.about-venture-text-container {
  text-align: center;
  width: 100%;
  max-width: 822px;
  margin-bottom: 60px;
}

.about-ventures-tabs {
  width: 100%;
  height: 100%;
}

.about-ventures-tabs-menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 46px;
  display: flex;
}

.about-ventures-tabs-content {
  overflow: visible;
}

.about-ventures-tab-link {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 200px;
  height: 72px;
  padding: 0 5px;
  display: flex;
}

.about-ventures-tab-link.w--current {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
}

.about-ventures-tab-link-img {
  width: 100%;
  height: 100%;
}

.about-ventures-tab-wrapper {
  background-color: var(--white);
  color: var(--dark);
  border: 1px solid #000;
  border-radius: 13px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.about-ventures-tab-text-wrap {
  width: 70%;
  max-width: 480px;
  margin: 47px 20px 57px 56px;
}

.about-ventures-tab-funding-wrap {
  border-left: 1px solid #000;
  border-radius: 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  max-width: 328px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.about-ventures-funding-heading {
  letter-spacing: -.01em;
  margin-bottom: 18px;
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
}

.about-ventures-funding-tag-text {
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  padding: 4px 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.about-ventures-funding-tag-text.red {
  background-color: var(--red);
  color: var(--white);
}

.about-ventures-funding-tag-text.yellow {
  background-color: var(--playful-yellow);
  color: var(--white);
}

.about-ventures-funding-tag-text.green {
  background-color: var(--lemon-green);
  color: var(--white);
}

.about-ventures-funding-tag-text.blue {
  background-color: var(--primary-blue);
  color: var(--white);
}

.about-venture-quote-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.about-ventures-tab-para {
  letter-spacing: -.01em;
  font-size: 28px;
  line-height: 140%;
}

.bottom-line {
  background-color: var(--dark);
  width: 100%;
  height: 1.5px;
}

.faq-content {
  color: #121212;
  width: 100%;
  max-width: 700px;
  padding-bottom: 24px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.faq-answer-wrap {
  color: #121212;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.faq-question-container {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 24px;
}

.faq-line-vertical {
  background-color: var(--dark);
  border-radius: 100px;
  width: 2px;
  height: 10px;
  position: absolute;
}

.faq-card {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.faq-icon-contain {
  border: 2px solid var(--dark);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

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

.faqs-wrapper {
  z-index: 2;
  border: 2px solid var(--dark);
  border-radius: 8px;
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.faq-line {
  background-color: var(--dark);
  border-radius: 100px;
  width: 10px;
  height: 2px;
}

.faq-question {
  width: 90%;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.faq-text-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.faq-contact-link {
  color: var(--primary-blue);
  font-weight: 700;
  text-decoration: none;
}

.comparison-table {
  width: 100%;
}

.price-grid-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.pricing-headings {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.comparison-plan {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-row-contain {
  border-bottom-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
  display: flex;
}

.pricing-row-contain.off-white {
  background-color: var(--white-f7f7f7);
  border-radius: 6px;
  align-items: stretch;
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 48px;
}

.price-grid-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 75%;
  display: grid;
}

.headings {
  width: 25%;
  display: flex;
}

.price-checkmark {
  width: 28px;
}

.comparison-table-text-container {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.pricing-hero-text-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 950px;
  display: flex;
}

.pricing-hero-heading {
  margin-bottom: 40px;
}

.pricing-hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 100%;
  margin-top: 102px;
  margin-bottom: 40px;
}

.pricing-hero-grid-item {
  border: 1px solid var(--dark);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-hero-grid-item.blue {
  background-color: var(--primary-blue);
  color: var(--white);
}

.pricing-grid-item-upper {
  border-bottom: 1px solid #000;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  position: relative;
}

.pricing-grid-item-bottom {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 32px 32px;
  display: flex;
}

.pricing-grid-item-heading {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.pricing-grid-item-sub-heading {
  margin-bottom: 56px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.pricing-grid-item-price {
  letter-spacing: -.01em;
  font-size: 64px;
  font-weight: 700;
  line-height: 115%;
}

.pricing-grid-item-grey-heading {
  color: rgba(5, 0, 56, .3);
  font-size: 32px;
}

.pricing-grid-pointer-image {
  width: 24px;
  height: 24px;
}

.pricing-grid-pointer-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pricing-grid-pointer-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.pricing-grid-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.pricing-grid-button-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  display: flex;
}

.pricing-grid-item-white-small {
  color: rgba(255, 255, 255, .3);
  font-size: 32px;
}

.no-credit-card-text-16px {
  font-size: 16px;
  line-height: 150%;
}

.no-credit-card-text-16px.white {
  color: var(--white);
}

.pricing-grid-pointer-heading {
  letter-spacing: .06em;
  text-transform: uppercase;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.pricing-grid-pointer-heading.white {
  color: rgba(255, 255, 255, .5);
}

.pricing-grid-item-bottom-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.pricing-grid-item-icon {
  width: 90%;
  max-width: 72px;
  position: absolute;
  top: -40px;
  bottom: auto;
  left: auto;
  right: 32px;
}

.custom-pricing-container {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 10px 40px;
  display: flex;
}

.custom-pricing-container.display-none {
  display: none;
}

.custom-pricing-sub-container {
  background-color: var(--white);
  text-align: center;
  border-radius: 10px;
  width: 50%;
  max-width: 340px;
  padding: 40px 22px 10px;
}

.custom-pricing-heading-large {
  color: var(--dark);
  letter-spacing: -.01em;
  margin-bottom: 72px;
  font-size: 58px;
  font-weight: 700;
  line-height: 125%;
}

.custom-pricing-grid {
  grid-template-rows: auto;
  width: 100%;
  max-width: 518px;
  height: 100%;
}

.custom-grid-pointer-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.customer-grid-pointer-container {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-direction: column;
  width: 60%;
  padding-top: 42px;
  padding-bottom: 34px;
  display: flex;
}

.custom-pricing-icon-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.custom-pricing-icon-text-wrap {
  flex-direction: column;
  align-items: stretch;
  height: 76px;
  display: flex;
}

.custom-grid-item-icon {
  width: 90%;
  max-width: 72px;
}

.pricing-testimonial-yellow-box {
  background-color: var(--playful-yellow);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 560px;
  padding: 40px 40px 36px;
  display: flex;
}

.pricing-testimonial-purple-box {
  background-color: var(--sweet-purple);
  color: var(--white);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 560px;
  padding: 40px 40px 36px;
  display: flex;
}

.pricing-testimonial-purple-box.blue {
  background-color: var(--primary-blue);
}

.pricing-testimonial-para {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 500;
  line-height: 145%;
}

.pricing-testimonial-sign-up-rate {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 100%;
}

.pricing-testimonial-bold-text {
  font-size: 32px;
  font-weight: 700;
  display: inline-block;
}

.pricing-testimonial-organic-text {
  font-size: 22px;
  line-height: 100%;
}

.pricing-testimonial-logo {
  width: 100%;
  height: 38px;
}

.blog-hero-item {
  color: var(--dark);
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 560px;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.blog-hero-item-text-wrapper {
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 8px;
  width: 90%;
  max-width: 480px;
  height: 100%;
  margin-top: -85px;
  padding: 32px 32px 20px;
}

.blog-hero-item-tag {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 4px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.blog-hero-item-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.blog-hero-item-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.blog-hero-item-author-image {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.blog-hero-item-author-name {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.blog-hero-item-author-job-title {
  font-size: 14px;
  line-height: 140%;
}

.blog-hero-item-image-wrapper {
  width: 100%;
  height: 100%;
}

.blog-hero-item-hero-image {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.blog-collection-list-wrapper {
  width: 100%;
  height: 100%;
}

.blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.blog-collection-item {
  width: 100%;
  height: 100%;
}

.blog-tabs {
  width: 100%;
}

.blog-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.blog-tab-link {
  border: 1px solid var(--gainsboro-light);
  background-color: var(--white);
  border-radius: 32px;
  padding: 14px 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.blog-tab-link:hover {
  background-color: var(--primary-blue);
  color: var(--white);
}

.blog-tab-link.w--current {
  background-color: var(--dark);
  color: var(--white);
}

.blog-tab-link.w--current:hover {
  background-color: var(--sweet-purple);
}

.blog-tab-pane {
  width: 100%;
}

.blog-tab-pane-wrapper {
  width: 100%;
  height: 100%;
}

.newsletter-section {
  background-color: var(--dark);
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.newsletter-wrapper {
  z-index: 111;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 690px;
  display: flex;
  position: relative;
}

.newsletter-form-block {
  width: 100%;
  max-width: 448px;
  margin-top: 40px;
}

.newsletter-form-wrapper {
  background-color: var(--white);
  border-radius: 100px;
  align-items: center;
  width: 100%;
  padding: 4px;
  display: flex;
}

.newsletter-text-field {
  color: var(--dark);
  background-image: url('../images/Envelope.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 60px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.newsletter-text-field:focus {
  border: 0 solid #000;
}

.newsletter-text-field::placeholder {
  color: rgba(5, 0, 56, .6);
}

.newsletter-blue-bg._1 {
  z-index: 11;
  object-fit: cover;
  width: 35%;
  max-width: 381px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.newsletter-blue-bg._2 {
  z-index: 11;
  width: 30%;
  max-width: 343px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blog-hero-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 80%;
  height: auto;
}

.blog-hero-slider-mask {
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: visible;
}

.blog-hero-slide {
  width: 100%;
  height: 100%;
}

.blog-hero-slide-wrapper, .blog-slider-collection-list {
  width: 100%;
}

.blog-slider-item {
  color: var(--dark);
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.blog-slider-image-item {
  border-radius: 12px;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.blog-slider-text-item {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 12px;
  width: 90%;
  max-width: 780px;
  margin-top: -150px;
  padding: 36px 100px 30px 40px;
}

.blog-slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 560px;
}

.blog-slider-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 900px;
  margin-bottom: 76px;
}

.blog-slider-left-arrow {
  width: 50%;
  top: 0%;
  bottom: 0%;
  left: -50%;
  right: auto;
}

.blog-slider-right-arrow {
  width: 50%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -50%;
}

.blog-slide-nav {
  display: none;
}

.blog-hero-heading {
  margin-bottom: 0;
}

.blog-details-hero-section {
  padding-top: 355px;
  position: relative;
  overflow: hidden;
}

.blog-details-hero-image {
  z-index: 0;
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-details-hero-text-container {
  z-index: 11;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 56px 64px 50px;
  position: relative;
}

.blog-details-hero-heading {
  margin-bottom: 40px;
  font-size: 48px;
  line-height: 120%;
}

.blog-details-summary-container {
  width: 100%;
  max-width: 1000px;
}

.blog-details-social-left-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--dark) black var(--dark) var(--dark);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  width: 100%;
  max-width: 48px;
  margin-top: 55px;
  padding: 18px 12px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
}

.blog-details-summary-rich-text {
  width: 100%;
  padding: 64px;
}

.blog-details-summary-rich-text p {
  margin-bottom: 30px;
  font-family: Satoshi variable, sans-serif;
  font-size: 22px;
  line-height: 145%;
}

.blog-details-summary-rich-text h4 {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 125%;
}

.blog-details-summary-rich-text img {
  margin-top: 64px;
  margin-bottom: 64px;
}

.blog-details-summary-rich-text blockquote {
  background-color: var(--white-smoke-quote);
  border-left-width: 0;
  border-left-color: rgba(0, 0, 0, 0);
  border-radius: 9px;
  margin-top: 64px;
  margin-bottom: 64px;
  padding: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 133%;
}

.blog-details-summary-rich-text h2, .blog-details-summary-rich-text h1, .blog-details-summary-rich-text h3, .blog-details-summary-rich-text h5, .blog-details-summary-rich-text h6 {
  margin-bottom: 24px;
}

.blog-details-social-link-wrapper {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .2s;
  display: flex;
}

.blog-details-social-link-wrapper:hover {
  transform: translate(0, -5px);
}

.blog-details-soccial-image {
  width: 100%;
  height: 100%;
}

.blog-details-cta-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-blue);
  color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 18px 10px;
  text-decoration: none;
  display: flex;
}

.blog-details-cta-icon {
  width: 28px;
  height: 28px;
}

.blog-details-cta-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.blog-details-author-container {
  border: 1px solid var(--dark);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 122px;
  padding: 70px 64px 50px;
  display: flex;
  position: relative;
}

.blog-details-summary-text-wrap {
  border-right: 1px solid var(--dark);
  border-bottom: 1px solid var(--dark);
  border-left: 1px solid var(--dark);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
}

.blog-details-autho-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 160%;
}

.blog-details-author-tag {
  color: var(--white);
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 4px 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: inline-block;
}

.blog-details-author-name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.blog-details-author-item {
  flex: none;
  width: 100px;
  height: 100px;
}

.blog-details-author-item-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.blog-details-author-profile-item {
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
}

.blog-details-author-profile-item:hover {
  filter: invert();
}

.blog-details-author-profile-image {
  width: 24px;
  height: 24px;
}

.blog-details-author-profile-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 356px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: -50px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.related-blog-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related-blog-collection-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.related-blog-collection-list-wrap, .related-blog-container {
  width: 100%;
  height: 100%;
}

.pricing-testimonial-box-flex {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.pricing-testimonial-text-wrapper {
  text-align: center;
  width: 100%;
  max-width: 800px;
}

.utility-page-wrap {
  background-color: var(--dark);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
  position: relative;
}

.utility-page-content {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 520px;
  display: flex;
  position: relative;
}

.utility-page-form {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.integration-hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.integration-hero-heading {
  margin-bottom: 24px;
}

.search-container {
  background-color: var(--white-smoke-search);
  border-radius: 100px;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-top: 36px;
  margin-bottom: 0;
  padding: 4px;
  display: flex;
}

.search-input {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Search-Icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 solid #000;
  margin-bottom: 0;
  padding-left: 52px;
  font-size: 18px;
  line-height: 156%;
}

.integration-hero-text-container {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.integration-hero-card-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--dark);
  border-radius: 10px;
  align-items: center;
  width: 100%;
  max-width: 560px;
  padding: 30px 32px;
  display: flex;
}

.integration-card-container {
  width: 100%;
  height: 100%;
}

.integration-hero-card-image {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.integration-hero-card-sub-wrap {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.integration-hero-card-name {
  letter-spacing: -.01em;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
}

.integration-hero-card-type {
  color: rgba(5, 0, 56, .6);
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.integration-collection-list-wrap {
  width: 100%;
  height: 100%;
}

.integration-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.integration-collection-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.request-integration-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--dark);
  color: var(--white);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding: 42px 32px;
  display: flex;
}

.request-integration-heading {
  width: 80%;
  font-size: 40px;
  line-height: 120%;
}

.integration-hero-item {
  width: 50%;
  max-width: 100px;
  height: auto;
}

.integration-hero-item._1 {
  z-index: 111;
  width: 28%;
  max-width: 60px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.integration-hero-item._2 {
  z-index: 11;
  width: 45%;
  max-width: 98px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.integration-hero-item._3 {
  z-index: 11;
  width: 31%;
  max-width: 69px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.integration-hero-item._4 {
  z-index: 111;
  width: 36%;
  max-width: 80px;
  position: absolute;
  top: -30px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.integration-hero-item._5 {
  z-index: 11;
  width: 32%;
  max-width: 69px;
  position: absolute;
  top: 30%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.integration-hero-item._6 {
  z-index: 111;
  width: 45%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.integration-hero-item-image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.integration-3-card-container {
  width: 20%;
  max-width: 200px;
}

.integration-3-card-container.left {
  z-index: 11;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.integration-3-card-container.right {
  z-index: 11;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.contact-hero-section {
  background-color: var(--dark);
  color: var(--white);
}

.contact-hero-text-container {
  width: 48%;
  max-width: 540px;
}

.contact-hero-form-container {
  width: 46%;
  max-width: 520px;
}

.contact-hero-heading {
  margin-bottom: 24px;
}

.office-location-container {
  width: 50%;
  max-width: 260px;
  margin-top: 34px;
  margin-bottom: 40px;
}

.office-location-container.display-none {
  display: none;
}

.office-location-heading {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 145%;
}

.social-media-icon-wrapper {
  transition: all .2s;
}

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

.social-media-icon {
  width: 24px;
  height: 24px;
}

.social-media-icon-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.social-media-container {
  width: 100%;
  max-width: 168px;
}

.social-media-container.display-none {
  display: none;
}

.contact-form-block {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 12px;
  width: 100%;
  padding: 40px 40px 50px;
}

.contact-form {
  width: 100%;
}

.contact-text-field {
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 4px;
  height: 48px;
  margin-bottom: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.contact-text-field::placeholder {
  color: rgba(5, 0, 56, .6);
}

.contact-text-field.name {
  background-image: url('../images/User.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-text-field.email {
  background-image: url('../images/Envelope_1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-text-field.subject {
  background-image: url('../images/PencilSimple.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.contact-field-label {
  margin-bottom: 16px;
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.red-star-span {
  color: var(--red);
}

.contact-text-area {
  border: 1px solid var(--dark);
  background-image: url('../images/ChatCircleDots.svg');
  background-position: 16px 12px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  height: 180px;
  min-height: 180px;
  margin-bottom: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  font-size: 16px;
  line-height: 150%;
}

.contact-form-privacy-text {
  color: rgba(5, 0, 56, .6);
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

.contact-success-message {
  background-color: var(--primary-blue);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.contact-error-message {
  background-color: var(--red);
  color: var(--white);
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.contact-answer-section {
  background-color: var(--white-smoke-quote);
  margin-bottom: 114px;
}

.contact-answer-section.display-none {
  display: none;
}

.contact-answer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.contact-answer-upper-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.contact-answer-grid-item {
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 360px;
  height: 100%;
  padding: 32px 40px 30px;
  display: flex;
}

.contact-answer-grid-item.purple {
  background-color: var(--sweet-purple);
  color: var(--white);
}

.contact-answer-grid-item.green {
  background-color: var(--lemon-green);
  color: var(--white);
}

.contact-answer-grid-item.red {
  background-color: var(--red);
  color: var(--white);
}

.contact-answer-item-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.contact-answer-item-icon {
  width: 40px;
  height: 40px;
}

.contact-answer-item-upper-flex {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  margin-bottom: 12px;
  display: flex;
}

.contact-answer-item-para {
  font-size: 22px;
  line-height: 145%;
}

.contact-answer-itemtext-wrap {
  margin-bottom: 90px;
}

.pass-recovery-text-field {
  border: 1px solid var(--dark);
  color: var(--dark);
  background-image: url('../images/Envelope_1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 52px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pass-recovery-text-field::placeholder {
  color: rgba(5, 0, 56, .6);
}

.pass-recovery-heading {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.pass-recovery-field-label {
  color: rgba(5, 0, 56, .6);
  margin-bottom: 40px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.password-error-message {
  background-color: var(--red);
  color: var(--white);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-weight: 500;
}

.blue-background-large {
  object-fit: cover;
  width: 35%;
  max-width: 328px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blue-background-small {
  z-index: 0;
  width: 40%;
  max-width: 378px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.log-in-section {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

.log-in-container {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: center;
  width: 90%;
  max-width: 520px;
  height: auto;
  display: flex;
  position: relative;
}

.log-in-form-block {
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  padding: 40px 40px 32px;
}

.log-in-form {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkbox-field {
  align-items: baseline;
  margin-bottom: 16px;
  margin-right: auto;
  display: flex;
}

.checkbox {
  margin-right: 12px;
  transform: scale(1.1);
}

.checkbox-label {
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.log-in-text-field {
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 4px;
  width: 100%;
  height: 48px;
  margin-bottom: 16px;
  padding-left: 52px;
  font-size: 16px;
  line-height: 150%;
}

.log-in-text-field::placeholder {
  color: rgba(5, 0, 56, .6);
}

.log-in-text-field.email {
  background-image: url('../images/Envelope_1.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.log-in-text-field.password {
  background-image: url('../images/LockKey.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.log-in-text-field.name {
  background-color: var(--white);
  background-image: url('../images/User.svg');
  background-position: 16px;
  background-repeat: no-repeat;
  background-size: auto;
}

.google-sign-in-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark);
  color: var(--dark);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  padding: 12px 10px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.log-in-caption-text-14px {
  color: rgba(5, 0, 56, .6);
  margin-top: 12px;
  margin-bottom: 12px;
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 170%;
}

.log-in-register-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.log-in-link-text {
  color: var(--primary-blue);
  font-weight: 500;
  text-decoration: none;
}

.log-in-bottom-text-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.log-in-heading {
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.log-in-blue-large-bg {
  z-index: 0;
  object-fit: cover;
  width: 35%;
  max-width: 328px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.log-in-blue-small-ng {
  z-index: 0;
  width: 40%;
  max-width: 378px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

._404-image-container {
  width: 48%;
  max-width: 524px;
}

._404-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  max-width: 348px;
  display: flex;
}

._404-hero-image {
  width: 100%;
  height: 100%;
}

._404-heading {
  text-shadow: 4px 4px 0 var(--playful-yellow);
  margin-bottom: 16px;
  font-size: 128px;
  line-height: 100%;
}

._404-sub-heading {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.feature-roi-image-container {
  width: 100%;
}

.feature-roi-hero-image {
  width: 100%;
  height: 100%;
}

.feature-roi-upper-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 65px;
  display: flex;
}

.feature-roi-text-wrapper {
  width: 68%;
  max-width: 720px;
}

.feature-roi-train-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  padding-bottom: 114px;
  display: flex;
}

.feature-roi-hero-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 53px;
  flex: none;
  align-items: center;
  width: auto;
  margin-right: 24px;
  padding: 14px 20px;
  display: flex;
}

.feature-roi-hero-item-icon {
  width: 28px;
  height: 28px;
}

.feature-roi-hero-item-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.feature-roi-wrapper-1, .feature-roi-wrapper-2 {
  flex: none;
  align-items: center;
  display: flex;
}

.feature-roi-container-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.feature-roi-container-2 {
  align-items: center;
  width: 200%;
  display: flex;
}

.feature-roi-wrapper-3 {
  flex: none;
  align-items: center;
  width: auto;
  display: flex;
}

.feature-roi-wrapper-4 {
  flex: none;
  align-items: center;
  display: flex;
}

.feature-hero-image-container {
  width: 46%;
  max-width: 509px;
  position: relative;
}

.feature-hero-image {
  width: 100%;
  height: 100%;
}

.feature-hero-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 590px;
  display: flex;
}

.feature-hero-heading {
  margin-bottom: 24px;
}

.feature-button-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.feature-sub-hero-image {
  z-index: 0;
  width: 55%;
  max-width: 298px;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: auto;
  right: -8%;
}

.feature-sub-hero-train-section {
  background-color: var(--white-smoke-quote);
  padding-top: 42px;
  padding-bottom: 42px;
}

.feature-best-places-text-wrap {
  text-align: center;
  width: 100%;
  max-width: 790px;
}

.features-best-places-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.best-places-item {
  border: 1px solid var(--dark);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 260px;
  height: 100%;
  padding: 32px;
  display: flex;
}

.best-places-item-star-container {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 26px;
  display: flex;
}

.best-places-item-star-icon {
  width: 24px;
  height: 24px;
}

.best-places-item-heading-large {
  font-size: 64px;
  font-weight: 700;
  line-height: 112%;
}

.best-places-item-heading-small {
  font-size: 36px;
  line-height: 100%;
}

.customer-first-yellow-container {
  background-color: var(--playful-yellow);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 80px 32px 40px;
  display: flex;
}

.customer-first-image-container {
  width: 46%;
  max-width: 502px;
}

.customer-first-hero-image {
  width: 100%;
  height: 100%;
}

.customer-first-text-container {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  max-width: 460px;
  display: flex;
}

.customer-first-pointer-icon {
  width: 28px;
  height: 28px;
}

.customer-first-pointer-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.customer-first-pointer-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.customer-first-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.customer-first-blue-container {
  background-color: var(--primary-blue);
  color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 760px;
  padding: 244px 40px 44px;
  position: relative;
}

.customer-first-blue-containers {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.customer-first-dark-blue-wrap {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 12px;
  width: 100%;
  max-width: 360px;
  padding: 48px 39px 48px 40px;
}

.customer-first-dark-blue-icon {
  width: 74px;
  height: auto;
  margin-bottom: 52px;
}

.cf-dark-blue-heading {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 125%;
}

.cf-dark-blue-para {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.customer-first-blue-white-bg {
  width: 30%;
  max-width: 270px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.customer-first-blue-hero-image {
  width: 60%;
  max-width: 375px;
  position: absolute;
  top: -26px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.customer-first-button-pointer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  color: var(--dark);
  border-radius: 50px;
  align-items: center;
  padding: 8px 20px 8px 12px;
  display: flex;
}

.cf-blue-pointer-container {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 590px;
  display: flex;
}

.cf-blue-pointer-icon {
  width: 28px;
  height: 28px;
}

.cf-blue-container-text {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.creative-freedom-text-container {
  width: 48%;
  max-width: 540px;
}

.creative-freedom-image-container {
  width: 48%;
  max-width: 524px;
  position: relative;
}

.creative-freedom-hero-image {
  width: 100%;
  height: 100%;
}

.creative-freedom-spacer-line {
  background-color: var(--gainsboro);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 32px;
}

.creative-freedom-author-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.creative-freedom-author-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.creative-freedom-author-image {
  width: 48px;
  height: 48px;
}

.cf-blue-author-name {
  font-family: Satoshi variable, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-blue-author-job {
  font-family: Satoshi variable, sans-serif;
  font-size: 14px;
  line-height: 140%;
}

.creative-freedom-absolute-img {
  border-radius: 8px;
  box-shadow: 4px 4px 32px rgba(135, 135, 135, .25);
}

.creative-freedom-absolute-img._1 {
  width: 70%;
  max-width: 361px;
  position: absolute;
  top: auto;
  bottom: 30%;
  left: 0%;
  right: auto;
}

.creative-freedom-absolute-img._2 {
  width: 65%;
  max-width: 345px;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: -5%;
  right: auto;
}

.feature-spotlight-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

.feature-spotlight-hero-item {
  width: 100%;
  max-width: 560px;
  position: relative;
}

.feature-spotlight-item-wrapper {
  z-index: 11;
  grid-column-gap: 24px;
  border: 1px solid var(--dark);
  background-color: var(--white);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 44px 32px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.feature-spotlight-item-wrapper:hover {
  transform: translate(-12px, -12px);
}

.feature-spotlight-item-wrapper.special {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.feature-spotlight-item-text-wrap.special {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.feature-spotlight-text-container {
  text-align: center;
  width: 100%;
  max-width: 804px;
}

.most-popular-tag {
  z-index: 1;
  width: 90%;
  max-width: 150px;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -28px;
  right: auto;
}

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

.checkout-container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.block-header {
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

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

.apple-pay {
  border-radius: 10px;
  height: 60px;
}

.pay-with-browser {
  border-radius: 10px;
  height: 60px;
  font-size: 18px;
  font-weight: 500;
}

.pricing-collection-contain {
  width: 100%;
  margin-top: 102px;
}

.collection-list-pricing {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.ecom-pricing-heading {
  font-size: 45px;
  font-weight: 700;
  line-height: 120%;
}

.pricing-plan-points p {
  background-image: url('../images/Pricing-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.pricing-plan-points h6 {
  background-image: url('../images/Pricing-White-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 32px;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cart-button {
  background-color: var(--red);
  border-radius: 50px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 150%;
  transition: all .2s;
}

.cart-button:hover {
  background-color: var(--sweet-purple);
}

.blue-text-span-16px {
  color: var(--primary-blue);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}

.update-paragraph {
  font-size: 22px;
  line-height: 150%;
}

.update-paragraph.privacy-paragraph {
  text-align: left;
  width: 100%;
  padding-bottom: 0;
  font-size: 20px;
}

.reference-section {
  background-color: var(--dark);
  color: var(--white);
  position: relative;
}

.template-instruction-heading-wrapper-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.instruction-heading-2 {
  margin-bottom: 60px;
}

.template-instruction-youtube {
  height: 100%;
}

.text-variant-item {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  padding-bottom: 40px;
  display: grid;
}

.styles-heading {
  margin-bottom: 0;
  font-weight: 700;
}

.style-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.typo-style-info-text {
  color: #545479;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.style-description {
  color: var(--dim-grey);
  margin-top: 24px;
  font-size: 18px;
  line-height: 160%;
}

.text-variant-grid {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 75px;
  display: grid;
  position: relative;
}

.view-source-button {
  grid-column-gap: 12px;
  color: #3f53d8;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 155%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.licensing-hero-wrapper {
  width: 100%;
}

.licensing-hero-wrapper.icons {
  margin-top: 150px;
  margin-bottom: 150px;
}

.view-source-button-line {
  background-color: #3f53d8;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.licencing-images-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.license-image-cover {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
}

.licensing-tag-subtext-2 {
  letter-spacing: -.02em;
  font-size: 18px;
}

.licensing-heading-2 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 700;
  line-height: 116%;
}

.licensing-icon-grid {
  grid-column-gap: 90px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 55px;
  display: grid;
}

.licensing-icon-image {
  width: 48px;
  height: 48px;
}

.font-title-heading {
  color: #3f53d8;
  text-align: center;
  letter-spacing: -1px;
  background-color: rgba(63, 83, 216, .1);
  border-radius: 16px;
  margin-top: 60px;
  padding: 42px 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 100%;
}

.licensing-icon-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.licencing-image-item-2 {
  border-radius: 10px;
  height: 250px;
}

.view-source-button-icon {
  width: 24px;
  height: 24px;
}

.licensing-hero-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.plan-detail-title {
  color: #0d0e10;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.price-points-rich-text p {
  background-image: url('../images/Pricing-Check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 16px;
  padding-left: 32px;
}

.plan-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-containers {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.text-containers.product-hero {
  width: 45%;
  max-width: 500px;
}

.products-name {
  margin-bottom: 8px;
  margin-right: 10px;
}

.product-details-contain {
  margin-top: 20px;
  font-size: 18px;
}

.option-list {
  margin-top: 20px;
}

.product-name-wrapper {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.duration-label {
  margin-bottom: 10px;
}

.product-box-wrap {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(15, 31, 61, .08);
}

.plan-detail-paragraph {
  margin-bottom: 20px;
  font-size: 18px;
}

.duration-buttons {
  background-color: rgba(63, 83, 216, .1);
  border: 2px solid rgba(201, 250, 117, 0);
  border-radius: 4px;
  margin-right: 20px;
  padding: 10px 20px;
  font-weight: 500;
}

.duration-buttons.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #3f53d8;
  border: 2px solid rgba(11, 11, 11, 0);
}

.buttons-contain {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 30px;
  display: grid;
}

.plan-price {
  color: #0d0e10;
  font-size: 38px;
  font-weight: 700;
  line-height: 54px;
}

.buynow-button {
  background-color: var(--red);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  margin-top: 0;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.buynow-button:hover {
  background-color: var(--dark);
}

.add-to-cart {
  background-color: var(--primary-blue);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  padding: 19px 36px 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  transition: all .2s;
}

.add-to-cart:hover {
  background-color: var(--sweet-purple);
}

.about-product-text {
  color: #545479;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 156%;
}

.button-group {
  margin-bottom: 20px;
}

.container {
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.paypal-checkout-form {
  padding: 60px 0;
}

.color-box {
  background-color: #6c4be5;
  border-radius: 8px;
  width: 100%;
  max-width: 136px;
  height: 136px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.color-box._6 {
  background-color: var(--dark);
}

.color-box._4 {
  background-color: var(--playful-yellow);
}

.color-box._5 {
  background-color: var(--red);
}

.color-box._1 {
  background-color: var(--primary-blue);
}

.color-box._11 {
  background-color: var(--white-smoke);
}

.color-box._3 {
  background-color: var(--lemon-green);
}

.color-box._7 {
  background-color: var(--gainsboro);
}

.color-box._2 {
  background-color: var(--sweet-purple);
}

.color-box._8 {
  background-color: var(--white-f7f7f7);
  border: 1px solid rgba(0, 0, 0, .1);
}

.colour-name {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.color-grid-item {
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 160px;
  padding: 12px;
  display: flex;
  box-shadow: 0 10px 70px rgba(83, 83, 83, .07);
}

.colors-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1160px;
  display: grid;
}

.colour-code-16-px {
  text-transform: uppercase;
  flex: none;
  font-size: 16px;
  line-height: 24px;
}

.style-guide-titles-2 {
  color: #000;
  margin-bottom: 64px;
}

.integration-template-wrapper {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 140px;
  display: flex;
}

.integration-template-card-wrap {
  width: 100%;
  max-width: 560px;
}

.author-collection-list-wrapper {
  width: 90%;
}

.search {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.search-result-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
}

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

.cart-quantity {
  color: var(--red);
}

.top-triangle-image {
  position: absolute;
  top: -36px;
  left: 70px;
}

.top-triangle-image._2 {
  left: 320px;
}

.top-triangle-image._3 {
  left: auto;
  right: 322px;
}

.top-triangle-image._4 {
  left: auto;
  right: 71px;
}

.div-block {
  width: auto;
  margin-left: -47px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.reference-paragraph {
  text-align: center;
  width: 90%;
  max-width: 700px;
}

.image {
  max-width: 150%;
}

.bitesyed-banner {
  background-color: #4261fb;
}

.bitesyed-banner.display-none {
  display: none;
}

.banner-link {
  color: #060a38;
  text-decoration: none;
}

.banner-bitesyzed {
  background-color: #4262ff;
  display: block;
}

.banner-bitesyzed.display-none {
  display: none;
}

.banner-text {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  line-height: 26px;
}

.support-link {
  color: #212121;
  font-size: 16px;
  text-decoration: none;
}

.div-block-2 {
  width: 100%;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading {
  text-align: left;
}

.heading.terms---cond-subheading {
  font-size: 28px;
  font-weight: 700;
}

.list {
  width: 100%;
  padding-top: 10px;
  list-style-type: lower-alpha;
}

.list.bitesyzed-terms-list {
  padding-left: 60px;
}

.list-item, .list-item-2, .list-item-3, .text-block {
  font-size: 18px;
}

.list-2 {
  list-style-type: lower-roman;
}

.list-item-4, .list-item-5, .list-item-6 {
  font-size: 16px;
}

.list-item-6.list-subitem-terms {
  font-size: 17px;
}

.list-item-7 {
  list-style-type: disc;
}

.list-item-7.list-subitem-terms {
  font-size: 16px;
}

.link-color-span {
  color: #1300ef;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .wrapper.changelog-wrapper.privacsec-1-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
  }

  .update-text.heading-bold-text.privacyh2 {
    text-align: left;
    border: 0 #000;
    flex: 0 auto;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .reference-wrapper.updates.privacy-sec-1-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .update-paragraph.privacy-paragraph {
    text-align: left;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 60px;
    line-height: 110%;
  }

  h2 {
    font-size: 50px;
    line-height: 100%;
  }

  h3 {
    font-size: 45px;
    line-height: 100%;
  }

  h4, h5, h6 {
    line-height: 100%;
  }

  li {
    font-size: 20px;
  }

  .wrapper-1160px {
    flex-direction: column;
    max-width: 600px;
  }

  .wrapper-1160px.navbar-wrapper {
    flex-direction: row;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .wrapper-1160px.home-discover-flex {
    flex-direction: column-reverse;
  }

  .wrapper-1160px.industry-expert-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .wrapper-1160px.app-integration-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.best-people-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .wrapper-1160px.blog-details-summary-flex {
    flex-direction: column-reverse;
    max-width: none;
    margin-bottom: 50px;
  }

  .wrapper-1160px.contact-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    align-items: center;
  }

  .wrapper-1160px.feature-hero-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

  .wrapper-1160px.creative-freedom-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .wrapper-1160px.seach-result-flex {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-container {
    width: 100%;
  }

  .image-container.product-hero {
    width: 100%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .reference-wrapper {
    width: 80%;
  }

  .reference-wrapper.updates {
    flex-direction: column;
  }

  .purple-text-span {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .hero-button-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .navbar-button-container {
    margin-left: auto;
    margin-right: 2px;
  }

  .round-hero-brand {
    width: 35%;
  }

  .nav-link {
    margin-bottom: 10px;
    padding-left: 0;
  }

  .nav-link.white {
    color: var(--dark);
  }

  .home-hero-item.right-with-arrow {
    width: 70px;
    bottom: 0%;
    right: 10%;
  }

  .home-hero-item.chart {
    width: 50px;
    bottom: 20%;
    left: 10%;
  }

  .home-hero-item.pencil {
    width: 55px;
    top: 5%;
    left: -5%;
  }

  .home-hero-item.purple-profile {
    width: 50px;
    bottom: -5%;
  }

  .home-hero-item.bulb {
    width: 55px;
    bottom: 25%;
    right: 0%;
  }

  .home-hero-item.red-profile {
    width: 40px;
    top: -5%;
  }

  .home-logo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .red-text-span {
    padding-top: 4px;
    padding-bottom: 8px;
  }

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

  .home-hero-spotlight-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-discover-image-container {
    width: 90%;
  }

  .home-discover-text-container {
    width: 100%;
    margin-top: 80px;
  }

  .home-cta-hero-heading {
    font-size: 60px;
    line-height: 110%;
  }

  .home-cta-hero-image {
    width: 30%;
  }

  .home-hero-item-image-1 {
    width: 45%;
  }

  .industry-expert-text-container {
    width: 100%;
  }

  .industry-expert-image-container {
    width: 90%;
  }

  .app-integration-text-container {
    width: 100%;
  }

  .app-integration-image-container {
    width: 90%;
  }

  .business-growth-container-1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .business-growth-container-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
  }

  .business-growth-1-img-container, .business-growth-1-text-container {
    width: 100%;
  }

  .business-growth-large-text {
    font-size: 45px;
  }

  .home-integration-upper-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .home-integration-text-wrap {
    width: 100%;
  }

  .home-integration-bottom-wrap {
    flex-direction: column;
    align-items: center;
  }

  .home-integration-item-wrap {
    width: 100%;
  }

  .hm-dark-blue-para {
    line-height: 110%;
  }

  .hm-yellow-item-hero-image {
    width: 50%;
  }

  .footer-banner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-upper-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .footer-left-container, .footer-right-container {
    width: 100%;
  }

  .footer-right-grid {
    grid-row-gap: 60px;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--primary-blue);
  }

  .nav-link-button-wrapper.display-none {
    display: none;
  }

  .nav-menu {
    z-index: 111;
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 100px 100px rgba(0, 0, 0, .04);
  }

  .creative-talent-section {
    padding-bottom: 100px;
  }

  .crative-talent-map-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .creative-talent-office-wrapper {
    flex-direction: column;
  }

  .creative-talent-office-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .creative-talent-office-image {
    margin-bottom: 10px;
  }

  .about-team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .about-hero-upper-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .about-hero-upper-img-wrap, .about-hero-upper-text-wrap {
    width: 100%;
  }

  .about-numbers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .best-people-left-container, .best-people-right-container {
    width: 100%;
  }

  .about-ventures-tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-ventures-tab-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .about-ventures-tab-text-wrap {
    margin: 50px 0 60px;
  }

  .about-ventures-tab-funding-wrap {
    border-top: 1px solid #000;
    border-left-width: 0;
    width: 100%;
    max-width: none;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-content {
    padding-bottom: 24px;
  }

  .faq-card {
    max-width: none;
  }

  .faqs-wrapper {
    width: 100%;
    padding-top: 0;
  }

  .comparison-table {
    position: relative;
  }

  .price-grid-text, .pricing-headings {
    font-size: 20px;
  }

  .pricing-headings.small {
    font-size: 18px;
  }

  .pricing-row-contain {
    flex-direction: column;
    padding: 30px 5px;
  }

  .pricing-row-contain.off-white {
    z-index: 10;
    flex-direction: column;
    padding-left: 5px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .price-grid-contain {
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    width: 100%;
  }

  .headings {
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
  }

  .pricing-hero-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-grid-item-upper, .pricing-grid-item-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-grid-item-price {
    font-size: 60px;
  }

  .custom-pricing-container {
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
  }

  .custom-pricing-sub-container {
    width: 100%;
    max-width: 500px;
  }

  .custom-pricing-heading-large {
    margin-bottom: 60px;
    font-size: 50px;
  }

  .customer-grid-pointer-container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .pricing-testimonial-yellow-box, .pricing-testimonial-purple-box {
    width: 100%;
  }

  .blog-hero-item-hero-image {
    object-fit: cover;
    max-height: 400px;
  }

  .blog-collection-list {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .blog-collection-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .newsletter-blue-bg._1 {
    object-position: 100% 50%;
  }

  .blog-slider-image {
    max-height: 400px;
  }

  .blog-slider-text-wrapper {
    margin-bottom: 70px;
  }

  .blog-details-hero-section {
    padding-top: 320px;
  }

  .blog-details-hero-text-container {
    width: 90%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-hero-heading {
    font-size: 45px;
  }

  .blog-details-social-left-wrapper {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-direction: row;
    max-width: none;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: 0;
  }

  .blog-details-summary-rich-text {
    padding: 50px 20px;
  }

  .blog-details-summary-rich-text p {
    font-size: 20px;
  }

  .blog-details-summary-rich-text blockquote {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 22px;
  }

  .blog-details-author-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .related-blog-collection-list {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .pricing-testimonial-box-flex {
    flex-direction: column;
    align-items: center;
  }

  .integration-hero-card-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .integration-collection-list {
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .request-integration-container {
    padding: 30px 20px;
  }

  .request-integration-heading {
    font-size: 35px;
  }

  .integration-hero-item._1 {
    width: 50px;
    left: 25%;
  }

  .integration-hero-item._2 {
    width: 75px;
    left: 0%;
    right: auto;
  }

  .integration-hero-item._3 {
    width: 60px;
    left: 25%;
  }

  .integration-hero-item._4 {
    width: 60px;
    right: 10%;
  }

  .integration-hero-item._5 {
    width: 55px;
    left: auto;
    right: 0%;
  }

  .integration-hero-item._6 {
    width: 80px;
  }

  .integration-3-card-container.left {
    left: -10%;
  }

  .integration-3-card-container.right {
    right: -10%;
  }

  .contact-hero-text-container, .contact-hero-form-container {
    width: 100%;
  }

  .contact-answer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-answer-grid-item {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-answer-item-heading {
    font-size: 30px;
  }

  .contact-answer-item-para {
    font-size: 20px;
  }

  .contact-answer-itemtext-wrap {
    margin-bottom: 50px;
  }

  .blue-background-large {
    object-position: 0% 50%;
  }

  .log-in-section {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .log-in-blue-large-bg {
    object-position: 0% 50%;
  }

  ._404-image-container {
    width: 70%;
  }

  ._404-text-container {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
  }

  .feature-roi-upper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .feature-roi-text-wrapper {
    text-align: center;
    width: 100%;
  }

  .feature-hero-image-container, .feature-hero-text-container {
    width: 100%;
  }

  .features-best-places-grid {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .customer-first-yellow-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .customer-first-image-container {
    width: 90%;
  }

  .customer-first-text-container {
    width: 100%;
  }

  .customer-first-blue-containers {
    flex-direction: column;
    align-items: center;
  }

  .creative-freedom-text-container {
    width: 100%;
  }

  .creative-freedom-image-container {
    width: 90%;
  }

  .feature-spotlight-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .checkout-container {
    flex-direction: column;
    align-items: stretch;
  }

  .left-checkout-contain {
    margin-right: 0;
  }

  .pricing-plan-points p, .pricing-plan-points h6 {
    background-size: 20px;
    padding-left: 28px;
  }

  .update-paragraph {
    font-size: 20px;
  }

  .style-wrapper {
    flex-direction: column;
    max-width: 600px;
  }

  .licensing-hero-wrapper.icons {
    grid-row-gap: 50px;
    flex-direction: column;
    display: flex;
  }

  .licencing-images-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-heading-2 {
    font-size: 45px;
  }

  .licensing-icon-grid {
    grid-column-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .font-title-heading {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
  }

  .licencing-image-item-2 {
    width: 100%;
    height: auto;
  }

  .plan-wrapper {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
  }

  .text-containers, .text-containers.product-hero {
    width: 100%;
  }

  .buynow-button, .add-to-cart {
    padding: 14px 30px 15px;
    line-height: 120%;
  }

  .container {
    flex-direction: column;
    align-items: center;
  }

  .checkout-container-left {
    width: 100%;
    margin-right: 0;
  }

  .checkout-container-right {
    width: 100%;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }

  .integration-template-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .search {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cta-image {
    object-fit: cover;
    object-position: 0% 50%;
  }

  .top-triangle-image._1, .top-triangle-image._2, .top-triangle-image._3, .top-triangle-image._4 {
    display: none;
  }

  .div-block {
    margin-top: 40px;
    margin-left: 0;
    margin-right: auto;
    position: relative;
  }

  .reference-paragraph {
    font-size: 18px;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 40px;
  }

  h4 {
    font-size: 35px;
  }

  h5 {
    font-size: 30px;
  }

  li {
    font-size: 18px;
  }

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

  .body-18px {
    font-size: 16px;
  }

  .body-22px {
    font-size: 20px;
  }

  .wrapper-1160px.home-feature-spotlight-flex {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .wrapper-1160px.faq-flex {
    padding-bottom: 100px;
  }

  .wrapper-1160px.blog-details-summary-flex {
    width: 85%;
  }

  .wrapper-1160px.integration-hero-flex {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .wrapper-1160px.contact-answer-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.seach-result-flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .wrapper.instruction-wrapper {
    width: 90%;
  }

  .reference-wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .reference-wrapper.updates {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .reference-wrapper.updates.privacy-sec-1-content {
    width: 100%;
  }

  .body-22px-medium, .body-22px-bold {
    font-size: 20px;
  }

  .body-18px-medium, .body-18px-bold {
    font-size: 16px;
  }

  .blue-button.search-button {
    width: 100%;
  }

  .home-hero-wrapper {
    margin-bottom: 100px;
  }

  .home-hero-item.right-with-arrow {
    bottom: -5%;
    right: 5%;
  }

  .home-hero-item.chart {
    width: 45px;
    left: 5%;
  }

  .home-hero-item.pencil {
    width: 50px;
    left: -3%;
  }

  .home-hero-item.purple-profile {
    width: 45px;
  }

  .home-hero-item.bulb {
    width: 50px;
    bottom: 20%;
    right: -2%;
  }

  .home-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-feature-spotlight-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-hero-spotlight-wrapper:hover {
    transform: translate(-15px, -15px);
  }

  .home-cta-hero-heading {
    font-size: 50px;
  }

  .home-cta-hero-image {
    object-position: 20% 50%;
  }

  .industry-expert-image-container, .app-integration-image-container {
    width: 100%;
  }

  .business-growth-number-wrap {
    max-width: 180px;
  }

  .business-growth-large-text {
    font-size: 40px;
  }

  .business-growth-normal-text {
    font-size: 16px;
  }

  .customer-slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .customer-slider-right-arrow {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: -5%;
  }

  .home-integration-blue-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h-m-blue-item-heading-22px {
    font-size: 18px;
  }

  .h-m-blue-para-16px {
    margin-top: 5px;
  }

  .hm-dark-blue-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 20px;
  }

  .hm-dark-blue-para {
    font-size: 28px;
    line-height: 100%;
  }

  .hm-yellow-hero-item {
    padding-top: 130px;
  }

  .hm-yellow-item-hero-image {
    width: 200px;
    top: -20%;
  }

  .hm-grey-hero-item {
    padding: 40px 30px 30px;
  }

  .hm-grey-hero-item-pointer {
    font-size: 16px;
    line-height: 165%;
  }

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

  .menu-button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-link-button-wrapper {
    display: none;
  }

  .creative-talent-office-heading {
    font-size: 22px;
  }

  .creative-talent-office-para {
    font-size: 16px;
  }

  .about-team-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .about-hero-bottom-container {
    flex-direction: column;
  }

  .about-numbers-grid {
    grid-column-gap: 60px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .best-people-traits-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-bottom: 20px;
    padding-right: 0;
  }

  .best-people-traits-icon-wrap {
    border-bottom: 1px solid var(--dark);
    border-right-width: 0;
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .best-people-traits-para-text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .about-ventures-tabs-menu {
    justify-content: center;
  }

  .about-ventures-tab-text-wrap {
    width: 90%;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .about-ventures-tab-para {
    font-size: 24px;
  }

  .faq-answer-wrap {
    padding-left: 20px;
    padding-right: 30px;
  }

  .faq-question-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-question {
    font-size: 22px;
  }

  .price-grid-text {
    font-size: 18px;
  }

  .pricing-row-contain {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .pricing-hero-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
    margin-top: 80px;
  }

  .pricing-grid-item-heading {
    font-size: 30px;
  }

  .pricing-grid-item-price {
    font-size: 50px;
  }

  .custom-pricing-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-pricing-sub-container {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-pricing-heading-large {
    margin-bottom: 50px;
    font-size: 45px;
  }

  .pricing-testimonial-yellow-box, .pricing-testimonial-purple-box {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-testimonial-para, .pricing-testimonial-sign-up-rate {
    font-size: 20px;
  }

  .pricing-testimonial-bold-text {
    font-size: 28px;
  }

  .pricing-testimonial-organic-text {
    font-size: 20px;
  }

  .blog-hero-item-text-wrapper {
    margin-top: -100px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .blog-hero-item-tag {
    font-size: 15px;
  }

  .blog-hero-item-hero-image {
    max-height: 350px;
  }

  .blog-slider-text-item {
    margin-top: -100px;
    padding: 30px 30px 25px;
  }

  .blog-details-hero-section {
    padding-top: 300px;
  }

  .blog-details-hero-text-container {
    width: 85%;
    padding: 40px 30px 35px;
  }

  .blog-details-hero-heading {
    margin-bottom: 35px;
    font-size: 40px;
  }

  .blog-details-summary-rich-text p {
    font-size: 18px;
  }

  .blog-details-summary-rich-text h4 {
    font-size: 30px;
  }

  .blog-details-summary-rich-text img {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-details-summary-rich-text blockquote {
    font-size: 20px;
  }

  .blog-details-cta-text {
    font-size: 18px;
  }

  .blog-details-author-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-autho-para {
    font-size: 18px;
  }

  .blog-details-author-tag {
    font-size: 14px;
  }

  .blog-details-author-name {
    font-size: 22px;
  }

  .blog-details-author-item {
    width: 80px;
    height: 80px;
  }

  .blog-details-author-profile-item {
    width: 45px;
    height: 45px;
  }

  .blog-details-author-profile-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 310px;
    top: -40px;
  }

  .integration-hero-text-wrapper {
    width: 90%;
  }

  .search-container {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    width: 90%;
    padding: 0;
  }

  .search-input {
    background-color: var(--white-smoke-search);
    border-radius: 100px;
    height: 60px;
    margin-bottom: 10px;
  }

  .integration-hero-card-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .integration-hero-card-sub-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .integration-hero-card-name, .request-integration-heading {
    font-size: 30px;
  }

  .integration-hero-item._1 {
    top: -50px;
  }

  .integration-hero-item._2 {
    top: auto;
    bottom: 121px;
    left: 0%;
    right: auto;
  }

  .integration-hero-item._3 {
    bottom: -50px;
    left: 5%;
  }

  .integration-hero-item._4 {
    top: -64px;
    right: 50%;
  }

  .integration-hero-item._5 {
    top: auto;
    bottom: 120px;
    left: auto;
    right: 0%;
  }

  .integration-hero-item._6 {
    bottom: -60px;
  }

  .integration-3-card-container.left {
    left: -5%;
  }

  .integration-3-card-container.right {
    right: -5%;
  }

  .contact-form-block {
    padding-left: 35px;
    padding-right: 35px;
  }

  .contact-answer-section {
    margin-bottom: 89px;
  }

  .contact-answer-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .contact-answer-upper-container {
    text-align: center;
  }

  .blue-background-small {
    width: 250px;
  }

  .log-in-form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .log-in-blue-small-ng {
    width: 250px;
  }

  ._404-image-container {
    width: 80%;
  }

  .feature-roi-hero-item {
    margin-right: 12px;
    padding: 10px 16px;
  }

  .feature-roi-hero-item-icon {
    width: 24px;
    height: 24px;
  }

  .feature-roi-hero-item-text {
    font-size: 16px;
  }

  .feature-sub-hero-image {
    width: 50%;
    right: -5%;
  }

  .feature-sub-hero-train-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .customer-first-yellow-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-first-image-container {
    width: 100%;
  }

  .customer-first-blue-container {
    padding-top: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .customer-first-blue-hero-image {
    width: 55%;
    left: 20px;
  }

  .cf-blue-pointer-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .cf-blue-container-text {
    font-size: 16px;
  }

  .creative-freedom-image-container {
    width: 100%;
  }

  .feature-spotlight-item-wrapper {
    grid-column-gap: 20px;
    padding: 40px 25px;
  }

  .pricing-plan-points p, .pricing-plan-points h6 {
    margin-bottom: 12px;
  }

  .blue-text-span-16px {
    margin-bottom: 8px;
  }

  .update-paragraph {
    font-size: 18px;
  }

  .instruction-heading-2 {
    margin-bottom: 40px;
    font-size: 40px;
  }

  .text-variant-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .styles-heading {
    font-size: 40px;
  }

  .licensing-tag-subtext-2 {
    text-align: left;
  }

  .licensing-heading-2 {
    font-size: 40px;
  }

  .licensing-icon-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .font-title-heading {
    font-size: 45px;
  }

  .licensing-hero-flex {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .price-points-rich-text p {
    font-size: 18px;
  }

  .plan-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .product-box-wrap {
    padding: 30px;
  }

  .buynow-button, .add-to-cart {
    padding-left: 25px;
    padding-right: 25px;
  }

  .colors-grid {
    grid-template-columns: 1fr 1fr;
  }

  .integration-template-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 22px;
  }

  p {
    font-size: 18px;
  }

  li {
    font-size: 16px;
  }

  .style-guide-content {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
  }

  .style-guide-main {
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-link {
    grid-template-columns: 1fr;
  }

  .body-16px {
    font-size: 14px;
  }

  .body-22px {
    font-size: 18px;
  }

  .style-guide-titles {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120%;
  }

  .wrapper-1160px {
    width: 90%;
  }

  .wrapper-1160px.home-logo-flex {
    text-align: center;
  }

  .wrapper-1160px.home-feature-spotlight-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .wrapper-1160px.home-discover-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.business-growth-flex {
    padding-top: 100px;
    padding-bottom: 50px;
  }

  .wrapper-1160px.best-people-flex, .wrapper-1160px.about-venture-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.faq-flex, .wrapper-1160px.comparision-table-flex {
    padding-top: 0;
  }

  .wrapper-1160px.latest-blogs-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-1160px.blog-hero-flex, .wrapper-1160px.contact-hero-flex {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .wrapper-1160px._404-hero-flex {
    padding-top: 60px;
  }

  .wrapper.changelog-wrapper.privacsec-1-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .update-text {
    font-size: 32px;
  }

  .update-text.heading-bold-text.privacyh2 {
    font-size: 28px;
  }

  .reference-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .reference-wrapper.updates {
    padding: 20px;
  }

  .reference-wrapper.updates.privacy-sec-1-content {
    padding-left: 0;
    padding-right: 0;
  }

  .body-22px-medium, .body-22px-bold {
    font-size: 18px;
  }

  .blue-button {
    padding: 12px 30px;
    font-size: 18px;
  }

  .blue-button.newsletter-button {
    width: 100%;
  }

  .blue-button.integration-button {
    font-size: 16px;
  }

  .nav-button {
    padding: 8px 15px;
    font-size: 14px;
    display: none;
  }

  .nav-button.cta-color {
    display: none;
  }

  .primary-blue-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-right: 20px;
    font-size: 18px;
  }

  .primary-blue-button.phone {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .primary-button-icon-wrapper {
    width: 45px;
    height: 45px;
  }

  .purple-text-span {
    border-radius: 8px;
  }

  .no-credit-card-text {
    font-size: 16px;
  }

  .navbar-button-container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .round-hero-brand {
    width: 120px;
  }

  .home-hero-item.right-with-arrow {
    bottom: -16%;
    right: 0%;
  }

  .home-hero-item.chart {
    bottom: 100px;
    left: -3%;
  }

  .home-hero-item.pencil {
    top: -13%;
  }

  .home-hero-item.purple-profile {
    bottom: -8%;
  }

  .home-hero-item.bulb {
    width: 45px;
    bottom: 100px;
    right: -3%;
  }

  .home-hero-item.red-profile {
    top: -10%;
  }

  .home-logo-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
    display: flex;
  }

  .home-logo-hero-item {
    width: 47%;
  }

  .red-text-span {
    border-radius: 8px;
  }

  .home-hero-spotlight-wrapper {
    padding: 40px 15px;
  }

  .home-hero-spotlight-wrapper:hover {
    transform: translate(-10px, -10px);
  }

  .home-hero-spotlight-para {
    font-size: 16px;
  }

  .home-discover-image-container {
    width: 95%;
  }

  .discover-hero-item._1 {
    left: -5%;
  }

  .discover-hero-item._2 {
    right: -5%;
  }

  .discover-pointer-heading {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .discover-pointer-sub-para {
    font-size: 16px;
  }

  .home-cta-hero-heading {
    font-size: 35px;
  }

  .industry-expert-button-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .business-growth-numbers-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .business-growth-number-wrap {
    max-width: none;
  }

  .customer-slide {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .customer-slide-para, .customer-slide-sign-up-rate {
    font-size: 20px;
  }

  .customer-slider-left-arrow {
    top: auto;
    bottom: -80px;
    left: 30%;
    right: auto;
  }

  .customer-slider-bold-text {
    font-size: 25px;
  }

  .customer-slide-organic-traffic {
    font-size: 20px;
  }

  .customer-slide-logo-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .customer-slider-right-arrow {
    top: auto;
    bottom: -80px;
    left: auto;
    right: 30%;
  }

  .hm-container-blue-item {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hm-container-blue-item.right {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: flex-start;
  }

  .home-integration-blue-container {
    padding: 40px 15px;
  }

  .h-m-blue-item-heading-22px {
    font-size: 18px;
    line-height: 120%;
  }

  .h-m-blue-para-16px {
    font-size: 14px;
  }

  .hm-dark-blue-item {
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hm-dark-blue-hero-icon {
    width: 40px;
    height: 40px;
  }

  .hm-dark-blue-para {
    font-size: 20px;
  }

  .hm-yellow-hero-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hm-yellow-hero-item-para {
    font-size: 16px;
  }

  .hm-yellow-hero-item-heading {
    font-size: 28px;
    line-height: 100%;
  }

  .hm-yellow-item-hero-image {
    width: 200px;
    top: -50px;
    left: 20px;
  }

  .hm-grey-hero-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hm-grey-hero-item-pointer {
    background-position: 0 3px;
    font-size: 16px;
  }

  .hm-grey-pointer-container {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .footer-banner {
    grid-row-gap: 10px;
    flex-direction: column;
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .footer-right-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .menu-button {
    padding: 5px 8px;
  }

  .nav-link-button-wrapper {
    font-size: 14px;
  }

  .creative-talent-office-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-hero-upper-img-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-numbers-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .about-numbers-item-heading {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .about-numbers-item-tag-text {
    font-size: 16px;
  }

  .best-people-traits-item {
    flex-direction: column;
    align-items: flex-start;
    padding-right: 0;
  }

  .best-people-traits-icon-wrap {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .best-people-traits-para-text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .best-people-traits-hero-icon {
    width: 60px;
    height: 60px;
  }

  .about-ventures-funding-heading {
    margin-bottom: 10px;
    font-size: 50px;
  }

  .about-ventures-funding-tag-text {
    font-size: 16px;
  }

  .about-ventures-tab-para {
    font-size: 22px;
  }

  .faq-content {
    font-size: 16px;
  }

  .faq-answer-wrap, .faq-question-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-question {
    font-size: 18px;
    line-height: 140%;
  }

  .price-grid-text {
    font-size: 16px;
  }

  .pricing-headings {
    font-size: 18px;
  }

  .pricing-headings.small {
    font-size: 16px;
  }

  .comparison-plan {
    max-width: 120px;
  }

  .price-checkmark {
    width: 25px;
  }

  .pricing-grid-item-upper {
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-grid-item-bottom {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-grid-item-heading {
    margin-bottom: 4px;
  }

  .pricing-grid-item-sub-heading {
    margin-bottom: 40px;
  }

  .custom-pricing-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-pricing-sub-container {
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-pricing-heading-large {
    font-size: 40px;
  }

  .custom-pricing-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .customer-grid-pointer-container {
    padding-top: 20px;
  }

  .custom-pricing-icon-container {
    flex-direction: column;
  }

  .pricing-testimonial-yellow-box, .pricing-testimonial-purple-box {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-testimonial-para {
    font-size: 18px;
  }

  .pricing-testimonial-sign-up-rate {
    font-size: 20px;
  }

  .pricing-testimonial-bold-text {
    font-size: 28px;
  }

  .pricing-testimonial-organic-text {
    font-size: 20px;
  }

  .blog-hero-item-text-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: -10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-hero-item-tag {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .blog-hero-item-heading {
    font-size: 22px;
  }

  .blog-hero-item-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-hero-item-hero-image {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-tab-link {
    padding: 12px 30px;
    font-size: 16px;
  }

  .newsletter-form-wrapper {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    flex-direction: column;
  }

  .newsletter-text-field {
    height: 60px;
    margin-bottom: 10px;
  }

  .newsletter-blue-bg._1 {
    display: none;
  }

  .newsletter-blue-bg._2 {
    width: 180px;
  }

  .blog-slider-image-item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .blog-slider-text-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-top: -5px;
    padding: 20px;
  }

  .blog-slider-text-wrapper {
    margin-bottom: 60px;
  }

  .blog-details-hero-section {
    padding-top: 220px;
  }

  .blog-details-hero-text-container {
    padding: 30px 15px;
  }

  .blog-details-hero-heading {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .blog-details-social-left-wrapper {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .blog-details-summary-rich-text {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-details-summary-rich-text p {
    font-size: 16px;
  }

  .blog-details-summary-rich-text h4 {
    font-size: 28px;
  }

  .blog-details-summary-rich-text img {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-details-summary-rich-text blockquote {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 30px 15px;
  }

  .blog-details-cta-text {
    font-size: 16px;
  }

  .blog-details-author-container {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-details-autho-para {
    font-size: 16px;
  }

  .blog-details-author-item {
    width: 60px;
    height: 60px;
  }

  .blog-details-author-profile-item {
    width: 40px;
    height: 40px;
  }

  .blog-details-author-profile-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    align-content: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }

  .utility-page-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .integration-hero-text-wrapper {
    width: 100%;
  }

  .integration-hero-card-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .integration-hero-card-image {
    width: 70px;
    height: 70px;
  }

  .integration-hero-card-sub-wrap {
    width: 100%;
  }

  .request-integration-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
  }

  .request-integration-heading {
    width: 100%;
    font-size: 28px;
  }

  .integration-hero-item._1 {
    width: 45px;
  }

  .integration-hero-item._2 {
    width: 60px;
  }

  .integration-hero-item._3 {
    width: 55px;
    bottom: -60px;
  }

  .integration-hero-item._5 {
    width: 50px;
  }

  .integration-hero-item._6 {
    width: 70px;
    bottom: -70px;
  }

  .office-location-container {
    width: 100%;
  }

  .contact-form-block {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-text-field.name, .contact-text-field.email, .contact-text-field.subject {
    background-position: 10px;
    padding-left: 40px;
  }

  .contact-text-area {
    background-position: 10px 12px;
    padding-left: 40px;
  }

  .contact-success-message, .contact-error-message {
    font-size: 16px;
  }

  .contact-answer-section {
    margin-bottom: 40px;
  }

  .contact-answer-grid-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pass-recovery-heading {
    font-size: 26px;
  }

  .blue-background-small {
    width: 200px;
  }

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

  .log-in-heading {
    margin-bottom: 40px;
    font-size: 28px;
  }

  .log-in-blue-large-bg {
    width: 40%;
  }

  .log-in-blue-small-ng {
    width: 200px;
  }

  ._404-image-container {
    width: 100%;
  }

  ._404-heading {
    font-size: 100px;
  }

  ._404-sub-heading {
    font-size: 28px;
  }

  .feature-roi-hero-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .features-best-places-grid {
    grid-template-columns: 1fr;
  }

  .customer-first-pointer-text {
    font-size: 16px;
  }

  .customer-first-blue-container {
    padding-top: 160px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .customer-first-dark-blue-wrap {
    padding: 40px 20px;
  }

  .customer-first-dark-blue-icon {
    width: 60px;
    margin-bottom: 40px;
  }

  .cf-dark-blue-heading {
    margin-bottom: 12px;
    font-size: 28px;
  }

  .cf-dark-blue-para {
    font-size: 16px;
  }

  .cf-blue-pointer-icon {
    width: 24px;
    height: 24px;
  }

  .cf-blue-container-text {
    font-size: 15px;
  }

  .feature-spotlight-item-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-spotlight-item-wrapper:hover {
    border-radius: 10px;
    transform: translate(-10px, -10px);
  }

  .block-header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-plan-points p, .pricing-plan-points h6 {
    margin-bottom: 8px;
  }

  .cart-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .blue-text-span-16px {
    margin-bottom: 6px;
    font-size: 14px;
  }

  .update-paragraph, .update-paragraph.privacy-paragraph {
    font-size: 16px;
  }

  .heading-privacypolicy.terms---conditions-heading {
    text-align: center;
  }

  .instruction-heading-2 {
    margin-bottom: 30px;
    font-size: 30px;
  }

  .text-variant-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 2fr;
  }

  .style-wrapper {
    width: 90%;
  }

  .typo-style-info-text {
    font-size: 16px;
    line-height: 20px;
  }

  .style-description {
    font-size: 16px;
  }

  .licencing-images-grid-2 {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .licensing-heading-2 {
    font-size: 35px;
  }

  .font-title-heading {
    border-radius: 10px;
    margin-top: 40px;
    padding: 15px 10px;
    font-size: 35px;
  }

  .licencing-image-item-2 {
    height: 200px;
  }

  .plan-detail-title {
    font-size: 30px;
    line-height: 40px;
  }

  .product-box-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .plan-detail-paragraph {
    font-size: 16px;
  }

  .buttons-contain {
    grid-template-columns: 1fr;
  }

  .plan-price {
    font-size: 30px;
  }

  .buynow-button, .add-to-cart {
    letter-spacing: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-product-text {
    font-size: 18px;
    line-height: 150%;
  }

  .colors-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .style-guide-titles-2 {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 120%;
  }

  .reference-paragraph {
    font-size: 16px;
  }

  .list.bitesyzed-terms-list {
    padding-left: 30px;
  }

  .text-block.list-item-terms, .list-item-6.list-subitem-terms {
    font-size: 15px;
  }
}

#w-node-_3da199a0-480d-396e-fdd9-129c59999ca8-f8346ce5, #w-node-_3490a02b-af3c-3cd0-f4a1-15d32188fa1c-f8346ce5, #w-node-b0e23bc4-e262-32bd-f47c-c3366811616b-f8346ce5, #w-node-fc58bc42-4a00-0da4-7432-565da28b6843-f8346ce5, #w-node-e92f4651-d861-4c69-d855-b1aec3a586a6-f8346ce5, #w-node-d8a24b0a-fdd0-4f2d-dae2-5d92c2b069e1-f8346ce5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12a88606-f0d0-641a-95e4-a0c42ae4802f-f8346cf1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_757781aa-3fad-2690-1e37-05d053c5589f-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558a5-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558b1-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558b7-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558bd-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558c3-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558c9-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558cd-f8346cfd, #w-node-_757781aa-3fad-2690-1e37-05d053c558cf-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb96-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb98-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9a-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9c-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9e-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eb9f-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba1-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba3-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba5-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba7-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206eba8-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebaa-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebac-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebae-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb0-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb1-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb3-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb5-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb7-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebb9-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebba-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebbc-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebbe-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc0-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc2-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc3-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc5-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc7-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebc9-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebcb-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebcc-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebce-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd0-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd2-f8346cfd, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b2409-f8346cfd, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b240a-f8346cfd, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b240c-f8346cfd, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b240e-f8346cfd, #w-node-d1fae372-a6e7-f0b8-f26e-d4b2725b2410-f8346cfd, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd37-f8346cfd, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd38-f8346cfd, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd3a-f8346cfd, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd3c-f8346cfd, #w-node-_427f62ef-9faa-65bd-29c8-bc542394fd3e-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd4-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd5-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd7-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebd9-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebdb-f8346cfd, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f196-f8346cfd, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f197-f8346cfd, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f199-f8346cfd, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f19b-f8346cfd, #w-node-_484ad8a5-89b7-6087-228b-f18437a8f19d-f8346cfd, #w-node-_4083a122-d751-9844-f1b7-99b24da82658-f8346cfd, #w-node-_4083a122-d751-9844-f1b7-99b24da82659-f8346cfd, #w-node-_4083a122-d751-9844-f1b7-99b24da8265b-f8346cfd, #w-node-_4083a122-d751-9844-f1b7-99b24da8265d-f8346cfd, #w-node-_4083a122-d751-9844-f1b7-99b24da8265f-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebdd-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebe0-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebe2-f8346cfd, #w-node-_96e8f2bc-9fb7-ae21-19b9-97e21206ebe4-f8346cfd, #w-node-_3da199a0-480d-396e-fdd9-129c59999ca8-2d912bb0, #w-node-_3490a02b-af3c-3cd0-f4a1-15d32188fa1c-2d912bb0, #w-node-b0e23bc4-e262-32bd-f47c-c3366811616b-2d912bb0, #w-node-fc58bc42-4a00-0da4-7432-565da28b6843-2d912bb0, #w-node-e92f4651-d861-4c69-d855-b1aec3a586a6-2d912bb0, #w-node-d8a24b0a-fdd0-4f2d-dae2-5d92c2b069e1-2d912bb0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_717d8040-6d55-7940-1c45-0cfc7e84847a-f8346cec {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_717d8040-6d55-7940-1c45-0cfc7e84847d-f8346cec {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_717d8040-6d55-7940-1c45-0cfc7e848480-f8346cec, #w-node-_717d8040-6d55-7940-1c45-0cfc7e848483-f8346cec {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d1-f8346cf8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d4-f8346cf8 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d7-f8346cf8, #w-node-_52aafd8a-5c14-f43a-27f2-23a4a1748242-f8346cf8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f18a05c2-4dda-097f-8756-c3e121932cd3-f8346cf9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f18a05c2-4dda-097f-8756-c3e121932cd6-f8346cf9 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f18a05c2-4dda-097f-8756-c3e121932cd9-f8346cf9, #w-node-f18a05c2-4dda-097f-8756-c3e121932cdc-f8346cf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d1-29502b3f {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d4-29502b3f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-e79e89f4-fb41-fae7-c0c3-47ee035af8d7-29502b3f, #w-node-_52aafd8a-5c14-f43a-27f2-23a4a1748242-29502b3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Extrathin.otf') format('opentype'), url('../fonts/AvertaStd-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avertastd';
  src: url('../fonts/AvertaStd-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}