:root {
  --文字顏色: #191b22;
  --buttom: #b0907a;
  --e1d5c9: #e1d5c9;
  --54483a: #54483a;
  --b0907a: #b0907a;
  --e5e4df: #e5e4df;
  --alice-blue\<deleted\|variable-549388b5\>: #f5fbfc;
  --slate-grey\<deleted\|variable-64ad02e1\>: #7e828f;
  --coral\<deleted\|variable-a1c84567\>: #ff8946;
  --3b5a49\<deleted\|variable-dc6d58e8-9fe3-7cec-22e6-de0731bc88ff\>: var(--buttom);
  --lynx--white: white;
  --f6f4f2: #f6f4f2;
  --白色: var(--f6f4f2);
  --lynx--grey: #797c83;
  --lynx--black: #1f2022;
  --orange: #f5a56e;
  --lynx--medium-purple: #8979ec;
  --lynx--medium-sea-green: #32b77a;
  --lynx--deep-pink: #fd4b8b;
  --walsh--black: #2c2c2c;
  --elements-webflow-library--neutral--800: #211f54;
  --elements-webflow-library--neutral--100: white;
  --elements-webflow-library--secondary--color-1: #281ca5;
  --elements-webflow-library--neutral--600: #6e7191;
  --elements-webflow-library--accent--primary-1: #4a3aff;
  --elements-webflow-library--neutral--300: #eff0f6;
  --elements-webflow-library--general--shadow-01: #14142b0f;
  --elements-webflow-library--neutral--400: #dcddeb;
  --elements-webflow-library--secondary--color-2: #f2f1ff;
  --walsh--walsh-dark-green: #2c5c5d;
  --walsh--azure: #e7f1f1;
  --elements-webflow-library--neutral--200: #f7f7fc;
}

.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-vflex {
  flex-direction: column;
  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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-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;
  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-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-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.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-commerceboldtextblock {
  font-weight: 700;
}

.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-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-commercecheckoutlabel {
  margin-bottom: 8px;
}

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

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

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

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

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

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

.w-commerce-commerceaddtocartbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  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-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-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.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-users-useraccountsubscriptionlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  overflow: auto;
}

