:root {
  --white: #fbfbfb;
  --black: #1a1a1a;
  --true-white: white;
  --blue: #2e42ff;
  --lime-green: #55df63;
  --midnight-blue: #050038;
  --light-blue: #beebfc;
  --orange: var(--color);
  --white-smoke: #f4f4f6;
  --color: #ff9200;
}

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

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

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

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

body {
  background-color: var(--white);
  color: var(--black);
  font-family: Generalsans, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

h1 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

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

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

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

.page-wrapper.overflow-hidden {
  background-color: var(--true-white);
  overflow: hidden;
}

.main-wrapper {
  background-color: var(--true-white);
}

.nav-button-wrap {
  align-items: center;
  display: flex;
}

.nav-link {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: var(--white);
  flex-direction: column;
  flex: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  transition: all .35s;
}

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

.navbar {
  z-index: 999;
  background-color: #031e38;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  width: 90%;
  height: 91.1979px;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu {
  width: auto;
  height: 100%;
  align-items: center;
  display: flex;
}

.nav-logo {
  width: 100%;
}

.small-button {
  color: var(--white);
  text-align: center;
  background-color: #2f80ed;
  border-radius: 14px;
  padding: 16px 18px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .35s;
}

.small-button:hover {
  color: #fff;
  background-color: #ff9200;
}

.small-button.hollow {
  border: 1px solid var(--blue);
  background-color: var(--white);
  color: var(--blue);
}

.small-button.hollow:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
  color: var(--black);
}

.nav-logo-link {
  width: 120px;
}

.reference-hero-section {
  background-color: var(--midnight-blue);
  padding-top: 180px;
  padding-bottom: 100px;
}

.wrapper-440px {
  width: 90%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.reference-hero-head-container {
  width: 90%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.para-white-80 {
  color: rgba(251, 251, 251, .8);
}

.para-white-80.max-width-460px {
  max-width: 500px;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

.style-guide-main-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.wrapper-1280px {
  z-index: 2;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.wrapper-1280px.footer-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  display: flex;
}

.wrapper-1280px.resource-template-wrap {
  z-index: 2;
  position: relative;
}

.wrapper-1280px.pricing-wrapper {
  z-index: 3;
  position: relative;
}

.style-guide-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.style-guide-head-block {
  border-bottom: 1px solid rgba(5, 0, 56, .4);
  margin-bottom: 60px;
  padding-bottom: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 70px;
  font-weight: 700;
}

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

.style-blocks-wrapper.symbol {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.style-type-top-text-block {
  color: rgba(26, 26, 26, .8);
  font-size: 16px;
}

.heading1-white {
  width: 620vw;
  color: var(--white);
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  display: block;
}

.style-type-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.para-18px {
  color: rgba(26, 26, 26, .8);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.para-18px.max-width-460px {
  max-width: 600px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
}

.style-button-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  background-color: #2f80ed;
  border-radius: 20px;
  padding: 24px 28px;
  font-family: Open Sans, sans-serif;
  font-weight: 500;
  transition: all .34s;
}

.main-button:hover {
  color: #fff;
  background-color: #ff9200;
}

.main-button.hollow {
  border: 0px solid var(--blue);
  color: var(--white);
  background-color: #031e38;
}

.main-button.hollow:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
  color: var(--white);
}

.main-button.light-blue {
  color: var(--white);
  background-color: #031e38;
}

.main-button.light-blue:hover {
  background-color: var(--lime-green);
  color: var(--white);
}

.main-button.cart {
  border-radius: 12px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.stle-block-color-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.color-block {
  width: 100%;
  height: 100px;
  background-color: var(--midnight-blue);
  border-radius: 30px;
}

.color-block.black {
  background-color: var(--black);
}

.color-block.white {
  border: 1px solid var(--black);
  background-color: var(--white);
}

.color-block.light-blue {
  background-color: var(--light-blue);
}

.color-block.green {
  background-color: var(--lime-green);
}

.color-block.blue {
  background-color: var(--blue);
}

.color-block.midnight-blue {
  background-color: var(--midnight-blue);
}

.rich-text h1, .rich-text h2, .rich-text h3 {
  margin-bottom: 20px;
}

.rich-text h4 {
  margin-bottom: 14px;
}

.rich-text h5, .rich-text h6 {
  margin-bottom: 10px;
}

.rich-text p {
  color: rgba(26, 26, 26, .8);
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.5;
}

.rich-text blockquote {
  border-left-width: 8px;
  border-left-color: var(--blue);
  margin-bottom: 10px;
  padding: 20px 40px;
}

.rich-text a {
  color: var(--blue);
  font-weight: 500;
}

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

.rich-text figcaption {
  color: var(--black);
  margin-top: 4px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
}

.rich-text li {
  margin-bottom: 8px;
  line-height: 1.4;
}

.style-symbol-block {
  width: 100%;
  position: relative;
}

.cta-section {
  background-color: #031e38;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
}

.wrapper-480px {
  z-index: 2;
  width: 100%;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-head-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading2-white {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  line-height: 1.4;
}

.cta-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-links-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-social-link {
  width: 24px;
  height: 24px;
  transition: opacity .2s;
}

.footer-social-link:hover {
  opacity: .5;
}

.footer-links {
  color: var(--midnight-blue);
  font-family: Plusjakartasans, sans-serif;
  transition: color .34s;
}

.footer-links:hover {
  color: var(--lime-green);
}

.footer-link-head {
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.footer-social-icon {
  width: 100%;
  height: 100%;
}

.footer-links-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-company-wrap {
  max-width: 250px;
}

.footer-copyright-link {
  color: var(--blue);
  transition: opacity .2s;
}

.footer-copyright-link:hover {
  opacity: .5;
}

.footer-copyright-link.webflow {
  color: var(--black);
}

.footer-copywrite-text-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-wrap {
  clear: none;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: baseline;
  align-items: center;
  display: block;
}

.footer-home-link-block {
  width: 140px;
  margin-bottom: 20px;
}

.footer-copywrite-text {
  font-size: 16px;
}

.footer-para {
  margin-bottom: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.footer {
  background-color: var(--true-white);
  padding-top: 100px;
  padding-bottom: 60px;
}

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

.footer-social-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.footer-top-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.license-head-block-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--midnight-blue);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 40px;
  display: flex;
}

.license-head-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.license-head {
  font-family: Plusjakartasans, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

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

.home-hero-section {
  background-color: var(--true-white);
  background-image: url('../images/a-1.svg');
  background-position: 50% 56%;
  background-repeat: no-repeat;
  background-size: 100vw;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.home-hero-head-block {
  max-width: 620px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-hero-head-text-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.home-hero-main-image-block {
  height: 600px;
  max-width: 1080px;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

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

.logo-heading {
  color: rgba(52, 62, 97, .8);
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
}

.logo-heading.alter {
  color: rgba(251, 251, 251, .8);
}

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

.logo-main-wrapper {
  max-width: 1160px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.logo-trail-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.logo-section {
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.logo-section.alter {
  padding-top: 120px;
}

.logo-image-container {
  width: 200px;
  height: 72px;
}

.logo-wrapper-bg {
  z-index: 2;
  background-image: linear-gradient(to right, var(--white), transparent 10%, transparent 90%, var(--white));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-wrapper-bg.alter {
  background-image: linear-gradient(to right, var(--midnight-blue), transparent 10%, transparent 90%, var(--midnight-blue));
}

.logo-head-container {
  max-width: 448px;
  text-align: center;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrapper {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  display: flex;
}

.solution-section {
  margin-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.wapper-1260px {
  z-index: 2;
  width: 90%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.solution-head-container {
  max-width: 700px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3-column-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-item-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-item-image-block {
  width: 100%;
  max-height: 260px;
  border-radius: 30px;
  flex: 1;
  overflow: hidden;
}

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

.grid-item-text-block {
  width: 100%;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-item-block-head {
  font-family: Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}

.para-16px {
  color: rgba(26, 26, 26, .8);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.para-16px.para-16-white {
  color: rgba(251, 251, 251, .8);
}

.solution-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.review-section {
  background-color: #031e38;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.review-head-block {
  max-width: 600px;
  margin-bottom: 80px;
}

.green-span {
  color: var(--orange);
  font-family: Montserrat, sans-serif;
}

.review-slider-arrow-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity .34s;
  display: block;
}

.review-slider-arrow-icon:hover {
  opacity: .4;
}

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

.author-image-container {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  flex: none;
}

.review-slider-arrow {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  top: -28%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.review-slider-arrow.right-arrow {
  transition: transform .3s;
  overflow: visible;
}

.review-slider-arrow.right-arrow:active {
  transform: scale(.8);
}

.review-slider-arrow.left-arrow {
  transition: transform .3s;
  right: 6%;
  overflow: visible;
}

.review-slider-arrow.left-arrow:active {
  transform: scale(.8);
}

.review-slider-container {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.author-info-block {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  display: flex;
}

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

.author-job-title {
  color: #b1b8c4;
  font-size: 16px;
}

.review-slide {
  height: auto;
  max-width: 420px;
  background-color: #fff;
  border-radius: 18px;
  margin-right: 40px;
  padding: 40px;
}

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

.review-slider-main-review {
  margin-bottom: 18px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

.review-slider-mask {
  width: 420px;
  height: 100%;
  overflow: visible;
}

.review-author-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.author-name {
  font-size: 20px;
  font-weight: 700;
}

.home-product-section {
  background-color: var(--white-smoke);
  padding-top: 80px;
  padding-bottom: 70px;
  position: relative;
}

.home-product-head-container {
  max-width: 640px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-split-main-container {
  max-width: 4000px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.product-split-container {
  max-width: 1260px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.product-split-container.split-alter {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row-reverse;
  align-self: auto;
  display: flex;
}

.product-split-image-container {
  width: 46%;
  height: 480px;
  max-width: 500px;
  border-radius: 30px;
  align-self: center;
  padding-top: 70px;
  position: static;
  overflow: hidden;
}

.product-split-text-container {
  width: 52%;
  max-width: 560px;
}

.image-contain {
  width: 90%;
  height: 90%;
  max-width: 100%;
  float: none;
  object-fit: cover;
  border-radius: 30px;
  display: inline-block;
  position: static;
  overflow: auto;
}

.product-split-head-container {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: static;
}

.product-split-heading {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.product-split-pointer-main-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.product-split-pointer-main-wrap.no-margin {
  margin-top: 0;
}

.product-split-pointer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.product-split-icon {
  width: 28px;
  height: 28px;
  flex: none;
}

.resource-section {
  z-index: 1;
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.resources-head-container {
  max-width: 460px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.resource-item-block {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--black);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.resource-card-image-block {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
}

.resource-thumbnail {
  border-radius: 30px;
}

.home-team-section {
  padding-top: 140px;
  padding-bottom: 140px;
  display: none;
  position: relative;
}

.home-team-head-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.home-team-trail-wrapper {
  z-index: 2;
  width: 90%;
  max-width: 1440px;
  align-items: center;
  margin-bottom: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-team-collection {
  flex: none;
}

.home-team-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.home-team-collection-item {
  flex: none;
}

.home-team-image-wrap {
  width: 280px;
  height: 240px;
  border-radius: 30px;
  overflow: hidden;
}

.home-team-trail-innner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  display: flex;
}

.home-team-btn-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: none;
  position: relative;
}

.solution-hero-section {
  background-color: #031e38;
  padding-top: 180px;
  padding-bottom: 60px;
  position: relative;
}

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

.soltuion-hero-text-wrapper {
  width: 50%;
  max-width: 530px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.solution-hero-head-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.solution-hero-image-wrap {
  width: 50%;
  max-width: 540px;
}

.solution-explainer-section {
  background-color: var(--white-smoke);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.solution-explainer-split-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.solution-explainer-text-wrap {
  width: 44%;
  max-width: 540px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.solution-explainer-head-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.solution-explainer-video-wrap {
  width: 52%;
  height: 380px;
  max-height: 380px;
  max-width: 540px;
}

.solution-explainer-lightbox {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
}

.solution-explainer-thumbnail {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.solution-lightbox-playbutton {
  z-index: 2;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 40%;
  bottom: 0%;
  left: 45%;
  right: 0%;
}

.solution-features-seciton {
  background-color: #dadada;
  padding-top: 140px;
  padding-bottom: 140px;
}

.solution-features-head-wrap {
  max-width: 640px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.solution-split-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.solution-split-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.solution-split-container.reverse {
  flex-direction: row-reverse;
}

.solution-spplit-image-container {
  width: 47%;
  max-width: 600px;
}

.solution-split-text-container {
  width: 44%;
  max-width: 560px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.solution-split-head {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resource-hero-section {
  background-color: var(--midnight-blue);
  background-image: url('../images/aaa-1.svg');
  background-position: 0 120%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 120px;
  position: relative;
}

.resource-hero-head-block {
  max-width: 560px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.resources-main-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.resource-template-hero-section {
  background-color: var(--midnight-blue);
  background-image: url('../images/svg-1.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 180px;
  position: relative;
}

.resource-template-hero-block {
  max-width: 560px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.resorce-hero-image-wrap {
  width: 90%;
  height: 460px;
  max-width: 800px;
  border-radius: 24px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.resource-template-hero-bg {
  width: 100%;
  height: 200px;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.resorce-template-main-section {
  margin-top: 80px;
}

.wrapper-1000px {
  width: 95%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.more-resource-section {
  margin-top: 140px;
  margin-bottom: 140px;
}

.more-resource-head-wrap {
  margin-bottom: 60px;
}

.pricing-hero-section {
  background-color: #031e38;
  background-image: url('../images/p-1-svg.svg');
  background-position: 50% 36%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 180px;
  position: relative;
}

.pricing-hero-head-wrapper {
  max-width: 480px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-hero-head-wrapper.ecommerce {
  max-width: 660px;
}

.pricing-hero-head-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pricing-tab-change-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(251, 251, 251, .1);
  border-radius: 24px;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  display: flex;
}

.pricing-tab-link-wrap {
  color: var(--light-blue);
  cursor: pointer;
  background-color: #2f80ed;
  border-radius: 14px;
  padding: 14px 12px;
  font-weight: 500;
}

.pricing-tab-link-wrap.monthly {
  color: var(--white);
  background-color: #2f80ed;
}

.pricing-tab-link-wrap.yearly {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.pricing-card-main-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

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

.pricing-card-wrapper.monthly {
  grid-template-columns: 1fr 1fr;
}

.pricing-card-wrapper.yearly {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.pricing-card {
  color: var(--black);
  background-color: #ff9200;
  border: 0 solid #031e38;
  border-radius: 30px;
  padding: 40px 28px;
  font-family: Plusjakartasans, sans-serif;
}

.pricing-card.card-highlight {
  color: var(--white);
  background-color: #2f80ed;
}

.pricing-card.ecommerce-card {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pricing-card-pricing-block {
  margin-bottom: 20px;
}

.pricing-card-price-text {
  color: var(--white);
  font-size: 48px;
  font-weight: 600;
}

.pricing-card-price-text.price-recommended {
  color: var(--white);
}

.pricing-card-price-text.ecommerce {
  font-size: 30px;
  font-weight: 700;
}

.per-month-span {
  font-size: 16px;
}

.pricing-card-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.pricing-card-heading {
  color: var(--white);
  font-size: 24px;
  font-weight: 700;
}

.pricing-plan-info {
  color: var(--white);
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.pricing-plan-pointer-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.pricing-plan-pointer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  align-items: center;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.pricing-plan-pointer.not-available {
  opacity: .4;
  display: flex;
}

.pricing-plan-tick {
  width: 28px;
  height: 28px;
  opacity: 1;
  flex: none;
}

.pricing-white-block {
  z-index: 2;
  width: 100%;
  height: 280px;
  background-color: var(--white);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.pricing-white-block.ecommerce-card-bg {
  height: 180px;
}

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

.pricing-comparision-section {
  padding-top: 120px;
}

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

.pricing-comparison-table {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 32px 40px;
  display: flex;
}

.pricing-comparison-table.top {
  background-color: var(--white-smoke);
}

.pricing-comparison-table.features-text {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-comparision-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-table-main-head-block {
  width: 40%;
  align-items: center;
  display: flex;
}

.pricing-table-top-heading {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
}

.pricing-table-features-block {
  width: 50%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.pricing-feature-text {
  text-align: center;
}

.pricing-plan-include-section {
  margin-top: 100px;
  margin-bottom: 100px;
}

.plan-include-split-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.plan-include-split-text {
  width: 48%;
  max-width: 560px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.plan-include-pointer-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.plan-split-image-wrapper {
  width: 46%;
  height: 460px;
  max-width: 460px;
  border-radius: 30px;
  overflow: hidden;
}

.faq-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.faq-main-head-container {
  max-width: 460px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-main-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-item-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.faq-block {
  background-color: var(--white-smoke);
  cursor: pointer;
  border-radius: 24px;
  padding: 22px 20px;
}

.faq-question-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-question-text {
  font-weight: 500;
}

.faq-cross-icon {
  width: 24px;
  height: 24px;
  flex: none;
}

.faq-answer-block {
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}

.faq-answer-text {
  padding-top: 20px;
}

.team-hero-section {
  background-color: var(--midnight-blue);
  background-image: url('../images/b-.svg');
  background-position: 120% 130%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.team-hero-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.team-hero-text-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.wrapper-500px {
  z-index: 2;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.team-culture-section {
  background-image: url('../images/w-1.svg');
  background-position: 110% -4%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  position: relative;
}

.team-culture-split-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-culture-text-split {
  width: 48%;
  max-width: 600px;
}

.team-our-culture-head {
  max-width: 280px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.culture-grid-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.culture-grid-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.culture-grid-icon {
  width: 40px;
  height: 40px;
  flex: none;
}

.culture-grid-item-text {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.culture-grid-item-head {
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.team-culture-image-wrap {
  width: 480px;
  height: 500px;
  max-width: 480px;
  border-radius: 30px;
  overflow: hidden;
}

.team-hire-section {
  background-image: url('../images/ca-1.svg');
  background-position: 0 80%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 140px;
  position: relative;
}

.team-hire-head-wrap {
  max-width: 520px;
  text-align: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

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

.hire-collection-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--white-smoke);
  border-radius: 24px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.hire-item-top-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hire-tag-block {
  border-radius: 12px;
  flex: none;
  padding: 12px 14px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 16px;
}

.hire-tag-block.careers {
  color: var(--lime-green);
  background-color: rgba(85, 223, 99, .18);
}

.hire-item-text-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hire-item-head {
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.team-member-section {
  background-image: url('../images/aa-1_1.svg');
  background-position: 102% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 140px;
  margin-bottom: 140px;
  position: relative;
}

.team-member-head-container {
  max-width: 500px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.team-member-main-wrap {
  max-width: 1200px;
}

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

.team-member-image-block {
  width: 100%;
  height: 320px;
  border-radius: 30px;
  margin-bottom: 26px;
  overflow: hidden;
}

.team-member-info-main {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.team-member-info-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-member-name {
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.team-member-jon-title {
  font-size: 16px;
}

.team-linkedin-link {
  width: 32px;
  height: 32px;
  flex: none;
  transition: opacity .3s;
}

.team-linkedin-link:hover {
  opacity: .6;
}

.linkedin-icon {
  width: 100%;
  height: 100%;
}

.contact-hero-section {
  background-color: #031e38;
  padding-top: 200px;
  padding-bottom: 100px;
  position: relative;
}

.contact-hero-split {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contact-hero {
  width: 46%;
  max-width: 520px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-hero-head-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.office-adress-wrap {
  width: 100%;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.office-adress-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.office-adress-head {
  color: var(--white);
  font-family: Plusjakartasans, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.contact-form-split {
  width: 480px;
  max-width: 480px;
}

.contact-form-block {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px;
  display: flex;
}

.contact-form-block.sign {
  padding: 24px 32px;
}

.contact-form {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  display: flex;
}

.contact-text-label {
  text-align: center;
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.contact-input-label {
  height: 62px;
  background-color: var(--white);
  border: 1px solid rgba(5, 0, 56, .1);
  border-radius: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

.contact-input-label.text-area {
  max-width: 400px;
  margin-bottom: 0;
  padding-top: 14px;
}

.contact-input-label.password {
  text-align: center;
  margin-bottom: 16px;
}

.contact-sigle-block {
  margin-bottom: 20px;
}

.careers-hero-section {
  background-color: var(--midnight-blue);
  background-image: url('../images/a-1_1.svg');
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 180px;
  padding-bottom: 100px;
}

.careers-hero-head {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.careers-hero-text-main-wrap {
  max-width: 600px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.careers-hero-para-block {
  max-width: 440px;
  margin-top: 12px;
}

.career-main-section {
  padding-top: 140px;
  padding-bottom: 100px;
}

.career-more-section {
  margin-bottom: 100px;
}

.career-more-head-container {
  max-width: 500px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.hero-bg-reveal-block {
  width: 100%;
  height: 100%;
  color: var(--white);
  object-fit: fill;
  background-color: #031e38;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.bg-reveal-body {
  width: 100%;
  height: 100%;
  background-color: var(--white);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.review-bg-reveal {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #031e38;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.soltion-vd-bg {
  background-color: var(--white-smoke);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.utility-page-wrap.password {
  height: 100vh;
}

.utility-page-content {
  color: var(--white-smoke);
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  color: var(--light-blue);
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.empty-state {
  background-color: var(--blue);
  color: var(--light-blue);
  text-align: center;
  border-radius: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.succes-message {
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 18px;
  font-weight: 500;
}

.error-message {
  background-color: var(--black);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 18px;
  padding: 16px;
  font-size: 16px;
  font-weight: 500;
}

.error-message.cart {
  background-color: var(--lime-green);
  color: var(--midnight-blue);
}

.password-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.password-image {
  width: 80%;
  height: 200px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.body-bg-dark {
  background-color: var(--midnight-blue);
}

._404-heading {
  font-size: 200px;
}

._404-button {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.sign-page-section {
  min-height: 100vh;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.sign-main-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.google-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white-smoke);
  color: var(--black);
  border-radius: 20px;
  align-items: center;
  padding: 14px 20px;
  display: flex;
}

.google-logo {
  width: 40px;
  height: 40px;
}

.already-text {
  color: var(--white-smoke);
  margin-top: 10px;
}

.already-link {
  color: var(--blue);
  transition: color .2s;
}

.already-link:hover {
  color: var(--lime-green);
}

.forgot-password {
  color: #2f80ed;
  text-align: right;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  transition: color .32s;
  display: block;
}

.forgot-password:hover {
  color: #ff9200;
}

.forgot-password-heading {
  color: var(--white-smoke);
  text-align: center;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 600;
}

.cart-button {
  color: var(--light-blue);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  transition: opacity .28s;
}

.cart-button:hover {
  opacity: .6;
}

.cart-container {
  color: var(--black);
  border-radius: 26px;
}

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

.cart-quantity {
  border-color: var(--black);
  background-color: var(--white-smoke);
  border-radius: 8px;
}

.remove-button {
  color: var(--blue);
  font-size: 14px;
  text-decoration: underline;
}

.ecommerce-hero-section {
  background-color: var(--midnight-blue);
  padding-top: 140px;
  padding-bottom: 100px;
}

.ecommerce-hero-split-main {
  justify-content: space-between;
  display: flex;
}

.ecommerce-hero-text-wrap {
  width: 45%;
  max-width: 500px;
  color: var(--white-smoke);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ecommerce-heading {
  color: var(--white-smoke);
  display: inline;
}

.ecommerce-heading-wrap {
  margin-bottom: 10px;
}

.ecommerce-plan-description {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
}

.ecommerce-plan-rich-text li {
  color: var(--white-smoke);
  margin-bottom: 10px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.ecommerce-plan-rich-text ul {
  color: var(--white-smoke);
}

.ecommerce-split-cta-block {
  width: 50%;
  max-width: 600px;
  background-color: var(--white-smoke);
  border-radius: 32px;
  padding: 40px;
}

.plan-detail {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 26px;
  display: flex;
}

.plan-detail-title {
  font-family: Plusjakartasans, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.plan-detail-para {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.plan-price-block {
  color: var(--midnight-blue);
  margin-bottom: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.default-state {
  margin-bottom: 0;
}

.option-list {
  display: block;
}

.cart-quanity-input {
  border-color: var(--black);
  background-color: var(--light-blue);
  border-radius: 10px;
}

.cart-button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  align-items: stretch;
  display: flex;
}

.add-to-cart-btn {
  background-color: var(--light-blue);
  color: var(--midnight-blue);
  border-radius: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  transition: background-color .28s, color .28s;
}

.add-to-cart-btn:hover {
  background-color: var(--blue);
  color: var(--white-smoke);
}

.buy-now-button {
  background-color: var(--blue);
  border-radius: 14px;
  justify-content: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .26s;
  display: flex;
}

.buy-now-button:hover {
  background-color: var(--midnight-blue);
}

.out-of-stoke {
  background-color: var(--midnight-blue);
  color: var(--white-smoke);
  text-align: center;
  border-radius: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
}

.checkout-hero-section {
  padding-top: 140px;
}

.checkout-bg {
  background-color: var(--midnight-blue);
}

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

.block-header {
  color: var(--white-smoke);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
}

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

.pricing-card-rich-text-wrap {
  margin-bottom: 20px;
}

.pricing-card-rich-text {
  font-size: 15px;
  line-height: 1.4;
}

.pricing-card-rich-text ul {
  margin-top: 10px;
  padding-left: 0;
}

.pricing-card-rich-text li {
  background-image: url('../images/p-1.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 28px;
  list-style-type: none;
}

.text-span {
  color: #ff9200;
}

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

.image {
  text-align: center;
  object-fit: fill;
  margin-top: 20px;
  display: block;
}

.body {
  background-color: var(--true-white);
  background-image: linear-gradient(to bottom, var(--true-white), var(--true-white));
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.container {
  clear: none;
  text-align: center;
  object-fit: fill;
  border-radius: 0;
  justify-content: space-between;
  display: flex;
  position: static;
  overflow: visible;
}

.link-block {
  color: var(--black);
}

.image-2 {
  border-radius: 30px;
  padding-top: 0;
  position: static;
}

.heading {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.heading-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  display: block;
}

.heading-3 {
  text-align: center;
  padding-top: 50px;
  font-size: 48px;
  display: block;
}

.paragraph {
  color: #fff;
  text-align: center;
  padding-top: 30px;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.html-embed {
  padding-top: 30px;
  padding-bottom: 70px;
}

.div-block {
  background-color: #031e38;
}

.text-span-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.div-block-2 {
  background-color: var(--midnight-blue);
}

.paragraph-2 {
  max-width: 1100px;
  float: none;
  clear: none;
  text-align: left;
  border-radius: 0;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  line-height: 1.5;
  overflow: visible;
}

.bold-text {
  overflow: visible;
}

.container-2 {
  max-width: 1200px;
}

.link-block-2, .link-block-3 {
  color: var(--black);
  font-size: 16px;
  line-height: 1.5;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
}

.image-3 {
  padding-top: 40px;
}

.image-4, .image-5, .image-6 {
  border-radius: 20px;
}

.image-7 {
  float: none;
  clear: none;
  object-fit: fill;
  position: relative;
  top: -41px;
  left: 87px;
  overflow: visible;
}

.text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--orange);
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  .nav-button-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-side-plane {
    align-items: center;
    display: flex;
  }

  .nav-link {
    color: #1e2431;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .nav-middle {
    flex-direction: column;
  }

  .navbar {
    z-index: 100;
  }

  .nav-container {
    min-height: auto;
  }

  .nav-menu {
    z-index: 100;
    height: auto;
    background-color: #f5f7fb;
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 20px;
  }

  .menu-button {
    background-color: var(--blue);
    color: var(--white);
    border-radius: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .menu-button.w--open {
    background-color: rgba(65, 107, 245, .6);
  }

  .nav-logo-link {
    width: 120px;
  }

  .style-guide-head-block {
    font-size: 50px;
  }

  .home-hero-main-image-block {
    height: auto;
  }

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

  .logo-section.alter {
    padding-top: 100px;
  }

  .logo-head-container {
    margin-bottom: 30px;
  }

  .logo-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  ._3-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-item-block-head {
    font-size: 24px;
  }

  .review-slider-arrow.right-arrow {
    width: 40px;
    height: 40px;
    top: -24%;
  }

  .review-slider-arrow.left-arrow {
    width: 40px;
    height: 40px;
    top: -24%;
    right: 10%;
  }

  .review-slide {
    margin-right: 20px;
  }

  .review-slider-main-review, .author-name {
    font-size: 18px;
    font-weight: 600;
  }

  .home-product-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .product-split-container, .product-split-container.split-alter {
    flex-direction: column;
  }

  .product-split-image-container {
    width: 100%;
    height: auto;
  }

  .product-split-text-container {
    width: 100%;
  }

  .resource-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .home-team-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-team-image-wrap {
    width: 240px;
    height: 200px;
  }

  .solution-hero-wrapper {
    flex-direction: column;
  }

  .soltuion-hero-text-wrapper {
    width: 100%;
    max-width: 700px;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .solution-hero-head-wrapper {
    align-items: center;
  }

  .solution-hero-image-wrap {
    width: 100%;
  }

  .solution-explainer-split-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .solution-explainer-text-wrap {
    width: 100%;
  }

  .solution-explainer-video-wrap {
    width: 90%;
    height: auto;
    max-height: none;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .solution-features-seciton {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .solution-split-container, .solution-split-container.reverse {
    flex-direction: column;
  }

  .solution-spplit-image-container {
    width: 80%;
  }

  .solution-split-text-container {
    width: 100%;
  }

  .resorce-hero-image-wrap {
    height: auto;
    border-radius: 60px;
  }

  .pricing-card-wrapper.monthly, .pricing-card-wrapper.yearly {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-comparison-table.top, .pricing-comparison-table.features-text {
    padding-left: 28px;
    padding-right: 28px;
  }

  .pricing-comparision-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pricing-table-main-head-block {
    width: 20%;
  }

  .pricing-table-top-heading {
    font-size: 18px;
  }

  .pricing-table-features-block {
    width: 60%;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .pricing-feature-text {
    text-align: left;
    font-size: 16px;
  }

  .pricing-plan-include-section {
    background-image: url('../images/ve-1.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .plan-include-split-wrap {
    flex-direction: column-reverse;
  }

  .plan-include-split-text {
    width: 100%;
  }

  .plan-split-image-wrapper {
    width: 80%;
    height: 360px;
    max-width: none;
  }

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

  .team-culture-split-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .team-culture-text-split {
    width: 100%;
  }

  .culture-grid-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .culture-grid-item-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .culture-grid-item-head {
    font-size: 20px;
  }

  .team-culture-image-wrap {
    width: 90%;
    height: 420px;
    max-width: none;
  }

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

  .team-member-section {
    margin-bottom: 100px;
  }

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

  .team-member-image-block {
    height: 280px;
  }

  .career-main-section {
    padding-top: 100px;
  }

  ._404-heading {
    font-size: 180px;
  }

  .forgot-password-heading {
    font-size: 40px;
  }

  .ecommerce-split-cta-block {
    padding: 26px;
  }

  .plan-detail {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
  }

  .plan-detail-title {
    font-size: 28px;
  }

  .plan-price {
    font-size: 32px;
  }

  .cart-button-wrap {
    text-align: center;
    flex-direction: column;
  }

  .add-to-cart-btn {
    text-align: center;
    justify-content: center;
  }

  .pricing-ecommerce-collection-list {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  .nav-side-plane {
    width: 100%;
  }

  .button-mobile-hide {
    display: none;
  }

  .menu-button {
    border-radius: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .para-white-80 {
    font-size: 16px;
  }

  .style-guide-head-block {
    font-size: 42px;
  }

  .para-18px {
    font-size: 16px;
  }

  .main-button {
    padding: 20px 24px;
    font-size: 16px;
  }

  .stle-block-color-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .color-block {
    height: 80px;
    border-radius: 20px;
  }

  .color-block.black {
    border-radius: 20px;
  }

  .rich-text p {
    font-size: 16px;
  }

  .rich-text figcaption {
    font-size: 14px;
  }

  .rich-text li {
    font-size: 16px;
  }

  .wrapper-480px {
    width: 90%;
  }

  .footer-links {
    font-size: 16px;
  }

  .footer-top-container {
    flex-flow: column wrap;
  }

  .home-hero-main-image-block {
    border-radius: 20px;
  }

  .logo-heading {
    font-size: 18px;
    font-weight: 500;
  }

  .logo-heading.alter {
    font-size: 16px;
  }

  .logo-section {
    padding-top: 100px;
  }

  .logo-section.alter {
    padding-bottom: 60px;
  }

  .logo-image-container {
    width: 120px;
    height: 60px;
    flex: none;
  }

  .logo-head-container {
    margin-bottom: 20px;
  }

  ._3-column-grid {
    grid-template-columns: 1fr;
  }

  .grid-item-image-block {
    max-height: none;
  }

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

  .review-slider-arrow.right-arrow {
    top: -26%;
  }

  .review-slider-arrow.left-arrow {
    top: -26%;
    right: 14%;
  }

  .review-slide {
    padding: 24px;
  }

  .home-team-image-wrap {
    width: 200px;
    height: 180px;
  }

  .solution-explainer-lightbox {
    border-radius: 20px;
  }

  .solution-lightbox-playbutton {
    width: 60px;
    height: 60px;
  }

  .resource-template-hero-section {
    padding-top: 140px;
  }

  .pricing-hero-head-container {
    width: 90%;
  }

  .pricing-card-wrapper.monthly, .pricing-card-wrapper.yearly {
    grid-template-columns: 1fr;
  }

  .pricing-card, .pricing-card.card-highlight {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .pricing-card-head {
    width: 90%;
  }

  .pricing-plan-pointer-wrap {
    margin-bottom: 20px;
  }

  .pricing-comparison-table.top, .pricing-comparison-table.features-text {
    flex-direction: column;
  }

  .pricing-table-main-head-block {
    width: 100%;
  }

  .pricing-table-top-heading {
    font-size: 17px;
  }

  .pricing-table-features-block {
    width: 100%;
  }

  .pricing-feature-text.features {
    font-weight: 500;
  }

  .team-hero-text-wrap {
    width: 90%;
  }

  .culture-grid-main {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .team-culture-image-wrap {
    width: 100%;
    height: 340px;
  }

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

  .hire-collection-block {
    padding: 22px;
  }

  .hire-item-head {
    font-size: 20px;
  }

  .team-member-image-block {
    height: auto;
  }

  ._404-heading {
    font-size: 140px;
  }

  .ecommerce-hero-split-main {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .ecommerce-hero-text-wrap, .ecommerce-split-cta-block {
    width: 100%;
  }

  .pricing-ecommerce-collection-list {
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  .nav-container {
    padding-top: 20px;
  }

  .menu-button {
    padding: 14px;
  }

  .nav-logo-link {
    width: 100px;
  }

  .wrapper-1280px.footer-wrapper {
    display: 60pxpx;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .style-guide-head-block {
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-size: 32px;
  }

  .heading1-white {
    width: auto;
  }

  .heading1-white.solution {
    font-size: 34px;
  }

  .color-block {
    height: 40px;
    border-radius: 14px;
  }

  .rich-text blockquote {
    padding-left: 20px;
    font-size: 16px;
  }

  .rich-text figcaption {
    font-size: 12px;
  }

  .rich-text li {
    font-size: 16px;
  }

  .footer-links-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-links {
    font-size: 14px;
  }

  .footer-links.w--current {
    font-size: 16px;
  }

  .footer-links-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-link-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .footer-home-link-block {
    width: 120px;
  }

  .footer-copywrite-text {
    font-size: 14px;
  }

  .footer-para {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 60px;
  }

  .license-head-block-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .license-head {
    font-size: 22px;
  }

  .home-hero-main-image-block {
    border-radius: 14px;
  }

  .logo-heading.alter {
    font-size: 16px;
  }

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

  .logo-section.alter {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .logo-image-container {
    width: 140px;
  }

  .logo-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .grid-item-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-item-block-head {
    font-size: 22px;
  }

  .para-16px {
    font-size: 14px;
  }

  .author-image-container {
    width: 32px;
    height: 32px;
  }

  .review-slider-arrow.right-arrow {
    width: 40px;
    height: 40px;
    top: -20%;
  }

  .review-slider-arrow.left-arrow {
    width: 40px;
    height: 40px;
    top: -20%;
    right: 16%;
  }

  .author-info-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .author-job-title {
    font-size: 14px;
  }

  .review-slide {
    width: auto;
    max-width: none;
    padding: 24px 20px 20px;
  }

  .review-slider-main-review {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .review-slider-mask {
    width: 100%;
  }

  .review-author-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .author-name {
    font-size: 16px;
  }

  .product-split-pointer {
    align-items: flex-start;
  }

  .product-split-icon {
    width: 22px;
    height: 22px;
  }

  .home-team-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-team-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-team-image-wrap {
    width: 180px;
    height: 160px;
    border-radius: 18px;
  }

  .solution-explainer-lightbox {
    border-radius: 20px;
  }

  .solution-lightbox-playbutton {
    width: 50px;
    height: 50px;
    top: 35%;
    left: 39%;
  }

  .solution-spplit-image-container {
    width: 90%;
  }

  .resource-hero-section {
    padding-bottom: 100px;
  }

  .resource-template-hero-section {
    padding-top: 120px;
  }

  .resorce-hero-image-wrap {
    border-radius: 20px;
  }

  .resource-template-hero-bg {
    height: 100px;
  }

  .pricing-hero-head-container.ecommerce {
    margin-bottom: 0;
  }

  .pricing-tab-change-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-tab-link-wrap.monthly {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .pricing-card-price-text.price-recommended {
    font-size: 40px;
  }

  .pricing-card-head {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .pricing-plan-info {
    font-size: 14px;
  }

  .pricing-plan-pointer-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 20px;
  }

  .pricing-plan-tick {
    width: 22px;
    height: 22px;
  }

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

  .pricing-table-top-heading {
    font-size: 16px;
    font-weight: 400;
  }

  .pricing-table-top-heading.feature {
    font-size: 19px;
    font-weight: 500;
  }

  .pricing-table-features-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .plan-include-pointer-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    align-items: flex-start;
  }

  .plan-split-image-wrapper {
    width: 100%;
    height: 260px;
  }

  .faq-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-question-text {
    font-size: 16px;
  }

  .faq-cross-icon {
    width: 22px;
    height: 22px;
  }

  .faq-answer-text {
    font-size: 14px;
  }

  .team-hero-text-wrap {
    width: 100%;
  }

  .culture-grid-main {
    grid-template-columns: 1fr;
  }

  .team-culture-image-wrap {
    height: 240px;
    border-radius: 20px;
  }

  .team-member-section {
    margin-top: 80px;
    margin-bottom: 100px;
  }

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

  .team-member-info-block {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .team-member-name {
    font-size: 20px;
  }

  .team-member-jon-title {
    font-size: 14px;
  }

  .team-linkedin-link {
    width: 28px;
    height: 29px;
  }

  .contact-form-block.sign {
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .careers-hero-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .career-main-section {
    padding-top: 80px;
  }

  ._404-heading {
    font-size: 80px;
  }

  .sign-main-wrapper {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .google-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 500;
  }

  .already-text {
    font-size: 16px;
  }

  .forgot-password-heading {
    font-size: 28px;
  }
}

#w-node-_2cf43fce-4831-7708-2f73-e85310c1f5c2-8e3e1575, #w-node-_04abeedc-86f8-d201-a655-44cbc69e1cb8-8e3e1575, #w-node-ed4fbc38-0f8a-b7fd-f9b0-e661eacff980-8e3e1575, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc5f2-825fc5ea, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc5f3-825fc5ea, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc5fb-825fc5ea, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc603-825fc5ea, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc60b-825fc5ea, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc60c-825fc5ea, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc614-825fc5ea, #w-node-_60972d3b-ba69-6aaf-be2d-8bb3825fc61c-825fc5ea, #w-node-_7082bba0-e766-6ad1-e14c-390db952bb78-e53e157c, #w-node-_7082bba0-e766-6ad1-e14c-390db952bb7f-e53e157c, #w-node-_7082bba0-e766-6ad1-e14c-390db952bb86-e53e157c, #w-node-_7082bba0-e766-6ad1-e14c-390db952bb8d-e53e157c, #w-node-e47b08c2-5978-b742-610f-d2a615a2fb03-cf3e157d, #w-node-e47b08c2-5978-b742-610f-d2a615a2fb2a-cf3e157d, #w-node-e47b08c2-5978-b742-610f-d2a615a2fb51-cf3e157d, #w-node-e47b08c2-5978-b742-610f-d2a615a2fb79-cf3e157d, #w-node-e47b08c2-5978-b742-610f-d2a615a2fba0-cf3e157d, #w-node-e47b08c2-5978-b742-610f-d2a615a2fbc7-cf3e157d, #w-node-_8db53454-0572-baa6-4fd3-3f885609787f-a63e1581, #w-node-_8db53454-0572-baa6-4fd3-3f8856097886-a63e1581, #w-node-_8db53454-0572-baa6-4fd3-3f885609788d-a63e1581, #w-node-_8db53454-0572-baa6-4fd3-3f8856097894-a63e1581, #w-node-_8353e785-222e-8112-fe61-8b81d5fe890f-923e1588, #w-node-_5f65123c-9b65-8ba9-e1db-9ca88f50a195-923e1588, #w-node-e65e5d50-667f-7c35-b64c-1eabc48b3a32-923e1588, #w-node-e65e5d50-667f-7c35-b64c-1eabc48b3a56-923e1588, #w-node-e830cc83-041b-e8a2-1853-eede1b9ed863-4a3e158c, #w-node-e830cc83-041b-e8a2-1853-eede1b9ed86b-4a3e158c, #w-node-e830cc83-041b-e8a2-1853-eede1b9ed873-4a3e158c, #w-node-_80224723-1441-6705-bd44-6c21cbb9540c-2d3e158e, #w-node-_4cfbf931-0356-c4fc-8f83-23dfc5d4c070-2d3e158e, #w-node-c41ed03e-72c6-5471-d5b3-f70e17c1f2ae-2d3e158e, #w-node-_44a408f8-bbef-3e51-6876-35977c4a9e04-2d3e158e, #w-node-e830cc83-041b-e8a2-1853-eede1b9ed863-6f0d9891, #w-node-e830cc83-041b-e8a2-1853-eede1b9ed86b-6f0d9891, #w-node-e830cc83-041b-e8a2-1853-eede1b9ed873-6f0d9891 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/PlusJakartaSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}