:root {
  --lynx-white: white;
  --white: white;
  --steel-blue: #007bfc;
  --lynx-black: #1f2022;
  --lynx-medium-purple: #8979ec;
  --slate-grey: #6a768a;
  --black: black;
  --lynx-grey: #797c83;
  --midnight-blue: #151c34;
  --navy: #050735;
  --ghost-white: #edeff5;
  --midnight-blue-2: #041434;
  --light-steel-blue: #b1bac8;
  --dark-slate-blue: #4a556c;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
    font-size: 16px;
  }
}

body {
  color: #2d3958;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.standard-tab {
  opacity: .7;
  color: rgba(255, 255, 255, .8);
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 280px;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.standard-tab.w--current {
  opacity: 1;
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.navigation-flowbase {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 20px 2%;
  display: flex;
  box-shadow: 34px 34px 74px rgba(56, 50, 124, .08);
}

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

.container-flowbase {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon {
  margin-right: 0;
}

.logo-mark-flowbase {
  width: 45px;
  margin-right: 16px;
}

.column-grey-flowbase {
  background-color: #f9f9fa;
  padding: 20px 16px 14px;
}

.navigation-menu-flowbase {
  white-space: nowrap;
  align-items: center;
  width: auto;
  display: flex;
}

.html-embed {
  height: 320px;
}

.toggle-flowbase {
  color: #fff;
  padding: 10px 20px 10px 10px;
}

.toggle-flowbase.w--open {
  color: #fff;
}

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

.dropdown-list-flowbase {
  min-width: 254px;
}

.dropdown-list-flowbase.w--open {
  background-color: #fff;
  min-width: 440px;
  top: 72px;
  box-shadow: 37px 37px 62px -23px rgba(32, 26, 61, .08);
}

.text-link-flowbase {
  color: #8687a8;
  padding: 20px 10px;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  transition: all .2s;
}

.text-link-flowbase:hover {
  color: #212350;
}

.column-flowbase {
  padding: 20px 16px;
}

.button-clone-flowbase {
  color: #fff;
  text-align: center;
  background-color: #7839f3;
  border-radius: 10px;
  width: 100%;
  margin-left: 10px;
  padding: 14px 24px;
  font-size: 14px;
  transition: all .3s;
}

.button-clone-flowbase:hover {
  transform: translate(0, -2px);
}

.dropdown-flowbase {
  background-color: #7839f3;
  border-radius: 10px;
  padding: 2px 7px 2px 2px;
}

.banner-flowbase {
  color: #fff;
  background-color: #8c54ff;
  background-image: url('../images/Flowbase-Bubble-Right.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 8px 3%;
  display: flex;
}

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

.badge-flowbase {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6f42cc;
  border-radius: 50px;
  margin-right: 10px;
  padding: 4px 15px;
  font-size: 12px;
}

.banner-text-flowbase {
  color: rgba(255, 255, 255, .7);
  font-size: 16px;
  font-weight: 400;
}

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

.flowbase---banner {
  height: 64px;
}

.section---content {
  opacity: 1;
  outline-offset: 0px;
  transform: scale3d(1none, 1none, 1none);
  -webkit-text-fill-color: inherit;
  transform-style: preserve-3d;
  background-color: #fbfcfe;
  background-image: linear-gradient(rgba(88, 167, 223, .81), rgba(101, 0, 252, .92)), url('../images/cub9.png');
  background-position: 0 0, 0 0;
  background-size: auto, 95px;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 20px;
  outline: 3px solid #2d3958;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 56px 5% 72px;
  transition: border-color .275s;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.card---flowbase {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  margin-top: 60px;
  padding: 32px;
  box-shadow: 34px 34px 88px rgba(23, 9, 54, .08);
}

.h2-heading {
  color: #160042;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 600;
}

.form-line-break {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.card---detail {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding: 32px;
  display: flex;
}

.logo {
  width: 160px;
  margin-bottom: 24px;
}

.card---detail-text {
  color: #6b7094;
  letter-spacing: -.01em;
  font-size: 16px;
  line-height: 32px;
}

.flowbase-link {
  color: #642eff;
  text-decoration: none;
}

.paragraph {
  color: #47529b;
  letter-spacing: -.02em;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.image-wrapper {
  outline-offset: 0px;
  border-radius: 4px;
  outline: 3px #2d3958;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-one, .image-two {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brand-span {
  color: #642eff;
}

.button-guide {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #160042;
  border: 3px solid rgba(23, 0, 69, 0);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.button-guide:hover {
  background-color: #282556;
}

.button-guide:active {
  background-color: #160042;
}

.button-guide:focus {
  border-color: #b6b9ce;
}

.div-block {
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.button-clone {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #642eff;
  border: 3px solid rgba(23, 0, 69, 0);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-right: 10px;
  padding: 8px 8px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.button-clone:hover {
  background-color: #6c39ff;
}

.button-clone:active {
  background-color: #160042;
}

.button-clone:focus {
  border-color: #b6b9ce;
}

.flowbase---component-nav {
  justify-content: space-between;
  align-items: center;
  padding: 32px 3%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button---clone {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #160042;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  display: flex;
}

.content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.heading-wrap {
  background-color: var(--lynx-white);
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
  transform: translate(0);
  box-shadow: 0 0 4px rgba(0, 51, 181, .22);
}

.icon-l {
  width: 72px;
  margin-bottom: 24px;
}

.h1-heading {
  color: #e46948;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 600;
}

.paragraph-2 {
  color: #6b7194;
  text-align: center;
  letter-spacing: -.02em;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.text-span-3 {
  color: #5132ff;
}

.link {
  color: #784fe0;
  text-decoration: none;
}

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

.button---guide {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #642eff;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px 12px 24px;
  text-decoration: none;
  display: flex;
}

.flowbase-banner {
  height: 64px;
}

.hero-subscribe-right {
  color: #1e3e8f;
  background-color: #f4eff8;
  border: 1px #000;
  border-radius: 0;
  padding: 64px 0;
  position: relative;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  font-style: normal;
}

.hero-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-split {
  text-align: left;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 54%;
  display: flex;
}

.shadow-two {
  border-radius: 30px;
  width: 250px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  border-radius: 12px;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.hero-subscribe-right-2, .hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.slide {
  object-fit: contain;
}

.slider {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 40%;
  height: auto;
  min-height: 50%;
  max-height: 50%;
  padding-top: 0;
  display: flex;
}

.mask {
  max-width: 100%;
}

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.slider-2 {
  float: none;
  clear: none;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  min-width: 50%;
  max-width: 0%;
  min-height: 50%;
  max-height: 50%;
  display: flex;
  position: static;
  overflow: visible;
}

.mask-2 {
  flex: 0 auto;
  order: 0;
  align-self: auto;
}

.container-2 {
  object-fit: fill;
  min-height: 50%;
  max-height: 50%;
  display: block;
  position: relative;
  overflow: visible;
}

.navbar-logo-left {
  align-self: center;
  width: 100%;
  max-width: 1400px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: rgba(0, 0, 0, 0);
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
}

.container-3 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--steel-blue);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.preorder-button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0;
}

.link-2 {
  background-color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 20px;
  font-family: Roboto, sans-serif;
  font-weight: 900;
  text-decoration: none;
  display: block;
}

.body {
  background-color: var(--white);
  font-family: Montserrat, sans-serif;
}

.list-item {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 30px;
  padding: 10px 20px;
  box-shadow: 0 0 4px 8px rgba(0, 0, 0, .2), 0 0 16px 4px rgba(0, 51, 181, .22);
}

.text-block {
  background-color: var(--steel-blue);
  letter-spacing: 1px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #1b9ce4, #bc85f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.div-block-3 {
  background-image: linear-gradient(-45deg, #8741fb, #279ce2);
  border-radius: 10rem;
  width: 970px;
  height: 80rem;
  position: absolute;
}

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

.image {
  border-radius: 30px;
  width: 400px;
}

.lynx-nav-button {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--lynx-medium-purple);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  box-shadow: 0 2px 3px 1px var(--slate-grey);
  border-radius: 30px;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-buttons:hover {
  box-shadow: none;
}

.lynx-nav-link {
  color: var(--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: #6760f3;
  font-size: 16px;
}

.lynx-nav-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex: 0 auto;
  display: flex;
}

.lynx-nav {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo {
  object-fit: fill;
  width: 200px;
  height: 42px;
  margin-right: 22px;
  overflow: visible;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-navbar {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0;
  display: flex;
}

.lynx-hero-oval {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border: 0 solid #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 400px;
  height: 425px;
  margin-top: 32px;
  display: flex;
  transform: translate(0);
  box-shadow: 0 60px 60px -15px rgba(31, 32, 34, .1);
}

.lynx-button {
  background-color: var(--lynx-black);
  color: var(--lynx-white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 12px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.lynx-button:hover {
  background-color: var(--lynx-medium-purple);
}

.lynx-heading-hero {
  color: var(--lynx-black);
  letter-spacing: 5px;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: normal;
  background-image: linear-gradient(270deg, #1b9ce4, #422ad8);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 79px;
  font-weight: 900;
  line-height: 114%;
}

.lynx-subtitle {
  color: #1b9ce4;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
}

.lynx-block-center-hero {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.lynx-content-hero.canvas {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  padding-top: 0;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-self: auto;
  margin-top: 32px;
  display: flex;
}

.container-4 {
  background-color: rgba(0, 0, 0, .84);
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-5 {
  margin-top: 32px;
}

.container-5 {
  border-bottom: 1px #000;
  max-width: 1080px;
}

.section {
  border: 0 #000;
  padding-top: 64px;
  padding-bottom: 64px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.section.desksection {
  display: block;
}

.section.mobsection {
  display: none;
}

.flex-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
}

.div-block-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 21%;
  display: flex;
}

.text-block-3 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 400;
  line-height: 25px;
}

.div-block-7 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.cell {
  flex-wrap: nowrap;
  align-content: space-between;
}

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

.lynx-right-arrow {
  background-color: var(--lynx-black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

.lynx-left-arrow {
  background-color: var(--lynx-black);
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-client-info {
  color: var(--lynx-grey);
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-client {
  color: var(--lynx-black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-slide {
  color: var(--lynx-grey);
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-block-slide {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.lynx-block-slide-reviews {
  justify-content: center;
  height: 100%;
  display: flex;
}

.lynx-slider {
  background-color: var(--lynx-white);
  border-radius: 30px;
  width: 100%;
  height: 380px;
  margin-top: 14px;
  box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
}

.lynx-heading {
  color: var(--lynx-black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx-black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  border-radius: 30px;
  padding: 15px 25px;
}

.button.lynx-nav-link {
  background-color: var(--white);
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #1b9ce4;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #1b9ce4, #bc85f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.heading {
  color: var(--white);
  text-align: center;
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 900;
}

.button-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ef426f;
  border-radius: 12px;
  padding: 12px 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

.submit-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #6760f3;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 900;
}

.heading-2 {
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 900;
}

.heading-2.b {
  line-height: 33px;
}

.heading-3 {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #bc85f9, #ff8d69);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: flex-start;
  align-self: flex-start;
  margin-top: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  display: flex;
}

.heading-3.try {
  align-self: center;
}

.heading-4 {
  text-align: center;
  align-self: flex-start;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
}

.heading-5 {
  outline-offset: 0px;
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #1b9ce4, #bc85f9);
  -webkit-background-clip: text;
  background-clip: text;
  outline: 3px #2d3958;
  align-self: auto;
  margin-top: 0;
  font-size: 30px;
  font-weight: 900;
  line-height: 41px;
}

.text-block-4 {
  text-align: left;
  letter-spacing: 1px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.text-block-5 {
  font-weight: 400;
}

.image-2 {
  align-self: flex-start;
}

.bold-text {
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.text-block-6 {
  text-align: left;
  margin-top: 16px;
  padding-top: 16px;
  font-size: 25px;
  line-height: 30px;
}

.bold-text-2 {
  opacity: 1;
  text-align: left;
  letter-spacing: normal;
  text-indent: 0;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.image-3 {
  width: 400px;
}

.image-3.image-one, .image-3.image-two {
  border-radius: 20px;
}

.text-block-7 {
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 16px;
  padding-bottom: 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-8 {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-size: 16px;
  font-weight: 400;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  grid-template: "Area Area Area-2"
                 "Area-3 Area-4 Area-6" .25fr
                 "Area-5 Area-5 Area-6"
                 "Area-5 Area-5 Area-6"
                 ". . Area-7"
                 / .5fr .5fr 1fr;
}

.div-block-8 {
  flex-direction: column;
  display: flex;
}

.bold-text-6 {
  font-weight: 400;
}

.bold-text-7 {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  display: block;
}

.div-block-9 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9 {
  border-radius: 30px;
}

.div-block-10 {
  flex-direction: column;
  height: 166px;
  margin-bottom: 25px;
  padding-top: 13px;
  padding-bottom: 0;
  display: flex;
}

.bold-text-8 {
  font-size: 18px;
}

.text-block-9 {
  font-size: 18px;
  font-weight: 400;
}

.text-block-10 {
  padding-bottom: 8px;
  font-size: 16px;
}

.text-block-11 {
  letter-spacing: 0;
  text-indent: 2px;
  column-count: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  overflow: visible;
}

.footer-subscribe {
  background-color: #101820;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #6760f3;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: var(--white);
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.section-2 {
  background-color: #f4eff8;
  padding-top: 64px;
  padding-bottom: 64px;
}

.link-3 {
  color: var(--white);
  font-size: 16px;
  text-decoration: none;
}

.link-3:hover {
  color: #6760f3;
}

.image-10 {
  background-color: #6760f3;
}

.image-11 {
  -webkit-text-stroke-color: #6760f3;
  background-color: #6760f3;
}

.image-12 {
  background-color: #6760f3;
}

.image-13 {
  -webkit-text-stroke-color: #6760f3;
  background-color: #6760f3;
}

.text-block-12 {
  align-self: flex-start;
  padding-bottom: 8px;
}

.bold-text-9, .bold-text-10 {
  font-size: 18px;
}

.image-14 {
  border-radius: 20px;
}

.div-block-12 {
  z-index: 33;
  float: none;
  background-color: rgba(0, 0, 0, .84);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.bold-text-11 {
  text-align: center;
  font-style: normal;
  font-weight: 900;
  text-decoration: none;
}

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

.section2 {
  background-color: #f4eff8;
  border: 0 #000;
  padding-top: 64px;
  padding-bottom: 64px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.section2.desksection {
  display: block;
}

.section2.mobsection {
  display: none;
}

.text-block-13 {
  clear: none;
  text-align: justify;
  word-break: normal;
  overflow-wrap: normal;
  align-self: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.container-7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-top: 77px;
  margin-bottom: 77px;
  display: flex;
}

.form-block {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  display: block;
  position: static;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: space-around;
  align-items: stretch;
  display: grid;
}

.image-17 {
  border-radius: 20px;
  margin-top: 39px;
  margin-bottom: 0;
}

.hero-stack-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

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

.section-3 {
  color: #2d3958;
}

.image-18, .image-20, .image-25 {
  padding-right: 24px;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.image-26 {
  border-radius: 0;
  width: 425px;
}

@media screen and (max-width: 991px) {
  .container-flowbase {
    min-height: auto;
    position: relative;
  }

  .image-wrapper {
    align-self: center;
  }

  .paragraph-2 {
    text-align: center;
    max-width: 550px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-3 {
    max-width: 728px;
  }

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

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .lynx-menu-button {
    background-color: var(--lynx-white);
    color: var(--lynx-black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px rgba(31, 32, 34, .2);
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx-black);
    color: var(--lynx-white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx-white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px rgba(31, 32, 34, .1);
  }

  .lynx-logo {
    object-fit: scale-down;
    width: 170px;
    height: auto;
  }

  .lynx-navbar {
    z-index: 200;
    order: 1;
    padding-left: 24px;
    padding-right: 24px;
  }

  .lynx-hero-oval {
    text-align: center;
    min-height: 434px;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .section.desksection {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block {
    flex-direction: column;
  }

  .div-block-6, .text-block-3 {
    align-self: center;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .heading-2, .heading-3, .heading-5 {
    align-self: center;
  }

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

  .image-3.image-one {
    text-align: left;
    display: inline-block;
  }

  .text-block-7 {
    text-align: center;
    font-size: 20px;
  }

  .grid {
    grid-template-areas: "Area Area Area-2"
                         "Area-3 Area-4 Area-6"
                         "Area-5 Area-5 Area-6"
                         "Area-5 Area-5 Area-6"
                         ". . Area-7";
  }

  .bold-text-7 {
    text-align: left;
  }

  .div-block-10 {
    height: 226px;
    margin-bottom: 24px;
    padding-top: 25px;
  }

  .container-6 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-three {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-14 {
    width: auto;
    max-width: none;
    height: 390px;
  }

  .container-8 {
    max-width: 728px;
  }

  .text-block-14 {
    align-self: center;
  }

  .image-18 {
    padding-right: 24px;
  }

  .container-9 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .standard-tab {
    justify-content: flex-start;
    margin-left: 5px;
    margin-right: 5px;
  }

  .banner-flowbase {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

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

  .hero-subscribe-right {
    padding: 60px 15px;
  }

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

  .hero-subscribe-right-2, .hero-stack, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .lynx-nav {
    justify-content: center;
    display: flex;
    position: relative;
  }

  .lynx-logo {
    object-fit: contain;
    align-self: center;
    width: 170px;
    height: auto;
    margin-right: 0;
  }

  .lynx-brand {
    margin-right: 0;
  }

  .lynx-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-heading-hero {
    font-size: 40px;
  }

  .section.desksection {
    display: block;
  }

  .section.mobsection {
    display: none;
  }

  .flex-block {
    flex-direction: column;
  }

  .lynx-right-arrow {
    top: auto;
    bottom: -5%;
    left: auto;
    right: 7%;
  }

  .lynx-left-arrow {
    top: auto;
    bottom: -5%;
    left: 7%;
    right: auto;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .heading-2 {
    text-align: center;
    align-self: center;
  }

  .heading-3 {
    line-height: 40px;
  }

  .heading-5 {
    align-self: center;
  }

  .text-block-7 {
    text-align: center;
    align-self: center;
  }

  .div-block-10 {
    height: 420px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-wrapper-three {
    align-items: center;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .link-3 {
    align-self: center;
    padding-top: 10px;
  }

  .grid-2 {
    grid-auto-flow: row;
  }

  .section2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-stack-2 {
    padding: 60px 15px;
  }

  .section-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-19, .image-21 {
    align-self: center;
    width: 70px;
  }

  .image-25 {
    align-self: center;
    width: 70px;
    padding-right: 0;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .text-link-flowbase, .dropdown-flowbase, .banner-flowbase, .flowbase---banner {
    display: none;
  }

  .flowbase---footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .card---flowbase {
    padding-left: 24px;
    padding-right: 24px;
  }

  .flowbase-banner {
    display: none;
  }

  .flowbase-footer {
    background-image: none;
    background-position: 50% 0;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .hero-subscribe-right {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: nowrap;
    margin-bottom: 0;
    padding-bottom: 24px;
  }

  .hero-split {
    align-self: stretch;
    margin-bottom: 0;
  }

  .shadow-two {
    border-radius: 8px;
    align-self: center;
    width: 200px;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    align-self: stretch;
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    margin-right: 0;
    font-size: 12px;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .lynx-menu-button {
    margin-right: 15px;
    padding-right: 13px;
  }

  .lynx-nav-buttons {
    display: none;
    overflow: visible;
  }

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

  .lynx-nav {
    justify-content: center;
    align-self: auto;
  }

  .lynx-logo {
    text-align: center;
    align-self: flex-start;
    width: 100px;
    height: auto;
    margin-right: 0;
  }

  .lynx-brand {
    flex: 0 auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .lynx-navbar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lynx-hero-oval {
    text-align: center;
    object-fit: fill;
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, contain;
    border: 1px #000;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 307px;
    overflow: auto;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .lynx-content-hero {
    padding: 24px 16px;
  }

  .section {
    padding: 24px 16px;
    overflow: visible;
  }

  .section.lynx-content-hero {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section.desksection {
    display: none;
  }

  .section.mobsection {
    display: block;
  }

  .section.preorder_form {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .div-block-6 {
    align-self: center;
    align-items: center;
    height: auto;
    padding-left: 0;
  }

  .text-block-3 {
    align-self: center;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .lynx-block-slide {
    padding: 24px 16px;
  }

  .lynx-block-slide-reviews {
    height: auto;
  }

  .lynx-slider {
    height: 300px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .heading {
    margin-top: 12px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 33px;
  }

  .submit-button {
    align-self: stretch;
    margin-top: 12px;
    font-size: 12px;
  }

  .heading-2 {
    text-align: center;
    align-self: center;
    margin-left: 7px;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-3 {
    text-align: center;
    justify-content: center;
    align-self: center;
    font-size: 16px;
    line-height: 24px;
    display: block;
    position: relative;
  }

  .heading-4 {
    align-self: center;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-5 {
    text-align: center;
    align-self: center;
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .bold-text {
    font-size: 14px;
  }

  .text-block-6 {
    text-align: center;
    align-self: center;
    margin-bottom: 16px;
    padding-top: 0;
    font-size: 24px;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-7 {
    text-align: center;
    align-self: center;
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-8 {
    font-size: 14px;
  }

  .grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr .5fr 1fr;
    grid-template-areas: ". . Area-2 Area Area"
                         "Area-3 Area-4 Area-6 . ."
                         "Area-5 Area-5 Area-6 . ."
                         "Area-5 Area-5 Area-6 . ."
                         ". . Area-7 . .";
    grid-auto-flow: column;
  }

  .bold-text-7 {
    font-size: 14px;
  }

  .image-4 {
    border-radius: 8px;
  }

  .div-block-10 {
    justify-content: flex-start;
    height: auto;
  }

  .bold-text-8 {
    font-size: 14px;
  }

  .text-block-9 {
    flex: 1;
    font-size: 14px;
    line-height: 28px;
  }

  .text-block-10, .text-block-11 {
    font-size: 14px;
  }

  .container-6 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-3.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-wrapper-three {
    align-items: center;
  }

  .footer-block-three {
    text-align: center;
    align-self: center;
  }

  .footer-link-three {
    align-self: center;
    padding-top: 8px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright, .footer-legal-block {
    align-self: center;
  }

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

  .link-3 {
    align-self: center;
    padding-top: 16px;
  }

  .text-block-12 {
    flex: 1;
    height: 37px;
  }

  .bold-text-9 {
    text-align: center;
    font-size: 14px;
  }

  .bold-text-10 {
    font-size: 14px;
  }

  .grid-2 {
    grid-template-rows: auto 2fr auto auto auto auto auto;
    grid-template-areas: "Area Area"
                         "Area-2 Area-2"
                         "Area-2 Area-2"
                         "Area-3 Area-3"
                         "Area-4 Area-4"
                         "Area-5 Area-5"
                         "Area-6 Area-6";
  }

  .div-block-11 {
    width: 100%;
  }

  .image-14 {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }

  .image-15, .image-16 {
    border-radius: 8px;
  }

  .section2 {
    padding: 24px 16px;
    overflow: visible;
  }

  .section2.lynx-content-hero {
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section2.desksection {
    display: none;
  }

  .section2.mobsection {
    display: block;
  }

  .text-block-13 {
    text-align: center;
    word-break: normal;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 14px;
    line-height: 20px;
  }

  .hero-stack-2 {
    padding: 24px 16px;
  }

  .container-8 {
    max-width: none;
  }

  .text-block-14 {
    align-self: center;
  }

  .container-9 {
    max-width: none;
  }
}

#w-node-_5f3116c3-9096-88bd-6056-895abbed865e-ee13e19e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af9edee4-aac4-7894-c1f2-d30493f034df-ee13e19e {
  grid-area: Area-3;
}

#w-node-_2a3c6c7c-9ef6-fa94-9f9c-82ee82f09d90-ee13e19e {
  grid-area: Area-4;
}

#w-node-bdd22342-4c09-7c28-8981-093b81ef8ce1-ee13e19e {
  align-self: center;
  justify-self: start;
}

#w-node-a3646632-d51e-1191-8e56-b77373477084-ee13e19e {
  grid-area: Area-2;
}

#w-node-_9f16dc2d-a287-d0df-ceef-3145d6be4b32-ee13e19e {
  grid-area: Area-6;
}

#w-node-_3ba884e1-aee7-44ce-520b-89687eacaf6d-ee13e19e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: end;
  justify-self: center;
}

#w-node-_9234974c-f9b2-2aa5-971e-3ee5d2cf64b3-ee13e19e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_22cda6f6-1a4c-f5dc-eed0-9e42db446c1f-ee13e19e {
  grid-area: Area-7;
  align-self: center;
  justify-self: center;
}

#w-node-ea64eaf5-69ba-e3f5-abd9-3b1bcff7ad7d-ee13e19e {
  grid-area: Area-7;
}

#w-node-e151dcc8-1246-8103-544e-9880a0cf37f9-ee13e19e, #w-node-_5caf77c0-441a-5f04-ec57-3d5711eb6c4d-ee13e19e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c5929be-ad30-e0c6-d628-609318dea562-ee13e19e {
  grid-area: span 2 / span 2 / span 2 / span 2;
  align-self: end;
  justify-self: center;
}

#w-node-_7c5929be-ad30-e0c6-d628-609318dea563-ee13e19e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-ffe3d2ad-9c9b-72d9-3d19-72d2ab2a933d-ee13e19e {
  align-self: center;
  justify-self: start;
}

#w-node-ffe3d2ad-9c9b-72d9-3d19-72d2ab2a933e-ee13e19e {
  grid-area: Area-2;
}

#w-node-_0caa786d-3e87-305a-39c6-d5414d70cf50-ee13e19e {
  grid-area: Area-7;
  align-self: center;
  justify-self: center;
}

#w-node-_0caa786d-3e87-305a-39c6-d5414d70cf51-ee13e19e {
  grid-area: Area-7;
}

#w-node-_81ac794b-cfe8-9478-5013-dbbe3caf350e-ee13e19e, #w-node-_81ac794b-cfe8-9478-5013-dbbe3caf3511-ee13e19e {
  align-self: center;
}

#w-node-_81ac794b-cfe8-9478-5013-dbbe3caf3514-ee13e19e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_3ba884e1-aee7-44ce-520b-89687eacaf6d-ee13e19e {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab7e499c-d147-513d-6469-c826922b1f3e-ee13e19e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7c5929be-ad30-e0c6-d628-609318dea562-ee13e19e {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: end;
    justify-self: center;
  }

  #w-node-_268d7b0c-aa04-8e6c-6fe1-00de083398e6-ee13e19e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ffe3d2ad-9c9b-72d9-3d19-72d2ab2a933d-ee13e19e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: stretch;
  }

  #w-node-_8233d5bd-e32f-441f-298b-451a036d3967-ee13e19e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0caa786d-3e87-305a-39c6-d5414d70cf50-ee13e19e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}