.w-users-useraccountsubscriptionlistitem {
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

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

.w-users-gridrow {
  grid-column-gap: 8px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
  display: grid;
}

.w-users-flexcolumn {
  flex-direction: column;
  display: flex;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0000;
  padding: 0;
}

@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-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

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

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

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

h1 {
  color: var(--文字顏色);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

h2 {
  color: var(--buttom);
  letter-spacing: -.03em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  color: var(--文字顏色);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  color: var(--文字顏色);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

h5 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

h6 {
  color: #08090a;
  letter-spacing: -.03em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

p {
  color: #546285;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--buttom);
  text-decoration: underline;
}

li {
  color: #546285;
  font-size: 18px;
}

.banner {
  color: #fff;
  background-color: #3b5a49;
  background-image: url('../images/Banner-Wave.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 5px 3%;
  font-size: 15px;
  display: flex;
}

.banner-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.nav-link {
  background-color: var(--e1d5c9);
  opacity: .8;
  color: var(--54483a);
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  outline-offset: 11px;
  color: var(--b0907a);
  border: 0 solid #000;
  border-right-style: none;
  outline: 0 #b0907a;
  text-decoration: none;
}

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

.navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  margin-right: 40px;
}

.navbar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-text-fill-color: inherit;
  background-color: #e1d5c9;
  background-clip: padding-box;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding: 0 32px;
  display: flex;
  position: sticky;
  inset: 0 20px 20px;
}

.navigation-right, .navigation-left {
  align-items: center;
  display: flex;
}

.nav-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  display: flex;
}

.hero-paragraph {
  color: #d1ccca;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.header {
  background-color: #3b5a49;
  background-image: url('../images/BG-Shape.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-right: 40px;
  display: flex;
}

.button {
  background-color: var(--buttom);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
  position: static;
  inset: auto 0% 0%;
}

.button:hover {
  background-color: #2faeb4;
}

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

.container-flex {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 200%;
  display: flex;
}

.hero-image-wrap {
  justify-content: space-around;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.hero-h1 {
  color: #fff;
  letter-spacing: -.03em;
  max-width: 600px;
  margin-bottom: 20px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
}

.button-wrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 45px;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.footer-link {
  color: #546285;
  margin-bottom: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 6px;
  font-size: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #28224b;
}

.container {
  text-align: center;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.legal {
  color: #353448;
}

.webflow-link {
  color: var(--buttom);
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
}

.title {
  color: #08090a;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 600;
}

.footer {
  background-color: var(--alice-blue\<deleted\|variable-549388b5\>);
  background-image: url('../images/Pattern-Footer.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 3% 60px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.brand-span {
  color: var(--buttom);
}

.review-wrap {
  white-space: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.review-logo {
  margin-bottom: 10px;
  margin-right: 16px;
}

.review-text {
  color: #08090a;
  font-size: 16px;
}

.content-section {
  background-color: #e2e7e1;
  padding: 120px 3%;
  position: relative;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-left: -130px;
  display: flex;
}

.content-block.bg-text {
  text-align: left;
  margin-left: 314px;
}

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

.title-wrap-centre {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

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

.step-image {
  margin-bottom: 40px;
}

.cart-button {
  background-color: var(--buttom);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-width: 55px;
  min-height: 55px;
  padding: 13px;
  font-size: 18px;
  transition: background-color .25s;
  position: relative;
}

.cart-quantity {
  color: var(--buttom);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 25px;
  height: 25px;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: -6px -6px auto auto;
  box-shadow: 7px 7px 25px #7e828f45;
}

.food-card {
  background-color: #fff;
  border: 1px solid #35b8be26;
  border-radius: 6px;
  align-items: center;
  min-height: 200px;
  padding: 25px;
  transition: border-color .3s;
  display: flex;
}

.food-card:hover {
  border-color: #35b8be80;
}

.food-image-square {
  border-radius: 8px;
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  max-height: 120px;
  margin-right: 30px;
  overflow: hidden;
}

.food-image {
  object-fit: cover;
}

.food-title-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  text-decoration: none;
  display: flex;
}

.price {
  color: var(--buttom);
  font-size: 16px;
  font-weight: 400;
}

.food-card-content {
  width: 100%;
}

.menu-item {
  margin-bottom: 20px;
}

.cta-grid {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  min-height: 640px;
}

.cta-image {
  background-image: url('../images/Group-Photo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-content {
  background-color: #35b8be;
  background-image: url('../images/Pattern-01.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px 60px;
  display: flex;
}

.cta-section {
  background-color: #0000;
  padding: 3%;
}

.dark-span {
  color: #1b9097;
}

.default-state {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.quantity {
  border-radius: 6px;
  width: 60px;
  height: 45px;
  margin-bottom: 0;
  margin-right: 8px;
}

.submit-button {
  background-color: var(--buttom);
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  justify-content: center;
  min-height: 50px;
  display: flex;
}

.remove-button {
  color: #ff8946;
  text-decoration: none;
}

.apple-pay {
  border-radius: 4px;
  height: 44px;
}

.checkout-button {
  background-color: var(--buttom);
  border-radius: 4px;
  justify-content: center;
  min-height: 52px;
  display: flex;
}

.cart-line-item {
  color: var(--slate-grey\<deleted\|variable-64ad02e1\>);
  font-size: 18px;
}

.text-block {
  color: var(--文字顏色);
}

.text-block-2 {
  color: var(--coral\<deleted\|variable-a1c84567\>);
}

.tab-menu-round {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.tab-link-round {
  background-color: #0000;
  border: 1px solid #61728333;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 16px;
  display: flex;
}

.tab-link-round.w--current {
  background-color: var(--buttom);
  color: #fff;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #61728300;
  border-radius: 6px;
}

.faq-question-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.faq-question-bar {
  color: var(--文字顏色);
  border-bottom: 1px solid #0000000a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title {
  color: var(--buttom);
  font-size: 18px;
  font-weight: 600;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.faq-paragraph {
  color: var(--slate-grey\<deleted\|variable-64ad02e1\>);
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.footer-legal {
  border-top: 1px solid #7e828f17;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 60px;
  font-size: 15px;
  display: flex;
}

.footer-detail-left {
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.footer-detail-right {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 40px;
  display: flex;
}

.social-icon-wrap {
  display: flex;
}

.social-link {
  border: 1px solid #7e828f4d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  border-color: #7e828fdb;
}

.social-icon {
  width: 18px;
}

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

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

.utility-page-wrap-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.utility-image {
  margin-bottom: 30px;
}

.utility-paragraph {
  color: #7e828f;
  text-align: center;
}

.link {
  color: var(--buttom);
}

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

.input-field {
  height: 50px;
}

.field-label {
  font-size: 15px;
}

.checkout-form {
  background-color: var(--alice-blue\<deleted\|variable-549388b5\>);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-order {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.order-detail {
  position: sticky;
  top: 35px;
}

.apple-pay-button {
  height: 55px;
}

.order-confirmation {
  background-color: var(--alice-blue\<deleted\|variable-549388b5\>);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.required {
  color: var(--coral\<deleted\|variable-a1c84567\>);
}

.button-white {
  background-color: var(--buttom);
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button-white.button-space {
  color: var(--buttom);
  background-color: #fff;
  margin-top: 40px;
}

.content-section-bg {
  background-color: #3b5a49;
  background-image: url('../images/BG-Shape-Content.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 96% 90%;
  padding: 140px 3%;
  display: flex;
  position: relative;
}

.cta-heading {
  color: #fff;
  font-size: 55px;
  line-height: 1.1;
}

.cart-icon {
  width: 25px;
  margin-right: 0;
}

.paypal-checkout-form {
  background-color: var(--alice-blue\<deleted\|variable-549388b5\>);
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph {
  font-size: 16px;
}

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

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
}

.header-h4 {
  color: #232936;
  font-size: 30px;
}

.title-grey {
  color: #758ca5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.legal-text {
  text-align: left;
  margin-top: 25px;
}

.licence-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.licence-image {
  object-fit: contain;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.line {
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
  width: 100%;
  height: 1px;
}

.empty-state {
  flex-direction: column;
}

.header-section {
  background-color: var(--alice-blue\<deleted\|variable-549388b5\>);
  justify-content: center;
  align-items: center;
  min-height: 420px;
  padding: 100px 3%;
  display: flex;
}

.product-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.plain-line {
  background-color: #35b8be40;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.product-image {
  border-radius: 15px;
  width: 100%;
}

.colour-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.colour {
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  display: block;
  overflow: hidden;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.colour-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 80px;
  padding-left: 14px;
  display: flex;
}

.colour-block {
  background-color: var(--buttom);
  height: 120px;
}

.colour-block.c8 {
  background-color: #191b22;
}

.colour-block.c9 {
  background-color: #546285;
}

.colour-block.c3 {
  background-color: var(--coral\<deleted\|variable-a1c84567\>);
}

.colour-block.c2 {
  background-color: #f5fbfc;
}

.style-guide-section {
  padding: 100px 3%;
}

.colour-hex {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}

.colour-title {
  float: left;
  color: #4e5d78;
  font-size: 16px;
  font-weight: 700;
}

.block {
  margin-bottom: 45px;
}

.highlight-default {
  background-color: #ffab003b;
}

.block-detail {
  border-bottom: 1px solid #0000001c;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 25px;
  display: flex;
}

.p1 {
  color: #546285;
  max-width: 600px;
  font-size: 18px;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.size-detail {
  color: var(--buttom);
  margin-left: 8px;
}

.strikethrough {
  text-decoration: line-through;
}

.change-log-wrap {
  border-bottom: 1px solid #00000014;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.title-large {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.new-tag {
  background-color: var(--buttom);
  color: #fff;
  text-transform: uppercase;
  border-radius: 4px;
  margin-left: 4px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

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

.order-button {
  background-color: var(--buttom);
  border-radius: 6px;
  justify-content: center;
  min-height: 45px;
  display: flex;
}

.button-arrow-wrap {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.arrow-drawn {
  position: relative;
  left: 40px;
}

.cursive-text {
  width: 100%;
  max-width: 500px;
  position: absolute;
  inset: auto;
}

.price-text {
  color: var(--buttom);
  letter-spacing: -.03em;
  margin-top: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.full-details {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-section-short {
  background-color: #0000;
  padding: 60px 3%;
  position: relative;
}

.out-of-stock-state {
  background-color: var(--coral\<deleted\|variable-a1c84567\>);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  display: flex;
}

.pattern {
  position: relative;
  inset: 59% 0% 0%;
}

.pagination-button {
  background-color: var(--buttom);
  color: #fff;
  text-align: center;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 4px;
  min-height: 60px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.pagination {
  margin-top: 40px;
}

.plus {
  opacity: .5;
}

.dropdown {
  height: 50px;
}

.tab-menu {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.additional-details {
  text-align: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cta-full-image {
  background-image: radial-gradient(circle, #000000ab, #191a1b30), url('../images/Group-Photo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 100px 3%;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.statistic {
  color: #fff;
  margin-bottom: 0;
  font-size: 5em;
}

.statistic-block {
  color: #fff;
  text-align: center;
}

.text-block-82 {
  font-size: 20px;
}

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

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

.notice-text {
  color: #fffc;
}

.order-column {
  position: relative;
  top: 0;
}

.text-block-83 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.bold-text {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: 600px;
  font-family: PT Serif, serif;
}

.image {
  text-align: center;
  position: absolute;
}

.heading {
  color: #02b901;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.image-2 {
  position: absolute;
  inset: 375px -105% 7% 364px;
}

.image-3 {
  position: absolute;
  inset: auto auto 0% 20%;
}

.image-4 {
  position: relative;
  top: 78px;
  left: 270px;
  right: -32px;
}

.paragraph-2 {
  color: #705e63;
  text-align: left;
  padding-left: 0;
}

.image-5 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.bold-text-2 {
  color: var(--54483a);
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.image-6 {
  margin-left: 312px;
  position: relative;
}

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

.heading-2 {
  color: var(--buttom);
}

.bold-text-4 {
  color: var(--3b5a49\<deleted\|variable-dc6d58e8-9fe3-7cec-22e6-de0731bc88ff\>);
}

.heading-3 {
  color: var(--buttom);
  margin-left: 7px;
}

.bold-text-5 {
  margin-left: -92px;
  padding-left: 0;
}

.div-block-2 {
  background-color: #3b5a49;
  justify-content: center;
  display: flex;
}

.button-2 {
  background-color: #b0907a;
  border-radius: 25px;
}

.frame-3935 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.frame-3963 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.error-3f19f322-0e67-8a1e-d6d5-5a7cb4cd0b48 {
  object-fit: cover;
}

.simple-transparent {
  color: #54483a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-2 {
  color: #54483a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-3933 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 63px;
  padding: 10px;
  display: flex;
}

.frame-3932 {
  grid-column-gap: 10px;
  background-color: #665f55;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.choose-plan {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3964 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.error-654cd531-b8fe-6b12-518c-34a714fcc75b {
  object-fit: cover;
}

.simple-transparent-3 {
  color: #54483a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-3965 {
  grid-column-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.error-ff1cf5c5-86b3-4831-87bd-c01ab43e4b55 {
  object-fit: cover;
}

.simple-transparent-4 {
  color: #54483a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.column {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.simple-transparent-5 {
  color: #54483a;
  width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-decoration: none;
  display: flex;
}

.columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  font-family: Poppins, sans-serif;
  display: flex;
}

.column-2 {
  display: flex;
}

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

.bannd {
  background-color: var(--lynx--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 48px 0 0;
  display: flex;
}

.text-block-84 {
  color: #54483a;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.text-block-84._12 {
  width: 40vw;
  height: 1vw;
  font-size: 20vh;
  line-height: 1px;
}

.image-7 {
  width: 80px;
  height: 80px;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.frame-3966 {
  grid-row-gap: 48px;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  height: auto;
  margin-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.frame-3945 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.simple-transparent-6 {
  color: #54483a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-7 {
  color: var(--b0907a);
  text-align: center;
  -webkit-text-stroke-color: var(--e1d5c9);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #403f3d;
  text-align: center;
  flex-flow: column;
  width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.simple-transparent-0 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-1 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-9 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.information-1 {
  background-color: var(--f6f4f2);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

._2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.frame-3947 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 1080px;
  max-width: 1080px;
  text-decoration: none;
  display: flex;
}

.frame-3948 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 600px;
  text-decoration: none;
  display: flex;
}

.simple-transparent-10 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-10._01 {
  color: var(--白色);
}

.simple-transparent-11 {
  color: #403f3d;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.simple-transparent-11._01 {
  color: var(--白色);
}

.image-9 {
  object-fit: cover;
  width: 400px;
}

.frame-3967 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  text-decoration: none;
  display: flex;
}

.frame-3968 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.simple-transparent-12 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-13 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

._3 {
  grid-row-gap: 48px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.frame-3949 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.frame-3972 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.simple-transparent-14 {
  color: var(--白色);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-15 {
  color: var(--白色);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.frame-3946 {
  grid-column-gap: 48px;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1047.26px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  text-decoration: none;
  display: flex;
}

._4-2 {
  grid-row-gap: 48px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.frame-3973 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1300px;
  max-width: none;
  height: 600px;
  text-decoration: none;
  display: flex;
}

.frame-3974 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 95%;
  min-width: auto;
  max-width: 1200px;
  padding: 0 48px;
  text-decoration: none;
  display: flex;
}

.simple-transparent-16 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.simple-transparent-17 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

._5 {
  grid-row-gap: 48px;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.frame-3975 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.frame-3976 {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 600px;
  text-decoration: none;
  display: flex;
}

.simple-transparent-18 {
  color: var(--54483a);
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.simple-transparent-18.price-01 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: var(--白色);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.simple-transparent-18.price-01._0111 {
  color: var(--白色);
  width: 100%;
  max-width: 1480px;
  padding-bottom: 24px;
}

.simple-transparent-18.price-01._2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--54483a);
  margin-bottom: 0;
}

.simple-transparent-18._01 {
  color: var(--白色);
}

.simple-transparent-19 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-decoration: none;
}

.iphone-14-2 {
  object-fit: fill;
  background-color: #0000;
  width: 500px;
}

.error-31cd518e-b2ba-6f82-331c-5089ffd899b1 {
  grid-row-gap: 56px;
  background-image: linear-gradient(#f6f4f2 0%, #a08773 100%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 760px;
  padding: 32px 48px;
  text-decoration: none;
  display: flex;
}

.simple-transparent-20 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-3924 {
  grid-column-gap: 48px;
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  background-color: #ffffff80;
  border-radius: 26px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hover {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-3977 {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 381px;
  height: 497px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.frame-3925 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  text-decoration: none;
  display: flex;
}

.intro {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.for-most-businesses {
  color: #968b80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3912 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.frame-3928 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.own-analytics-platfo {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3978 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 63px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-3979 {
  grid-column-gap: 10px;
  background-color: #665f55;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.choose-plan-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3980 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

._20-0 {
  color: #54483a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

._20-1 {
  color: #968b80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

.simple-transparent-21 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.frame-3981 {
  grid-column-gap: 48px;
  -webkit-backdrop-filter: blur(17.5px);
  backdrop-filter: blur(17.5px);
  background-color: #ffffff80;
  border-radius: 26px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hover-2 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-3982 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 381px;
  height: 497px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.frame-3983 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  text-decoration: none;
  display: flex;
}

.intro-2 {
  color: #403f3d;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: none;
}

.intro-2.price-2 {
  color: var(--白色);
}

.for-most-businesses-2 {
  color: #968b80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.frame-3984 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.frame-3985 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.own-analytics-platfo-2 {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.frame-3986 {
  grid-row-gap: 10px;
  cursor: pointer;
  mix-blend-mode: normal;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 285px;
  height: 63px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-3987 {
  grid-column-gap: 10px;
  background-color: #665f55;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 213px;
  max-width: 213px;
  height: 43px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.choose-plan-3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3988 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

._20-3 {
  color: #54483a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  text-decoration: none;
}

._20-4 {
  color: #968b80;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

.section-3 {
  background-image: url('../images/方案＆價格.png');
  background-position: 0 0;
  background-size: auto;
}

.price-and-plane {
  background-color: #0000;
  background-image: url('../images/方案＆價格.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 32px 48px;
  display: flex;
}

.information-4 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 100px 48px;
  display: flex;
}

.information-3 {
  background-color: var(--f6f4f2);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 100px 48px;
  display: flex;
}

.information-5 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  padding: 100px 48px;
  display: flex;
}

.columns-3 {
  background-image: url('../images/Frame-3924.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 26px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1300px;
  display: flex;
}

.body {
  background-color: var(--白色);
  font-family: Poppins, sans-serif;
}

.information-2 {
  background-color: var(--lynx--white);
  text-align: left;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 100px 48px;
  display: flex;
}

.button-3 {
  color: var(--白色);
  text-align: center;
  background-color: #665f55;
  border-radius: 24px;
  width: 213px;
  height: 43px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.column-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.div-block-3 {
  display: flex;
}

.container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.button-4 {
  color: var(--白色);
  text-align: center;
  background-color: #665f55;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 43px;
  padding: 10px;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lynx--white);
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.container-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 1200px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block-6.move {
  width: 50%;
  display: block;
}

.div-block-7 {
  text-align: center;
  flex-flow: column;
  display: flex;
}

.div-block-7.move {
  flex-flow: column;
  width: 50%;
  display: block;
}

.background-video {
  width: 400px;
  height: 400px;
}

.image-10 {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

.div-block-8 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-3989 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: none;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.frame-3990 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.simple-transparent-22 {
  color: #403f3d;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 30px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.simple-transparent-22._202 {
  color: var(--54483a);
}

.frame-3957 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.q-1 {
  grid-column-gap: 32px;
  border: 0 solid #e5e4df;
  border-bottom-width: 1px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.frame-3958 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 720px;
  text-decoration: none;
  display: flex;
}

.frame-3952 {
  grid-column-gap: 18px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-5 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.1421px;
  height: 14.1421px;
  text-decoration: none;
  display: flex;
}

.frame-3951 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.text {
  color: #403f3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.frame-3956 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-3991 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-6 {
  justify-content: center;
  align-items: center;
  width: 14.1421px;
  height: 0;
  text-decoration: none;
  display: flex;
}

.frame-3953 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 32px;
  text-decoration: none;
  display: flex;
}

.frame-3950 {
  grid-column-gap: 10px;
  border: 0 solid #000;
  border-left-width: 3px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.text-2 {
  color: #5c5c5c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.faq {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 48px 60px;
  display: flex;
}

.image-11 {
  max-width: none;
}

.faq-question-bar-2 {
  color: #191b22;
  border-bottom: 1px solid #0000000a;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.question-title-2 {
  color: var(--54483a);
  font-size: 18px;
  font-weight: 600;
}

.faq-paragraph-2 {
  color: #7e828f;
  letter-spacing: -.25px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.lynx-paragraph-accordion {
  color: var(--文字顏色);
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow {
  background-color: var(--b0907a);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion {
  color: var(--54483a);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.lynx-heading-accordion._202 {
  color: var(--54483a);
  font-weight: 500;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-accordion-item {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.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 {
  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;
}

.faqs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80vw;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.lynx-icon-social {
  width: 18px;
  height: 18px;
  display: block;
}

.lynx-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--白色);
  color: var(--54483a);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  display: flex;
}

.lynx-link-block:hover {
  background-color: var(--b0907a);
  color: var(--白色);
  text-decoration: none;
}

.lynx-link-block._14 {
  width: 200px;
}

.lynx-link-block._14-copy {
  background-color: var(--orange);
  width: 200px;
}

.lynx-link-block._14-copy:hover {
  background-color: var(--buttom);
}

.lynx-social {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.lynx-link-footer {
  color: #1f202280;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

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

.lynx-logo-footer-center {
  width: 160px;
  height: auto;
  margin-left: 30px;
  margin-right: 30px;
}

.lynx-text-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #1f202280;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  position: static;
}

.lynx-block-footer-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e1d5c9;
  border-top: 1px solid #dfdad2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.footer-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-icon-features-small {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-features-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-features-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-features-purple {
  background-color: #8979ec1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.feeback-1 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.lynx-heading-client {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  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-reviews {
  color: var(--lynx--grey);
  max-width: none;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-reviews-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 35px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-reviews-column {
  grid-row-gap: 26px;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.lynx-grid-reviews {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.feeback {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #a28875;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 60px 48px;
  display: flex;
}

.feeback._01 {
  background-color: var(--54483a);
  background-image: none;
}

.column-5, .column-6, .column-7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-6 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 400;
}

.bold-text-10 {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

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

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

.lynx-text-check {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-check-plans {
  text-align: left;
  margin-bottom: 22px;
}

.lynx-paragraph-plans {
  color: #797c83bf;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-green {
  color: var(--lynx--medium-sea-green);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-green {
  color: var(--lynx--medium-sea-green);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-icon-plans {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-plans-green {
  background-color: #32b77a1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-block-plans {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-plans {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-button-white {
  border: 1px none var(--文字顏色);
  background-color: var(--54483a);
  color: var(--白色);
  text-align: center;
  letter-spacing: 1.3px;
  -webkit-text-stroke-color: var(--54483a);
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 43px;
  padding: 22px 36px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-button-white.price-2 {
  background-color: var(--b0907a);
}

.lynx-text-check-white {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-paragraph-plans-white {
  color: #ffffff80;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-white {
  color: var(--lynx--white);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

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

.lynx-block-plans-white {
  background-color: #ffffff1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-plans-purple {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-price-pink {
  color: var(--lynx--deep-pink);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-pink {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-plans-pink {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-grid-plans {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-2 {
  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-2 {
  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;
}

.lynx-text-check-2 {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check-2 {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-check-plans-2 {
  text-align: left;
  margin-bottom: 22px;
}

.lynx-paragraph-plans-2 {
  color: #797c83bf;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-green-2 {
  color: var(--lynx--medium-sea-green);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-green-fill {
  color: var(--lynx--medium-sea-green);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #32b77a1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-plans-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-plans-right {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 0 30px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-text-check-white-2 {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-paragraph-plans-white-2 {
  color: #ffffff80;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-white-2 {
  color: var(--lynx--white);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-white-fill {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-plans-purple-center {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-price-pink-2 {
  color: var(--lynx--deep-pink);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-pink-fill {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-plans-left {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-grid-plans-tight {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-3 {
  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-3 {
  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-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

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

.lynx-text-plans-green-2 {
  color: var(--lynx--medium-sea-green);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-icon-plans-2 {
  width: 28px;
  height: 28px;
  display: block;
}

.lynx-block-plans-green-2 {
  background-color: #32b77a1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-plans-2 {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

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

.lynx-button-white-2:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

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

.lynx-block-plans-white-2 {
  background-color: #ffffff1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-plans-purple-2 {
  background-color: var(--lynx--medium-purple);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

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

.lynx-block-plans-pink-2 {
  background-color: #fd4b8b1a;
  border-radius: 25px;
  padding: 22px;
}

.lynx-grid-plans-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.walsh-button-orange {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-center-h-wrapper {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-list-wrapper {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-text-small {
  color: #00000080;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-price-small {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-heading-small-alt {
  color: #0009;
  border: 1px solid #00000026;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-price-wrapper {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-pricing-inner-card {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-circle-check-off {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-text-block {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-pricing-div-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-pricing-inner-card-featured {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #89ce65;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.brix---text-200-list-bold {
  color: var(--54483a);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.brix---text-200-list-bold.price-2 {
  color: var(--白色);
}

.brix---color-neutral-800 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---icon-list {
  width: 26px;
  height: 26px;
  margin-right: 16px;
}

.brix---icon-list-item-wrapper {
  align-items: center;
  width: 311.328px;
  height: 26px;
  display: flex;
}

.brix---grid-1-column-gap-row-16px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.brix---grid-1-column-gap-row-16px.price-2 {
  color: var(--文字顏色);
  width: 311.328px;
  height: 152px;
}

.brix---pricing-content {
  border: 1px none var(--f6f4f2);
  background-color: var(--f6f4f2);
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  width: auto;
  height: auto;
  padding: 20px 28px 60px;
}

.brix---pricing-content.price-2 {
  background-color: var(--54483a);
  background-image: none;
  border-style: none;
  border-width: 1px;
  border-radius: 0 0 24px 24px;
  padding-bottom: 20px;
}

.brix---btn-primary-full-width {
  background-color: var(--b0907a);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.brix---btn-primary-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---text-300-medium {
  color: var(--54483a);
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.brix---text-300-medium.price-2 {
  color: var(--54483a);
  width: 100%;
  height: 100%;
}

.brix---color-neutral-600 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--elements-webflow-library--neutral--600);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---display-2 {
  color: var(--54483a);
  -webkit-text-stroke-color: var(--白色);
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.brix---display-2.price-2 {
  color: var(--白色);
  font-size: 42px;
}

.brix---mg-bottom-4px {
  margin-bottom: 4px;
}

.brix---heading-h3-size {
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.brix---mg-bottom-32px {
  margin-bottom: 0;
}

._123 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none solid solid;
  border-width: 1px 1px 0;
  border-color: var(--e5e4df);
  background-color: var(--f6f4f2);
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px 32px;
  display: flex;
}

._123.price-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px none var(--54483a);
  background-color: var(--54483a);
  -webkit-text-stroke-color: var(--54483a);
  justify-content: flex-start;
  align-items: flex-end;
  width: 369.328px;
  padding-bottom: 32px;
}

.brix---card {
  background-color: var(--54483a);
  pointer-events: auto;
  border: 0 #000;
  border-radius: 24px;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 0 #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---paragraph-default {
  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: 18px;
  line-height: 30px;
}

.brix---heading-h1-size {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

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

.brix---inner-container-700px-center {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---container-default {
  max-width: 1218px;
  padding: 24px;
}

.brix---section {
  color: var(--elements-webflow-library--neutral--100);
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-image: url('../images/方案＆價格.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  background-clip: border-box;
  padding: 60px 48px 100px;
}

.brix---icon-list-copy {
  width: 26px;
  height: 26px;
  margin-right: 16px;
}

.frame-3929 {
  grid-row-gap: 20px;
  background-color: #54483a;
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 381px;
  height: 497px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 42px 34px #665f55;
}

.frame-3992 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  text-decoration: none;
  display: flex;
}

.intro-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.for-most-businesses-3 {
  color: #b0907a;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3993 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.frame-3931 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.own-analytics-platfo-3 {
  color: #e5e4df;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3934 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-3994 {
  grid-column-gap: 10px;
  background-color: #e5e4df;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.choose-plan-4 {
  color: #403f3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.most-popular {
  grid-column-gap: 10px;
  background-color: #f0f2f1;
  border: 0 solid #979797;
  border-radius: 13.5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 16px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 26px;
  left: 225.49px;
}

.text-3 {
  color: #403f3d;
  text-align: center;
  letter-spacing: .833333px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

._20-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

._20-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

.frame-3995 {
  grid-row-gap: 20px;
  background-color: #54483a;
  border-radius: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 381px;
  height: 497px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: 0 42px 34px #665f55;
}

.frame-3996 {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  text-decoration: none;
  display: flex;
}

.frame-3997 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 285px;
  height: 112px;
  text-decoration: none;
  display: flex;
}

.frame-3998 {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.own-analytics-platfo-4 {
  color: #e5e4df;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-3999 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.frame-4000 {
  grid-column-gap: 10px;
  background-color: #e5e4df;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 213px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.choose-plan-5 {
  color: #403f3d;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.text-4 {
  color: #403f3d;
  text-align: center;
  letter-spacing: .833333px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

._20-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

._20-8 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
}

.div-block-10 {
  background-color: var(--f6f4f2);
  color: var(--文字顏色);
  border-radius: 13px;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.div-block-11 {
  background-color: var(--54483a);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 369.328px;
  display: flex;
}

.image-12 {
  width: 400px;
}

.information-4-copy {
  background-color: var(--lynx--white);
  justify-content: center;
  align-items: center;
  height: 1000px;
  padding: 60px 48px;
  display: flex;
}

.information-4-copy.baceground {
  background-color: var(--b0907a);
  flex-flow: column;
}

.information-4-copy.baceground._001 {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 800px;
}

.information-4-copy._010 {
  background-color: var(--lynx--white);
  height: 800px;
  padding-bottom: 0;
}

.information-4-copy._012 {
  height: 900px;
}

.image-13 {
  width: 480px;
}

.image-13.pad {
  width: auto;
  max-width: none;
}

.image-14 {
  width: auto;
}

._123-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none solid solid;
  border-width: 1px 1px 0;
  border-color: var(--e5e4df);
  background-color: var(--f6f4f2);
  text-align: center;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 32px 32px;
  display: flex;
}

._123-copy.price-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0px none var(--54483a);
  background-color: var(--54483a);
  -webkit-text-stroke-color: var(--54483a);
  justify-content: flex-start;
  align-items: flex-end;
  width: 369.328px;
  padding-bottom: 32px;
}

.image-15 {
  width: 100px;
}

.image-16 {
  width: 120px;
}

.image-17 {
  width: 100px;
}

.image-18, .image-19, .image-20 {
  width: 120px;
}

.image-21 {
  width: 100px;
}

.image-22 {
  width: 120px;
}

.image-23 {
  width: 100px;
}

.image-24 {
  width: 120px;
}

.image-25 {
  width: 100%;
}

.div-block-13 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.webbanner {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 1440px;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 24px;
  display: flex;
}

.nav-link-copy {
  background-color: var(--e1d5c9);
  opacity: .8;
  color: var(--54483a);
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link-copy:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link-copy.w--current {
  color: var(--54483a);
}

.image-26 {
  width: 200px;
}

.image-27 {
  width: 200px;
  height: 250px;
}

.image-28 {
  width: 200px;
  height: 300px;
}

.image-29 {
  width: 200px;
}

.image-30 {
  width: 30%;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--lynx--white);
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: inline-flex;
  overflow: hidden;
}

.flex-block {
  background-color: var(--lynx--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1vw;
  line-height: 20;
  display: flex;
}

.heading-4 {
  color: var(--54483a);
  white-space: nowrap;
  word-break: normal;
  overflow-wrap: normal;
  margin-right: 2vw;
  font-size: 3vw;
}

.heading-5 {
  background-color: var(--lynx--white);
  color: var(--54483a);
  text-align: left;
  white-space: nowrap;
  margin-right: 2vw;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.lynx-paragraph-accordion-2 {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-accordion-content-20 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: hidden;
}

.lynx-accordion-content-20.anser {
  justify-content: center;
  align-items: center;
}

.lynx-icon-arrow-2 {
  background-color: var(--b0907a);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-icon-arrow-2:hover {
  background-color: var(--54483a);
}

.lynx-heading-accordion-2 {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-accordion-header-2 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-2:hover {
  padding-left: 35px;
}

.question {
  background-color: var(--lynx--white);
  border-radius: 20px;
  width: auto;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-4 {
  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-4 {
  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-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.js-clock {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 16px;
  display: flex;
}

.box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  display: flex;
}

.clock-number {
  color: #f5a56e;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.clock-label {
  letter-spacing: normal;
  text-transform: none;
  margin-top: 10px;
  margin-right: -5px;
  font-size: 1vw;
  line-height: 70%;
}

.text-block-85 {
  color: var(--lynx--white);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-85.tax, .text-block-85._12456, .text-block-85._123456 {
  color: var(--白色);
}

.js-clock-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
}

.clock-number-2 {
  color: var(--orange);
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.clock-label-2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-right: -5px;
}

.clock-number-2-copy {
  font-size: 6rem;
  font-weight: 600;
  line-height: 70px;
}

.section-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--54483a);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-top: 80px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-31 {
  width: 400px;
}

.flex-block-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  width: 95%;
}

.text-block-86 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  pointer-events: auto;
  color: var(--54483a);
  text-align: left;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.text-block-86:hover {
  color: var(--白色);
}

.brix---text-300-medium-2 {
  color: var(--54483a);
  font-size: 20px;
  font-weight: 500;
  line-height: 22px;
}

.brix---text-300-medium-2._8 {
  color: var(--白色);
}

.brix---color-neutral-801 {
  color: var(--elements-webflow-library--neutral--600);
}

.brix---display-3 {
  color: var(--54483a);
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.brix---display-3._8 {
  color: var(--白色);
  width: 100%;
  font-size: 30px;
  line-height: 38px;
}

.brix---color-neutral-802 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---mg-right-8px {
  width: 100%;
  margin-right: 8px;
}

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

.brix---btn-primary-small {
  background-color: var(--54483a);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-small:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-bottom-0 {
  color: var(--54483a);
  margin-bottom: 0;
  font-weight: 700;
}

.brix---mg-bottom-0._19 {
  color: var(--e5e4df);
  text-align: left;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.brix---mg-bottom-0.word-1 {
  color: #f5a56e;
  width: 150px;
}

.brix---mg-bottom-0._122 {
  color: var(--orange);
  text-align: center;
  width: 100%;
  line-height: 20px;
}

.brix---paragraph-default-2 {
  flex-flow: row;
  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: 18px;
  line-height: 30px;
  display: flex;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---display-4 {
  color: var(--白色);
  width: 100%;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---display-4._7 {
  color: var(--54483a);
}

.brix---mg-bottom-12px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.brix---square-icon-64px {
  border-radius: 16px;
  width: 64px;
  max-width: 64px;
  height: 64px;
}

.brix---pricing-v9-icon-wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.pricing-now {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.brix---flex-vertical-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._001 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--54483a);
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 32px;
  display: flex;
}

.brix---card-2 {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--e1d5c9);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
}

.brix---color-neutral-100 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--elements-webflow-library--neutral--100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.brix---color-neutral-100.box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.price-button-one {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--buttom);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 80%;
  margin-bottom: 0;
  padding: 18px 24px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.price-button-one:hover {
  background-color: var(--b0907a);
  color: var(--54483a);
  transform: translate3d(0, -3px, .01px);
}

.price-button-one.comming:hover {
  background-color: var(--f6f4f2);
  transform: none;
}

.brix---card-pricing-popular {
  border: 1px solid var(--elements-webflow-library--neutral--300);
  background-color: var(--54483a);
  box-shadow: 0 2px 7px 0 var(--elements-webflow-library--general--shadow-01);
  border-radius: 24px;
  width: 500px;
  position: relative;
}

.brix---grid-1-column-gap-row-16px-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  display: grid;
}

.brix---grid-logo-strip-pricing-v9 {
  grid-column-gap: 48px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: start;
  display: grid;
}

.brix---divider-64px {
  background-color: var(--54483a);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.brix---heading-h1-size-2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.brix---subtitle-2 {
  color: var(--elements-webflow-library--accent--primary-1);
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.personal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  height: auto;
  display: flex;
}

.brix---container-default-2 {
  max-width: 1218px;
  padding-left: 0;
  padding-right: 0;
}

.brix---section-2 {
  background-color: var(--54483a);
  color: var(--elements-webflow-library--neutral--100);
  border-radius: 0;
  padding: 60px 48px;
}

.brix---btn-primary-full-width-2 {
  background-color: var(--elements-webflow-library--accent--primary-1);
  color: var(--elements-webflow-library--neutral--100);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-full-width-2:hover {
  background-color: var(--elements-webflow-library--secondary--color-1);
  color: var(--elements-webflow-library--neutral--100);
  transform: translate3d(0, -3px, .01px);
}

.brix---mg-top-24px {
  margin-top: 24px;
}

.brix---color-neutral-803 {
  color: var(--elements-webflow-library--neutral--800);
}

.brix---flex-horizontal-start {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brix---text-200-list-bold-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.brix---icon-list-2 {
  margin-right: 16px;
}

.brix---icon-list-item-wrapper-2 {
  align-items: center;
  display: flex;
}

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

.brix---text-200-bold {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

.brix---divider-40px {
  background-color: var(--elements-webflow-library--neutral--400);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.brix---display-5 {
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.brix---square-icon {
  border-radius: 16px;
}

.brix---mg-right-16px {
  margin-right: 16px;
}

.brix---mg-bottom-32px-2 {
  margin-bottom: 32px;
}

.brix---pricing-content-v2 {
  padding: 40px 28px;
}

.brix---btn-primary-white-full-width {
  background-color: var(--elements-webflow-library--neutral--100);
  color: var(--elements-webflow-library--accent--primary-1);
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 48px;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 26px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.brix---btn-primary-white-full-width:hover {
  background-color: var(--elements-webflow-library--secondary--color-2);
  color: var(--elements-webflow-library--accent--primary-1);
  transform: translate3d(0, -3px, .01px);
}

.brix---color-neutral-804 {
  color: var(--elements-webflow-library--neutral--100);
}

.brix---3-columns-1-col-tablet-2 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brix---tabs-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.brix---badge-secondary---tabs {
  border: 1px solid var(--elements-webflow-library--neutral--400);
  background-color: var(--elements-webflow-library--neutral--100);
  box-shadow: 0 2px 12px 0 var(--elements-webflow-library--general--shadow-01);
  color: var(--54483a);
  text-align: center;
  border-radius: 40px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.brix---badge-secondary---tabs:hover {
  border-color: var(--e1d5c9);
  background-color: var(--54483a);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---badge-secondary---tabs.w--current {
  border-style: solid;
  border-color: var(--e1d5c9);
  background-color: var(--54483a);
  color: var(--elements-webflow-library--neutral--100);
}

.brix---tabs-menu-bg-neutral-200 {
  color: #0000;
  background-color: #0000;
  border-radius: 120px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 10px 12px;
  display: flex;
}

.brix---tabs-pricing-v6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--e1d5c9);
  border: 1px #000;
  border-radius: 25px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  max-height: none;
  padding: 60px 48px;
  display: flex;
}

.brix---tabs-pricing-v6.price-0111 {
  height: auto;
}

.brix---tabs-pricing-v6._010 {
  background-color: var(--e1d5c9);
  border-radius: 0;
}

.brix---inner-container-700px-center-2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-48px-2 {
  margin-bottom: 24px;
}

.text-block-87 {
  display: block;
}

.div-block-14 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 20px;
  display: flex;
}

.div-block-15 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 400px;
  display: flex;
}

.section-5 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/方案＆價格.png');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.lynx-paragraph-accordion-3 {
  color: var(--文字顏色);
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.lynx-accordion-content-21 {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-icon-arrow-3 {
  background-color: var(--54483a);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-heading-accordion-3 {
  color: var(--54483a);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}

.lynx-accordion-header-3 {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header-3:hover {
  padding-left: 35px;
}

.lynx-accordion-item-2 {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-block-faq-2 {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-paragraph-3 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-heading-5 {
  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-5 {
  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-5 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-16 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-18 {
  width: 300px;
}

.div-block-19 {
  width: 400px;
}

._002 {
  background-color: var(--e5e4df);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px 32px;
  display: flex;
}

.text-02 {
  color: var(--b0907a);
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.text-01 {
  color: var(--buttom);
  width: 88%;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.div-block-20 {
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
}

.image-32 {
  width: 48px;
}

.div-block-21 {
  z-index: 999;
  border: 3px solid var(--buttom);
  background-color: var(--buttom);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 10px 10px auto;
}

.link-block, .image-33 {
  width: 48px;
  height: 48px;
}

.informatiion-5 {
  padding: 100px 48px;
}

.price-next {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.price-next-color {
  color: var(--54483a);
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
  text-decoration: none;
}

.price-next-color.dele {
  text-decoration: line-through;
}

.price-next-icon {
  width: 64px;
  max-width: 64px;
  height: 64px;
}

.price-now-word-1 {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.price-now-word-4 {
  color: var(--e1d5c9);
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.price-now-word-2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 28px;
}

.price-word-3 {
  color: var(--orange);
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.discont {
  color: var(--orange);
  mix-blend-mode: normal;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
}

.price-list {
  color: var(--54483a);
  margin-bottom: 0;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.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(--orange);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-link {
  color: var(--文字顏色);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--54483a);
}

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

.lynx-logo {
  width: 86px;
  height: 42px;
}

.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: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 24px 20px;
  display: flex;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-nav-link-white {
  color: var(--buttom);
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-menu-green {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

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

.walsh-container-nav {
  background-color: var(--e1d5c9);
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.lynx-nav-button-2 {
  background-color: var(--54483a);
  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-2:hover {
  background-color: var(--orange);
}

.lynx-nav-buttons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

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

.lynx-nav-link-2 {
  color: var(--文字顏色);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-2:hover {
  color: var(--54483a);
}

.lynx-nav-link-2.w--current {
  color: var(--54483a);
  transition: opacity .2s;
}

.lynx-logo-2 {
  width: 63px;
  height: 63px;
}

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

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

.lynx-navbar-2 {
  background-color: var(--e1d5c9);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 24px 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.image-34 {
  width: 54px;
}

.section-6 {
  background-color: var(--e1d5c9);
  position: sticky;
  inset: 0% 0% 0;
}

.image-35 {
  width: 30%;
}

.fiex-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.salesapp {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.sales {
  background-color: var(--b0907a);
  border-radius: 15px;
}

.sales:hover {
  background-color: var(--orange);
  color: var(--白色);
}

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

.lynx-right-arrow {
  background-color: var(--54483a);
  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(--54483a);
  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-2 {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

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

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

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

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

.lynx-paragraph-slide {
  color: #191b22;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.lynx-block-slide {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 20px;
  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;
  align-items: center;
  height: 100%;
  display: flex;
}

.lynx-slider {
  background-color: var(--lynx--white);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 32px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-heading-6 {
  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-6 {
  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-6 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-7 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  padding: 60px 48px;
  display: flex;
}

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

.text-block-88 {
  color: var(--文字顏色);
  padding-bottom: 80px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-6 {
  color: var(--54483a);
  font-size: 48px;
  line-height: 58px;
}

.text-block-89 {
  color: var(--e1d5c9);
  border: 1px #000;
  width: 100%;
  text-decoration: underline;
}

.faqservice {
  background-color: var(--e5e4df);
}

.tab-pane {
  width: 100%;
}

.text-block-90, .text-block-91 {
  color: var(--54483a);
}

.lynx-text-check-3 {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-icon-check-3 {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-check-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-check-plans-3 {
  text-align: left;
  margin-bottom: 22px;
}

.lynx-paragraph-plans-3 {
  color: #797c83bf;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-green-3 {
  color: var(--lynx--medium-sea-green);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-green-fill-2 {
  color: var(--lynx--medium-sea-green);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #32b77a1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-plans-3 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-plans-right-2 {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 0 30px 30px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-text-check-white-3 {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 140%;
}

.lynx-paragraph-plans-white-3 {
  color: #ffffff80;
  margin-bottom: 26px;
  font-family: Varela, sans-serif;
  font-size: 14px;
  line-height: 165%;
}

.lynx-price-white-3 {
  color: var(--lynx--white);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-white-fill-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-plans-purple-center-2 {
  background-color: var(--lynx--medium-purple);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-price-pink-3 {
  color: var(--lynx--deep-pink);
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 64px;
  line-height: 110%;
}

.lynx-text-plans-pink-fill-2 {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-plans-left-2 {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px 0 0 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  margin-bottom: 38px;
  padding: 40px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-grid-plans-tight-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr 1fr;
  align-items: stretch;
  width: 100%;
  margin-top: 14px;
}

.lynx-heading-7 {
  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-7 {
  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-7 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.walsh-button-orange-2 {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange-2:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-center-h-wrapper-2 {
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
}

.walsh-icon-check-2 {
  height: 9px;
}

.walsh-circle-check-2 {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-2 {
  color: #000000a6;
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-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: 16px;
  display: flex;
}

.walsh-list-wrapper-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-text-small-2 {
  color: var(--lynx--grey);
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-text-small-2.black {
  color: var(--lynx--grey);
  width: 100%;
  margin-bottom: 0;
}

.walsh-price-small-2 {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price-2 {
  color: var(--lynx--grey);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: line-through;
}

.walsh-heading-small-alt-2 {
  color: var(--白色);
  text-align: center;
  background-color: #ff715b;
  border: 1px #00000026;
  border-radius: 100px;
  align-self: auto;
  width: 180px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-heading-small-alt-2._000001 {
  background-color: var(--e1d5c9);
  color: var(--文字顏色);
  width: 100%;
}

.walsh-price-wrapper-2 {
  grid-row-gap: .6em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 234px;
  display: flex;
}

.walsh-price-wrapper-2._01 {
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
}

.walsh-pricing-inner-card-2 {
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px 40px 20px;
  display: flex;
  position: relative;
}

.walsh-pricing-inner-card-2.s {
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.walsh-circle-check-off-2 {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off-2 {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-text-block-2 {
  color: #fff;
  background-color: #3cc13c;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-pricing-div-top-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-pricing {
  grid-row-gap: 8px;
  background-color: #fff;
  border: 4px solid #89ce65;
  border-radius: 15px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.walsh-pricing._000 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.walsh-pricing._0001 {
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.walsh-main-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 660px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 200px;
  grid-auto-columns: 1fr;
  align-items: start;
  width: auto;
  display: grid;
  position: relative;
}

.walsh-main-grid-2.z {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: 200px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: 200px;
  place-items: start stretch;
}

.walsh-container-2 {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: none;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.price-early-bird {
  color: var(--54483a);
  width: 80%;
  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: 22px;
  font-weight: 700;
  line-height: 30px;
}

.price-early-bird.price {
  color: #ff715b;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 30%;
  font-size: 24px;
  line-height: 30px;
  display: flex;
}

.div-block-22 {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-92 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1480px;
  padding: 20px;
  display: flex;
}

.image-37 {
  width: 35%;
}

.text-block-93 {
  color: var(--lynx--deep-pink);
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: #ff715b;
}

.grid-4 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.slide {
  width: auto;
}

.mask {
  width: 382px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.slider {
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 742px;
  display: flex;
}

.icon-2, .icon-3 {
  color: var(--文字顏色);
}

.right-arrow {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.image-38 {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.slide-2 {
  padding-left: 20px;
  padding-right: 20px;
}

.slider-2 {
  background-color: var(--54483a);
  width: 35%;
  height: auto;
  margin-left: 0;
  padding: 0;
}

.div-block-23 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-top: 0;
  display: flex;
}

.image-39 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.icon-4 {
  color: var(--buttom);
}

.icon-5 {
  color: var(--文字顏色);
}

.slide-nav {
  color: var(--白色);
  -webkit-text-stroke-color: var(--白色);
  border-style: none;
  border-width: 1px;
  margin-top: 0;
  padding-top: 40px;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  padding-right: 50px;
  display: flex;
  inset: 0% 0% 0% auto;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 600px;
  margin-left: 0;
  padding-left: 50px;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.text-block-94 {
  color: var(--文字顏色);
  font-size: 24px;
  line-height: 30px;
}

.image-40 {
  width: 60%;
}

.image-41 {
  width: 300px;
}

.mask-2 {
  padding-bottom: 0;
}

.slide-3 {
  width: 800px;
}

.walsh-button-orange-3 {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange-3:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-icon-check-3 {
  height: 9px;
}

.walsh-circle-check-3 {
  background-color: #93ff4133;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-3 {
  color: #000000a6;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-list-wrapper-3 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.walsh-text-grey {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-price-small-3 {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price-3 {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-heading-small-alt-3 {
  color: #0009;
  border: 1px solid #00000026;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.25;
}

.walsh-price-wrapper-3 {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-pricing-card-block {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-circle-check-off-3 {
  opacity: .35;
  background-color: #b0b2b247;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-off-3 {
  color: #9191918a;
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: line-through;
  display: flex;
}

.walsh-pricing-card-block-featured {
  grid-row-gap: 2.5em;
  background-color: var(--walsh--azure);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
  box-shadow: inset 1px 1px #d3d3d3, 1px 1px #d3d3d3;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-heading-medium {
  color: var(--walsh--black);
  margin-top: 0;
  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: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-label-tag {
  color: #0009;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.walsh-content-wrapper-gap-large {
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-pricing-card-block-padding-bottom {
  grid-row-gap: 2.5em;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 3em;
  display: flex;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-block-white {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  padding: 4.5em;
  position: relative;
  overflow: hidden;
}

.walsh-container-3 {
  z-index: 2;
  background-color: var(--54483a);
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.body-2 {
  background-color: #a69a9a33;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  mix-blend-mode: normal;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.div-block-26 {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: fixed;
  inset: 0%;
}

.div-block-27 {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: fixed;
  inset: 0%;
}

.div-block-28 {
  cursor: pointer;
  background-color: #0000001a;
  position: absolute;
  inset: 0%;
}

.image-44 {
  text-align: left;
  display: block;
}

.div-block-29 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-text-grey-xsmall {
  color: #2c2c2c80;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-heading-small {
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-pricing-inner-card-3 {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-text-block-3 {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-pricing-div-top-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-pricing-inner-card-featured-3 {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #89ce65;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-main-grid-3 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-4 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.model-wrapper {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3333338c;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-top: 40px;
  display: flex;
  position: fixed;
  inset: 0;
}

.model-wrapper._01 {
  display: none;
}

.modal-background {
  cursor: pointer;
  background-color: silver;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding: 10px 20px 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.walsh-icon-arrow-2 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper-2 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-2:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-text-grey-xsmall-2 {
  color: #2c2c2c80;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-button-orange-4 {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange-4:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-content-wrapper-gap-2 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-text-grey-2 {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-price-small-4 {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price-4 {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.walsh-price-wrapper-4 {
  grid-row-gap: .6em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-pricing-inner-card-4 {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;
}

.walsh-text-block-4 {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-pricing-div-top-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-pricing-inner-card-featured-4 {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #89ce65;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: relative;
}

.walsh-main-grid-4 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.model-card {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--e1d5c9);
  border-radius: 24px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 900px;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0 20px;
  display: flex;
  position: relative;
  top: 100px;
  bottom: 20px;
}

.image-45 {
  width: 50%;
}

.link-block-2 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-46 {
  width: 300px;
}

.image-47 {
  width: 60%;
}

.div-block-30 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.walsh-icon-arrow-3 {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper-3 {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper-3:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-text-grey-xsmall-3 {
  color: #2c2c2c80;
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-button-orange-5 {
  z-index: 5;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
}

.walsh-button-orange-5:hover {
  color: #fff;
  background-color: #ffa286;
}

.walsh-content-wrapper-gap-3 {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-text-grey-3 {
  color: #2c2c2c80;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.walsh-price-small-5 {
  color: #00000073;
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.walsh-price-5 {
  color: var(--walsh--black);
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 5em;
  font-weight: 700;
  line-height: .8;
}

.walsh-heading-small-3 {
  margin-top: 0;
  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: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-price-wrapper-5 {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.walsh-pricing-inner-card-5 {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-text-block-5 {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.walsh-pricing-div-top-5 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: -18px auto auto 0%;
}

.walsh-pricing-inner-card-featured-5 {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border: 2px solid #89ce65;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3em;
  display: flex;
  position: relative;
}

.walsh-main-grid-5 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-container-5 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-block-102 {
  flex-flow: row;
  width: auto;
  height: auto;
  display: flex;
}

.image-53 {
  width: 99.9987%;
}

.slider-container {
  background-color: var(--e1d5c9);
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: auto;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.slider-right-arrow {
  color: #444;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 600px;
  padding-left: 0;
  display: flex;
}

.slider-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 400px;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-content-wrapper {
  background-color: #e1e1e1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  display: flex;
}

.slider-icon {
  color: #fff;
  border: 1px #000;
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.mask-3 {
  height: 600px;
  position: static;
  overflow: visible;
}

.slider-left-arrow {
  color: #444;
  -webkit-text-stroke-color: #fff;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 600px;
  display: flex;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider-3 {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slide-001 {
  height: 600px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 80px;
}

.image-54, .image-55, .image-56, .image-57, .image-58 {
  height: 80%;
}

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

.image-59, .image-60, .image-61, .image-62, .image-63, .image-64 {
  height: 80%;
}

.text-span-5._101, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  color: #ff715b;
}

.background-video-2, .image-65 {
  width: 500px;
  height: 300px;
}

.image-66 {
  width: 300px;
}

.image-67, .image-68 {
  width: 500px;
}

.image-69 {
  width: 80%;
  max-width: none;
  height: auto;
}

.flex-block-4 {
  width: 100%;
}

.right01, .right02 {
  width: 10%;
}

.section-10 {
  background-color: var(--f6f4f2);
  padding: 120px 48px 24px;
  display: flex;
}

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

.slide-prev.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}

.slide-prev.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.secondary-button {
  color: #1b1b1b;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

.secondary-button:hover {
  background-color: #fff9;
}

.slide-content {
  background-image: url('../images/Slide-end.png');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding: 20px;
}

.inner-swipe {
  display: none;
}

.slide-container {
  align-items: center;
  height: 100vh;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.slide-item-wrapper {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 308px;
  height: 548px;
  margin-left: 0;
  margin-right: 0;
  padding: 24px;
  line-height: 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-wrapper-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.main-button {
  background-color: #ff5e1a;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
  display: flex;
}

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

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

.button-container {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: auto 0% 3%;
}

.image-71 {
  width: 30px;
  height: 30px;
}

.text-block-103 {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 140%;
}

.slide-next.desktop-arrow {
  z-index: 5;
  cursor: pointer;
  background-color: #c9c9c999;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

.slide-next.desktop-arrow:hover {
  background-color: #c9c9c9;
}

.wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
  overflow: hidden;
}

.slide-item {
  opacity: .4;
  background-color: #1b1b1b;
  border-radius: 16px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
  display: flex;
  transform: scale(.9);
}

.slider-4 {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 600px;
  display: flex;
}

.image-72 {
  height: 600px;
}

.slide-10 {
  vertical-align: baseline;
  height: auto;
}

.background-video-4 {
  border-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  height: 700px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.table {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.phone {
  display: none;
}

.link-2 {
  color: var(--orange);
}

.section-1 {
  background-color: var(--lynx--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 72px;
  padding-right: 72px;
  display: flex;
}

.image-73 {
  width: 100%;
}

.flex-block-6 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.image-74 {
  width: 28px;
  height: 28px;
}

.flex-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.flex-block-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.flex-block-10 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  position: fixed;
  inset: auto 20px 25px auto;
}

.feature-block {
  border: 1px solid var(--b0907a);
  background-color: var(--白色);
  object-fit: fill;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 182px;
  margin-bottom: 0;
  padding: 48px;
  display: flex;
}

.feature-card {
  color: var(--54483a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.counter {
  color: var(--54483a);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}

.detail-text {
  color: var(--54483a);
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.line-break-large {
  background-color: var(--b0907a);
  width: 1px;
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
}

.section-12 {
  background-color: var(--f6f4f2);
  justify-content: center;
  align-items: center;
  height: 3%;
  padding: 40px 60px;
  display: flex;
}

.feature-block-2 {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #e7eaeb;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  height: 182px;
  margin-bottom: 132px;
  padding: 48px;
  display: flex;
}

.feature-card-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.counter-2 {
  color: #001a49;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.1;
}

.detail-text-2 {
  color: #001a49;
  font-weight: 500;
}

.line-break-large-2 {
  background-color: #e7eaeb;
  width: 1px;
  height: 100%;
  margin-left: 24px;
  margin-right: 24px;
}

.paragraph-3 {
  font-size: 16px;
}

.content-h2 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 54px;
  line-height: 1.1;
}

.feature-card-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.detail-text-3 {
  color: #001a49;
  font-weight: 500;
}

.feature-block-3 {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #e7eaeb;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  height: 182px;
  margin-bottom: 132px;
  padding: 48px;
  display: flex;
}

.title-paragraph {
  letter-spacing: -.03em;
  max-width: 590px;
  margin-bottom: 32px;
  font-weight: 400;
}

.lesson-detail {
  color: #fff;
  background-image: linear-gradient(#cd10ff, #9f06ff);
  border-radius: 100px;
  align-items: center;
  padding: 18px 35px;
  display: flex;
}

.lesson-block-wrap {
  align-items: center;
  display: flex;
}

.icon-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  min-width: 55px;
  height: 55px;
  min-height: 55px;
  margin-right: 32px;
  padding: 6px;
  display: flex;
  box-shadow: 11px 11px 25px #0000000f;
}

.line-break {
  background-color: #8639b5;
  width: 1px;
  min-height: 30px;
  margin-left: 24px;
  margin-right: 24px;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.lesson-block {
  background-color: #fbf3ff;
  border: 2px solid #fbf3ff;
  border-radius: 22px;
  align-items: center;
  min-height: 172px;
  margin-bottom: 32px;
  padding: 29px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.lesson-block:hover {
  border-color: #9f06ff;
}

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

.counter-3 {
  color: #001a49;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.1;
}

.lesson-grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}

.paragraph-4 {
  font-size: 16px;
}

.feature-card-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

.detail-text-4 {
  color: #001a49;
  font-weight: 500;
}

.feature-block-4 {
  object-fit: fill;
  background-color: #fff;
  border: 1px solid #e7eaeb;
  border-radius: 22px;
  justify-content: center;
  align-items: center;
  height: 182px;
  margin-bottom: 132px;
  padding: 48px;
  display: flex;
}

.side-pattern-right {
  z-index: -1;
  position: absolute;
  inset: 10% 0% auto auto;
}

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

.side-pattern {
  z-index: -1;
  position: absolute;
  inset: 5% auto auto -5%;
}

.counter-4 {
  color: #001a49;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 44px;
  line-height: 1.1;
}

.content-section-2 {
  padding: 132px 3% 96px;
  position: relative;
}

.section-13 {
  display: none;
  overflow: auto;
}

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

@media screen and (min-width: 1440px) {
  .information-1 {
    width: 100%;
  }

  .frame-3974 {
    width: 100%;
    max-width: none;
    height: 100%;
  }

  .iphone-14-2 {
    width: 500px;
  }

  .body {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6.move {
    width: 30%;
  }

  .div-block-7.move {
    flex-flow: row;
    width: 30%;
    display: flex;
  }

  .faqs {
    width: auto;
  }

  .lynx-link-block {
    border: 2px none var(--b0907a);
    background-color: #e5e4e0;
  }

  .lynx-text-footer {
    font-size: 16px;
    line-height: 28px;
  }

  .lynx-block-footer-center {
    font-size: 16px;
  }

  .footer-1 {
    width: 100%;
  }

  .feeback {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .information-4-copy.baceground {
    width: 100%;
    height: auto;
  }

  .information-4-copy.baceground._001 {
    height: auto;
    padding: 60px 48px;
  }

  .information-4-copy._010, .information-4-copy._012 {
    width: 100%;
    height: auto;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
  }

  .webbanner {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    height: auto;
    display: flex;
  }

  .image-30 {
    width: 400px;
  }

  .container-4 {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.6vw;
  }

  .section-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 64px;
  }

  .brix---section-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .brix---tabs-pricing-v6 {
    justify-content: flex-start;
    align-items: center;
    max-width: 1200px;
    height: auto;
    max-height: none;
  }

  .brix---tabs-pricing-v6._010 {
    background-color: #0000;
  }

  .section-5 {
    width: 100%;
  }

  .lynx-block-faq-2 {
    grid-row-gap: 24px;
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    width: 40%;
    display: flex;
  }

  .div-block-21 {
    border: 3px solid var(--b0907a);
    border-radius: 50px;
  }

  .link-block.w--current {
    border: 1px #000;
  }

  .image-33 {
    pointer-events: auto;
    border: 1px #000;
  }

  .lynx-nav-link-2.w--current {
    color: var(--54483a);
  }

  .fiex-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-7 {
    width: 100%;
  }

  .section-9 {
    background-color: var(--e1d5c9);
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .walsh-center-h-wrapper-2 {
    width: 200px;
    height: 80px;
  }

  .walsh-list-wrapper-2, .walsh-price-wrapper-2 {
    width: 100%;
  }

  .walsh-price-wrapper-2._01 {
    width: 200px;
    height: 80px;
  }

  .walsh-pricing-inner-card-2 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
  }

  .walsh-pricing._000 {
    justify-content: flex-start;
    align-items: center;
  }

  .walsh-main-grid-2 {
    grid-template-rows: 660px;
    grid-template-columns: 400px 400px 400px;
    place-items: center stretch;
    display: flex;
  }

  .price-early-bird.price {
    width: 100px;
  }

  .text-block-92 {
    width: 100%;
    max-width: none;
  }

  .image-37 {
    width: 400px;
  }

  .div-block-23 {
    justify-content: center;
    align-items: center;
  }

  .slide-nav {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .right-arrow-2 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .left-arrow {
    height: auto;
    padding-left: 0;
  }

  .image-41 {
    width: 100%;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .mask-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-3 {
    width: auto;
  }

  .model-wrapper, .model-wrapper._01 {
    display: none;
  }

  .model-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 1000px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .right01 {
    width: 10%;
    margin: 10px 20px;
  }

  .right02 {
    width: 10%;
  }

  .background-video-3 {
    width: 500px;
  }

  .section-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    display: flex;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: center;
  }

  .background-video-4 {
    width: 1000px;
    height: 700px;
  }

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

  .section-1 {
    padding-top: 40px;
  }

  .flex-block-10 {
    z-index: 999;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    position: fixed;
    inset: auto 25px 50px auto;
  }

  .counter {
    font-size: 48px;
    line-height: 58px;
  }

  .detail-text {
    font-size: 24px;
    line-height: 32px;
  }

  .section-12 {
    width: 100%;
  }

  .section-13 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .navigation-container {
    justify-content: flex-end;
    align-items: center;
  }

  .icon {
    background-color: var(--e1d5c9);
    display: block;
  }

  .navbar {
    z-index: 5;
    background-color: var(--e1d5c9);
    width: 100%;
    height: 80px;
    display: flex;
    position: sticky;
    inset: 0% 0% 0;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .menu-button {
    background-color: var(--e1d5c9);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--e1d5c9);
  }

  .nav-menu {
    background-color: var(--e5e4df);
    margin-right: 0;
    box-shadow: 0 50px 80px -30px #35344833;
  }

  .header {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 730px;
    margin-bottom: 40px;
    padding-left: 40px;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .hero-image-wrap {
    justify-content: center;
    width: 100%;
    margin-top: 60px;
  }

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

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

  .review-wrap {
    align-items: center;
  }

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

  .content-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .content-block {
    text-align: center;
    align-items: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .works-grid {
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    max-width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-item {
    width: 100%;
  }

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

  .cta-image {
    min-height: 420px;
  }

  .cta-content {
    min-height: 420px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tab-link-round {
    margin-bottom: 10px;
  }

  .content-section-bg {
    background-color: var(--alice-blue\<deleted\|variable-549388b5\>);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cta-heading {
    font-size: 55px;
  }

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

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

  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .line {
    border-style: none dashed none none;
    width: 1px;
    height: 100%;
    min-height: 100px;
  }

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

  .content-section-short {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bannd {
    flex-flow: column;
    padding-top: 60px;
  }

  .text-block-84 {
    width: 75%;
    font-size: 30px;
    line-height: 38px;
  }

  .text-block-84._12 {
    width: 300px;
  }

  .frame-3966 {
    max-width: 600px;
  }

  .simple-transparent-8 {
    justify-content: center;
    align-items: center;
    width: 768px;
  }

  .simple-transparent-0 {
    text-align: left;
    width: 600px;
    min-width: auto;
    max-width: 600px;
    max-height: none;
    line-height: 36px;
  }

  .simple-transparent-1 {
    text-align: left;
    width: 600px;
    max-width: 600px;
    line-height: 36px;
  }

  .information-1 {
    padding-top: 60px;
  }

  ._2 {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .frame-3947 {
    min-width: auto;
    max-width: none;
  }

  .simple-transparent-10 {
    font-size: 28px;
  }

  .simple-transparent-11 {
    font-size: 16px;
    line-height: 20px;
  }

  ._3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .simple-transparent-14 {
    font-size: 32px;
  }

  .simple-transparent-15 {
    font-size: 16px;
    line-height: 20px;
  }

  ._4-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .frame-3973 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .frame-3974 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0;
  }

  ._5, .frame-3975 {
    flex-flow: column;
    width: auto;
  }

  .simple-transparent-18 {
    font-size: 28px;
    line-height: 32px;
  }

  .iphone-14-2 {
    width: 300px;
    padding-right: 48px;
  }

  .information-4 {
    flex-flow: column;
    height: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .information-3 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .information-5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .body {
    flex-flow: column;
    display: flex;
  }

  .information-2 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-2 {
    flex-flow: row;
  }

  .div-block-4 {
    background-color: var(--f6f4f2);
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .image-10 {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .frame-3989 {
    width: 600px;
    height: auto;
  }

  .faq {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

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

  .faqs {
    justify-content: center;
    align-items: flex-start;
    width: 600px;
  }

  .lynx-link-block._14-copy {
    width: 50%;
  }

  .lynx-social {
    background-color: var(--e1d5c9);
    width: 100%;
    padding-bottom: 10px;
  }

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

  .lynx-block-footer-center {
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-client, .lynx-paragraph-reviews {
    font-size: 14px;
  }

  .lynx-reviews-bg {
    padding: 20px;
  }

  .lynx-reviews-column {
    grid-row-gap: 16px;
  }

  .lynx-grid-reviews {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }

  .feeback {
    width: auto;
    height: auto;
    padding: 60px 48px;
  }

  .lynx-plans, .lynx-plans-purple {
    padding: 25px;
  }

  .lynx-grid-plans {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .lynx-plans-right, .lynx-plans-purple-center {
    padding: 25px;
  }

  .lynx-plans-left {
    padding: 24px;
  }

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

  .lynx-plans-2, .lynx-plans-purple-2 {
    padding: 25px;
  }

  .lynx-grid-plans-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .walsh-button-orange {
    padding: 18px 40px;
  }

  .walsh-button-orange:hover {
    background-color: #80808033;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-pricing-inner-card, .walsh-pricing-inner-card-featured {
    align-items: center;
  }

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

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .brix---pricing-content {
    text-align: left;
    border-radius: 0 0 25px 25px;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .brix---pricing-content.price-2 {
    padding-bottom: 20px;
  }

  .brix---btn-primary-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---display-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .brix---display-2.price-2 {
    font-size: 32px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .brix---mg-bottom-32px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  ._123 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._123.price-2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-bottom: 20px;
  }

  .brix---card {
    width: 400px;
  }

  .brix---3-columns-1-col-tablet {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---container-default {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

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

  .information-4-copy {
    flex-flow: column;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .information-4-copy.baceground {
    width: 100%;
    height: 600px;
    padding-left: 0;
    padding-right: 0;
  }

  .information-4-copy.baceground._001 {
    height: 600px;
  }

  .information-4-copy._010 {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .information-4-copy._012 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-13.pad {
    width: 300px;
  }

  .image-14 {
    width: 80px;
  }

  ._123-copy {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  ._123-copy.price-2 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-bottom: 20px;
  }

  .div-block-13 {
    width: 50%;
  }

  .webbanner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 0;
  }

  .nav-link-copy {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .image-30 {
    width: 300px;
  }

  .container-4 {
    background-color: var(--lynx--white);
    justify-content: center;
    align-items: center;
  }

  .flex-block {
    height: 30px;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .heading-5 {
    height: auto;
    font-size: 3vw;
  }

  .lynx-heading-accordion-2 {
    font-size: 19px;
  }

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

  .js-clock {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .clock-number, .clock-number-2 {
    font-size: 20px;
    line-height: 24px;
  }

  .section-4 {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-31 {
    width: 300px;
    max-width: none;
  }

  .flex-block-2 {
    width: 100%;
    padding-left: 48px;
  }

  .brix---display-3 {
    font-size: 32px;
    line-height: 44px;
  }

  .brix---display-3._8 {
    font-size: 28px;
  }

  .brix---display-4 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---mg-bottom-12px {
    width: 100%;
  }

  .pricing-now {
    justify-content: flex-start;
    align-items: center;
  }

  ._001 {
    width: 100%;
  }

  .brix---grid-1-column-gap-row-16px-2 {
    width: 80%;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-template-columns: auto auto auto;
    place-content: center;
    justify-items: center;
  }

  .brix---divider-64px {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---heading-h1-size-2 {
    font-size: 48px;
    line-height: 60px;
  }

  .personal {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 600px;
  }

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

  .brix---btn-primary-full-width-2 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---display-5 {
    font-size: 22px;
    line-height: 38px;
  }

  .brix---mg-bottom-32px-2 {
    margin-bottom: 24px;
  }

  .brix---btn-primary-white-full-width {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---tabs-menu-bg-neutral-200 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .brix---tabs-pricing-v6 {
    height: auto;
    max-height: none;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 40px;
  }

  .div-block-14 {
    width: 80%;
  }

  .lynx-heading-accordion-3 {
    font-size: 19px;
  }

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

  .text-01 {
    font-size: 28px;
  }

  .div-block-21 {
    border-width: 3px;
    width: 36px;
    height: 36px;
  }

  .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 #1f202233;
  }

  .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 #1f20221a;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

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

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-menu-green {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .lynx-menu-button-2 {
    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 #1f202233;
  }

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

  .lynx-nav-menu-2 {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .image-34 {
    width: 40px;
  }

  .fiex-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .salesapp {
    padding-right: 0;
  }

  .lynx-right-arrow {
    right: -30px;
  }

  .lynx-left-arrow {
    left: -30px;
  }

  .lynx-slider {
    height: 600px;
  }

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

  .text-block-89 {
    height: 100%;
  }

  .lynx-plans-right-2, .lynx-plans-purple-center-2 {
    padding: 25px;
  }

  .lynx-plans-left-2 {
    padding: 24px;
  }

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

  .walsh-button-orange-2 {
    padding: 10px 40px 10px 35px;
  }

  .walsh-button-orange-2:hover {
    background-color: #80808033;
  }

  .walsh-icon-check-2 {
    margin-right: 0;
  }

  .walsh-list-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 340px;
  }

  .walsh-heading-small-alt-2 {
    font-size: 16px;
  }

  .walsh-price-wrapper-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .walsh-pricing-inner-card-2 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 80%;
    height: 100%;
    padding: 20px 40px;
  }

  .walsh-pricing {
    align-items: center;
    padding: 10px 20px;
  }

  .walsh-pricing._000 {
    width: 80%;
    padding: 20px 40px;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: 660px;
    grid-template-columns: 4fr;
    grid-auto-rows: 660px;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    place-items: start stretch;
    width: 80%;
    display: grid;
  }

  .walsh-container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: flex-start stretch;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .price-early-bird {
    text-align: center;
    width: auto;
    font-size: 20px;
  }

  .price-early-bird.price {
    justify-content: center;
    align-items: center;
    width: 40%;
    font-size: 20px;
  }

  .image-36 {
    width: 300px;
  }

  .div-block-23 {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-94 {
    font-size: 24px;
    line-height: 28px;
  }

  .image-40, .image-41 {
    width: 100%;
  }

  .walsh-button-orange-3 {
    padding: 18px 40px;
  }

  .walsh-button-orange-3:hover {
    background-color: #80808033;
  }

  .walsh-icon-check-3 {
    margin-right: 0;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-block-white {
    padding-left: 3em;
    padding-right: 3em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-pricing-inner-card-3, .walsh-pricing-inner-card-featured-3 {
    align-items: center;
  }

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

  .walsh-container-4 {
    flex: 0 auto;
    width: auto;
  }

  .model-wrapper {
    height: auto;
    display: none;
  }

  .model-wrapper._01 {
    display: none;
  }

  .walsh-button-orange-4 {
    padding: 18px 40px;
  }

  .walsh-button-orange-4:hover {
    background-color: #80808033;
  }

  .walsh-pricing-inner-card-4 {
    justify-content: center;
    align-items: center;
  }

  .walsh-pricing-inner-card-featured-4 {
    align-items: center;
  }

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

  .model-card {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-45 {
    width: 30%;
  }

  .walsh-button-orange-5 {
    padding: 18px 40px;
  }

  .walsh-button-orange-5:hover {
    background-color: #80808033;
  }

  .walsh-pricing-inner-card-5, .walsh-pricing-inner-card-featured-5 {
    align-items: center;
  }

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

  .walsh-container-5 {
    flex: 0 auto;
    width: auto;
  }

  .text-block-99, .text-block-100, .text-block-101, .text-block-102 {
    font-size: 14px;
    line-height: 18px;
  }

  .slider-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .image-67 {
    width: 300px;
    padding-right: 48px;
  }

  .image-68 {
    width: 450px;
    padding-right: 48px;
  }

  .right01, .right02 {
    width: 10%;
  }

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

  .flex-block-5 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 24px;
  }

  .flex-block-5.a, .inner-swipe {
    display: none;
  }

  .background-video-4 {
    height: 600px;
  }

  .table {
    display: none;
  }

  .phone {
    display: flex;
  }

  .background-video-5 {
    border-radius: 24px;
    width: 500px;
    height: 700px;
  }

  .section-1 {
    padding-left: 48px;
    padding-right: 48px;
    display: none;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .feature-block {
    width: 100%;
    height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .counter {
    font-size: 32px;
    line-height: 52px;
  }

  .detail-text {
    font-size: 20px;
    line-height: 28px;
  }

  .line-break-large {
    width: 1px;
    height: 100px;
  }

  .section-12 {
    padding: 24px;
  }

  .icon-circle {
    margin-right: 20px;
  }

  .lesson-block {
    padding: 16px;
  }

  .side-pattern {
    left: -20%;
  }

  .section-13 {
    background-color: var(--lynx--white);
    justify-content: center;
    align-items: center;
    padding: 20px 48px;
    display: flex;
  }

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

@media screen and (max-width: 767px) {
  .navigation-container {
    justify-content: flex-end;
    align-items: center;
  }

  .icon {
    background-color: var(--e1d5c9);
  }

  .navbar {
    background-color: var(--e1d5c9);
    justify-content: center;
    align-items: center;
    width: auto;
    height: 40px;
    inset: 0% 0% auto;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    min-width: auto;
    height: 20px;
    min-height: auto;
    margin-left: 0;
    padding: 0;
  }

  .header {
    padding-bottom: 60px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }

  .button-wrapper {
    flex-direction: column;
  }

  .footer-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .food-card {
    flex-wrap: wrap;
  }

  .food-image-square {
    max-width: none;
    max-height: none;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .food-title-wrap {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .menu-item {
    width: 50%;
  }

  .tab-link-round {
    text-align: center;
    white-space: nowrap;
    width: 40%;
  }

  .container-order {
    flex-wrap: wrap-reverse;
  }

  .order-detail {
    position: relative;
    top: 0;
  }

  .product-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .colour {
    margin-bottom: 25px;
  }

  .add-to-cart {
    margin-top: 20px;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .order-column {
    width: 100%;
  }

  .order-collection {
    flex-wrap: wrap;
    display: flex;
  }

  .style-guide-h1 {
    font-size: 44px;
  }

  .order-full {
    width: 100%;
  }

  .columns-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .bannd {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .text-block-84 {
    text-align: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-84._12 {
    width: 80%;
  }

  .image-7 {
    width: 40px;
    height: 40px;
  }

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

  .frame-3966 {
    max-width: none;
  }

  .frame-3945 {
    width: auto;
  }

  .simple-transparent-6 {
    font-size: 24px;
    line-height: 32px;
  }

  .simple-transparent-7 {
    font-size: 20px;
    line-height: 28px;
  }

  .simple-transparent-8 {
    width: auto;
  }

  .simple-transparent-0, .simple-transparent-1 {
    width: auto;
    max-width: none;
    font-size: 18px;
    line-height: 26px;
  }

  .information-1 {
    margin: 0;
    padding: 40px 32px;
  }

  .frame-3948 {
    grid-row-gap: 24px;
    width: auto;
  }

  .simple-transparent-10 {
    font-size: 24px;
    line-height: 32px;
  }

  .simple-transparent-10._01 {
    color: var(--lynx--white);
  }

  .simple-transparent-11 {
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 20px;
  }

  .frame-3949 {
    grid-row-gap: 24px;
  }

  .simple-transparent-14 {
    color: var(--白色);
    font-size: 24px;
    line-height: 32px;
  }

  .simple-transparent-15 {
    font-size: 16px;
    line-height: 20px;
  }

  ._4-2 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-3974 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    max-height: none;
  }

  .simple-transparent-16 {
    font-size: 24px;
    line-height: 32px;
  }

  .simple-transparent-17 {
    font-size: 20px;
    line-height: 28px;
  }

  ._5 {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
  }

  .frame-3976 {
    grid-row-gap: 24px;
    width: auto;
  }

  .simple-transparent-18 {
    font-size: 24px;
    line-height: 32px;
  }

  .simple-transparent-19 {
    font-size: 20px;
    line-height: 28px;
  }

  .iphone-14-2 {
    width: 30vw;
  }

  .information-3 {
    padding: 40px 32px;
  }

  .information-5 {
    justify-content: center;
    align-items: flex-start;
    padding: 40px 32px;
  }

  .information-2 {
    flex-flow: column;
    padding: 40px 32px;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .image-10 {
    width: 100%;
    height: auto;
  }

  .frame-3989 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .faq {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding: 40px 32px;
  }

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

  .faqs {
    width: auto;
  }

  .lynx-link-block._14-copy {
    background-color: var(--b0907a);
    text-align: left;
    width: 80%;
    height: 44px;
  }

  .lynx-social {
    width: 100%;
    padding-bottom: 0;
  }

  .lynx-text-footer {
    font-size: 12px;
  }

  .lynx-block-footer-center {
    grid-row-gap: 8px;
    flex-direction: column;
    width: auto;
    padding-top: 0;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-paragraph-reviews {
    max-width: none;
  }

  .lynx-grid-reviews {
    grid-template-columns: 1fr;
  }

  .feeback {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 60px 48px;
  }

  .lynx-plans, .lynx-plans-purple {
    padding: 40px;
  }

  .lynx-grid-plans {
    grid-template-columns: 1fr;
  }

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

  .lynx-plans-right, .lynx-plans-left {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lynx-grid-plans-tight {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .lynx-plans-2, .lynx-plans-purple-2 {
    padding: 40px;
  }

  .lynx-grid-plans-2 {
    grid-template-columns: 1fr;
  }

  .walsh-button-orange {
    width: 100%;
    font-size: 16px;
  }

  .walsh-price-wrapper {
    width: 100%;
  }

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

  .brix---text-200-list-bold {
    font-size: 16px;
  }

  .brix---icon-list-item-wrapper {
    width: auto;
  }

  .brix---grid-1-column-gap-row-16px, .brix---grid-1-column-gap-row-16px.price-2 {
    width: 300px;
  }

  .brix---pricing-content {
    width: 380px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---pricing-content.price-2 {
    width: 380px;
    padding-top: 12px;
    padding-bottom: 24px;
  }

  .brix---btn-primary-full-width {
    padding: 20px 32px;
  }

  .brix---text-300-medium {
    width: auto;
    font-size: 14px;
    line-height: 22px;
  }

  .brix---display-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .brix---display-2.price-2 {
    font-size: 32px;
  }

  .brix---mg-bottom-32px {
    justify-content: center;
    align-items: center;
    width: 300px;
    margin-bottom: 0;
  }

  ._123 {
    width: 380px;
    padding: 24px 24px 12px;
  }

  .brix---card {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 380px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .brix---3-columns-1-col-tablet {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
  }

  .brix---heading-h1-size {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle {
    font-size: 17px;
    line-height: 19px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    justify-content: center;
    align-items: center;
  }

  .brix---section {
    padding: 40px 32px;
  }

  .information-4-copy {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    max-height: none;
    padding: 40px 22px 40px 32px;
  }

  .information-4-copy.baceground {
    justify-content: center;
    align-items: center;
    height: 400px;
    min-height: auto;
    max-height: none;
  }

  .information-4-copy.baceground._001 {
    border-radius: 0;
    width: auto;
    height: 300px;
  }

  .information-4-copy._010 {
    justify-content: center;
    align-items: center;
    height: 300px;
  }

  .information-4-copy._012 {
    justify-content: center;
    align-items: center;
    height: 400px;
  }

  .image-13 {
    width: 230px;
  }

  .image-13.pad {
    width: 70%;
  }

  .image-14 {
    width: 50px;
  }

  ._123-copy {
    padding: 12px 24px;
  }

  ._123-copy.price-2 {
    width: 300px;
    padding-top: 24px;
    padding-bottom: 12px;
  }

  .image-25 {
    width: 560px;
  }

  .div-block-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: center;
    align-items: center;
    width: 70%;
  }

  .image-30 {
    width: 30vw;
  }

  .container-4 {
    background-color: var(--白色);
    justify-content: center;
    align-items: center;
  }

  .flex-block {
    width: 100%;
    height: 30px;
    font-size: 3vw;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .heading-5 {
    font-size: 4vw;
  }

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

  .js-clock {
    flex-flow: row;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .clock-number, .text-block-85 {
    font-size: 18px;
    line-height: 20px;
  }

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

  .text-block-85._12456 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .clock-number-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .section-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: auto;
    margin-top: 80px;
    padding: 10px;
  }

  .image-31 {
    width: 30vw;
  }

  .flex-block-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    height: auto;
    max-height: 800px;
  }

  .brix---text-300-medium-2 {
    font-size: 18px;
    line-height: 20px;
  }

  .brix---btn-primary-small {
    padding: 20px 32px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---mg-bottom-12px {
    width: 100%;
  }

  .brix---square-icon-64px {
    border-radius: 12px;
    max-width: 64px;
  }

  .pricing-now {
    justify-content: center;
    align-items: center;
  }

  ._001 {
    width: 80vw;
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---grid-1-column-gap-row-16px-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 72px;
    grid-template-columns: auto auto;
  }

  .brix---divider-64px {
    background-color: var(--54483a);
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 12px;
    font-size: 38px;
    line-height: 46px;
  }

  .brix---subtitle-2 {
    font-size: 17px;
    line-height: 19px;
  }

  .personal {
    grid-template-columns: 1fr;
    place-items: center stretch;
    width: 100%;
  }

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

  .brix---btn-primary-full-width-2 {
    padding: 20px 32px;
  }

  .brix---text-200-list-bold-2 {
    font-size: 16px;
  }

  .brix---text-200-bold {
    font-size: 16px;
    line-height: 18px;
  }

  .brix---divider-40px {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .brix---display-5 {
    font-size: 20px;
    line-height: 32px;
  }

  .brix---square-icon {
    border-radius: 12px;
    max-width: 56px;
  }

  .brix---pricing-content-v2 {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brix---btn-primary-white-full-width {
    padding: 20px 32px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary---tabs {
    margin: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    flex-direction: row;
    align-items: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .section-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  ._002 {
    width: 80vw;
  }

  .div-block-21 {
    border-width: 3px;
    width: 36px;
    height: 36px;
  }

  .price-next {
    justify-content: center;
    align-items: center;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .fiex-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
  }

  .lynx-right-arrow {
    inset: 60px -500px 0 0;
  }

  .lynx-left-arrow {
    inset: 50px 0 0 -500px;
  }

  .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: auto;
  }

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

  .lynx-slider {
    height: auto;
  }

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

  .lynx-plans-right-2, .lynx-plans-left-2 {
    border-radius: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lynx-grid-plans-tight-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

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

  .walsh-button-orange-2 {
    width: 100%;
    font-size: 16px;
  }

  .walsh-circle-check-2 {
    display: flex;
  }

  .walsh-list-flex-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
  }

  .walsh-list-wrapper-2 {
    flex-flow: column;
    width: 100%;
  }

  .walsh-text-small-2.black {
    font-size: 12px;
  }

  .walsh-heading-small-alt-2 {
    align-self: center;
  }

  .walsh-price-wrapper-2 {
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    width: 100%;
    padding-right: 12px;
  }

  .walsh-pricing._0001 {
    grid-row-gap: 12px;
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
    width: 100%;
    display: flex;
  }

  .walsh-container-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 80%;
    grid-auto-columns: .25fr;
    max-width: none;
    display: flex;
  }

  .price-early-bird {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
  }

  .price-early-bird.price {
    width: 30%;
    line-height: 24px;
  }

  .image-36, .image-37 {
    width: 30vw;
  }

  .slider-2 {
    width: auto;
  }

  .div-block-23 {
    flex-flow: column;
  }

  .div-block-24 {
    width: auto;
  }

  .text-block-94 {
    font-size: 20px;
    line-height: 28px;
  }

  .image-40 {
    width: 100%;
  }

  .image-41 {
    width: 300px;
    max-width: none;
  }

  .mask-2 {
    width: 300px;
    height: 650px;
  }

  .slide-3 {
    width: 300px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-42, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
    width: 300px;
  }

  .image-43 {
    width: 200px;
  }

  .walsh-button-orange-3 {
    width: 100%;
    font-size: 16px;
  }

  .walsh-price-wrapper-3 {
    width: 100%;
  }

  .walsh-heading-medium {
    font-size: 2.4em;
  }

  .walsh-content-wrapper-gap-large {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .model-wrapper {
    height: auto;
    display: none;
  }

  .model-wrapper._01 {
    display: none;
  }

  .walsh-button-orange-4 {
    width: 100%;
    font-size: 16px;
  }

  .walsh-heading-small-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .walsh-price-wrapper-4 {
    width: 100%;
  }

  .walsh-main-grid-4 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .image-45 {
    width: 30%;
  }

  .link-block-2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .text-block-95, .text-block-96, .text-block-97, .text-block-98 {
    font-size: 14px;
  }

  .walsh-button-orange-5 {
    width: 100%;
    font-size: 16px;
  }

  .walsh-price-wrapper-5 {
    width: 100%;
  }

  .walsh-main-grid-5 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .text-block-102 {
    font-size: 12px;
    line-height: 16px;
  }

  .slider-container {
    justify-content: center;
    align-items: center;
    width: 95%;
    padding: 20px;
  }

  .slider-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 600px;
  }

  .mask-3 {
    width: auto;
    height: 500px;
  }

  .slide-001 {
    height: 600px;
    margin-left: 0;
    margin-right: 0;
  }

  .image-54 {
    height: 80%;
  }

  .flex-block-3 {
    width: 60%;
  }

  .slide-nav-2 {
    padding-top: 0;
  }

  .image-66, .image-67 {
    width: 200px;
    height: auto;
  }

  .image-68 {
    height: 300px;
  }

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

  .flex-block-5 {
    padding-top: 20px;
  }

  .slide-prev.desktop-arrow {
    display: none;
  }

  .slide-prev.mobile-prev {
    width: 100%;
    height: 100%;
  }

  .inner-swipe {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 100%;
    display: grid;
    position: absolute;
    top: 0;
    left: 0;
  }

  .slide-item-wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100%;
  }

  .content-wrapper-2, .image-70 {
    object-fit: cover;
  }

  .slide-next.mobile-next {
    width: 100%;
    height: 100%;
  }

  .slide-next.desktop-arrow {
    display: none;
  }

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

  .slide-item {
    border-radius: 0;
    width: 100vw;
    height: 100%;
    transform: scale(1);
  }

  .table {
    display: none;
  }

  .phone {
    width: auto;
    height: 700px;
    display: block;
  }

  .background-video-5 {
    border-radius: 24px;
    width: 500px;
    height: 700px;
  }

  .flex-block-6 {
    flex-flow: row;
  }

  .image-74 {
    width: 20px;
    height: 20px;
  }

  .flex-block-7, .flex-block-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .flex-block-9 {
    width: 100%;
  }

  .feature-block {
    flex-flow: column wrap;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .feature-card {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .line-break-large {
    display: none;
  }

  .section-12 {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feature-block-2 {
    flex-flow: column wrap;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .feature-card-2, .feature-card-3 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .feature-block-3 {
    flex-flow: column wrap;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .lesson-block-wrap {
    text-align: center;
    flex-direction: column;
  }

  .lesson-block {
    padding: 38px 44px;
  }

  .lesson-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
  }

  .feature-card-4 {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .feature-block-4 {
    flex-flow: column wrap;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .side-pattern {
    left: -35%;
  }
}

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

  .banner {
    display: none;
  }

  .icon {
    background-color: #e1d5c9;
  }

  .navbar {
    background-color: var(--e1d5c9);
    height: 40px;
    position: sticky;
  }

  .header {
    padding-top: 115px;
  }

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

  .hero-h1 {
    font-size: 50px;
  }

  .legal {
    margin-right: 0;
  }

  .footer-grid {
    grid-template-rows: auto auto auto auto;
  }

  .review-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .review-logo {
    margin-bottom: 12px;
  }

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

  .food-card {
    padding: 16px;
  }

  .menu-item {
    width: 100%;
  }

  .cta-content {
    padding: 12px;
  }

  .tab-link-round {
    text-align: center;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-title {
    flex: 1;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-detail-left {
    width: auto;
  }

  .checkout-form, .order-confirmation {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .required {
    font-size: 13px;
  }

  .button-white {
    width: 100%;
    max-width: 250px;
  }

  .cta-heading {
    font-size: 43px;
  }

  .cart-icon {
    margin-right: 0;
  }

  .paypal-checkout-form {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .header-section {
    min-height: 500px;
    padding-top: 140px;
  }

  .header-h1 {
    font-size: 50px;
  }

  .pagination-button {
    width: 100%;
    max-width: 250px;
  }

  .grid-3 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .order-item {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }

  .div-block {
    margin-left: 0;
  }

  .order-image {
    width: 140px;
    margin-bottom: 10px;
  }

  .block-header {
    flex-wrap: wrap;
  }

  .image-4 {
    margin-left: -349px;
    padding-left: 0;
  }

  .image-5 {
    bottom: -1%;
  }

  .bold-text-3 {
    font-size: 40px;
  }

  .columns-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .bannd {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .text-block-84 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .text-block-84._12 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }

  .frame-3966 {
    grid-row-gap: 24px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .frame-3945 {
    grid-row-gap: 12px;
  }

  .simple-transparent-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 28px;
    display: flex;
  }

  .simple-transparent-7 {
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  .simple-transparent-0, .simple-transparent-1 {
    font-size: 16px;
    line-height: 25px;
  }

  .information-1 {
    background-color: var(--f6f4f2);
    width: 100%;
    padding: 40px 24px 0;
  }

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

  .frame-3948 {
    grid-row-gap: 12px;
  }

  .simple-transparent-10 {
    color: #403f3d;
    font-size: 20px;
    line-height: 28px;
  }

  .simple-transparent-11 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .simple-transparent-11._01 {
    color: var(--白色);
  }

  ._3 {
    grid-row-gap: 24px;
  }

  .frame-3949 {
    grid-row-gap: 12px;
  }

  .simple-transparent-14 {
    color: var(--白色);
    font-size: 20px;
    line-height: 28px;
  }

  .simple-transparent-15 {
    color: var(--白色);
    font-size: 14px;
    line-height: 20px;
  }

  ._4-2 {
    grid-row-gap: 24px;
  }

  .frame-3974 {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: none;
    padding-left: 0;
    padding-right: 0;
  }

  .simple-transparent-16 {
    font-size: 20px;
    line-height: 28px;
  }

  .simple-transparent-17 {
    font-size: 14px;
    line-height: 20px;
  }

  .frame-3976 {
    grid-row-gap: 24px;
    width: auto;
  }

  .simple-transparent-18 {
    font-size: 24px;
    line-height: 28px;
  }

  .simple-transparent-18.price-01._2 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .simple-transparent-19 {
    font-size: 14px;
    line-height: 20px;
  }

  .iphone-14-2 {
    width: 224px;
    padding-top: 30px;
    padding-right: 0;
  }

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

  .information-3 {
    padding: 40px 24px 20px;
  }

  .information-5 {
    padding: 20px 24px;
  }

  .body {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    object-fit: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    overflow: auto;
  }

  .information-2 {
    padding: 40px 24px 20px;
  }

  .container-2 {
    justify-content: center;
    align-items: center;
  }

  .button-4 {
    width: auto;
    height: 30px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }

  .div-block-4 {
    background-color: var(--lynx--white);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .container-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .image-10 {
    aspect-ratio: 2;
    vertical-align: baseline;
    object-fit: contain;
    width: 200px;
    height: auto;
  }

  .frame-3989 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .simple-transparent-22 {
    padding-top: 20px;
    font-size: 20px;
    line-height: 28px;
  }

  .faq {
    padding: 20px 0;
  }

  .question-title-2 {
    flex: 1;
  }

  .lynx-paragraph-accordion {
    font-size: 14px;
    line-height: 20px;
  }

  .lynx-heading-accordion {
    font-size: 18px;
  }

  .lynx-heading-accordion._202 {
    margin-left: 10px;
  }

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

  .faqs {
    width: 100%;
  }

  .lynx-icon-social {
    width: 12px;
    height: 12px;
  }

  .lynx-link-block._14-copy {
    background-color: var(--e1d5c9);
    width: 80%;
  }

  .lynx-link-block.pop {
    width: 36px;
    height: 36px;
  }

  .lynx-social {
    width: 240px;
    padding-bottom: 10px;
  }

  .lynx-logo-footer-center {
    width: 100px;
  }

  .lynx-text-footer {
    text-align: left;
    flex-flow: row;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

  .lynx-block-footer-center {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
  }

  .footer-1 {
    background-color: var(--e1d5c9);
    width: 100%;
  }

  .div-block-9 {
    display: none;
  }

  .lynx-heading-features-small {
    font-size: 18px;
  }

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

  .feeback {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 8px;
  }

  .feeback._01 {
    background-image: none;
  }

  .lynx-button-white {
    width: auto;
    height: 20px;
  }

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

  .walsh-button-orange {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-list-flex {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-text-small {
    font-size: 13px;
  }

  .walsh-price {
    font-size: 40px;
  }

  .walsh-heading-small-alt {
    font-size: 1em;
  }

  .walsh-pricing-inner-card {
    padding: 30px 20px 40px;
  }

  .walsh-list-flex-off {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-pricing-inner-card-featured {
    padding: 30px 20px 40px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .brix---text-200-list-bold {
    font-size: 14px;
    line-height: 20px;
  }

  .brix---icon-list {
    width: 24px;
    margin-right: 8px;
  }

  .brix---icon-list-item-wrapper {
    width: auto;
    height: 20px;
  }

  .brix---grid-1-column-gap-row-16px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
  }

  .brix---pricing-content {
    width: 260px;
    padding-top: 12px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---pricing-content.price-2 {
    width: 260px;
  }

  .brix---btn-primary-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---color-neutral-600 {
    width: 200px;
  }

  .brix---display-2 {
    font-size: 24px;
    line-height: 32px;
  }

  .brix---display-2.price-2 {
    font-size: 24px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  ._123 {
    width: 260px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .brix---card {
    width: 260px;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---paragraph-default {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h1-size {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle {
    font-size: 14px;
    line-height: 18px;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---section {
    justify-content: center;
    align-items: center;
    padding: 20px 24px;
    display: flex;
  }

  .brix---icon-list-copy {
    width: 24px;
    margin-right: 8px;
  }

  .image-12 {
    width: 200px;
    max-width: none;
  }

  .information-4-copy {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 40px 24px;
  }

  .information-4-copy.baceground {
    background-color: var(--b0907a);
    height: 300px;
  }

  .information-4-copy.baceground._001 {
    background-color: var(--b0907a);
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    height: 450px;
  }

  .information-4-copy._010, .information-4-copy._012 {
    height: auto;
  }

  .image-13 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 0% 0%;
    width: 250px;
    max-width: none;
    height: auto;
    margin-top: 12px;
  }

  .image-13.pad {
    width: 300px;
    height: auto;
  }

  .image-14 {
    text-align: left;
    width: 45px;
  }

  ._123-copy {
    padding-left: 22px;
    padding-right: 22px;
  }

  ._123-copy.price-2 {
    width: 260px;
  }

  .image-25 {
    width: 400px;
  }

  .div-block-13 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .phone-banner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .webbanner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-left: 0;
    display: flex;
  }

  .image-30 {
    width: 300px;
    padding-top: 30px;
  }

  .container-4 {
    background-color: var(--lynx--white);
  }

  .flex-block {
    background-color: var(--lynx--white);
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-4 {
    font-size: 5vw;
  }

  .heading-5 {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 2vw;
    font-size: 5vw;
    display: block;
    overflow: visible;
  }

  .lynx-heading-accordion-2 {
    font-size: 18px;
  }

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

  .js-clock {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .box {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .clock-number, .text-block-85 {
    font-size: 16px;
  }

  .text-block-85.tax {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-85._12456 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-block-85._123456 {
    font-size: 14px;
    line-height: 20px;
  }

  .js-clock-2 {
    flex-wrap: wrap;
  }

  .box-2 {
    margin-bottom: 10px;
  }

  .clock-number-2 {
    font-size: 16px;
  }

  .section-4 {
    flex-flow: column;
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 10px;
  }

  .image-31 {
    width: 300px;
    padding-top: 36px;
  }

  .flex-block-2 {
    width: auto;
    height: 100%;
    max-height: none;
    padding-left: 48px;
    padding-right: 48px;
  }

  .brix---display-3 {
    font-size: 26px;
    line-height: 39px;
  }

  .brix---display-3._8 {
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    display: flex;
  }

  .brix---btn-primary-small {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---mg-bottom-0._122 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---display-4 {
    font-size: 20px;
    line-height: 20px;
  }

  .brix---mg-bottom-12px {
    justify-content: center;
    align-items: flex-start;
  }

  .brix---square-icon-64px {
    border-radius: 14px;
    max-width: 64px;
  }

  .brix---pricing-v9-icon-wrapper {
    margin-bottom: 22px;
    margin-right: 0;
  }

  .pricing-now {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .brix---flex-vertical-center {
    flex-flow: column;
    width: 56%;
  }

  ._001 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80vw;
    height: auto;
    padding-bottom: 24px;
  }

  .brix---color-neutral-100 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .brix---color-neutral-100.box {
    flex-flow: column;
    width: 100%;
  }

  .price-button-one {
    width: 100%;
    padding: 16px 20px;
    font-size: 18px;
  }

  .price-button-one:hover {
    background-color: var(--orange);
  }

  .brix---card-pricing-popular {
    width: 225px;
  }

  .brix---grid-1-column-gap-row-16px-2 {
    width: 100%;
  }

  .brix---grid-logo-strip-pricing-v9 {
    grid-column-gap: 22px;
    grid-row-gap: 31px;
    grid-template-columns: 1fr 1fr;
  }

  .brix---divider-64px {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .brix---heading-h1-size-2 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 37px;
  }

  .brix---subtitle-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .personal {
    width: 100%;
  }

  .brix---container-default-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .brix---section-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 40px 20px;
    display: flex;
  }

  .brix---btn-primary-full-width-2 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---icon-list-2 {
    width: 24px;
    margin-right: 8px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---text-200-bold {
    font-size: 15px;
    line-height: 16px;
  }

  .brix---divider-40px {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .brix---square-icon {
    border-radius: 14px;
    max-width: 56px;
  }

  .brix---btn-primary-white-full-width {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brix---3-columns-1-col-tablet-2 {
    grid-template-columns: 1fr;
  }

  .brix---badge-secondary---tabs {
    margin-left: 0;
    margin-right: 0;
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .brix---tabs-menu-bg-neutral-200 {
    border-radius: 6px;
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
  }

  .brix---tabs-pricing-v6 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---mg-bottom-48px-2 {
    margin-bottom: 32px;
  }

  .div-block-14, .section-5 {
    width: 100%;
  }

  .lynx-heading-accordion-3 {
    font-size: 18px;
  }

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

  .div-block-17 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  ._002 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80vw;
    height: auto;
    display: flex;
  }

  .text-02 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-01 {
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 24px;
    line-height: 30px;
    display: flex;
  }

  .div-block-21 {
    z-index: 999;
    border-width: 3px;
    border-radius: 50px;
    align-self: center;
    width: 36px;
    height: 36px;
    inset: auto 0% 0% auto;
  }

  .image-33.pop {
    width: 36px;
    height: 36px;
  }

  .price-next {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    width: 100%;
    height: 100%;
  }

  .price-next-color {
    font-size: 22px;
    line-height: 24px;
  }

  .price-now-word-1 {
    font-size: 24px;
    line-height: 28px;
  }

  .price-now-word-2 {
    font-size: 22px;
    line-height: 24px;
  }

  .price-word-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    line-height: 24px;
    display: flex;
  }

  .discont {
    font-size: 28px;
    line-height: 30px;
  }

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

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .lynx-nav-button-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lynx-nav-buttons-2 {
    display: none;
  }

  .lynx-navbar-2 {
    width: 100%;
    height: 60px;
  }

  .image-35 {
    width: 300px;
    padding-top: 30px;
  }

  .fiex-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: auto;
  }

  .salesapp {
    padding-bottom: 10px;
    padding-right: 0;
  }

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

  .lynx-right-arrow {
    background-color: #54483a7d;
    inset: 0 -250px 0 0;
  }

  .lynx-left-arrow {
    background-color: #54483a78;
    inset: 0 0 0% -250px;
  }

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

  .lynx-paragraph-slide {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }

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

  .lynx-mask {
    height: auto;
  }

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

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

  .lynx-content-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-7 {
    padding: 40px 20px;
  }

  .text-block-89 {
    height: 50%;
  }

  .text-block-90, .text-block-91 {
    font-size: 14px;
  }

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

  .walsh-button-orange-2 {
    justify-content: center;
    width: 80%;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-center-h-wrapper-2 {
    font-size: 18px;
  }

  .walsh-icon-check-2 {
    margin-bottom: 0;
  }

  .walsh-list-flex-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    padding-top: 0;
    padding-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: 16px;
  }

  .walsh-list-flex-2._1 {
    flex-flow: row;
  }

  .walsh-list-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: stretch;
  }

  .walsh-text-small-2 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .walsh-text-small-2.black {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .walsh-price-2 {
    font-size: 40px;
  }

  .walsh-heading-small-alt-2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
  }

  .walsh-price-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .walsh-pricing-inner-card-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px 20px 10px;
  }

  .walsh-pricing-inner-card-2.s {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center stretch;
    width: 100%;
    height: 100%;
    padding: 12px;
    display: flex;
  }

  .walsh-list-flex-off-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-pricing-div-top-2 {
    flex-flow: row;
  }

  .walsh-pricing {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 20px;
  }

  .walsh-pricing._000 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-pricing._02 {
    flex-flow: column;
    height: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .walsh-pricing._0001 {
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1px;
    grid-row-gap: 24px;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .walsh-main-grid-2.z {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: 200px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: .25fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .walsh-container-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-self: center;
    place-items: center end;
    width: 100.003%;
    max-width: none;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .price-early-bird {
    order: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
    display: flex;
  }

  .price-early-bird.price {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    line-height: 26px;
  }

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

  .text-block-92 {
    width: 100.003%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .image-36 {
    width: 300px;
    max-width: none;
    padding-top: 30px;
  }

  .image-37 {
    width: 300px;
    max-width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .slider-2 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-23 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .slide-nav {
    padding-top: 10px;
  }

  .div-block-24 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: auto;
  }

  .text-block-94 {
    font-size: 16px;
    line-height: 20px;
  }

  .image-40 {
    width: 100%;
  }

  .image-41 {
    width: 200px;
  }

  .mask-2 {
    width: 200px;
    height: 450px;
  }

  .slide-3 {
    box-sizing: border-box;
  }

  .image-42 {
    width: 200px;
    max-width: none;
  }

  .slide-4 {
    overflow: clip;
  }

  .slide-5 {
    width: 300px;
    overflow: clip;
  }

  .slide-6, .slide-7, .slide-8 {
    overflow: clip;
  }

  .walsh-button-orange-3 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-icon-check-3 {
    margin-bottom: 0;
  }

  .walsh-list-flex-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
  }

  .walsh-price-3 {
    font-size: 40px;
  }

  .walsh-heading-small-alt-3 {
    font-size: 1em;
  }

  .walsh-pricing-card-block {
    padding: 40px 30px;
  }

  .walsh-list-flex-off-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .walsh-pricing-card-block-featured {
    padding: 30px 30px 40px;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-heading-medium {
    font-size: 1.8em;
  }

  .walsh-label-tag {
    font-size: 12px;
  }

  .walsh-pricing-card-block-padding-bottom {
    padding-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-container-block-white {
    padding: 3em 1em;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-text-grey-xsmall {
    font-size: 13px;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-heading-small {
    font-size: 1em;
  }

  .walsh-pricing-inner-card-3, .walsh-pricing-inner-card-featured-3 {
    padding: 30px 20px 40px;
  }

  .walsh-container-4 {
    flex: 0 auto;
    width: 100%;
  }

  .model-wrapper {
    z-index: 999;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    display: flex;
    inset: 0%;
  }

  .model-wrapper._01 {
    box-sizing: border-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    outline-offset: 0px;
    object-fit: scale-down;
    outline: 3px #3333338c;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    padding-top: 0;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .modal-background {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 80px 10px 0;
    display: flex;
    position: static;
    overflow: scroll;
  }

  .walsh-link-wrapper-2 {
    font-size: 16px;
  }

  .walsh-text-grey-xsmall-2 {
    font-size: 13px;
  }

  .walsh-button-orange-4 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-content-wrapper-gap-2 {
    grid-row-gap: 1.2em;
  }

  .walsh-price-4 {
    font-size: 40px;
  }

  .walsh-heading-small-2 {
    font-size: 1em;
  }

  .walsh-pricing-inner-card-4 {
    padding: 20px;
  }

  .walsh-pricing-inner-card-featured-4 {
    padding: 30px 20px 40px;
  }

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

  .model-card {
    z-index: 999;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    position: static;
    top: 80px;
  }

  .image-45 {
    width: 10%;
  }

  .link-block-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .walsh-link-wrapper-3 {
    font-size: 16px;
  }

  .walsh-text-grey-xsmall-3 {
    font-size: 13px;
  }

  .walsh-button-orange-5 {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .walsh-content-wrapper-gap-3 {
    grid-row-gap: 1.2em;
  }

  .walsh-price-5 {
    font-size: 40px;
  }

  .walsh-heading-small-3 {
    font-size: 1em;
  }

  .walsh-pricing-inner-card-5, .walsh-pricing-inner-card-featured-5 {
    padding: 30px 20px 40px;
  }

  .walsh-container-5 {
    flex: 0 auto;
    width: 100%;
  }

  .text-block-102 {
    text-align: center;
    align-self: auto;
  }

  .image-48, .image-49, .image-50, .image-51, .image-52 {
    width: 200px;
    max-width: none;
  }

  .image-53 {
    width: 100%;
    max-width: none;
  }

  .slide-9 {
    width: 300px;
    overflow: clip;
  }

  .slider-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: var(--e1d5c9);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .slider-right-arrow {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .slider-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    width: 300px;
    height: 600px;
  }

  .slider-icon {
    width: 32px;
    height: 32px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mask-3 {
    width: auto;
    height: 500px;
  }

  .slider-left-arrow {
    justify-content: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .slider-3 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    display: block;
  }

  .slide-001 {
    vertical-align: baseline;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-54 {
    height: 100%;
  }

  .flex-block-3 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .slide-nav-2 {
    height: 20px;
  }

  .image-63 {
    height: 80%;
  }

  .image-64 {
    width: 100%;
    height: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-67 {
    padding-right: 0;
  }

  .image-68 {
    width: 200px;
    height: 400px;
    padding-right: 0;
  }

  .right01 {
    vertical-align: baseline;
    width: 10%;
  }

  .right02 {
    width: 10%;
  }

  .section-10 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 80px;
  }

  .flex-block-5 {
    box-sizing: border-box;
    object-fit: fill;
  }

  .inner-swipe {
    position: absolute;
  }

  .wrapper {
    width: 100%;
    height: 100%;
  }

  .table {
    display: none;
  }

  .phone {
    border-radius: 24px;
    width: 300px;
    height: 600px;
  }

  .background-video-5 {
    border-radius: 24px;
    width: auto;
    height: 600px;
  }

  .section-1 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 16px 20px 20px;
    display: none;
  }

  .image-73 {
    height: 100%;
  }

  .flex-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-7, .flex-block-9 {
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-10 {
    justify-content: flex-start;
    align-items: flex-start;
    bottom: 20px;
    right: 10px;
  }

  .feature-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-card {
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .counter {
    margin-bottom: 0;
  }

  .line-break-large {
    background-color: var(--54483a);
    color: var(--54483a);
    width: 100%;
  }

  .section-12 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }

  .section-13 {
    background-color: var(--lynx--white);
    padding: 40px 24px;
  }

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

#w-node-_6182f5bd-1cae-2889-fff5-4b78693158ce-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b7869315928-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b78693158fb-1d2afe8f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch center;
}

#w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474f3-1d2afe8f {
  grid-area: 1 / 9 / 2 / 13;
  align-self: stretch;
}

#w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474c7-1d2afe8f {
  grid-area: 1 / 5 / 2 / 9;
  align-self: stretch;
}

#w-node-_1fd5a8aa-b72d-b99f-2900-66fe2286bfcb-1d2afe8f {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-fc1b8664-dbd8-944b-c6cb-a324e486b47a-1d2afe8f, #w-node-fc1b8664-dbd8-944b-c6cb-a324e486b491-1d2afe8f, #w-node-fc1b8664-dbd8-944b-c6cb-a324e486b4b5-1d2afe8f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36ca8cbb-ac54-4f78-632e-f5fd249c87d3-1d2afe8f {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
  grid-area: 1 / 5 / 2 / 6;
}

@media screen and (min-width: 1440px) {
  #w-node-_6182f5bd-1cae-2889-fff5-4b78693158ce-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b7869315928-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b78693158fb-1d2afe8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: stretch center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6182f5bd-1cae-2889-fff5-4b78693158cd-1d2afe8f {
    place-self: center;
  }

  #w-node-_6182f5bd-1cae-2889-fff5-4b78693158ce-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b7869315928-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b78693158fb-1d2afe8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474f3-1d2afe8f {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474c7-1d2afe8f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1fd5a8aa-b72d-b99f-2900-66fe2286bfcb-1d2afe8f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-cbefdce4-cfbf-ec84-2aec-6358e6786f9d-1d2afe8f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 1 / 5 / 2 / 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6182f5bd-1cae-2889-fff5-4b78693158ce-1d2afe8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-_6182f5bd-1cae-2889-fff5-4b7869315928-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b78693158fb-1d2afe8f, #w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474f3-1d2afe8f, #w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474c7-1d2afe8f, #w-node-_1fd5a8aa-b72d-b99f-2900-66fe2286bfcb-1d2afe8f, #w-node-cbefdce4-cfbf-ec84-2aec-6358e6786f9d-1d2afe8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6182f5bd-1cae-2889-fff5-4b78693158ce-1d2afe8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }

  #w-node-_6182f5bd-1cae-2889-fff5-4b7869315928-1d2afe8f, #w-node-_6182f5bd-1cae-2889-fff5-4b78693158fb-1d2afe8f, #w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474f3-1d2afe8f, #w-node-_2c0b16ef-4e6d-ad74-41e6-fc94c80474c7-1d2afe8f, #w-node-_1fd5a8aa-b72d-b99f-2900-66fe2286bfcb-1d2afe8f, #w-node-cbefdce4-cfbf-ec84-2aec-6358e6786f9d-1d2afe8f, #w-node-bca82908-a6ee-427b-6b80-85a87d77c9f3-1d2afe8f, #w-node-c6962986-c81f-6dba-88e1-867187a97a91-1d2afe8f, #w-node-e3253327-cb6d-cd11-fc0f-4e750efe407f-1d2afe8f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5a-dcc6da57 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da5e-dcc6da57 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da69-dcc6da57 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_67f7db32-28d2-9f37-8b84-a159dcc6da72-dcc6da57 {
    grid-area: 4 / 1 / 5 / 4;
  }
}


@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-SemiBold.woff') format('woff');
  font-weight: 600;
  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;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}