:root {
  --white-smoke: white;
  --black: black;
  --grey: #777;
  --green: #11ed5a;
  --black-second: #222;
  --blue-main: blue;
  --cornflower-blue: #f6e5f6;
  --red: #d7fcf7;
  --tomato: #fbf1e6;
  --bleu-gg: #062a40;
  --sky-blue: #e66007;
  --gray: #f5f5f7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: 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-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountslabel {
  flex-basis: 100%;
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutdiscountsinput {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

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

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

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

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

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

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

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

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

body {
  background-color: var(--white-smoke);
  color: var(--black);
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

p {
  color: var(--grey);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}

a {
  text-decoration: none;
}

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

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

li {
  color: var(--grey);
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
}

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

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

strong {
  font-weight: 700;
}

em {
  font-style: italic;
  font-weight: 400;
}

blockquote {
  border-left: 2px solid var(--green);
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  font-size: 36px;
  font-weight: 500;
  line-height: 38px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}

.container {
  z-index: 5;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.not-fle {
  display: block;
}

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

.body-content {
  z-index: 1;
  background-color: var(--white-smoke);
  color: var(--black);
  justify-content: center;
  align-items: center;
  position: relative;
}

.loader {
  z-index: 9999;
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.section {
  z-index: 3;
  background-color: #0000;
  padding: 120px 5%;
  position: relative;
}

.section.checkout {
  background-color: #0000;
  padding-top: 150px;
  overflow: visible;
}

.section.product-page, .section.for-inner {
  padding-top: 150px;
}

.section.howt-it-work {
  background-image: url('../images/photo-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60svh;
}

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

.button {
  color: var(--black-second);
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
}

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

.button.full {
  width: 100%;
}

.button.full.apply {
  text-align: center;
  justify-content: center;
  margin-left: 0;
}

.button.gray {
  color: var(--black-second);
  background-color: #f5f5f5;
}

.button.gray:hover {
  border-color: var(--black);
  background-color: var(--black-second);
  color: var(--white-smoke);
}

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

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

.copyright-dot {
  background-color: var(--blue-main);
  border-radius: 100%;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-right: 10px;
}

.title-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border-radius: 30px;
  height: 47px;
  margin-top: 8px;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 500;
}

.text-field::placeholder {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.text-field.discount {
  flex: none;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
}

.flex-utility {
  flex-direction: column;
  display: flex;
}

.shrink-item {
  flex: 1;
  margin-right: 20px;
}

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

.shrink-item.photo-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.licensing-block {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.image-flex {
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 16px;
  display: flex;
}

.licensing-content {
  min-height: 150px;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.light-block-second {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-block-second.rounded-bottom {
  border-radius: 3px;
  padding-bottom: 30px;
}

.color-block {
  background-color: var(--cornflower-blue);
  border: 1px solid #81818b33;
  border-radius: 2px;
  width: 100%;
  height: 85px;
  padding: 10px;
  display: flex;
}

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

.medium {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1em;
}

.typography-flex {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 58%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.color-row {
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.color-row.grey {
  margin-bottom: 25px;
  padding-bottom: 0;
}

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

.title-1 {
  z-index: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 43px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
}

.title-1.blog-big-title {
  max-width: 80%;
  color: var(--white-smoke);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 600;
}

.light-gray-2 {
  background-color: #222;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.type-row {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 35px;
  padding: 25px 0 15px;
  display: flex;
}

.white-block {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.light-gray {
  background-color: var(--black);
  border-radius: 4px 0 0 4px;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

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

.text-highlight {
  background-color: #f2f2f2;
  border-radius: 2px;
  width: 42%;
  padding: 40px;
}

.grayscale-parent {
  clear: left;
  border-radius: 4px;
  width: 100%;
  height: 85px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1em;
}

.content-row {
  clear: left;
  width: 100%;
  margin-top: 45px;
  position: relative;
}

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

.margin-50px.make-15px {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.light-block {
  border-radius: 3px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 20px;
}

.type-column {
  border-radius: 2px;
  width: 33.3333%;
  margin-right: 20px;
  padding: 10px;
  display: flex;
}

.type-column.right {
  margin-right: 0;
}

.color-block-parent {
  width: 20%;
  margin-right: 20px;
}

.regular-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1em;
}

.title-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
}

.title-2.left {
  text-align: left;
}

.caption {
  color: #ffffff8c;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.caption.margined {
  color: var(--grey);
  letter-spacing: 0;
  text-transform: none;
  margin-top: 5px;
  font-size: 15px;
  font-weight: 500;
}

.light-gray-3 {
  background-color: #444;
  border-radius: 0;
  width: 16.6667%;
  height: 100%;
  padding: 10px;
  display: flex;
}

.loading-flex {
  z-index: 12;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
  position: relative;
}

.subtotal {
  font-size: 17px;
  font-weight: 500;
}

.subtotal.dark {
  color: var(--black);
  font-weight: 500;
}

.apple-pay {
  border-radius: 5px;
  height: 48px;
}

.checkbox-label-shop {
  color: var(--grey);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.discounts {
  background-color: #0000;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.required {
  color: var(--grey);
  font-size: 15px;
  font-weight: 500;
}

.sticky-bar {
  top: 120px;
}

.price-pop {
  color: var(--grey);
  font-size: 20px;
  font-weight: 400;
}

.product-name {
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 500;
}

.field-label {
  color: var(--grey);
  flex: none;
  font-size: 15px;
  font-weight: 500;
}

.checkout-form {
  background-color: #0000;
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.logo-absolute {
  grid-column-gap: 20px;
  color: #ffffffb3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.block-header, .block-content {
  background-color: #0000;
}

.quantity-text {
  color: var(--grey);
  font-size: 17px;
  font-weight: 500;
}

.paypal-text {
  color: var(--grey);
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 400;
}

.rotator {
  filter: invert(50%);
  width: 38px;
}

.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.photo-move {
  max-width: 80%;
  position: relative;
  overflow: hidden;
}

.photo-animation {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.services-wrapper {
  align-items: center;
  width: 50%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.filter-image {
  z-index: 2;
  width: 110px;
  position: relative;
}

.sub-logo-text {
  color: var(--grey);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.presantation-link {
  color: #000;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px #000;
}

.photo-animation-2 {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.toggle-main {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.service-circle {
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 80%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contact-field-form {
  height: 53px;
  color: var(--grey);
  background-color: #0000;
  border: 1px solid #e4e4e4;
  border-radius: 40px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
}

.contact-field-form:active, .contact-field-form:focus {
  border-bottom-color: var(--blue-main);
}

.contact-field-form::placeholder {
  color: var(--grey);
  font-size: 16px;
  font-weight: 500;
}

.richt-text-70 {
  width: 70%;
}

.dark-link {
  color: var(--grey);
  font-weight: 500;
  text-decoration: underline;
}

.dark-link:hover {
  color: var(--black-second);
}

.social-image {
  z-index: 1;
  filter: invert();
  width: 30px;
  position: relative;
}

.social-image.filter {
  filter: invert(0%);
}

.social-image.filter._20px {
  width: 17px;
}

.logo {
  width: 120px;
}

.blog-link-wrapper {
  max-width: 70%;
  color: var(--black);
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin: 30px auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
}

.gray {
  color: var(--grey);
  font-size: 16px;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 20px;
  position: relative;
}

.hero.for-blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
  position: relative;
}

.hero.for-inner {
  background-image: url('../images/Inner.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  padding-top: 160px;
  padding-bottom: 140px;
}

.social-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.social-wrapper.add-space {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.social-wrapper.add-center {
  justify-content: center;
}

.social-icon {
  background-color: #f7f7f7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.social-icon._30px {
  width: 44px;
  height: 44px;
}

.social-overlay {
  background-color: #a7a7a71a;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.social-overlay.second {
  background-color: var(--cornflower-blue);
}

.text-rotator-wrapper {
  align-items: center;
  display: flex;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.first-part {
  z-index: 1;
  position: relative;
}

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

.pricing-icon {
  background-color: var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 22px;
  display: flex;
  position: absolute;
  inset: -50px auto auto 50%;
  transform: translate(-50%);
}

.price {
  color: var(--black-second);
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}

.pricing-title {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.success-message {
  color: #fff;
  background-color: #003a0d;
  font-size: 16px;
  font-weight: 500;
}

.pricing-image {
  width: 40px;
}

.pricing-box {
  text-align: center;
  background-image: linear-gradient(153deg, #f2f2f2, #ffffff4d);
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 95px 51px 35px;
  font-size: 16px;
  display: flex;
  position: relative;
}

.background-overlay {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  inset: 0%;
}

.blog-rich-text {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.arrow-button {
  width: 26px;
  position: absolute;
  transform: translate(0, 100px);
}

.social-icon-2 {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 3px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-block-wrapper {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.blog-wrapper-main {
  z-index: 20;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
  position: relative;
}

.category-flex {
  align-items: center;
  display: flex;
}

.category-flex.center {
  justify-content: center;
  margin-bottom: 30px;
}

.max-w-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.display-1 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.subhead-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1.45fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  margin-top: 15px;
  display: flex;
}

.button-with-animation {
  background-color: var(--black-second);
  color: #fff;
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-down-wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.scroll-flex {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.subhead-center {
  color: var(--black-second);
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-center.main {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-size: 32px;
}

.subhead-center.left {
  text-align: left;
}

.subhead-center.left.white._22px {
  color: var(--black-second);
  font-size: 24px;
}

.subhead-center.left.smaller {
  font-size: 24px;
}

.subhead-center.white {
  color: var(--white-smoke);
}

.gray-color {
  opacity: .5;
  color: var(--grey);
}

.work-wrapper-first {
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-title {
  color: var(--grey);
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 600;
}

.footer-main {
  z-index: 2;
  padding: 60px 5% 30px;
  position: relative;
}

.copyright {
  opacity: .6;
  color: var(--grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.footer-logo-link {
  margin-bottom: 20px;
}

.container-2 {
  z-index: 20;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-link-main {
  opacity: .6;
  color: var(--black-second);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  opacity: 1;
  color: var(--black-second);
}

.footer-main-grid {
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(199px, .5fr);
  align-items: start;
}

.circle-button-wrapper {
  z-index: 2;
  background-color: #81818b0f;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  align-items: center;
  min-height: 70px;
  display: flex;
  position: relative;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #fa242a;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
}

.success-message-2 {
  color: #000;
  text-align: center;
  background-color: #c7c3cf;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.gray-link {
  opacity: 1;
  color: var(--black-second);
  text-decoration: none;
  display: inline;
}

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

.subscribe-form {
  width: 100%;
  margin-bottom: 0;
}

.text-field-gray {
  z-index: 1;
  background-color: #81818b0f;
  border: 1px #81818b33;
  border-radius: 10px 0 0 10px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 70px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
}

.text-field-gray::placeholder {
  color: var(--grey);
  font-size: 16px;
  font-weight: 500;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form-single {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
  position: relative;
}

.circle-button {
  background-color: var(--white-smoke);
  background-image: url('../images/arrow-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-right: 7px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.circle-button:hover {
  opacity: .8;
}

.foorer-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.filter-color {
  width: 110px;
}

.cta-section {
  padding: 100px 5%;
  position: relative;
}

.cta-section.for-cta {
  background-image: url('../images/CTA.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
}

.form-block {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.field-label-main {
  color: var(--grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.contact-flex {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.contact-flex.vertical {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
}

.field-form {
  height: 55px;
  color: var(--black-second);
  text-transform: uppercase;
  background-color: #fafafa;
  border: 1px solid #00000017;
  border-radius: 30px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.field-form:active, .field-form:focus {
  border-bottom-color: #151414;
}

.field-form::placeholder {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.field-form.area {
  border-radius: 6px;
  height: auto;
  margin-left: 0;
  padding-bottom: 78px;
}

.grid-2-columns {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.margin-150px {
  margin-top: 130px;
}

.photo-line-animation {
  border-radius: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.team-name-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

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

.team-title {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.scroll-down {
  width: 40px;
}

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

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

.flex-tag-title {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.flex-tag-title._0-bottom {
  margin-bottom: 0;
}

.title-tag-text {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
}

.logo-strip {
  grid-column-gap: 25px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.icon-line {
  opacity: .4;
  filter: invert();
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

.button-line {
  color: var(--grey);
  white-space: nowrap;
  background-color: #f7f7f7;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 16px 22px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-line:hover {
  border-bottom-color: var(--blue-main);
  color: var(--black-second);
}

.margim-150px {
  margin-top: 130px;
}

.rows {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  max-width: 90%;
  display: flex;
}

.medium-heading {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
}

.author-content {
  flex-direction: column;
  display: flex;
}

.main-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}

.main-title.small {
  color: var(--black-second);
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.2;
}

.main-title.small.gray-text._14px {
  opacity: .65;
  margin-bottom: 0;
  font-size: 16px;
}

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

.testimonials-block {
  background-color: #f7f7f7;
  border-radius: 30px;
  padding: 40px 40px 40px 45px;
}

.overlay-bottom {
  background-image: linear-gradient(to bottom, #0000, var(--white-smoke) 94%);
  justify-content: center;
  align-items: flex-end;
  min-height: 250px;
  padding-bottom: 60px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-bottom.top {
  background-image: linear-gradient(to bottom, var(--white-smoke) 6%, #0000);
  inset: 0% 0% auto;
}

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

.number-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.number-about {
  background-image: linear-gradient(135deg, var(--red), #0000004d);
  color: var(--blue-main);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 600;
  line-height: .9;
  display: inline-block;
}

.number-about.second {
  background-image: linear-gradient(135deg, var(--cornflower-blue), #0000004d);
}

.number-about.third {
  background-image: linear-gradient(135deg, var(--tomato), #0000004d);
}

.sub-text-about {
  opacity: .7;
  color: var(--grey);
  padding: 15px 13px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}

.button-underline {
  color: #63666d;
  text-align: left;
  margin-top: 3px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.toogle-max-w {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-main-2 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.drodpwdown-toggle {
  grid-column-gap: 30px;
  border-bottom: 1px solid #86868633;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: flex;
}

.qa-text {
  color: var(--black-second);
  white-space: normal;
  font-size: 23px;
  font-weight: 600;
  line-height: 26px;
}

.toggle-icon {
  background-color: var(--black-second);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.filter-image-2 {
  width: 17px;
}

.toggle-content {
  background-color: #0000;
  padding: 20px 20px 10px 0;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

.paragraph {
  padding-top: 15px;
}

.hero-second {
  background-image: url('../images/CTA.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  min-height: 100svh;
  padding: 90px 5% 50px;
  display: flex;
  position: relative;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.scroll-down-wrapper-main {
  z-index: 10;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  overflow: hidden;
}

.scroll-down-lotties {
  filter: invert();
  width: 20px;
}

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

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

.process-wrapper {
  text-align: center;
  background-color: #ffffff80;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 40px;
  display: flex;
}

.step-title-2 {
  margin-top: 0;
  font-size: 21px;
  font-weight: 600;
}

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

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

.circle-first {
  background-image: linear-gradient(353deg, var(--green), #fff0 91%);
  border-radius: 200px 200px 0% 0%;
  width: 500px;
  height: 600px;
}

.circle-first.color {
  background-image: linear-gradient(353deg, var(--cornflower-blue), #fff0);
}

.circle-first.color.second {
  background-image: linear-gradient(353deg, var(--red), #fff0);
}

.absolute-device {
  width: 320px;
  position: absolute;
  transform: rotate(-6deg);
}

.absolute-device._6-deg {
  transform: rotate(6deg);
}

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

.max-w-center {
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.display-2 {
  color: var(--black);
  font-size: 44px;
  font-weight: 600;
  line-height: 1.3;
}

.display-2.make-center {
  text-align: center;
}

.gray-text {
  color: #2c2c2c80;
}

.section-video {
  padding: 120px 5%;
  position: relative;
}

.section-video.image {
  z-index: -1;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

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

.button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-flex.second {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
}

.blog-content {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 30px;
  display: flex;
}

.blog-image {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  transition: all .3s;
  overflow: hidden;
}

.blog-image:hover {
  opacity: .9;
}

.blog-title {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: all .3s;
}

.work-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.data {
  margin-bottom: 0;
}

.data.white {
  color: var(--white-smoke);
}

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

.cta-div-blog {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-absolute {
  flex-direction: column;
  align-items: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.about-photo {
  object-fit: cover;
  width: 100%;
  height: 650px;
}

.relative-div {
  position: relative;
}

.relative-div.dark {
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.ratings-componnent {
  align-items: center;
  display: flex;
}

.avatar-group-wrapper {
  grid-column-gap: 0rem;
  flex-wrap: nowrap;
  align-items: center;
  padding-right: 1rem;
  display: flex;
}

.avatar-item {
  object-fit: cover;
  border: 3px solid #f4f4f4;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin-right: -20px;
}

.avatar-item.right {
  border-style: none;
  width: 80px;
  height: 80px;
  margin-right: 0;
}

.ratings-wrapper {
  margin-left: 1rem;
}

.rating-star-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .125rem;
  display: flex;
}

.stars {
  width: 90px;
  margin-right: 8px;
}

.text-rating-number {
  font-size: 17px;
  font-weight: 600;
}

.text-size-pargraph {
  opacity: .6;
  color: var(--grey);
  letter-spacing: normal;
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.4;
}

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

.icon-wrapper {
  background-color: #fbf1e6;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.icon-wrapper.second {
  background-color: #ebfaf8;
}

.icon-wrapper.third {
  background-color: #f6e5f6;
}

.small-paragraph {
  opacity: .7;
  font-size: 17px;
}

.video-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.circle-play {
  z-index: 1;
  background-color: var(--green);
  background-image: url('../images/play-button-arrowhead.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-width: 3px;
  border-color: #fff;
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: relative;
}

.circle-overlay {
  background-color: var(--green);
  opacity: .3;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: absolute;
}

.circle-overlay-2 {
  background-color: var(--green);
  opacity: .2;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  position: absolute;
}

.circle-overlay-3 {
  background-color: var(--green);
  opacity: .1;
  border-radius: 100%;
  width: 260px;
  height: 260px;
  position: absolute;
}

.display-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.display-5.quote {
  font-size: 21px;
  line-height: 1.4;
}

.circle-absolute {
  background-color: var(--cornflower-blue);
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-gray {
  background-color: var(--cornflower-blue);
  color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding-top: 1px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  position: relative;
  top: -24px;
}

.hamburger-line {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.hamburger-line.second {
  position: absolute;
  transform: rotate(90deg);
}

.logo-2 {
  width: 120px;
}

.navigation-main {
  z-index: 999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  display: grid;
  position: fixed;
  inset: 0% 0% auto;
}

.text-full {
  color: #000;
  font-size: 90px;
  font-weight: 600;
  line-height: .9;
}

.menu-content {
  z-index: 3;
  position: relative;
}

.menu-square {
  z-index: 2;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-items {
  z-index: 99;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-line {
  color: #000;
  text-transform: capitalize;
  font-size: 90px;
  font-weight: 600;
  line-height: .9;
  display: block;
}

.navigation-link-move {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.menu-big {
  z-index: 888;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-text-wrapper {
  height: 87px;
  overflow: hidden;
}

.menu-background {
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  inset: 0%;
}

.hamburger-circle {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: relative;
}

.text-badge {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffffed;
  border: 1px solid #e1e1e1;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 13px 10px 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-badge-hover {
  background-color: #9bfa13;
  border-radius: 100%;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto auto 15px 15px;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.badge-paragraph.biger {
  font-size: 15px;
  font-weight: 700;
}

.badge-wrapper {
  z-index: 999;
  grid-row-gap: 5px;
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.text-badge-wrapper {
  z-index: 1;
  height: 18px;
  position: relative;
  overflow: hidden;
}

.icon-badge {
  z-index: 1;
  width: 20px;
  height: 20px;
  position: relative;
}

.badge-content {
  z-index: 9999;
  position: fixed;
  inset: auto 15px 15px auto;
}

.photo-badge {
  background-image: url('../images/unlock-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 7px;
  min-width: 140px;
  min-height: 130px;
}

.code-embed {
  color: #000;
}

.remove-icon {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  inset: -5px -5px auto auto;
}

.widget-overlay {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  max-height: 100%;
}

.circle-cta-book {
  z-index: 1;
  background-color: #b6e400;
  border: 2px solid #f4f3ea;
  border-radius: 100vw;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.card-link-bg {
  transform-origin: 0%;
  background-color: #1a1a17e0;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
  box-shadow: inset 0 0 0 1px #f4f3ea14;
}

.hero-link-new {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a17;
  background-color: #e6e8dd;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px 4px 4px;
  text-decoration: none;
  display: flex;
}

.icon-button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.link-cs-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.section-2 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.hero-home-b-section {
  background-color: #f4f3ea0f;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: clip;
}

.label-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

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

.image-cover.parallax {
  flex: none;
  width: 120%;
  max-width: none;
  height: 120%;
  display: block;
}

.cs-number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #b6e400;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.button-wrap-home-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.book-button-text {
  z-index: 1;
  text-shadow: 0 1.5em #1a1a17;
  position: relative;
}

.overlay-with-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marquee-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.wdiget-1-marque {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 8px;
}

.cta-book {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a17;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-marquee-bottom-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.master-marquees {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.dots {
  z-index: 0;
  pointer-events: none;
  width: 1440px;
  max-width: none;
  height: 1080px;
  margin-left: 50%;
  margin-right: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-50%);
}

.single-marquee-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  display: flex;
}

.button-bg {
  background-color: var(--green);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 1px solid #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #000, inset 0 -1px #000;
}

.button-bg:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.text-wrap-home-b-hero {
  max-width: 552px;
}

.card-marquee {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #f4f3ea;
  text-align: left;
  background-color: #1a1a17;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 568px;
  padding: 24px;
  display: flex;
}

.button-text-mask {
  pointer-events: none;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.card-marquee-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-cta-book {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.icon-label {
  border-radius: 100vw;
  width: 24px;
  height: 24px;
  display: block;
}

.icon-inner-card {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.link-arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrap-cta-book {
  border: 1px solid #1a1a1714;
  border-radius: 32px;
  flex: none;
  width: 44px;
  height: 28px;
  position: relative;
  overflow: hidden;
}

.text-h4 {
  letter-spacing: -1px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.image-wrap-home-b-marquee {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 568px;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap-home-b-marquee.large {
  width: 672px;
}

.button-icon-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.book-button-bg {
  background-color: #f4f3ea;
  border: 1px solid #1a1a1752;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  transition: background-color 1s;
  position: absolute;
  inset: 0%;
}

.shadow-marquee {
  pointer-events: none;
  background-image: linear-gradient(90deg, #f4f3ea, #0000);
  width: 120px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shadow-marquee.right {
  background-image: linear-gradient(90deg, #0000, #f4f3ea);
  inset: 0% 0% 0% auto;
}

.text-h1 {
  z-index: 1;
  letter-spacing: 0;
  text-transform: none;
  font-family: Inter Tight, sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
}

.icon-wrap-card-link {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1a1a17;
  background-color: #b6e400;
  border-radius: 100vw;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #1a1a170a, inset 0 -1px #1a1a1714;
}

.icon-link-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.button-text {
  z-index: 1;
  text-shadow: 0 1.5em #f4f3ea;
  position: relative;
}

.cta-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 1;
  color: #1a1a17;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.headline-home-b-bottom-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-container {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.home-b-about-image {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.home-b-about-image.small {
  height: 312px;
}

.section-3 {
  z-index: 2;
  background-color: #eeffec;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.left-home-b-about {
  max-width: 452px;
}

.eyebrow-circle {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.eyebrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3f403c;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.home-b-about-images {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.headline-home-b-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 160px;
  display: flex;
}

.right-home-b-about {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 564px;
  display: flex;
}

.heading-slider-home-a {
  max-width: 680px;
}

.text-wrap-home-b-about {
  max-width: 500px;
}

.text-h5 {
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.brand-wrap-checkout {
  background-color: #fffeff;
  border-bottom: 1px solid #2829434d;
  justify-content: center;
  align-items: center;
  height: 72px;
  display: flex;
}

.brand-link-checkout {
  height: 49px;
}

.brand-checkout {
  height: 100%;
}

.text-block {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
}

.text-span {
  color: var(--green);
}

.display-heading-4 {
  font-size: 72px;
  line-height: 72px;
}

.display-heading-4.page-heading {
  text-align: center;
  margin-bottom: 36px;
}

.display-heading-4.page-heading.de {
  color: var(--bleu-gg);
  padding-top: 20px;
  font-family: Exo, sans-serif;
  font-weight: 700;
}

.display-heading-4.metric-heading {
  margin-bottom: 24px;
}

.display-heading-4.metric-heading.text-primary-1 {
  color: var(--bleu-gg);
}

.embed {
  justify-content: center;
  align-items: center;
  min-width: 800px;
  display: flex;
}

.container-large {
  direction: ltr;
  width: 100%;
  max-width: 612px;
}

.container-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large.page-title {
  max-width: 930px;
}

.text-span-11 {
  color: #15be7d;
}

.main-container-3 {
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-large-3 {
  color: var(--bleu-gg);
  font-size: 20px;
  line-height: 30px;
}

.text-large-3.de {
  color: var(--bleu-gg);
  text-align: center;
  font-size: 32px;
  line-height: 36px;
}

.section-9 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.section-9.bg-gray-3.text-center.de {
  padding-top: 60px;
}

.hero-subscribe-form {
  margin-top: 60px;
  margin-bottom: 24px;
}

.form-horizontal {
  margin-bottom: 0;
  display: flex;
}

.form-horizontal.multiple-inputs {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1012px;
  margin-left: auto;
  margin-right: auto;
}

.form-success-2 {
  color: #fff;
  background-color: #559866;
  border-radius: 5px;
  padding: 18px;
}

.form-error-2 {
  color: #fff;
  text-align: center;
  background-color: #ad343e;
  border-radius: 5px;
  margin-top: 12px;
  padding: 18px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 10px;
  min-width: 220px;
  padding: 12px;
  box-shadow: 0 4px 6px #00000014;
}

.dropdown-list.dropdown-list-right {
  right: -96px;
}

.dropdown-link {
  border-radius: 5px;
  padding: 8px 12px;
  transition: color .2s, background-color .2s;
}

.dropdown-link:hover {
  color: #387dc0;
  background-color: #f9f5ec;
}

.dropdown-link.w--current {
  color: #387dc0;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  display: flex;
}

.navbar._2:hover {
  mix-blend-mode: normal;
}

.de {
  color: #071f25;
  height: 100%;
  padding-top: 0;
}

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

.dropdown-icon {
  margin-left: 6px;
  position: relative;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.navbar-icon-link {
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

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

.navbar-icon-link-image {
  max-height: 24px;
  margin-right: 12px;
}

.dropdown-grid-column {
  min-width: 180px;
}

.navbar-functions {
  align-items: center;
  display: flex;
}

.navbar-functions.navbar-functions-left {
  margin-left: 20px;
  margin-right: 10px;
}

.dd {
  color: #1a3439;
}

.menu-button.w--open {
  background-color: #0000;
}

.nav-link {
  color: #2c2d36;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 0;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.nav-link:hover {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #387dc0;
  border: 1px #000;
  box-shadow: inset 0 -3px #37b654;
}

.nav-link.w--current {
  color: #2c2d36;
}

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

.nav-menu.nav-menu-right-aligned {
  margin-right: 0;
}

.navbar-right-contents {
  align-items: center;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #387dc0;
  background-image: linear-gradient(#11ed5a, #21bb36);
  border: 2px #387dc0;
  border-radius: 20px;
  padding: 16px 24px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: inset 0 200px 200px 200px #0000;
}

.button-2:hover {
  background-color: #37b654;
  border-color: #37b654;
  box-shadow: inset 0 200px 200px 200px #0000001a;
}

.button-2.up {
  margin-top: 40px;
}

.text-span-50 {
  color: var(--green);
}

.text-span-49 {
  color: var(--green);
  font-weight: 700;
}

.spark-section-2 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-light-background {
  background-color: #f0fbfe;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.dede {
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
}

.spark-hero-section-left-side {
  width: 50%;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 80%;
  max-width: 50%;
  display: block;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.bulleted-list-grid-vertical {
  grid-row-gap: 6px;
  grid-template-columns: 1fr;
  justify-items: start;
  margin-top: 36px;
}

.bulleted-list-item {
  border-radius: 5px;
  align-items: flex-start;
  padding: 12px;
  display: flex;
}

.bulleted-list-item.bg-gray-3 {
  background-color: #1d48640a;
}

.container-3 {
  direction: ltr;
  width: 100%;
  max-width: 506px;
}

.container-3.align-center {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.de-2 {
  color: #071f25;
  padding-top: 0;
}

.large-heading {
  color: var(--green);
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
}

.metric-heading {
  margin-bottom: 0;
}

.metric-heading.green {
  color: var(--green);
  font-size: 22px;
}

.bullet {
  background-color: #2c2d36;
  border-radius: 50%;
  flex: none;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  position: relative;
  top: 8px;
}

.section-10 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.rounded-large {
  border-radius: 20px;
  display: block;
}

.rounded-large.shadow-large {
  width: 100%;
}

.metric-grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-top: 36px;
}

.grid-halves {
  grid-column-gap: 24px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  align-items: center;
}

.grid-halves.reverse-direction {
  direction: rtl;
}

.container-small {
  direction: ltr;
  width: 100%;
  max-width: 400px;
}

.container-small.align-center {
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.code-embed-2 {
  margin-top: 40px;
}

.code-embed-2.v1 {
  margin-top: auto;
}

.nl-navbar {
  color: #171717;
  background-color: #fafeff;
  border-bottom: 1px solid #1717171a;
  height: 98px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 300;
  position: relative;
  inset: 0% 0% auto;
}

.nl-container-navbar-center {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.nl-brand-link-navbar {
  align-items: center;
  height: 70px;
  display: flex;
}

.nl-brand-navbar {
  max-width: none;
  height: 100%;
}

.heading-3 {
  color: var(--bleu-gg);
}

.de-3 {
  color: #071f25;
  padding-top: 0;
}

.nl-text-legal-footer-4 {
  color: #171717;
  font-size: .8em;
}

.nl-flex-footer-4 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nl-wrap-legal-footer-4 {
  justify-content: space-between;
  align-items: center;
  margin-top: 64px;
  display: flex;
}

.nl-legal-link-footer-4 {
  color: #3569f1;
}

.nl-brand-footer-3 {
  max-width: none;
  height: 100%;
  display: block;
}

.nl-list-links-footer-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-link-footer-4 {
  color: #171717;
  font-size: .9em;
  text-decoration: none;
}

.nl-link-footer-4:hover {
  text-decoration: underline;
}

.nl-main-container {
  text-align: left;
  width: 100%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.nl-link-footer-3 {
  color: #fbfbfb;
  font-size: .9em;
  text-decoration: none;
}

.nl-link-footer-3:hover {
  text-decoration: underline;
}

.nl-brand-link-footer-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 70px;
  display: flex;
}

.nl-section-footer-4 {
  color: #171717;
  background-color: #f7f7f7;
  padding-bottom: 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.nl-top-footer-4 {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  border-bottom: 1px solid #1717171f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .logo-strip {
    grid-column-gap: 46px;
  }
}

@media screen and (max-width: 991px) {
  .utility-page-wrap {
    height: 600px;
  }

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

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

  .section.for-inner {
    padding-top: 110px;
  }

  .title-3 {
    line-height: 1.2;
  }

  .licensing-block {
    width: 100%;
  }

  .title-1.blog-big-title {
    font-size: 80px;
  }

  .light-gray-2, .light-gray {
    width: 33.3333%;
  }

  .text-highlight {
    padding: 20px;
  }

  .color-block-parent {
    width: 33.3333%;
  }

  .title-2 {
    font-size: 40px;
  }

  .light-gray-3 {
    width: 33.3333%;
  }

  .sticky-bar {
    flex-basis: 100%;
    position: relative;
    top: 0;
  }

  .container-pricing {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .information {
    flex-basis: auto;
    margin-right: 0;
  }

  .services-wrapper {
    width: 70%;
  }

  .presantation-link {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 210px;
  }

  .hero.for-blog-page {
    height: 700px;
    min-height: auto;
  }

  .hero.for-inner {
    padding-top: 85px;
    padding-bottom: 115px;
  }

  .page-content {
    padding-bottom: 0;
  }

  .price-grid {
    grid-row-gap: 120px;
    grid-template-columns: 1fr;
  }

  .blog-rich-text {
    max-width: 90%;
  }

  .display-1 {
    font-size: 8vw;
  }

  .display-1.make-center {
    text-align: center;
  }

  .subhead-grid {
    max-width: 90%;
  }

  .subhead-center.left.center {
    text-align: center;
  }

  .footer-main-grid {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .text-field-gray {
    min-width: auto;
  }

  .footer-left-wrapper {
    max-width: 70%;
  }

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

  .form-block {
    width: 80%;
  }

  .grid-2-columns {
    max-width: 100%;
  }

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

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

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

  .logo-strip {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: space-between;
  }

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

  .medium-heading {
    font-size: 36px;
  }

  .overlay-bottom {
    min-height: 150px;
  }

  .number-about {
    font-size: 90px;
  }

  .sub-text-about {
    width: 100%;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
  }

  .hero-second {
    padding-top: 120px;
    padding-bottom: 156px;
  }

  .hero-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    display: flex;
  }

  .hero-left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-wrapper {
    max-width: 100%;
  }

  .main-grid {
    flex-direction: column;
    display: flex;
  }

  .main-grid.reverse {
    flex-direction: column-reverse;
  }

  .margin-200px {
    margin-top: 150px;
  }

  .section-video {
    padding: 80px 2%;
  }

  .section-video.image {
    max-width: none;
    min-height: 450px;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-image {
    height: 250px;
  }

  .cta-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cta-div-blog {
    justify-content: flex-start;
  }

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

  .about-photo {
    height: auto;
  }

  .text-gray {
    top: -10px;
  }

  .navigation-main {
    grid-template-columns: 1fr .4fr 1fr;
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-full {
    font-size: 70px;
  }

  .navigation-items {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: center;
  }

  .text-line {
    font-size: 70px;
  }

  .nav-text-wrapper {
    height: 64px;
  }

  .image-wrap-home-b-marquee {
    width: 400px;
    height: 440px;
  }

  .image-wrap-home-b-marquee.large {
    width: 450px;
  }

  .display-heading-4 {
    font-size: 54px;
    line-height: 60px;
  }

  .display-heading-4.metric-heading {
    margin-bottom: 18px;
  }

  .embed {
    min-width: 400px;
  }

  .hero-subscribe-form {
    margin-top: 48px;
  }

  .form-horizontal.multiple-inputs {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 506px;
    display: grid;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-style: none;
    padding: 0 0 0 12px;
    position: relative;
    right: 0;
  }

  .dropdown-link {
    opacity: .5;
  }

  .dropdown-link:hover {
    opacity: 1;
    background-color: #0000;
  }

  .dropdown-link.w--current {
    opacity: 1;
  }

  .menu-button-image {
    display: block;
  }

  .menu-button-close-image {
    opacity: 0;
    display: block;
    position: absolute;
    top: 12px;
    left: 36px;
  }

  .menu-button {
    margin-left: 12px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .nav-menu {
    background-color: #fff;
    border: 1px solid #00000014;
    border-radius: 10px;
    padding: 18px;
  }

  .nav-menu.nav-menu-right-aligned {
    margin-right: 0;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .grid-halves {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .nl-navbar {
    position: relative;
  }

  .nl-container-navbar-center {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .nl-wrap-legal-footer-4 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 28px;
    line-height: 32px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

  .section.howt-it-work {
    background-position: 50%;
  }

  .text-field {
    height: 45px;
  }

  .title-1 {
    font-size: 30px;
    line-height: 1.3;
  }

  .type-row {
    flex-direction: column;
  }

  .text-highlight {
    padding: 26px 9px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .title-2 {
    font-size: 30px;
  }

  .services-wrapper {
    margin-bottom: 15px;
  }

  .sub-logo-text {
    display: none;
  }

  .photo-animation-2 {
    max-width: 100%;
  }

  .service-circle {
    width: 230px;
    height: 230px;
  }

  .social-image {
    width: 17px;
  }

  .blog-link-wrapper {
    max-width: 90%;
  }

  .hero {
    padding-top: 115px;
    padding-bottom: 190px;
  }

  .hero.for-blog-page {
    height: 600px;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

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

  .subhead-center.main {
    font-size: 29px;
    line-height: 1.3;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .footer-main-grid {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .footer-grid {
    grid-column-gap: 1.5rem;
  }

  .text-field-gray {
    text-align: left;
    margin-right: 0;
  }

  .footer-left-wrapper {
    max-width: 90%;
  }

  .form-single {
    flex-direction: row;
  }

  .cta-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-block {
    width: 90%;
  }

  .grid-2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    display: flex;
  }

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

  .logo-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .logo-strip {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .rows {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .medium-heading {
    font-size: 32px;
  }

  .main-title {
    margin-bottom: 15px;
  }

  .number-grid {
    grid-template-columns: 1fr;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .step-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-video.image {
    min-height: 420px;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }

  .blog-image {
    height: 320px;
  }

  .cta-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .relative-div {
    width: 100%;
  }

  .relative-div.dark {
    border-radius: 15px;
  }

  .circle-play {
    width: 100px;
    height: 100px;
  }

  .circle-overlay {
    width: 160px;
    height: 160px;
  }

  .circle-overlay-2 {
    width: 220px;
    height: 220px;
  }

  .circle-overlay-3 {
    width: 280px;
    height: 280px;
  }

  .display-5 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .text-gray {
    top: -8px;
  }

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

  .text-full {
    font-size: 95px;
    display: none;
  }

  .navigation-items {
    align-items: center;
  }

  .menu-big {
    flex-direction: column;
    align-items: stretch;
  }

  .nav-text-wrapper {
    height: auto;
  }

  .icon-button {
    width: 12px;
  }

  .text-small {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .link-cs-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .section-2 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .label-small {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .cs-number-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
  }

  .headline-home-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 56px;
  }

  .overlay-with-image {
    padding: 16px;
  }

  .marquee-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-book {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .card-marquee-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-marquee-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-wrap-home-b-hero {
    max-width: 400px;
  }

  .card-marquee {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .card-marquee-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h4 {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 32px;
  }

  .image-wrap-home-b-marquee {
    width: 300px;
    height: 360px;
  }

  .image-wrap-home-b-marquee.large {
    width: 400px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .text-h1 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .icon-wrap-card-link {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

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

  .cta-main {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-3 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .eyebrow {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .home-b-about-images {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .headline-home-b-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 120px;
  }

  .heading-slider-home-a {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-h5 {
    letter-spacing: -.5px;
    font-size: 24px;
    line-height: 28px;
  }

  .display-heading-4 {
    font-size: 40px;
    line-height: 48px;
  }

  .display-heading-4.page-heading {
    margin-bottom: 24px;
  }

  .display-heading-4.metric-heading {
    margin-bottom: 18px;
  }

  .embed {
    min-width: auto;
  }

  .text-large-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-9 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .hero-subscribe-form {
    margin-top: 36px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar-icon-link-image {
    max-height: 20px;
    margin-right: 6px;
  }

  .navbar-functions.navbar-functions-left {
    margin-left: 12px;
  }

  .spark-section-2 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section-2.spark-light-background {
    padding-top: 128px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-section-left-side, .spark-container-2 {
    width: 100%;
  }

  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .bulleted-list-grid-vertical {
    margin-top: 24px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .section-10 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .metric-grid-halves {
    margin-top: 24px;
  }

  .nl-navbar {
    height: 90px;
  }

  .nl-text-legal-footer-4 {
    font-size: 16px;
  }

  .nl-wrap-legal-footer-4 {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    font-size: 28px;
    line-height: 30px;
  }

  .body-content {
    padding-top: 0;
    padding-left: 0;
  }

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

  .section.product-page {
    padding-top: 80px;
  }

  .section.for-inner {
    padding-top: 110px;
  }

  .copyright-dot {
    display: none;
  }

  .title-3 {
    font-size: 24px;
  }

  .text-field {
    height: 42px;
    margin-bottom: 10px;
  }

  .shrink-item {
    margin-right: 0;
  }

  .shrink-item.flex {
    margin-top: 20px;
    margin-right: 0;
  }

  .image-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .licensing-content {
    flex-direction: column;
  }

  .color-block {
    width: 100%;
    height: 55px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .typography-flex {
    width: 68%;
  }

  .color-row {
    flex-direction: column;
  }

  .title-1 {
    font-size: 23px;
    line-height: 1.2;
  }

  .title-1.blog-big-title {
    font-size: 50px;
  }

  .light-gray-2 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .type-row {
    flex-direction: column;
  }

  .light-gray {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .text-highlight {
    width: 32%;
    padding: 20px 10px;
  }

  .grayscale-parent {
    height: 55px;
  }

  .margin-50px.make-15px {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .type-column {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .color-block-parent {
    width: 100%;
    margin-right: 3%;
  }

  .title-2 {
    font-size: 30px;
    line-height: 34px;
  }

  .light-gray-3 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .left-block {
    margin-left: 0;
  }

  .price-pop {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .photo-move {
    max-width: 100%;
  }

  .services-wrapper {
    width: 100%;
  }

  .sub-logo-text {
    display: none;
  }

  .presantation-link {
    padding: 15px;
  }

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .contact-field-form {
    height: 40px;
    margin-left: 0;
  }

  .social-image.filter {
    width: 25px;
  }

  .blog-link-wrapper {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .hero {
    padding-top: 134px;
    padding-bottom: 139px;
  }

  .hero.for-blog-page {
    height: 440px;
  }

  .hero.for-inner {
    padding-top: 85px;
    padding-bottom: 80px;
  }

  .social-wrapper.add-space {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .price-grid {
    grid-row-gap: 90px;
  }

  .pricing-box {
    padding-bottom: 16px;
  }

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

  .display-1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
  }

  .subhead-grid {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 26px;
    display: flex;
  }

  .scroll-down-wrapper {
    bottom: 26px;
  }

  .subhead-center {
    max-width: 100%;
    font-size: 22px;
  }

  .footer-main {
    padding-top: 50px;
  }

  .footer-main-grid {
    grid-row-gap: 48px;
  }

  .footer-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .subscribe-form {
    width: 100%;
  }

  .text-field-gray {
    text-align: left;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .form-single {
    align-items: center;
  }

  .cta-section, .cta-section.for-cta {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-block {
    width: 100%;
  }

  .field-form {
    height: 40px;
  }

  .grid-2-columns, .team-grid {
    grid-template-columns: 1fr;
  }

  .logo-strip {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
  }

  .button-line {
    font-size: 16px;
  }

  .medium-heading {
    font-size: 28px;
  }

  .main-title {
    font-size: 19px;
  }

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

  .main-title.small.gray-text._14px {
    font-size: 14px;
  }

  .author-flex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonials-block {
    padding: 29px;
  }

  .overlay-bottom {
    min-height: 150px;
  }

  .number-wrapper {
    text-align: center;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .drodpwdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 20px;
  }

  .hero-second {
    min-height: auto;
    padding-top: 120px;
  }

  .step-grid {
    grid-template-columns: 1fr;
  }

  .process-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .circle-first {
    width: 260px;
    height: 320px;
  }

  .absolute-device {
    width: 60%;
  }

  .display-2 {
    font-size: 29px;
  }

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

  .section-video.image {
    min-height: 350px;
  }

  .button-flex {
    flex-direction: column;
  }

  .button-flex.second {
    align-items: flex-start;
  }

  .blog-image {
    height: 200px;
    min-height: 230px;
  }

  .blog-title {
    font-size: 24px;
  }

  .cta-div-blog {
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .about-photo {
    height: 350px;
  }

  .ratings-componnent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ratings-wrapper {
    flex: none;
    margin-left: .75rem;
  }

  .circle-play {
    width: 60px;
    height: 60px;
  }

  .circle-overlay {
    width: 120px;
    height: 120px;
  }

  .circle-overlay-2 {
    width: 180px;
    height: 180px;
  }

  .circle-overlay-3 {
    width: 240px;
    height: 240px;
  }

  .display-5 {
    margin-top: 15px;
    font-size: 24px;
  }

  .display-5.quote {
    line-height: 1.2;
  }

  .circle-absolute.hide, .hide-social {
    display: none;
  }

  .text-gray {
    width: 30px;
    height: 30px;
    font-size: 14px;
    top: -3px;
  }

  .navigation-main {
    grid-template-columns: 1fr 1fr;
    padding: 4px 2% 4px 3%;
  }

  .text-line {
    font-size: 46px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-marquee {
    width: 400px;
  }

  .image-wrap-home-b-marquee {
    width: 220px;
    height: 250px;
    min-height: 100%;
  }

  .image-wrap-home-b-marquee.large {
    width: 300px;
  }

  .home-b-about-image {
    height: 350px;
  }

  .home-b-about-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .right-home-b-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .display-heading-4 {
    font-size: 32px;
    line-height: 38px;
  }

  .display-heading-4.metric-heading {
    margin-bottom: 12px;
  }

  .main-container-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .form-horizontal {
    flex-direction: column;
  }

  .form-success-2, .form-error-2 {
    padding: 12px;
  }

  .navbar {
    min-height: 72px;
  }

  .navbar-functions {
    display: none;
  }

  .nav-menu.nav-menu-right-aligned {
    padding: 12px;
  }

  .spark-section-2 {
    padding: 64px 20px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .large-heading {
    margin-bottom: 18px;
  }

  .rounded-large {
    display: block;
  }

  .metric-grid-halves {
    text-align: center;
  }

  .grid-halves {
    grid-row-gap: 48px;
  }

  .nl-navbar {
    height: 72px;
  }

  .nl-container-navbar-center {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nl-brand-link-navbar {
    width: 90%;
    max-width: 53vw;
    height: auto;
    padding-left: 0;
  }

  .nl-brand-navbar {
    width: 100%;
    height: auto;
  }

  .nl-text-legal-footer-4 {
    font-size: .8em;
  }

  .nl-list-links-footer-4 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .nl-main-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_6b37f618-159c-f94f-4e97-8576cd0df857-cd0df847 {
  justify-self: center;
}

#w-node-_6b37f618-159c-f94f-4e97-8576cd0df859-cd0df847 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_1ee994e2-9b5b-737e-0c62-99ed23e26525-39a543b2 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_1ee994e2-9b5b-737e-0c62-99ed23e26528-39a543b2 {
  grid-area: 1 / 7 / 2 / 10;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_1ee994e2-9b5b-737e-0c62-99ed23e26525-39a543b2 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1ee994e2-9b5b-737e-0c62-99ed23e26528-39a543b2 {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b37f618-159c-f94f-4e97-8576cd0df857-cd0df847 {
    justify-self: start;
  }

  #w-node-_1ee994e2-9b5b-737e-0c62-99ed23e26525-39a543b2 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


