:root {
  --_colors---white: white;
  --content: #777;
  --black: #181818;
  --core--colors--neutral--800\<deleted\|variable-51d895e1-04bc-358c-2dc9-434c6c8f011d\>: #0d0d11;
  --_colors---primary: #ffda10;
  --_colors---black: #181818;
  --_colors---whitesmoke: whitesmoke;
  --_colors---borders: #0000001a;
  --whitesmoke: whitesmoke;
  --neutral--400\<deleted\|variable-1fec2397\>: #e1e4ed;
  --1\<deleted\|variable-adce7a81\>: #2388ff;
  --white: white;
  --_colors---content: #777;
  --_colors---secondary: #333033;
  --neutral--100\<deleted\|variable-89a718ad\>: white;
  --primary-50: #005eff80;
  --core--colors--neutral--300\<deleted\|variable-09bda3aa-8a44-c8a1-79a0-8f6e305216df\>: #f1f3f7;
  --neutral-shadow--01\<deleted\|variable-3feef992\>: #19213d1a;
  --neutral--800\<deleted\|variable-5d74d6f6\>: #19213d;
  --neutral-shadow--02\<deleted\|variable-f7d5933d\>: #19213d14;
  --neutral-shadow--03\<deleted\|variable-75cb512e\>: #19213d24;
  --core--colors--primary--100\<deleted\|variable-3489911f-2b83-8279-ce59-f36fd4b9c5fc\>: #237ce5;
  --core--colors--neutral--100\<deleted\|variable-c2aa6a76-6fbc-0e1f-23de-14d3685d67dc\>: white;
  --core--colors--neutral--400\<deleted\|variable-30bfd3a0-efa1-fe1a-4165-b63899cfe029\>: #e1e4ed;
  --core--colors--secondary--300\<deleted\|variable-53455462\>: #de1f35;
  --transparent\<deleted\|variable-07aab2aa-baff-2139-87e4-e33ebe7d7f23\>: transparent;
  --core--border-radius--br-size-5\<deleted\|variable-378e2100-53a7-b790-1866-c0595ca9d2f6\>: 24px;
  --core--border-radius--br-size-4\<deleted\|variable-0e948d55-3354-5239-f4fb-3f35dbb45f86\>: 16px;
  --primary: #005eff;
  --secondary: #00358f;
}

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  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-commerceboldtextblock {
  font-weight: 700;
}

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

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

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  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-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

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

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

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

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

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

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -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-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-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

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

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

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

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

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

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

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

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

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

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

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

body {
  background-color: var(--_colors---white);
  color: var(--content);
  letter-spacing: -.03em;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}

h1 {
  letter-spacing: -.07em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  font-weight: 600;
  line-height: .9em;
}

h2 {
  color: var(--black);
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1em;
}

h3 {
  color: var(--black);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1em;
}

h4 {
  color: var(--core--colors--neutral--800\<deleted\|variable-51d895e1-04bc-358c-2dc9-434c6c8f011d\>);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}

