:root {
  --black-color: #16161a;
  --white-smoke: #f7f8fe;
  --primary: #1743f2;
  --misty-rose: #ffdede;
  --light-grey: #f1f1f1;
  --bg-grey: #d4d4d4;
  --dim-grey: #c5c5c5;
  --secondary-text-color: #64748b;
  --secondary: #4353fa;
  --gradient1: #5d38d0;
  --gradient-1-light: #c24090;
  --light-periwinkle-gradient-color: #bcc8fc;
  --lavender-pinocchio-gradient-color: #efddea;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

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

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

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

@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(--black-color);
  background-color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  letter-spacing: .7px;
  margin-bottom: 10px;
}
.terms-para{
    font-size:16px;
}
.terms-para a{
    color:#1743f2 !important;
}
a {
  color: #000;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--black-color);
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 500;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

li {
  font-size: 16px;
}

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  border-left: 5px #e2e2e2;
  margin-bottom: 10px;
  padding: 50px 32px;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
}

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

.section.light-blue {
  background-color: var(--white-smoke);
}

.section.link-water {
  background-color: #f7f8fe;
  overflow: hidden;
}

.section.link-water.overflow-hidden.display-none {
  display: none;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.z-index {
  z-index: 2;
  overflow: hidden;
}

.section.dark-blue {
  background-color: #04051a;
}

.section.light {
  background-color: #f7f8fe;
}

.container {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 3em 2em;
}

.container.nav-container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.container.feature {
  padding-bottom: 14em;
}

.container.hero-features-container {
  z-index: 4;
  padding-bottom: 0;
  position: relative;
}

.container.hero-container {
  position: relative;
}

.container.top-padding {
  padding-top: 10em;
}

.container.relative-position, .container.bottom-space-margin {
  position: relative;
}

.container.shop {
  padding-top: 8em;
}

.container.extra-padding {
  padding-bottom: 10em;
}

.container.more-padding {
  padding-bottom: 17em;
}

.container.contact {
  padding-bottom: 31.1em;
}

.nav-menu-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 1000;
  background-color: #000;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar.navbar-background {
  background-color: #fff;
}

.hero-section {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 7em;
  display: flex;
  position: relative;
}

.hero-section.z-index {
  z-index: 4;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  justify-content: flex-end;
  margin-left: 50px;
  display: flex;
}

.nav-menu.black {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-end;
}

.nav-menu.black.display-none {
  flex: 1;
  display: flex;
}

.nav-menu.display-none {
  display: none;
}

.grid-6-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-4-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2-col {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
}

.grid-2-col.space-between {
  grid-column-gap: 14em;
  grid-row-gap: 14em;
}

.utility-page-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 70px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.footer-link {
  z-index: 1;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.footer-link:hover {
  color: #000;
}

.link-block-underline {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 2px;
}

.link-block-underline.black-color {
  background-color: #000;
}

.link-block-underline.white-color {
  background-color: #fff;
}

.footer {
  align-items: flex-start;
  padding-top: 3em;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-content {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 40px;
  display: grid;
}

.footer-logo-link {
  z-index: 777;
  opacity: 1;
  flex: 0 auto;
  transition-property: opacity;
  display: inline-block;
}

.footer-image {
  width: 100%;
  max-width: 250px;
}

.footer-heading {
  color: var(--primary);
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 500;
}

.made-by-section {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 2px solid rgba(255, 255, 255, .4);
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
  overflow: hidden;
}

.fade-in-move-on-scroll.display-none {
  display: none;
}

.nav-link-holder {
  padding-left: 10px;
}

.nav-link-holder.nav-button-holder {
  align-self: center;
  padding-left: 10px;
}

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

.body-white {
  background-color: #fff;
}

.content.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.content.max-width {
  max-width: 800px;
}

.content.z-index {
  z-index: 2;
  position: relative;
}

.content.dark-mode {
  margin-top: 15px;
}

.grey-text {
  color: #6b6b6b;
}

.contact-form-grid {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 30px;
  display: flex;
}

.field-label {
  opacity: .65;
  color: var(--black-color);
  font-size: 18px;
  font-weight: 400;
}

.success-message {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: #fff;
  border-radius: 8px;
  padding: 1em;
}

.success-message.feature-page {
  width: 50%;
  margin-top: 53px;
  position: absolute;
  top: 3%;
  bottom: auto;
  left: 27%;
  right: 0%;
}

.error-message {
  background-color: var(--misty-rose);
  text-align: center;
  border-style: none;
  border-width: 0;
  border-radius: 8px;
  margin: 10px 1em 1em;
  padding: 10px;
}

.instructions-image {
  border-radius: 12px;
  width: 70%;
}

.change-log-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white-smoke);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  font-size: 16px;
  display: flex;
}

.menu-button {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 5px;
  display: none;
}

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

.copyright-link {
  color: #fff;
  background-image: url('../images/external-link-1.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 15px;
  flex-direction: column;
  margin-right: 5px;
  padding-left: 0;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 500;
}

.copyright-link:hover {
  color: var(--bg-grey);
}

.copyright-link.display-none {
  display: none;
}

.rich-text {
  color: #141414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.rich-text h5 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  line-height: 1.3;
}

.rich-text strong {
  color: #323232;
  font-weight: 600;
}

.rich-text a {
  color: #323232;
  border-bottom: 1px solid #323232;
  line-height: 1.6;
  text-decoration: none;
  transition-property: all;
}

.rich-text a:hover {
  color: #ff5e20;
  border-bottom-color: rgba(50, 50, 50, 0);
  text-decoration: none;
}

.rich-text figure {
  background-color: #eef0f3;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  margin-top: 3em;
  margin-bottom: 4em;
  padding: 30px;
}

.rich-text blockquote {
  color: var(--black-color);
  background-image: url('../images/lINE.svg'), url('../images/Quote-Icon.svg');
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  margin-top: 3.1em;
  margin-bottom: 3.1em;
  padding: 70px 10px 39px 0;
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
}

.rich-text ul {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h3 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
}

.rich-text img {
  width: 100%;
  min-width: 100%;
}

.rich-text figcaption {
  color: rgba(50, 50, 50, .8);
  letter-spacing: .2px;
  font-size: 14px;
  line-height: 24px;
}

.rich-text h1 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 40px;
  font-weight: 600;
}

.rich-text p {
  color: #000;
  letter-spacing: .2px;
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 1.6;
}

.rich-text h2 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
  font-size: 36px;
  line-height: 1.3;
}

.rich-text ol {
  margin-top: 30px;
  margin-bottom: 24px;
  padding-left: 32px;
}

.rich-text h4 {
  color: #141414;
  letter-spacing: .5px;
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 1.3;
}

.rich-text h6 {
  color: #323232;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.rich-text li {
  color: #000;
  letter-spacing: .2px;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6;
}

.style-guide-tab-holder {
  color: #000;
  border-radius: 5px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 400;
  transition-property: background-color;
  transition-duration: .675s;
}

.style-guide-tab-holder:hover {
  color: #000;
  background-color: rgba(0, 0, 0, .07);
}

.style-guide-tab-holder.w--current {
  background-color: var(--black-color);
  color: #fff;
}

.style-guide-left-panel-holder {
  background-color: #f5f5f5;
  align-items: flex-start;
  width: 405px;
  display: flex;
}

.style-guide-title-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-text {
  letter-spacing: 0;
  margin-top: 0;
  font-size: 100px;
  font-weight: 500;
}

.paragraph-m {
  color: #000;
  font-size: 24px;
  line-height: 1.2;
}

.style-guide-gray-background {
  background-color: #f5f5f5;
  border-radius: 12px;
}

.style-guide-left-panel {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  padding: 2em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
}

.subscribe-button {
  color: #fff;
  background-color: #000;
  border: 0 solid #000;
  border-radius: 100px;
  width: 100px;
  height: auto;
  padding: 5px;
  font-weight: 500;
  transition: background-color .35s;
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: auto;
  right: 5px;
}

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

.headings-container {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.link-block-2 {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
}

.link-block-2:hover {
  color: #000;
}

.link-block-2.animation-03 {
  overflow: hidden;
}

.grid-holder {
  grid-row-gap: 30px;
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.colors-container {
  background-color: #fafafa;
}

.subscribe-form-holder {
  width: 100%;
  max-width: 340px;
  margin-bottom: 0;
}

.style-guide-small-title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-container {
  width: 80%;
  margin-top: 10px;
}

.colors-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
  display: flex;
}

.button-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

.font-details-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.aa-font {
  color: #000;
  font-size: 130px;
}

.style-guide-empty-container {
  padding: 2em 2em 2em 1em;
}

.font-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #f5f5f5;
  border-radius: 12px;
  justify-content: space-between;
  margin-top: 2em;
  padding: 2em;
  display: flex;
}

.button {
  color: #fff;
  text-transform: none;
  background-color: #000;
  border-radius: 8px;
  padding: 10px 20px;
  font-weight: 500;
  transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
}

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

.button.with-icon {
  text-align: left;
  background-image: url('../images/Arrow-Icon.svg');
  background-position: 84%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-left: 20px;
  padding-right: 40px;
}

.button.contact-button {
  border-radius: 50px;
  height: 40px;
  padding: 12px 30px;
}

.button.add-to-cart {
  border-radius: 30px;
  justify-content: center;
  min-width: 200px;
  height: 50px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.button.add-to-cart:hover {
  background-color: #1e1e1e;
}

.borders {
  border: 1px solid var(--dim-grey);
  opacity: 1;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.borders.center {
  height: 100px;
}

.button-holder {
  grid-row-gap: 30px;
  background-color: rgba(245, 245, 245, .6);
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 2em;
  display: flex;
}

.subscribe-form {
  z-index: 1;
  width: 100%;
  min-width: 440px;
  position: relative;
}

.style-guide-main-panel {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

.headings-holder {
  background-color: #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 2em;
  display: flex;
}

.subscribe-email {
  color: var(--black-color);
  background-color: #fff;
  border: 0 #000;
  border-radius: 100px;
  width: 100%;
  height: 55px;
  margin-bottom: 0;
  padding: 10px 109px 10px 23px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .35s, border-color .35s;
}

.subscribe-email:focus {
  border-color: var(--primary);
  background-color: #fff;
}

.subscribe-email::placeholder {
  color: var(--secondary-text-color);
}

.sg---color-primary {
  background-color: var(--primary);
  width: 235px;
  height: 150px;
}

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

.sg---color-primary.gradient-1 {
  background-color: var(--gradient1);
}

.sg---color-primary.gradient-1-light {
  background-color: var(--gradient-1-light);
}

.style-guide-container {
  display: flex;
}

.style-guide-panel-title {
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
}

.font-light {
  font-size: 24px;
  font-weight: 300;
}

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

.sg---color-description {
  grid-row-gap: 2px;
  background-color: #f5f5f5;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.style-guide-hero-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 2em;
  display: flex;
}

._404-content {
  margin-bottom: 20px;
}

.brand-logo {
  max-width: 150px;
  height: 100%;
  max-height: 30px;
}

.brand-link {
  z-index: 1;
  width: 180px;
  margin-left: 0;
  padding-left: 0;
  transition-property: opacity;
  display: block;
  position: relative;
}

.brand-link:hover {
  opacity: .9;
}

.nav-link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.nav-link:hover {
  color: #000;
}

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

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

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

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

.link-background {
  z-index: -1;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-background.white {
  z-index: 1;
  background-color: #fff;
}

.hero-section-secondary {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 300px;
  padding-top: 70px;
  display: flex;
  position: relative;
}

.hero-section-secondary.more-space {
  padding-top: 125px;
}

.hero-section-secondary.light-blue {
  background-color: var(--white-smoke);
}

.hero-text-secondary {
  margin-top: 0;
}

.hero-description-short-container {
  max-width: 60%;
}

.richtext-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-brand-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-description {
  color: #f1f0ee;
  max-width: 370px;
  font-size: 16px;
}

.social-media-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

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

.social-media-link {
  z-index: 1;
  border-radius: 6px;
  padding: 5px;
  position: relative;
}

.social-media-icon {
  z-index: 2;
  width: 20px;
  height: 20px;
  position: relative;
}

.hero-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-form-content {
  flex-direction: column;
  display: block;
}

.contact-form {
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.input-field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #dce2fc;
  margin-bottom: 0;
  padding: 10px;
  transition: border-color .35s, background-color .35s;
}

.input-field.textarea-field {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  min-height: 120px;
  padding-top: 15px;
}

.link {
  z-index: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.link:hover, .link.w--current {
  color: #000;
}

.link-with-line {
  z-index: 1;
  color: var(--black-color);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: color .4s;
  position: relative;
  overflow: hidden;
}

.link-with-line:hover {
  color: #000;
}

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

.link-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.external-icon {
  width: 16px;
}

.license-box {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--white-smoke);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  display: flex;
}

.license-box-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-grey-content {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  padding: 1em;
  display: flex;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-width: 140px;
  height: 100%;
  max-height: 25px;
}

.feather-icons-image {
  width: 100%;
  max-width: 400px;
}

.instruction-item {
  background-color: var(--white-smoke);
  border-radius: 12px;
  flex-direction: column;
  padding: 2em;
}

.instructions-list {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-background {
  z-index: -1;
  background-color: var(--white-smoke);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.footer-grid-content.vertical {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: column;
}

.footer-grid-content.display-none {
  display: none;
}

.protected-input-holder {
  margin-bottom: 10px;
}

.blog-category-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.blog-item-image-holder {
  align-self: flex-start;
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.blog-item-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-wrapper {
  z-index: 5;
}

.blog-grid {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-category-item-link {
  padding: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.blog-category-item-link.w--current {
  color: var(--primary);
  padding-right: 5px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.blog-item-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1em;
  padding-left: 11px;
  display: flex;
}

.blog-item-title {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

.blog-item-summary {
  margin-bottom: 0;
}

.blog-category-links-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 30px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.blog-category-all-link-holder {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-right: 30px;
  display: flex;
}

.post-image {
  width: 100%;
  margin-top: 50px;
}

.blog-item-category {
  color: rgba(43, 43, 43, .7);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  display: flex;
}

.shop-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.shop-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  display: flex;
}

.shop-item {
  width: 370px;
}

.product-add-to-cart-holder {
  z-index: 5;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.product-item {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-thumbanil-holder {
  width: 100%;
  position: relative;
}

.hide {
  display: none;
}

.nav-cart-holder {
  height: 38px;
  padding-left: 100px;
}

.nav-cart-holder.reduce-left-padding {
  padding-left: 57px;
}

.cart {
  outline-offset: 0px;
  outline: 0 #000;
  height: 100%;
}

.cart-button {
  outline-offset: 0px;
  background-color: #000;
  border-radius: 25px;
  outline: 0 #2b2b2b;
  height: 100%;
  padding: 12px 40px 12px 30px;
  transition-property: background-color;
  overflow: hidden;
}

.cart-button:hover {
  color: #fff;
}

.cart-button.white {
  background-color: #fff;
}

.cart-image {
  width: 20px;
  margin-left: 10px;
  position: relative;
}

.cart-quantity {
  border-color: var(--light-grey);
  color: var(--black-color);
  background-color: #fff;
  width: 50px;
  height: 30px;
  font-size: 14px;
  transition: color .35s, background-color .35s;
}

.cart-quantity:hover {
  background-color: var(--white-smoke);
}

.cart-quantity:focus {
  border-color: var(--primary);
}

.cart-wrapper {
  background-color: rgba(0, 0, 0, 0);
}

.cart-container {
  border-radius: 8px;
}

.cart-header {
  z-index: 41;
  border-bottom-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
}

.cart-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.cart-close-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  transition-property: opacity;
  display: flex;
}

.cart-close-button:hover {
  opacity: .7;
}

.cart-form-wrapper {
  z-index: 41;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.cart-default-state {
  z-index: 41;
  position: relative;
}

.cart-list {
  z-index: 41;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em;
  display: flex;
  position: relative;
}

.cart-item {
  z-index: 41;
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.cart-item-image {
  object-fit: cover;
  border-radius: 6px;
  width: 70px;
  height: 70px;
}

.cart-footer {
  z-index: 40;
  border-top-color: var(--light-grey);
  background-color: #fff;
  padding: 1em;
  position: relative;
}

.remove-button {
  color: var(--dim-grey);
  font-size: 13px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0%;
}

.remove-button:hover {
  color: #fa4d50;
}

.cart-item-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.cart-item-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

.cart-item-option-list {
  font-size: 14px;
}

.cart-item-option-text {
  font-size: 14px;
  font-weight: 400;
}

.cart-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-start;
  min-height: 70px;
  margin-left: 1em;
  margin-right: 1em;
}

.cart-item-content.h-100 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.x-icon {
  width: 12px;
  height: auto;
}

.cart-subtotal-label {
  font-size: 16px;
}

.cart-subtotal-price {
  font-size: 16px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 30px;
}

.web-payments {
  margin-bottom: 1em;
}

.cart-quantity-number {
  background-color: var(--black-color);
  color: #fff;
  font-weight: 500;
}

.cart-quantity-number.white {
  color: #000;
  background-color: #fff;
}

.cart-quantity-number.display-none {
  display: none;
}

.heading-title-holding {
  padding-bottom: 2em;
}

.heading-title-holding.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-details-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.product-details-grid.top-margin {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
}

.product-other-images {
  margin-top: 1em;
}

.product-other-images-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.product-other-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-other-image-holder {
  border-radius: 5px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.product-other-image-lightbox {
  background-color: var(--white-smoke);
  border-radius: 6px;
  width: 100%;
  padding: .7em;
  transition-property: background-color;
}

.product-other-image-lightbox:hover {
  background-color: var(--light-grey);
}

.product-add-to-cart-default {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.product-add-to-cart-default.pricing{
   width: 100% !important;
}

.product-quantity {
  border-radius: 8px;
  margin-bottom: 0;
  display: none;
}

.product-add-to-cart-quantity {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.checkout-container {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}

.checkout-summary {
  top: 100px;
}

.checkout-box {
  background-color: #fff;
  border-radius: 12px;
  height: 100%;
  margin-top: 0;
  margin-bottom: 2em;
  position: relative;
}

.checkout-box.no-margins {
  margin-bottom: 0;
}

.checkout-box.gradient {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(132deg, #dce2fc, #f0eaf5);
  width: 350px;
  height: 100%;
  padding-top: 15px;
  padding-left: 8px;
}

.checkout-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.required-label {
  color: #ff0004;
  -webkit-text-stroke-color: red;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.block-header {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-bottom-color: var(--light-grey);
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px;
}

.block-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.order-item-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.order-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid var(--light-grey);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  padding-bottom: 1em;
}

.order-item:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-item-image {
  object-fit: cover;
  border-radius: 5px;
  width: 75px;
  height: 75px;
}

.order-item-title {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
}

.order-item-quantity-holder {
  opacity: .7;
  color: var(--black-color);
}

.order-item-price {
  font-size: 18px;
  font-weight: 500;
}

.checkout-field-label {
  font-size: 16px;
  font-weight: 700;
}

.checkout-input-field {
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, .04);
  background-clip: border-box;
  border: 1.5px solid #dce2fc;
  border-radius: 8px;
  height: 55px;
  margin-bottom: 1em;
  padding: 10px;
  line-height: 1;
  transition: border-color .35s, background-color .35s;
}

.checkout-input-field:hover {
  background-color: rgba(0, 0, 0, .02);
}

.checkout-input-field:focus, .checkout-input-field.-wfp-focus {
  border-color: var(--primary);
  background-color: rgba(255, 255, 255, .04);
}

.checkout-input-field::placeholder {
  color: rgba(0, 0, 0, .4);
}

.checkout-input-field.no-margins {
  background-color: rgba(255, 255, 255, .04);
  border-width: 1.5px;
  border-color: #dce2fc;
  border-radius: 7px;
  margin-bottom: 0;
}

.shipping-method-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.shipping-method {
  border-bottom-color: var(--light-grey);
  padding: 0 0 1em 0;
}

.shipping-method:last-child {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.order-summary-label {
  color: var(--black-color);
  font-size: 16px;
  font-weight: 700;
}

.order-summary-value {
  color: var(--black-color);
  font-size: 24px;
  font-weight: 700;
}

.order-summary-value.total-value {
  font-size: 28px;
}

.order-line-item, .extra-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}

.order-item-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.order-item-full-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.shipping-method-title {
  font-weight: 500;
}

.shipping-method-description {
  font-size: 12px;
}

.shipping-method-price {
  font-weight: 500;
}

.order-info-column {
  padding-left: 0;
  padding-right: 0;
}

.order-info-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  margin-left: 0;
  margin-right: 0;
}

.shipping-address {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.no-shipping {
  color: var(--dim-grey);
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  padding: 1em 0;
  font-weight: 400;
}

.product-title {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.licensing-instruction-heading {
  margin-top: 0;
  font-size: 30px;
}

.instructions-code {
  background-color: var(--light-grey);
  color: var(--black-color);
  border-radius: 8px;
  padding: 1em;
  font-style: italic;
}

.product-category-title {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.product-category-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-category-list {
  padding-bottom: 2em;
}

.button-gradient-bg {
  z-index: -1;
  background-image: linear-gradient(#5d38d0, #c24090);
  border-radius: 30px;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: -2px;
  right: -2px;
}

.mobile-features-dark-mode {
  padding: 14px 26px;
}

.pricing-button-holder {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  display: flex;
}

.pricing-button-holder.categories-page {
  margin-top: 43px;
}

.pricing-button-holder.categories-page.white-box {
  margin-top: 42px;
}

.gradient-background-image {
  width: 100%;
  height: 100%;
}

.white-text-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.center-div {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.center-div.em-s-margin {
  margin-top: 4.8em !important;
}

.app-main-photo {
  z-index: 10;
  perspective: 1000px;
  perspective-origin: 50% -600%;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.app-main-photo.feature {
  width: 80%;
}

.text-holder {
  text-align: center;
  margin-top: 20px;
}

.cta-image {
  z-index: 99;
  border-radius: 20px;
  width: 100%;
  position: relative;
  top: 92px;
  left: 155px;
}

.client-logo-image {
  width: 100%;
}

img.feature-hero-img {
    width: 80%;
    margin-top: 80px;
    padding-bottom: 100px;
}

.hero-paragraph-holder {
  max-width: 100%;
  margin-bottom: 0;
}

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

.white-text.center {
  text-align: center;
}

.white-text.extra-large {
  font-size: 42px;
}

.meeting-with-teammate-image {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.feature-header.white {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.hero-image {
  border-radius: 30px;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.cta-bg-image {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.feature-desktop-main-image {
  z-index: 10;
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
}

.small-person-container {
  z-index: 1;
  width: 145px;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 0%;
  right: auto;
}

.small-person-container._09 {
  width: 70px;
  top: auto;
  bottom: 7%;
  left: -5%;
  right: auto;
}

.small-person-container._07 {
  width: 115px;
  top: -14%;
  bottom: auto;
  left: -7%;
  right: auto;
}

.small-person-container._08 {
  width: 90px;
  position: absolute;
  top: 33%;
  bottom: auto;
  left: -18%;
  right: auto;
}

.small-person-container.feature-8-right {
  width: 110px;
  bottom: 4%;
  left: 90%;
}

.small-person-container.feature-2 {
  width: 120px;
  bottom: 34%;
  left: 19%;
}

.small-person-container.feature-1 {
  bottom: 35%;
  left: 2%;
}

.small-person-container.feature-7 {
  width: 110px;
  bottom: 0%;
}

.small-person-container.feature-4 {
  width: 140px;
  bottom: 11%;
  left: 11%;
}

.small-person-container.feature-5-right {
  width: 50px;
  bottom: 29%;
  left: 85%;
}

.small-person-container.feature-6-right {
  width: 120px;
  bottom: 34%;
  left: 90%;
}

.small-person-container.feature-3-right {
  width: 110px;
  bottom: 15%;
  left: 76%;
}

.small-person-container.feature-2-right {
  width: 110px;
  bottom: 3%;
  left: 77%;
}

.small-person-container.feature-1-right {
  bottom: 26%;
  left: 69%;
}

.small-person-container.featuren-4-right {
  width: 120px;
  bottom: 20%;
  left: 90%;
}

.small-person-container.feature-3 {
  width: 100px;
  bottom: 21%;
  left: 23%;
}

.small-person-container.feature-6 {
  width: 110px;
  bottom: 21%;
  left: -3%;
}

.small-person-container.feature-5 {
  width: 50px;
  bottom: 27%;
  left: 10%;
}

.small-person-container.feature-8 {
  width: 50px;
  bottom: 5%;
  left: 23%;
}

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

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

.button-request {
  color: #fff;
  background-color: #16161a;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .5s;
}

.button-request:hover {
  color: #fff;
  background-color: #3c3c41;
}

.button-request.arrow {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Hero-Home-Arrow.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: auto;
  border-style: none;
  border-radius: 0;
  align-items: center;
  padding: 0 30px 0 0;
  font-size: 16px;
  transition-property: background-position;
  transition-duration: .5s;
  display: flex;
}

.button-request.arrow:hover {
  background-position: 90% 10%;
}

.button-request.arrow.white {
  color: #fff;
  background-image: url('../images/White-Arrow.svg');
  padding-right: 43px;
}

.button-request.arrow.white:hover {
  background-position: 90%;
}

.button-request.arrow.company.display-none {
  display: none;
}

.hero-animation-holder {
  perspective: 1000px;
  width: 100%;
  height: 100%;
  position: relative;
}

.white-container-center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.light-blue-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #e9d4fa, #c1cbf6);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.space-with-padding-container {
  padding-top: 60px;
}

.feature-project-image {
  border-radius: 8px;
  width: 100%;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: auto;
  right: -27%;
  transform: scale(.7);
  box-shadow: 1px 1px 30px rgba(155, 155, 155, .2);
}

.hero-button-holder {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
}

.bold-paragraph {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.pricing-holder {
  grid-column-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-logo-holder {
  width: 100%;
}

.paragraph-in-dark-mode {
  color: #878989;
  font-size: 20px;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.pricing-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 600;
}

.pricing-title.white-text {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 600;
}

.pricing-tabel-container {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 78px;
  display: flex;
}
.terms-content-heading, .terms-content-heading strong{
    font-size: 30px !important;
    font-weight: 600 !important;
}
.blue-title {
  color: #1743f2;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 40px;
  font-weight: 500;
}

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

.regular-text {
  margin-top: 10px;
  font-size: 18px;
}

.noise-background {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pricing-line {
  z-index: 5;
  opacity: .4;
  background-color: #d1c4c4;
  justify-content: center;
  align-items: center;
  width: 130%;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 19px;
  position: relative;
  left: -39px;
}

.pricing-line.product-line {
  width: 118%;
  position: relative;
  left: -39px;
}

.link-block-button {
  color: #fff;
  background-color: #16161a;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.link-block-button:hover {
  color: #fff;
  background-color: rgba(36, 36, 36, .99);
}

.link-block-button.get-started {
  color: #000;
  background-color: #fff;
}

.link-block-button.get-started:hover {
  background-color: var(--light-grey);
}

.extra-container-padding {
  padding-top: 48px;
  padding-bottom: 0;
}

.dark-mode-title-holder {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ticked-list-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.heading-wrapper {
  overflow: hidden;
}

.center-paragraph {
  margin-bottom: 0;
}

.center-paragraph.display-none {
  display: none;
}

.small-person-image {
  width: 100%;
}

.featured-logos-holder {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.featured-logos-holder.display-none {
  display: none;
}

.hero-section-bg-holder {
  z-index: 3;
  opacity: .02;
  width: 100vw;
  height: 100%;
}

.black-heading {
  color: #16161a;
  font-weight: 700;
}

.black-heading.category-page {
  font-size: 32px;
}
.black-heading.pricing{
  font-size: 65px !important;
  color: #16161a !important;
  font-weight: 700 !important;
}

.iphone-image {
  z-index: 1;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}

.cta-content-holder {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.dark-mode-card-container {
  z-index: 1;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dark-mode-card-container.big {
  grid-row-gap: 30px;
  padding-left: 36px;
  padding-right: 37px;
}

.cta-heading {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.tabel-holder {
  z-index: 4;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-height: 535px;
  padding: 40px;
  position: relative;
}

.tabel-holder.middle {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 585px;
  padding-top: 80px;
  display: flex;
  position: relative;
}

.tabel-holder.center {
  position: relative;
}

.pricing-card-content {
  z-index: 9;
  background-color: #fff;
  border: 1px solid #dce2fc;
  border-radius: 12px;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(187, 202, 210, .46);
}

.pricing-card-content.blue {
  z-index: 3;
  border-style: none;
}

.paragraph-xl {
  margin-top: 10px;
  font-size: 18px;
}

.paragraph-xl.hero {
  text-align: left;
}

.paragraph-xl.hero.center {
  text-align: center;
  padding: 0 10rem;
}

.paragraph-xl.layout-paragraph {
  max-width: 650px;
}

.animation-on-load-03 {
  align-self: flex-start;
  margin-bottom: 0;
}

.animation-on-load-03.center {
  align-self: center;
}

.image-project-holder {
  width: 100%;
  position: relative;
}

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

.features-on-dark-mode {
  border-radius: 12px;
  grid-template-rows: auto;
  width:max-content;
  max-width:1350px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 50px;
}

.ticked-list-wrapper {
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
}

.bg-container {
  z-index: 2;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.compatibility-image {
  width: 100%;
}

.unsplash-image {
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

.tick-list {
  grid-column-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-name {
  font-size: 18px;
  font-weight: 700;
}

.pricing-tick-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-top: 20px;
  display: flex;
}

.cta-content {
  color: #eceaf8;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.cta-screen-holder {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
  left: 30px;
}

.logo-holder {
  z-index: 6;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-holder.display-none {
  display: none;
}

.grid-5-col {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-5-col.gap-30px {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.white-overlay {
  z-index: 1;
  background-image: linear-gradient(to top, #fff, #f7f8fe 0%, rgba(255, 255, 255, .01) 99%, rgba(255, 255, 255, 0));
  width: 100%;
  height: 30vh;
  position: -webkit-sticky;
  position: sticky;
  top: 80vh;
  left: auto;
  right: auto;
}

.heading-and-paragraph-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}

.heading-and-paragraph-holder.testimonials {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  position: relative;
}

.tick-image {
  width: 18px;
}

.hero-section-text-holder {
  grid-row-gap: 100px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.tabs-app-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.gradient-background-holder {
  background-color: #161b23;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title {
  font-weight: 600;
}

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

.white-container-holder {
  position: -webkit-sticky;
  position: sticky;
}

.grid-8-col {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-heading-and-paragraph-holder {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 55px 46px 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.tabs-app-container {
  width: 80%;
}

.hero-image-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  transform: rotate(0);
}

.cta-screen-container {
  min-width: 650px;
  position: relative;
}

.image-holder {
  border-right: 1px solid #d4d4d4;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.image-holder.last {
  border-right-style: none;
}

.bold-paragraph-holder {
  margin-top: 15px;
  margin-bottom: 15px;
}

.trusted-cmpanies-container {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
}

.overlay-container {
  position: -webkit-sticky;
  position: sticky;
}

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

.white-cta-heading.no-margins {
  font-size: 42px;
}

.accordion {
  color: #060a3e;
  cursor: pointer;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  transition: color .3s;
  display: flex;
  overflow: hidden;
}

.grid-3-col {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  justify-items: center;
}

.grid-2-col {
    margin-top: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.grid-3-col.top-margin {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 100px;
}

.grid-3-col._1-row {
  grid-template-rows: auto;
}

.cta-blue-container {
  z-index: 10;
  background-color: #242424;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.cta-button-holder {
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.cta-bg-container {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-section-animation-holder {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-heading-holder {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 20px;
  display: flex;
}

.pricing-heading-holder.pricing{
    justify-content: start !important;
  margin-top: 0px !important;
  display: flex !important;
  flex-direction: row !important;
}
.hero-section-container {
  width: 100%;
}

.basic-plan{
    color: #000;
    font-size: 35px;
    font-weight: 600;
}

.business-plan{
    color: #fff;
    font-size: 40px;
    font-weight: 600;
}

.black-paragraph {
  color: #000;
  margin-bottom: 0;
}
.black-paragraph.pricing,
.white-paragraph.pricing {
  font-size: 20px;
}
.white-paragraph {
  color: #fff;
  margin-bottom: 0;
}


.white-paragraph.large {
  font-family: Generalsans, sans-serif;
  font-size: 18px;
}

.footer-background-container {
  z-index: -1;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}
.footer-background-container .home-img{
	z-index:-1;
}

.footer-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.white-large-text {
  color: rgba(255, 255, 255, .8);
  font-size: 18px;
}

.text-block {
  color: #fff;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.text-block.gray {
  color: #f1f0ee;
}

.div-block-8 {
  margin-bottom: 30px;
}

.div-block-9 {
  margin-bottom: 30px;
  overflow: hidden;
}

.book-meeting-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid rgba(209, 196, 196, .4);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  padding: 24px;
  display: flex;
  position: relative;
}

.calendar-holder {
  border: 1px solid rgba(22, 22, 22, .15);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  display: flex;
  position: static;
  top: 36px;
  bottom: auto;
  left: 30px;
  right: 30px;
}

.footer-text-holder {
  grid-column-gap: 32px;
  grid-row-gap: 10px;
  flex-direction: row;
  align-items: center;
  display: flex;
  position: static;
  top: 24%;
  bottom: 0%;
  left: 11%;
  right: auto;
}

.semi-bold-footer-text {
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.footer-button {
  background-color: #000;
  border-radius: 50px;
  padding: 12px 30px;
  transition: background-color .35s, color .35s;
  position: static;
  top: 32%;
  bottom: auto;
  left: auto;
  right: 30px;
}

.footer-button:hover {
  color: #fff;
  background-color: rgba(34, 34, 34, .92);
}

.iphone-12-pro-screen-container {
  height: 100%;
  padding: 7% 5.5% 0%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.form-block-holder, .form {
  width: 100%;
  position: relative;
}

.groups-meeting {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.email-get-started-holder {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.email-form {
  flex: 1;
  margin-bottom: 0;
}

.get-started-button {
  background-color: #1743f2;
  border-radius: 60px;
  width: 200px;
  height: 53px;
  padding: 15px 30px;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: auto;
  right: 1%;
}

.iphone-12-pro-holder {
  justify-content: center;
  align-items: flex-start;
  width: 370px;
  margin-top: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-holder {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.text-field-wrapper {
  border: 1px solid #e5eaf1;
  border-radius: 60px;
  width: 100%;
  height: 62px;
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.hero-iphone-image-holder {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
  position: relative;
}

.hero-features-bg-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.devices-holder {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.iphone-wrapper {
  z-index: 10;
  width: 230px;
  height: 60%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.tabs-mobile-app-image {
  z-index: -1;
  object-fit: cover;
  width: 200px;
  position: absolute;
  top: 5%;
  bottom: 0%;
  left: 6%;
  right: auto;
  overflow: hidden;
}

.tablet-mockup-holder {
  z-index: 10;
  width: 450px;
  height: 350px;
  position: absolute;
  top: 17%;
  bottom: 0%;
  left: auto;
  right: 4%;
}

.tabs-tablet-app-image {
  z-index: -1;
  position: absolute;
  top: 9%;
  bottom: 0%;
  left: 4%;
  right: 0%;
}

.blue-ribbon-text {
  color: var(--primary);
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 36%;
  bottom: auto;
  left: 18%;
  right: auto;
}

.blue-ribbon-text.up {
  top: 16%;
  bottom: auto;
  left: -8%;
  right: auto;
}

.blue-ribbon-text.desktop {
  top: 64%;
  left: 39%;
}

.curved-arrow-holder {
  width: 100%;
  height: 50px;
  position: relative;
  top: 85%;
  left: -54%;
}

.curved-arrow-holder.desktop {
  top: -65%;
  left: 49%;
}

.curved-arrow-image {
  width: 100px;
  height: 100px;
  position: absolute;
  top: -67%;
  bottom: auto;
  left: 12%;
  right: 0%;
}

.curved-arrow-image.tablet {
  left: 36%;
}

.down-curved-arrow-image {
  z-index: 20;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 18%;
  bottom: auto;
  left: -4%;
  right: auto;
}

.hero-features-text {
  text-align: center;
  font-size: 70px;
  line-height: 1.1;
  padding: 0 10rem;
}

h2.hero-features-text {
  text-align: center;
  font-size: 50px;
}

.gradient-span-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(300deg, #f69e1e, #7f60f9);
  -webkit-background-clip: text;
  background-clip: text;
}

.feature-image-holder {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.feature-content-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.top-margin-l {
  margin-top: 12em;
}

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

.gradient-text {
  background-image: linear-gradient(to right, var(--light-periwinkle-gradient-color), var(--lavender-pinocchio-gradient-color));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 24px;
}

.white-dm-sans-text {
  color: #fff;
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 400;
}

.white-paragraph-xl {
  color: #ececec;
  flex-direction: row;
  font-size: 18px;
}

.white-paragraph-xl.center {
  text-align: center;
}

.platform-content-holder {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-paragraph-holder {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px 25px 40px 40px;
  display: flex;
  position: relative;
}

.white-feature-large-text {
  color: #fff;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
}

.contact-us-holder {
  margin-top: 10em;
}

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

.grid-cta-featured {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.company-image-holder {
  width: 100%;
  height: 100%;
}

.circle-blur-bg {
  width: 1000px;
  position: absolute;
  top: auto;
  bottom: -41%;
  left: auto;
  right: -25%;
}

.dark-blue-overflow-hidden {
  background-color: #04051a;
  position: relative;
  overflow: hidden;
}

.company-employee-holder {
  width: 100%;
  height: 630px;
  margin-top: 70px;
  position: relative;
  top: -36px;
}

.hero-text-company {
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.3;
}

.gradient-about-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(88deg, #8061f9, #f79f1f);
  -webkit-background-clip: text;
  background-clip: text;
}

.gradient-about-text-pink {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #8061f9, #f79f1f);
  -webkit-background-clip: text;
  background-clip: text;
}

.emplotee-holder {
  border: 10px solid #fff;
  border-radius: 12px;
  width: 380px;
  height: 280px;
  position: absolute;
  top: -3%;
  bottom: auto;
  left: 10%;
  right: auto;
  transform: rotate(-7deg);
}

.emplotee-holder._2 {
  z-index: -1;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 16%;
  transform: rotate(13deg);
}

.emplotee-holder._3 {
  z-index: -1;
  border-color: #fff;
  top: auto;
  bottom: 16%;
  left: -7%;
  right: auto;
}

.emplotee-holder._4 {
  top: auto;
  bottom: 5%;
  left: 15%;
  right: auto;
  transform: rotate(13deg);
}

.fade-in-move-on-scroll input, .fade-in-move-on-scroll textarea {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #dce2fc;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.fade-in-move-on-scroll input[type="submit"]{
	border-radius: 50px !important;
    height: 40px;
    padding: 12px 30px;
    width: 30%;
    color: #fff;
    text-transform: none;
    background-color: #000;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    transition: background-color .3s, transform .5s cubic-bezier(.175, .885, .32, 1.275);
    cursor: pointer;
}

.fade-in-move-on-scroll input[type="submit"]:hover{
	color: #fff;
    background-color: #1743f2;
}

.fade-in-move-on-scroll input:focus-visible, .fade-in-move-on-scroll textarea:focus-visible{
	outline: none;
}

.fade-in-move-on-scroll label{
	margin-top: 25px;
    font-family: DM Sans, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #16161a;
}

.emplotee-holder._5 {
  top: auto;
  bottom: 5%;
  left: auto;
  right: 7%;
  transform: rotate(-16deg);
}

.emplotee-holder._6 {
  top: 30%;
  bottom: 0%;
  left: auto;
  right: -7%;
}

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

.circle-holder {
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  display: flex;
  position: absolute;
  top: 34%;
  bottom: auto;
  left: auto;
  right: 40%;
}

.purple-heart {
  width: 90px;
  position: static;
  top: 29%;
  bottom: auto;
  left: 27%;
  right: 0%;
}

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

.h2-gradient-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #5d38d0, #c24090);
  -webkit-background-clip: text;
  background-clip: text;
}

.heading-center-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.grey-xl-paragraph {
  opacity: .6;
  color: #878989;
  font-size: 18px;
}

.grey-xl-paragraph.center {
  text-align: center;
}

.white-box-no-padding {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
}

.white-box-no-padding:hover {
  box-shadow: 0 0 20px 9px rgba(0, 0, 0, .21);
}

.white-box-no-padding.values {
  border-radius: 25px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.white-box-no-padding._3 {
  overflow: hidden;
}

.white-box-text {
  color: #323232;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.person-profile-icon {
  margin-top: 7px;
}

.person-profile-icon.careers {
  margin-top: 40px;
}

.person-profile-icon.careers.top-padding {
  padding-top: 25px;
}

.white-large-box-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 385px;
  margin-bottom: 5.5em;
  padding-left: 10em;
  padding-right: 10em;
  display: flex;
}

.quote-text {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.autor-text {
  flex-direction: column;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
}

.about-office-holder {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.medium-text {
  padding-left: 0;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.top-margin {
  align-self: flex-start;
  margin-top: 50px;
}

.office-room-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 360px;
}

.office-room-holder {
  width: 100%;
  height: 100%;
}

.second-office-room-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.careers-button-holder {
  width: 100%;
  height: 100%;
  margin-top: 30px;
}

.careers-button {
  background-color: #1743f2;
  border-radius: 60px;
  padding: 15px 50px;
  font-size: 18px;
  transition: background-color .35s;
}

.careers-button:hover {
  color: #fff;
  background-color: #4567ec;
}

.person-image-holder {
  background-image: linear-gradient(360deg, #65bb83, #95d3c0);
  border-radius: 50px;
  width: 240px;
  height: 310px;
  margin-top: 30px;
}

.person-image-holder.careers-1 {
  width: 180px;
  height: 210px;
  position: absolute;
  top: 55%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.person-image-holder.careers-2 {
  background-image: linear-gradient(#1fb9fc, #0082bb);
  width: 180px;
  height: 210px;
  position: absolute;
  top: 9%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.person-image-holder.careers-3 {
  background-image: linear-gradient(#ff2f5e, #d80026);
  width: 180px;
  height: 210px;
  position: absolute;
  top: 103%;
  bottom: auto;
  left: auto;
  right: 10%;
}

.person-image-holder.careers-4 {
  background-image: linear-gradient(#f2e343, #d6c945);
  width: 180px;
  height: 210px;
  position: absolute;
  top: 103%;
  bottom: auto;
  left: 12%;
  right: auto;
}

.person-image-holder.careers-5 {
  background-image: linear-gradient(#eb5642, #e6ea1d);
  width: 180px;
  height: 210px;
  position: absolute;
  top: 8%;
  bottom: auto;
  left: auto;
  right: 14%;
}

.person-image-holder.careers-6 {
  background-image: linear-gradient(#ae8ced, #5b17d8);
  width: 180px;
  height: 210px;
  position: absolute;
  top: auto;
  bottom: 13%;
  left: auto;
  right: 0%;
}

.inside-person-image {
  width: 180px;
  height: 210px;
  min-height: 243px;
  position: absolute;
  top: -32px;
}

.inside-person-image._4 {
  object-fit: cover;
  width: 159px;
  height: 240px;
  min-height: 250px;
  top: -39px;
  left: 11px;
}

.vh-persons-holder {
  width: 100%;
  height: 141vh;
  position: relative;
}

.name-holder {
  z-index: 1;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 32%;
  left: -43%;
  right: auto;
}

.name-holder.careers-person-name-1 {
  top: auto;
  bottom: 5%;
  left: auto;
  right: -40%;
}

.name-holder.careers-name-2 {
  bottom: 20%;
  left: 82%;
}

.name-holder.careers-person-name-4 {
  top: auto;
  bottom: 17%;
  left: -34%;
  right: auto;
}

.name-holder.careers-person-name-5 {
  top: auto;
  bottom: 14%;
  left: -26%;
  right: auto;
}

.name-text {
  color: #1743f2;
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.contact-form-holder {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.top-message-text {
  color: var(--black-color);
  margin-bottom: 40px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.hero-contact-text {
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.feedback-person-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  height: 250px;
  margin-top: 6em;
  padding: 40px;
  display: flex;
  transform: rotate(-5deg);
}

.feedback-person-holder.display-none {
  display: none;
}

.person-feedback-text {
  float: none;
  text-align: center;
  margin-top: 0;
  font-size: 15px;
  font-weight: 700;
}

.company-image {
  width: 70px;
  height: 26px;
}

.company-image.display-none {
  display: none;
}

.theresa-webb-image {
  width: 50px;
  height: 50px;
}

.theresa-webb-image.display-none {
  display: none;
}

.name-feedback-text {
  font-weight: 700;
}

.blue-arrow-image {
  width: 100px;
  height: 110px;
  position: absolute;
  top: auto;
  bottom: 12%;
  left: 31%;
  right: 0%;
}

.blue-arrow-image.contact {
  bottom: 37%;
}

.blue-feedback-text {
  color: var(--primary);
  width: 13%;
  font-size: 18px;
  position: absolute;
  top: auto;
  bottom: 16%;
  left: 39%;
  right: 0%;
}

.blue-feedback-text.contact {
  bottom: 39%;
}

.hero-blog-holder {
  margin-top: 10em;
}

.hero-white-blog-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 410px;
  padding: 10px 10px 10px 55px;
  transition: box-shadow .4s;
  display: grid;
  position: relative;
}

.hero-white-blog-holder:hover {
  box-shadow: 0 2px 20px 7px rgba(0, 0, 0, .2);
}

.blog-hero-title {
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.feature-blog-content-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  max-width: 600px;
  padding-top: 45px;
  display: flex;
}

.hero-blog-image-holder {
  justify-content: flex-end;
  width: 100%;
  height: 410px;
  display: flex;
}

.hero-blog-image {
  border-radius: 10px;
  width: 460px;
  height: 95%;
}

.blog-category-holder {
  z-index: 4;
  position: relative;
}

.transparent-bg-holder {
  height: 60vh;
}

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

.top-margin-100-px.display-none {
  display: none;
}

.careers-main-button {
  background-color: var(--primary);
  color: #fff;
  border-radius: 60px;
  padding: 15px 40px;
  transition: background-color .35s;
}

.careers-main-button:hover {
  color: #fff;
  background-color: rgba(23, 67, 242, .84);
}

.team-image-holder {
  z-index: 5;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  width: 100%;
  height: 800px;
  position: relative;
  top: -100%;
}

.bg-color {
  z-index: 6;
  background-image: linear-gradient(#5d38d0, #c24090);
  border-radius: 26px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg-color.location {
  border-radius: 20px;
}

.white-box-content {
  z-index: 7;
  background-color: #fff;
  border-radius: 25px;
  height: 100%;
  margin: 2px;
  padding-top: 37px;
  padding-bottom: 0;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.black-bg-nav-image {
  display: none;
}

.iphone-and-tablet-mockup-holder {
  align-items: flex-start;
  width: 100%;
  height: 35%;
  display: flex;
  position: absolute;
  top: 51%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.location-holder {
  border: 1px solid #ececec;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.city-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 300px;
}

.location-city-name {
  color: #101828;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.visit-us-button {
  background-color: var(--black-color);
  border-radius: 50px;
  margin-top: 15px;
  padding: 12px 33px;
}

.visit-us-button:hover {
  color: #fff;
}

.contact-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-name {
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.contact-text {
  color: #6941c6;
  font-size: 16px;
}

.white-box-content-holder {
  z-index: 8;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 1px;
  padding: 9px 9px 24px;
  display: flex;
  position: relative;
}

.contact-support-holder {
  z-index: 7;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 99%;
  height: 100%;
  margin: 1.5px 1px;
  padding: 50px 59px;
  display: flex;
  position: relative;
}

.accordion-2 {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 18px;
  transition: background-color .3s;
  position: relative;
}

.accordion-2:hover {
  background-color: #f7f7f7;
}

.accordion-header-2 {
  justify-content: space-between;
  align-items: flex-start;
  padding: 34px 26px;
  display: flex;
  position: relative;
}

.job-content.title {
  flex: none;
  margin-right: 2em;
}

.arrow-image {
  width: 28px;
}

.job-postion-card-holder {
  cursor: pointer;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  transition: opacity .2s;
  display: flex;
  overflow: hidden;
}

.card-background-color {
  z-index: -1;
  opacity: 0;
  cursor: pointer;
  background-image: linear-gradient(to right, #6ddcff, #7f60f9);
  border-radius: 12px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.job-description-holder {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.job-description-holder.top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  width: 82%;
  margin-top: 40px;
}

.job-description-holder.last {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 81%;
  margin-bottom: 2em;
}

.grey-text-2 {
  color: #787878;
}

.semi-bold {
  font-weight: 600;
}

.simple-info {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.line {
  background-color: #f5f5f5;
  width: 81%;
  height: 2px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.more-info-holder {
  background-color: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -15px;
  overflow: hidden;
}

.apply-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #fa5853;
  background-image: linear-gradient(to right, #fa5853, #f46692 50%, #ffc444);
  border-radius: 5px;
  min-width: 180px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 13px 20px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: letter-spacing .3s, color .3s;
}

.apply-button:hover {
  color: #fff;
  letter-spacing: 1px;
  text-decoration: none;
}

.apply-button.rounded-orage-button {
  background-color: #fa5853;
  background-image: none;
  border-radius: 200px;
  flex: 1;
  margin-left: 24px;
  margin-right: 12px;
}

.apply-button.rounded-orage-button.margin {
  background-color: #000;
  margin-bottom: 2em;
}

.arrow-holder {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 40px;
  display: flex;
}

.simple-info-holder {
  z-index: 4;
  background-color: #fff;
  border: 2px solid #f5f5f5;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 3em;
  transition: border-color .2s;
  display: flex;
  position: relative;
}

.simple-info-holder:hover {
  border-color: #fafafa;
}

.text-regular {
  font-weight: 400;
}

.card-item {
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .05);
}

.add-to-cart {
  width: 100%;
}

.product-details-description-holder {
  z-index: 2;
  background-color: #fff;
  height: 400px;
  margin-top: 6.5em;
  display: flex;
  position: relative;
}

.collection-item, .collection-list-wrapper {
  width: 100%;
}

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

.categories-bg-image {
  z-index: -1;
  background-color: #04051a;
  width: 100%;
  height: 130vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.categories-bg-image.h-100vh {
  z-index: 1;
  height: 100vh;
}

.hero-white-large-text {
  color: #fff;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.hero-white-large-text.center {
  text-align: center;
}

.white-pricing-holder {
  z-index: -1;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-pricing-holder.gradient {
  background-color: #1743f2;
}

.pricing-tables-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

.white-heading-categories {
  color: #fff;
  font-size: 32px;
}

.white-heading-categories.black-text {
  color: #000;
}

.white-categories-paragraph {
  color: #fff;
  padding-top: 20px;
}

.product-details {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.details-white-text {
  color: #fff;
  font-size: 16px;
}

.product-details-holder {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.details-black-text {
  font-size: 16px;
}

.details-black-text.white {
  color: #fff;
}

.content-of-pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.description-text {
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.product-main-image {
  border-radius: 10px;
  align-self: flex-start;
}

.product-main-image-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  display: flex;
}

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

.gray-text-block.top-margin {
  color: #878989;
  margin-top: 10px;
  padding-bottom: 0;
}

.white-line {
  background-color: #fff;
  width: 300px;
  height: 1px;
}

.checkout-button {
  background-color: var(--black-color);
  border-radius: 52px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  transition: color .35s, background-color .35s;
}

.checkout-button:hover {
  color: #c5c5c5;
  background-color: #222228;
}

.shipping-text {
  font-family: DM Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.asterisk-red-icon {
  color: #fa5853;
}

.nav-text {
  font-size: 18px;
}

.cart-text.black {
  color: #000;
}

.top-margin-m {
  margin-top: 7em;
}

.noise-bg-cart {
  opacity: .06;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.feature-text {
  font-family: Generalsans, sans-serif;
  font-size: 36px;
  font-weight: 600;
}

.top-heading-businesses-holder {
  width: 75%;
  height: 100%;
}

.first-person-image {
  background-image: linear-gradient(to top, #65bb83, #95d3c0);
  border-radius: 50px;
  width: 170px;
  height: 240px;
  position: relative;
  top: 24%;
  bottom: 30%;
  left: 42%;
  right: 30%;
}

.first-person-image._2 {
  background-image: linear-gradient(196deg, #1fb9fc, #0082bb);
  width: 170px;
  height: 240px;
  position: absolute;
  top: auto;
  bottom: 92%;
  left: auto;
  right: 21%;
  overflow: hidden;
}

.first-person-image._3 {
  background-image: linear-gradient(179deg, #ae8ced, #5b17d8);
  top: 0%;
  bottom: 634px;
  left: 84%;
}

.first-person-image._4 {
  background-image: linear-gradient(189deg, #f2e343, #ddcb07);
  position: absolute;
  top: -15%;
  left: 85%;
}

.first-person-image._5 {
  background-image: linear-gradient(#eb5642, #e6ea1d);
  position: absolute;
  left: 62%;
}

.first-person-image._6 {
  background-image: linear-gradient(183deg, #ff2f5e, #d80026);
  position: absolute;
  top: 39%;
  left: 85%;
  overflow: hidden;
}

.person-image._1 {
  height: 100%;
}

.person-image._2 {
  height: 99.7%;
}

.person-image._3 {
  position: relative;
  top: -3px;
}

.name-of-team-member {
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 56px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 27%;
  left: -17%;
  right: auto;
}

.name-of-team-member._2 {
  left: 63%;
}

.name-of-team-member._3 {
  top: -26%;
  bottom: auto;
  left: auto;
  right: 11%;
}

.name-of-team-member._4 {
  bottom: 5%;
  left: -23%;
}

.name-of-team-member._5 {
  bottom: 10%;
  left: 77%;
}

.name-text-team {
  color: #1743f2;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.team-holder {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.white-hero-heading.pricing{
    text-align:center;
}

.blog-heading-center {
  text-align: center;
  width: 50%;
  font-size: 36px;
}

.month-label-text.white {
  color: #fff;
}

.footer-description-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.pricing-tabs {
  z-index: 2;
  width: 100%;
}

.yearly-link-discount {
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 100px;
  margin-bottom: 0;
  margin-left: 4px;
  padding: 2px 5px;
  font-size: 70%;
  line-height: 1;
  display: inline-block;
}

.pricing-tab-link {
  color: rgba(255, 255, 255, .7);
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(255, 255, 255, .2);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding: 8px 10px;
  font-size: 20px;
  line-height: 1;
  transition: all .35s;
  display: flex;
}

.pricing-tab-link:hover {
  color: rgba(255, 255, 255, .85);
  border-bottom-color: rgba(255, 255, 255, .4);
}

.pricing-tab-link.w--current {
  -webkit-text-fill-color: transparent;
  background-color: rgba(0, 0, 0, .05);
  background-image: linear-gradient(to right, #ff51d7, #1e43ff);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom-color: rgba(255, 81, 215, .5);
}

.pricing-tabs-menu {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 4em;
  display: flex;
}

.pricing-grid-holder {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
}

.h5-semi-bold {
  font-weight: 600;
}

.link-contact-holder {
  width: 100%;
  height: 100%;
}

.h2-white-heading.pricing {
  color: #fff;
  font-size: 70px;
}

.tab-pane-monthly, .tab-pane-yearly {
  padding-top: 20px;
}

.image {
  z-index: -1;
  opacity: .4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.name-and-date-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 10px;
  display: flex;
}

.name-text-category {
  color: var(--primary);
  font-size: 18px;
}

.date-published {
  font-size: 18px;
}

.breadcrumb-holder {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  display: flex;
}

.breadcrumb-text {
  color: #90bbf8;
}

.breadcrumb-text.blue {
  color: #1743f2;
}

.hero-home-text {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-family: Generalsans, sans-serif;
  font-size: 61px;
  font-weight: 600;
}

.gradient-hero-home-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(300deg, #f69e1e, #7f60f9);
  -webkit-background-clip: text;
  background-clip: text;
}

.box-holder {
  z-index: 1;
  background-color: var(--black-color);
  border-radius: 25px;
  width: 100%;
  height: 500px;
  padding-top: 33px;
  padding-left: 33px;
  padding-right: 50px;
  position: relative;
  overflow: hidden;
}

.white-text-box {
  color: #fff;
  font-size: 24px;
}

.box-noise-image {
  z-index: -1;
  opacity: .59;
  border-radius: 25px;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-box-button-holder {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.talk-with-expert-button {
  background-color: rgba(36, 36, 36, .99);
  background-image: url('../images/→.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-radius: 35px;
  padding: 21px 60px 21px 35px;
  font-size: 20px;
  transition: background-color .35s, background-position .35s, color .35s;
}

.talk-with-expert-button:hover {
  color: #fff;
  background-color: rgba(34, 34, 34, .92);
  background-position: 92%;
}

.hero-section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.blur-holder {
  justify-content: center;
  width: 100%;
  height: 1000px;
  display: flex;
  position: absolute;
  top: 405px;
  overflow: hidden;
}

.blur-holder.feature {
  top: 339px;
  overflow: hidden;
}

.blur-holder.blog {
  z-index: -1;
  top: -7%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blur-holder.careers {
  z-index: -1;
  top: -8%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blur-holder.blog-post {
  z-index: -1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.blur-holder.blog-categories {
  z-index: -1;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blur-holder.product-template {
  top: -9%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.blur-holder.company {
  top: 347px;
}

.blur-container {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140%;
  height: 100%;
  display: flex;
}

.blur-image {
  filter: saturate(200%);
  width: 170%;
  max-width: 210%;
  height: 110%;
}

.layout-heading {
  font-family: DM Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
}

.calendar-wrapper {
  background-color: #fff;
  border-radius: 30px;
  width: 400px;
  height: 500px;
  padding: 40px 30px 30px 35px;
  position: relative;
}

.hero-box-text {
  font-family: Generalsans, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.getting-started-text {
  color: #130c19;
  font-size: 15px;
}

.getting-started-holder {
  background-image: url('../images/SVG.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  padding-left: 22px;
  display: flex;
}

.getting-started-holder.display-none {
  display: none;
}

.purple-calendar {
  height: 270px;
  margin-top: 40px;
  position: absolute;
  top: 41%;
  left: -1%;
}

.message-calendar {
  position: absolute;
  top: 45%;
  left: 57%;
}

.calendar-and-message-holder {
  width: 100%;
  height: 80%;
}

.teammate-holder {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 40px;
  padding-left: 30px;
  display: flex;
}

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

.visual-experience-holder {
  background-color: #fff;
  border-radius: 25px;
  height: 525px;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.person-in-different-dimensions {
  border-radius: 20px;
  margin-top: 65px;
}

.feature-icon {
  position: absolute;
}

.white-box-holder {
  background-color: #fff;
  border-radius: 25px;
  padding-top: 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}

.mircophone-holder {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: relative;
}

.mircophone-image {
  width: 100%;
  position: absolute;
  top: 18%;
  bottom: 0%;
  left: auto;
  right: 8%;
}

.mircophone-image._1 {
  top: 24%;
}

.mircophone-image._1.adject-position {
  top: 2%;
}

.grid-3-col-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.meeting-team {
  border-bottom-right-radius: 20px;
  width: 100%;
  margin-top: 50px;
}

.meeting-team-dark-mode {
  width: 100%;
  padding-bottom: 26px;
  padding-left: 26px;
  position: relative;
}

.blury-bg-image {
  z-index: -1;
  opacity: .72;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-calendar {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-feature-meeting-holder {
  object-fit: cover;
  width: 100%;
  height: 104%;
}

.meeting-team-image {
  width: 100%;
  height: 100%;
  position: absolute;
    top: auto;
    bottom: 0%;
    left: 10%;
    right: 0%;
    object-fit: none;
    object-position: left;
}
.meeting-team-image.feature{
    width: 100%;
  height: 100%;
  position: absolute;
    top: auto;
    bottom: 0%;
    left: 10%;
    right: 0%;
    object-fit: none;
    object-position: left;
}
.meeting-team-image._02 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  object-fit:contain;
}
.meeting-team-image.left {
    object-fit: cover;
    width: 90%;
    bottom: 0%;
    left: 0%;
    object-position: left;
}
.meeting-team-image.left-qualify{
    object-fit: cover;
    width: 100%;
    bottom: 0%;
    left: -5%;
    object-position: left;
}
.meeting-team-image.left-feature{
    object-fit: none !important;
    width: 100% !important;
    bottom: 0%;
    left: 6% !important;
    object-position: left !important;
}
.meeting-team-image.right {
    object-fit: cover;
    width: 100%;
    bottom: 0%;
    left: -7%;
    object-position: center;
}

.up-image {
  position: absolute;
  top: -55px;
  bottom: auto;
  left: 2px;
  right: auto;
  z-index: 10;
}

.sound-wave-image {
  z-index: 1;
}

.sound-wave-holder {
  position: absolute;
  top: -18px;
  bottom: auto;
  left: auto;
  right: 30px;
}

.bg-platform-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-paragraph-box-holder {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  padding-left: 40px;
  display: flex;
}

.person-profile-icon-holder {
  margin-top: 25px;
}

.person-profile-icon-holder.center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.inside-box-color-image {
  z-index: -2;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inside-box-image {
  width: 100%;
  height: 70%;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.black-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 30%;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.card-arrow-holder {
  background-color: #fff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  transition-property: background-color;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: auto;
  right: 8%;
}

.card-arrow-holder:hover {
  background-color: rgba(255, 255, 255, .8);
}

.shipping-address-holder, .billing-address-holder, .footer-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.hero-section-text-holder-features {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.feature-image-wrapper {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-section-text-holder-company {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.company-hero-paragraph {
  font-size: 18px;
  margin-bottom: 40px !important;
}

.buy-template-holder {
  z-index: 20;
  grid-column-gap: 10px;
  flex-direction: row;
  align-items: stretch;
  margin-bottom: 30px;
  margin-left: 30px;
  margin-right: 30px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.buy-template-link {
  grid-column-gap: 10px;
  opacity: .8;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  flex-direction: row;
  align-items: stretch;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .4s, opacity .4s, box-shadow .475s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.buy-template-link:hover {
  opacity: 1;
  color: #000;
  border-color: #4253ff;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .23);
}

.buy-this-template-button-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  display: flex;
}

.buy-this-template-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.buy-this-template-text {
  color: #000;
  font-weight: 400;
}

.buy-webflow-template-content {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.webflow-icon {
  background-image: url('../images/webflow-blue-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: block;
}

.buy-template-price {
  font-weight: 700;
}

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

.cta-half-container {
  background-color: #040518;
  margin-top: -240px;
}

.cta-fotoer-holder.section-margin {
  margin-top: 140px;
}

.cta-fotoer-holder.section-margin.section-more-margin {
  margin-top: 300px;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/maintenance-bg.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
}

.div-block-10 {
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  color: #555;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.image-2 {
  width: 250px;
}

.text-rapid-maintanance {
  padding-left: 320px;
  padding-right: 320px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.maintenance-sec {
  background-color: #986dcc;
  margin-top: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: visible;
}

.maintenance-sec.d-none {
  display: none;
}

.div-block-11 {
  text-align: center;
  flex-flow: row;
  width: 100%;
  padding-left: 0;
  overflow: visible;
}

.image-3 {
  width: 10%;
}

.text-block-2 {
  color: #fff;
  align-self: center;
  margin-left: 40px;
}

.text-block-2.maintenance-banner-moving-text {
  pointer-events: auto;
  font-size: 20px;
  line-height: 1.6;
  overflow: hidden;
}

.text-span {
  font-size: 60px;
  line-height: 0;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1350px;
  }

  .container.bottom-space-margin {
    padding-bottom: 8em;
  }

  .nav-menu {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin-left: 0;
  }

  .grid-2-col.space-between {
    grid-column-gap: 6em;
    grid-row-gap: 6em;
  }

  .copyright-text {
    flex: 1;
  }

  .shop-item {
    width: 400px;
  }

  .cart-button {
    padding-right: 30px;
  }

  .product-add-to-cart-default {
    width: 340px;
  }

  .order-item-image {
    width: 100px;
    height: 100px;
  }

  .pricing-button-holder.categories-page {
    justify-content: center;
  }

  .center-div.em-s-margin {
    margin-top: 7.8em;
  }

  .app-main-photo {
    width: 80%;
  }

  .client-logo-image {
    width: 100%;
  }

  .client-logo-image.layout {
    width: 65%;
  }

  .hero-paragraph-holder {
    margin-bottom: 0;
  }

  .cta-bg-image {
    object-fit: fill;
    width: 100%;
    height: 110%;
    left: 7px;
  }

  .feature-desktop-main-image {
    object-position: 50% 0%;
    border-radius: 0;
  }

  .small-person-container.feature-8-right {
    bottom: 2%;
    left: 77%;
  }

  .small-person-container.feature-5-right {
    left: 78%;
  }

  .small-person-container.feature-6-right {
    left: 83%;
  }

  .small-person-container.feature-3-right {
    bottom: 17%;
    left: 82%;
  }

  .small-person-container.feature-2-right {
    bottom: 4%;
    left: 66%;
  }

  .small-person-container.feature-1-right {
    width: 130px;
    bottom: 18%;
  }

  .small-person-container.featuren-4-right {
    bottom: 35%;
    left: 65%;
  }

  .feature-project-image {
    height: 20%;
    right: -25%;
  }

  .hero-button-holder {
    margin-top: 20px;
  }

  .link-block-button:hover {
    background-color: rgba(34, 34, 34, .92);
  }

  .heading-wrapper {
    overflow: hidden;
  }

  .dark-mode-card-container.big {
    grid-row-gap: 60px;
  }

  .cta-heading {
    height: auto;
    overflow: hidden;
  }

  .tabel-holder {
    height: 100%;
    padding-right: 30px;
  }

  .image-project-holder {
    max-height: 100%;
  }

  .cta-content {
    max-width: 54%;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 90px;
  }

  .cta-screen-container {
    min-width: 750px;
  }

  .white-cta-heading.no-margins {
    font-size: 42px;
  }

  .grid-3-col {
    margin-top: 0;
  }

  .cta-bg-container {
    width: 110%;
    left: -2%;
  }

  .iphone-wrapper {
    left: 15%;
  }

  .tablet-mockup-holder {
    width: 554px;
    height: 453px;
    right: 9%;
  }

  .tabs-tablet-app-image {
    object-fit: contain;
    width: 510px;
    height: 380px;
  }

  .blue-ribbon-text {
    left: 24%;
  }

  .blue-ribbon-text.desktop {
    left: 43%;
  }

  .curved-arrow-image {
    left: 25%;
  }

  .feature-content-holder {
    align-items: flex-start;
  }

  .company-employee-holder {
    top: -23px;
  }

  .circle-holder {
    right: 44%;
  }

  .office-room-image, .office-room-holder {
    width: 100%;
    height: 100%;
  }

  .person-image-holder.careers-1 {
    width: 210px;
    height: 270px;
    top: 61%;
    left: 4%;
  }

  .person-image-holder.careers-2 {
    width: 210px;
    height: 270px;
    top: 9%;
    left: 11%;
  }

  .person-image-holder.careers-3 {
    width: 210px;
    height: 270px;
    top: 103%;
    right: 13%;
  }

  .person-image-holder.careers-4 {
    width: 210px;
    height: 270px;
    top: 103%;
    left: 17%;
  }

  .person-image-holder.careers-5 {
    width: 210px;
    height: 270px;
    top: 7%;
    right: 15%;
  }

  .person-image-holder.careers-6 {
    width: 210px;
    height: 270px;
    bottom: 4%;
    right: 5%;
  }

  .inside-person-image {
    width: 210px;
    height: 300px;
    min-height: 303px;
  }

  .inside-person-image._4 {
    object-fit: fill;
    width: 210px;
    height: 300px;
    min-height: 310px;
    left: 0;
  }

  .vh-persons-holder {
    height: 131vh;
  }

  .name-holder.careers-person-name-4 {
    top: auto;
    bottom: 16%;
    left: -22%;
    right: auto;
  }

  .name-text {
    font-size: 20px;
  }

  .blue-arrow-image.contact {
    position: absolute;
    left: 34%;
  }

  .blue-feedback-text.contact {
    width: 30%;
    position: absolute;
    bottom: 39%;
    left: 42%;
  }

  .white-box-content {
    margin-left: 1.7px;
    margin-right: 1.7px;
  }

  .location-holder {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  .white-box-content-holder {
    border-radius: 19px;
    width: 405px;
    margin: 1px;
  }

  .h2-dm-sans-font {
    font-family: DM Sans, sans-serif;
    font-weight: 700;
  }

  .top-margin-m {
    margin-top: 7em;
  }

  .animation-on-load-02 {
    flex-direction: column;
    justify-content: flex-end;
  }

  .first-person-image {
    background-image: linear-gradient(to top, #65bb83, #95d3c0);
    border-radius: 50px;
    width: 200px;
    height: 270px;
  }

  .first-person-image._3 {
    bottom: 715px;
  }

  .footer-description-holder {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-top: 40px;
    display: flex;
  }

  .hero-home-text {
    text-align: left;
  }

  .gradient-hero-home-text {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(300deg, #f69e1e, #7f60f9);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .box-noise-image {
    width: 100%;
  }

  .purple-calendar {
    height: 265px;
    position: absolute;
    left: -2%;
  }

  .mircophone-image._1 {
    top: 18%;
  }

  .blury-bg-image {
    z-index: -1;
    width: 100%;
  }

  .white-calendar {
    z-index: 0;
  }

  .inside-box-image {
    width: 80%;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 30px;
  }

  h4 {
    font-size: 26px;
  }

  h5 {
    font-size: 22px;
  }

  h6 {
    font-size: 18px;
  }

  .section {
    width: 100%;
  }

  .container {
    width: 100%;
    padding-left: 2em;
    padding-right: 2em;
  }

  .nav-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 1em 2em;
  }

  .grid-6-col {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

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

  .grid-2-col.space-between {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    justify-items: center;
  }

  .footer-link {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .link-block-underline {
    display: none;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-link-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 5px 0;
    display: flex;
  }

  .nav-link-holder.nav-button-holder {
    padding-left: 0;
  }

  .content.center {
    width: 90%;
    margin-top: 0;
  }

  .menu-button {
    transition: background-color .35s;
    display: none;
  }

  .menu-button.w--open {
    background-color: var(--light-grey);
    border-radius: 10px;
    padding: 5px;
  }

  .style-guide-tab-holder {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .style-guide-left-panel-holder {
    width: 100%;
  }

  .hero-text {
    font-size: 80px;
  }

  .style-guide-left-panel {
    grid-column-gap: 16px;
    grid-row-gap: 50px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 1em;
    display: grid;
  }

  .link-block-2 {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .style-guide-empty-container {
    padding: 17px 0;
  }

  .button {
    font-weight: 500;
  }

  .style-guide-main-panel {
    padding: 16px;
  }

  .style-guide-container {
    flex-direction: column;
  }

  .style-guide-hero-holder {
    padding: 1em;
  }

  .social-media-icons {
    margin-top: 0;
    margin-bottom: 2em;
  }

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

  .link-with-line {
    padding-top: 0;
    padding-bottom: 2px;
  }

  .footer-grid-content.vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .nav-cart-holder {
    flex-direction: row;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .cart-button {
    margin-right: 20px;
  }

  .product-details-grid {
    grid-template-columns: 1fr;
  }

  .pricing-button-holder {
    justify-content: space-between;
    align-items: stretch;
  }

  .app-main-photo {
    perspective: 500px;
    width: 70%;
    height: 70%;
  }

  .app-main-photo.feature {
    width: 70%;
  }

  .cta-image {
    left: 48px;
  }

  .client-logo-image {
    width: 100%;
  }

  .hero-paragraph-holder {
    max-width: 1000px;
  }

  .feature-header.white {
    font-size: 36px;
  }

  .cta-bg-image {
    object-fit: fill;
  }

  .small-person-container {
    width: 94px;
  }

  .small-person-container.feature-8-right {
    width: 80px;
    bottom: 0%;
  }

  .small-person-container.feature-2 {
    width: 100px;
    left: 13%;
  }

  .small-person-container.feature-1 {
    width: 70px;
  }

  .small-person-container.feature-7 {
    width: 75px;
  }

  .small-person-container.feature-4 {
    width: 100px;
    bottom: 7%;
    left: 8%;
  }

  .small-person-container.feature-5-right {
    bottom: 37%;
    left: 95%;
  }

  .small-person-container.feature-6-right {
    width: 100px;
    left: 75%;
  }

  .small-person-container.feature-3-right {
    width: 80px;
    bottom: 12%;
    left: 77%;
  }

  .small-person-container.feature-2-right {
    width: 70px;
    left: 72%;
  }

  .small-person-container.feature-1-right {
    width: 70px;
    bottom: 24%;
    left: 72%;
  }

  .small-person-container.featuren-4-right {
    width: 80px;
    bottom: 16%;
  }

  .small-person-container.feature-3 {
    width: 70px;
    bottom: 17%;
    left: 18%;
  }

  .small-person-container.feature-6 {
    width: 90px;
  }

  .small-person-container.feature-8 {
    bottom: 0%;
    left: 18%;
  }

  .cta-content-holder {
    grid-column-gap: 0px;
    flex-direction: column;
    height: 100%;
  }

  .dark-mode-card-container {
    justify-content: space-between;
    align-items: center;
  }

  .image-project-holder {
    justify-content: flex-end;
    align-items: flex-end;
    width: 80%;
  }

  .features-on-dark-mode {
    grid-template-columns: 1fr;
  }

  .cta-content {
    max-width: none;
    padding: 30px;
  }

  .cta-screen-holder {
    background-image: none;
    width: 100%;
  }

  .grid-5-col {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .heading-and-paragraph-holder.testimonials {
    display: flex;
  }

  .hero-section-text-holder {
    grid-row-gap: 50px;
  }

  .grid-8-col {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .cta-screen-container {
    z-index: 2;
    min-width: 350px;
    top: 0;
  }

  .white-cta-heading.no-margins {
    font-size: 30px;
  }

  .accordion {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    overflow: hidden;
  }

  .grid-3-col, .grid-3-col.top-margin {
    grid-template-columns: 1fr;
  }

  .grid-3-col._1-row {
    align-items: center;
  }

  .cta-bg-container {
    height: 100%;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .book-meeting-holder {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: flex-start;
  }

  .calendar-holder {
    top: 49px;
  }

  .footer-text-holder {
    left: 18%;
  }

  .footer-button {
    top: 68%;
  }

  .email-form {
    flex-direction: column;
    display: flex;
  }

  .get-started-button {
    width: 150px;
    font-size: 13px;
    top: 35%;
  }

  .iphone-12-pro-holder {
    width: 300px;
  }

  .iphone-wrapper {
    width: 140px;
    height: 41%;
    top: 8%;
    bottom: 10%;
    left: 9%;
  }

  .tabs-mobile-app-image {
    width: 130px;
    height: 190%;
  }

  .tablet-mockup-holder {
    width: 320px;
    height: 300px;
    right: 0%;
  }

  .tabs-tablet-app-image {
    width: 300px;
  }

  .blue-ribbon-text.up {
    left: -18%;
  }

  .curved-arrow-holder {
    left: -63%;
  }

  .down-curved-arrow-image {
    height: 80px;
    left: -13%;
  }

  .hero-features-text {
    font-size: 60px;
  }

  .feature-image-holder {
    width: 60%;
    height: 400px;
    margin-top: 60px;
  }

  .feature-content-holder {
    align-items: flex-start;
    margin-top: 30px;
  }

  .white-dm-sans-text {
    font-size: 45px;
  }

  .platform-content-holder {
    border-radius: 20px;
    height: 100%;
  }

  .grid-cta-featured {
    grid-template-columns: 1fr;
    width: 90%;
  }

  .company-content-image-holder {
    justify-content: center;
    align-items: center;
    width: 70%;
    display: flex;
  }

  .company-employee-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-text-company {
    max-width: 750px;
  }

  .emplotee-holder {
    width: 250px;
    height: 180px;
    top: 13%;
    left: 14%;
  }

  .emplotee-holder._2 {
    top: -5%;
    transform: rotate(16deg);
  }

  .emplotee-holder._3 {
    bottom: 34%;
    left: -1%;
  }

  .emplotee-holder._4 {
    transform: rotate(-15deg);
  }

  .emplotee-holder._5 {
    transform: rotate(4deg);
  }

  .emplotee-holder._6 {
    right: 1%;
  }

  .emplotee-holder._1 {
    top: 4%;
    left: 9%;
  }

  .circle-holder {
    width: 100px;
    height: 100px;
    top: auto;
    right: auto;
  }

  .purple-heart {
    width: 50px;
    top: 24%;
    left: 26%;
  }

  .white-box-no-padding {
    width: 50%;
  }

  .white-box-no-padding.values {
    width: 50%;
    height: 500px;
  }

  .white-large-box-holder {
    height: 360px;
  }

  .quote-text {
    font-size: 36px;
  }

  .autor-text {
    font-size: 18px;
  }

  .about-office-holder {
    align-items: flex-start;
    width: 100%;
  }

  .office-room-image {
    width: 100%;
  }

  .person-image-holder {
    width: 190px;
    height: 290px;
    left: -1%;
  }

  .person-image-holder.careers-1 {
    top: 67%;
  }

  .person-image-holder.careers-3 {
    top: 116%;
  }

  .person-image-holder.careers-4 {
    top: 115%;
  }

  .person-image-holder.careers-5 {
    top: 9%;
    right: 4%;
  }

  .person-image-holder.careers-6 {
    bottom: -1%;
  }

  .inside-person-image {
    height: 100%;
  }

  .vh-persons-holder {
    height: 138vh;
  }

  .name-holder {
    position: absolute;
    bottom: 10%;
    left: 48%;
  }

  .name-holder.careers-person-name-4 {
    top: auto;
    bottom: 23%;
    left: -31%;
    right: auto;
  }

  .contact-form-holder {
    margin-top: 30px;
  }

  .feedback-person-holder {
    width: 100%;
    margin-bottom: 50px;
    transform: none;
  }

  .blue-arrow-image {
    position: absolute;
    bottom: 45%;
    left: 57%;
    transform: rotate(24deg);
  }

  .blue-arrow-image.contact {
    z-index: 1;
    top: 30%;
    bottom: 0%;
  }

  .blue-feedback-text {
    width: 30%;
    position: absolute;
    bottom: 46%;
    left: 72%;
  }

  .blue-feedback-text.contact {
    width: 20%;
    top: 34%;
    bottom: auto;
    right: auto;
  }

  .hero-white-blog-holder {
    grid-template-columns: 1fr;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .team-image {
    object-fit: cover;
  }

  .bg-color {
    width: 100%;
  }

  .white-box-content {
    width: 100%;
    margin: 0;
  }

  .black-bg-nav-image {
    width: 100%;
    height: 46vh;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .location-holder {
    width: 51%;
  }

  .contact-holder {
    border-radius: 20px;
    width: auto;
  }

  .contact-support-holder {
    border-radius: 25px;
  }

  .accordion-header-2 {
    align-items: center;
  }

  .job-description-holder {
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .line {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .simple-info-holder {
    padding-left: 1em;
    padding-right: 1em;
  }

  .product-details-description-holder {
    margin-left: 0;
  }

  .pricing-tables-grid {
    grid-template-columns: 1fr 1fr;
  }

  .first-person-image {
    width: 150px;
    height: 210px;
    left: 2%;
  }

  .first-person-image._2 {
    width: 150px;
    height: 210px;
    bottom: 87%;
    right: 34%;
  }

  .first-person-image._3 {
    top: 0%;
    bottom: 306px;
    left: 71%;
  }

  .first-person-image._4 {
    top: 41%;
    left: 73%;
  }

  .first-person-image._5 {
    top: 51%;
    left: 34%;
  }

  .first-person-image._6 {
    top: 106%;
    left: 67%;
  }

  .name-of-team-member {
    width: 130px;
    height: 40px;
  }

  .name-of-team-member._3 {
    width: 130px;
    height: 45px;
    left: -71%;
  }

  .name-of-team-member._4 {
    width: 130px;
    height: 40px;
  }

  .pricing-tabs-menu {
    justify-content: flex-start;
  }

  .pricing-grid-holder {
    grid-template-columns: 1fr 1fr;
  }

  .link-contact-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .hero-home-text {
    font-size: 50px;
  }

  .box-holder {
    width: 50%;
  }

  .calendar-wrapper {
    width: 100%;
  }

  .message-calendar {
    left: 35%;
  }

  .white-box-holder {
    height: 300px;
    overflow: hidden;
  }

  .grid-3-col-box {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .meeting-team-dark-mode {
    height: 100%;
  }

  .white-calendar {
    z-index: 10;
    top: -5%;
    left: -8%;
  }

  .bg-feature-meeting-holder {
    object-fit: none;
  }

  .meeting-team-image {
    height: auto;
  }

  .sound-wave-holder {
    bottom: 46%;
    left: 47%;
  }

  .bg-platform-image {
    object-fit: fill;
    width: 100%;
  }

  .hero-section-text-holder-features, .hero-section-text-holder-company {
    grid-row-gap: 50px;
  }

  .section-2 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
  }

  .div-block-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-2 {
    font-size: 32px;
  }

  .text-rapid-maintanance {
    padding-left: 100px;
    padding-right: 100px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 1em;
    padding-right: 1em;
  }

  .hero-section {
    height: auto;
  }

  .nav-menu {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .grid-4-col {
    grid-template-columns: 1fr 1fr;
  }

  .grid-2-col {
    justify-items: start;
  }

  .footer {
    padding-top: 2em;
  }

  .footer-image {
    object-fit: contain;
  }

  .change-log-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2em 1em;
  }

  .hero-text {
    font-size: 56px;
  }

  .style-guide-left-panel {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

  .colors-holder {
    flex-direction: column;
    align-items: flex-start;
  }

  .style-guide-empty-container {
    padding-left: 0;
    padding-right: 0;
  }

  .font-holder {
    flex-direction: column;
    padding: 16px;
  }

  .hero-section-secondary {
    height: auto;
  }

  .hero-description-short-container {
    max-width: 100%;
  }

  .footer-description {
    width: 60%;
  }

  .hero-content {
    height: auto;
  }

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

  .nav-cart-holder.reduce-left-padding {
    padding-left: 0;
  }

  .checkout-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .checkout-summary {
    margin-top: 2em;
  }

  .hero-paragraph-holder {
    max-width: 100%;
  }

  .feature-header {
    font-size: 25px;
  }

  .hero-image {
    border-radius: 8px;
  }

  .feature-desktop-main-image {
    height: 100%;
  }

  .small-person-container {
    width: 64px;
  }

  .small-person-container._07 {
    width: 90px;
  }

  .small-person-container._08 {
    width: 63px;
  }

  .small-person-container.feature-8-right {
    width: 70px;
    left: 88%;
  }

  .small-person-container.feature-2 {
    display: none;
  }

  .small-person-container.feature-1 {
    bottom: 30%;
  }

  .small-person-container.feature-4 {
    display: none;
  }

  .small-person-container.feature-5-right {
    bottom: 29%;
    left: 88%;
  }

  .small-person-container.feature-6-right {
    display: none;
  }

  .small-person-container.feature-3-right {
    left: 70%;
  }

  .small-person-container.feature-2-right {
    bottom: 1%;
    left: 70%;
  }

  .small-person-container.featuren-4-right {
    width: 70px;
    left: 88%;
  }

  .small-person-container.feature-3 {
    bottom: 12%;
    left: 18%;
  }

  .small-person-container.feature-6 {
    width: 75px;
    bottom: 16%;
    left: 0%;
  }

  .small-person-container.feature-5 {
    left: 21%;
  }

  .feature-project-image {
    width: 100%;
    right: 16%;
  }

  .logo-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .paragraph-xl.hero {
    width: 100%;
  }

  .image-project-holder {
    width: 80%;
  }

  .pricing-tick-holder {
    width: 100%;
  }

  .cta-content {
    max-width: 100%;
  }

  .grid-5-col {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .white-overlay {
    position: static;
  }

  .heading-and-paragraph-holder {
    margin-top: 0;
  }

  .heading-and-paragraph-holder.testimonials {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .hero-section-text-holder {
    grid-row-gap: 24px;
    align-items: center;
  }

  .title {
    font-size: 40px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .image-holder {
    border-right-style: none;
    padding: 24px;
  }

  .overlay-container {
    justify-content: center;
    align-items: center;
  }

  .white-cta-heading {
    font-size: 22px;
  }

  .accordion {
    width: 100%;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

  .grid-3-col.top-margin {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .book-meeting-holder {
    padding: 17px;
  }

  .footer-text-holder {
    grid-column-gap: 18px;
  }

  .email-get-started-holder {
    flex-direction: column;
  }

  .get-started-button {
    width: 100%;
    position: static;
  }

  .iphone-12-pro-holder {
    width: 200px;
  }

  .iphone-wrapper {
    height: 50%;
  }

  .iphone-mockup {
    height: 250px;
  }

  .tabs-mobile-app-image {
    width: 110px;
    height: 240px;
    left: 4%;
  }

  .tablet-mockup-holder {
    width: 190px;
    height: 190px;
  }

  .tabs-tablet-app-image {
    width: 250px;
    left: -12%;
  }

  .blue-ribbon-text {
    top: 116%;
    left: -15%;
  }

  .blue-ribbon-text.up {
    top: -8%;
  }

  .curved-arrow-image {
    top: 7%;
    left: 13%;
  }

  .down-curved-arrow-image {
    top: 4%;
  }

  .hero-features-text {
    font-size: 50px;
  }

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

  .white-dm-sans-text {
    font-size: 35px;
  }

  .text-paragraph-holder {
    padding: 24px;
  }

  .grid-cta-featured {
    width: 100%;
  }

  .company-employee-holder {
    height: 570px;
  }

  .hero-text-company {
    font-size: 40px;
  }

  .emplotee-holder._2 {
    width: 200px;
    height: 150px;
    top: -1%;
    right: 6%;
  }

  .emplotee-holder._3, .emplotee-holder._4, .emplotee-holder._5, .emplotee-holder._6, .emplotee-holder._1 {
    width: 200px;
    height: 150px;
  }

  .circle-holder {
    width: 150px;
    height: 150px;
  }

  .purple-heart {
    width: 70px;
  }

  .white-large-box-holder {
    padding-left: 0;
    padding-right: 2.1em;
  }

  .person-image-holder.careers-1 {
    border-radius: 20px;
    width: 140px;
    height: 190px;
    top: 72%;
  }

  .person-image-holder.careers-2, .person-image-holder.careers-3, .person-image-holder.careers-4, .person-image-holder.careers-5, .person-image-holder.careers-6 {
    border-radius: 20px;
    width: 140px;
    height: 190px;
  }

  .inside-person-image {
    object-fit: cover;
    width: 130px;
    height: 200px;
    min-height: 224px;
    left: 0;
  }

  .inside-person-image._4 {
    width: 120px;
    height: 211px;
    min-height: 190px;
    top: -20px;
  }

  .name-holder {
    left: 58%;
  }

  .name-holder.careers-person-name-1 {
    bottom: -20%;
  }

  .name-holder.careers-person-name-4 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .name-text {
    font-size: 16px;
  }

  .blue-arrow-image.contact {
    left: 52%;
  }

  .blue-feedback-text.contact {
    width: 27%;
    left: 70%;
  }

  .contact-holder {
    width: 60%;
  }

  .accordion-header-2 {
    align-items: center;
  }

  .job-description-holder {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .job-description-holder.last {
    margin-bottom: 1em;
  }

  .apply-button {
    margin-bottom: 5px;
  }

  .apply-button.rounded-orage-button.margin {
    margin-bottom: 1em;
  }

  .pricing-tables-grid {
    grid-template-columns: 1fr;
  }

  .top-heading-businesses-holder {
    width: 100%;
  }

  .pricing-grid-holder {
    grid-template-columns: 1fr;
  }

  .hero-home-text {
    font-size: 40px;
  }

  .box-holder {
    width: 70%;
  }

  .message-calendar {
    left: 45%;
  }

  .teammate-holder {
    width: 100%;
  }

  .feature-icon {
    top: 31%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .white-box-holder {
    width: 100%;
  }

  .grid-3-col-box {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
  }

  .meeting-team-image._02 {
    bottom: -25%;
  }

  .sound-wave-holder {
    bottom: 43%;
    left: 25%;
  }

  .hero-section-text-holder-features {
    grid-row-gap: 24px;
    align-items: center;
  }

  .hero-section-text-holder-company {
    grid-row-gap: 24px;
    align-items: center;
    width: 100%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .text-rapid-maintanance {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }
}

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

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
    font-weight: 600;
  }

  h4 {
    font-size: 20px;
    font-weight: 600;
  }

  h5 {
    font-size: 18px;
    font-weight: 500;
  }

  h6 {
    font-weight: 500;
  }

  .section {
    width: 100%;
  }

  .section.overflow-hidden {
    overflow: hidden;
  }

  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .container.nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .container.feature {
    padding-bottom: 3em;
  }

  .container.top-padding {
    padding-top: 3em;
  }

  .container.contact {
    padding-bottom: 14em;
  }

  .navbar {
    padding: 2em 1em 1.5em;
    top: -1%;
  }

  .hero-section {
    min-height: 80vh;
  }

  .nav-menu {
    margin-left: 0;
  }

  .nav-menu.black {
    background-color: #000;
    border-bottom-width: 0;
    border-bottom-color: #fff;
  }

  .grid-6-col {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    grid-template-columns: 1fr 1fr;
  }

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

  .utility-page-content {
    padding: 29px;
  }

  .utility-page-form {
    justify-content: space-between;
    height: 420px;
    padding: 30px;
  }

  .footer {
    text-align: left;
  }

  .footer-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    color: var(--primary);
  }

  .made-by-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .content.center {
    width: 100%;
  }

  .success-message.feature-page {
    width: 90%;
    margin-top: 72px;
    padding: 9px;
    top: 5%;
    left: 4%;
  }

  .menu-button, .menu-button.w--open {
    border-radius: 8px;
    width: 50px;
    height: 40px;
    padding: 3px 3px 0;
  }

  .copyright-text {
    order: 1;
  }

  .rich-text h5 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text figure {
    background-color: #eef0f3;
    margin-top: 2em;
    margin-bottom: 3em;
    padding: 15px;
  }

  .rich-text blockquote {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 70px 0 40px;
    font-size: 20px;
  }

  .rich-text ul {
    padding-left: 20px;
  }

  .rich-text h3 {
    font-size: 19px;
    line-height: 1.4;
  }

  .rich-text figcaption {
    font-size: 12px;
    line-height: 18px;
  }

  .rich-text h1 {
    font-size: 26px;
    font-weight: 500;
  }

  .rich-text p {
    font-size: 15px;
  }

  .rich-text h2 {
    font-size: 22px;
    line-height: 1.4;
  }

  .rich-text ol {
    padding-left: 20px;
  }

  .rich-text h4 {
    font-size: 18px;
    line-height: 1.4;
  }

  .rich-text h6 {
    font-size: 17px;
    line-height: 1.4;
  }

  .rich-text li {
    font-size: 15px;
  }

  .style-guide-title-holder {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .hero-text {
    font-size: 34px;
  }

  .paragraph-m {
    font-size: 16px;
  }

  .style-guide-left-panel {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .headings-container {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .grid-holder {
    padding: 1em;
  }

  .paragraph-container {
    width: 100%;
  }

  .button-grid {
    grid-template-columns: 1fr;
  }

  .aa-font {
    font-size: 80px;
  }

  .button.add-to-cart {
    width: 100%;
    height: 45px;
  }

  .button-holder {
    padding: 1em;
  }

  .subscribe-form {
    min-width: 280px;
  }

  .headings-holder {
    padding: 1em;
  }

  .brand-logo {
    width: 100%;
    max-width: none;
    max-height: none;
  }

  .brand-link {
    width: 110px;
  }

  .nav-link {
    justify-content: flex-start;
    width: 100%;
  }

  .menu-icon {
    width: 60%;
    height: 60%;
  }

  .hero-section-secondary {
    min-height: 33vh;
  }

  .footer-description {
    width: 100%;
  }

  .social-media-icons {
    margin-bottom: 0;
  }

  .hero-content {
    align-items: flex-start;
  }

  .license-box {
    padding-left: 1em;
    padding-right: 1em;
  }

  .client-logo {
    max-width: 90px;
    max-height: 20px;
  }

  .instruction-item {
    padding-left: 1em;
    padding-right: 1em;
  }

  .footer-grid-content, .footer-grid-content.vertical {
    flex-direction: column;
  }

  .blog-category-list {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    align-items: center;
  }

  .blog-item-image-holder {
    padding-top: 100%;
  }

  .blog-item-image {
    width: 100%;
    top: 0%;
    left: 0%;
  }

  .blog-wrapper {
    display: flex;
  }

  .blog-wrapper.top-margin {
    margin-top: 30px;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-category-item-link {
    font-size: 20px;
  }

  .blog-category-item-link.w--current {
    padding-top: 5px;
    font-size: 20px;
  }

  .blog-category-item-link.all-link.w--current {
    padding-top: 10px;
  }

  .blog-item-content {
    margin-bottom: 40px;
    padding-top: 0;
    padding-left: 10px;
  }

  .blog-item-title {
    font-size: 20px;
  }

  .blog-category-links-holder {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
  }

  .blog-item-category {
    width: 95%;
    margin-bottom: 0;
  }

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

  .shop-item {
    width: 100%;
  }

  .nav-cart-holder {
    justify-content: flex-end;
    height: auto;
    padding-left: 0;
    padding-right: 12px;
  }

  .cart-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 0;
    overflow: hidden;
  }

  .cart-button.white {
    padding-left: 7px;
    padding-right: 7px;
  }

  .cart-image {
    width: 16px;
    height: 20px;
    margin-left: 0;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-quantity-number {
    margin-left: 3px;
    display: none;
  }

  .cart-quantity-number.white {
    display: none;
  }

  .heading-title-holding {
    padding-bottom: 0;
    padding-left: 15px;
  }

  .product-other-images {
    margin-top: .5em;
  }

  .product-other-images-list {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-other-image-lightbox {
    padding: .5em;
  }

  .product-add-to-cart-default {
    margin-left: 25px;
    margin-right: 30px;
  }

  .product-add-to-cart-quantity, .checkout-box.gradient {
    width: 100%;
  }

  .order-item-title, .order-item-price {
    font-size: 14px;
  }

  .order-item-full-content {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .order-info-row {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .licensing-instruction-heading, .product-category-title {
    font-size: 20px;
  }

  .mobile-features-dark-mode {
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .pricing-button-holder {
    margin-top: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .pricing-button-holder.categories-page {
    margin-left: 0;
    margin-right: 0;
  }

  .pricing-button-holder.categories-page.white-box {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .gradient-background-image {
    width: 100%;
  }

  .center-div.em-s-margin {
    margin-top: .5em;
  }

  .app-main-photo {
    width: 100%;
  }

  .app-main-photo.feature {
    width: 80%;
  }

  .cta-image {
    position: static;
    top: 13px;
  }

  .client-logo-image {
    width: 80%;
    padding: 8px;
  }

  .client-logo-image.layout {
    width: 100%;
  }

  .client-logo-image.last {
    width: 40%;
  }

  .hero-paragraph-holder {
    max-width: 100%;
  }

  .white-text.extra-large {
    font-size: 30px;
  }

  .meeting-with-teammate-image {
    width: 100%;
    left: 12%;
  }

  .feature-header.white {
    font-size: 26px;
  }

  .heading-paragraph-holder {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .cta-bg-image {
    object-fit: fill;
    height: 105%;
  }

  .feature-desktop-main-image {
    object-fit: cover;
    object-position: 50% 0%;
  }

  .small-person-container {
    width: 50px;
  }

  .small-person-container._09 {
    width: 56px;
  }

  .small-person-container._07 {
    width: 60px;
    top: -22%;
    bottom: auto;
    left: 60%;
    right: auto;
  }

  .small-person-container._08 {
    width: 50px;
    top: 8%;
    left: -5%;
  }

  .small-person-container.feature-8-right {
    width: 45px;
  }

  .small-person-container.feature-1 {
    display: none;
  }

  .small-person-container.feature-7 {
    width: 40px;
    left: 14%;
  }

  .small-person-container.feature-5-right {
    display: none;
  }

  .small-person-container.feature-3-right, .small-person-container.feature-2-right {
    width: 40px;
  }

  .small-person-container.feature-1-right {
    display: none;
  }

  .small-person-container.featuren-4-right {
    width: 30px;
  }

  .small-person-container.feature-3 {
    width: 40px;
    left: 14%;
  }

  .small-person-container.feature-6 {
    width: 40px;
  }

  .small-person-container.feature-5 {
    display: none;
  }

  .small-person-container.feature-8 {
    bottom: 5%;
    left: -3%;
  }

  .button-request {
    text-align: center;
    width: 100%;
  }

  .button-request.arrow {
    background-position: 32%;
    font-size: 14px;
  }

  .button-request.arrow:hover {
    background-position: 35% 10%;
  }

  .button-request.arrow.white {
    background-position: 80%;
    width: 100%;
  }

  .button-request.arrow.white:hover {
    background-position: 83%;
  }

  .button-request.arrow.company {
    background-position: 74% 20%;
    justify-content: center;
  }

  .button-request.arrow.company:hover {
    background-position: 75% 20%;
  }

  .feature-project-image {
    width: 80%;
    top: 0%;
    right: 10%;
    transform: scale(1.2);
  }

  .hero-button-holder {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    margin-bottom: 25px;
  }

  .client-logo-holder {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-grid {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    justify-items: start;
  }

  .pricing-title {
    font-size: 24px;
  }



  .regular-text {
    font-size: 16px;
  }

  .center-paragraph {
    margin-bottom: 0;
  }

  .black-heading.category-page {
    font-size: 20px;
  }

  .iphone-image {
    width: 100%;
  }

  .cta-content-holder {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .dark-mode-card-container {
    width: 100%;
  }

  .dark-mode-card-container.big {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabel-holder {
    padding: 14px;
  }

  .tabel-holder.middle {
    width: 100%;
    padding-top: 14px;
  }

  .pricing-card-content {
    box-shadow: none;
    border-style: none;
    border-width: 0;
    padding-bottom: 0;
  }

  .paragraph-xl {
    letter-spacing: 1.2px;
    font-size: 18px;
  }

  .animation-on-load-03 {
    margin-bottom: 0;
  }

  .image-project-holder {
    width: 100%;
    height: 100%;
    margin-top: 50px;
  }

  .semi-bold-text {
    font-size: 27px;
  }

  .features-on-dark-mode {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tick-list {
    grid-column-gap: 10px;
  }

  .pricing-tick-holder {
    grid-row-gap: 30px;
  }

  .cta-content {
    max-width: 100%;
    padding: 50px 30px 30px;
  }

  .cta-screen-holder {
    width: 100%;
    padding-top: 27px;
    left: auto;
  }

  .grid-5-col {
    grid-column-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: start;
    justify-items: start;
    width: 100%;
  }

  .white-overlay {
    display: none;
  }

  .heading-and-paragraph-holder {
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .heading-and-paragraph-holder.testimonials {
    grid-template-columns: 1fr;
  }

  .hero-section-text-holder {
    grid-row-gap: 12px;
  }

  .tabs-app-holder {
    width: 100%;
  }

  .title {
    justify-content: center;
    align-items: center;
    font-size: 34px;
  }

  .grid-8-col {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-heading-and-paragraph-holder {
    margin-bottom: 70px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-app-container {
    width: 100%;
  }

  .cta-screen-container {
    min-width: 100%;
    top: -13px;
    left: 11px;
  }

  .image-holder {
    border-right-style: none;
    padding: 10px 10px 10px 9px;
  }

  .trusted-cmpanies-container {
    border-radius: 8px;
    padding: 20px;
  }

  .accordion {
    align-content: flex-end;
    width: 100%;
  }

  .grid-3-col {
    grid-template-columns: 1fr;
  }

  .grid-3-col.top-margin {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .cta-blue-container {
    top: 0;
  }

  .cta-button-holder {
    margin-top: 24px;
    display: flex;
  }

  .pricing-heading-holder {
    justify-content: center;
  }

  .white-large-text {
    font-size: 18px;
  }

  .book-meeting-holder {
    grid-column-gap: 26px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding: 18px;
    display: flex;
  }

  .calendar-holder {
    width: 60px;
    height: 60px;
    position: static;
    top: 10px;
    left: 37px;
  }

  .footer-text-holder {
    grid-column-gap: 8px;
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    position: static;
    top: 27%;
    left: 12%;
  }

  .semi-bold-footer-text {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    flex-direction: column;
    font-size: 18px;
  }

  .footer-button {
    position: static;
    top: 77%;
    right: 44%;
  }

  .footer-button:hover {
    color: #fff;
  }

  .iphone-12-pro-screen-container {
    width: 100%;
  }

  .get-started-button {
    font-size: 16px;
  }

  .iphone-12-pro-holder {
    width: 120px;
  }

  .form-holder {
    width: 100%;
  }

  .text-field-wrapper {
    font-size: 16px;
  }

  .hero-features-bg-image {
    height: 82%;
  }

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

  .iphone-wrapper {
    width: 24%;
    height: 49%;
    top: 53%;
    left: 6%;
  }

  .iphone-mockup {
    height: 135px;
  }

  .tabs-mobile-app-image {
    width: 64px;
    height: 132px;
    top: 0%;
  }

  .tablet-mockup-holder {
    height: 100px;
    top: 60%;
    right: -16%;
  }

  .tabs-tablet-app-image {
    width: 130px;
    height: 120px;
    top: 11%;
  }

  .blue-ribbon-text {
    font-size: 14px;
    top: 93%;
    left: 17%;
  }

  .blue-ribbon-text.up {
    top: -24%;
    left: -13%;
  }

  .curved-arrow-holder {
    top: 111%;
    left: -56%;
  }

  .curved-arrow-image {
    height: 60px;
    top: 9%;
    left: 32%;
    transform: rotate(-18deg);
  }

  .down-curved-arrow-image {
    height: 60px;
    top: -6%;
    left: -19%;
  }

  .hero-features-text {
    font-size: 30px;
  }

  .feature-image-holder {
    width: 100%;
    height: 300px;
  }

  .top-margin-l {
    margin-top: 5em;
  }

  .white-dm-sans-text {
    text-align: center;
  }

  .platform-content-holder {
    height: 380px;
  }

  .text-paragraph-holder {
    padding-right: 40px;
  }

  .white-feature-large-text {
    font-size: 24px;
  }

  .contact-us-holder {
    margin-top: 2em;
  }

  .company-content-image-holder {
    width: 100%;
  }

  .company-employee-holder {
    height: 400px;
    top: -10px;
  }

  .hero-text-company {
    max-width: 100%;
  }

  .emplotee-holder {
    border-width: 3px;
    width: 138px;
    height: 100px;
    top: 18%;
    left: 12%;
  }

  .emplotee-holder._2 {
    width: 150px;
    height: 90px;
    top: -1%;
    right: 3%;
    transform: none;
  }

  .emplotee-holder._3 {
    width: 150px;
    height: 90px;
    bottom: 48%;
    left: 0%;
    transform: none;
  }

  .emplotee-holder._4 {
    width: 150px;
    height: 90px;
    bottom: 19%;
    left: -1%;
    transform: none;
  }

  .emplotee-holder._5 {
    width: 150px;
    height: 90px;
    bottom: 19%;
    right: 2%;
    transform: none;
  }

  .emplotee-holder._6 {
    width: 150px;
    height: 90px;
    right: -1%;
    transform: none;
  }

  .emplotee-holder._1 {
    width: 150px;
    height: 90px;
    top: -1%;
    left: 1%;
    transform: none;
  }

  .emplotee-image {
    border-radius: 12px;
    width: 150px;
    height: 90px;
  }

  .circle-holder {
    width: 65px;
    height: 65px;
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .purple-heart {
    width: 40px;
    height: 40px;
    left: 22%;
  }

  .h2-gradient-heading.center-mobile {
    text-align: center;
  }

  .grey-xl-paragraph.center {
    font-size: 16px;
  }

  .white-box-no-padding {
    width: 100%;
  }

  .white-box-no-padding.values {
    width: 100%;
    height: 415px;
  }

  .white-box-no-padding._3 {
    width: 100%;
    overflow: visible;
  }

  .white-box-text {
    font-size: 20px;
  }

  .white-large-box-holder {
    height: 330px;
    padding-left: 2em;
    padding-right: 2em;
  }

  .quote-text {
    font-size: 20px;
  }

  .medium-text {
    font-size: 30px;
  }

  .office-room-image {
    height: auto;
  }

  .person-image-holder {
    width: 90%;
    height: 200px;
  }

  .person-image-holder.careers-1 {
    border-radius: 25px;
    width: 100px;
    height: 122px;
    top: 93%;
  }

  .person-image-holder.careers-2 {
    border-radius: 25px;
    width: 100px;
    height: 137px;
  }

  .person-image-holder.careers-3 {
    border-radius: 25px;
    width: 100px;
    height: 120px;
    top: 126%;
    right: 1%;
  }

  .person-image-holder.careers-4 {
    border-radius: 25px;
    width: 100px;
    height: 119px;
    top: 127%;
    left: 7%;
  }

  .person-image-holder.careers-5 {
    border-radius: 25px;
    width: 100px;
    height: 150px;
  }

  .person-image-holder.careers-6 {
    border-radius: 25px;
    width: 100px;
    height: 133px;
    bottom: -20%;
    right: -1%;
  }

  .inside-person-image {
    object-fit: contain;
    width: 100%;
    height: 200px;
    min-height: 225px;
    top: -45px;
    left: -1px;
  }

  .inside-person-image._4 {
    object-fit: contain;
    top: -44px;
    left: 1px;
  }

  .inside-person-image._2 {
    top: -35px;
  }

  .inside-person-image._3 {
    top: -61px;
  }

  .inside-person-image._5 {
    top: -64px;
  }

  .vh-persons-holder {
    height: 156vh;
  }

  .name-holder {
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 15%;
    left: 59%;
  }

  .name-holder.careers-person-name-1 {
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: -6%;
    right: -69%;
  }

  .name-holder.careers-name-2 {
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 26%;
    left: 67%;
  }

  .name-holder.careers-name-3 {
    bottom: 20%;
    left: -54%;
  }

  .name-holder.careers-person-name-4 {
    height: 30px;
    padding: 0 20px 2px;
    bottom: 17%;
    right: 56%;
  }

  .name-holder.careers-person-name-5 {
    height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 19%;
    left: -43%;
  }

  .name-text {
    flex-direction: column;
    font-size: 13px;
  }

  .hero-contact-text {
    font-size: 30px;
  }

  .feedback-person-holder {
    height: 400px;
    transform: none;
  }

  .position-text.center {
    text-align: center;
  }

  .blue-arrow-image {
    width: 100px;
    height: 80px;
    bottom: 43%;
  }

  .blue-arrow-image.contact {
    width: 100px;
    top: auto;
    bottom: 14%;
    left: 23%;
    right: auto;
  }

  .blue-feedback-text {
    width: 50%;
    bottom: 42%;
    left: 46%;
  }

  .blue-feedback-text.contact {
    width: 48%;
    font-size: 18px;
    top: auto;
    bottom: 14%;
    left: 50%;
  }

  .blog-hero-title {
    font-size: 24px;
  }

  .hero-blog-image-holder {
    height: 280px;
  }

  .hero-blog-image {
    object-fit: contain;
  }

  .top-margin-100-px {
    margin-top: 50px;
  }

  .team-image-holder {
    height: 200px;
  }

  .team-image {
    object-fit: cover;
    height: 200px;
    top: -42%;
  }

  .bg-color {
    border-radius: 20px;
    width: 100%;
    display: none;
  }

  .white-box-content {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    margin: 2px;
    padding-top: 49px;
    padding-left: 0;
    padding-right: 52px;
  }

  .black-bg-nav-image {
    height: 100%;
  }

  .location-holder {
    width: 100%;
  }

  .contact-holder {
    border-radius: 20px;
    width: 100%;
  }

  .white-box-content-holder {
    border-radius: 20px;
    padding: 11px 23px;
  }

  .contact-support-holder {
    border-radius: 20px;
    width: 99%;
    margin: 2px 1px;
    padding: 25px 50px;
  }

  .accordion-header-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .apply-button.rounded-orage-button {
    margin-left: 0;
  }

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

  .hero-white-large-text.center {
    font-size: 36px;
  }

  .pricing-tables-grid {
    grid-column-gap: 100px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .product-details {
    margin-left: 0;
    margin-right: 0;
  }

  .price-cart-holder {
    width: 100%;
  }

  .description-text, .gray-text-block.top-margin {
    font-size: 16px;
  }

  .cart-text {
    font-size: 12px;
    display: none;
  }

  .top-margin-m {
    margin-top: 4em;
  }

  .feature-text {
    font-size: 29px;
  }

  .top-heading-businesses-holder {
    width: 100%;
  }

  .first-person-image {
    border-radius: 20px;
    width: 110px;
    height: 170px;
    top: 205px;
    left: 9%;
  }

  .first-person-image._2 {
    border-radius: 20px;
    width: 110px;
    height: 170px;
    bottom: 73%;
    right: 65%;
  }

  .first-person-image._3 {
    border-radius: 25px;
    bottom: 264px;
    left: 66%;
  }

  .first-person-image._4 {
    top: 31%;
    left: 58%;
  }

  .first-person-image._5 {
    width: 110px;
    height: 170px;
    top: 122%;
    left: 52%;
  }

  .first-person-image._6 {
    width: 110px;
    height: 170px;
    top: 177%;
    left: 18%;
  }

  .person-image {
    width: 110px;
    height: 171px;
  }

  .name-of-team-member, .name-of-team-member._2 {
    width: 100px;
    height: 40px;
  }

  .name-of-team-member._3 {
    width: 100px;
    height: 40px;
    left: -20%;
  }

  .name-of-team-member._4 {
    width: 100px;
  }

  .name-of-team-member._5 {
    width: 100px;
    height: 40px;
  }

  .name-text-team {
    font-size: 16px;
  }

  .team-holder {
    top: 50px;
  }

  .blog-text {
    padding-top: 4px;
    font-size: 20px;
  }

  .blog-heading-center {
    width: 100%;
  }

  .success-text {
    font-size: 15px;
  }

  .month-label-text {
    margin-bottom: 0;
    font-size: 18px;
  }

  .pricing-tabs-menu {
    justify-content: center;
    align-items: center;
  }

  .pricing-grid-holder {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .hero-home-text {
    font-size: 30px;
  }

  .box-holder {
    border-radius: 22px;
    width: 100%;
    height: 410px;
    padding: 22px;
  }

  .talk-with-expert-button {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }

  .layout-heading {
    font-size: 31px;
  }

  .hero-box-text {
    font-size: 20px;
  }

  .purple-calendar {
    height: 240px;
  }

  .message-calendar {
    left: 60%;
  }

  .visual-experience-holder {
    height: auto;
    padding-bottom: 30px;
  }

  .feature-icon {
    width: 100px;
    height: 100px;
    top: 53%;
    bottom: 0%;
    left: 60%;
    right: auto;
  }

  .white-box-holder {
    height: 230px;
    padding: 18px;
  }

  .mircophone-holder {
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mircophone-image {
    position: static;
    top: auto;
  }

  .mircophone-image._1 {
    position: relative;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .grid-3-col-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .meeting-team {
    width: 100%;
    height: 100%;
  }

  .meeting-team-dark-mode {
    width: 100%;
    height: 50%;
    padding-left: 26px;
  }

  .blury-bg-image {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .white-calendar {
    width: 125px;
    top: -32%;
    left: -4%;
  }

  .meeting-team-image {
    bottom: -24%;
  }

  .purple-message-image {
    width: 100px;
  }

  .sound-wave-holder {
    bottom: 39%;
    left: 14%;
    right: 51px;
  }

  .inside-box-image {
    width: 75%;
    height: auto;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero-section-text-holder-features, .hero-section-text-holder-company {
    grid-row-gap: 12px;
  }

  .buy-template-holder {
    margin-bottom: 1em;
    margin-left: 1em;
    margin-right: 1em;
  }

  .heading-2 {
    font-size: 24px;
  }

  .image-2 {
    width: 200px;
  }

  .text-rapid-maintanance {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370d8-c7e02bea {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e4-c7e02bea {
  align-self: end;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-c7e02bea {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e7-c7e02bea {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370ff-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37101-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37103-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37105-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37107-c7e02bea, #w-node-_487e5f36-94e1-00d7-4209-54f63f7e8d5f-c7e02bea, #w-node-c9331066-442f-266e-805f-751de91936e4-c7e02bea, #w-node-_803fe23a-47d8-a26d-8c55-996b2bfd9bd8-c7e02bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3714b-c7e02bea {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-c7e02bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c8877c1-ca53-9b9a-74f3-9f67650a4e70-c7e02bea {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_6a02b730-38e3-f337-157a-732622f4b137-c7e02bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86ce320-69a7-8198-25ab-3250d32f7bd4-c7e02bea {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_409a7afb-6ff0-7552-034a-e58059d21581-c7e02bea, #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-c7e02bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-c7e02bea {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: start;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37208-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-c7e02bea {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37216-c7e02bea {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3721a-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37230-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37232-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37234-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37236-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37238-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3723a-c7e02bea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb050d0c-cd20-6fbc-5d31-0eaf0a144c59-0a144c54 {
  align-self: center;
  justify-self: center;
}

#w-node-c9f035de-7fe2-0c9c-5225-a2a357123c7d-0a144c54 {
  align-self: start;
  justify-self: center;
}

#w-node-_7ebf8683-3303-bba5-d7df-057f17bebb81-17bebb7c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_7ebf8683-3303-bba5-d7df-057f17bebb8a-17bebb7c {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_7ebf8683-3303-bba5-d7df-057f17bebb8d-17bebb7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7ebf8683-3303-bba5-d7df-057f17bebb8e-17bebb7c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3efe9a15-c7dc-2c3c-6696-abd7fa349a37-c7e02c2b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544acb-c6544abd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544ae2-c6544abd, #w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544b01-c6544abd {
  align-self: start;
  justify-self: center;
}

#w-node-_736e6fd2-76c4-aba8-a39e-baee335a548f-c7e02c2c {
  grid-area: 1 / 3 / 2 / 7;
}

#w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb33599f-c7e02c2c, #w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb3359a5-c7e02c2c, #w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb3359ac-c7e02c2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb3359b4-c7e02c2c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_41ef65ed-9690-4a05-8099-8b6d45fac39a-c7e02c2c, #w-node-ec281e71-f5f6-6bf2-2914-b91664a0a316-c7e02c2c, #w-node-_9953da54-e6a5-61fa-b8b4-2e84693bfaa5-c7e02c2c, #w-node-dbc673d1-65c6-6ac8-a39d-11197645d48d-c7e02c2c, #w-node-d82097e5-7556-8105-9211-2be16f6caaad-c7e02c2c, #w-node-_951daf52-ef59-a456-96cc-be56d1093529-c7e02c2c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afb575c-31a4-73f6-d40c-9b02fca5a246-c7e02c2f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe70f0-c7e02c2f, #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe70f8-c7e02c2f, #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7100-c7e02c2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7109-c7e02c2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-c7e02c2f {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-c7e02c2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-c7e02c2f, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-c7e02c2f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-c7e02c2f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20dc337f-fa0f-e427-9abb-aa926e0fccf0-c7e02c2f {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5d9da251-1b76-8106-47d4-9daa09d54d04-c7e02c44, #w-node-_61c83c0c-10ec-2077-15d7-fead698a930e-c7e02c44, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-c7e02c44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-c7e02c44 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-e7988a87-81aa-81bf-4595-abcf84f0ea41-c7e02c47, #w-node-e8a891f4-db1d-8501-a4e2-d50e80d652a4-c7e02c47, #w-node-_261bd0ef-1b89-fe9d-1664-dfe3b820bb36-c7e02c47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca244c3a-bf22-7e54-547e-bb6de12b0c73-c7e02c47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e769b11-11df-c5f7-3faa-fb5d00224c8c-c7e02c47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca244c3a-bf22-7e54-547e-bb6de12b0c91-c7e02c47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e0ef939e-2eb0-b90a-5721-5e3adabaf596-c7e02c47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ca244c3a-bf22-7e54-547e-bb6de12b0cb3-c7e02c47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_442569dd-a0ef-abb6-e16e-ef603bce22d0-c7e02c47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_616104c6-a6fa-f18c-9f1d-d8115b8b413d-c7e02c48, #w-node-_1f321115-1b62-2209-0f85-ca08606a72dd-c7e02c49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8dd3fac-fe63-52a1-9483-195a185c15c9-c7e02c49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b99d3615-d086-c5cc-5c5b-3acafcd34651-c7e02c49 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b99d3615-d086-c5cc-5c5b-3acafcd34655-c7e02c49 {
  justify-self: center;
}

#w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99af-c7e02c4b, #w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99bb-c7e02c4b, #w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99e8-c7e02c4b, #w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99ea-c7e02c4b, #w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99ec-c7e02c4b, #w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99ee-c7e02c4b, #w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99f0-c7e02c4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf3472f0-463f-809d-0296-e858eff20c01-c7e02c4b, #w-node-cf3472f0-463f-809d-0296-e858eff20c05-c7e02c4b {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_4c46154a-c412-73a6-5768-c69aef7d81d4-c7e02c4b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_29008930-7ac4-7e25-1ecf-48fafee7b735-c7e02c4b, #w-node-_1a4e1034-d144-7745-0cc1-4f140182c7b5-c7e02c4b, #w-node-c878c116-d3ca-ba11-64e3-bef5005915a0-c7e02c4b, #w-node-c878c116-d3ca-ba11-64e3-bef50059159c-c7e02c4b, #w-node-c6775eb2-7363-7ede-201e-09b54ba8676b-c7e02c4b, #w-node-_5249c6a9-ba02-72fc-73eb-78edec53ab89-c7e02c4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5249c6a9-ba02-72fc-73eb-78edec53ab8c-c7e02c4b {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_0c914273-802f-dc9f-eeb8-dcb827642003-c7e02c4b {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-a0c28360-e93f-6748-6ad4-68e456201544-c7e02c4b {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_28ec4da9-8e3e-3284-2f22-157c5b9c0c9a-c7e02c4b, #w-node-_753d80b0-ef7e-9316-5590-acaddc15939e-c7e02c4b, #w-node-_8752e867-de19-1b4f-6560-35dca81a74f7-c7e02c4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5ae5b136-a964-a510-373e-423719504967-c7e02c4b {
  grid-area: 1 / 2 / 2 / 6;
}

#w-node-_5ae5b136-a964-a510-373e-423719504968-c7e02c4b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-abb45313-6c4b-4f17-2ae0-c93774570d9a-c7e02c4b {
  align-self: center;
}

#w-node-abb45313-6c4b-4f17-2ae0-c93774570d9e-c7e02c4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-abb45313-6c4b-4f17-2ae0-c93774570dda-c7e02c4b {
  align-self: center;
  justify-self: center;
}

#w-node-abb45313-6c4b-4f17-2ae0-c93774570dde-c7e02c4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-abb45313-6c4b-4f17-2ae0-c93774570e1a-c7e02c4b {
  align-self: center;
}

#w-node-abb45313-6c4b-4f17-2ae0-c93774570e1e-c7e02c4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_622a45c8-103c-30e3-5783-4d46ad938c14-c7e02c4e, #w-node-b1078083-528c-8a78-9451-10023c5ce546-c7e02c4e, #w-node-_2d0a1bf9-b5f4-adf1-c02a-5eac1e935d88-c7e02c4e, #w-node-_7eb1222e-9580-c875-bb4c-680b609efc47-c7e02c4e, #w-node-c36b843d-59da-f500-5277-867ccfc46c3b-c7e02c4e, #w-node-_4863c51c-4368-cf5e-69b5-d0addca86478-c7e02c4e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad708-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad749-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad78a-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad7c9-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad7ce-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad80b-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad810-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad84d-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad852-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d5c-c7e02c51, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d5e-c7e02c51, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d60-c7e02c51, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d62-c7e02c51, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d64-c7e02c51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459e6e-c7e02c53, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459eb6-c7e02c53, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ebc-c7e02c53, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec1-c7e02c53, #w-node-_38b8173a-6c33-0dcc-71f2-1b6aad459ec6-c7e02c53 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370d8-d6b83109 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e4-d6b83109 {
  align-self: end;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-d6b83109 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e7-d6b83109 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370ff-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37101-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37103-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37105-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37107-d6b83109, #w-node-_487e5f36-94e1-00d7-4209-54f63f7e8d5f-d6b83109, #w-node-c9331066-442f-266e-805f-751de91936e4-d6b83109, #w-node-_803fe23a-47d8-a26d-8c55-996b2bfd9bd8-d6b83109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7ab3296-cc2f-112b-afac-b15fc4f2430d-d6b83109 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-a7ab3296-cc2f-112b-afac-b15fc4f24316-d6b83109, #w-node-a7ab3296-cc2f-112b-afac-b15fc4f2431d-d6b83109, #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24324-d6b83109, #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24329-d6b83109, #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24332-d6b83109, #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24339-d6b83109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a7ab3296-cc2f-112b-afac-b15fc4f2433d-d6b83109 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-d6b83109 {
  grid-area: span 1 / span 8 / span 1 / span 8;
  justify-self: start;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37208-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-d6b83109 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37216-d6b83109 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3721a-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37230-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37232-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37234-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37236-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37238-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3723a-d6b83109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3714b-d6b83109 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-d6b83109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c8877c1-ca53-9b9a-74f3-9f67650a4e70-d6b83109 {
  grid-area: span 1 / span 7 / span 1 / span 7;
}

#w-node-_6a02b730-38e3-f337-157a-732622f4b137-d6b83109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c86ce320-69a7-8198-25ab-3250d32f7bd4-d6b83109 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_409a7afb-6ff0-7552-034a-e58059d21581-d6b83109, #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-d6b83109 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5afb575c-31a4-73f6-d40c-9b02fca5a246-cda54c6d {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe70f0-cda54c6d, #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe70f8-cda54c6d, #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7100-cda54c6d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7109-cda54c6d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-cda54c6d {
  grid-area: 1 / 2 / 2 / 8;
}

#w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-cda54c6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-cda54c6d, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-cda54c6d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-cda54c6d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_20dc337f-fa0f-e427-9abb-aa926e0fccf0-cda54c6d {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_5d9da251-1b76-8106-47d4-9daa09d54d04-d47e800b, #w-node-_61c83c0c-10ec-2077-15d7-fead698a930e-d47e800b, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c7787-d47e800b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f2fb423f-7673-267c-657c-64c8bca49607-d47e800b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad708-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad749-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad78a-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad7c9-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad7ce-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad80b-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad810-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad84d-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2142d36c-399d-2027-91d1-d3c5219ad852-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d5c-ebb7bfce, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d5e-ebb7bfce, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d60-ebb7bfce, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d62-ebb7bfce, #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d64-ebb7bfce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-f16630f3-b276-7d3a-18e4-c298dc3769fe-c7e02bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e4-c7e02bea {
    align-self: end;
  }

  #w-node-_487e5f36-94e1-00d7-4209-54f63f7e8d5f-c7e02bea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-c7e02bea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7ebf8683-3303-bba5-d7df-057f17bebb81-17bebb7c {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_61c83c0c-10ec-2077-15d7-fead698a930e-c7e02c44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e7988a87-81aa-81bf-4595-abcf84f0ea41-c7e02c47, #w-node-e8a891f4-db1d-8501-a4e2-d50e80d652a4-c7e02c47, #w-node-_261bd0ef-1b89-fe9d-1664-dfe3b820bb36-c7e02c47, #w-node-_0e769b11-11df-c5f7-3faa-fb5d00224c8c-c7e02c47, #w-node-e0ef939e-2eb0-b90a-5721-5e3adabaf596-c7e02c47, #w-node-_442569dd-a0ef-abb6-e16e-ef603bce22d0-c7e02c47, #w-node-a8dd3fac-fe63-52a1-9483-195a185c15c9-c7e02c49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_4c46154a-c412-73a6-5768-c69aef7d81d4-c7e02c4b, #w-node-cc2a6aa9-6935-42c2-bcd6-68d8deeeb20d-c7e02c4b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a16cd26e-a355-31d4-1f61-7f1ae4006399-c7e02c4b, #w-node-_5249c6a9-ba02-72fc-73eb-78edec53ab89-c7e02c4b, #w-node-_753d80b0-ef7e-9316-5590-acaddc15939e-c7e02c4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-abb45313-6c4b-4f17-2ae0-c93774570d9e-c7e02c4b, #w-node-abb45313-6c4b-4f17-2ae0-c93774570dde-c7e02c4b, #w-node-abb45313-6c4b-4f17-2ae0-c93774570e1e-c7e02c4b, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad708-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad749-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad78a-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad7ce-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad810-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad852-c7e02c51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-f16630f3-b276-7d3a-18e4-c298dc3769fe-d6b83109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e4-d6b83109 {
    align-self: end;
  }

  #w-node-_487e5f36-94e1-00d7-4209-54f63f7e8d5f-d6b83109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f2430d-d6b83109, #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24310-d6b83109 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24312-d6b83109, #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24339-d6b83109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-d6b83109 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_61c83c0c-10ec-2077-15d7-fead698a930e-d47e800b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2142d36c-399d-2027-91d1-d3c5219ad708-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad749-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad78a-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad7ce-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad810-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad852-ebb7bfce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e4-c7e02bea {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-c7e02bea {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-c7e02bea {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_409a7afb-6ff0-7552-034a-e58059d21581-c7e02bea {
    grid-area: 3 / 1 / 6 / 2;
  }

  #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-c7e02bea {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-c7e02bea {
    grid-column: span 7 / span 7;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37208-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-c7e02bea {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 3 / span 3;
  }

  #w-node-eb050d0c-cd20-6fbc-5d31-0eaf0a144c59-0a144c54, #w-node-c9f035de-7fe2-0c9c-5225-a2a357123c7d-0a144c54 {
    justify-self: start;
  }

  #w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544acb-c6544abd {
    grid-column: span 3 / span 3;
  }

  #w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544ae2-c6544abd, #w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544b01-c6544abd {
    justify-self: start;
  }

  #w-node-_736e6fd2-76c4-aba8-a39e-baee335a548f-c7e02c2c {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb33599f-c7e02c2c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb3359a5-c7e02c2c, #w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb3359ac-c7e02c2c {
    grid-column: span 3 / span 3;
  }

  #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7109-c7e02c2f {
    grid-column: span 1 / span 1;
  }

  #w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-c7e02c2f {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-c7e02c2f, #w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-c7e02c2f, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-c7e02c2f, #w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-c7e02c2f {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e7988a87-81aa-81bf-4595-abcf84f0ea41-c7e02c47, #w-node-e8a891f4-db1d-8501-a4e2-d50e80d652a4-c7e02c47, #w-node-_261bd0ef-1b89-fe9d-1664-dfe3b820bb36-c7e02c47, #w-node-_0e769b11-11df-c5f7-3faa-fb5d00224c8c-c7e02c47, #w-node-e0ef939e-2eb0-b90a-5721-5e3adabaf596-c7e02c47, #w-node-_442569dd-a0ef-abb6-e16e-ef603bce22d0-c7e02c47, #w-node-a8dd3fac-fe63-52a1-9483-195a185c15c9-c7e02c49 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-cf3472f0-463f-809d-0296-e858eff20c01-c7e02c4b {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-cf3472f0-463f-809d-0296-e858eff20c05-c7e02c4b {
    grid-column-end: 7;
  }

  #w-node-c878c116-d3ca-ba11-64e3-bef50059159c-c7e02c4b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5249c6a9-ba02-72fc-73eb-78edec53ab89-c7e02c4b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5249c6a9-ba02-72fc-73eb-78edec53ab8c-c7e02c4b {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-a0c28360-e93f-6748-6ad4-68e456201544-c7e02c4b {
    grid-area: 1 / 2 / 2 / 6;
  }

  #w-node-_5ae5b136-a964-a510-373e-423719504967-c7e02c4b {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-abb45313-6c4b-4f17-2ae0-c93774570d9e-c7e02c4b, #w-node-abb45313-6c4b-4f17-2ae0-c93774570dde-c7e02c4b, #w-node-abb45313-6c4b-4f17-2ae0-c93774570e1e-c7e02c4b, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad708-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad749-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad78a-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad7ce-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad810-c7e02c51, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad852-c7e02c51 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e4-d6b83109 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-d6b83109 {
    grid-area: span 1 / span 6 / span 1 / span 6;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24329-d6b83109 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24339-d6b83109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f2433d-d6b83109 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-d6b83109 {
    grid-column: span 7 / span 7;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37208-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-d6b83109 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-d6b83109 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_409a7afb-6ff0-7552-034a-e58059d21581-d6b83109 {
    grid-area: 3 / 1 / 6 / 2;
  }

  #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-d6b83109 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7109-cda54c6d {
    grid-column: span 1 / span 1;
  }

  #w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-cda54c6d {
    grid-area: 1 / 1 / 2 / 8;
  }

  #w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-cda54c6d, #w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-cda54c6d, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-cda54c6d, #w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-cda54c6d {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_2142d36c-399d-2027-91d1-d3c5219ad708-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad749-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad78a-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad7ce-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad810-ebb7bfce, #w-node-_2142d36c-399d-2027-91d1-d3c5219ad852-ebb7bfce {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-c7e02bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3714b-c7e02bea {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-c7e02bea, #w-node-_6c8877c1-ca53-9b9a-74f3-9f67650a4e70-c7e02bea {
    grid-column: span 5 / span 5;
  }

  #w-node-c86ce320-69a7-8198-25ab-3250d32f7bd4-c7e02bea {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_409a7afb-6ff0-7552-034a-e58059d21581-c7e02bea {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-c7e02bea {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-c7e02bea {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3723a-c7e02bea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_736e6fd2-76c4-aba8-a39e-baee335a548f-c7e02c2c {
    grid-column-end: 6;
  }

  #w-node-_5afb575c-31a4-73f6-d40c-9b02fca5a246-c7e02c2f {
    grid-column: 1 / 5;
  }

  #w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-c7e02c2f {
    grid-column-end: 6;
  }

  #w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-c7e02c2f, #w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-c7e02c2f, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-c7e02c2f, #w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-c7e02c2f {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_20dc337f-fa0f-e427-9abb-aa926e0fccf0-c7e02c2f {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_4c46154a-c412-73a6-5768-c69aef7d81d4-c7e02c4b {
    grid-column: span 4 / span 4;
  }

  #w-node-_0c914273-802f-dc9f-eeb8-dcb827642003-c7e02c4b {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-a0c28360-e93f-6748-6ad4-68e456201544-c7e02c4b {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e4-d6b83109 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: end;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-d6b83109 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f2430d-d6b83109 {
    grid-column: span 4 / span 4;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24316-d6b83109 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-d6b83109 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3723a-d6b83109 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3714b-d6b83109 {
    grid-area: 1 / 1 / 2 / 6;
  }

  #w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-d6b83109, #w-node-_6c8877c1-ca53-9b9a-74f3-9f67650a4e70-d6b83109 {
    grid-column: span 5 / span 5;
  }

  #w-node-c86ce320-69a7-8198-25ab-3250d32f7bd4-d6b83109 {
    grid-area: span 2 / span 4 / span 2 / span 4;
  }

  #w-node-_409a7afb-6ff0-7552-034a-e58059d21581-d6b83109 {
    grid-area: span 3 / span 4 / span 3 / span 4;
  }

  #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-d6b83109 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5afb575c-31a4-73f6-d40c-9b02fca5a246-cda54c6d {
    grid-column: 1 / 5;
  }

  #w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-cda54c6d {
    grid-column-end: 6;
  }

  #w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-cda54c6d, #w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-cda54c6d, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-cda54c6d, #w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-cda54c6d {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_20dc337f-fa0f-e427-9abb-aa926e0fccf0-cda54c6d {
    grid-area: 1 / 1 / 2 / 6;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-c7e02bea, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e7-c7e02bea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37107-c7e02bea {
    grid-column: span 2 / span 2;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3714b-c7e02bea {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-c7e02bea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6c8877c1-ca53-9b9a-74f3-9f67650a4e70-c7e02bea {
    grid-column: span 3 / span 3;
  }

  #w-node-c86ce320-69a7-8198-25ab-3250d32f7bd4-c7e02bea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_409a7afb-6ff0-7552-034a-e58059d21581-c7e02bea {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-c7e02bea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-c7e02bea {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37208-c7e02bea {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-c7e02bea {
    grid-column: span 3 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37216-c7e02bea {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3723a-c7e02bea {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_74ab3314-1e2b-a768-0bb3-b25894c1a502-0a144c54 {
    grid-column: span 1 / span 1;
  }

  #w-node-eb050d0c-cd20-6fbc-5d31-0eaf0a144c59-0a144c54, #w-node-c9f035de-7fe2-0c9c-5225-a2a357123c7d-0a144c54 {
    justify-self: start;
  }

  #w-node-_7ebf8683-3303-bba5-d7df-057f17bebb81-17bebb7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544acb-c6544abd {
    grid-column: span 1 / span 1;
  }

  #w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544ae2-c6544abd, #w-node-_80bdb00c-7640-c6c3-86ac-ca02c6544b01-c6544abd {
    justify-self: start;
  }

  #w-node-_736e6fd2-76c4-aba8-a39e-baee335a548f-c7e02c2c {
    grid-column-end: 4;
  }

  #w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb33599f-c7e02c2c, #w-node-_0d5fbc74-a2f1-0b5c-7df3-9301bb3359b4-c7e02c2c {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5afb575c-31a4-73f6-d40c-9b02fca5a246-c7e02c2f {
    grid-column-end: 4;
  }

  #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7109-c7e02c2f {
    grid-column: span 1 / span 1;
  }

  #w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-c7e02c2f {
    grid-column-end: 4;
  }

  #w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-c7e02c2f, #w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-c7e02c2f, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-c7e02c2f, #w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-c7e02c2f {
    grid-column: span 2 / span 2;
  }

  #w-node-_20dc337f-fa0f-e427-9abb-aa926e0fccf0-c7e02c2f {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_61c83c0c-10ec-2077-15d7-fead698a930e-c7e02c44 {
    order: -9999;
  }

  #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777b-c7e02c44, #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-c7e02c44 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91c2c7d2-4681-2a95-20b0-03adac4f99f0-c7e02c4b {
    grid-column: span 2 / span 2;
  }

  #w-node-cf3472f0-463f-809d-0296-e858eff20c01-c7e02c4b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-cf3472f0-463f-809d-0296-e858eff20c05-c7e02c4b {
    grid-column-end: 4;
  }

  #w-node-_4c46154a-c412-73a6-5768-c69aef7d81d4-c7e02c4b {
    grid-column: span 3 / span 3;
  }

  #w-node-c6775eb2-7363-7ede-201e-09b54ba8676b-c7e02c4b {
    order: 9999;
  }

  #w-node-_5249c6a9-ba02-72fc-73eb-78edec53ab89-c7e02c4b {
    order: -9999;
  }

  #w-node-_0c914273-802f-dc9f-eeb8-dcb827642003-c7e02c4b {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_5ae5b136-a964-a510-373e-423719504967-c7e02c4b {
    grid-column-end: 4;
  }

  #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d64-c7e02c51 {
    grid-column: span 2 / span 2;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e5-d6b83109, #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d370e7-d6b83109 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37107-d6b83109 {
    grid-column: span 2 / span 2;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f2430d-d6b83109 {
    grid-column: span 3 / span 3;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24332-d6b83109 {
    order: 9999;
  }

  #w-node-a7ab3296-cc2f-112b-afac-b15fc4f24339-d6b83109 {
    order: -9999;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d371fc-d6b83109 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37208-d6b83109 {
    grid-area: span 4 / span 3 / span 4 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37209-d6b83109 {
    grid-column: span 3 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d37216-d6b83109 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3723a-d6b83109 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-f0c02ebf-78e1-0424-8bd3-94c8e9d3714b-d6b83109 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1394a7d1-434b-7dfe-ef53-36056bed359a-d6b83109 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6c8877c1-ca53-9b9a-74f3-9f67650a4e70-d6b83109 {
    grid-column: span 3 / span 3;
  }

  #w-node-c86ce320-69a7-8198-25ab-3250d32f7bd4-d6b83109 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_409a7afb-6ff0-7552-034a-e58059d21581-d6b83109 {
    grid-area: span 3 / span 3 / span 3 / span 3;
  }

  #w-node-_8b531961-c278-15a2-7cce-751fd49e23da-d6b83109 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_5afb575c-31a4-73f6-d40c-9b02fca5a246-cda54c6d {
    grid-column-end: 4;
  }

  #w-node-_6b43197b-6af6-2b83-32c3-2c0f5fbe7109-cda54c6d {
    grid-column: span 1 / span 1;
  }

  #w-node-b0ccc07e-44b7-4555-90a0-f3116ad2187e-cda54c6d {
    grid-column-end: 4;
  }

  #w-node-fd5d0fa5-2cd4-dd9f-97e8-6e8d99d10fdf-cda54c6d, #w-node-_72c3a6ce-37dd-d3f9-9ba3-710c2d457331-cda54c6d, #w-node-f547a77c-be77-021d-b911-59c696c3e6e8-cda54c6d, #w-node-_3a2160ca-2e34-9a7e-7599-76bb69572acc-cda54c6d {
    grid-column: span 2 / span 2;
  }

  #w-node-_20dc337f-fa0f-e427-9abb-aa926e0fccf0-cda54c6d {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_61c83c0c-10ec-2077-15d7-fead698a930e-d47e800b {
    order: -9999;
  }

  #w-node-_01b9e3e3-333e-e152-3ec1-d3a21e6c777f-d47e800b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ad16ba8c-8d3c-f6f7-e2f6-3fc805176d64-ebb7bfce {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.woff2') format('woff2'), url('../fonts/GeneralSans-Bold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Bold.woff') format('woff'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-BoldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff'), url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.woff2') format('woff2'), url('../fonts/GeneralSans-Extralight.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Extralight.woff') format('woff'), url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-ExtralightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff'), url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.woff2') format('woff2'), url('../fonts/GeneralSans-Light.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Light.woff') format('woff'), url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.woff2') format('woff2'), url('../fonts/GeneralSans-LightItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-LightItalic.woff') format('woff'), url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.woff2') format('woff2'), url('../fonts/GeneralSans-Italic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Italic.woff') format('woff'), url('../fonts/GeneralSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.woff2') format('woff2'), url('../fonts/GeneralSans-Medium.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Medium.woff') format('woff'), url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'), url('../fonts/GeneralSans-MediumItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff'), url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.woff2') format('woff2'), url('../fonts/GeneralSans-Regular.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Regular.woff') format('woff'), url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.woff2') format('woff2'), url('../fonts/GeneralSans-Semibold.eot') format('embedded-opentype'), url('../fonts/GeneralSans-Semibold.woff') format('woff'), url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'), url('../fonts/GeneralSans-SemiboldItalic.eot') format('embedded-opentype'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'), url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}