h5 {
  color: var(--core--colors--neutral--800\<deleted\|variable-51d895e1-04bc-358c-2dc9-434c6c8f011d\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

h6 {
  color: var(--core--colors--neutral--800\<deleted\|variable-51d895e1-04bc-358c-2dc9-434c6c8f011d\>);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375em;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_colors---primary);
  text-decoration: none;
}

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

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

label {
  color: var(--_colors---black);
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

strong {
  color: var(--black);
  font-weight: 600;
}

blockquote {
  background-color: var(--_colors---whitesmoke);
  border: 0 #0000;
  border-radius: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
}

figure {
  margin-bottom: 10px;
}

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

.divider-footer {
  background-color: var(--_colors---borders);
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.divider-footer.legal {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.display-6 {
  font-size: 26px;
  line-height: 1.23em;
}

.display-5 {
  font-size: 22px;
  line-height: 1.4em;
}

.display-2 {
  font-size: 14px;
  line-height: 1.428em;
}

.display-1 {
  font-size: 12px;
  line-height: 1.5em;
}

.text-neutral-800 {
  color: var(--core--colors--neutral--800\<deleted\|variable-51d895e1-04bc-358c-2dc9-434c6c8f011d\>);
}

.card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--whitesmoke);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.message {
  border-color: var(--neutral--400\<deleted\|variable-1fec2397\>);
  text-align: left;
  flex-direction: row;
  align-items: flex-start;
  padding: 32px 24px;
  display: flex;
}

.card.message.inside-input {
  grid-column-gap: 6px;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 8px 12px;
}

.card.thank-you-message {
  border-color: var(--1\<deleted\|variable-adce7a81\>);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  display: flex;
}

.card.contact-link {
  border: 2px solid var(--whitesmoke);
  background-color: var(--_colors---white);
  color: var(--_colors---primary);
  text-align: center;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition-property: border-color;
  transition-duration: .3s;
  display: flex;
}

.card.contact-link:hover {
  border-color: var(--_colors---primary);
}

.card.legal-content {
  padding: 60px;
}

.card.utility {
  background-color: var(--_colors---whitesmoke);
  color: var(--_colors---black);
  text-align: center;
  border-style: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.card.newsletter {
  background-color: var(--white);
  text-align: center;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.card.checkout-block {
  margin-bottom: 40px;
  padding: 32px 32px 48px;
}

.card.checkout-block.last {
  margin-bottom: 0;
}

.card.contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_colors---white);
  border-radius: 14px;
  justify-content: center;
  align-items: stretch;
  padding: 40px;
}

.card.whats-app {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--_colors---whitesmoke);
  color: var(--_colors---content);
  border-radius: 14px;
  margin: 10px;
  font-size: 14px;
  line-height: 1.2em;
  position: relative;
}

.card.lightbox {
  border: 1px solid var(--_colors---borders);
  cursor: pointer;
  max-height: 255px;
  padding: 5px;
}

.card.review {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  font-size: 14px;
}

.card.feature-home {
  cursor: pointer;
  max-width: 320px;
  height: 100%;
}

.mg-top-48px {
  margin-top: 48px;
}

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

.logo-link {
  flex-flow: column;
  justify-content: center;
  transition: opacity .3s;
  display: flex;
}

.logo-link:hover {
  opacity: .5;
}

.button-primary {
  background-color: var(--_colors---primary);
  color: var(--_colors---secondary);
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 500;
  transition: opacity .3s;
  display: flex;
}

.button-primary:hover {
  opacity: .5;
}

.button-primary.small {
  padding: 8px 24px;
  font-size: 14px;
}

.button-primary.small.newsletter {
  letter-spacing: -.04em;
  position: absolute;
  inset: 6px 6px 6px auto;
}

.button-primary.small.newsletter.white-mobile {
  color: var(--white);
}

.button-primary.discounts-button {
  margin-top: 8px;
  margin-left: 0;
}

.button-primary.whats-app {
  background-color: #24d367;
}

.button-secondary {
  background-color: var(--_colors---white);
  color: var(--black);
  text-align: center;
  letter-spacing: -.03em;
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.button-secondary:hover {
  opacity: .5;
}

.button-secondary.small {
  padding: 8px 24px;
  font-size: 14px;
}

.button-secondary.with-icon {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 20px;
  padding-right: 26px;
}

.width-100 {
  width: 100%;
}

.input {
  background-color: var(--whitesmoke);
  color: var(--black);
  letter-spacing: -.05em;
  border: 1px solid #0000;
  border-radius: 100px;
  height: 50px;
  margin-bottom: 0;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: var(--_colors---borders);
}

.input:focus, .input.-wfp-focus {
  border-color: var(--_colors---primary);
  color: var(--_colors---primary);
}

.input::placeholder {
  color: var(--content);
}

.input.newsletter {
  padding-right: 30%;
}

.input.password {
  background-color: var(--_colors---white);
}

.input-wrapper {
  position: relative;
}

.text-area {
  background-color: var(--_colors---whitesmoke);
  color: var(--black);
  letter-spacing: -.05em;
  border: 1px #000;
  border-radius: 20px;
  min-height: 120px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: box-shadow .3s, color .3s, border-color .3s;
}

.text-area:hover {
  border-color: var(--black);
}

.text-area:focus {
  border-color: var(--primary-50);
  color: var(--_colors---primary);
}

.text-area::placeholder {
  color: var(--content);
}

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

.grid-3.features {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-3.works {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-bottom: 40px;
}

.grid-3.why {
  max-width: 1000px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.checkbox {
  border-color: var(--core--colors--neutral--300\<deleted\|variable-09bda3aa-8a44-c8a1-79a0-8f6e305216df\>);
  box-shadow: 0 1px 2px 0 var(--neutral-shadow--01\<deleted\|variable-3feef992\>);
  border-radius: 4px;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
  transition: box-shadow .3s, border-color .3s, background-color .3s;
}

.checkbox:hover {
  border-color: var(--neutral--800\<deleted\|variable-5d74d6f6\>);
}

.checkbox.w--redirected-checked {
  border-color: var(--neutral--800\<deleted\|variable-5d74d6f6\>);
  background-color: var(--neutral--800\<deleted\|variable-5d74d6f6\>);
  background-image: url('https://odtvadaznmdowtaoknid.supabase.co/storage/v1/object/public/clients/jb-etancheite/check-icon.svg');
}

.checkbox.w--redirected-focus {
  border-color: var(--neutral--800\<deleted\|variable-5d74d6f6\>);
  box-shadow: 0 1px 3px 0 var(--neutral-shadow--02\<deleted\|variable-f7d5933d\>);
}

.checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.mg-bottom-0 {
  margin-bottom: 0;
}

.radio-button {
  border: 1px solid var(--core--colors--neutral--300\<deleted\|variable-09bda3aa-8a44-c8a1-79a0-8f6e305216df\>);
  box-shadow: 0 1px 3px 0 var(--neutral-shadow--02\<deleted\|variable-f7d5933d\>);
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: box-shadow .3s, background-color .3s, border-color .3s;
}

.radio-button:hover {
  border-color: var(--neutral--800\<deleted\|variable-5d74d6f6\>);
}

.radio-button.w--redirected-checked {
  border-color: var(--neutral--800\<deleted\|variable-5d74d6f6\>);
  box-shadow: inset 0 -1px 2px 0 #19213d1c, 0 1px 3px 0 var(--neutral-shadow--02\<deleted\|variable-f7d5933d\>);
}

.radio-button.w--redirected-focus {
  border-color: var(--neutral--800\<deleted\|variable-5d74d6f6\>);
  box-shadow: 1px 0 4px 0 var(--neutral-shadow--03\<deleted\|variable-75cb512e\>);
}

.paragraph-medium {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

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

.faq-icon {
  background-color: var(--_colors---white);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.faq-icon-line {
  background-color: var(--black);
  border-radius: 20px;
  width: 10px;
  height: 1px;
}

.faq-icon-line.vertical {
  width: 1px;
  height: 10px;
  position: absolute;
}

.faq-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.faq-item {
  background-color: var(--_colors---whitesmoke);
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  padding: 30px;
  transition: transform .3s;
}

.faq-item:hover {
  transform: translate(4px);
}

.faq-item.last {
  border-bottom-style: none;
}

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

.buttons-wrapper.align-left {
  justify-content: flex-start;
}

.buttons-wrapper.message {
  justify-content: flex-start;
  align-items: center;
}

.buttons-wrapper.show-mobile {
  display: none;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

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

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

.notification-bar {
  background-color: var(--core--colors--primary--100\<deleted\|variable-3489911f-2b83-8279-ce59-f36fd4b9c5fc\>);
  color: var(--core--colors--neutral--100\<deleted\|variable-c2aa6a76-6fbc-0e1f-23de-14d3685d67dc\>);
  font-weight: 600;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.navigation {
  z-index: 9;
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.navigation-action {
  z-index: 2;
  grid-column-gap: 22px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-button {
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 6px;
  transition: background-color .3s, transform .3s;
  position: static;
}

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

.menu-line {
  background-color: #fff;
  border-radius: 20px;
  width: 24px;
  height: 2px;
}

.menu-line-wrapper {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-wrapper {
  z-index: 2;
  flex-flow: column;
  width: 120px;
  display: flex;
  position: relative;
}

.navigation-menu {
  z-index: 2;
}

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

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

.section.hero {
  z-index: 1;
  color: var(--_colors---black);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.timeline {
  z-index: 1;
  background-color: var(--_colors---white);
  position: relative;
}

.section.whitesmoke {
  background-color: var(--whitesmoke);
}

.section.quote {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
}

.section.about {
  padding: 20px;
}

.section.faq {
  background-color: var(--_colors---white);
  position: relative;
}

.section.hero-feature {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: 70% auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-height: 100vh;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.section.search {
  color: var(--_colors---black);
  padding-top: 180px;
}

.section.hero-about {
  position: relative;
}

.section.padding-top-large {
  padding-top: 140px;
}

.position-relative {
  position: relative;
}

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

.grid-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
}

.grid-form.min-w-700px {
  min-width: 700px;
}

.grid-form.city---zip {
  grid-template-columns: 1fr .5fr;
  min-width: 500px;
}

.grid-form._1-input {
  grid-template-columns: 1fr;
  min-width: 350px;
}

.form-wrapper {
  margin-bottom: 0;
}

.footer {
  border-top: 1px solid var(--core--colors--neutral--400\<deleted\|variable-30bfd3a0-efa1-fe1a-4165-b63899cfe029\>);
  background-color: var(--whitesmoke);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.footer-bottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.success-message {
  background-color: #0000;
  padding: 0;
}

.error-message-wrapper {
  background-color: var(--core--colors--secondary--300\<deleted\|variable-53455462\>);
  color: var(--core--colors--neutral--100\<deleted\|variable-c2aa6a76-6fbc-0e1f-23de-14d3685d67dc\>);
  text-align: center;
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px 16px;
}

.text-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--_colors---white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.image {
  border-radius: 20px;
}

.utility-page-wrap {
  flex-flow: column;
  flex: 1;
  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: 100%;
  margin-bottom: 0;
  display: flex;
}

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

.card-wrapper {
  position: sticky;
}

.hover-rotate-card-wrapper {
  perspective: 2000px;
  transform-origin: 50%;
}

.arrow-card-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer-links-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.footer-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--_colors---borders);
  color: var(--_colors---black);
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

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

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

._404-not-found {
  color: var(--_colors---primary);
  letter-spacing: -.07em;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.menu-link {
  color: var(--black);
  cursor: pointer;
  background-color: #fff3;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  font-size: 14px;
  line-height: 1.2em;
  transition-property: background-color;
  transition-duration: .3s;
  display: flex;
}

.menu-link:hover {
  background-color: var(--_colors---whitesmoke);
  color: var(--black);
}

.menu-link.back {
  background-color: #ececec;
  padding: 10px 36px 10px 28px;
}

.menu-link.back:hover {
  background-color: var(--_colors---borders);
}

.checkout-form {
  grid-column-gap: 40px;
  background-color: var(--transparent\<deleted\|variable-07aab2aa-baff-2139-87e4-e33ebe7d7f23\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  padding: 0;
  display: grid;
}

.checkout-col-left {
  margin-right: 0;
}

.checkout-col-right {
  top: 24px;
}

.checkout-block-header {
  border-style: none none solid;
  border-color: var(--core--colors--neutral--300\<deleted\|variable-09bda3aa-8a44-c8a1-79a0-8f6e305216df\>);
  background-color: var(--transparent\<deleted\|variable-07aab2aa-baff-2139-87e4-e33ebe7d7f23\>);
  padding: 0 0 16px;
}

.checkout-block-content {
  background-color: var(--transparent\<deleted\|variable-07aab2aa-baff-2139-87e4-e33ebe7d7f23\>);
  border: 1px #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.order-item {
  margin-top: 18px;
  margin-bottom: 18px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.shipping-list {
  border: 1px #000;
}

.shipping-method {
  align-items: flex-start;
  padding: 32px 0;
  display: flex;
}

.discounts-block {
  border-style: solid none none;
  border-top-color: var(--core--colors--neutral--300\<deleted\|variable-09bda3aa-8a44-c8a1-79a0-8f6e305216df\>);
  background-color: var(--transparent\<deleted\|variable-07aab2aa-baff-2139-87e4-e33ebe7d7f23\>);
  margin-top: 32px;
  padding: 32px 0 0;
}

.apple-pay-button {
  border-radius: 90px;
}

.apple-pay-button.order-summary {
  height: 50px;
}

.success-container {
  border: 1px solid var(--core--colors--neutral--400\<deleted\|variable-30bfd3a0-efa1-fe1a-4165-b63899cfe029\>);
  border-radius: var(--core--border-radius--br-size-5\<deleted\|variable-378e2100-53a7-b790-1866-c0595ca9d2f6\>);
  background-color: var(--core--colors--neutral--100\<deleted\|variable-c2aa6a76-6fbc-0e1f-23de-14d3685d67dc\>);
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 8px 12px;
  display: flex;
}

.hero-page {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_colors---white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 350px;
  padding: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-page.small {
  min-height: auto;
  padding: 30px;
}

.hero-page.feature {
  flex: 1;
  height: 100%;
  min-height: auto;
}

.hero-page.legal {
  background-color: var(--_colors---whitesmoke);
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  margin-bottom: 20px;
}

.head-hero {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.head-hero.legal {
  color: var(--_colors---black);
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  max-width: 850px;
  margin-left: 0;
  margin-right: 0;
}

.scroll-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 20px;
}

.arrow-scroll {
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.arrow {
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  font-weight: 200;
}

.paragraph-hero {
  letter-spacing: -.06em;
  max-width: 750px;
  font-size: 18px;
  font-weight: 500;
}

.head {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.head.spaced {
  text-align: left;
  flex-flow: row;
  justify-content: space-between;
  max-width: none;
  margin-bottom: 40px;
}

.head.quote {
  color: var(--_colors---black);
}

.head.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
}

.icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
  display: flex;
}

.icon.newsletter {
  color: var(--black);
  font-size: 45px;
}

.icon.lock {
  color: var(--_colors---primary);
  font-size: 70px;
}

.icon.check {
  color: var(--_colors---primary);
  font-size: 24px;
}

.icon.check.white {
  color: var(--_colors---white);
}

.icon.check.small {
  font-size: 20px;
}

.icon.timeline {
  color: var(--_colors---primary);
  font-size: 44px;
}

.icon.info-link {
  font-size: 20px;
}

.icon.skill {
  color: var(--_colors---primary);
}

.icon.feature-relative {
  z-index: 4;
  color: var(--_colors---primary);
  font-size: 50px;
  position: relative;
}

.timeline-middle {
  justify-content: center;
  display: flex;
}

.timeline-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  letter-spacing: -.05em;
  justify-content: flex-end;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
  position: sticky;
  top: 47vh;
}

.overlay-gradient-bottom {
  background-image: linear-gradient(0deg, var(--_colors---white), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: auto 0% 0%;
}

.overlay-gradient-top {
  background-image: linear-gradient(180deg, var(--_colors---white), #0a0a0a00);
  height: 80px;
  position: absolute;
  inset: 0% 0% auto;
}

.paragraph-timeline {
  z-index: 3;
  color: var(--_colors---white);
  letter-spacing: -.05em;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

.timeline-progress-bar {
  z-index: -1;
  background-color: var(--_colors---primary);
  background-image: linear-gradient(0deg, var(--_colors---whitesmoke), var(--_colors---primary) 15%, var(--_colors---primary));
  width: 3px;
  height: 50vh;
  position: sticky;
  inset: 0 auto 50vh;
}

.timeline-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1120px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.timeline-image-wrapper {
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 400px;
  padding: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.timeline-dot {
  border: 6px solid var(--_colors---primary);
  background-color: #fff;
  border-radius: 100%;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  min-height: 25px;
  max-height: 25px;
  position: sticky;
  top: 50vh;
}

.timeline-left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline-item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
  position: relative;
}

.timeline-progress {
  z-index: -2;
  background-color: var(--_colors---whitesmoke);
  width: 3px;
  height: 100%;
  position: absolute;
}

.contact-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--_colors---borders);
  background-color: var(--_colors---whitesmoke);
  border-radius: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: grid;
}

.icon-arrow {
  margin-top: 1px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.h2-white {
  color: var(--white);
}

.newsletter-title {
  color: var(--black);
  text-align: left;
  letter-spacing: -.04em;
  font-size: 22px;
  font-weight: 600;
}

.footer-links-title {
  background-color: var(--_colors---whitesmoke);
  color: var(--black);
  letter-spacing: -.04em;
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 14px;
}

.footer-menu-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--_colors---white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
}

.head-newsletter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-footer-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--_colors---black);
  letter-spacing: -.06em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -5px;
  font-size: 26px;
  font-weight: 600;
  line-height: .9em;
  display: flex;
}

.cta-footer-overlay {
  background-color: var(--_colors---primary);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: none;
  position: absolute;
  inset: 0%;
}

.slogan-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: -.05em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1em;
  display: flex;
}

.span-brand {
  color: var(--_colors---primary);
  padding-right: 2px;
}

.social-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  line-height: 1em;
  transition-property: opacity;
  transition-duration: .3s;
  display: flex;
}

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

.cta-head-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 450px;
  display: flex;
}

.cta-newsletter {
  margin-bottom: 0;
}

.newsletter-footer {
  width: 100%;
  margin-bottom: 0;
}

.password-wrapper {
  width: 50%;
  position: relative;
}

.success-form-logo {
  width: 120px;
  margin-bottom: 10px;
}

.thanks-title {
  color: var(--black);
  letter-spacing: -.05em;
  font-size: 20px;
  font-weight: 600;
}

.logo {
  max-width: 100px;
}

.about-item {
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.about-item.texts {
  padding: 100px 40px;
}

.about-item.radius-0px {
  border-radius: 0;
}

.checklist {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.checklist-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  letter-spacing: -.06em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 1.1;
  display: flex;
}

.checklist-item.legal {
  letter-spacing: -.03em;
  font-size: 16px;
}

.checklist-item.modal {
  background-color: var(--_colors---whitesmoke);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  font-size: 16px;
}

.about-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.about-titles {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-subtitle {
  letter-spacing: -.06em;
  font-size: 30px;
  font-weight: 500;
  line-height: 1em;
}

.small-cta-text {
  margin-top: -10px;
  font-size: 12px;
}

.h3-timeline {
  font-size: 32px;
  font-weight: 500;
}

.link-error {
  color: #e41206;
  transition: opacity .3s;
}

.link-error:hover {
  opacity: .5;
}

.lottie-success {
  width: 100px;
  margin-bottom: 20px;
}

.success-element {
  background-color: #0000;
  border-radius: 24px;
  margin-bottom: 40px;
}

.radio-label {
  z-index: 1;
  letter-spacing: -.04em;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.radio-label.genre {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.radio-label.hide {
  display: none;
}

.success-message-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.js-condition {
  display: none;
}

.h1-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.step-item-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.step-title {
  color: #181818cc;
  letter-spacing: -.06em;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
}

.button-back {
  border-bottom: 1px solid var(--_colors---primary);
  color: var(--_colors---secondary);
  background-color: #0000;
  padding: 0 0 2px;
  font-size: 16px;
  font-weight: 400;
  transition: opacity .3s;
}

.button-back:hover {
  opacity: .5;
}

.choices-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.choices-wrapper.genre {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: center;
  margin-bottom: 20px;
}

.multi-step-form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.multi-step-item-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.radio-item {
  color: #fff;
  background-color: #f5f5f5;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 #0000;
}

.radio-item:hover, .radio-item:active, .radio-item.w--redirected-checked, .radio-item.w--redirected-focus {
  box-shadow: 0 0 #0000;
}

.radio-item.genre {
  border: 2px solid #0000;
  border-radius: 100px;
  transition: border-color .3s;
}

.radio-item.genre:hover, .radio-item.genre.w--redirected-checked {
  border-color: var(--_colors---primary);
}

.radio-item.checkbox-feature {
  z-index: 5;
  background-color: #0000;
  border: 2px solid #f5f5f5;
  border-radius: 20px;
  transition: border-color .3s;
}

.radio-item.checkbox-feature:hover {
  border-color: var(--_colors---primary);
}

.radio-item.checkbox-feature.w--redirected-checked {
  border: 2px solid var(--_colors---primary);
  background-image: linear-gradient(#0000, #0000);
  border-radius: 20px;
}

.form-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.form-button-wrapper.call {
  flex-flow: column;
  margin-top: 60px;
}

.multi-step-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.privacy-text {
  margin-left: auto;
  margin-right: auto;
  font-size: 10px;
  line-height: 1.1em;
}

.link-brand {
  transition: opacity .3s;
}

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

.choice-element {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--_colors---whitesmoke);
  text-align: center;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 250px;
  margin-bottom: 0;
  padding: 60px 20px 30px;
  font-weight: 400;
  transition: border-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.choice-element:hover {
  border-color: var(--_colors---primary);
}

.choice-element.feature {
  background-color: var(--_colors---whitesmoke);
  border-style: none;
  width: 100%;
}

.choice-element.feature:hover {
  border-color: #0000;
}

.choice-element.genre {
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  min-height: auto;
  padding: 8px 30px;
}

.multi-step-item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.multi-step-item.showed {
  display: flex;
}

.f-error-message-wrapper {
  border-radius: 100px;
  margin-top: 40px;
  padding: 12px 26px;
}

.success-message-content {
  flex-direction: column;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.f-tag-text {
  margin-bottom: 10px;
  font-size: 14px;
}

.success-title {
  color: var(--black);
  letter-spacing: -.06em;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}

.success-title.small {
  margin-top: 15px;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.1;
}

.phone-wrapper {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: auto;
  padding: 20px;
  display: flex;
  position: sticky;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.background-hero {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-overlay {
  background-image: radial-gradient(circle, #fffc, #0000 40%), linear-gradient(0deg, #fff, #fff9 50%, #fff);
  position: absolute;
  inset: 0%;
}

.bg-overlay.dark {
  background-image: linear-gradient(0deg, #00000080, #00000080 50%, #00000080);
}

.image-100 {
  object-fit: cover;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  overflow: hidden;
}

.image-100.about-1 {
  max-height: 450px;
}

.image-100.max-height {
  max-height: 600px;
}

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

.subtitle {
  color: var(--_colors---primary);
  text-transform: uppercase;
  margin-bottom: -10px;
  font-size: 14px;
  font-weight: 700;
}

.subtitle.white {
  color: var(--_colors---whitesmoke);
}

.logo-feature {
  z-index: 2;
  width: 50px;
  position: absolute;
  inset: 30px 30px auto auto;
}

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

.paragraph-small {
  font-size: 14px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

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

.grid-2.about {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.footer-item-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.footer-item-wrapper.back {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.powered-link {
  background-color: var(--white);
  color: var(--content);
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 500;
  transition: background-color .3s, color .3s;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.powered-link:hover {
  background-color: var(--_colors---primary);
  opacity: 1;
  color: var(--white);
}

.copyright-text {
  font-size: 12px;
}

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

.js-year {
  display: none;
}

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.cta {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.cta-logo-wrapper {
  background-image: linear-gradient(0deg, #000, #0000);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 50%;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-image-wrapper {
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

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

.faq-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.slogan-title {
  color: var(--_colors---black);
  letter-spacing: -.05em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}

.timeline-image {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.timeline-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--_colors---black), transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.paragraph-cta {
  color: #fffc;
  letter-spacing: -.05em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

.dock-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
  position: sticky;
  top: 150px;
}

.dock-right {
  z-index: 1;
  grid-row-gap: 200px;
  flex-direction: column;
  width: 400px;
  display: flex;
  position: relative;
}

.dock-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dock-image-wrapper {
  transform-origin: 50% 0;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-height: 400px;
  padding: 40px;
  display: flex;
  position: sticky;
  top: 150px;
  overflow: hidden;
}

.dock-image-wrapper._4 {
  background-image: linear-gradient(0deg, #000, #0000);
  top: 195px;
}

.dock-image-wrapper._2 {
  background-image: linear-gradient(0deg, #000, #0000), url('https://odtvadaznmdowtaoknid.supabase.co/storage/v1/object/public/clients/jb-etancheite/why-ft-img_1why-ft-img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 15px;
  top: 165px;
}

.dock-image-wrapper._3 {
  background-image: linear-gradient(0deg, #000, #0000), url('https://odtvadaznmdowtaoknid.supabase.co/storage/v1/object/public/clients/jb-etancheite/iltun-huseynli-rfklsTwIYBM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 0;
  top: 180px;
}

.dock-image-wrapper._1 {
  background-image: linear-gradient(0deg, #000, #0000), url('https://odtvadaznmdowtaoknid.supabase.co/storage/v1/object/public/clients/jb-etancheite/Samana-Waves-5.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-bottom: 30px;
}

.dock-image-title {
  z-index: 2;
  color: var(--_colors---white);
  letter-spacing: -.05em;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1em;
  position: relative;
}

.dock-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.dock-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--_colors---secondary), transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.card-why {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--_colors---content);
  background-color: #f5f5f5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px;
  text-decoration: none;
  transition: box-shadow .3s, border-color .3s;
  display: flex;
  overflow: hidden;
}

.icon-why {
  color: var(--_colors---primary);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 32px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.content-why {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

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

.lightbox-cta {
  pointer-events: none;
  background-color: #ffffff80;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.lightbox-help {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: var(--_colors---primary);
  background-color: #ffffff80;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1em;
  transition: background-color .3s;
  display: flex;
}

.lightbox-help:hover {
  background-color: #fff;
}

.contact-info-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.input-contact {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.h2-small {
  font-size: 30px;
}

.contact-info-head {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.link-legal {
  color: var(--_colors---content);
  text-decoration: underline;
  transition: opacity .3s;
}

.link-legal:hover {
  opacity: .5;
}

.cta-wrapper {
  background-color: var(--_colors---secondary);
  color: var(--_colors---white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

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

.grid-5.reviews {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: start;
}

.rating-stars {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  color: #fbbc04;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1em;
  display: flex;
}

.star {
  width: 20px;
  min-width: 20px;
}

.star.small {
  width: 15px;
  min-width: 15px;
}

.review-picture {
  flex: none;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  position: relative;
}

.review-author-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.google-icon {
  z-index: 1;
  background-color: var(--_colors---white);
  border-radius: 100px;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  padding: 2px;
  position: absolute;
  inset: auto -5px -5px auto;
}

.review-name {
  color: var(--_colors---black);
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.google-wrapper {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonial-author-details {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.review-score {
  color: #252525b3;
  letter-spacing: -.03em;
  font-size: 12px;
  line-height: 1em;
}

.review-image {
  border-radius: 100px;
  overflow: hidden;
}

.rich-text-content h2 {
  margin-bottom: 20px;
}

.result-title {
  color: var(--_colors---black);
  letter-spacing: -.06em;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
}

.url-text {
  color: var(--_colors---secondary);
  margin-top: -10px;
  font-size: 14px;
}

.search-bar {
  min-width: 350px;
  margin-top: 20px;
}

.loop-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.logo-ticker {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

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

.ticker-logo {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 140px;
  padding: 30px;
  display: flex;
}

.css-loop {
  display: none;
}

.paragraph-time {
  color: gray;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
}

.stat-title {
  letter-spacing: -.05em;
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

.divider-stat {
  background-image: linear-gradient(0deg, #0000, #0006 52%, #fff);
  align-self: stretch;
  width: 1px;
}

.stats-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.stats-wrapper.about {
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 40px;
}

.js-counter {
  display: none;
}

.stat-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  display: flex;
}

.stat-wrapper.left {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
}

.stat-title-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--_colors---black);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.stat-indicator {
  letter-spacing: -.08em;
  margin-bottom: 5px;
  font-size: 36px;
  line-height: 1em;
}

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

.grid-1.about-right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
}

.span-light {
  font-style: italic;
  font-weight: 300;
}

.phone-content {
  pointer-events: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.live-chat-title {
  color: #181818;
  letter-spacing: -.06em;
  font-size: 22px;
  font-weight: 600;
}

.phone-button {
  z-index: 1;
  background-color: var(--_colors---primary);
  pointer-events: auto;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 0 20px #0003;
}

.phone-button:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-phone {
  color: var(--_colors---white);
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 1em;
}

.live-chat-close {
  z-index: -1;
  opacity: 0;
  color: #fff;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 1em;
  position: absolute;
}

.modal-wrapper {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  position: relative;
}

.grid-modal {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.modal-feature {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
}

.close-icon {
  z-index: 12;
  color: #777;
  cursor: pointer;
  background-color: #f5f5f5;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

.close-icon:hover {
  opacity: .5;
}

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

.modal-background {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.modal-title {
  color: var(--_colors---black);
  letter-spacing: -.05em;
  font-size: 34px;
  font-weight: 600;
  line-height: 1em;
}

.section-no-scroll {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icon-back {
  margin-right: 10px;
  font-family: Material Symbols Rounded, sans-serif;
}

.legal-date {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero-classic {
  background-color: var(--_colors---whitesmoke);
  padding-top: 100px;
  padding-bottom: 40px;
}

.live-chat-wrapper {
  z-index: 9999;
  pointer-events: none;
  flex-direction: column;
  align-items: flex-end;
  max-width: 400px;
  margin-left: auto;
  padding: 20px;
  display: flex;
  position: sticky;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.live-chat-paragraph {
  color: #31302e;
}

.live-chat-brand-wrapper {
  background-color: var(--_colors---primary);
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 25px #f6da9f40;
}

.live-chat-note {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px 20px 20px 3px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 30px;
  display: flex;
  box-shadow: 0 0 50px #0000001a;
}

.live-chat-profil {
  margin-bottom: -5px;
  margin-right: 15px;
}

.live-chat-cross {
  z-index: -1;
  filter: invert();
  width: 20px;
  position: absolute;
}

.live-chat-button {
  z-index: 999;
  background-color: var(--_colors---primary);
  pointer-events: auto;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 15px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 0 10px #0000001a;
}

.live-chat-button:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-logo {
  color: var(--_colors---black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Material Symbols Rounded, sans-serif;
  font-size: 26px;
  font-weight: 300;
  display: flex;
}

.live-chat-brand {
  width: 80%;
}

.live-chat-content {
  pointer-events: auto;
  align-items: flex-end;
  display: none;
}

.h3-faq {
  font-size: 24px;
}

.paragraph-faq {
  padding-top: 10px;
}

.hidden {
  display: none;
}

.video-background {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .notification-bar {
    width: 100%;
  }

  .footer {
    align-self: stretch;
  }
}

@media screen and (min-width: 1920px) {
  .footer {
    align-self: stretch;
  }

  .card-wrapper {
    position: sticky;
  }

  .multi-step-item {
    width: 100%;
  }
}

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

  h2 {
    font-size: 45px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    padding-left: 48px;
    padding-right: 48px;
  }

  .display-6 {
    font-size: 24px;
  }

  .display-5 {
    font-size: 20px;
  }

  .card.contact-link:hover {
    border-color: var(--whitesmoke);
  }

  .card.legal-content {
    padding: 50px;
  }

  .card.utility {
    padding-left: 50px;
    padding-right: 50px;
  }

  .card.newsletter {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .card.whats-app {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 300px;
  }

  .card.lightbox {
    max-height: 160px;
  }

  .logo-link:hover {
    opacity: 1;
  }

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

  .grid-3.features, .grid-3.works, .grid-3.why {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .faq-item:hover {
    transform: none;
  }

  .notification-bar {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navigation {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 8px;
  }

  .navigation-action {
    margin-right: -5px;
  }

  .menu-button {
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
  }

  .menu-line {
    width: 20px;
  }

  .menu-line.top.black, .menu-line.bottom.black {
    background-color: var(--black);
  }

  .logo-wrapper {
    width: 110px;
  }

  .navigation-menu {
    z-index: 1;
    background-color: var(--_colors---white);
    pointer-events: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    max-height: 100vh;
    padding-bottom: 14vh;
    display: flex;
    position: absolute;
    inset: 0%;
  }

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

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

  .section.quote {
    min-height: 85vh;
  }

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

  .section.hero-feature {
    min-height: 86vh;
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section.medium {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.search {
    padding-top: 160px;
  }

  .section.hero-about {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section.padding-top-large {
    padding-top: 120px;
  }

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

  .grid-form.min-w-700px, .grid-form.city---zip {
    min-width: 350px;
  }

  .menu-link {
    background-color: var(--whitesmoke);
    pointer-events: auto;
    letter-spacing: -.05em;
    padding: 12px 36px;
    font-size: 30px;
    font-weight: 500;
  }

  .menu-link:hover {
    background-color: var(--whitesmoke);
  }

  .menu-link.w--current {
    background-color: #0000;
  }

  .menu-link.back {
    font-size: 14px;
  }

  .hero-page {
    min-height: 300px;
    padding: 40px;
  }

  .hero-page.legal {
    padding: 50px;
  }

  .head-hero {
    max-width: 600px;
  }

  .paragraph-hero {
    font-size: 17px;
  }

  .head.quote {
    margin-bottom: 20px;
  }

  .icon.timeline {
    font-size: 40px;
  }

  .timeline-title {
    font-size: 35px;
    top: 48vh;
  }

  .paragraph-timeline {
    font-size: 22px;
  }

  .timeline-wrapper {
    margin-bottom: 40px;
  }

  .timeline-item {
    grid-template-columns: 1fr 50px 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

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

  .grid-footer {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 100%;
    place-items: stretch center;
    padding: 40px;
  }

  .slogan-footer {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .about-item.texts {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .h2-subtitle, .h3-timeline {
    font-size: 28px;
  }

  .lottie-success {
    width: 80px;
  }

  .h1-small {
    font-size: 50px;
  }

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

  .choices-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .radio-item.checkbox-feature:hover {
    border-color: #0000;
  }

  .radio-item.checkbox-feature:active, .radio-item.checkbox-feature.w--redirected-checked {
    border-color: var(--_colors---primary);
  }

  .success-title {
    font-size: 38px;
  }

  .success-title.small {
    font-size: 24px;
  }

  .menu-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 40px;
  }

  .grid-2.footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .grid-2.about {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-item-wrapper {
    padding-right: 0;
  }

  .content-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .dock-left {
    max-width: 380px;
  }

  .dock-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-why {
    padding: 20px;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .h2-small {
    font-size: 28px;
  }

  .grid-5.reviews {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .paragraph-time {
    font-size: 16px;
  }

  .stat-title {
    font-size: 60px;
  }

  .stats-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .stat-indicator {
    margin-bottom: 4px;
  }

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

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

  .h3-faq {
    font-size: 22px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 22px;
  }

  blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    font-size: 16px;
  }

  .display-6 {
    font-size: 22px;
  }

  .card.legal-content {
    padding: 40px;
  }

  .card.utility {
    padding: 80px 32px;
  }

  .card.newsletter {
    width: 100%;
    padding-bottom: 30px;
  }

  .card.contact {
    padding: 30px;
  }

  .card.lightbox {
    max-height: 175px;
  }

  .mg-top-48px {
    margin-top: 40px;
  }

  .input.newsletter {
    padding-right: 35%;
  }

  .text-area {
    border-radius: 18px;
  }

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

  .grid-3.features {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .grid-3.why {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .navigation {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 4px;
  }

  .navigation-action {
    grid-column-gap: 16px;
  }

  .logo-wrapper {
    width: 100px;
  }

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

  .section.hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.hero-feature {
    min-height: auto;
  }

  .section.medium {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.search {
    padding-top: 140px;
  }

  .section.padding-top-large, .section.legal {
    padding-top: 80px;
  }

  .footer-bottom {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links-wrapper {
    justify-content: center;
    place-items: center;
  }

  .footer-link {
    border-left-style: none;
    padding-left: 0;
  }

  .menu-link {
    font-size: 26px;
  }

  .hero-page {
    min-height: 250px;
    padding: 30px;
  }

  .hero-page.feature {
    min-height: 350px;
  }

  .hero-page.legal {
    padding: 40px;
  }

  .paragraph-hero {
    font-size: 16px;
  }

  .timeline-middle {
    margin-left: -30px;
  }

  .timeline-title {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 24px;
    font-size: 30px;
  }

  .paragraph-timeline {
    font-size: 20px;
  }

  .timeline-wrapper {
    margin-bottom: 20px;
  }

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

  .timeline-item {
    grid-template-columns: 45px 1fr;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .timeline-progress {
    left: 6px;
  }

  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .footer-menu-item {
    justify-content: center;
    align-items: center;
  }

  .grid-footer {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-newsletter {
    width: 80%;
  }

  .checklist-item {
    text-align: left;
  }

  .h2-subtitle {
    font-size: 26px;
  }

  .h1-small {
    font-size: 40px;
  }

  .step-title {
    font-size: 22px;
  }

  .choices-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .multi-step-item-wrapper {
    display: flex;
  }

  .multi-step-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-100.min-h {
    min-height: 300px;
  }

  .image-100.about-1 {
    max-height: 400px;
  }

  .menu-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .footer-item-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .footer-item-wrapper.back {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .cta-image-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 300px;
  }

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

  .content-grid.cta {
    grid-template-columns: 2fr;
  }

  .dock-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    top: 60px;
  }

  .dock-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .dock-image-wrapper._4 {
    top: 420px;
  }

  .dock-image-wrapper._2 {
    top: 380px;
  }

  .dock-image-wrapper._3 {
    top: 400px;
  }

  .dock-image-wrapper._1 {
    top: 360px;
    box-shadow: 0 -20px 50px 20px #ffffffbf;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .h2-small {
    font-size: 26px;
  }

  .cta-wrapper {
    padding: 30px;
  }

  .grid-5.reviews {
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-time {
    width: auto;
  }

  .stat-title {
    font-size: 50px;
  }

  .divider-stat {
    background-image: linear-gradient(90deg, #0000, #e2e3e3 52%, #fff);
    width: 50%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
  }

  .stats-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: center;
  }

  .stat-wrapper, .stat-title-wrapper {
    width: auto;
  }

  .stat-indicator {
    margin-bottom: 3px;
  }

  .grid-1.about-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .modal-wrapper {
    margin-top: auto;
    margin-bottom: auto;
    padding: 60px 40px 40px;
    overflow: scroll;
  }

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

  .modal-feature {
    justify-content: flex-start;
    align-items: center;
  }

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

  .section-hero-classic {
    padding-bottom: 20px;
  }

  .h3-faq {
    font-size: 20px;
  }
}

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

  h2 {
    font-size: 35px;
  }

  blockquote {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card {
    overflow: hidden;
  }

  .card.message {
    flex-direction: column;
  }

  .card.message.inside-input {
    text-align: center;
    min-height: 100px;
  }

  .card.thank-you-message {
    padding-left: 0;
    padding-right: 0;
  }

  .card.legal-content {
    padding: 30px;
  }

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

  .card.newsletter {
    flex-flow: column;
    padding-bottom: 40px;
  }

  .card.contact {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card.whats-app {
    justify-content: center;
    align-items: center;
  }

  .card.lightbox {
    max-height: 220px;
  }

  .button-primary.small.newsletter {
    width: 100%;
    margin-top: 14px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
    line-height: 18px;
    position: static;
  }

  .button-primary.small.newsletter.white-mobile {
    background-color: var(--neutral--100\<deleted\|variable-89a718ad\>);
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .input.newsletter {
    padding-right: 24px;
  }

  .text-area {
    border-radius: 16px;
    min-height: 200px;
  }

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

  .buttons-wrapper.hide-mobile {
    display: none;
  }

  .buttons-wrapper.message {
    justify-content: center;
    align-items: center;
  }

  .buttons-wrapper.hero {
    flex-flow: column;
    align-items: stretch;
    width: 75%;
  }

  .buttons-wrapper.show-mobile {
    margin-top: 40px;
    display: flex;
  }

  .notification-bar {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-wrapper {
    width: 90px;
  }

  .navigation-menu {
    padding-bottom: 22vh;
  }

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

  .section.hero {
    height: 86vh;
  }

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

  .section.about {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.medium {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-form.min-w-700px, .grid-form.city---zip, .grid-form._1-input {
    width: 100%;
    min-width: auto;
  }

  .footer-bottom {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-links-wrapper {
    flex-flow: wrap;
    grid-template-rows: auto;
    justify-content: center;
    place-items: center;
  }

  .menu-link {
    font-size: 22px;
  }

  .success-container {
    border-radius: var(--core--border-radius--br-size-4\<deleted\|variable-0e948d55-3354-5239-f4fb-3f35dbb45f86\>);
    flex-flow: column;
    min-height: 112px;
  }

  .hero-page {
    padding: 20px;
  }

  .hero-page.feature {
    min-height: 450px;
  }

  .hero-page.legal {
    padding: 40px;
  }

  .head-hero {
    max-width: 300px;
  }

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

  .head {
    margin-bottom: 40px;
  }

  .head.spaced {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
  }

  .head.quote {
    margin-bottom: 20px;
  }

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

  .icon.feature-relative {
    font-size: 40px;
  }

  .timeline-middle {
    margin-left: -15px;
  }

  .timeline-image-wrapper {
    padding: 20px;
  }

  .timeline-item {
    grid-template-columns: 30px 1fr;
  }

  .contact-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-menu-item {
    justify-content: center;
    align-items: center;
  }

  .grid-footer {
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-footer-title {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .password-wrapper {
    width: 80%;
  }

  .about-item.texts {
    padding-left: 20px;
    padding-right: 20px;
  }

  .checklist {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .checklist.legal {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .checklist-item {
    background-color: var(--_colors---whitesmoke);
    border-radius: 10px;
    padding: 10px 30px 10px 20px;
  }

  .checklist-item.cta {
    background-color: #fff3;
  }

  .checklist-item.legal {
    padding: 0;
  }

  .about-content, .about-titles {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .h3-timeline {
    font-size: 25px;
  }

  .radio-label {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 500;
  }

  .h1-small {
    font-size: 36px;
  }

  .step-title {
    max-width: 80%;
    font-size: 20px;
  }

  .choice-element {
    padding: 30px 10px 15px;
  }

  .choice-element.feature {
    max-width: 150px;
  }

  .success-title {
    font-size: 28px;
  }

  .success-title.small {
    font-size: 18px;
  }

  .phone-wrapper {
    max-width: none;
  }

  .image-100.min-h {
    min-height: 250px;
  }

  .image-100.about-1 {
    max-height: 300px;
  }

  .menu-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .content-wrapper {
    text-align: center;
    align-items: center;
    max-width: 100%;
  }

  .content-wrapper.cta {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-image-wrapper {
    border-radius: 12px;
    height: 350px;
  }

  .dock-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dock-right {
    pointer-events: none;
    width: 320px;
  }

  .dock-image-wrapper {
    min-height: 300px;
  }

  .contact-info-wrapper {
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    padding: 60px 20px 20px;
  }

  .grid-5.reviews {
    grid-template-columns: 1fr;
  }

  .search-bar {
    min-width: 300px;
  }

  .ticker-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .ticker-logo {
    width: 120px;
  }

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

  .stat-indicator {
    margin-bottom: 2px;
  }

  .phone-button {
    width: 3.8em;
    height: 3.8em;
  }

  .modal-wrapper {
    padding: 80px 30px 30px;
    overflow: scroll;
  }

  .grid-modal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .modal-feature {
    justify-content: flex-start;
    align-items: center;
  }

  .live-chat-wrapper {
    padding: 18px;
  }

  .live-chat-note {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }

  .live-chat-button {
    width: 3.8em;
    height: 3.8em;
  }
}

#w-node-db71f6da-76cc-95db-38e7-d2f36e8f1203-1adc052f, #w-node-bb3e6707-9781-8b01-257f-9d00a525b4c0-1adc052f, #FAQ.w-node-_7fff4ba8-d491-644e-3164-b668bfad8d98-1adc052f, #w-node-f7ebaadb-3e5f-9172-bc0b-e5bdf5a55937-57241a43, #w-node-_4fb9e666-7122-f002-d191-ea9d052d1877-57241a43, #w-node-_72f93d0d-4351-8d13-00b0-78e19a623034-9a623031, #w-node-_299c2a53-7e81-e163-74c6-075e63697e94-9a623031, #w-node-e154bbe3-c142-55f7-e220-86289973eec8-9973eec6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64cad01905c356d49ce5ef94000000000014-1adc0533 {
  align-self: stretch;
}

#w-node-_067679b6-117a-5091-d1f2-076c735da68a-735da688, #w-node-_9806a017-acde-8430-0e3d-bc345f66897a-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f66897c-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f668988-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f66898a-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f668996-1adc053d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_4fb9e666-7122-f002-d191-ea9d052d1877-57241a43, #w-node-_299c2a53-7e81-e163-74c6-075e63697e94-9a623031 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_9806a017-acde-8430-0e3d-bc345f66897a-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f66897c-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f668988-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f66898a-1adc053d, #w-node-_9806a017-acde-8430-0e3d-bc345f668996-1adc053d {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ac385604-8625-1160-c3b2-91c4d13340cd-1adc052f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340d3-1adc052f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340d5-1adc052f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340dc-1adc052f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340e2-1adc052f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340e4-1adc052f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340eb-1adc052f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340f1-1adc052f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340f3-1adc052f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d13340fa-1adc052f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d1334100-1adc052f {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-ac385604-8625-1160-c3b2-91c4d1334102-1adc052f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb3e6707-9781-8b01-257f-9d00a525b4c0-1adc052f {
    order: -9999;
  }

  #w-node-f7ebaadb-3e5f-9172-bc0b-e5bdf5a55937-57241a43 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4fb9e666-7122-f002-d191-ea9d052d1877-57241a43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5ec0187e-1c48-4a9c-319e-6d16ee363b3d-57241a43 {
    justify-self: center;
  }

  #w-node-_72f93d0d-4351-8d13-00b0-78e19a623034-9a623031 {
    grid-column: span 1 / span 1;
  }

  #w-node-_299c2a53-7e81-e163-74c6-075e63697e94-9a623031 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f93d0d-4351-8d13-00b0-78e19a62304f-9a623031 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f7ebaadb-3e5f-9172-bc0b-e5bdf5a55937-57241a43 {
    grid-column: span 1 / span 1;
  }

  #w-node-_946343d8-88eb-7023-b5c2-725bfac43659-57241a43 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_72f93d0d-4351-8d13-00b0-78e19a623034-9a623031 {
    grid-column: span 1 / span 1;
  }

  #w-node-_72f93d0d-4351-8d13-00b0-78e19a62305e-9a623031 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


